]> git.mxchange.org Git - friendica-addons.git/blob - libertree/lang/zh-cn/strings.php
regenerated all the strings
[friendica-addons.git] / libertree / 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['Post to libertree'] = '发布到 libertree';
9 $a->strings['libertree Post Settings'] = 'libertree 发布设置';
10 $a->strings['Enable Libertree Post Addon'] = '启用 Libertree 发布插件';
11 $a->strings['Libertree API token'] = 'Libertree API 令牌';
12 $a->strings['Libertree site URL'] = 'Libertree 站点 URL';
13 $a->strings['Post to Libertree by default'] = '默认发布到 Libertree';
14 $a->strings['Submit'] = '提交';