Changeset 5755 for extensions
- Timestamp:
- Apr 10, 2010, 2:31:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Random_Header/language/it_IT/plugin.lang.php
r5721 r5755 1 1 <?php 2 $lang['rh_description'] = 'Permette di pubblicare nel header una fotografia a caso dalla categoria scelta, in modo normale o in immagine di fondo'; 3 $lang['rh_submit'] = 'Salvare'; 4 $lang['rh_before'] = 'prima'; 5 $lang['rh_after'] = 'dopo'; 6 $lang['rh_concat'] = 'Concatenare il banner delle pagine'; 7 $lang['rh_as_background'] = 'Utilizzare come sfondo'; 8 $lang['rh_on_picture'] = 'Attivo anche sulla pagina delle immagini'; 9 $lang['rh_headers_category'] = 'Categoria d\'immagini per il banner'; 10 $lang['rh_theme'] = 'Tema'; 11 $lang['rh_inactif'] = 'Disattivato per questo tema'; 12 $lang['rh_aide'] = 'Nota:<br/>LE IMMAGINI SONO VISIBILI PER TUTTI (categoria privata o non)<br/> Lo stile CSS per l\'immagine (#RandomImage) non viene applicato in modo immagine di sfondo <br> I campi CSS devono rispettare le norme CSS (es: "overflow: auto;color: red;")<br/>In modo immagine di sfondo, l\'opzione concatenare l\' <a href=admin.php?page="configuration">banner di pagina</a> non è attivo'; 13 $lang['rh_additional_css'] = 'Stile CSS addizionale'; 2 // +-----------------------------------------------------------------------+ 3 // | Piwigo - a PHP based picture gallery | 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2008 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 // +-----------------------------------------------------------------------+ 14 23 15 24 $lang['rh_description'] = 'Permette di pubblicare nel header una fotografia a caso dalla categoria scelta, in modo normale o in immagine di fondo'; 25 $lang['rh_submit'] = 'Salvare'; 26 $lang['rh_before'] = 'prima'; 27 $lang['rh_after'] = 'dopo'; 28 $lang['rh_concat'] = 'Concatenare il banner delle pagine'; 29 $lang['rh_as_background'] = 'Utilizzare come sfondo'; 30 $lang['rh_on_picture'] = 'Attivo anche sulla pagina delle immagini'; 31 $lang['rh_headers_category'] = 'Categoria d\'immagini per il banner'; 32 $lang['rh_theme'] = 'Tema'; 33 $lang['rh_inactif'] = 'Disattivato per questo tema'; 34 $lang['rh_aide'] = 'Nota:<br/>LE IMMAGINI SONO VISIBILI PER TUTTI (categoria privata o non)<br/> Lo stile CSS per l\'immagine (#RandomImage) non viene applicato in modo immagine di sfondo <br> I campi CSS devono rispettare le norme CSS (es: "overflow: auto;color: red;")<br/>In modo immagine di sfondo, l\'opzione concatenare l\' <a href=admin.php?page="configuration">banner di pagina</a> non è attivo'; 35 $lang['rh_additional_css'] = 'Stile CSS addizionale'; 36 $lang['rh_inactif_on_bg'] = 'inattiva come immagine di sfondo'; 16 37 ?>
Note: See TracChangeset
for help on using the changeset viewer.