]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / Minify / locale / zh_CN / LC_MESSAGES / Minify.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4
5 # Translators:
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-07 09:02+0000\n"
12 "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
13 "Language-Team: Chinese (China) (http://www.transifex.com/gnu-social/gnu-social/language/zh_CN/)\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Language: zh_CN\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
19
20 #. TRANS: Client error displayed when not providing a valid path in parameter
21 #. "f".
22 #: actions/minify.php:50
23 msgid "The parameter \"f\" is not a valid path."
24 msgstr "参数 \"f\" 不是个有效的路径。"
25
26 #. TRANS: Client error displayed when not providing parameter "f".
27 #: actions/minify.php:54
28 msgid "The parameter \"f\" is required but missing."
29 msgstr "需要参数 \"f\" 但是丢失了。"
30
31 #. TRANS: Client error displayed when trying to minify an unsupported file
32 #. type.
33 #: actions/minify.php:112
34 msgid "File type not supported."
35 msgstr "文件类型不支持。"
36
37 #. TRANS: Plugin description.
38 #: MinifyPlugin.php:168
39 msgid ""
40 "The Minify plugin minifies StatusNet's CSS and JavaScript, removing "
41 "whitespace and comments."
42 msgstr "Minify 插件通过删除空白和注释缩小 StatusNet 的 CSS 和 JavaScript。"