* refactory select reverse.

This commit is contained in:
chencongzhi520@gmail.com
2012-04-30 06:31:57 +00:00
parent f61fe185c6
commit 25e1a79e83
10 changed files with 20 additions and 16 deletions
+5 -4
View File
@@ -57,10 +57,11 @@ $lang->files = 'Files ';
$lang->unfold = '+';
$lang->fold = '-';
$lang->selectAll = 'Select All';
$lang->notFound = 'Sorry, the object not found.';
$lang->showAll = '++ Show All ++';
$lang->hideClosed = '-- Hide Closed--';
$lang->selectAll = 'Select All';
$lang->selectReverse = 'Select Reverse';
$lang->notFound = 'Sorry, the object not found.';
$lang->showAll = '++ Show All ++';
$lang->hideClosed = '-- Hide Closed--';
$lang->future = 'Future';
$lang->year = 'Year';
+5 -4
View File
@@ -57,10 +57,11 @@ $lang->files = '附件 ';
$lang->unfold = '+';
$lang->fold = '-';
$lang->selectAll = '全选';
$lang->notFound = '抱歉,您访问的对象并不存在!';
$lang->showAll = '++ 全部显示 ++';
$lang->hideClosed = '-- 隐藏已结束 --';
$lang->selectAll = '全选';
$lang->selectReverse = '反选';
$lang->notFound = '抱歉,您访问的对象并不存在!';
$lang->showAll = '++ 全部显示 ++';
$lang->hideClosed = '-- 隐藏已结束 --';
$lang->future = '未来';
$lang->year = '年';