source: extensions/PwgCarbon/language/zh_CN/theme.lang.php @ 20810

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

[pwgcarbon] Add zh_CN, thanks to : winson

  • Property svn:executable set to *
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Reflexion on thumbmail'] = '在缩略图上反射';
24$lang['lb_configuration_saved'] = '配置已保存';
25$lang['lb_default_parameters'] = '默认参数';
26$lang['lb_default_parameters_saved'] = '默认参数已保存';
27$lang['lb_theme'] = '主题';
28$lang['no'] = '不';
29$lang['set as category representative'] = '设置为类别代表';
30$lang['use picture in the theme'] = '在主题中使用图片';
31$lang['yes'] = '是的';
32$lang['Background'] = '背景';
33$lang['Background and color'] = '背景和颜色';
34$lang['Background, theme and color'] = '背景,主题和颜色';
35$lang['Black'] = '黑色';
36$lang['Blue'] = '蓝色';
37$lang['Brown'] = '棕色';
38$lang['Color'] = '颜色';
39$lang['Colorus menu'] = '颜色菜单';
40$lang['Green'] = '绿色';
41$lang['Header'] = '头部';
42$lang['Open picture in lighting box'] = '在幻灯箱里打开图片';
43$lang['Orange'] = '橙色';
44$lang['Purple'] = '紫色';
45$lang['Random'] = '随机';
46$lang['Red'] = '红色';
47$lang['Theme'] = '主题';
48$lang['Theme picture'] = '主题图片';
49$lang['White'] = '白色';
50$lang['Yellow'] = '黄色';
51?>
Note: See TracBrowser for help on using the repository browser.