]> git.mxchange.org Git - friendica-addons.git/commitdiff
ZH CN testdrive addon
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 18 Jun 2018 09:19:22 +0000 (11:19 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 18 Jun 2018 09:19:22 +0000 (11:19 +0200)
testdrive/lang/zh-cn/messages.po [new file with mode: 0644]
testdrive/lang/zh-cn/strings.php

diff --git a/testdrive/lang/zh-cn/messages.po b/testdrive/lang/zh-cn/messages.po
new file mode 100644 (file)
index 0000000..6819faa
--- /dev/null
@@ -0,0 +1,41 @@
+# ADDON testdrive
+# Copyright (C)
+# This file is distributed under the same license as the Friendica testdrive addon package.
+# 
+# 
+# Translators:
+# 朱陈锬 <tangenters@outlook.com>, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-08-23 17:30+0200\n"
+"PO-Revision-Date: 2018-06-16 09:13+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"
+
+#: testdrive.php:67
+msgid "Administrator"
+msgstr "管理员"
+
+#: testdrive.php:94
+#, php-format
+msgid "Your account on %s will expire in a few days."
+msgstr "您在 %s 的账户将在几天内过期。"
+
+#: testdrive.php:95
+msgid "Your Friendica test account is about to expire."
+msgstr "您的 Friendica 测试账户即将过期。"
+
+#: testdrive.php:96
+#, php-format
+msgid ""
+"Hi %1$s,\n"
+"\n"
+"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."
+msgstr "嘿 %1$s,\n\n您在 %2$s 的测试账户将在五天内过期。我们希望您享受这次试用并以此机会为您的综合社交找到常驻的 Friendica 站点。公开可用站点罗列在 %s/siteinfo - 若要了解更多关于建立自己的 Friendica 服务站点的信息,请浏览 Friendica 项目的官方网站 http://friendica.com 。"
index d3971f5b784e799ba8777f310cc3996a1ec4d5f4..87dce2189c00bcf7e601b7cf57b2595881f6bb45 100644 (file)
@@ -1,5 +1,12 @@
-<?php\r
-\r
-$a->strings["Administrator"] = "管理员";\r
-$a->strings["Your account on %s will expire in a few days."] = "您账户在%s几天后过期了。";\r
-$a->strings["Your Friendica test account is about to expire."] = "您Friendica化验账户快过期了。";\r
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       $n = intval($n);
+       return 0;;
+}}
+;
+$a->strings["Administrator"] = "管理员";
+$a->strings["Your account on %s will expire in a few days."] = "您在 %s 的账户将在几天内过期。";
+$a->strings["Your Friendica test account is about to expire."] = "您的 Friendica 测试账户即将过期。";
+$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "嘿 %1\$s,\n\n您在 %2\$s 的测试账户将在五天内过期。我们希望您享受这次试用并以此机会为您的综合社交找到常驻的 Friendica 站点。公开可用站点罗列在 %s/siteinfo - 若要了解更多关于建立自己的 Friendica 服务站点的信息,请浏览 Friendica 项目的官方网站 http://friendica.com 。";