blob: 90533e3b86916b82bf95fa4c088a8d4314e00b74 (
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
71
72
73
74
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Martin Liu <liuzh66@gmail.com>, 2014
# waterone <suiy02@gmail.com>, 2013
# Xuetian Weng <wengxt@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-05-11 01:55-0400\n"
"PO-Revision-Date: 2014-05-11 05:02+0000\n"
"Last-Translator: Xuetian Weng <wengxt@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"
#: js/share.js:33
msgid "Shared by {owner}"
msgstr "由{owner}共享"
#: templates/authenticate.php:4
msgid "This share is password-protected"
msgstr "这是一个密码保护的共享"
#: templates/authenticate.php:7
msgid "The password is wrong. Try again."
msgstr "用户名或密码错误!请重试"
#: templates/authenticate.php:10
msgid "Password"
msgstr "密码"
#: templates/part.404.php:3
msgid "Sorry, this link doesn’t seem to work anymore."
msgstr "抱歉,此链接已失效"
#: templates/part.404.php:4
msgid "Reasons might be:"
msgstr "可能原因是:"
#: templates/part.404.php:6
msgid "the item was removed"
msgstr "此项已移除"
#: templates/part.404.php:7
msgid "the link expired"
msgstr "链接过期"
#: templates/part.404.php:8
msgid "sharing is disabled"
msgstr "共享已禁用"
#: templates/part.404.php:10
msgid "For more info, please ask the person who sent this link."
msgstr "欲知详情,请联系发给你链接的人。"
#: templates/public.php:21
msgid "Download"
msgstr "下载"
#: templates/public.php:52
#, php-format
msgid "Download %s"
msgstr "下载 %s"
#: templates/public.php:56
msgid "Direct link"
msgstr "直接链接"
|