From 767e7b78e5c8ebd42a5a1891e761bde10c876ee5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 18 Jun 2018 11:30:35 +0200 Subject: [PATCH] ZH CN windowsphonepush translation --- windowsphonepush/lang/zh-cn/messages.po | 40 +++++++++++++++++++++++++ windowsphonepush/lang/zh-cn/strings.php | 13 ++++++++ 2 files changed, 53 insertions(+) create mode 100644 windowsphonepush/lang/zh-cn/messages.po create mode 100644 windowsphonepush/lang/zh-cn/strings.php diff --git a/windowsphonepush/lang/zh-cn/messages.po b/windowsphonepush/lang/zh-cn/messages.po new file mode 100644 index 00000000..12318597 --- /dev/null +++ b/windowsphonepush/lang/zh-cn/messages.po @@ -0,0 +1,40 @@ +# ADDON windowsphonepush +# Copyright (C) +# This file is distributed under the same license as the Friendica windowsphonepush addon package. +# +# +# Translators: +# 朱陈锬 , 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: 朱陈锬 \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 index 00000000..3782a314 --- /dev/null +++ b/windowsphonepush/lang/zh-cn/strings.php @@ -0,0 +1,13 @@ +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"] = "保存设置";