source: extensions/akBookStyle/trunk/language/es_ES/plugin.lang.php @ 5432

Last change on this file since 5432 was 5432, checked in by nikrou, 14 years ago

html select tag for applicable categories
show selected thumbnail
prepare localization for gettext

File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "Este plugin permite administrar una presentación alternativa de su galería con las miniaturas sobre la misma página que una foto medium.";
24$lang['Main configuration'] = "Configuración general";
25$lang['Number of thumbnails per page'] = "Número miniaturas por página";
26$lang['Thumbnails per page has been updated'] = "El número de las miniaturas por página ha sido modificado.";
27$lang['Number of column'] = "Número de columnas";
28$lang['Thumbnail size has been updated'] = "El número de columna ha sido modificado";
29$lang['Thumbnail size'] = "Talla miniaturas";
30$lang['click'] = "clic";
31$lang['mouseover'] = "sobrevuelo";
32$lang['Event to show medium picture.'] = "Acontecimiento que pone en marcha la fijación de la imagen.";
33$lang['Event to show medium picture has been updated.'] = "El modo de fijación de la imagen ha sido modificado.";
34$lang['Thumbnails location'] = "Posición de las miniaturas";
35$lang['Thumbnails location has been changed'] = "Posición modificada de las miniaturas.";
36$lang['Top'] = "encima";
37$lang['Left'] = "a la izquierda";
38$lang['Bottom'] = "abajo";
39$lang['Right'] = "a la derecha";
40$lang['or number of lines for Top/Bottom'] = "o número de líneas, si arriba o abajo";
41?>
Note: See TracBrowser for help on using the repository browser.