forked from friendica/deprecated-addons
deprecated the XMPP addon
This commit is contained in:
parent
483e8e9755
commit
8be6275d43
61 changed files with 21163 additions and 0 deletions
58
xmpp/lang/zh-cn/messages.po
Normal file
58
xmpp/lang/zh-cn/messages.po
Normal file
|
@ -0,0 +1,58 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: 朱陈锬 <tangenters@outlook.com>, 2018\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/Friendica/teams/12172/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "XMPP 设置已更新。"
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-聊天 (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "启用网页聊天"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "个人凭证"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber BOSH 主机"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "保存设置"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "使用中央用户库"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr "如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。"
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "设置已更新。"
|
16
xmpp/lang/zh-cn/strings.php
Normal file
16
xmpp/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
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.'] = '设置已更新。';
|
Loading…
Add table
Add a link
Reference in a new issue