ZH CN windowsphonepush translation

This commit is contained in:
Tobias Diekershoff 2018-06-18 11:30:35 +02:00
parent 09cd861a6e
commit 767e7b78e5
2 changed files with 53 additions and 0 deletions

View File

@ -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 "保存设置"

View File

@ -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"] = "保存设置";