source: extensions/PayPalShoppingCart/language/fr_FR/plugin.lang.php @ 9239

Last change on this file since 9239 was 9239, checked in by Saint-Malo, 13 years ago

Version 1.0.2

File size: 1.6 KB
Line 
1<?php
2/*
3    Plugin Panier PayPal Pour Piwigo
4    Copyright (C) 2011 www.queguineur.fr
5
6    This program is free software: you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation, either version 3 of the License, or
9    (at your option) any later version.
10
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15
16    You should have received a copy of the GNU General Public License
17    along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
19*/
20$lang['Action'] = 'Action';
21$lang['Add to cart'] = 'Ajouter au panier';
22$lang['Append photo size'] = 'Ajout d\'une taille de photo';
23$lang['Append data'] = 'Ajout des donn&eacute;es';
24$lang['Buy this picture'] = 'Acheter cette image';
25$lang['Currency'] = 'Monnaie';
26$lang['Data appened'] = 'Ajout des donn&eacute;es effectu&eacute;e';
27$lang['Data deleted'] = 'Suppression des donn&eacute;es effectu&eacute;e';
28$lang['Data updated'] = 'Mise &agrave; jour des donn&eacute;es effectu&eacute;e';
29$lang['Delete data'] = 'Supprimer cette information';
30$lang['Fixed shipping cost'] = 'Frais d\'envoi fixes';
31$lang['PayPal Shopping Cart'] = 'Panier PayPal';
32$lang['Price'] = 'Prix';
33$lang['Shipping cost'] = 'Frais d\'envoi';
34$lang['Size'] = 'Taille';
35$lang['Update data'] = 'Mise &agrave; jour des donn&eacute;es';
36$lang['View Shopping Cart'] = 'Voir mon panier';
37$lang['View my PayPal Shopping Cart'] = 'Voir mon panier PayPal';
38?>
Note: See TracBrowser for help on using the repository browser.