1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | pwgCumulus - a plugin for Piwigo | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2009-2013 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 version 2 as | |
---|
9 | // | published by 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., 51 Franklin Street, Fifth Floor, Boston, | |
---|
19 | // | MA 02110-1301 USA | |
---|
20 | // +-----------------------------------------------------------------------+ |
---|
21 | |
---|
22 | $lang['Cumulus Tags Cloud Plugin'] = "Plugin Cumulus Tags Cloud"; |
---|
23 | $lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = "Este plugin permite fijar una nube de etiquetas en forma de una animación flash 3D."; |
---|
24 | $lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "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"; |
---|
25 | $lang['Animation width and height'] = "Dimensiones de la animación"; |
---|
26 | $lang['Width'] = "Anchura"; |
---|
27 | $lang['Height'] = "Altura"; |
---|
28 | $lang['Tags size'] = "Talla de etiquetas"; |
---|
29 | $lang['Coefficient'] = "Coeficiente"; |
---|
30 | $lang['Width updated'] = "La anchura ha sido puesta al día"; |
---|
31 | $lang['Height updated'] = "La altura ha sido puesta al día"; |
---|
32 | $lang['Coefficient for tags size updated'] = "El coeficiente multiplicador de etiquetas ha sido puesto al día"; |
---|
33 | $lang['Animation colors'] = "Colores de la animación"; |
---|
34 | $lang['Color 1'] = "Color 1"; |
---|
35 | $lang['Color 2'] = "Color 2"; |
---|
36 | $lang['Mouseover color'] = "Color al sobrevuelo"; |
---|
37 | $lang['Color 1 updated'] = "El color 1 ha sido puesto al día"; |
---|
38 | $lang['Color 2 updated'] = "El color 2 ha sido puesto al día"; |
---|
39 | $lang['Mouseover color updated'] = "Color de planeo puesto al día"; |
---|
40 | $lang['Add tags cloud in main menu'] = 'Añadir nube de etiquetas al menú'; |
---|
41 | $lang['After'] = 'Después'; |
---|
42 | $lang['Animation configuration : size, tags colors, tags size'] = 'Configuración de la animación: tamaño, color de las etiquetas, tamaño de las etiquetas'; |
---|
43 | $lang['Background color updated'] = 'Color de fondo actualizado'; |
---|
44 | $lang['Background color'] = 'Color de fondo'; |
---|
45 | $lang['Before'] = 'Antes'; |
---|
46 | $lang['Check the checkbox to add tags cloud in main menu'] = 'Marca el cuadro para añadir la nube de etiquetas al menú principal'; |
---|
47 | $lang['Check the checkbox to use transparent mode for background'] = 'Marca el cuadro para usar el fondo transparente'; |
---|
48 | $lang['Current release:'] = 'Versión actual:'; |
---|
49 | $lang['Dashboard'] = 'Dashboard'; |
---|
50 | $lang['Menu'] = 'Menú'; |
---|
51 | $lang['Position in main menu has been updated'] = 'La posición en el menú principal se actualizó'; |
---|
52 | $lang['Position'] = 'Posición'; |
---|
53 | $lang['Tags cloud added in main menu'] = 'La nube de etiquetas se añadió al menú principal'; |
---|
54 | $lang['Tags cloud in main menu?'] = '¿Añadir la nube de etiquetas al menú principal?'; |
---|
55 | $lang['Tags cloud removed from main menu'] = 'La nube de etiquetas se eliminó del menú principal'; |
---|
56 | $lang['Tags page'] = 'Página de las etiquetas'; |
---|
57 | $lang['Transparent mode for background'] = 'Modo transparente para el fondo'; |
---|
58 | $lang['Transparent mode is not used'] = 'El modo transparente no se está usando'; |
---|
59 | $lang['Transparent mode is used'] = 'El modo transparente se está usando'; |
---|
60 | $lang['You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'] = 'Puede seleccionar añadir la nube de etiquetas cumulus al menú. Puede definir la posición de la nube de etiquetas en el menú principal seleccionando la posición respecto a otro bloque.'; |
---|
61 | $lang['block'] = 'Bloquear'; |
---|
62 | $lang['cloud'] = 'Nube'; |
---|
63 | $lang['cumulus cloud'] = 'Nube cumulus'; |
---|
64 | $lang['show tag cloud'] = 'Mostrar la nube de etiquetas'; |
---|