source: extensions/Back2Front/language/es_ES/plugin.lang.php @ 21428

Last change on this file since 21428 was 21428, checked in by TranslationTeam, 11 years ago

[back2front] Add es_ES, thanks to : jpr928

  • Property svn:executable set to *
File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['This picture is no longer a backside'] = 'Esta imagen ya no es una parte trasera';
24$lang['This picture is now the backside of the picture n°%s'] = 'Esta imagen es ahora la parte trasera de la imagen nº%s';
25$lang['Toolbar'] = 'Barra de herramientas';
26$lang['Top'] = 'Arriba';
27$lang['Transition'] = 'Transición';
28$lang['Unknown id %d for frontside picture'] = 'Identificación desconocida de la imagen frontal %d';
29$lang['...of the picture n°'] = '... de la imagen n °';
30$lang['Backside and frontside can\'t be the same picture'] = 'Parte trasera y frontal no pueden ser misma imagen';
31$lang['Backside management'] = 'Gestión de la parte trasera';
32$lang['Bottom'] = 'Parte inferior';
33$lang['Click'] = 'Clic';
34$lang['Display a mark on thumbnails list'] = 'Mostrar una marca en la lista de miniaturas';
35$lang['Fade'] = 'Fundido';
36$lang['Link name'] = 'Nombre del botón';
37$lang['Link position'] = 'Posición del botón';
38$lang['Modify backside information'] = 'Modificar las informaciones de la parte trasera';
39$lang['Mouseover'] = 'Encima del ratón';
40$lang['Move backside to private album'] = 'Retrocede para el álbum privado';
41$lang['See back'] = 'Ver atrás';
42$lang['See front'] = 'Ver delante';
43$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Separe las dos etiquetas con el símbolo |. Dejar en blanco para utilizar la traducción por defecto.';
44$lang['Switch mode'] = 'Cambiar modo';
45$lang['The picture n°%d has already a backside : %s'] = 'La foto nº%d ya tiene una parte trasera:%s';
46$lang['The picture n°%s is already a backside'] = 'La foto nº%s es ya una parte trasera';
47$lang['This picture has a backside :'] = 'Esta foto tiene una parte trasera:';
48$lang['This picture is a backside...'] = 'Esta foto ya es una parte trasera:';
49?>
Note: See TracBrowser for help on using the repository browser.