]> git.mxchange.org Git - friendica-addons.git/commitdiff
ZH CN xmpp addon
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 18 Jun 2018 09:34:12 +0000 (11:34 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 18 Jun 2018 09:34:12 +0000 (11:34 +0200)
xmpp/lang/zh-cn/messages.po
xmpp/lang/zh-cn/strings.php

index c9710f50574a003271bc087f3ffd0835f21de4fb..fe232b3132b345c928283e4faef7b37854e76859 100644 (file)
@@ -51,7 +51,7 @@ msgid ""
 "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."
-msgstr ""
+msgstr "如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。"
 
 #: xmpp.php:119
 msgid "Settings updated."
index 971b84709f86b6c2912d2f5064e121a6a06ace3a..6f5aace225d580bc96810f0ccf2277a56d8eb8c3 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_zh_cn")) {
 function string_plural_select_zh_cn($n){
+       $n = intval($n);
        return 0;;
 }}
 ;
@@ -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."] = "设置已更新。";