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

Last change on this file was 32902, checked in by ddtddt, 16 months ago

[manage_properties_photos] compatybilité php8

File size: 3.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Manage Properties Photos plugin for Piwigo by TEMMII                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2007-2023 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//admin
22$lang['Manage properties photos'] = 'Manage photo properties';
23$lang['Properties additionals'] = 'Custom Properties';
24$lang['Property'] = 'Property';
25$lang['Properties update'] = 'Update properties';
26$lang['Properties manual order was saved'] = 'Properties\' manual order was saved';
27$lang['Property photo add'] = 'Add photo property';
28$lang['Property photo update'] = 'Update photo property';
29$lang['Property delete'] = 'Delete property';
30$lang['Create new Property photo'] = 'Create new photo property';
31$lang['Edit Property photo'] = 'Edit photo property';
32$lang['Wording'] = 'Label';
33$lang['Properties List'] = 'Properties List';
34$lang['Properties additionals'] = 'Properties additionals';
35$lang['Change photos properties'] = 'Change photo properties';
36$lang['delete data this property'] = 'delete this property\'s data';
37$lang['Choose a property'] = 'Choose a property';
38$lang['Text'] = 'Text';
39$lang['select'] = 'select';
40$lang['exif'] = 'EXIF';
41$lang['date'] = 'date';
42$lang['radio'] = 'radio';
43$lang['IPTC'] = 'IPTC';
44$lang['Option List'] = 'Option List';
45$lang['Add Field'] = 'Add Field';
46$lang['Add field for automatic deletion\'s photos on a given date'] = 'Add field for automatic deletion of photos on a given date';
47$lang['Remove Field for automatic deletion\'s photos on a given date and all date save'] = 'Remove field for automatic deletion of photos on a given date and all saved dates';
48$lang['Move description in info table'] = 'Move description into info table';
49$lang['Return description in default location'] = 'Return description to default location';
50$lang['Max field for select or radio option'] = 'Max field for select or radio button';
51$lang['The reference photo for exif and IPTC'] = 'The reference photo for exif and IPTC';
52$lang['The reference photo doesn\'t have exif'] = 'The reference photo doesn\'t have exif';
53$lang['The reference photo doesn\'t have IPTC'] = 'The reference photo doesn\'t have IPTC';
54$lang['reference photo id doesn\'t exist please update'] = 'reference photo id doesn\'t exist, please update';
55$lang['reference photo type doesn\'t use metadata please update'] = 'reference photo type doesn\'t use metadata, please update';
56$lang['exif field can\'t be empty'] = 'exif field can\'t be empty';
57$lang['IPTC field can\'t be empty'] = 'IPTC field can\'t be empty';
58$lang['Show Image Id'] = 'Show Image Id';
59$lang['Hide Image Id'] = 'Hide Image Id';
60$lang['Delete photo'] = 'Delete photo';
Note: See TracBrowser for help on using the repository browser.