source: extensions/photoWidget/language/en_UK/plugin.lang.php @ 15385

Last change on this file since 15385 was 15385, checked in by ddtddt, 12 years ago

[extensions] - photoWidget - add EN for works with Lexiglot

File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-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 as published by  |
9// | 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['All categories'] = 'All albums';
30$lang['Animation background color'] = 'Animation background color';
31$lang['Animation size'] = 'Animation size';
32$lang['Applicable categorie(s)'] = 'Applicable album(s)';
33$lang['Background color of animation has been updated'] = 'Background color of animation has been updated';
34$lang['Color'] = 'Color';
35$lang['Height'] = 'Height';
36$lang['Height has been updated'] = 'Height has been updated';
37$lang['Main configuration'] = 'Main configuration';
38$lang['one category'] = 'one album';
39$lang['severals categories'] = 'severals albums';
40$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'That plugin display photos using a flash movie that rotates them in 3D. It works like regulars albums but in a more amazing and exciting way.';
41$lang['Width'] = 'Width';
42$lang['Width has been updated'] = 'Width has been updated';
43$lang['Yes'] = 'Yes';
44$lang['No'] = 'No';
45$lang['You can choose that mode for displaying one, severals or all categories'] = 'You can choose that mode for displaying one, severals or all albums';
46$lang['You choose that mode for'] = 'You choose that mode for';
47$lang['You must choose at least one category'] = 'You must choose at least one album';
48$lang['Photo Widget Plugin'] = 'Photo Widget Plugin';
49$lang['Submit'] = 'Submit';
50
51// public
52$lang['This widget requires Flash Player 9 or better'] = 'This widget requires Flash Player 9 or better';
53 
54?>
Note: See TracBrowser for help on using the repository browser.