source: extensions/PayPalShoppingCart/language/hu_HU/plugin.lang.php @ 17498

Last change on this file since 17498 was 9838, checked in by samli, 13 years ago

[extensions] [PayPalShoppingCart] add HU language

File size: 1.7 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'] = 'Művelet';
21$lang['Add to cart'] = 'Kosárba';
22$lang['Append photo size'] = 'Kép méretének hozzáfűzése';
23$lang['Append data'] = 'Adatok hozzáfűzése';
24$lang['Buy this picture'] = 'Kép vásárlása';
25$lang['Currency'] = 'Pénznem';
26$lang['Data appened'] = 'Adatok hozzáfűzve';
27$lang['Data deleted'] = 'Adat törölve';
28$lang['Data updated'] = 'Adat feltöltve';
29$lang['Delete data'] = 'Adat törlése';
30$lang['Fixed shipping cost'] = 'Fix szállítási költség';
31$lang['PayPal Shopping Cart'] = 'PayPal Shopping Cart';
32$lang['Price'] = 'Ár';
33$lang['Shipping cost'] = 'Szállítási költség';
34$lang['Size'] = 'Méret';
35$lang['Update data'] = 'Adatok frissítése';
36$lang['View Shopping Cart'] = 'Shopping Cart megtekintése';
37$lang['View my PayPal Shopping Cart'] = 'Nézze meg a PayPal Shopping Cart-ot';
38?>
Note: See TracBrowser for help on using the repository browser.