* [bug #55891, done, 0.1h] fix file list filter texts.
This commit is contained in:
@@ -426,7 +426,7 @@ $lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important ico
|
||||
|
||||
$lang->doc->filterTypes[] = array('all', 'All');
|
||||
$lang->doc->filterTypes[] = array('draft', 'Draft');
|
||||
$lang->doc->filterTypes[] = array('collect', 'Collected');
|
||||
$lang->doc->filterTypes[] = array('collect', 'Collected by me');
|
||||
$lang->doc->filterTypes[] = array('createdByMe', 'Created by me');
|
||||
$lang->doc->filterTypes[] = array('editedByMe', 'Edited by me');
|
||||
|
||||
|
||||
@@ -426,9 +426,9 @@ $lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important ico
|
||||
|
||||
$lang->doc->filterTypes[] = array('all', '全部');
|
||||
$lang->doc->filterTypes[] = array('draft', '草稿');
|
||||
$lang->doc->filterTypes[] = array('collect', '已收藏');
|
||||
$lang->doc->filterTypes[] = array('createdByMe', '我创建');
|
||||
$lang->doc->filterTypes[] = array('editedByMe', '我编辑');
|
||||
$lang->doc->filterTypes[] = array('collect', '我收藏的');
|
||||
$lang->doc->filterTypes[] = array('createdByMe', '我创建的');
|
||||
$lang->doc->filterTypes[] = array('editedByMe', '我编辑的');
|
||||
|
||||
$lang->doc->fileFilterTypes[] = array('all', '全部');
|
||||
$lang->doc->fileFilterTypes[] = array('addedByMe', '我添加');
|
||||
|
||||
Reference in New Issue
Block a user