From: Tobias Diekershoff <tobias.diekershoff@gmx.net> Date: Sun, 6 May 2018 09:26:59 +0000 (+0200) Subject: added xmpp ZH CN translation THX 朱陈锬 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dc8c33898705844e8360edf7821ae5cf5d903925;p=friendica-addons.git added xmpp ZH CN translation THX 朱陈锬 --- diff --git a/xmpp/lang/zh-cn/messages.po b/xmpp/lang/zh-cn/messages.po new file mode 100644 index 00000000..c9710f50 --- /dev/null +++ b/xmpp/lang/zh-cn/messages.po @@ -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 "" + +#: xmpp.php:119 +msgid "Settings updated." +msgstr "è®¾ç½®å·²æ´æ°ã" diff --git a/xmpp/lang/zh-cn/strings.php b/xmpp/lang/zh-cn/strings.php new file mode 100644 index 00000000..971b8470 --- /dev/null +++ b/xmpp/lang/zh-cn/strings.php @@ -0,0 +1,16 @@ +<?php + +if(! function_exists("string_plural_select_zh_cn")) { +function string_plural_select_zh_cn($n){ + return 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."] = ""; +$a->strings["Settings updated."] = "è®¾ç½®å·²æ´æ°ã";