source: extensions/manage_properties_photos/language/en_UK/plugin.lang.php @ 31406

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

[extensions] - manage_properties_photos - updade faiture batch manager

File size: 2.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Manage Properties Photos plugin for Piwigo                            |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2014-2016 ddtddt                      http://temmii.com |
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//admin
22$lang['Manage properties photos'] = 'Manage properties photos';
23$lang['Properties additionals'] = 'Properties additionals';
24$lang['Property'] = 'Property';
25$lang['Properties update'] = 'Properties update';
26$lang['Properties manual order was saved'] = 'Properties manual order was saved';
27$lang['Property photo add'] = 'Property photo add';
28$lang['Property photo update'] = 'Property photo update';
29$lang['Property delete'] = 'Property delete';
30$lang['Create new Property photo'] = 'Create new Property photo';
31$lang['Edit Property photo'] = 'Edit Property photo';
32$lang['Wording'] = 'Wording';
33$lang['Properties List'] = 'Properties List';
34$lang['Properties additionals'] = 'Properties additionals';
35$lang['Change photos properties'] = 'Change photos properties';
36$lang['delete data this property'] = 'delete data this property';
37$lang['Choose a property'] = 'Choose a property';
Note: See TracBrowser for help on using the repository browser.