source: extensions/community/language/en_UK/plugin.lang.php @ 9372

Last change on this file since 9372 was 9372, checked in by plg, 13 years ago

Rewritten version of Community plugin :

  • user upload (web form on gallery side)
  • precise permission manage (who, where, with moderation or not, ability to create sub-albums)
  • email notification to administrators when photos are uploaded

Requires Piwigo 2.2.0RC3

File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
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['Add a permission'] = 'Add a permission';
23$lang['Who?'] = 'Who?';
24$lang['any visitor'] = 'any visitor';
25$lang['any registered user'] = 'any registered user';
26$lang['a specific user'] = 'a specific user';
27$lang['a group'] = 'a group';
28$lang['Where?'] = 'Where?';
29$lang['The whole gallery'] = 'The whole gallery';
30$lang['ability to create sub-albums'] = 'ability to create sub-albums';
31$lang['Which level of trust?'] = 'Which level of trust?';
32$lang['sub-albums creation'] = 'sub-albums creation';
33$lang['Upload Permissions'] = 'Upload Permissions';
34$lang['Pending Photos'] = 'Pending Photos';
35$lang['Permission added'] = 'Permission added';
36$lang['Permission removed'] = 'Permission removed';
37$lang['%s (the user)'] = '%s (the user)';
38$lang['%s (the group)'] = '%s (the group)';
39$lang['low trust'] = 'low trust';
40$lang['uploaded photos must be validated by an administrator'] = 'uploaded photos must be validated by an administrator';
41$lang['high trust'] = 'high trust';
42$lang['uploaded photos are directly displayed in the gallery'] = 'uploaded photos are directly displayed in the gallery';
43$lang['%d photos validated'] = '%d photos validated';
44$lang['%d photos rejected'] = '%d photos rejected';
45$lang['web size'] = 'web size';
46$lang['Zoom'] = 'Zoom';
47$lang['Upload your own photos'] = 'Upload your own photos';
48$lang['%d photos uploaded by %s'] = '%d photos uploaded by %s';
49$lang['Validation page: %s'] = 'Validation page: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d photos uploaded into album "%s"';
51$lang['Hi administrators,'] = 'Hi administrators,';
52?>
Note: See TracBrowser for help on using the repository browser.