r38914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38913‎ | r38914 | r38915 >
Date:16:28, 8 August 2008
Author:mfarag
Status:old
Tags:
Comment:
Use CamelCase in messages per r31844
Modified paths:
  • /branches/REL1_13/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: branches/REL1_13/phase3/languages/messages/MessagesEn.php
@@ -6,7 +6,7 @@
77 *
88 * Changes in this file will be lost during software upgrades.
99 * You can make your customizations on the wiki.
10 - * While logged in as a sysop user, go to [[Special:Allmessages]]
 10+ * While logged in as a sysop user, go to [[Special:AllMessages]]
1111 * and edit the MediaWiki:* pages listed there.
1212 */
1313
@@ -780,7 +780,7 @@
781781 'nosuchspecialpage' => 'No such special page',
782782 'nospecialpagetext' => "<big>'''You have requested an invalid special page.'''</big>
783783
784 -A list of valid special pages can be found at [[Special:Specialpages|{{int:specialpages}}]].",
 784+A list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].",
785785
786786 # General errors
787787 'error' => 'Error',
@@ -868,7 +868,7 @@
869869 'logouttitle' => 'User logout',
870870 'logouttext' => '<strong>You are now logged out.</strong>
871871
872 -You can continue to use {{SITENAME}} anonymously, or you can [[Special:Userlogin|log in again]] as the same or as a different user.
 872+You can continue to use {{SITENAME}} anonymously, or you can [[Special:UserLogin|log in again]] as the same or as a different user.
873873 Note that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.',
874874 'welcomecreation' => '== Welcome, $1! ==
875875 Your account has been created.
@@ -883,7 +883,7 @@
884884 'loginproblem' => '<b>There has been a problem with your login.</b><br />Try again!',
885885 'login' => 'Log in',
886886 'nav-login-createaccount' => 'Log in / create account',
887 -'loginprompt' => 'You must have cookies enabled to [[Special:Userlogin|log in to {{SITENAME}}]].',
 887+'loginprompt' => 'You must have cookies enabled to [[Special:UserLogin|log in to {{SITENAME}}]].',
888888 'userlogin' => 'Log in / create account',
889889 'logout' => 'Log out',
890890 'userlogout' => 'Log out',
@@ -1065,7 +1065,7 @@
10661066 'blockednoreason' => 'no reason given',
10671067 'blockedoriginalsource' => "The source of '''$1''' is shown below:",
10681068 'blockededitsource' => "The text of '''your edits''' to '''$1''' is shown below:",
1069 -'whitelistedittitle' => '[[Special:Userlogin|Login required]] to edit',
 1069+'whitelistedittitle' => '[[Special:UserLogin|Login required]] to edit',
10701070 'whitelistedittext' => 'You have to $1 to edit pages.',
10711071 'confirmedittitle' => 'E-mail confirmation required to edit',
10721072 'confirmedittext' => 'You must confirm your e-mail address before editing pages.
@@ -1087,7 +1087,7 @@
10881088 'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.
10891089 We therefore have to use the numerical IP address to identify him/her.
10901090 Such an IP address can be shared by several users.
1091 -If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin/signup|create an account]] or [[Special:Userlogin|log in]] to avoid future confusion with other anonymous users.''",
 1091+If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:UserLogin/signup|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.''",
10921092 'noarticletext' => 'There is currently no text in this page, you can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page].',
10931093 'noarticletextanon' => '{{int:noarticletext}}', # do not translate or duplicate this message to other languages
10941094 'userpage-userdoesnotexist' => 'User account "$1" is not registered.
@@ -1105,13 +1105,13 @@
11061106 'previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.',
11071107 'session_fail_preview' => '<strong>Sorry! We could not process your edit due to a loss of session data.
11081108 Please try again.
1109 -If it still does not work, try [[Special:Userlogout|logging out]] and logging back in.</strong>',
 1109+If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.</strong>',
11101110 'session_fail_preview_html' => "<strong>Sorry! We could not process your edit due to a loss of session data.</strong>
11111111
11121112 ''Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.''
11131113
11141114 <strong>If this is a legitimate edit attempt, please try again.
1115 -If it still does not work, try [[Special:Userlogout|logging out]] and logging back in.</strong>",
 1115+If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.</strong>",
11161116 'token_suffix_mismatch' => '<strong>Your edit has been rejected because your client mangled the punctuation characters in the edit token.
11171117 The edit has been rejected to prevent corruption of the page text.
11181118 This sometimes happens when you are using a buggy web-based anonymous proxy service.</strong>',
@@ -1159,7 +1159,7 @@
11601160 'edittools' => '<!-- Text here will be shown below edit and upload forms. -->', # only translate this message to other languages if you have to change it
11611161 'nocreatetitle' => 'Page creation limited',
11621162 'nocreatetext' => '{{SITENAME}} has restricted the ability to create new pages.
1163 -You can go back and edit an existing page, or [[Special:Userlogin|log in or create an account]].',
 1163+You can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].',
11641164 'nocreate-loggedin' => 'You do not have permission to create new pages on {{SITENAME}}.',
11651165 'permissionserrors' => 'Permissions Errors',
11661166 'permissionserrorstext' => 'You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:',
@@ -1284,7 +1284,7 @@
12851285 # Suppression log
12861286 'suppressionlog' => 'Suppression log',
12871287 'suppressionlogtext' => 'Below is a list of deletions and blocks involving content hidden from sysops.
1288 -See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks.',
 1288+See the [[Special:IPBlockList|IP block list]] for the list of currently operational bans and blocks.',
12891289
12901290 # History merging
12911291 'mergehistory' => 'Merge page histories',
@@ -1326,7 +1326,7 @@
13271327 # Search results
13281328 'searchresults' => 'Search results',
13291329 'searchresulttext' => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:Helppage}}|{{int:help}}]].',
1330 -'searchsubtitle' => 'You searched for \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|all pages starting with "$1"]] | [[Special:Whatlinkshere/$1|all pages that link to "$1"]])',
 1330+'searchsubtitle' => 'You searched for \'\'\'[[:$1]]\'\'\' ([[Special:PrefixIndex/$1|all pages starting with "$1"]] | [[Special:WhatLinksHere/$1|all pages that link to "$1"]])',
13311331 'searchsubtitleinvalid' => "You searched for '''$1'''",
13321332 'noexactmatch' => "'''There is no page titled \"\$1\".'''
13331333 You can [[:\$1|create this page]].",
@@ -1391,7 +1391,7 @@
13921392 'mypreferences' => 'My preferences',
13931393 'prefs-edits' => 'Number of edits:',
13941394 'prefsnologin' => 'Not logged in',
1395 -'prefsnologintext' => 'You must be [[Special:Userlogin|logged in]] to set user preferences.',
 1395+'prefsnologintext' => 'You must be [[Special:UserLogin|logged in]] to set user preferences.',
13961396 'prefsreset' => 'Preferences have been reset from storage.',
13971397 'qbsettings' => 'Quickbar',
13981398 'qbsettings-none' => 'None',
@@ -1468,7 +1468,7 @@
14691469 'userrights-reason' => 'Reason for change:',
14701470 'userrights-no-interwiki' => 'You do not have permission to edit user rights on other wikis.',
14711471 'userrights-nodatabase' => 'Database $1 does not exist or is not local.',
1472 -'userrights-nologin' => 'You must [[Special:Userlogin|log in]] with an administrator account to assign user rights.',
 1472+'userrights-nologin' => 'You must [[Special:UserLogin|log in]] with an administrator account to assign user rights.',
14731473 'userrights-notallowed' => 'Your account does not have permission to assign user rights.',
14741474 'userrights-changeable-col' => 'Groups you can change',
14751475 'userrights-unchangeable-col' => 'Groups you cannot change',
@@ -1560,7 +1560,7 @@
15611561 # Recent changes
15621562 'nchanges' => '$1 {{PLURAL:$1|change|changes}}',
15631563 'recentchanges' => 'Recent changes',
1564 -'recentchanges-url' => 'Special:Recentchanges', # do not translate or duplicate this message to other languages
 1564+'recentchanges-url' => 'Special:RecentChanges', # do not translate or duplicate this message to other languages
15651565 'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
15661566 'recentchanges-feed-description' => 'Track the most recent changes to the wiki in this feed.',
15671567 'rcnote' => "Below {{PLURAL:$1|is '''1''' change|are the last '''$1''' changes}} in the last {{PLURAL:$2|day|'''$2''' days}}, as of $5, $4.",
@@ -1603,13 +1603,13 @@
16041604 'reupload' => 'Re-upload',
16051605 'reuploaddesc' => 'Cancel upload and return to the upload form',
16061606 'uploadnologin' => 'Not logged in',
1607 -'uploadnologintext' => 'You must be [[Special:Userlogin|logged in]] to upload files.',
 1607+'uploadnologintext' => 'You must be [[Special:UserLogin|logged in]] to upload files.',
16081608 'upload_directory_missing' => 'The upload directory ($1) is missing and could not be created by the webserver.',
16091609 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.',
16101610 'uploaderror' => 'Upload error',
16111611 'upload-summary' => '', # do not translate or duplicate this message to other languages
16121612 'uploadtext' => "Use the form below to upload files.
1613 -To view or search previously uploaded files go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
 1613+To view or search previously uploaded files go to the [[Special:ImageList|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
16141614
16151615 To include a file in a page, use a link in one of the following forms:
16161616 * '''<tt><nowiki>[[</nowiki>{{ns:image}}<nowiki>:File.jpg]]</nowiki></tt>''' to use the full version of the file
@@ -1731,7 +1731,7 @@
17321732 'upload_source_url' => ' (a valid, publicly accessible URL)',
17331733 'upload_source_file' => ' (a file on your computer)',
17341734
1735 -# Special:Imagelist
 1735+# Special:ImageList
17361736 'imagelist-summary' => 'This special page shows all uploaded files.
17371737 By default the last uploaded files are shown at top of the list.
17381738 A click on a column header changes the sorting.',
@@ -1759,7 +1759,7 @@
17601760 'imagelinks' => 'Links',
17611761 'linkstoimage' => 'The following {{PLURAL:$1|page links|$1 pages link}} to this file:',
17621762 'nolinkstoimage' => 'There are no pages that link to this file.',
1763 -'morelinkstoimage' => 'View [[Special:Whatlinkshere/$1|more links]] to this file.',
 1763+'morelinkstoimage' => 'View [[Special:WhatLinksHere/$1|more links]] to this file.',
17641764 'redirectstofile' => 'The following {{PLURAL:$1|file redirects|$1 files redirect}} to this file:',
17651765 'duplicatesoffile' => 'The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file:',
17661766 'sharedupload' => 'This file is a shared upload and may be used by other projects.',
@@ -1853,7 +1853,7 @@
18541854 That comes to '''\$5''' average edits per page, and '''\$6''' views per edit.
18551855
18561856 The [http://www.mediawiki.org/wiki/Manual:Job_queue job queue] length is '''\$7'''.",
1857 -'userstatstext' => "There {{PLURAL:$1|is '''1''' registered [[Special:Listusers|user]]|are '''$1''' registered [[Special:Listusers|users]]}}, of which '''$2''' (or '''$4%''') {{PLURAL:$2|has|have}} $5 rights.",
 1857+'userstatstext' => "There {{PLURAL:$1|is '''1''' registered [[Special:ListUsers|user]]|are '''$1''' registered [[Special:ListUsers|users]]}}, of which '''$2''' (or '''$4%''') {{PLURAL:$2|has|have}} $5 rights.",
18581858 'statistics-mostpopular' => 'Most viewed pages',
18591859 'statistics-footer' => '', # do not translate or duplicate this message to other languages
18601860
@@ -1987,7 +1987,7 @@
19881988 'logempty' => 'No matching items in log.',
19891989 'log-title-wildcard' => 'Search titles starting with this text',
19901990
1991 -# Special:Allpages
 1991+# Special:AllPages
19921992 'allpages' => 'All pages',
19931993 'allpages-summary' => '', # do not translate or duplicate this message to other languages
19941994 'alphaindexline' => '$1 to $2',
@@ -2013,12 +2013,12 @@
20142014 'special-categories-sort-count' => 'sort by count',
20152015 'special-categories-sort-abc' => 'sort alphabetically',
20162016
2017 -# Special:Listusers
 2017+# Special:ListUsers
20182018 'listusersfrom' => 'Display users starting at:',
20192019 'listusers-submit' => 'Show',
20202020 'listusers-noresult' => 'No user found.',
20212021
2022 -# Special:Listgrouprights
 2022+# Special:ListGroupRights
20232023 'listgrouprights' => 'User group rights',
20242024 'listgrouprights-summary' => 'The following is a list of user groups defined on this wiki, with their associated access rights.
20252025 There may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.',
@@ -2030,7 +2030,7 @@
20312031
20322032 # E-mail user
20332033 'mailnologin' => 'No send address',
2034 -'mailnologintext' => 'You must be [[Special:Userlogin|logged in]] and have a valid e-mail address in your [[Special:Preferences|preferences]] to send e-mail to other users.',
 2034+'mailnologintext' => 'You must be [[Special:UserLogin|logged in]] and have a valid e-mail address in your [[Special:Preferences|preferences]] to send e-mail to other users.',
20352035 'emailuser' => 'E-mail this user',
20362036 'emailpage' => 'E-mail user',
20372037 'emailpagetext' => 'If this user has entered a valid e-mail address in his or her user preferences, the form below will send a single message.
@@ -2057,10 +2057,10 @@
20582058 'nowatchlist' => 'You have no items on your watchlist.',
20592059 'watchlistanontext' => 'Please $1 to view or edit items on your watchlist.',
20602060 'watchnologin' => 'Not logged in',
2061 -'watchnologintext' => 'You must be [[Special:Userlogin|logged in]] to modify your watchlist.',
 2061+'watchnologintext' => 'You must be [[Special:UserLogin|logged in]] to modify your watchlist.',
20622062 'addedwatch' => 'Added to watchlist',
20632063 'addedwatchtext' => "The page \"[[:\$1]]\" has been added to your [[Special:Watchlist|watchlist]].
2064 -Future changes to this page and its associated talk page will be listed there, and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to make it easier to pick out.",
 2064+Future changes to this page and its associated talk page will be listed there, and the page will appear '''bolded''' in the [[Special:RecentChanges|list of recent changes]] to make it easier to pick out.",
20652065 'removedwatch' => 'Removed from watchlist',
20662066 'removedwatchtext' => 'The page "[[:$1]]" has been removed from [[Special:Watchlist|your watchlist]].',
20672067 'watch' => 'Watch',
@@ -2179,7 +2179,7 @@
21802180 Please hit "back" and reload the page you came from, then try again.',
21812181 'protectlogpage' => 'Protection log',
21822182 'protectlogtext' => 'Below is a list of page locks and unlocks.
2183 -See the [[Special:Protectedpages|protected pages list]] for the list of currently operational page protections.',
 2183+See the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.',
21842184 'protectedarticle' => 'protected "[[$1]]"',
21852185 'modifiedarticleprotection' => 'changed protection level for "[[$1]]"',
21862186 'unprotectedarticle' => 'unprotected "[[$1]]"',
@@ -2356,7 +2356,7 @@
23572357 'badipaddress' => 'Invalid IP address',
23582358 'blockipsuccesssub' => 'Block succeeded',
23592359 'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] has been blocked.<br />
2360 -See [[Special:Ipblocklist|IP block list]] to review blocks.',
 2360+See [[Special:IPBlockList|IP block list]] to review blocks.',
23612361 'ipb-edit-dropdown' => 'Edit block reasons',
23622362 'ipb-unblock-addr' => 'Unblock $1',
23632363 'ipb-unblock' => 'Unblock a username or IP address',
@@ -2390,7 +2390,7 @@
23912391 'blocklogentry' => 'blocked [[$1]] with an expiry time of $2 $3',
23922392 'blocklogtext' => 'This is a log of user blocking and unblocking actions.
23932393 Automatically blocked IP addresses are not listed.
2394 -See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks.',
 2394+See the [[Special:IPBlockList|IP block list]] for the list of currently operational bans and blocks.',
23952395 'unblocklogentry' => 'unblocked $1',
23962396 'block-log-flags-anononly' => 'anonymous users only',
23972397 'block-log-flags-nocreate' => 'account creation disabled',
@@ -2432,7 +2432,7 @@
24332433 'lockdbsuccesssub' => 'Database lock succeeded',
24342434 'unlockdbsuccesssub' => 'Database lock removed',
24352435 'lockdbsuccesstext' => 'The database has been locked.<br />
2436 -Remember to [[Special:Unlockdb|remove the lock]] after your maintenance is complete.',
 2436+Remember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.',
24372437 'unlockdbsuccesstext' => 'The database has been unlocked.',
24382438 'lockfilenotwritable' => 'The database lock file is not writable.
24392439 To lock or unlock the database, this needs to be writable by the web server.',
@@ -2812,7 +2812,7 @@
28132813 'show-big-image' => 'Full resolution',
28142814 'show-big-image-thumb' => '<small>Size of this preview: $1 × $2 pixels</small>',
28152815
2816 -# Special:Newimages
 2816+# Special:NewImages
28172817 'newimages' => 'Gallery of new files',
28182818 'imagelisttext' => "Below is a list of '''$1''' {{PLURAL:$1|file|files}} sorted $2.",
28192819 'newimages-summary' => 'This special page shows the last uploaded files.',
@@ -3202,7 +3202,7 @@
32033203 The code may have expired.',
32043204 'confirmemail_needlogin' => 'You need to $1 to confirm your e-mail address.',
32053205 'confirmemail_success' => 'Your e-mail address has been confirmed.
3206 -You may now [[Special:Userlogin|log in]] and enjoy the wiki.',
 3206+You may now [[Special:UserLogin|log in]] and enjoy the wiki.',
32073207 'confirmemail_loggedin' => 'Your e-mail address has now been confirmed.',
32083208 'confirmemail_error' => 'Something went wrong saving your confirmation.',
32093209 'confirmemail_subject' => '{{SITENAME}} e-mail address confirmation',
@@ -3448,7 +3448,7 @@
34493449 'version-software-product' => 'Product',
34503450 'version-software-version' => 'Version',
34513451
3452 -# Special:Filepath
 3452+# Special:FilePath
34533453 'filepath' => 'File path',
34543454 'filepath-page' => 'File:',
34553455 'filepath-submit' => 'Path',
@@ -3488,7 +3488,7 @@
34893489 'specialpages-group-redirects' => 'Redirecting special pages',
34903490 'specialpages-group-spam' => 'Spam tools',
34913491
3492 -# Special:Blankpage
 3492+# Special:BlankPage
34933493 'blankpage' => 'Blank page',
34943494 'intentionallyblankpage' => 'This page is intentionally left blank',
34953495

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r31844(bug 11986) Revert special-page capitalisation to CamelCase (but the names ar...werdna05:30, 12 March 2008

Status & tagging log