forked from friendica/friendica-addons
CS, ZH CN startpage addon
This commit is contained in:
parent
4b60073ab4
commit
81469bcd1f
36
startpage/lang/zh-cn/messages.po
Normal file
36
startpage/lang/zh-cn/messages.po
Normal file
|
@ -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: "network" or "notifications/system""
|
||||
msgstr ""
|
||||
|
||||
#: startpage.php:92
|
||||
msgid "Submit"
|
||||
msgstr "提交"
|
|
@ -1,6 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Startpage Settings"] = "开始页设置";
|
||||
$a->strings["Home page to load after login - leave blank for profile wall"] = "主页登录后表示-留空白为简介墙";
|
||||
$a->strings["Examples: "network" or "notifications/system""] = "例如:"网络"或"通知/系统"";
|
||||
$a->strings["Submit"] = "提交";
|
||||
<?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: "network" or "notifications/system""] = "";
|
||||
$a->strings["Submit"] = "提交";
|
||||
|
|
Loading…
Reference in a new issue