source: extensions/pwgCumulus/language/en_UK/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

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