From 3e8eb868a67f40754c4dcaac9c14ab53f8ed1bab Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 18 Jun 2018 10:58:28 +0200 Subject: [PATCH] ZH CN notimeline addon --- notimeline/lang/zh-cn/messages.po | 36 +++++++++++++++++++++++++++++++ notimeline/lang/zh-cn/strings.php | 18 ++++++++++------ 2 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 notimeline/lang/zh-cn/messages.po diff --git a/notimeline/lang/zh-cn/messages.po b/notimeline/lang/zh-cn/messages.po new file mode 100644 index 00000000..ed7edb67 --- /dev/null +++ b/notimeline/lang/zh-cn/messages.po @@ -0,0 +1,36 @@ +# ADDON notimeline +# Copyright (C) +# This file is distributed under the same license as the Friendica notimeline addon package. +# +# +# Translators: +# 朱陈锬 , 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:44+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" + +#: notimeline.php:32 +msgid "No Timeline settings updated." +msgstr "时间轴设置未更新。" + +#: notimeline.php:56 +msgid "No Timeline Settings" +msgstr "无时间轴设置" + +#: notimeline.php:58 +msgid "Disable Archive selector on profile wall" +msgstr "" + +#: notimeline.php:64 +msgid "Submit" +msgstr "提交" diff --git a/notimeline/lang/zh-cn/strings.php b/notimeline/lang/zh-cn/strings.php index 37ea663b..c4b2a794 100644 --- a/notimeline/lang/zh-cn/strings.php +++ b/notimeline/lang/zh-cn/strings.php @@ -1,6 +1,12 @@ -strings["No Timeline settings updated."] = "没有时间链设置更新"; -$a->strings["No Timeline Settings"] = "没有时间链设置"; -$a->strings["Disable Archive selector on profile wall"] = "使在简介墙上档案选择器不能用"; -$a->strings["Submit"] = "提交"; +strings["No Timeline settings updated."] = "时间轴设置未更新。"; +$a->strings["No Timeline Settings"] = "无时间轴设置"; +$a->strings["Disable Archive selector on profile wall"] = ""; +$a->strings["Submit"] = "提交";