mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,10 +5,9 @@ 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"] = "显示更多";
|
||||
$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'] = '显示更多';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue