]> git.mxchange.org Git - friendica-addons.git/blob - notimeline/lang/zh-cn/strings.php
regenerated messages.po files of the addons
[friendica-addons.git] / notimeline / lang / zh-cn / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_zh_cn")) {
4 function string_plural_select_zh_cn($n){
5         $n = intval($n);
6         return 0;;
7 }}
8 ;
9 $a->strings["No Timeline settings updated."] = "时间轴设置未更新。";
10 $a->strings["No Timeline Settings"] = "无时间轴设置";
11 $a->strings["Disable Archive selector on profile wall"] = "";
12 $a->strings["Submit"] = "提交";