source: extensions/header_manager/language/es_ES/plugin.lang.php @ 18027

Last change on this file since 18027 was 18027, checked in by TranslationTeam, 12 years ago

[header_manager] Update es_ES, thanks to : jpr928

  • Property svn:executable set to *
File size: 3.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Add a banner'] = 'Añadir una bandera';
24$lang['Banner added'] = 'Bandera añadida';
25$lang['Banner deleted'] = 'Bandera eliminada';
26$lang['Banner'] = 'Bandera';
27$lang['Choose an image from your computer'] = 'Elige una imagen desde su ordenador';
28$lang['Choose the part of the image you want to use as your header.'] = 'Elija la parte de la imagen que desea utilizar como cabecera.';
29$lang['Crop banner image'] = 'Recortar la imagen de la bandera';
30$lang['Default banner size'] = 'Tamaño de la bandera par defecto';
31$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Para MontBlancXL y BlancMontXL, el tamaño aconsejado es de 900 × 190.';
32$lang['Gallery title above image'] = 'Título de la galería por encima de la imagen';
33$lang['Image only'] = 'Solo imagen';
34$lang['Incorrect file type,'] = 'Tipo de fichero incorrecto';
35$lang['No banner added yet'] = 'No se añado ninguna bandera';
36$lang['Picture id.'] = 'Dirección de la imagen';
37$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Ponga <b>% header_manager% </ b> donde desea mostrar la imagen.';
38$lang['Random'] = 'Aleatorio';
39$lang['Select an image'] = 'Seleccione una imagen ';
40$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'El identificador numérico se puede encontrar en la página de edición de imágenes, cerca de la miniatura.';
41$lang['Unknown picture id'] = 'Dirección de la imagen desconocida';
42$lang['Use'] = 'Utilizar';
43$lang['With text'] = 'Con texto';
44$lang['You can customize the display by adding CSS rules to'] = 'Puede personalizar la pantalla mediante la adición de reglas CSS a';
45$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Puedes subir una imagen de cabecera personalizada o seleccione uno de la galería. En la siguiente pantalla podrás recortar la imagen.';
46$lang['or choose a picture from the gallery'] = 'o elegir una imagen desde la galería';
47$lang['Default banner'] = 'Cabecera por defecto';
48$lang['Display banner on photo page'] = 'Visualice la bandera en la página de la foto';
49?>
Note: See TracBrowser for help on using the repository browser.