diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-16 22:58:45 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-16 22:58:45 +0100 |
commit | 2cef3313cda14f67948630a1e10198d7518d77db (patch) | |
tree | 7c0f2fb6c5052dec77a1a201a99963043bff8317 /lib/plugins/revert | |
parent | 7253d913292d4cbb80e5c733f6879c8afcefc405 (diff) | |
download | rpg-2cef3313cda14f67948630a1e10198d7518d77db.tar.gz rpg-2cef3313cda14f67948630a1e10198d7518d77db.tar.bz2 |
Hebrew language update
darcs-hash:20080316215845-7ad00-a6ad1ff329d570bf92e3e79df9db603e034744c4.gz
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r-- | lib/plugins/revert/lang/he/intro.txt | 4 | ||||
-rw-r--r-- | lib/plugins/revert/lang/he/lang.php | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/he/intro.txt b/lib/plugins/revert/lang/he/intro.txt new file mode 100644 index 000000000..a566c413e --- /dev/null +++ b/lib/plugins/revert/lang/he/intro.txt @@ -0,0 +1,4 @@ +====== מנהל השחזור ====== + +דף זה יסיע בידך לשחזר באופן אוטומטי אחרי התקפת ספאם. +כדי לקבל את רשימת הדפים עם הספאם עליך ראשית מחרוזת לחיפוש (לדוגמה כתובת ספאם) אחר כך עליך לאשר שהדפים שנמצאו באמת מכילים ספאם ולשחזר את העריכות.
\ No newline at end of file diff --git a/lib/plugins/revert/lang/he/lang.php b/lib/plugins/revert/lang/he/lang.php index 40e517bfa..483bda18d 100644 --- a/lib/plugins/revert/lang/he/lang.php +++ b/lib/plugins/revert/lang/he/lang.php @@ -4,3 +4,12 @@ * * @author Dotan Kamber <kamberd@yahoo.com> */ +$lang['menu'] = 'מנהל שחזור'; +$lang['filter'] = 'חפש דפים עם ספאם'; +$lang['revert'] = 'שחזר את הדפים הנבחרים'; +$lang['reverted'] = '%s שוחזרו לגרסה %s'; +$lang['removed'] = '%s הוסרו'; +$lang['revstart'] = 'תהליך השחזור החל. התהליך עלול להיות ממושך. אם תסריט מגיע למגבלת פסק הזמן לפני שהסתיים התהליך יהיה צורך לבצע את השחזור במקטעים קטנים יותר.'; +$lang['revstop'] = 'תהליך השחזור הושלם בהצלחה.'; +$lang['note1'] = 'לתשומת לבך: החיפוש ער לגודל האותיות הלועזיות.'; +$lang['note2'] = 'לתשות לבך: הדף ישוחזר לגרסה האחרונה שאינה מכילה את מונח הספאם <i>%s</i>'; |