added xmpp ZH CN translation THX 朱陈锬

This commit is contained in:
Tobias Diekershoff 2018-05-06 11:26:59 +02:00
parent 6855938fdd
commit dc8c338987
2 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
return 0;;
}}
;
$a->strings["XMPP settings updated."] = "XMPP 设置已更新。";
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-聊天 (Jabber)";
$a->strings["Enable Webchat"] = "启用网页聊天";
$a->strings["Individual Credentials"] = "个人凭证";
$a->strings["Jabber BOSH host"] = "Jabber BOSH 主机";
$a->strings["Save Settings"] = "保存设置";
$a->strings["Use central userbase"] = "使用中央用户库";
$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "";
$a->strings["Settings updated."] = "设置已更新。";