diff options
author | plegall <plg@piwigo.org> | 2011-01-13 15:24:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-13 15:24:18 +0000 |
commit | fe569ab1bf4baa44a808a2d6e81bcddc28d61b62 (patch) | |
tree | d24dd5bb2db62ce6e8c5143412d549469fc33176 /language/he_IL/common.lang.php | |
parent | f03dcee21a4c5ef3b790de15decddff6c6c23b35 (diff) |
feature 2108 added: user upload removed from core. It will come back as a
"new generation" user upload in the Community plugin.
git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/he_IL/common.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/he_IL/common.lang.php b/language/he_IL/common.lang.php index 35cea58b3..96aed8eaa 100644 --- a/language/he_IL/common.lang.php +++ b/language/he_IL/common.lang.php @@ -43,8 +43,6 @@ $lang['%d new image'] = "%d תמונה חדשה"; $lang['%d new images'] = "%d תמונות חדשות"; $lang['%d new user'] = "%d משתמש חדש"; $lang['%d new users'] = "%d משתמשים חדשים"; -$lang['%d waiting element'] = "%d פריט מחכה"; -$lang['%d waiting elements'] = "%d פריטים מחכים"; $lang['About'] = "על"; $lang['All tags'] = "כל התוויות"; $lang['Any tag'] = "כל תווית"; @@ -319,7 +317,6 @@ $lang['Registration of %s'] = "רישום של %s"; $lang['Album: %s'] = "קטגוריה: %s"; $lang['Picture name: %s'] = "שם התמונה: %s"; $lang['Creation date: %s'] = "תאריך יצירה: %s"; -$lang['Waiting page: %s'] = "דף ממתין: %s"; $lang['Picture uploaded by %s'] = "התמונה הועלתה על ידי %s"; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'מצב לא טוב עבור המשתמש "האורח", השתמש במצב ברירת מחדל. עדכן בבקשה את מנהל האתר.'; $lang['Administrator, webmaster and special user cannot use this method'] = "מנהל ראשי, מנהל האתר ו ומשתמשים מסויימים לא יכולים להשתמש בmethod הזה"; |