diff options
Diffstat (limited to 'language/he_IL/common.lang.php')
-rw-r--r-- | language/he_IL/common.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/he_IL/common.lang.php b/language/he_IL/common.lang.php index ed2843b1b..a4572c71a 100644 --- a/language/he_IL/common.lang.php +++ b/language/he_IL/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: עברית [IL] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=457 Author: Piwigo team Author URI: http://piwigo.org @@ -245,7 +245,6 @@ $lang['login mustn\'t end with a space character'] = "שם משתמש לא יכ $lang['login mustn\'t start with a space character'] = "שם משתמש לא יכול להתחיל עם רווח"; $lang['this login is already used'] = "השם משתמש הזה קיים כבר"; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "דואר אלקטרוני חייב להיות כמו adir@biton.com (לדוגמה : adir@gmail.com)"; -$lang['please enter your password again'] = "הכנס בבקשה את הסיסמה שוב"; $lang['Auto login'] = "התחברות אוטומטית"; $lang['remove this tag from the list'] = "מחק את התווית הזאת מהרשימה"; $lang['representative'] = "נבחר"; @@ -273,7 +272,6 @@ $lang['SQL queries in'] = "שאילתות SQL"; $lang['display only recently posted photos'] = "הראה רק תמונות שפורסמו לאחרונה"; $lang['return to the display of all photos'] = "חזור להצגת כל התמונות"; $lang['the beginning'] = "ההתחלה"; -$lang['Interface theme'] = "ממשק הערכה"; $lang['Thumbnails'] = "תמונות ממוזערות"; $lang['Menu'] = "תפריט"; $lang['A comment on your site'] = "תגובה באתר שלך"; @@ -417,4 +415,6 @@ $lang['Email address is mandatory'] = 'שדה דואר אלקטרוני חובה $lang['Username is mandatory'] = 'שדה שם משתמש חובה'; $lang['Website'] = 'אתר'; $lang['mandatory'] = 'הכרחי'; +$lang['Password is missing. Please enter the password.'] = 'סיסמה חסרה, נה להזין סיסמה..'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'אישור סיסמה חסר, נה להזיר אישור סיסמה..'; ?>
\ No newline at end of file |