mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-17 04:01:58 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,13 +5,12 @@ function string_plural_select_zh_cn($n){
|
|||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "XMPP 设置已更新。";
|
||||
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-聊天 (Jabber)";
|
||||
$a->strings["Enable Webchat"] = "启用网页聊天";
|
||||
$a->strings["Individual Credentials"] = "个人凭证";
|
||||
$a->strings["Jabber BOSH host"] = "Jabber BOSH 主机";
|
||||
$a->strings["Save Settings"] = "保存设置";
|
||||
$a->strings["Use central userbase"] = "使用中央用户库";
|
||||
$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。";
|
||||
$a->strings["Settings updated."] = "设置已更新。";
|
||||
$a->strings['XMPP settings updated.'] = 'XMPP 设置已更新。';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-聊天 (Jabber)';
|
||||
$a->strings['Enable Webchat'] = '启用网页聊天';
|
||||
$a->strings['Individual Credentials'] = '个人凭证';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber BOSH 主机';
|
||||
$a->strings['Save Settings'] = '保存设置';
|
||||
$a->strings['Use central userbase'] = '使用中央用户库';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = '如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。';
|
||||
$a->strings['Settings updated.'] = '设置已更新。';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue