]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/zh-cn/strings.php
numfriends addon IT translation update THX Sylke Vicious
[friendica-addons.git] / diaspora / lang / zh-cn / strings.php
index 47c0f5560e13d1541232d2ff57e7ee6ddf0c7217..2da3664ff75544d24e7412caeeb3d8137441c5a5 100644 (file)
@@ -2,13 +2,14 @@
 
 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["Post to Diaspora"] = "发到 Diaspora";
 $a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址(包括http...)";
 $a->strings["Diaspora Export"] = "Diaspora 导出";
-$a->strings["Enable Diaspora Post Plugin"] = "启用 Diaspora 发文插件";
+$a->strings["Enable Diaspora Post Addon"] = "启用 Diaspora 发文插件";
 $a->strings["Diaspora username"] = "Diaspora 用户名";
 $a->strings["Diaspora password"] = "Diaspora 密码";
 $a->strings["Diaspora site URL"] = "Diaspora 站点 URL";