This commit is contained in:
Rotem Liss 2006-12-12 12:17:43 +00:00
parent 1c4daa9724
commit 9583ced2f5
2 changed files with 25 additions and 0 deletions

View file

@ -593,6 +593,17 @@ $messages = array(
'accountcreated' => 'החשבון נוצר',
'accountcreatedtext' => 'חשבון המשתמש $1 נוצר.',
# Password reset dialog
'resetpass' => 'איפוס סיסמת החשבון',
'resetpass_announce' => 'נכנסתם באמצעות סיסמה זמנית שנשלחה אליכם בדוא"ל. כדי לסיים את הכניסה, עליכם לקבוע סיסמה חדשה.',
'resetpass_text' => "<!-- הוסיפו טקסט כאן -->",
'resetpass_header' => 'איפוס הסיסמה',
'resetpass_submit' => 'הגדרת הסיסמה וכניסה',
'resetpass_success' => 'סיסמתכם שונתה בהצלחה! מכניס אתכם למערכת…',
'resetpass_bad_temporary' => 'סיסמה זמנית שגויה. ייתכן שכבר שיניתם בהצלחה את סיסמתכם; אם לא, אנא בקשו סיסמה זמנית חדשה.',
'resetpass_forbidden' => 'לא ניתן לשנות סיסמאות באתר זה.',
'resetpass_missing' => 'חסר מידע בטופס.',
# Edit page toolbar
'bold_sample' => 'טקסט מודגש',
'bold_tip' => 'טקסט מודגש',
@ -1145,6 +1156,7 @@ $messages = array(
# Special:Allpages
'nextpage' => 'הדף הבא ($1)',
'prevpage' => 'הדף הקודם ($1)',
'allpagesfrom' => 'הצג דפים החל מ:',
'allarticles' => 'כל הדפים',
'allinnamespace' => 'כל הדפים (מרחב שם $1)',

View file

@ -382,6 +382,17 @@ $wgMessageStrucutre = array(
'accountcreated',
'accountcreatedtext',
),
'resetpass' => array(
'resetpass',
'resetpass_announce',
'resetpass_text',
'resetpass_header',
'resetpass_submit',
'resetpass_success',
'resetpass_bad_temporary',
'resetpass_forbidden',
'resetpass_missing',
),
'toolbar' => array(
'bold_sample',
'bold_tip',
@ -923,6 +934,7 @@ $wgMessageStrucutre = array(
),
'allpages' => array(
'nextpage',
'prevpage',
'allpagesfrom',
'allarticles',
'allinnamespace',
@ -1865,6 +1877,7 @@ XHTML id names.",
'main' => 'Main script and global functions',
'errors' => 'General errors',
'login' => 'Login and logout pages',
'resetpass' => 'Password reset dialog',
'toolbar' => 'Edit page toolbar',
'edit' => 'Edit pages',
'cantcreateaccount' => 'Account creation failure',