mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
32
fbpost/lang/zh-cn/strings.php
Normal file
32
fbpost/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "设置跟新了";
|
||||
$a->strings["Permission denied."] = "权限不够。";
|
||||
$a->strings["Facebook Post disabled"] = "使Facebook文章不可用的";
|
||||
$a->strings["Facebook API key is missing."] = "Facebook API钥匙失踪的。";
|
||||
$a->strings["Facebook Post"] = "Facebook文章";
|
||||
$a->strings["Install Facebook Post connector for this account."] = "安装Facebook文章连接器为这个账户";
|
||||
$a->strings["Remove Facebook Post connector"] = "把Facebook文章连接器删除";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "复认证[这是必要的每当您Facebook密码变化了]";
|
||||
$a->strings["Post to Facebook by default"] = "默认地放在Facebook";
|
||||
$a->strings["Suppress __DQ__View on friendica__DQ__"] = "禁止「看在Friendica」";
|
||||
$a->strings["Mirror wall posts from facebook to friendica."] = "复制墙文章从facebook到friendica。";
|
||||
$a->strings["Post to page/group:"] = "放在页/组:";
|
||||
$a->strings["None"] = "没有";
|
||||
$a->strings["Submit"] = "提交";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Post Settings"] = "Facebook文章设置";
|
||||
$a->strings["Facebook API Key"] = "Facebook API密码";
|
||||
$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "错误:看上去您输入App-ID和-Secret在您的.htconfig.php文件。它们那里输入的时候,您不能把他们在这个表格输入。<br><br>";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "应用密码";
|
||||
$a->strings["Save"] = "保存";
|
||||
$a->strings["The new values have been saved."] = "新的设置保存了。";
|
||||
$a->strings["Post to Facebook"] = "放在Facebook";
|
||||
$a->strings["%s:"] = "%s:";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "发送到Facebook取消由于多网络准许矛盾。";
|
||||
$a->strings["View on Friendica"] = "看在Friendica";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Facebook发送失败了。排队着待再试。";
|
||||
$a->strings["Administrator"] = "管理员";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "您Facebook联系成无效的。请再认证。";
|
||||
$a->strings["Facebook connection became invalid"] = "Facebook联系成无效的";
|
Loading…
Add table
Add a link
Reference in a new issue