]> git.mxchange.org Git - friendica-addons.git/blob - showmore/lang/zh-cn/strings.php
Merge pull request #1076 from tobiasd/20210201-lngCmessages
[friendica-addons.git] / showmore / 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 ;
9 $a->strings["\"Show more\" Settings"] = "“显示更多”设置";
10 $a->strings["Enable Show More"] = "启用显示更多功能";
11 $a->strings["Cutting posts after how much characters"] = "在多少字之后切断原文";
12 $a->strings["Save Settings"] = "保存设置";
13 $a->strings["Show More Settings saved."] = "显示更多功能设置已保存。";
14 $a->strings["show more"] = "显示更多";