source: extensions/pwgCumulus/language/es_ES/plugin.lang.php @ 5320

Last change on this file since 5320 was 5320, checked in by ddtddt, 14 years ago

[extensions]- [pwgCumulus] add ES

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['pwg_cumulus_title'] = "Plugin Cumulus Tags Cloud";
23$lang['pwg_cumulus_intro'] = "Este plugin permite fijar una nube de etiquetas en forma de una animación flash 3D.";
24$lang['pwg_cumulus_info'] = "Usted puede escoger este modo de fijación de la nube de pintadas añadiendo el modo por defecto en el fichero de configuración <strong>config_local.inc.php</strong>&nbsp;:&nbsp;<br>\$conf['tags_default_display_mode'] = 'cumulus';";
25$lang['pwg_cumulus_dimensions'] = "Dimensiones de la animación";
26$lang['pwg_cumulus_width'] = "Anchura";
27$lang['pwg_cumulus_height'] = "Altura";
28$lang['pwg_cumulus_tags_size'] = "Talla de etiquetas";
29$lang['pwg_cumulus_coeff'] = "Coeficiente";
30$lang['pwg_cumulus_width_changed'] = "La anchura ha sido puesta al día";
31$lang['pwg_cumulus_height_changed'] = "La altura ha sido puesta al día";
32$lang['pwg_cumulus_coeff_changed'] = "El coeficiente multiplicador de etiquetas ha sido puesto al día";
33$lang['show tag cloud in cumulus mode'] = "Utilizar el modo cúmulo para fijar la nube de etiquetas";
34$lang['pwg_cumulus_color1'] = "Color 1";
35$lang['pwg_cumulus_color2'] = "Color 2";
36$lang['pwg_cumulus_hicolor'] = "Color al sobrevuelo";
37$lang['pwg_cumulus_color1_changed'] = "El color 1 ha sido puesto al día";
38$lang['pwg_cumulus_color2_changed'] = "El color 2 ha sido puesto al día";
39$lang['pwg_cumulus_hicolor_changed'] = "Color de planeo puesto al día";
40?>
Note: See TracBrowser for help on using the repository browser.