source: extensions/ThumbnailTooltip/language/es_ES/plugin.lang.php

Last change on this file was 30100, checked in by sarybe, 10 years ago

[Thumbnail_Tooltip] Bug fix for html and double quotes in comment

  • Property svn:executable set to *
File size: 2.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3
4// | Piwigo - a PHP based photo gallery                                    |
5
6// +-----------------------------------------------------------------------+
7
8// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
9
10// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
11
12// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
13
14// +-----------------------------------------------------------------------+
15
16// | This program is free software; you can redistribute it and/or modify  |
17
18// | it under the terms of the GNU General Public License as published by  |
19
20// | the Free Software Foundation                                          |
21
22// |                                                                       |
23
24// | This program is distributed in the hope that it will be useful, but   |
25
26// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
27
28// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
29
30// | General Public License for more details.                              |
31
32// |                                                                       |
33
34// | You should have received a copy of the GNU General Public License     |
35
36// | along with this program; if not, write to the Free Software           |
37
38// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
39
40// | USA.                                                                  |
41
42// +-----------------------------------------------------------------------+
43$lang['tn_display_img'] = 'Imagen';
44$lang['tn_display_cat'] = 'Álbumes';
45$lang['tn_display_name_img'] = 'Mostrar el titulo de la imagen';
46$lang['tn_display_name_cat'] = 'Mostrar el autor de los álbumes';
47$lang['tn_name_link'] = 'Texto Tooltip';
48
49$lang['tn_configuration_saved'] = 'Configuración guardada';
50$lang['tn_default_parameters'] = 'Configuración por defecto';
51$lang['tn_default_parameters_saved'] = 'Configuración por defecto guardada';
52
53$lang['tn_no'] = 'No';
54$lang['tn_none'] = 'Ninguno';
55$lang['tn_separator'] = 'Separador (-)';
56$lang['tn_type1'] = 'Titulo';
57$lang['tn_type2'] = 'Visitas';
58$lang['tn_type3'] = '(Visitas)';
59$lang['tn_type4'] = 'Descrillpción';
60$lang['tn_type5'] = 'Autor';
61$lang['tn_type6'] = 'Autor : Autor';
62$lang['tn_type7'] = 'Puntuación';
63$lang['tn_type8'] = '(Visitas, Puntuación)';
64$lang['tn_yes'] = 'Si';
65?>
Note: See TracBrowser for help on using the repository browser.