* finish task #70326.

This commit is contained in:
wangyidong
2022-09-27 16:01:18 +08:00
parent 4f822a5bd5
commit e21ba0f6ca
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -158,6 +158,9 @@ $lang->dev->groupList['api'] = 'API';
$lang->dev->groupList['message'] = 'Message';
$lang->dev->groupList['search'] = 'Search';
global $config;
if($config->systemMode != 'new') unset($lang->dev->groupList['program']);
$lang->dev->endGroupList['admin'] = 'Admin';
$lang->dev->endGroupList['system'] = 'System';
$lang->dev->endGroupList['other'] = 'Andere';
+3
View File
@@ -158,6 +158,9 @@ $lang->dev->groupList['api'] = 'API';
$lang->dev->groupList['message'] = 'Message';
$lang->dev->groupList['search'] = 'Search';
global $config;
if($config->systemMode != 'new') unset($lang->dev->groupList['program']);
$lang->dev->endGroupList['admin'] = 'Admin';
$lang->dev->endGroupList['system'] = 'System';
$lang->dev->endGroupList['other'] = 'Others';
+3
View File
@@ -158,6 +158,9 @@ $lang->dev->groupList['api'] = 'API';
$lang->dev->groupList['message'] = 'Message';
$lang->dev->groupList['search'] = 'Search';
global $config;
if($config->systemMode != 'new') unset($lang->dev->groupList['program']);
$lang->dev->endGroupList['admin'] = 'Admin';
$lang->dev->endGroupList['system'] = 'Syst?me';
$lang->dev->endGroupList['other'] = 'Autres';
+3
View File
@@ -158,6 +158,9 @@ $lang->dev->groupList['api'] = 'API';
$lang->dev->groupList['message'] = '消息';
$lang->dev->groupList['search'] = '搜索';
global $config;
if($config->systemMode != 'new') unset($lang->dev->groupList['program']);
$lang->dev->endGroupList['admin'] = '后台';
$lang->dev->endGroupList['system'] = '系统';
$lang->dev->endGroupList['other'] = '其他';