]> 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 7e4475052c18c0d96e67c20e2434c647de75a41c..4339be440c184c7a1bcf1a3fb5b4937736d5b4d2 100644 (file)
@@ -1,8 +1,13 @@
-<?php\r
-\r
-$a->strings["\"Show more\" Settings"] = "「看更多」设置";\r
-$a->strings["Enable Show More"] = "使看更多能用";\r
-$a->strings["Cutting posts after how much characters"] = "剪掉文章多少字后";\r
-$a->strings["Submit"] = "提交";\r
-$a->strings["Show More Settings saved."] = "看更多设置保存了。";\r
-$a->strings["show more"] = "看多";\r
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       $n = intval($n);
+       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'] = '显示更多';