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

diff --git a/startpage/lang/zh-cn/messages.po b/startpage/lang/zh-cn/messages.po
new file mode 100644 (file)
index 0000000..c5035f6
--- /dev/null
@@ -0,0 +1,36 @@
+# ADDON startpage
+# Copyright (C)
+# This file is distributed under the same license as the Friendica startpage addon package.
+# 
+# 
+# Translators:
+# 朱陈锬 <tangenters@outlook.com>, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"PO-Revision-Date: 2018-06-16 09:42+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"
+
+#: startpage.php:83
+msgid "Startpage Settings"
+msgstr "首页设置"
+
+#: startpage.php:85
+msgid "Home page to load after login  - leave blank for profile wall"
+msgstr ""
+
+#: startpage.php:88
+msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;"
+msgstr ""
+
+#: startpage.php:92
+msgid "Submit"
+msgstr "提交"
index f8c02e4aa9af2ad54ee9ab88b5d664f60df7a2d5..45d71c360ba0654d55f5bf8691d6cb29bab27869 100644 (file)
@@ -1,6 +1,12 @@
-<?php\r
-\r
-$a->strings["Startpage Settings"] = "开始页设置";\r
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "主页登录后表示-留空白为简介墙";\r
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "例如:&quot;网络&quot;或&quot;通知/系统&quot;";\r
-$a->strings["Submit"] = "提交";\r
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       $n = intval($n);
+       return 0;;
+}}
+;
+$a->strings["Startpage Settings"] = "首页设置";
+$a->strings["Home page to load after login  - leave blank for profile wall"] = "";
+$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "";
+$a->strings["Submit"] = "提交";