ZH CN windowsphonepush translation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 18 Jun 2018 09:30:35 +0000 (11:30 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 18 Jun 2018 09:30:35 +0000 (11:30 +0200)
windowsphonepush/lang/zh-cn/messages.po [new file with mode: 0644]
windowsphonepush/lang/zh-cn/strings.php [new file with mode: 0644]

diff --git a/windowsphonepush/lang/zh-cn/messages.po b/windowsphonepush/lang/zh-cn/messages.po
new file mode 100644 (file)
index 0000000..1231859
--- /dev/null
@@ -0,0 +1,40 @@
+# ADDON windowsphonepush
+# Copyright (C)
+# This file is distributed under the same license as the Friendica windowsphonepush addon package.
+# 
+# 
+# Translators:
+# 朱陈锬 <tangenters@outlook.com>, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-10-26 15:02+0100\n"
+"PO-Revision-Date: 2018-06-16 09:28+0000\n"
+"Last-Translator: 朱陈锬 <tangenters@outlook.com>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/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"
+
+#: windowsphonepush.php:85
+msgid "WindowsPhonePush settings updated."
+msgstr "WindowsPhonePush 设置已更新。"
+
+#: windowsphonepush.php:114
+msgid "WindowsPhonePush Settings"
+msgstr "WindowsPhonePush 设置"
+
+#: windowsphonepush.php:117
+msgid "Enable WindowsPhonePush Addon"
+msgstr "启用 WindowsPhonePush 插件"
+
+#: windowsphonepush.php:122
+msgid "Push text of new item"
+msgstr "推送新项目的文本"
+
+#: windowsphonepush.php:127
+msgid "Save Settings"
+msgstr "保存设置"
diff --git a/windowsphonepush/lang/zh-cn/strings.php b/windowsphonepush/lang/zh-cn/strings.php
new file mode 100644 (file)
index 0000000..3782a31
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       $n = intval($n);
+       return 0;;
+}}
+;
+$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush 设置已更新。";
+$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush 设置";
+$a->strings["Enable WindowsPhonePush Addon"] = "启用 WindowsPhonePush 插件";
+$a->strings["Push text of new item"] = "推送新项目的文本";
+$a->strings["Save Settings"] = "保存设置";