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

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

[cumulus_tags_cloud] Add zh_CN, thanks to : dennisyan

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