source: extensions/Random_Header/language/it_IT/plugin.lang.php @ 7433

Last change on this file since 7433 was 7433, checked in by riopwg, 13 years ago

Update language IT

File size: 3.0 KB
Line 
1<?php
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// +-----------------------------------------------------------------------+
23
24$lang['rh_description']                 = 'Permette di visualizzare, nel header, un\'immagine scelta a caso da una categoria che avrete selezionato, in modo normale o come immagine di sfondo';
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 immagine di sfondo';
30$lang['rh_on_picture']                  = 'Attivo anche sulla pagina delle immagini';
31$lang['rh_headers_category']    = 'Categoria delle 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 durante il modo immagine di sfondo <br> I campi CSS devono rispettare le norme CSS (es: "overflow: auto;color: red;")<br>Nel modo immagine di sfondo, l\'opzione concatenare il <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';
37$lang['rh_active_conf']                 = 'Tema configurato per Random Header';
38$lang['rh_inactive_conf']               = 'Tema non configurato per Random Header';
39$lang['rh_root_link']                   = 'Hyperlink verso la pagina principale sull\'immagine';
40?>
Note: See TracBrowser for help on using the repository browser.