source: extensions/pwgCumulus/language/zh_CN/plugin.lang.php @ 21469

Last change on this file since 21469 was 21469, checked in by nikrou, 11 years ago

Make plugin compatible with piwigo 2.5

  • Property svn:executable set to *
File size: 4.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-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['After'] = '在此项之后:';
23$lang['Before'] = '在此项之前:';
24$lang['cloud'] = 'cloud';
25$lang['cumulus cloud'] = 'cumulus cloud';
26$lang['show tag cloud'] = '显示标签云';
27$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = '您可以选择标签云的显示模式,在配置文件中添加默认模式即可';
28$lang['block'] = '模块';
29$lang['You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'] = '您可在主菜单上添加标签云。您可以通过选择其与其他模块位置的关系定义其位置';
30$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = '该插件以flash显示3D旋转形式的标签。其作用与通常的标签云一样,但更炫酷有趣。';
31$lang['Tags cloud in main menu?'] = '将标签云加入主菜单?';
32$lang['Tags cloud removed from main menu'] = '标签云已从主菜单上删除';
33$lang['Tags page'] = '标签页';
34$lang['Tags size'] = '标签尺寸';
35$lang['Transparent mode for background'] = '背景透明模式';
36$lang['Transparent mode is not used'] = '背景透明模式未启用';
37$lang['Transparent mode is used'] = '背景透明模式已启用';
38$lang['Width'] = '宽度';
39$lang['Width updated'] = '宽度已更新';
40$lang['Menu'] = '菜单';
41$lang['Mouseover color'] = '鼠标悬停颜色';
42$lang['Mouseover color updated'] = '鼠标悬停颜色已更新';
43$lang['Position'] = '位置';
44$lang['Position in main menu has been updated'] = '在主菜单的位置已更新';
45$lang['Tags cloud added in main menu'] = '标签云已加入主菜单';
46$lang['Height'] = '高度';
47$lang['Height updated'] = '高度已更新';
48$lang['Add tags cloud in main menu'] = '在主菜单添加标签云';
49$lang['Animation colors'] = '动画颜色';
50$lang['Animation configuration : size, tags colors, tags size'] = '动画设置:尺寸,标签颜色,标签尺寸';
51$lang['Animation width and height'] = '动画宽与高';
52$lang['Background color'] = '背景颜色';
53$lang['Background color updated'] = '背景颜色已更新';
54$lang['Check the checkbox to add tags cloud in main menu'] = '在勾选框勾选,以在主菜单添加标签云';
55$lang['Check the checkbox to use transparent mode for background'] = '在勾选框勾选,以使用透明背景';
56$lang['Coefficient'] = '系数';
57$lang['Coefficient for tags size updated'] = '标签尺寸的系数已更新';
58$lang['Color 1'] = '颜色1';
59$lang['Color 1 updated'] = '颜色1已更新';
60$lang['Color 2'] = '颜色2';
61$lang['Color 2 updated'] = '颜色2已更新';
62$lang['Cumulus Tags Cloud Plugin'] = 'Cumulus Tags Cloud 插件';
63$lang['Current release:'] = 'Current release:';
64$lang['Dashboard'] = '面板';
Note: See TracBrowser for help on using the repository browser.