source: extensions/PayPalShoppingCart/language/he_IL/plugin.lang.php @ 28338

Last change on this file since 28338 was 28338, checked in by ddtddt, 10 years ago

[extensions] - PayPalShoppingCart - add he_IL - Hebrew - עברית - Thanks to ADIRBITON

File size: 2.0 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']  = 'פעולה'; 
21$lang['Add to cart']  =   'הוסף לסל'; 
22$lang['Append photo size']  =   'צרף גודל תמונה '; 
23$lang['Append data']  =   'צירוף נתונים '; 
24$lang['Buy this picture']  =   'קנה תמונה זו'; 
25$lang['Currency']  =   'מטבע'; 
26$lang['Data appened']  =   'הנתונים צורפו'; 
27$lang['Data deleted']  =   'הנתונים נמחקו'; 
28$lang['Data updated']  =   'הנתונים עודכנו'; 
29$lang['Delete data']  =   'מחיקת נתונים'; 
30$lang['Fixed shipping cost']  =   'עלות משלוח קבועה'; 
31$lang['PayPal Shopping Cart']  =   'סל קניות PayPal '; 
32$lang['Price']  =   'המחיר'; 
33$lang['Shipping cost']  =   'עלות משלוח'; 
34$lang['Size']  =   'גודל'; 
35$lang['Update data']  =   'עדכון נתונים'; 
36$lang['View Shopping Cart']  =   'סל קניות'; 
37$lang['View my PayPal Shopping Cart']  =   'צפה בסל קניות PayPal שלי '; 
38$lang['Apply to albums']  =   'החל על אלבומים '; 
39$lang['all albums']  =   'כל האלבומים'; 
40$lang['a list of albums']  =   'רשימת האלבומים';
41?>
Note: See TracBrowser for help on using the repository browser.