]> git.mxchange.org Git - friendica-addons.git/blob - libertree/lang/zh-cn/strings.php
Merge pull request #778 from MrPetovan/task/move-config-to-php-array
[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 0;;
7 }}
8 ;
9 $a->strings["Post to libertree"] = "发布到 libertree";
10 $a->strings["libertree Post Settings"] = "libertree 发布设置";
11 $a->strings["Enable Libertree Post Addon"] = "启用 Libertree 发布插件";
12 $a->strings["Libertree API token"] = "Libertree API 令牌";
13 $a->strings["Libertree site URL"] = "Libertree 站点 URL";
14 $a->strings["Post to Libertree by default"] = "默认发布到 Libertree";
15 $a->strings["Submit"] = "提交";