From 4b33485a7fed7013f01807e450942ba0993f4ad2 Mon Sep 17 00:00:00 2001 From: Yagami Date: Wed, 16 Jan 2019 15:05:00 +0800 Subject: [PATCH] * Change xuanxuan lang file. --- xuanxuan/module/chat/ext/lang/en/xuanxuan.php | 10 +++++----- xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php index 1e56490a24..c115071f16 100644 --- a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php +++ b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php @@ -1,7 +1,7 @@ chat->common = 'Xuanxuan'; $lang->chat->turnon = 'On'; -$lang->chat->downloadXXD = 'Download XXD'; +$lang->chat->help = 'Help'; $lang->chat->settings = 'Settings'; $lang->chat->turnonList = array(); @@ -10,7 +10,7 @@ $lang->chat->turnonList[0] = 'Off'; $lang->chat->status = 'Status'; $lang->chat->xxdServer = 'Zentao Server'; -$lang->chat->downloadXXD = 'Download XXD'; +$lang->chat->downloadXXD = 'Download Xuanxuan Server'; $lang->chat->listenIP = 'Listen IP'; $lang->chat->chatPort = 'Chat Port'; $lang->chat->uploadFileSize = 'File Size'; @@ -31,9 +31,9 @@ $lang->chat->statusList[0] = 'Disable'; $lang->chat->httpsOptions[1] = 'Enable'; $lang->chat->httpsOptions[0] = 'Disable'; -$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->xxdServerEmpty = 'XXD server address is empty.'; -$lang->chat->xxdServerError = 'XXD server address can not be 127.0.0.1.'; +$lang->chat->xxdServerTip = 'Zentao 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->xxdServerEmpty = 'Zentao server address is empty.'; +$lang->chat->xxdServerError = 'Zentao server address can not be 127.0.0.1.'; $lang->chat->xxdSchemeError = 'Server address should started with http:// or https://.'; $lang->chat->xxdPortError = 'Server address should contain valid port and the default is 11443.'; $lang->chat->xxClientConfirm = 'Click to download new zentao client!'; diff --git a/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php b/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php index f41c3c890a..a7f2ade892 100644 --- a/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php +++ b/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php @@ -1,7 +1,6 @@ chat->common = '客户端'; $lang->chat->turnon = '是否打开'; -$lang->chat->downloadXXD = '下载XXD服务端'; $lang->chat->help = '使用说明'; $lang->chat->settings = '服务器设置'; @@ -29,9 +28,9 @@ $lang->chat->createTodo = '创建待办'; $lang->chat->statusList[1] = '启用'; $lang->chat->statusList[0] = '不启用'; -$lang->chat->xxdServerTip = 'XXD服务器地址为完整的协议+地址+端口,示例:http://192.168.1.35 或 http://pms.zentao.com ,不能使用127.0.0.1。'; -$lang->chat->xxdServerEmpty = 'XXD服务器地址为空。'; -$lang->chat->xxdServerError = 'XXD服务器地址不能为 127.0.0.1。'; +$lang->chat->xxdServerTip = '禅道服务器地址为完整的协议+地址+端口,示例:http://192.168.1.35 或 http://pms.zentao.com ,不能使用127.0.0.1。'; +$lang->chat->xxdServerEmpty = '禅道服务器地址为空。'; +$lang->chat->xxdServerError = '禅道服务器地址不能为 127.0.0.1。'; $lang->chat->xxdSchemeError = '服务器地址应该以http://或https://开头。'; $lang->chat->xxdPortError = '服务器地址应该包含有效的端口号,默认为11443。'; $lang->chat->zentaoClient = '新增禅道客户端!';