source: extensions/header_manager/language/gl_ES/plugin.lang.php @ 26324

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

[header_manager] Add gl_ES, thanks to : damufo

  • Property svn:executable set to *
File size: 4.1 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['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.'] = 'Podes cargar unha imaxe personalizada para a cabeceira ou seleccionar unha da túa galería. A seguinte pantalla permíteche recortar a imaxe.';
24$lang['Random'] = 'Ó chou';
25$lang['Recursive'] = 'Recursivo';
26$lang['Restore default banner'] = 'Restaurar o cartel predeterminado';
27$lang['Select an image'] = 'Seleccionar unha imaxe';
28$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'O identificador numérico da imaxe pode atoparse na páxina de modificación da imaxe, perto da miniatura.';
29$lang['Unknown picture id'] = 'O identificador da imaxe é descoñecido';
30$lang['Use'] = 'Uso';
31$lang['With text'] = 'Con texto';
32$lang['You can customize the display by adding CSS rules to'] = 'Podes personalizar a pantalla engadindo regras CSS a';
33$lang['or choose a picture from the gallery'] = 'ou escolle unha imaxe da túa galería';
34$lang['Crop banner image'] = 'Recorta-la imaxe do cartel';
35$lang['Display banner on photo page'] = 'Amosa-lo cartel na páxina da foto';
36$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Para poder engadir un cartel específico, vai á páxina de administración do álbum desexado.';
37$lang['Incorrect file type,'] = 'Tipo de ficheiro incorrecto';
38$lang['No banner added yet'] = 'Aínda non hai ningún cartel';
39$lang['Non recursive'] = 'Non recursivo';
40$lang['Picture id.'] = 'Identificador da foto';
41$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Pon  <b>%header_manager%</b> onde queiras amosar a imaxe.';
42$lang['Default banner'] = 'Cartel predeterminado';
43$lang['Default banner size'] = 'Tamaño do cartel predeterminado';
44$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Para MontBlancXL e BlancMontXL, o tamaño recomendado é de 900&times;190.';
45$lang['Gallery title above image'] = 'Título da galería sobre a imaxe';
46$lang['Image only'] = 'Só imaxe';
47$lang['Choose the part of the image you want to use as your header.'] = 'Escolle a parte da imaxe que queiras usar como cabeceira.';
48$lang['Add a banner'] = 'Engadir un cartel';
49$lang['Album specific banners'] = 'Carteis específicos do álbum';
50$lang['Banner'] = 'Cartel';
51$lang['Banner added'] = 'Engadiuse o cartel';
52$lang['Banner deleted'] = 'Eliminouse o cartel';
53$lang['Choose an image from your computer'] = 'Escolle unha imaxe para o teu computador';
54?>
Note: See TracBrowser for help on using the repository browser.