Changeset 3730 for extensions/PWG_Stuffs/language
- Timestamp:
- Aug 12, 2009, 11:04:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PWG_Stuffs/language/it_IT/plugin.lang.php
r3696 r3730 85 85 $lang['module_desc_Tags'] = 'Visualizzare i tags della galleria'; 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)';87 $lang['stuffs_tags_default_display'] = 'Visualizzazione dei tag'; 88 $lang['stuffs_tags_cloud'] = 'Nuvola di tag'; 89 $lang['stuffs_tags_letters'] = 'Ragruppare per lettera'; 90 $lang['stuffs_tags_cumulus'] = 'Usare cumulus (il plugin <a href=http://piwigo.org/ext/extension_view.php?eid=263 target="_blank">Cumulus Tags Cloud</a> deve essere installato)'; 91 91 92 92 … … 95 95 //------------------------------------------------------------------------------ 96 96 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)';97 $lang['module_name_piclenswall'] = 'Piclens 3DWall'; 98 $lang['module_desc_piclenswall'] = 'Visualizzare un muro 3D piclens (il plugin <a href="http://piwigo.org/ext/extension_view.php?eid=234" target="_blank">Cooliris/piclens</a> deve essere installato)'; 99 99 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.';100 $lang['piclenswall_height'] = 'Altezza del muro Cooliris'; 101 $lang['piclenswall_background_color'] = 'Colore dello sfondo'; 102 $lang['piclenswall_black'] = 'Nero'; 103 $lang['piclenswall_white'] = 'Bianco'; 104 $lang['piclenswall_info'] = 'Importante per il buon funzionamento di 3DWall'; 105 $lang['piclenswall_info_piclens'] = 'Dovete installare ed attivare il plugin <a href="http://piwigo.org/ext/extension_view.php?eid=234">Cooliris/piclens</a>.'; 106 $lang['piclenswall_info_crossdomain'] = 'Dovete copiare il file <a href="%s">crossdomain.xml</a> alla radice del vostro sito (o modificate il file esistente).'; 107 $lang['piclenswall_info_param'] = 'I parametri di 3DWall devono essere modificati direttamente nella pagina di configurazione del plugin <b>Cooliris-piclens/b>.'; 108 108 109 109 //------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.