source: extensions/see_photos_by_user/language/en_UK/plugin.lang.php @ 31460

Last change on this file since 31460 was 31460, checked in by ddtddt, 8 years ago

[extensions] - see_photos_by_user - 2.8

File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | See photos by user plugin for piwigo                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2014 - 2016 ddtddt             http://temmii.com/piwigo/ |
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$lang['See photos by user'] = 'See photos by user';
22$lang['select user'] = 'select user';
23$lang['select other user'] = 'select other user';
24$lang['submit'] = 'submit';
25$lang['users in alphabetical order'] = 'users in alphabetical order';
26$lang['users by reverse alphabetical order'] = 'users by reverse alphabetical order';
27$lang['by increasing number of photos'] = 'by increasing number of photos';
28$lang['by decreasing number of photos'] = 'by decreasing number of photos';
29$lang['Minimal number photos for show users'] = 'Minimal number photos for show users';
30$lang['Maximal number users'] = 'Maximal number users';
31$lang['Users order'] = 'users order';
32$lang['Maximal number users is incorrect !'] = 'Maximal number users is incorrect !';
33$lang['Minimal number photos for show users is incorrect !'] = 'Minimal number photos for show users is incorrect !';
34$lang['link Specials menu'] = 'link Specials menu';
35$lang['select users box'] = 'select users box';
36$lang['bloc menu users'] = 'bloc menu users';
37$lang['Photos by user'] = 'Photos by user';
38$lang['You must use colorpicker'] = 'You must use colorpicker';
39$lang['users cloud'] = 'users cloud';
40$lang['cumulus users cloud'] = 'cumulus users cloud';
41$lang['Show menu'] = 'Show menu';
42$lang['Show home page users'] = 'Show home page user';
43$lang['Choose a color'] = 'Choose a color';
44$lang['Choose a presentation'] = 'Choose a presentation';
45$lang['sphere'] = 'sphere';
46$lang['vertical cylinder'] = 'vertical cylinder';
47$lang['horizontal cylinder'] = 'horizontal cylinder';
48$lang['vertical ring'] = 'vertical ring';
49$lang['horizontal ring'] = 'horizontal ring';
50
51?>
Note: See TracBrowser for help on using the repository browser.