Changeset 4577 for extensions/PWG_Stuffs/language
- Timestamp:
- Dec 28, 2009, 7:32:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PWG_Stuffs/language/es_ES/plugin.lang.php
r3696 r4577 85 85 $lang['module_desc_Tags'] = 'Fija las tags de la galería'; 86 86 87 /* TODO */$lang['stuffs_tags_default_display'] = 'Tags display'; 88 /* TODO */$lang['stuffs_tags_cloud'] = 'Tags cloud'; 89 /* TODO */$lang['stuffs_tags_letters'] = 'Group by lettters'; 90 /* TODO */$lang['stuffs_tags_cumulus'] = 'Use cumulus mode (plugin <a href=http://piwigo.org/ext/extension_view.php?eid=263 target="_blank">Cumulus Tags Cloud</a> must be installed)'; 91 87 $lang['stuffs_tags_default_display'] = 'Fijación de las tags'; 88 $lang['stuffs_tags_cloud'] = 'Nube de tags'; 89 $lang['stuffs_tags_letters'] = 'Reagrupar por letras'; 90 $lang['stuffs_tags_cumulus'] = '¿ Utilizar el modo Cúmulo (el plugin <a href=http://piwigo.org/ext/extension_view.php?eid=263 target="_blank">Cumulus Tags Cloud</a> debe etre instalado)'; 92 91 93 92 //------------------------------------------------------------------------------ … … 95 94 //------------------------------------------------------------------------------ 96 95 97 /* TODO */$lang['module_name_piclenswall'] = 'Piclens 3DWall';98 /* TODO */$lang['module_desc_piclenswall'] = 'Display piclens 3D wall (plugin <a href="http://piwigo.org/ext/extension_view.php?eid=234" target="_blank">Cooliris/piclens</a> must be installed)';96 $lang['module_name_piclenswall'] = 'Piclens 3DWall'; 97 $lang['module_desc_piclenswall'] = 'Fija una pared 3D piclens (le plugin <a href="http://piwigo.org/ext/extension_view.php?eid=234" target="_blank">Cooliris/piclens</a> debe etre instalado)'; 99 98 100 /* TODO */$lang['piclenswall_height'] = 'Wall height';101 /* TODO */$lang['piclenswall_background_color'] = 'Background color';102 /* TODO */$lang['piclenswall_black'] = 'Black';103 /* TODO */$lang['piclenswall_white'] = 'White';104 /* TODO */$lang['piclenswall_info'] = 'So that the wall is working properly';105 /* TODO */$lang['piclenswall_info_piclens'] = 'You must install and activate <a href="http://piwigo.org/ext/extension_view.php?eid=234">Cooliris/piclens</a> plugin.';106 /* TODO */$lang['piclenswall_info_crossdomain'] = 'You must copy <a href="%s">crossdomain.xml</a> file to the root of your site (or moddify existing file).';107 /* TODO */$lang['piclenswall_info_param'] = '3D Wall Settings must be modified in <b>Cooliris-piclens/b> plugin configuration page.';99 $lang['piclenswall_height'] = 'Altura de la pared Cooliris'; 100 $lang['piclenswall_background_color'] = 'Color de la trasera plana'; 101 $lang['piclenswall_black'] = 'Negro'; 102 $lang['piclenswall_white'] = 'Blanco'; 103 $lang['piclenswall_info'] = 'Importando para que 3DWall funciona'; 104 $lang['piclenswall_info_piclens'] = 'Usted debe instalar y acelerar el plugin <a href="http://piwigo.org/ext/extension_view.php?eid=234">Cooliris/piclens</a>.'; 105 $lang['piclenswall_info_crossdomain'] = 'Usted debe copiar el fichero <a href="%s">crossdomain.xml</a> a la raíz del sitio (o modificar el fichero existente).'; 106 $lang['piclenswall_info_param'] = 'Los parámetros de la pared directamente tienen que modificar en la página de configuración del plugin <b>Cooliris-piclens</b>'; 108 107 109 108 //------------------------------------------------------------------------------ … … 111 110 //------------------------------------------------------------------------------ 112 111 113 /* TODO */$lang['module_name_MostVisited'] = 'Most visited';114 /* TODO */$lang['module_desc_MostVisited'] = 'Display x most visited pictures in the gallery or a category';112 $lang['module_name_MostVisited'] = 'Más vistas'; 113 $lang['module_desc_MostVisited'] = 'Anuncio las x imágenes más vistas de la galería o de la categoría'; 115 114 116 /* TODO */$lang['stuffs_mv_nb_images'] = 'Maximum number of pictures to display';117 /* TODO */$lang['stuffs_mv_category_display'] = 'Display on categories pages';118 /* TODO */$lang['stuffs_mv_all_cats'] = 'All categories';119 /* TODO */$lang['stuffs_mv_w_thumb'] = 'Only categories with thumbnails';120 /* TODO */$lang['stuffs_mv_wo_thumb'] = 'Only categories without thumbnails';121 /* TODO */$lang['stuffs_mv_selected_cats'] = 'Only selected categories';115 $lang['stuffs_mv_nb_images'] = 'Número máximo de imágenes que hay que fijar'; 116 $lang['stuffs_mv_category_display'] = 'Fijación sobre las páginas de las categorías'; 117 $lang['stuffs_mv_all_cats'] = 'Todas las categorías'; 118 $lang['stuffs_mv_w_thumb'] = 'Categorías con miniaturas únicamente'; 119 $lang['stuffs_mv_wo_thumb'] = 'Categorías sin miniaturas únicamente'; 120 $lang['stuffs_mv_selected_cats'] = 'Categorías seleccionadas únicamente'; 122 121 123 /* TODO */$lang['stuffs_mv_cat_selection'] = 'Categories selection';124 /* TODO */$lang['stuffs_mv_hold_ctrl'] = 'hold CTRL';122 $lang['stuffs_mv_cat_selection'] = 'Selección de las categorías'; 123 $lang['stuffs_mv_hold_ctrl'] = 'Mantener a CTRL insistente'; 125 124 126 125 //------------------------------------------------------------------------------ … … 128 127 //------------------------------------------------------------------------------ 129 128 130 /* TODO */$lang['module_name_BestRated'] = 'Best rated';131 /* TODO */$lang['module_desc_BestRated'] = 'Display x best rated pictures in the gallery or a category';129 $lang['module_name_BestRated'] = 'Mejor anotadas'; 130 $lang['module_desc_BestRated'] = 'Anuncio x imágenes las mejor anotadas por la galería o por la categoría'; 132 131 133 132 //------------------------------------------------------------------------------ … … 135 134 //------------------------------------------------------------------------------ 136 135 137 /* TODO */$lang['module_name_Recent'] = 'Recent pictures';138 /* TODO */$lang['module_desc_Recent'] = 'Display x recent pictures in the gallery or a category (if exist)';136 $lang['module_name_Recent'] = 'Imágenes recientes'; 137 $lang['module_desc_Recent'] = 'Fija las imágenes recientes de la galería o de la categoría (si él de allí a)'; 139 138 140 139 //------------------------------------------------------------------------------ … … 142 141 //------------------------------------------------------------------------------ 143 142 144 /* TODO */$lang['module_name_Random'] = 'Random pictures';145 /* TODO */$lang['module_desc_Random'] = 'Display x random pictures in the gallery or a category';143 $lang['module_name_Random'] = 'Imágenes al azar'; 144 $lang['module_desc_Random'] = 'Anuncio x llenas de imágenes al azar en la galería o la categoría'; 146 145 147 146 //------------------------------------------------------------------------------ … … 149 148 //------------------------------------------------------------------------------ 150 149 151 /* TODO */$lang['module_name_Citation'] = 'Random quote';152 /* TODO */$lang['module_desc_Citation'] = 'Display a random quote';153 /* TODO */$lang['module_Citation_lang'] = 'Language';154 /* TODO */$lang['module_Citation_code'] = 'Related code';150 $lang['module_name_Citation'] = 'Citación aleatoria del momento'; 151 $lang['module_desc_Citation'] = 'Fija una citación en francés tomada al azar'; 152 $lang['module_Citation_lang'] = 'Idioma'; 153 $lang['module_Citation_code'] = 'Código asociado'; 155 154 156 155 ?>
Note: See TracChangeset
for help on using the changeset viewer.