source: extensions/PayPalShoppingCart/language/it_IT/plugin.lang.php @ 19757

Last change on this file since 19757 was 19757, checked in by TranslationTeam, 11 years ago

[paypal_shopping_cart] Update it_IT, thanks to : Ericnet

File size: 1.8 KB
Line 
1<?php
2/*
3  Plugin Panier PayPal Pour Piwigo
4  Copyright (C) 2011 www.queguineur.fr — Tous droits réservés.
5 
6  Ce programme est un logiciel libre ; vous pouvez le redistribuer ou le
7  modifier suivant les termes de la “GNU General Public License” telle que
8  publiée par la Free Software Foundation : soit la version 3 de cette
9  licence, soit (à votre gré) toute version ultérieure.
10 
11  Ce programme est distribué dans l’espoir qu’il vous sera utile, mais SANS
12  AUCUNE GARANTIE : sans même la garantie implicite de COMMERCIALISABILITÉ
13  ni d’ADÉQUATION À UN OBJECTIF PARTICULIER. Consultez la Licence Générale
14  Publique GNU pour plus de détails.
15 
16  Vous devriez avoir reçu une copie de la Licence Générale Publique GNU avec
17  ce programme ; si ce n’est pas le cas, consultez :
18  <http://www.gnu.org/licenses/>.
19*/
20$lang['Action'] = 'Azione';
21$lang['Add to cart'] = 'Aggiungere al carrello';
22$lang['Append photo size'] = 'Aggiungere il formato della foto';
23$lang['Append data'] = 'Aggiungere i dati';
24$lang['Buy this picture'] = 'Comprare questa foto';
25$lang['Currency'] = 'Valuta';
26$lang['Data appened'] = 'Dati aggiunti';
27$lang['Data deleted'] = 'Dati cancellati';
28$lang['Data updated'] = 'Dati aggiornati';
29$lang['Delete data'] = 'Eliminare dati';
30$lang['Fixed shipping cost'] = 'Spese di spedizione fisse';
31$lang['PayPal Shopping Cart'] = 'Carrello PayPal';
32$lang['Price'] = 'Prezzo';
33$lang['Shipping cost'] = 'Spese di spedizione';
34$lang['Size'] = 'Formato';
35$lang['Update data'] = 'Aggiornare dati';
36$lang['View Shopping Cart'] = 'Visualizza carrello';
37$lang['View my PayPal Shopping Cart'] = 'Visualizzare il mio carrello Paypal';
38$lang['Apply to albums'] = 'Applica per gli album';
39$lang['a list of albums'] = 'lista degli album';
40$lang['all albums'] = 'tutti gli album';
41?>
Note: See TracBrowser for help on using the repository browser.