Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1666,6 +1666,7 @@ |
1667 | 1667 | 'move-watch', |
1668 | 1668 | 'movepagebtn', |
1669 | 1669 | 'pagemovedsub', |
| 1670 | + 'movepage-moved', |
1670 | 1671 | 'articleexists', |
1671 | 1672 | 'cantmove-titleprotected', |
1672 | 1673 | 'talkexists', |
— | — | @@ -2825,7 +2826,7 @@ |
2826 | 2827 | 'exif-orientation-6' => '0th row: right; 0th column: top', |
2827 | 2828 | 'exif-orientation-7' => '0th row: right; 0th column: bottom', |
2828 | 2829 | 'exif-orientation-8' => '0th row: left; 0th column: bottom', |
2829 | | - 'movepage-page-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.', |
| 2830 | + 'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.', |
2830 | 2831 | 'ipboptions' => 'display1:time1,display2:time2,...', |
2831 | 2832 | 'metadata-fields' => 'Do not translate list items', |
2832 | 2833 | 'version' => 'Not used as normal message but as header for the special page itself', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -2069,6 +2069,7 @@ |
2070 | 2070 | 'move-watch' => 'מעקב אחרי דף זה', |
2071 | 2071 | 'movepagebtn' => 'העברה', |
2072 | 2072 | 'pagemovedsub' => 'ההעברה הושלמה בהצלחה', |
| 2073 | +'movepage-moved' => '<big>הדף "$1" הועבר לשם "$2".</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message. |
2073 | 2074 | 'articleexists' => 'קיים כבר דף עם אותו שם, או שהשם שבחרתם אינו חוקי. |
2074 | 2075 | אנא בחרו שם אחר.', |
2075 | 2076 | 'cantmove-titleprotected' => 'אינכם יכולים להעביר את הדף לשם זה, כיוון שהשם החדש הוגן מוגן העברה', |
— | — | @@ -2078,7 +2079,7 @@ |
2079 | 2080 | 'move-subpages' => 'העברת כל דפי המשנה, אם אפשר', |
2080 | 2081 | 'move-talk-subpages' => 'העברת כל דפי המשנה של דף השיחה, אם אפשר', |
2081 | 2082 | 'movepage-page-exists' => 'הדף $1 קיים כבר ולא ניתן לדרוס אותו אוטומטית.', |
2082 | | -'movepage-page-moved' => 'הדף $1 הועבר לשם $2.', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message. |
| 2083 | +'movepage-page-moved' => 'הדף $1 הועבר לשם $2.', |
2083 | 2084 | 'movepage-page-unmoved' => 'לא ניתן להעביר את הדף $1 לשם $2.', |
2084 | 2085 | 'movepage-max-pages' => 'המספר המקסימלי של {{PLURAL:$1|דף אחד|$1 דפים}} כבר הועבר ולא ניתן להעביר דפים נוספים אוטומטית.', |
2085 | 2086 | '1movedto2' => '[[$1]] הועבר ל[[$2]]', |