]> git.mxchange.org Git - friendica-addons.git/blobdiff - showmore/lang/zh-cn/strings.php
regenerated all the strings
[friendica-addons.git] / showmore / lang / zh-cn / strings.php
index dc840894aab3701773cd2d1aa4d9d5c548ec45bf..4339be440c184c7a1bcf1a3fb5b4937736d5b4d2 100644 (file)
@@ -3,12 +3,11 @@
 if(! function_exists("string_plural_select_zh_cn")) {
 function string_plural_select_zh_cn($n){
        $n = intval($n);
-       return 0;;
+       return intval(0);
 }}
-;
-$a->strings["\"Show more\" Settings"] = "“显示更多”设置";
-$a->strings["Enable Show More"] = "启用显示更多功能";
-$a->strings["Cutting posts after how much characters"] = "在多少字之后切断原文";
-$a->strings["Save Settings"] = "保存设置";
-$a->strings["Show More Settings saved."] = "显示更多功能设置已保存。";
-$a->strings["show more"] = "显示更多";
+$a->strings['"Show more" Settings'] = '“显示更多”设置';
+$a->strings['Enable Show More'] = '启用显示更多功能';
+$a->strings['Cutting posts after how much characters'] = '在多少字之后切断原文';
+$a->strings['Save Settings'] = '保存设置';
+$a->strings['Show More Settings saved.'] = '显示更多功能设置已保存。';
+$a->strings['show more'] = '显示更多';