]> git.mxchange.org Git - friendica-addons.git/blob - diaspora/lang/zh-cn/strings.php
regenerated all the strings
[friendica-addons.git] / diaspora / 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 Diaspora'] = '发到 Diaspora';
9 $a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = '无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址(包括http...)';
10 $a->strings['Diaspora Export'] = 'Diaspora 导出';
11 $a->strings['Enable Diaspora Post Addon'] = '启用 Diaspora 发文插件';
12 $a->strings['Diaspora username'] = 'Diaspora 用户名';
13 $a->strings['Diaspora password'] = 'Diaspora 密码';
14 $a->strings['Diaspora site URL'] = 'Diaspora 站点 URL';
15 $a->strings['Post to Diaspora by default'] = '默认发文到 Diaspora';
16 $a->strings['Save Settings'] = '保存设置';
17 $a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora 发文失败。已经放入队列以重试。';