source: extensions/GDThumb/language/zh_CN/plugin.lang.php @ 31742

Last change on this file since 31742 was 31359, checked in by TranslationTeam, 8 years ago

Add zh_CN, thanks to dennisyan

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['This Thumb mode cannot be used in Slide mode. Changed to default'] = '此缩略图模式无法在幻灯模式中使用。已转为默认';
24$lang['Thumb animation cannot be used in Slide mode. Disabled'] = '动态缩略图无法在幻灯模式中使用。已禁用';
25$lang['Thumbnail Mode'] = '缩略图模式';
26$lang['Thumbnails max height'] = '缩略图最大高度';
27$lang['Thumbnails max height must be an integer'] = '缩略图最大高度必须为整数';
28$lang['Title Display Mode (Album)'] = '标题显示模式(相册)';
29$lang['Title Display Mode (Photo)'] = '标题显示模式(图片)';
30$lang['Use Description if Set'] = '使用描述,如果已设定';
31$lang['Vertical'] = '纵向';
32$lang['Slide'] = '播放';
33$lang['Square'] = '正方形';
34$lang['Start'] = '开始';
35$lang['Stop'] = '停止';
36$lang['Margin between thumbnails must be an integer'] = '缩略图间隙必须为整数';
37$lang['Masonry Type'] = '砌块形式';
38$lang['Merged (Default)'] = '融合(默认)';
39$lang['Merged with Description'] = '带描述的融合';
40$lang['Metadata Display Mode'] = '显示元数据的模式';
41$lang['Normalize Photo Title'] = '规格化图片标题';
42$lang['Number of photos per page must be an integer'] = '每页图片数量必须为整数';
43$lang['Overlay'] = '覆盖';
44$lang['Overlay Bottom'] = '底部覆盖';
45$lang['Overlay Bottom (Static)'] = '底部覆盖(静态)';
46$lang['Overlay Ex'] = '前覆盖(Overlay Ex)';
47$lang['Overlay Top'] = '顶部覆盖';
48$lang['Overlay Top (Static)'] = '顶部覆盖(静态)';
49$lang['Pause'] = '暂停';
50$lang['Photo # if FileName Detected'] = '图片 # 如果已发现文件名';
51$lang['Pre-cache thumbnails'] = '预缓存缩略图';
52$lang['Prevent word wrap'] = '防止自动换行';
53$lang['Purge thumbnails cache'] = '清除缩略图缓存';
54$lang['Rating:'] = '打分:';
55$lang['Show thumbnails caption'] = '显示缩略图标题';
56$lang['Cache Informations'] = '缓存信息';
57$lang['Cache have been generated'] = '缓存已生成';
58$lang['Cache the big thumbnails (recommended)'] = '为大尺寸缩略图建立缓存(推荐)';
59$lang['Changelog'] = '更新日志';
60$lang['Coffee Fund'] = '咖啡基金(Coffee Fund)';
61$lang['Crop (Default)'] = '裁剪(默认)';
62$lang['Delete images in GDThumb cache.'] = '在 GDThumb 缓存中删除图片。';
63$lang['Do not Normalize (Default)'] = '不进行规格化(默认)';
64$lang['Double the size of the first thumbnail'] = '首张缩略图显示为两倍大小';
65$lang['Finds images that have not been cached and creates the cached version.'] = '查找未被缓存的图片并建立已生成缓存的版本。';
66$lang['Follow'] = '关注(Follow)';
67$lang['Horizontal (Default)'] = '横向(默认)';
68$lang['Margin between thumbnails'] = '缩略图间隙';
69$lang['%d file'] = '%d 个文件';
70$lang['%d files'] = '%d 个文件';
71$lang['%d visit'] = '%d 个访问';
72$lang['%d visits'] = '%d 个访问';
73$lang['Animate thumbnail on hover'] = '鼠标指向时缩略图动态化';
74$lang['Big thumb cannot be used in Slide mode. Disabled'] = '大尺寸缩略图无法在幻灯模式中使用。已禁用';
75$lang['Block for Panoramic Photo Page'] = '在全景图片页上屏蔽';
Note: See TracBrowser for help on using the repository browser.