source: extensions/manage_properties_photos/language/es_ES/plugin.lang.php @ 32214

Last change on this file since 32214 was 32214, checked in by TranslationTeam, 4 years ago

Update es_ES, thanks to Tirs

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo 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                                          |
12// |                                                                       |
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.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Create new Property photo'] = 'Crear una nueva propiedad de foto';
24$lang['Edit Property photo'] = 'Editar las propiedades de la foto';
25$lang['Manage properties photos'] = 'Gestionar las propiedades de las fotos';
26$lang['Properties List'] = 'Lista de propiedades';
27$lang['Properties additionals'] = 'Propiedades adicionales';
28$lang['Properties manual order was saved'] = 'Se ha guardado el orden manual de las propiedades';
29$lang['Properties update'] = 'Actualización de las propiedades';
30$lang['Property'] = 'Propiedad';
31$lang['Property delete'] = 'Eliminar una propiedad';
32$lang['Property photo add'] = 'Añadir una propiedad de foto';
33$lang['Property photo update'] = 'Actualizar una propiedad de foto';
34$lang['Wording'] = 'Significado';
35$lang['Change photos properties'] = 'Cambiar las propiedades de las fotos';
36$lang['Choose a property'] = 'Seleccionar una propiedad';
37$lang['delete data this property'] = 'Eliminar la información de esta propiedad';
38$lang['Add Field'] = 'Añadir campo';
39$lang['Add field for automatic deletion\'s photos on a given date'] = 'Añadir un campo para la supresión automática de fotos en una fecha determinada';
40$lang['IPTC'] = 'IPTC';
41$lang['Max field for select or radio option'] = 'Campo máximo para las opciones de selección o puntuación';
42$lang['Move description in info table'] = 'Mover la descripción a la tabla de información';
43$lang['Option List'] = 'Lista de opciones';
44$lang['Remove Field for automatic deletion\'s photos on a given date and all date save'] = 'Eliminar el campo para la supresión automática de fotos en una fecha determinada y todas las fechas almacenadas';
45$lang['Return description in default location'] = 'Devolver la descripción a la ubicación por defecto';
46$lang['Text'] = 'Texto';
47$lang['The reference photo doesn\'t have IPTC'] = 'La foto de referencia no tiene IPTC';
48$lang['The reference photo doesn\'t have exif'] = 'La foto de referencia no tiene EXIF';
49$lang['The reference photo for exif and IPTC'] = 'La foto de referencia para EXIF e IPTC';
50$lang['date'] = 'datos';
51$lang['exif'] = 'EXIF';
52$lang['radio'] = 'radio';
53$lang['reference photo id doesn\'t exist please update'] = 'El identificador de la foto de referencia no existe; por favor, actualícelo';
54$lang['reference photo type doesn\'t use metadata please update'] = 'El tipo de la foto de referencia no utiliza metadatos; por favor, actualícelo';
55$lang['select'] = 'Seleccionar';
56$lang['IPTC field can\'t be empty'] = 'El campo IPTC no puede estar vacío';
57$lang['exif field can\'t be empty'] = 'El campo EXIF no puede estar vacío';
58$lang['Hide Image Id'] = 'Ocultar el identificador de la imagen';
59$lang['Show Image Id'] = 'Mostrar el identificador de la imagen';
Note: See TracBrowser for help on using the repository browser.