source: extensions/UserCollections/language/zh_CN/plugin.lang.php @ 25695

Last change on this file since 25695 was 25695, checked in by TranslationTeam, 10 years ago

[user_collections] Update zh_CN, thanks to : winson

  • Property svn:executable set to *
File size: 5.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['by %s'] = 'by %s';
24$lang['You have no collection'] = '您没有精选集';
25$lang['You have %d collections'] = '您有 %d 个精选集';
26$lang['You have %d collection'] = '您有 %d 个精选集';
27$lang['This collection is empty'] = '此精选集为空';
28$lang['Save'] = '保存';
29$lang['Remove from collection'] = '从精选集中删除';
30$lang['Please give a name'] = '请输入名称';
31$lang['Invalid collection'] = '无效的精选集';
32$lang['Create a new collection'] = '创建新的精选集';
33$lang['Collections'] = '精选集';
34$lang['Collection name:'] = '精选集名称:';
35$lang['Collection'] = '精选集';
36$lang['Clear'] = '清空';
37$lang['Add to collection'] = '添加到精选集';
38$lang['%d more...'] = '%d 更多...';
39$lang['Date added to collection, new &rarr; old'] = '按加入精选集的时间,新 &rarr; 旧';
40$lang['Date added to collection, old &rarr; new'] = '按加入精选集的时间,旧 &rarr; 新';
41$lang['Edit this collection'] = '编辑此精选集';
42$lang['Error while sending e-mail'] = '发送e-mail时出错';
43$lang['Export image list'] = '导出图片列表';
44$lang['Fields'] = 'Fields';
45$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = '您好<b>%s</b>,%s 给您发送了一套图片精选集:<a href="%s">%s</a>';
46$lang['Inactive'] = '未启用';
47$lang['Message (optional)'] = '正文(可选)';
48$lang['Number of images'] = '图片数量';
49$lang['Please enter the recipient e-mail'] = '请输入收件人的e-mail';
50$lang['Please enter the recipient name'] = '请输入收件人的名字';
51$lang['Please enter your e-mail'] = '请输入您的e-mail';
52$lang['Please enter your name'] = '请输入您的名字';
53$lang['Preview'] = '预览';
54$lang['Recipient e-mail'] = '收件人e-mail';
55$lang['Recipient name'] = '收件人名字';
56$lang['Allow users to send their public collections by mail'] = '允许用户通过e-mail发送其公开精选集';
57$lang['Send this collection my mail'] = '将此精选集发送至我的邮箱';
58$lang['Your e-mail'] = '您的e-mail';
59$lang['Your name'] = '您的名字';
60$lang['A photo collection by %s'] = '%s 的图片精选集';
61$lang['Active'] = '启用';
62$lang['Allow users to set their collections as public'] = '允许用户将其精选集设为公开';
63$lang['Clear this collection'] = '清空此精选集';
64$lang['Click here to view the complete collection'] = '点此查看完整的精选集';
65$lang['Delete this collection'] = '删除此精选集';
66$lang['Download CSV file'] = '下载 CSV 文件';
67$lang['E-mail sent successfully'] = 'E-mail已成功发出';
68$lang['Name, A &rarr; Z'] = '名称,A &rarr; Z';
69$lang['Name, Z &rarr; A'] = '名称,Z &rarr; A';
70$lang['Photos number, high &rarr; low'] = '图片数,高 &rarr; 低';
71$lang['Photos number, low &rarr; high'] = '图片数,低 &rarr; 高';
72$lang['(remove)'] = '(删除)';
73$lang['Restricted access'] = '受限的访问';
74$lang['Share'] = '分享';
75$lang['Share deleted'] = '分享已删除';
76$lang['Share key'] = '分享密钥';
77$lang['Share this collection'] = '分享此精选集';
78$lang['The key must be at least 8 characters long'] = '密钥长度不能少于8个字符';
79$lang['This key is already used'] = '此密钥已被使用';
80$lang['This link expired'] = '此链接已过期';
81$lang['Expiration date'] = '到期日';
82$lang['New share added: <a href="%s">%s</a>'] = '已添加新的分享:<a href="%s">%s</a>';
83$lang['Collection not found'] = '未找到精选集';
84$lang['Add'] = '增加';
85$lang['Cancel'] = '取消';
86$lang['Description'] = '描述';
87$lang['Hello %s, %s sent you a photos collection from "%s"'] = '你好 %s,%s从%s发送了一个图片集给你';
88$lang['Name'] = '名称';
89$lang['Send'] = '发送';
90$lang['jump to photo'] = '跳到图片';
91?>
Note: See TracBrowser for help on using the repository browser.