source: extensions/pwgCumulus/language/templates/plugin.lang.php @ 11344

Last change on this file since 11344 was 11344, checked in by nikrou, 13 years ago

Remove dependency to swfObject
Allow admin to use animation in main menu

File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2011 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// admin
23$lang['Add tags cloud in main menu'] = '';
24$lang['After'] = '';
25$lang['Animation colors'] = '';
26$lang['Animation configuration : size, tags colors, tags size'] = '';
27$lang['Animation width and height'] = '';
28$lang['Background color'] = '';
29$lang['Background color updated'] = '';
30$lang['Before'] = '';
31$lang['block'] = '';
32$lang['Check the checkbox to add tags cloud in main menu'] = '';
33$lang['Check the checkbox to use transparent mode for background'] = '';
34$lang['Coefficient'] = '';
35$lang['Coefficient for tags size updated'] = '';
36$lang['Color 1'] = '';
37$lang['Color 1 updated'] = '';
38$lang['Color 2'] = '';
39$lang['Color 2 updated'] = '';
40$lang['Cumulus Tags Cloud Plugin'] = '';
41$lang['Current release:'] = '';
42$lang['Dashboard'] = '';
43$lang['Height'] = '';
44$lang['Height updated'] = '';
45$lang['Menu'] = '';
46$lang['Mouseover color'] = '';
47$lang['Mouseover color updated'] = '';
48$lang['Position'] = '';
49$lang['Position in main menu has been updated'] = '';
50$lang['Tags cloud added in main menu'] = '';
51$lang['Tags cloud in main menu?'] = '';
52$lang['Tags cloud removed from main menu'] = '';
53$lang['Tags page'] = '';
54$lang['Tags size'] = '';
55$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.'] = '';
56$lang['Transparent mode for background'] = '';
57$lang['Transparent mode is not used'] = '';
58$lang['Transparent mode is used'] = '';
59$lang['Width'] = '';
60$lang['Width updated'] = '';
61$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = '';
62$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'] = '';
63
64// public
65$lang['cloud'] = '';
66$lang['cumulus cloud'] = '';
67$lang['show tag cloud'] = '';
68?>
Note: See TracBrowser for help on using the repository browser.