source: extensions/SmartAlbums/language/zh_CN/plugin.lang.php @ 20176

Last change on this file since 20176 was 20176, checked in by TranslationTeam, 11 years ago

[smartalbums] Update zh_CN, thanks to : winson

  • Property svn:executable set to *
File size: 5.1 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['Doesn\'t contain'] = '不包含';
24$lang['Doesn\'t end with'] = '不以...结束';
25$lang['Don\'t show this message again'] = '不再显示此信息';
26$lang['Ends with'] = '以...结束';
27$lang['Exclude SmartAlbums from permissions management'] = '将SmartAlbums从权限管理中排除';
28$lang['Filters'] = '过滤器';
29$lang['Hits'] = '点击数';
30$lang['Hits must be an integer'] = '点击数必须为整数';
31$lang['Limit must be an integer'] = '限制必须为整数';
32$lang['Max. number of photos'] = '相片最大数量';
33$lang['Name is empty'] = '名称为空';
34$lang['No album selected'] = '未选择相册';
35$lang['No filter selected'] = '未选择过滤器';
36$lang['No tag selected'] = '未选择标签';
37$lang['%d photo'] = '%d 张相片';
38$lang['%d photos'] = '%d 张相片';
39$lang['%d photos associated to album %s'] = '%d 张相片关联到 %s 相册';
40$lang['Above'] = '以上';
41$lang['Add filters here'] = '在此添加过滤器';
42$lang['Added after'] = '在此之后添加';
43$lang['Added before'] = '在此之前添加';
44$lang['Added on'] = '添加于';
45$lang['All SmartAlbums'] = '所有SmartAlbums';
46$lang['All these albums'] = '所有这些相册';
47$lang['All these tags'] = '所有这些标签';
48$lang['Author is empty'] = '作者为空';
49$lang['Begins with'] = '开始于';
50$lang['Bellow'] = '以下';
51$lang['Contains'] = '包含';
52$lang['Count'] = '计数';
53$lang['Created after'] = '在此之后创建';
54$lang['Created before'] = '在此之前创建';
55$lang['Date string is malformed'] = '日期字符串有缺陷';
56$lang['Doesn\'t begin with'] = '不以...开始';
57$lang['You can\'t use more than one level filter'] = '您只能选择1个级别的保密性';
58$lang['You can\'t use more than one limit filter'] = '您只能选择1个数量限制的元素';
59$lang['None of these tags'] = '不含这些标签';
60$lang['To order albums please go the main albums <a href="%s">management page</a>'] = '为相册排序,请访问主相册<a href="%s">管理页面</a>';
61$lang['create a new SmartAlbum'] = '创建新的SmartAlbum';
62$lang['None of these albums'] = '不属于这些相册';
63$lang['For "Is (not) in", separate each author by a comma'] = '对于"在(不在)",以逗号分隔每一个作者';
64$lang['Is'] = '是';
65$lang['Is in'] = '在';
66$lang['Is not'] = '不是';
67$lang['Is not in'] = '不在';
68$lang['One of these albums'] = '这些相册之一';
69$lang['One of these tags'] = '这些标签之一';
70$lang['Only SmartAlbums are displayed on this page'] = '本页只显示SmartAlbums';
71$lang['Only these albums'] = '仅这些相册';
72$lang['Only these tags'] = '仅这些标签';
73$lang['Rating score must be an integer'] = '评分必须为整数';
74$lang['Regenerate photos list of all SmartAlbums'] = '更新所有SmartAlbums的图片列表';
75$lang['Regenerate photos list of this SmartAlbum'] = '更新本SmartAlbum的图片列表';
76$lang['SmartAlbum added'] = 'SmartAlbums已添加';
77$lang['SmartAlbum deleted'] = 'SmartAlbums已删除';
78$lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums默认每个人的隐私,仅当一位用户有权限进入相册时才能看到内容。';
79$lang['This album is a SmartAlbum'] = '本相册是一个SmartAlbum';
80$lang['Update albums on file upload'] = '文件上传后更新相册';
81$lang['can cause slowdowns'] = '可能引起处理速度下降';
82$lang['Regex is malformed'] = '正则表达式异常';
83$lang['Regular expression'] = '正则表达式';
84$lang['Update albums every %s days'] = '第 %s 表更新一次相册';
85?>
Note: See TracBrowser for help on using the repository browser.