Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1642,11 +1642,11 @@ |
1643 | 1643 | 'activeusers' => array( |
1644 | 1644 | 'activeusers', |
1645 | 1645 | 'activeusers-summary', |
| 1646 | + 'activeusers-intro', |
1646 | 1647 | 'activeusers-count', |
1647 | 1648 | 'activeusers-from', |
1648 | 1649 | 'activeusers-submit', |
1649 | 1650 | 'activeusers-noresult', |
1650 | | - 'activeusers-intro', |
1651 | 1651 | ), |
1652 | 1652 | 'newuserlog' => array( |
1653 | 1653 | 'newuserlogpage', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -1639,6 +1639,7 @@ |
1640 | 1640 | 'upload' => 'העלאת קובץ לשרת', |
1641 | 1641 | 'uploadbtn' => 'העלאה', |
1642 | 1642 | 'reuploaddesc' => 'ביטול ההעלאה וחזרה לטופס העלאת קבצים לשרת', |
| 1643 | +'upload-tryagain' => 'שליחת התיאור החדש של הקובץ', |
1643 | 1644 | 'uploadnologin' => 'לא נכנסתם לאתר', |
1644 | 1645 | 'uploadnologintext' => 'עליכם [[Special:UserLogin|להיכנס לחשבון]] כדי להעלות קבצים.', |
1645 | 1646 | 'upload_directory_missing' => 'שרת האינטרנט אינו יכול ליצור את תיקיית ההעלאות ($1) החסרה.', |
— | — | @@ -1702,6 +1703,7 @@ |
1703 | 1704 | 'file-deleted-duplicate' => 'קובץ זהה לקובץ זה ([[$1]]) נמחק בעבר. אנא בדקו את היסטוריית המחיקה של הקובץ לפני שתעלו אותו מחדש.', |
1704 | 1705 | 'successfulupload' => 'העלאת הקובץ הושלמה בהצלחה', |
1705 | 1706 | 'uploadwarning' => 'אזהרת העלאת קבצים', |
| 1707 | +'uploadwarning-text' => 'אנא שנו את תיאור הקובץ שלמטה ונסו שנית.', |
1706 | 1708 | 'savefile' => 'שמירת קובץ', |
1707 | 1709 | 'uploadedimage' => 'העלה את הקובץ [[$1]]', |
1708 | 1710 | 'overwroteimage' => 'העלה גרסה חדשה של הקובץ [[$1]]', |
— | — | @@ -2063,10 +2065,10 @@ |
2064 | 2066 | |
2065 | 2067 | # Special:ActiveUsers |
2066 | 2068 | 'activeusers' => 'רשימת משתמשים פעילים', |
| 2069 | +'activeusers-intro' => 'זוהי רשימת המשתמשים שביצעו פעולה כלשהי ב{{PLURAL:$1|יום האחרון|־$1 הימים האחרונים}}.', |
2067 | 2070 | 'activeusers-count' => '{{PLURAL:$1|עריכה אחת|$1 עריכות}} ב{{PLURAL:$3|יום האחרון|־$3 הימים האחרונים|יומיים האחרונים}}', |
2068 | 2071 | 'activeusers-from' => 'הצגת משתמשים החל מ:', |
2069 | 2072 | 'activeusers-noresult' => 'לא נמצאו משתמשים.', |
2070 | | -'activeusers-intro' => 'זוהי רשימת המשתמשים שביצעו פעילות מכל סוג שהוא במשך {{PLURAL:$1|היממה האחרונה|$1 הימים האחרונים}}.', |
2071 | 2073 | |
2072 | 2074 | # Special:Log/newusers |
2073 | 2075 | 'newuserlogpage' => 'יומן רישום משתמשים', |
— | — | @@ -2602,6 +2604,10 @@ |
2603 | 2605 | 'move-leave-redirect' => 'השארת הפניה בדף המקורי', |
2604 | 2606 | 'protectedpagemovewarning' => "'''אזהרה:''' דף זה ננעל כך שרק מפעילי מערכת יכולים להעביר אותו.", |
2605 | 2607 | 'semiprotectedpagemovewarning' => "'''הערה:''' דף זה ננעל כך שרק משתמשים רשומים יכולים להעביר אותו.", |
| 2608 | +'move-over-sharedrepo' => '== הקובץ קיים == |
| 2609 | +[[:$1]] כבר קיים כקובץ משותף. העברת הקובץ לכותרת זו תדרוס את הקובץ המשותף.', |
| 2610 | +'file-exists-sharedrepo' => 'קובץ בשם שנבחר כבר קיים כקובץ משותף. |
| 2611 | +אנא בחרו שם אחר.', |
2606 | 2612 | |
2607 | 2613 | # Export |
2608 | 2614 | 'export' => 'ייצוא דפים', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2536,10 +2536,10 @@ |
2537 | 2537 | # Special:ActiveUsers |
2538 | 2538 | 'activeusers' => 'Active users list', |
2539 | 2539 | 'activeusers-summary' => '', # do not translate or duplicate this message to other languages |
| 2540 | +'activeusers-intro' => 'This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.', |
2540 | 2541 | 'activeusers-count' => '$1 {{PLURAL:$1|edit|edits}} in the last {{PLURAL:$3|day|$3 days}}', |
2541 | 2542 | 'activeusers-from' => 'Display users starting at:', |
2542 | 2543 | 'activeusers-noresult' => 'No users found.', |
2543 | | -'activeusers-intro' => 'This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.', |
2544 | 2544 | |
2545 | 2545 | # Special:Log/newusers |
2546 | 2546 | 'newuserlogpage' => 'User creation log', |
— | — | @@ -3109,7 +3109,7 @@ |
3110 | 3110 | 'move-leave-redirect' => 'Leave a redirect behind', |
3111 | 3111 | 'protectedpagemovewarning' => "'''Warning:''' This page has been locked so that only users with administrator privileges can move it.", |
3112 | 3112 | 'semiprotectedpagemovewarning' => "'''Note:''' This page has been locked so that only registered users can move it.", |
3113 | | -'move-over-sharedrepo' => '==File exists== |
| 3113 | +'move-over-sharedrepo' => '== File exists == |
3114 | 3114 | [[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.', |
3115 | 3115 | 'file-exists-sharedrepo' => 'The file name chosen is already in use on a shared repository. |
3116 | 3116 | Please choose another name.', |