source: extensions/Histogram/language/es_ES/plugin.lang.php @ 16906

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

[histogram] Update es_ES, thanks to : petaqui

  • Property svn:executable set to *
File size: 2.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['To install this plugin, you need to install Grum Plugin Classes %s before'] = 'Para instalar este plugin necesita instalar antes Grum Plugin Classes %s';
24$lang['hgram_apply'] = 'Aplicar';
25$lang['hgram_average'] = 'Media';
26$lang['hgram_bg_color'] = 'Colour de fondo';
27$lang['hgram_blue_color'] = 'Color para el histograma azul';
28$lang['hgram_config'] = 'Configuración';
29$lang['hgram_global_color'] = 'Color para el histograma principal';
30$lang['hgram_green_color'] = 'Color para el histograma verde';
31$lang['hgram_height'] = 'Altura';
32$lang['hgram_histogram'] = 'Histograma';
33$lang['hgram_histosize'] = 'Tamaño';
34$lang['hgram_like_gimp'] = 'Como lo hace Gimp';
35$lang['hgram_like_photoshop'] = 'Como lo hace Adobe Photoshop';
36$lang['hgram_loading_histo'] = 'Cargando histograma...';
37$lang['hgram_luminance'] = 'Luminancia';
38$lang['hgram_max'] = 'Máximo';
39$lang['hgram_method'] = 'Método de computación (histograma principal)';
40$lang['hgram_red_color'] = 'Color para el histograma rojo';
41$lang['hgram_release'] = 'v';
42$lang['hgram_save_config'] = 'Configuración guardada';
43$lang['hgram_width'] = 'Anchura';
44?>
Note: See TracBrowser for help on using the repository browser.