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

Last change on this file since 5613 was 5613, checked in by nikrou, 14 years ago

Fix problem for generating xml when php short open tags are allowed.
Fix some issues with i18n keys

File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$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 pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.';
23$lang['You can choose that mode for displaying one, severals or all categories'] = 'You can choose that mode for displaying one, severals or all categories';
24$lang['All categories'] = 'All categories';
25$lang['Animation size'] = 'Animation size';
26$lang['Animation background color'] = 'Animation background color';
27$lang['Color'] = 'Color';
28$lang['You choose that mode for'] = 'You choose that mode for';
29$lang['one category'] = 'one category';
30$lang['all categories'] = 'all categories';
31$lang['severals categories'] = 'severals categories';
32$lang['Width has been updated'] = 'Width has been updated';
33$lang['Height has been updated'] = 'Height has been updated';
34$lang['Background color of animation has been updated'] = 'Background color of animation has been updated';
35$lang['This widget requires Flash Player 9 or better'] = 'This widget requires Flash Player 9 or better';
36?>
Note: See TracBrowser for help on using the repository browser.