blob: fa2d9750d708ba08908104e574b0c27da1b663f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Hawy <hawy.hust@gmail.com>, 2014
# Martin Liu <liuzh66@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-11 01:54-0400\n"
"PO-Revision-Date: 2014-02-26 09:42+0000\n"
"Last-Translator: Hawy <hawy.hust@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/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"
#: ajax/rollbackVersion.php:13
#, php-format
msgid "Could not revert: %s"
msgstr "无法恢复: %s"
#: js/versions.js:14
msgid "Versions"
msgstr "版本"
#: js/versions.js:60
msgid "Failed to revert {file} to revision {timestamp}."
msgstr "无法恢复 {file} 到 {timestamp} 的版本。"
#: js/versions.js:87
msgid "More versions..."
msgstr "更多版本..."
#: js/versions.js:125
msgid "No other versions available"
msgstr "无其他版本可用"
#: js/versions.js:155
msgid "Restore"
msgstr "恢复"
|