source: extensions/header_manager/language/it_IT/plugin.lang.php @ 26334

Last change on this file since 26334 was 26334, checked in by TranslationTeam, 10 years ago

[header_manager] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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$lang['Add a banner'] = 'Aggiungi banner';
24$lang['Banner added'] = 'Banner aggiunto';
25$lang['Banner deleted'] = 'Banner cancellato';
26$lang['Banner'] = 'Banner';
27$lang['Choose an image from your computer'] = 'Scegli un\'immagine dal tuo computer';
28$lang['Choose the part of the image you want to use as your header.'] = 'Scegli la parte dell\'immagine che desideri utilizzare come intestazione.';
29$lang['Crop banner image'] = 'Ridefinire il banner';
30$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Per MontBlancXL e BlancMontXL, la dimensione consigliata è di 900&times;190.';
31$lang['Gallery title above image'] = 'Titolo della Galleria sopra l\'immagine';
32$lang['Image only'] = 'Solo immagine';
33$lang['Incorrect file type,'] = 'Tipo di file non corretto';
34$lang['No banner added yet'] = 'Nessun banner aggiunto';
35$lang['Picture id.'] = 'Id immagine.';
36$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Metti <b>%header_manager%</b> dove desideri visualizzare l\'immagine.';
37$lang['Random'] = 'Casuale';
38$lang['Select an image'] = 'Seleziona un\'immagine';
39$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'L\'identificatore numerico lo puoi trovare nella pagina di modifica, accanto alla miniatura.';
40$lang['Unknown picture id'] = 'Id immagine sconosciuto';
41$lang['Use'] = 'Uso';
42$lang['With text'] = 'Con testo';
43$lang['You can customize the display by adding CSS rules to'] = 'Puoi personalizzare la visualizzazione con l\'aggiunta di regole CSS';
44$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Puoi caricare un immagine personalizzata di intestazione o selezionarne una dalla tua galleria. Nella schermata successiva sarai in grado di ritagliare l\'immagine.';
45$lang['or choose a picture from the gallery'] = 'o scegliere una foto dalla galleria';
46$lang['Default banner'] = 'Banner predefinito';
47$lang['Display banner on photo page'] = 'Mostra il banner sulla pagina foto';
48$lang['Album specific banners'] = 'Album banner specifici';
49$lang['Non recursive'] = 'Non ricorsivo';
50$lang['Recursive'] = 'Ricorsivo';
51$lang['Restore default banner'] = 'Ripristino banner predefinito';
52$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Per aggiungere uno specifico banner, andare alla pagina di amministrazione del l\'album desiderato.';
53$lang['Respect %s aspect ratio'] = 'Rispetta proporzioni %s';
54$lang['Banner size'] = 'Dimensione Banner';
55?>
Note: See TracBrowser for help on using the repository browser.