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

Last change on this file since 31991 was 26116, checked in by nikrou, 10 years ago

Make plugin compatible with plugin 2.6

  • Property svn:executable set to *
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2013 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License version 2 as     |
9// | published by the Free Software Foundation                             |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22$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的形式显示图片。它像普通相册一样工作,但效果更炫更有趣。';
23$lang['one category'] = '1个相册';
24$lang['severals categories'] = '数个相册';
25$lang['All categories'] = '所有相册';
26$lang['Animation background color'] = '动画背景色';
27$lang['Animation size'] = '动画尺寸';
28$lang['Applicable categorie(s)'] = '可用相册';
29$lang['Background color of animation has been updated'] = '动画背景色已更新';
30$lang['Color'] = '颜色';
31$lang['Height'] = '高度';
32$lang['Height has been updated'] = '高度已更新';
33$lang['Main configuration'] = '主要设定';
34$lang['No'] = '否';
35$lang['Photo Widget Plugin'] = 'Photo Widget 插件';
36$lang['Submit'] = '提交';
37$lang['This widget requires Flash Player 9 or better'] = '本工具要求 Flash Player 9 或以上';
38$lang['Width'] = '宽度';
39$lang['Width has been updated'] = '宽度已更新';
40$lang['Yes'] = '是';
41$lang['You can choose that mode for displaying one, severals or all categories'] = '您可选择该模式显示1个、数个或所有相册';
42$lang['You choose that mode for'] = '您为以下相册选择该模式';
43$lang['You must choose at least one category'] = '您必须至少选择1个相册';
Note: See TracBrowser for help on using the repository browser.