blob: fad80327c2f6dc084ef8ab4643d0b0b1b15e04ab (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <wengxt@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-09-03 14:50+0200\n"
"PO-Revision-Date: 2011-09-03 12:52+0000\n"
"Last-Translator: csslayer <wengxt@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/owncloud/team/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"
#: appinfo/app.php:7
msgid "Files"
msgstr "文件"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "最大上传大小"
#: templates/index.php:9
msgid "Upload"
msgstr "上传"
#: templates/index.php:16
msgid "New Folder"
msgstr "新建文件夹"
#: templates/index.php:24
msgid "Nothing in here. Upload something!"
msgstr "这里还什么都没有。上传些东西吧!"
#: templates/index.php:31
msgid "Name"
msgstr "名称"
#: templates/index.php:33
msgid "Download"
msgstr "下载"
#: templates/index.php:37
msgid "Size"
msgstr "大小"
#: templates/index.php:38
msgid "Modified"
msgstr "修改日期"
#: templates/index.php:38
msgid "Delete"
msgstr "删除"
#: templates/index.php:46
msgid "Upload too large"
msgstr "上传文件过大"
#: templates/index.php:48
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "您正尝试上传的文件超过了此服务器可以上传的最大大小"
|