source: extensions/photoWidget/language/zh_CN/plugin.lang.php @ 21935

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

[photowidget] Add zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.0 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['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = '该插件以flash动画旋转3D的形式显示图片。它像普通相册一样工作,但效果更炫更有趣。';
24$lang['one category'] = '1个相册';
25$lang['severals categories'] = '数个相册';
26$lang['All categories'] = '所有相册';
27$lang['Animation background color'] = '动画背景色';
28$lang['Animation size'] = '动画尺寸';
29$lang['Applicable categorie(s)'] = '可用相册';
30$lang['Background color of animation has been updated'] = '动画背景色已更新';
31$lang['Color'] = '颜色';
32$lang['Height'] = '高度';
33$lang['Height has been updated'] = '高度已更新';
34$lang['Main configuration'] = '主要设定';
35$lang['No'] = '否';
36$lang['Photo Widget Plugin'] = 'Photo Widget 插件';
37$lang['Submit'] = '提交';
38$lang['This widget requires Flash Player 9 or better'] = '本工具要求 Flash Player 9 或以上';
39$lang['Width'] = '宽度';
40$lang['Width has been updated'] = '宽度已更新';
41$lang['Yes'] = '是';
42$lang['You can choose that mode for displaying one, severals or all categories'] = '您可选择该模式显示1个、数个或所有相册';
43$lang['You choose that mode for'] = '您为以下相册选择该模式';
44$lang['You must choose at least one category'] = '您必须至少选择1个相册';
45?>
Note: See TracBrowser for help on using the repository browser.