source: extensions/MyPiwiShop/language/it_IT/plugin.lang.php @ 27772

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

[mypiwishop] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 5.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['Edit'] = 'Modifica';
24$lang['you must enter the product and not the price'] = 'devi inserire il prodotto e non il prezzo';
25$lang['you must enter the name of the option'] = 'devi inserire il nome dell\'opzione';
26$lang['the product'] = 'il prodotto';
27$lang['the order is changed'] = 'l\'ordine è cambiato';
28$lang['shipping fees'] = 'spese di spedizione';
29$lang['the option'] = 'l\'opzione';
30$lang['see related products for this picture'] = 'vedere i prodotti correlati per questa foto';
31$lang['products have been removed for these pictures'] = 'prodotti sono stati rimossi per queste immagini';
32$lang['products have been added to these images'] = 'i prodotti sono stati aggiunti a queste immagini';
33$lang['option registered'] = 'opzione registrazione';
34$lang['duplicate'] = 'duplica';
35$lang['drag / drop to change the order'] = 'clicca e trascina per cambiare l\'ordine';
36$lang['add value'] = 'aggiungi una valuta';
37$lang['a product'] = 'un prodotto';
38$lang['a option'] = 'un\'opzione';
39$lang['View cart'] = 'Visualizza carrello';
40$lang['Value'] = 'Valore';
41$lang['What is MyPiwiShop?'] = 'Cosa è MyPiwiShop?';
42$lang['Your Paypal id'] = 'Il tuo id Paypal o l\'indirizzo email del tuo account Paypal';
43$lang['Type'] = 'Tipo';
44$lang['Type of option'] = 'Tipo di opzione';
45$lang['Validate the change'] = 'Convalida la modifica';
46$lang['The order is changed'] = 'L\'ordine è cambiato';
47$lang['The field is required'] = 'Questo campo è richiesto';
48$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Mostra _START_ a _END_ di _TOTAL_ records';
49$lang['Showing 0 to 0 of 0 records'] = 'Mostra 0 a 0 di 0 records';
50$lang['Select at least one product'] = 'Seleziona almeno un prodotto';
51$lang['Products have been removed for these pictures'] = 'I prodotti sono stati rimossi per queste immagini';
52$lang['Presentation text for a single product'] = 'Testo di presentazione per un singolo prodotto';
53$lang['Presentation text for several products'] = 'Testo di presentazione per diversi prodotti';
54$lang['Products have been added to these images'] = 'I prodotti sono stati aggiunti a queste immagini';
55$lang['Price'] = 'Prezzo';
56$lang['Product'] = 'Prodotto';
57$lang['Product registered'] = 'Prodotto registrato';
58$lang['Products'] = 'Prodotti';
59$lang['Registered'] = 'Registrato';
60$lang['Required'] = 'Richiesto';
61$lang['Shipping cost'] = 'Costo di spedizione';
62$lang['Shop'] = 'Shop';
63$lang['Options'] = 'Opzioni';
64$lang['Option value'] = 'Valore opzione';
65$lang['Option registered'] = 'Opzione registrati';
66$lang['Note administrator'] = 'Note amministratore';
67$lang['No product selected'] = 'Nessun prodotto selezionato';
68$lang['No matching option found'] = 'Nessuna opzione corrispondente è stata trovata';
69$lang['Fields marked with * must be completed'] = 'I campi contrassegnati con * devono essere compilati';
70$lang['Duplicate '] = 'Dupplica';
71$lang['Display _MENU_ records per page'] = 'Visualizza _MENU_ record per pagina';
72$lang['Delete the selected products for these images'] = 'Elimina i prodotti selezionati per queste immagini';
73$lang['Currency'] = 'Valuta';
74$lang['Configuration'] = 'Configurazione';
75$lang['Change the display order of products in the form'] = 'Modificare l\'ordine di visualizzazione dei prodotti nel form';
76$lang['Change the display order of options in the form'] = 'Cambia l\'ordine di visualizzazione delle opzioni nel form';
77$lang['Add the selected products for these images'] = 'Aggiungi i prodotti selezionati per queste immagini';
78$lang['(filtered from _MAX_ total records)'] = '(filtrato da record totale _MAX_)';
79$lang['Add '] = 'Aggiungi';
80$lang['Add a option'] = 'Aggiungi opzione';
81$lang['Add a product'] = 'Aggiungi prodotto';
82$lang['Buy'] = 'Compra';
83$lang[' product'] = 'prodotto';
84$lang[' option'] = 'opzione';
85?>
Note: See TracBrowser for help on using the repository browser.