Ignore:
Timestamp:
Apr 28, 2020, 2:37:00 AM (4 years ago)
Author:
ddtddt
Message:

[manage_properties_photos]

Location:
extensions/manage_properties_photos/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/manage_properties_photos/language/en_UK/index.php

    r30631 r32135  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
    4 // +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    7 // | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    8 // +-----------------------------------------------------------------------+
    9 // | This program is free software; you can redistribute it and/or modify  |
    10 // | it under the terms of the GNU General Public License as published by  |
    11 // | the Free Software Foundation                                          |
     3// | This file is part of Piwigo.                                          |
    124// |                                                                       |
    13 // | This program is distributed in the hope that it will be useful, but   |
    14 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    15 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    16 // | General Public License for more details.                              |
    17 // |                                                                       |
    18 // | You should have received a copy of the GNU General Public License     |
    19 // | along with this program; if not, write to the Free Software           |
    20 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    21 // | USA.                                                                  |
     5// | For copyright and license information, please view the COPYING.txt    |
     6// | file that was distributed with this source code.                      |
    227// +-----------------------------------------------------------------------+
    238
  • extensions/manage_properties_photos/language/en_UK/plugin.lang.php

    r31409 r32135  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Manage Properties Photos plugin for Piwigo                            |
     3// | Manage Properties Photos plugin for Piwigo by TEMMII                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2014-2016 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2007-2020 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    3636$lang['delete data this property'] = 'delete data this property';
    3737$lang['Choose a property'] = 'Choose a property';
     38
     39$lang['Text'] = 'Text';
     40$lang['select'] = 'select';
     41$lang['exif'] = 'exif';
     42$lang['date'] = 'date';
     43$lang['radio'] = 'radio';
     44$lang['IPTC'] = 'IPTC';
     45
     46$lang['Option List'] = 'Option List';
     47$lang['Add Field'] = 'Add Field';
     48$lang['Add field for automatic deletion\'s photos on a given date'] = 'Add field for automatic deletion\'s photos on a given date';
     49$lang['Remove Field for automatic deletion\'s photos on a given date and all date save'] = 'Remove Field for automatic deletion\'s photos on a given date and all date save';
     50$lang['Move description in info table'] = 'Move description in info table';
     51$lang['Return description in default location'] = 'Return description in default location';
     52$lang['Max field for select or ratio option'] = 'Max field for select or ratio option';
     53$lang['The reference photo for exif and IPTC'] = 'The reference photo for exif and IPTC';
     54$lang['The reference photo doesn\'t have exif'] = 'The reference photo doesn\'t have exif';
     55$lang['The reference photo doesn\'t have IPTC'] = 'The reference photo doesn\'t have IPTC';
Note: See TracChangeset for help on using the changeset viewer.