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

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

Fix issue with tag with an ampersand (need encoding)
Allow to choose width and height in menu (either null)

File size: 3.5 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// 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['Animation width and height in menu'] = '';
29$lang['Background color'] = '';
30$lang['Background color updated'] = '';
31$lang['Before'] = '';
32$lang['block'] = '';
33$lang['Check the checkbox to add tags cloud in main menu'] = '';
34$lang['Check the checkbox to use transparent mode for background'] = '';
35$lang['Coefficient'] = '';
36$lang['Coefficient for tags size updated'] = '';
37$lang['Color 1'] = '';
38$lang['Color 1 updated'] = '';
39$lang['Color 2'] = '';
40$lang['Color 2 updated'] = '';
41$lang['Cumulus Tags Cloud Plugin'] = '';
42$lang['Current release:'] = '';
43$lang['Dashboard'] = '';
44$lang['Height'] = '';
45$lang['Height updated'] = '';
46$lang['Height in menu updated'] = '';
47$lang['Menu'] = '';
48$lang['Mouseover color'] = '';
49$lang['Mouseover color updated'] = '';
50$lang['Position'] = '';
51$lang['Position in main menu has been updated'] = '';
52$lang['Tags cloud added in main menu'] = '';
53$lang['Tags cloud in main menu?'] = '';
54$lang['Tags cloud removed from main menu'] = '';
55$lang['Tags page'] = '';
56$lang['Tags size'] = '';
57$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.'] = '';
58$lang['Transparent mode for background'] = '';
59$lang['Transparent mode is not used'] = '';
60$lang['Transparent mode is used'] = '';
61$lang['Width'] = '';
62$lang['Width updated'] = '';
63$lang['Width in menu updated'] = '';
64$lang['Width or height can be null to allow animation using all the space'] = '';
65$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = '';
66$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'] = '';
67
68// public
69$lang['cloud'] = '';
70$lang['cumulus cloud'] = '';
71$lang['show tag cloud'] = '';
Note: See TracBrowser for help on using the repository browser.