]> git.mxchange.org Git - friendica-addons.git/blobdiff - xmpp/lang/zh-cn/strings.php
Merge pull request #1133 from mexon/mat/mailstream-workerqueue
[friendica-addons.git] / xmpp / lang / zh-cn / strings.php
index 971b84709f86b6c2912d2f5064e121a6a06ace3a..95144787886fa0c88793f4ea472b8e2f8b840de7 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_zh_cn")) {
 function string_plural_select_zh_cn($n){
-       return 0;;
+       $n = intval($n);
+       return intval(0);
 }}
 ;
 $a->strings["XMPP settings updated."] = "XMPP 设置已更新。";
@@ -12,5 +13,5 @@ $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["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."] = "如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。";
 $a->strings["Settings updated."] = "设置已更新。";