* Fix 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->downloadXXD = 'Download XXD';
|
||||
|
||||
$lang->chat->turnonList = array();
|
||||
$lang->chat->turnonList[1] = 'On';
|
||||
@@ -20,6 +20,9 @@ $lang->chat->changeSetting = 'Change Setting';
|
||||
$lang->chat->statusList[1] = 'Enable';
|
||||
$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 https://127.0.0.1:11443';
|
||||
$lang->chat->xxdServerEmpty = 'XXD server address is empty.';
|
||||
$lang->chat->xxdSchemeError = 'Server address should started with http:// or https://.';
|
||||
@@ -37,3 +40,9 @@ $lang->chat->xxd->uploadFileSize = 'File Size';
|
||||
$lang->chat->xxd->sslcrt = 'SSL Crt';
|
||||
$lang->chat->xxd->sslkey = 'SSL Key';
|
||||
$lang->chat->xxd->max = 'Max';
|
||||
|
||||
$lang->chat->osList['win_i386'] = 'Windows 32位';
|
||||
$lang->chat->osList['win_x86_64'] = 'Windows 64位';
|
||||
$lang->chat->osList['linux_i386'] = 'Linux 32位';
|
||||
$lang->chat->osList['linux_x86_64'] = 'Linux 64位';
|
||||
$lang->chat->osList['darwin_x86_64'] = 'macOS';
|
||||
|
||||
@@ -54,8 +54,8 @@ $lang->chat->placeholder->xxd->maxOnlineUser = '最大在线人数';
|
||||
$lang->chat->placeholder->xxd->sslcrt = '请将证书内容复制到此处';
|
||||
$lang->chat->placeholder->xxd->sslkey = '请将证书密钥复制到此处';
|
||||
|
||||
$lang->chat->osList['win32'] = 'Windows 32位压缩包';
|
||||
$lang->chat->osList['win64'] = 'Windows 64位压缩包';
|
||||
$lang->chat->osList['linux32'] = 'Linux 32位压缩包';
|
||||
$lang->chat->osList['linux64'] = 'Linux 64位压缩包';
|
||||
$lang->chat->osList['mac'] = 'Mac 压缩包';
|
||||
$lang->chat->osList['win_i386'] = 'Windows 32位';
|
||||
$lang->chat->osList['win_x86_64'] = 'Windows 64位';
|
||||
$lang->chat->osList['linux_i386'] = 'Linux 32位';
|
||||
$lang->chat->osList['linux_x86_64'] = 'Linux 64位';
|
||||
$lang->chat->osList['darwin_x86_64'] = 'macOS';
|
||||
|
||||
Reference in New Issue
Block a user