]> git.mxchange.org Git - friendica-addons.git/blob - notimeline/lang/zh-cn/strings.php
regenerated all the strings
[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 intval(0);
7 }}
8 $a->strings['No Timeline settings updated.'] = '时间轴设置未更新。';
9 $a->strings['No Timeline Settings'] = '无时间轴设置';
10 $a->strings['Submit'] = '提交';