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

Last change on this file since 17131 was 17131, checked in by TranslationTeam, 12 years ago

[stripped_columns] Add zh_CN, thanks to : deserteagle

  • Property svn:executable set to *
File size: 2.6 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'] = '分离及列配置页面';
31$lang['The parent-theme Stripped need to be enabled in order to use its parameters'] = '此参数需开启父主题分离';
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?>
Note: See TracBrowser for help on using the repository browser.