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

Last change on this file since 5755 was 5755, checked in by riopwg, 14 years ago

Update language IT for Random_Header

File size: 2.7 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 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';
37?>
Note: See TracBrowser for help on using the repository browser.