]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/zh-cn/strings.php
jappixmini addon IT translation update THX Sylke Vicious
[friendica-addons.git] / wppost / 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["Post to Wordpress"] = "发布到 Wordpress";
10 $a->strings["Wordpress Export"] = "导出WordPress";
11 $a->strings["Enable WordPress Post Addon"] = "启用 WordPress 文章插件";
12 $a->strings["WordPress username"] = "WordPress用户名";
13 $a->strings["WordPress password"] = "WordPress密码";
14 $a->strings["WordPress API URL"] = "WordPress API URL";
15 $a->strings["Post to WordPress by default"] = "默认发布到 WordPress";
16 $a->strings["Provide a backlink to the Friendica post"] = "提供 Friendica 发布的反向链接";
17 $a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "反向链接的文本,例如阅读 Friendica 的原始文章和评论流。";
18 $a->strings["Don't post messages that are too short"] = "不要发太短的信息";
19 $a->strings["Save Settings"] = "保存设置";
20 $a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "阅读原文并在 Friendica 上发表评论";
21 $a->strings["Post from Friendica"] = "来自Friendica的帖子";