From 73521c2b7420027fb52a430eb7989625d1a17a2d Mon Sep 17 00:00:00 2001 From: reneeteng Date: Thu, 31 Jan 2019 13:43:27 +0800 Subject: [PATCH] * Lang en change. --- xuanxuan/module/chat/ext/lang/en/xuanxuan.php | 10 +++++----- xuanxuan/module/common/ext/lang/en/xuanxuan.php | 2 +- xuanxuan/module/message/ext/lang/en/xuanxuan.php | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php index a58182e5a0..a700c3c1ca 100644 --- a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php +++ b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php @@ -3,7 +3,7 @@ $lang->chat->common = 'Xuanxuan'; $lang->chat->turnon = 'On'; $lang->chat->help = 'Help'; $lang->chat->settings = 'Settings'; -$lang->chat->xxdServer = 'Zentao Server'; +$lang->chat->xxdServer = 'ZenTao Server'; $lang->chat->downloadXXD = 'Download XXD'; $lang->chat->zentaoIntegrate = 'Zentao Integrated'; $lang->chat->zentaoClient = 'ZenTao Client is added!'; @@ -13,9 +13,9 @@ $lang->chat->turnonList[1] = 'Enable'; $lang->chat->turnonList[0] = 'Disable'; $lang->chat->info = "ZenTao client is powered by Xuan, a secure and open source Instant Messenger by Nature Easy Soft. It is a self-hosted and cross-platform tool with numerous plug-ins and robust features. In Xuan, you can code your own plug-ins. Click HERE for more."; -$lang->chat->xxClientConfirm = 'Click the lower right icon to download new zentao client!'; -$lang->chat->xxServerConfirm = 'Go to Admin-Integrate-Xuanxuan download new zentao client server!'; +$lang->chat->xxClientConfirm = 'Click Download ZenTao Client at the right bottom to download it!'; +$lang->chat->xxServerConfirm = 'Go to Admin-Integrate-ZT Client to download the ZenTao Client Server!'; -$lang->chat->xxdServerTip = 'XXD server address contains protocol and host and port,such as http://192.168.1.35 or http://pms.zentao.com. that can not be 127.0.0.1.'; +$lang->chat->xxdServerTip = 'XXD server address contains protocol, host and port,such as http://192.168.1.35 or http://pms.zentao.com. It should not be 127.0.0.1.'; $lang->chat->xxdServerEmpty = 'XXD server address is empty.'; -$lang->chat->xxdServerError = 'XXD server address can not be 127.0.0.1.'; +$lang->chat->xxdServerError = 'XXD server address should not be 127.0.0.1.'; diff --git a/xuanxuan/module/common/ext/lang/en/xuanxuan.php b/xuanxuan/module/common/ext/lang/en/xuanxuan.php index e94f51dba0..e289bf9b40 100644 --- a/xuanxuan/module/common/ext/lang/en/xuanxuan.php +++ b/xuanxuan/module/common/ext/lang/en/xuanxuan.php @@ -5,5 +5,5 @@ $lang->admin->menu->sso['link'] = 'Integrate|admin|xuanxuan'; if(!isset($lang->admin->menu->sso['alias'])) $lang->admin->menu->sso['alias'] = ''; $lang->admin->menu->sso['alias'] .= ',sso'; -$lang->admin->subMenu->sso->xuanxuan = 'Xuanxuan|admin|xuanxuan'; +$lang->admin->subMenu->sso->xuanxuan = 'ZT Client|admin|xuanxuan'; $lang->admin->subMenuOrder->sso[4] = 'xuanxuan'; diff --git a/xuanxuan/module/message/ext/lang/en/xuanxuan.php b/xuanxuan/module/message/ext/lang/en/xuanxuan.php index a75df906c9..cb8c99dc6c 100644 --- a/xuanxuan/module/message/ext/lang/en/xuanxuan.php +++ b/xuanxuan/module/message/ext/lang/en/xuanxuan.php @@ -1,8 +1,8 @@ message->typeList['xuanxuan'] = 'Client'; -$lang->message->sender = 'ZentaoPMS'; +$lang->message->sender = 'ZenTao'; if(!isset($lang->message->error)) $lang->message->error = new stdclass(); -$lang->message->error->noUserList = 'Not set user id list.'; -$lang->message->error->noSender = 'Not set sender information.'; +$lang->message->error->noUserList = 'User ID list is not set.'; +$lang->message->error->noSender = 'Sender information is not set.';