* Change xuanxuan lang file.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$lang->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 <strong>11443</strong>.';
|
||||
$lang->chat->xxClientConfirm = 'Click to download new zentao client!';
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
$lang->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 = '服务器地址应该以<strong>http://</strong>或<strong>https://</strong>开头。';
|
||||
$lang->chat->xxdPortError = '服务器地址应该包含有效的端口号,默认为<strong>11443</strong>。';
|
||||
$lang->chat->zentaoClient = '新增禅道客户端!';
|
||||
|
||||
Reference in New Issue
Block a user