source: extensions/stripped_black_bloc/language/zh_CN/theme.lang.php @ 23761

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

[stripped_columns] Update zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.4 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['(it need to be inferior than the width of columns)'] = '(必须严格小于列宽)';
24$lang['(set 0 to disable)'] = '(设为禁止)';
25$lang['... starting to the position number'] = '...开始位置号码';
26$lang['About big thumbnails, for the albums :'] = '关于相册的大缩略图:';
27$lang['Create a big thumbnail every'] = '创建大缩略图,每';
28$lang['Displaying options'] = '显示选项';
29$lang['Page'] = '页';
30$lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns 配置页面';
31$lang['The parent-theme Stripped need to be enabled in order to use its parameters'] = '使用此参数,须开启父主题Stripped';
32$lang['Width of columns'] = '列宽';
33$lang['Width of thumbnails'] = '缩略图宽';
34$lang['always generate big thumbnails'] = '总是生成大缩略图';
35$lang['color main'] = '非灰度:';
36$lang['don\'t generate big thumbnails'] = '不生成大缩略图';
37$lang['use the same config as above'] = '使用与上面相同的配置';
38$lang['About portrait/landscape pictures :'] = '关于横版/竖版图片(注意:插件将自动设置全景图片的缩略图):';
39$lang['Display big thumbnails for landscape pictures'] = '为横版图片显示大缩略图';
40$lang['No Maximum Height and the width is the one set above'] = '最大高度不限,宽度为上面所设定的宽度';
41$lang['Use the width parameter above as a maximum heigth'] = '以上面的宽度参数为最大高度';
42$lang['Effect to use when the mouse is over the thumbnails:'] = '鼠标悬停于缩略图时的效果:';
43$lang['For albums, the border becomes white'] = '对相册,边缘变白';
44$lang['No effect'] = '无效果';
45$lang['Opacity at 100%, then 75% on mouseover'] = '透明度100%,鼠标悬停时75%';
46$lang['Opacity at 75%, then 100% on mouseover'] = '透明度75%,鼠标悬停时100%';
47?>
Note: See TracBrowser for help on using the repository browser.