* adjust the showAll and hideClosed label.

This commit is contained in:
wangchunsheng
2013-02-23 01:21:20 +00:00
parent 5e4d5ef318
commit 23fac5c207
2 changed files with 6 additions and 6 deletions

View File

@@ -58,11 +58,11 @@ $lang->files = 'Files ';
$lang->unfold = '+';
$lang->fold = '-';
$lang->selectAll = 'Select All';
$lang->selectReverse = 'Select Reverse';
$lang->selectAll = 'All';
$lang->selectReverse = 'Inverse';
$lang->notFound = 'Sorry, the object not found.';
$lang->showAll = '++ Show All ++';
$lang->hideClosed = '-- Show Progressing --';
$lang->showAll = '[[Show all projects]]';
$lang->hideClosed = '[[Show projects going]]';
$lang->future = 'Future';
$lang->year = 'Year';

View File

@@ -61,8 +61,8 @@ $lang->fold = '-';
$lang->selectAll = '全选';
$lang->selectReverse = '反选';
$lang->notFound = '抱歉,您访问的对象并不存在!';
$lang->showAll = '++ 全部显示 ++';
$lang->hideClosed = '-- 显示进行中 --';
$lang->showAll = '[[全部显示]]';
$lang->hideClosed = '[[显示进行中]]';
$lang->future = '未来';
$lang->year = '年';