Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2192,9 +2192,9 @@ |
2193 | 2193 | 'protectlogpage' => 'Protection log', |
2194 | 2194 | 'protectlogtext' => 'Below is a list of page locks and unlocks. |
2195 | 2195 | See the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.', |
2196 | | -'protectedarticle' => 'protected "[[$1]]"', |
2197 | | -'modifiedarticleprotection' => 'changed protection level for "[[$1]]"', |
2198 | | -'unprotectedarticle' => 'unprotected "[[$1]]"', |
| 2196 | +'protectedarticle' => 'protected "[[:$1]]"', |
| 2197 | +'modifiedarticleprotection' => 'changed protection level for "[[:$1]]"', |
| 2198 | +'unprotectedarticle' => 'unprotected "[[:$1]]"', |
2199 | 2199 | 'protect-title' => 'Change protection level for "$1"', |
2200 | 2200 | 'protect-backlink' => '← $1', # only translate this message to other languages if you have to change it |
2201 | 2201 | 'protect-legend' => 'Confirm protection', |
— | — | @@ -2492,15 +2492,15 @@ |
2493 | 2493 | 'movepage-page-moved' => 'The page $1 has been moved to $2.', |
2494 | 2494 | 'movepage-page-unmoved' => 'The page $1 could not be moved to $2.', |
2495 | 2495 | 'movepage-max-pages' => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.', |
2496 | | -'1movedto2' => '[[$1]] moved to [[$2]]', |
2497 | | -'1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect', |
| 2496 | +'1movedto2' => '[[:$1]] moved to [[:$2]]', |
| 2497 | +'1movedto2_redir' => '[[:$1]] moved to [[:$2]] over redirect', |
2498 | 2498 | 'movelogpage' => 'Move log', |
2499 | 2499 | 'movelogpagetext' => 'Below is a list of pages moved.', |
2500 | 2500 | 'movereason' => 'Reason:', |
2501 | 2501 | 'revertmove' => 'revert', |
2502 | 2502 | 'delete_and_move' => 'Delete and move', |
2503 | 2503 | 'delete_and_move_text' => '==Deletion required== |
2504 | | -The destination page "[[$1]]" already exists. |
| 2504 | +The destination page "[[:$1]]" already exists. |
2505 | 2505 | Do you want to delete it to make way for the move?', |
2506 | 2506 | 'delete_and_move_confirm' => 'Yes, delete the page', |
2507 | 2507 | 'delete_and_move_reason' => 'Deleted to make way for move', |
— | — | @@ -2588,7 +2588,7 @@ |
2589 | 2589 | # Import log |
2590 | 2590 | 'importlogpage' => 'Import log', |
2591 | 2591 | 'importlogpagetext' => 'Administrative imports of pages with edit history from other wikis.', |
2592 | | -'import-logentry-upload' => 'imported [[$1]] by file upload', |
| 2592 | +'import-logentry-upload' => 'imported [[:$1]] by file upload', |
2593 | 2593 | 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|revision|revisions}}', |
2594 | 2594 | 'import-logentry-interwiki' => 'transwikied $1', |
2595 | 2595 | 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|revision|revisions}} from $2', |
— | — | @@ -3263,7 +3263,7 @@ |
3264 | 3264 | 'unit-pixel' => 'px', # only translate this message to other languages if you have to change it |
3265 | 3265 | |
3266 | 3266 | # HTML dump |
3267 | | -'redirectingto' => 'Redirecting to [[$1]]...', |
| 3267 | +'redirectingto' => 'Redirecting to [[:$1]]...', |
3268 | 3268 | |
3269 | 3269 | # action=purge |
3270 | 3270 | 'confirm_purge' => 'Clear the cache of this page? |
— | — | @@ -3305,7 +3305,7 @@ |
3306 | 3306 | # Auto-summaries |
3307 | 3307 | 'autosumm-blank' => 'Removing all content from page', |
3308 | 3308 | 'autosumm-replace' => "Replacing page with '$1'", |
3309 | | -'autoredircomment' => 'Redirecting to [[$1]]', |
| 3309 | +'autoredircomment' => 'Redirecting to [[:$1]]', |
3310 | 3310 | 'autosumm-new' => 'New page: $1', |
3311 | 3311 | |
3312 | 3312 | # Autoblock whitelist |