Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1827,7 +1827,11 @@ |
1828 | 1828 | 'movepagetext', |
1829 | 1829 | 'movepagetalktext', |
1830 | 1830 | 'movearticle', |
| 1831 | + 'movenologin', |
| 1832 | + 'movenologintext', |
1831 | 1833 | 'movenotallowed', |
| 1834 | + 'cant-move-user-page', |
| 1835 | + 'cant-move-to-user-page', |
1832 | 1836 | 'newtitle', |
1833 | 1837 | 'move-watch', |
1834 | 1838 | 'movepagebtn', |
— | — | @@ -1855,6 +1859,10 @@ |
1856 | 1860 | 'delete_and_move_confirm', |
1857 | 1861 | 'delete_and_move_reason', |
1858 | 1862 | 'selfmove', |
| 1863 | + 'immobile-source-namespace', |
| 1864 | + 'immobile-target-namespace', |
| 1865 | + 'immobile-source-page', |
| 1866 | + 'immobile-target-page', |
1859 | 1867 | 'immobile_namespace', |
1860 | 1868 | 'imagenocrossnamespace', |
1861 | 1869 | 'imagetypemismatch', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2639,10 +2639,10 @@ |
2640 | 2640 | 'databasenotlocked' => 'The database is not locked.', |
2641 | 2641 | |
2642 | 2642 | # Move page |
2643 | | -'move-page' => 'Move $1', |
2644 | | -'move-page-backlink' => '← $1', # only translate this message to other languages if you have to change it |
2645 | | -'move-page-legend' => 'Move page', |
2646 | | -'movepagetext' => "Using the form below will rename a page, moving all of its history to the new name. |
| 2643 | +'move-page' => 'Move $1', |
| 2644 | +'move-page-backlink' => '← $1', # only translate this message to other languages if you have to change it |
| 2645 | +'move-page-legend' => 'Move page', |
| 2646 | +'movepagetext' => "Using the form below will rename a page, moving all of its history to the new name. |
2647 | 2647 | The old title will become a redirect page to the new title. |
2648 | 2648 | You can update redirects that point to the original title automatically. |
2649 | 2649 | If you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]]. |
— | — | @@ -2654,58 +2654,58 @@ |
2655 | 2655 | '''WARNING!''' |
2656 | 2656 | This can be a drastic and unexpected change for a popular page; |
2657 | 2657 | please be sure you understand the consequences of this before proceeding.", |
2658 | | -'movepagetalktext' => "The associated talk page will be automatically moved along with it '''unless:''' |
| 2658 | +'movepagetalktext' => "The associated talk page will be automatically moved along with it '''unless:''' |
2659 | 2659 | *A non-empty talk page already exists under the new name, or |
2660 | 2660 | *You uncheck the box below. |
2661 | 2661 | |
2662 | 2662 | In those cases, you will have to move or merge the page manually if desired.", |
2663 | | -'movearticle' => 'Move page:', |
2664 | | -'movenologin' => 'Not logged in', |
2665 | | -'movenologintext' => 'You must be a registered user and [[Special:Userlogin|logged in]] to move a page.', |
2666 | | -'movenotallowed' => 'You do not have permission to move pages.', |
2667 | | -'cant-move-user-page' => 'You do not have permission to move user pages (apart from subpages).', |
2668 | | -'cant-move-to-user-page' => 'You do not have permission to move a page to a user page (except to a user subpage).', |
2669 | | -'newtitle' => 'To new title:', |
2670 | | -'move-watch' => 'Watch this page', |
2671 | | -'movepagebtn' => 'Move page', |
2672 | | -'pagemovedsub' => 'Move succeeded', |
2673 | | -'movepage-moved' => '<big>\'\'\'"$1" has been moved to "$2"\'\'\'</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message. |
2674 | | -'articleexists' => 'A page of that name already exists, or the name you have chosen is not valid. |
| 2663 | +'movearticle' => 'Move page:', |
| 2664 | +'movenologin' => 'Not logged in', |
| 2665 | +'movenologintext' => 'You must be a registered user and [[Special:Userlogin|logged in]] to move a page.', |
| 2666 | +'movenotallowed' => 'You do not have permission to move pages.', |
| 2667 | +'cant-move-user-page' => 'You do not have permission to move user pages (apart from subpages).', |
| 2668 | +'cant-move-to-user-page' => 'You do not have permission to move a page to a user page (except to a user subpage).', |
| 2669 | +'newtitle' => 'To new title:', |
| 2670 | +'move-watch' => 'Watch this page', |
| 2671 | +'movepagebtn' => 'Move page', |
| 2672 | +'pagemovedsub' => 'Move succeeded', |
| 2673 | +'movepage-moved' => '<big>\'\'\'"$1" has been moved to "$2"\'\'\'</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message. |
| 2674 | +'articleexists' => 'A page of that name already exists, or the name you have chosen is not valid. |
2675 | 2675 | Please choose another name.', |
2676 | | -'cantmove-titleprotected' => 'You cannot move a page to this location, because the new title has been protected from creation', |
2677 | | -'talkexists' => "'''The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. |
| 2676 | +'cantmove-titleprotected' => 'You cannot move a page to this location, because the new title has been protected from creation', |
| 2677 | +'talkexists' => "'''The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. |
2678 | 2678 | Please merge them manually.'''", |
2679 | | -'movedto' => 'moved to', |
2680 | | -'movetalk' => 'Move associated talk page', |
2681 | | -'move-subpages' => 'Move all subpages, if applicable', |
2682 | | -'move-talk-subpages' => 'Move all subpages of talk page, if applicable', |
2683 | | -'movepage-page-exists' => 'The page $1 already exists and cannot be automatically overwritten.', |
2684 | | -'movepage-page-moved' => 'The page $1 has been moved to $2.', |
2685 | | -'movepage-page-unmoved' => 'The page $1 could not be moved to $2.', |
2686 | | -'movepage-max-pages' => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.', |
2687 | | -'1movedto2' => '[[$1]] moved to [[$2]]', |
2688 | | -'1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect', |
2689 | | -'movelogpage' => 'Move log', |
2690 | | -'movelogpagetext' => 'Below is a list of pages moved.', |
2691 | | -'movereason' => 'Reason:', |
2692 | | -'revertmove' => 'revert', |
2693 | | -'delete_and_move' => 'Delete and move', |
2694 | | -'delete_and_move_text' => '==Deletion required== |
| 2679 | +'movedto' => 'moved to', |
| 2680 | +'movetalk' => 'Move associated talk page', |
| 2681 | +'move-subpages' => 'Move all subpages, if applicable', |
| 2682 | +'move-talk-subpages' => 'Move all subpages of talk page, if applicable', |
| 2683 | +'movepage-page-exists' => 'The page $1 already exists and cannot be automatically overwritten.', |
| 2684 | +'movepage-page-moved' => 'The page $1 has been moved to $2.', |
| 2685 | +'movepage-page-unmoved' => 'The page $1 could not be moved to $2.', |
| 2686 | +'movepage-max-pages' => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.', |
| 2687 | +'1movedto2' => '[[$1]] moved to [[$2]]', |
| 2688 | +'1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect', |
| 2689 | +'movelogpage' => 'Move log', |
| 2690 | +'movelogpagetext' => 'Below is a list of pages moved.', |
| 2691 | +'movereason' => 'Reason:', |
| 2692 | +'revertmove' => 'revert', |
| 2693 | +'delete_and_move' => 'Delete and move', |
| 2694 | +'delete_and_move_text' => '==Deletion required== |
2695 | 2695 | The destination page "[[:$1]]" already exists. |
2696 | 2696 | Do you want to delete it to make way for the move?', |
2697 | | -'delete_and_move_confirm' => 'Yes, delete the page', |
2698 | | -'delete_and_move_reason' => 'Deleted to make way for move', |
2699 | | -'selfmove' => 'Source and destination titles are the same; |
| 2697 | +'delete_and_move_confirm' => 'Yes, delete the page', |
| 2698 | +'delete_and_move_reason' => 'Deleted to make way for move', |
| 2699 | +'selfmove' => 'Source and destination titles are the same; |
2700 | 2700 | cannot move a page over itself.', |
2701 | 2701 | 'immobile-source-namespace' => 'Cannot move pages in namespace "$1"', |
2702 | 2702 | 'immobile-target-namespace' => 'Cannot move pages into namespace "$1"', |
2703 | 2703 | 'immobile-source-page' => 'This page is not movable.', |
2704 | 2704 | 'immobile-target-page' => 'Cannot move to that destination title.', |
2705 | | -'imagenocrossnamespace' => 'Cannot move file to non-file namespace', |
2706 | | -'imagetypemismatch' => 'The new file extension does not match its type', |
2707 | | -'imageinvalidfilename' => 'The target file name is invalid', |
2708 | | -'fix-double-redirects' => 'Update any redirects that point to the original title', |
2709 | | -'move-leave-redirect' => 'Leave a redirect behind', |
| 2705 | +'imagenocrossnamespace' => 'Cannot move file to non-file namespace', |
| 2706 | +'imagetypemismatch' => 'The new file extension does not match its type', |
| 2707 | +'imageinvalidfilename' => 'The target file name is invalid', |
| 2708 | +'fix-double-redirects' => 'Update any redirects that point to the original title', |
| 2709 | +'move-leave-redirect' => 'Leave a redirect behind', |
2710 | 2710 | |
2711 | 2711 | # Export |
2712 | 2712 | 'export' => 'Export pages', |
— | — | @@ -3734,5 +3734,4 @@ |
3735 | 3735 | 'nuke-submit-delete' => 'Delete selected', |
3736 | 3736 | 'right-nuke' => 'Mass delete pages', |
3737 | 3737 | |
3738 | | - |
3739 | 3738 | ); |