~ubuntu-branches/ubuntu/quantal/mediawiki/quantal

« back to all changes in this revision

Viewing changes to languages/messages/MessagesEn.php

  • Committer: Package Import Robot
  • Author(s): Thorsten Glaser, Thorsten Glaser, Jonathan Wiltshire
  • Date: 2012-09-20 13:40:12 UTC
  • mfrom: (16.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120920134012-fbv87yohdi5b3svt
Tags: 1:1.19.2-1
[ Thorsten Glaser ]
* New upstream: security fixes for CVE-2012-4377, CVE-2012-4378,
  CVE-2012-4379, CVE-2012-4380, CVE-2012-4381, CVE-2012-4382
  (Closes: #686330)
* Prevent <table></table> without any <tr /> inside, globally
* Fix more cases of not checking $wgHtml5
* MW’s ID (XML) sanitiser is there for a reason, use it!
* Prevent <ul></ul> without any <li /> inside in MonoBook
* Fix invalid XHTML caused by code not honouring $wgHtml5
* Quell some PHP warnings from sloppy code
* Do the wfSuppressWarnings patch used with FusionForge right
* Add myself to Uploaders and quieten lintian a bit
* Do not replace patched jquery-tablesorter with unpatched one;
  unbreaks sortable tables (Closes: #687519)
* Update versioned Breaks against fusionforge and mw-extensions

[ Jonathan Wiltshire ]
* Add Recommends on mediawiki-extensions-base and php-wikidiff2

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
        'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
184
184
        'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1',
185
185
        'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1',
186
 
        'Amazon.com' => 'http://www.amazon.com/exec/obidos/ISBN=$1'
 
186
        'Amazon.com' => 'http://www.amazon.com/gp/search/?field-isbn=$1'
187
187
);
188
188
 
189
189
/**
191
191
 * Customisable syntax for wikitext and elsewhere.
192
192
 *
193
193
 * IDs must be valid identifiers, they cannot contain hyphens.
 
194
 * CASE is 0 to match all case variants, 1 for case-sensitive
194
195
 *
195
196
 * Note to translators:
196
197
 *   Please include the English words as synonyms.  This allows people
626
627
'tog-hidepatrolled'           => 'Hide patrolled edits in recent changes',
627
628
'tog-newpageshidepatrolled'   => 'Hide patrolled pages from new page list',
628
629
'tog-extendwatchlist'         => 'Expand watchlist to show all changes, not just the most recent',
629
 
'tog-usenewrc'                => 'Use enhanced recent changes (requires JavaScript)',
 
630
'tog-usenewrc'                => 'Group changes by page in recent changes and watchlist (requires JavaScript)',
630
631
'tog-numberheadings'          => 'Auto-number headings',
631
632
'tog-showtoolbar'             => 'Show edit toolbar (requires JavaScript)',
632
633
'tog-editondblclick'          => 'Edit pages on double click (requires JavaScript)',
634
635
'tog-editsectiononrightclick' => 'Enable section editing by right clicking on section titles (requires JavaScript)',
635
636
'tog-showtoc'                 => 'Show table of contents (for pages with more than 3 headings)',
636
637
'tog-rememberpassword'        => 'Remember my login on this browser (for a maximum of $1 {{PLURAL:$1|day|days}})',
637
 
'tog-watchcreations'          => 'Add pages I create to my watchlist',
638
 
'tog-watchdefault'            => 'Add pages I edit to my watchlist',
639
 
'tog-watchmoves'              => 'Add pages I move to my watchlist',
640
 
'tog-watchdeletion'           => 'Add pages I delete to my watchlist',
 
638
'tog-watchcreations'          => 'Add pages I create and files I upload to my watchlist',
 
639
'tog-watchdefault'            => 'Add pages and files I edit to my watchlist',
 
640
'tog-watchmoves'              => 'Add pages and files I move to my watchlist',
 
641
'tog-watchdeletion'           => 'Add pages and files I delete to my watchlist',
641
642
'tog-minordefault'            => 'Mark all edits minor by default',
642
643
'tog-previewontop'            => 'Show preview before edit box',
643
644
'tog-previewonfirst'          => 'Show preview on first edit',
644
645
'tog-nocache'                 => 'Disable browser page caching',
645
 
'tog-enotifwatchlistpages'    => 'E-mail me when a page on my watchlist is changed',
 
646
'tog-enotifwatchlistpages'    => 'E-mail me when a page or file on my watchlist is changed',
646
647
'tog-enotifusertalkpages'     => 'E-mail me when my user talk page is changed',
647
 
'tog-enotifminoredits'        => 'E-mail me also for minor edits of pages',
 
648
'tog-enotifminoredits'        => 'E-mail me also for minor edits of pages and files',
648
649
'tog-enotifrevealaddr'        => 'Reveal my e-mail address in notification e-mails',
649
650
'tog-shownumberswatching'     => 'Show the number of watching users',
650
651
'tog-oldsig'                  => 'Existing signature:',
957
958
'dberrortext'          => 'A database query syntax error has occurred.
958
959
This may indicate a bug in the software.
959
960
The last attempted database query was:
960
 
<blockquote><tt>$1</tt></blockquote>
961
 
from within function "<tt>$2</tt>".
962
 
Database returned error "<tt>$3: $4</tt>".',
 
961
<blockquote><code>$1</code></blockquote>
 
962
from within function "<code>$2</code>".
 
963
Database returned error "<samp>$3: $4</samp>".',
963
964
'dberrortextcl'        => 'A database query syntax error has occurred.
964
965
The last attempted database query was:
965
966
"$1"
1285
1286
Your current IP address is $3, and the block ID is #$5.
1286
1287
Please include all above details in any queries you make.",
1287
1288
'autoblockedtext'                  => 'Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.
1288
 
The reason given is this:
 
1289
The reason given is:
1289
1290
 
1290
1291
:\'\'$2\'\'
1291
1292
 
1340
1341
* '''Firefox / Safari:''' Hold ''Shift'' while clicking ''Reload'', or press either ''Ctrl-F5'' or ''Ctrl-R'' (''⌘-R'' on a Mac)
1341
1342
* '''Google Chrome:''' Press ''Ctrl-Shift-R'' (''⌘-Shift-R'' on a Mac)
1342
1343
* '''Internet Explorer:''' Hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5''
1343
 
* '''Konqueror:''' Click ''Reload'' or press ''F5''
1344
1344
* '''Opera:''' Clear the cache in ''Tools → Preferences''",
1345
1345
'usercssyoucanpreview'             => "'''Tip:''' Use the \"{{int:showpreview}}\" button to test your new CSS before saving.",
1346
1346
'userjsyoucanpreview'              => "'''Tip:''' Use the \"{{int:showpreview}}\" button to test your new JavaScript before saving.",
1383
1383
'''Only''' the text in the upper text area will be saved when you press \"{{int:savearticle}}\".",
1384
1384
'yourtext'                         => 'Your text',
1385
1385
'storedversion'                    => 'Stored revision',
1386
 
'nonunicodebrowser'                => "'''Warning: Your browser is not unicode compliant.'''
 
1386
'nonunicodebrowser'                => "'''Warning: Your browser is not Unicode compliant.'''
1387
1387
A workaround is in place to allow you to safely edit pages: Non-ASCII characters will appear in the edit box as hexadecimal codes.",
1388
1388
'editingold'                       => "'''Warning: You are editing an out-of-date revision of this page.'''
1389
1389
If you save it, any changes made since this revision will be lost.",
1609
1609
# Suppression log
1610
1610
'suppressionlog'     => 'Suppression log',
1611
1611
'suppressionlogtext' => 'Below is a list of deletions and blocks involving content hidden from administrators.
1612
 
See the [[Special:BlockList|IP block list]] for the list of currently operational bans and blocks.',
 
1612
See the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.',
1613
1613
 
1614
1614
# History merging
1615
1615
'mergehistory'                     => 'Merge page histories',
2097
2097
To view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]], (re)uploads are also logged in the [[Special:Log/upload|upload log]], deletions in the [[Special:Log/delete|deletion log]].
2098
2098
 
2099
2099
To include a file in a page, use a link in one of the following forms:
2100
 
* '''<tt><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></tt>''' to use the full version of the file
2101
 
* '''<tt><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|alt text]]</nowiki></tt>''' to use a 200 pixel wide rendition in a box in the left margin with 'alt text' as description
2102
 
* '''<tt><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></tt>''' for directly linking to the file without displaying the file",
 
2100
* '''<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code>''' to use the full version of the file
 
2101
* '''<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|alt text]]</nowiki></code>''' to use a 200 pixel wide rendition in a box in the left margin with 'alt text' as description
 
2102
* '''<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code>''' for directly linking to the file without displaying the file",
2103
2103
'upload-permitted'            => 'Permitted file types: $1.',
2104
2104
'upload-preferred'            => 'Preferred file types: $1.',
2105
2105
'upload-prohibited'           => 'Prohibited file types: $1.',
2138
2138
'hookaborted'                 => 'The modification you tried to make was aborted by an extension.',
2139
2139
'illegal-filename'            => 'The filename is not allowed.',
2140
2140
'overwrite'                   => 'Overwriting an existing file is not allowed.',
2141
 
'unknown-error'               => 'An unknown error occured.',
 
2141
'unknown-error'               => 'An unknown error occurred.',
2142
2142
'tmp-create-error'            => 'Could not create temporary file.',
2143
2143
'tmp-write-error'             => 'Error writing temporary file.',
2144
2144
'large-file'                  => 'It is recommended that files are no larger than $1;
2148
2148
This might be due to a typo in the filename.
2149
2149
Please check whether you really want to upload this file.',
2150
2150
'windows-nonascii-filename'   => 'This wiki does not support filenames with special characters.',
2151
 
'fileexists'                  => "A file with this name exists already, please check '''<tt>[[:$1]]</tt>''' if you are not sure if you want to change it.
2152
 
[[$1|thumb]]",
2153
 
'filepageexists'              => "The description page for this file has already been created at '''<tt>[[:$1]]</tt>''', but no file with this name currently exists.
 
2151
'fileexists'                  => 'A file with this name exists already, please check <strong>[[:$1]]</strong> if you are not sure if you want to change it.
 
2152
[[$1|thumb]]',
 
2153
'filepageexists'              => 'The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.
2154
2154
The summary you enter will not appear on the description page.
2155
2155
To make your summary appear there, you will need to manually edit it.
2156
 
[[$1|thumb]]",
2157
 
'fileexists-extension'        => "A file with a similar name exists: [[$2|thumb]]
2158
 
* Name of the uploading file: '''<tt>[[:$1]]</tt>'''
2159
 
* Name of the existing file: '''<tt>[[:$2]]</tt>'''
2160
 
Please choose a different name.",
 
2156
[[$1|thumb]]',
 
2157
'fileexists-extension'        => 'A file with a similar name exists: [[$2|thumb]]
 
2158
* Name of the uploading file: <strong>[[:$1]]</strong>
 
2159
* Name of the existing file: <strong>[[:$2]]</strong>
 
2160
Please choose a different name.',
2161
2161
'fileexists-thumbnail-yes'    => "The file seems to be an image of reduced size ''(thumbnail)''.
2162
2162
[[$1|thumb]]
2163
 
Please check the file '''<tt>[[:$1]]</tt>'''.
 
2163
Please check the file <strong>[[:$1]]</strong>.
2164
2164
If the checked file is the same image of original size it is not necessary to upload an extra thumbnail.",
2165
 
'file-thumbnail-no'           => "The filename begins with '''<tt>$1</tt>'''.
 
2165
'file-thumbnail-no'           => "The filename begins with <strong>$1</strong>.
2166
2166
It seems to be an image of reduced size ''(thumbnail)''.
2167
2167
If you have this image in full resolution upload this one, otherwise change the filename please.",
2168
2168
'fileexists-forbidden'        => 'A file with this name already exists, and cannot be overwritten.
2236
2236
If the problem persists, contact an [[Special:ListUsers/sysop|administrator]].',
2237
2237
'upload-too-many-redirects' => 'The URL contained too many redirects',
2238
2238
'upload-unknown-size'       => 'Unknown size',
2239
 
'upload-http-error'         => 'An HTTP error occured: $1',
 
2239
'upload-http-error'         => 'An HTTP error occurred: $1',
2240
2240
 
2241
2241
# File backend
2242
 
'backend-fail-stream'        => 'Could not stream file $1.',
2243
 
'backend-fail-backup'        => 'Could not backup file $1.',
 
2242
'backend-fail-stream'        => 'Could not stream file "$1".',
 
2243
'backend-fail-backup'        => 'Could not backup file "$1".',
2244
2244
'backend-fail-notexists'     => 'The file $1 does not exist.',
2245
2245
'backend-fail-hashes'        => 'Could not get file hashes for comparison.',
2246
 
'backend-fail-notsame'       => 'A non-identical file already exists at $1.',
2247
 
'backend-fail-invalidpath'   => '$1 is not a valid storage path.',
2248
 
'backend-fail-delete'        => 'Could not delete file $1.',
2249
 
'backend-fail-alreadyexists' => 'The file $1 already exists.',
2250
 
'backend-fail-store'         => 'Could not store file $1 at $2.',
2251
 
'backend-fail-copy'          => 'Could not copy file $1 to $2.',
2252
 
'backend-fail-move'          => 'Could not move file $1 to $2.',
 
2246
'backend-fail-notsame'       => 'A non-identical file already exists at "$1".',
 
2247
'backend-fail-invalidpath'   => '"$1" is not a valid storage path.',
 
2248
'backend-fail-delete'        => 'Could not delete file "$1".',
 
2249
'backend-fail-alreadyexists' => 'The file "$1" already exists.',
 
2250
'backend-fail-store'         => 'Could not store file "$1" at "$2".',
 
2251
'backend-fail-copy'          => 'Could not copy file "$1" to "$2".',
 
2252
'backend-fail-move'          => 'Could not move file "$1" to "$2".',
2253
2253
'backend-fail-opentemp'      => 'Could not open temporary file.',
2254
2254
'backend-fail-writetemp'     => 'Could not write to temporary file.',
2255
2255
'backend-fail-closetemp'     => 'Could not close temporary file.',
2256
 
'backend-fail-read'          => 'Could not read file $1.',
2257
 
'backend-fail-create'        => 'Could not create file $1.',
2258
 
'backend-fail-readonly'      => 'The storage backend "$1" is currently read-only. The reason given was: "$2"',
 
2256
'backend-fail-read'          => 'Could not read file "$1".',
 
2257
'backend-fail-create'        => 'Could not write file "$1".',
 
2258
'backend-fail-readonly'      => 'The storage backend "$1" is currently read-only. The reason given is: "\'\'$2\'\'"',
2259
2259
'backend-fail-synced'        => 'The file "$1" is in an inconsistent state within the internal storage backends',
2260
2260
'backend-fail-connect'       => 'Could not connect to storage backend "$1".',
2261
2261
'backend-fail-internal'      => 'An unknown error occurred in storage backend "$1".',
2262
2262
'backend-fail-contenttype'   => 'Could not determine the content type of the file to store at "$1".',
2263
 
'backend-fail-batchsize'     => 'Storage backend given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.',
 
2263
'backend-fail-batchsize'     => 'The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.',
2264
2264
 
2265
2265
# Lock manager
2266
2266
'lockmanager-notlocked'        => 'Could not unlock "$1"; it is not locked.',
2424
2424
# MIME search
2425
2425
'mimesearch'         => 'MIME search',
2426
2426
'mimesearch-summary' => 'This page enables the filtering of files for their MIME type.
2427
 
Input: contenttype/subtype, e.g. <tt>image/jpeg</tt>.',
 
2427
Input: contenttype/subtype, e.g. <code>image/jpeg</code>.',
2428
2428
'mimetype'           => 'MIME type:',
2429
2429
'download'           => 'download',
2430
2430
 
2478
2478
'disambiguations'         => 'Pages linking to disambiguation pages',
2479
2479
'disambiguations-summary' => '', # do not translate or duplicate this message to other languages
2480
2480
'disambiguationspage'     => 'Template:disambig',
2481
 
'disambiguations-text'    => "The following pages link to a '''disambiguation page'''.
2482
 
They should link to the appropriate topic instead.<br />
2483
 
A page is treated as disambiguation page if it uses a template which is linked from [[MediaWiki:Disambiguationspage]]",
 
2481
'disambiguations-text'    => "The following pages contain at least one link to a '''disambiguation page'''.
 
2482
They may have to link to a more appropriate page instead.<br />
 
2483
A page is treated as disambiguation page if it uses a template which is linked from [[MediaWiki:Disambiguationspage]].",
2484
2484
 
2485
2485
'doubleredirects'                   => 'Double redirects',
2486
2486
'doubleredirects-summary'           => '', # do not translate or duplicate this message to other languages
2663
2663
'linksearch-ok'    => 'Search',
2664
2664
'linksearch-text'  => 'Wildcards such as "*.wikipedia.org" may be used.
2665
2665
Needs at least a top-level domain, for example "*.org".<br />
2666
 
Supported protocols: <tt>$1</tt> (do not add any of these in your search).',
 
2666
Supported protocols: <code>$1</code> (do not add any of these in your search).',
2667
2667
'linksearch-line'  => '$1 is linked from $2',
2668
2668
'linksearch-error' => 'Wildcards may appear only at the start of the hostname.',
2669
2669
 
2697
2697
'listgrouprights-rights'               => 'Rights',
2698
2698
'listgrouprights-helppage'             => 'Help:Group rights',
2699
2699
'listgrouprights-members'              => '(list of members)',
2700
 
'listgrouprights-right-display'        => '<span class="listgrouprights-granted">$1 <tt>($2)</tt></span>', # only translate this message to other languages if you have to change it
2701
 
'listgrouprights-right-revoked'        => '<span class="listgrouprights-revoked">$1 <tt>($2)</tt></span>', # only translate this message to other languages if you have to change it
 
2700
'listgrouprights-right-display'        => '<span class="listgrouprights-granted">$1 <code>($2)</code></span>', # only translate this message to other languages if you have to change it
 
2701
'listgrouprights-right-revoked'        => '<span class="listgrouprights-revoked">$1 <code>($2)</code></span>', # only translate this message to other languages if you have to change it
2702
2702
'listgrouprights-addgroup'             => 'Add {{PLURAL:$2|group|groups}}: $1',
2703
2703
'listgrouprights-removegroup'          => 'Remove {{PLURAL:$2|group|groups}}: $1',
2704
2704
'listgrouprights-addgroup-all'         => 'Add all groups',
3098
3098
'badipaddress'                    => 'Invalid IP address',
3099
3099
'blockipsuccesssub'               => 'Block succeeded',
3100
3100
'blockipsuccesstext'              => '[[Special:Contributions/$1|$1]] has been blocked.<br />
3101
 
See [[Special:BlockList|IP block list]] to review blocks.',
 
3101
See the [[Special:BlockList|block list]] to review blocks.',
3102
3102
'ipb-blockingself'                => 'You are about to block yourself!  Are you sure you want to do that?',
3103
3103
'ipb-confirmhideuser'             => 'You are about to block a user with "hide user" enabled.  This will suppress the user\'s name in all lists and log entries.  Are you sure you want to do that?',
3104
3104
'ipb-edit-dropdown'               => 'Edit block reasons',
3133
3133
'expiringblock'                   => 'expires on $1 at $2',
3134
3134
'anononlyblock'                   => 'anon. only',
3135
3135
'noautoblockblock'                => 'autoblock disabled',
3136
 
'createaccountblock'              => 'account creation blocked',
3137
 
'emailblock'                      => 'e-mail blocked',
 
3136
'createaccountblock'              => 'account creation disabled',
 
3137
'emailblock'                      => 'e-mail disabled',
3138
3138
'blocklist-nousertalk'            => 'cannot edit own talk page',
3139
 
'ipblocklist-empty'               => 'The blocklist is empty.',
 
3139
'ipblocklist-empty'               => 'The block list is empty.',
3140
3140
'ipblocklist-no-results'          => 'The requested IP address or username is not blocked.',
3141
3141
'blocklink'                       => 'block',
3142
3142
'unblocklink'                     => 'unblock',
3144
3144
'contribslink'                    => 'contribs',
3145
3145
'emaillink'                       => 'send e-mail',
3146
3146
'autoblocker'                     => 'Autoblocked because your IP address has been recently used by "[[User:$1|$1]]".
3147
 
The reason given for $1\'s block is: "$2"',
 
3147
The reason given for $1\'s block is "\'\'$2\'\'"',
3148
3148
'blocklogpage'                    => 'Block log',
3149
3149
'blocklog-showlog'                => 'This user has been blocked previously.
3150
3150
The block log is provided below for reference:',
3154
3154
'reblock-logentry'                => 'changed block settings for [[$1]] with an expiry time of $2 $3',
3155
3155
'blocklogtext'                    => 'This is a log of user blocking and unblocking actions.
3156
3156
Automatically blocked IP addresses are not listed.
3157
 
See the [[Special:BlockList|IP block list]] for the list of currently operational bans and blocks.',
 
3157
See the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.',
3158
3158
'unblocklogentry'                 => 'unblocked $1',
3159
3159
'block-log-flags-anononly'        => 'anonymous users only',
3160
3160
'block-log-flags-nocreate'        => 'account creation disabled',
3161
3161
'block-log-flags-noautoblock'     => 'autoblock disabled',
3162
 
'block-log-flags-noemail'         => 'e-mail blocked',
 
3162
'block-log-flags-noemail'         => 'e-mail disabled',
3163
3163
'block-log-flags-nousertalk'      => 'cannot edit own talk page',
3164
3164
'block-log-flags-angry-autoblock' => 'enhanced autoblock enabled',
3165
3165
'block-log-flags-hiddenname'      => 'username hidden',
3420
3420
# JavaScriptTest
3421
3421
'javascripttest'                           => 'JavaScript testing',
3422
3422
'javascripttest-backlink'                  => '< $1', # do not translate or duplicate this message to other languages
3423
 
'javascripttest-disabled'                  => 'This function is disabled.',
 
3423
'javascripttest-disabled'                  => 'This function has not been enabled on this wiki.',
3424
3424
'javascripttest-title'                     => 'Running $1 tests',
3425
3425
'javascripttest-pagetext-noframework'      => 'This page is reserved for running JavaScript tests.',
3426
3426
'javascripttest-pagetext-unknownframework' => 'Unknown testing framework "$1".',
4565
4565
'version-svn-revision'          => '(r$2)', # only translate this message to other languages if you have to change it
4566
4566
'version-license'               => 'License',
4567
4567
'version-poweredby-credits'     => "This wiki is powered by '''[//www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.",
4568
 
'version-poweredby-others'      => 'others',
 
4568
'version-poweredby-others'      => '[{{SERVER}}{{SCRIPTPATH}}/CREDITS others]',
4569
4569
'version-license-info'          => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
4570
4570
 
4571
4571
MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
4601
4601
* <span class="mw-specialpagerestricted">Restricted special pages.</span>',
4602
4602
'specialpages-group-maintenance' => 'Maintenance reports',
4603
4603
'specialpages-group-other'       => 'Other special pages',
4604
 
'specialpages-group-login'       => 'Login / sign up',
 
4604
'specialpages-group-login'       => 'Login / create account',
4605
4605
'specialpages-group-changes'     => 'Recent changes and logs',
4606
4606
'specialpages-group-media'       => 'Media reports and uploads',
4607
4607
'specialpages-group-users'       => 'Users and rights',