]> git.mxchange.org Git - friendica-addons.git/blobdiff - notimeline/lang/zh-cn/strings.php
Merge 2019.12 master into develop
[friendica-addons.git] / notimeline / lang / zh-cn / strings.php
index 37ea663bd3e7323bc62d4a965da5471f158c4a2f..c4b2a79478815d0ef7a5e06e2f5b4172efa82c2f 100644 (file)
@@ -1,6 +1,12 @@
-<?php\r
-\r
-$a->strings["No Timeline settings updated."] = "没有时间链设置更新";\r
-$a->strings["No Timeline Settings"] = "没有时间链设置";\r
-$a->strings["Disable Archive selector on profile wall"] = "使在简介墙上档案选择器不能用";\r
-$a->strings["Submit"] = "提交";\r
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       $n = intval($n);
+       return 0;;
+}}
+;
+$a->strings["No Timeline settings updated."] = "时间轴设置未更新。";
+$a->strings["No Timeline Settings"] = "无时间轴设置";
+$a->strings["Disable Archive selector on profile wall"] = "";
+$a->strings["Submit"] = "提交";