Merge "Remove 'prefsnologin' message, don't use 'watchnologin' where inappropriate"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 23 Nov 2013 20:31:35 +0000 (20:31 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 23 Nov 2013 20:31:35 +0000 (20:31 +0000)
1  2 
includes/specials/SpecialWatchlist.php
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/dictionary/mediawiki.dic
maintenance/language/messages.inc

@@@ -41,7 -41,7 +41,7 @@@ class SpecialWatchlist extends SpecialP
                $output = $this->getOutput();
  
                # Anons don't get a watchlist
-               $this->requireLogin( 'watchlistanontext', 'watchnologin' );
+               $this->requireLogin( 'watchlistanontext' );
  
                // Check permissions
                $this->checkPermissions();
                // Add feed links
                $wlToken = $user->getTokenFromOption( 'watchlisttoken' );
                if ( $wlToken ) {
 -                      $this->addFeedLinks( array( 'action' => 'feedwatchlist', 'allrev' => 'allrev',
 -                                                              'wlowner' => $user->getName(), 'wltoken' => $wlToken ) );
 +                      $this->addFeedLinks( array(
 +                              'action' => 'feedwatchlist',
 +                              'allrev' => 1,
 +                              'wlowner' => $user->getName(),
 +                              'wltoken' => $wlToken,
 +                      ) );
                }
  
                $this->setHeaders();
                $this->outputHeader();
  
 -              $output->addSubtitle( $this->msg( 'watchlistfor2', $user->getName()
 -                      )->rawParams( SpecialEditWatchlist::buildTools( null ) ) );
 +              $output->addSubtitle(
 +                      $this->msg( 'watchlistfor2', $user->getName() )
 +                              ->rawParams( SpecialEditWatchlist::buildTools( null ) )
 +              );
  
                $request = $this->getRequest();
  
                        $nonRevisionTypes = array( RC_LOG );
                        wfRunHooks( 'SpecialWatchlistGetNonRevisionTypes', array( &$nonRevisionTypes ) );
                        if ( $nonRevisionTypes ) {
 -                              if ( count( $nonRevisionTypes ) === 1 ) {
 -                                      // if only one use an equality instead of IN condition
 -                                      $nonRevisionTypes = reset( $nonRevisionTypes );
 -                              }
                                $conds[] = $dbr->makeList(
                                        array(
                                                'rc_this_oldid=page_latest',
@@@ -406,7 -406,6 +406,7 @@@ $specialPageAliases = array
        'DoubleRedirects'           => array( 'DoubleRedirects' ),
        'EditWatchlist'             => array( 'EditWatchlist' ),
        'Emailuser'                 => array( 'EmailUser' ),
 +      'ExpandTemplates'           => array( 'ExpandTemplates', 'Expantemplates' ),
        'Export'                    => array( 'Export' ),
        'Fewestrevisions'           => array( 'FewestRevisions' ),
        'FileDuplicateSearch'       => array( 'FileDuplicateSearch' ),
@@@ -557,7 -556,7 +557,7 @@@ $preloadedMessages = array
        'editsectionhint',
        'help',
        'helppage',
 -      'tooltip-iwiki',
 +      'interlanguage-link-title',
        'jumpto',
        'jumptonavigation',
        'jumptosearch',
@@@ -916,7 -915,7 +916,7 @@@ $1'
  'disclaimers'          => 'Disclaimers',
  'disclaimerpage'       => 'Project:General disclaimer',
  'edithelp'             => 'Editing help',
 -'edithelppage'         => '//www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages', # do not translate or duplicate this message to other languages
 +'edithelppage'         => 'https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages', # do not translate or duplicate this message to other languages
  'helppage'             => 'Help:Contents',
  'mainpage'             => 'Main Page',
  'mainpage-description' => 'Main page',
@@@ -940,10 -939,12 +940,10 @@@ See [[Special:Version|version page]].'
  'backlinksubtitle'             => '← $1', # only translate this message to other languages if you have to change it
  'retrievedfrom'                => 'Retrieved from "$1"',
  'youhavenewmessages'           => 'You have $1 ($2).',
 -'newmessageslink'              => 'new messages',
 -'newmessagesdifflink'          => 'last change',
  'youhavenewmessagesfromusers'  => 'You have $1 from {{PLURAL:$3|another user|$3 users}} ($2).',
  'youhavenewmessagesmanyusers'  => 'You have $1 from many users ($2).',
 -'newmessageslinkplural'        => '{{PLURAL:$1|a new message|new messages}}',
 -'newmessagesdifflinkplural'    => 'last {{PLURAL:$1|change|changes}}',
 +'newmessageslinkplural'        => '{{PLURAL:$1|a new message|999=new messages}}',
 +'newmessagesdifflinkplural'    => 'last {{PLURAL:$1|change|999=changes}}',
  'youhavenewmessagesmulti'      => 'You have new messages on $1',
  'newtalkseparator'             => ',&#32;', # do not translate or duplicate this message to other languages
  'editsection'                  => 'edit',
  'red-link-title'               => '$1 (page does not exist)',
  'sort-descending'              => 'Sort descending',
  'sort-ascending'               => 'Sort ascending',
 -'tooltip-iwiki'                => '$1 – $2', # only translate this message to other languages if you have to change it
 +'interlanguage-link-title'     => '$1 – $2', # only translate this message to other languages if you have to change it
 +'interlanguage-link-title-langonly' => '$1', # do not translate or duplicate this message to other languages
  
  # Short words for each namespace, by default used in the namespace tab in monobook
  'nstab-main'      => 'Page',
@@@ -1099,7 -1099,7 +1099,7 @@@ The administrator who locked it offere
  Note that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.",
  'welcomeuser'                     => 'Welcome, $1!',
  'welcomecreation-msg'             => 'Your account has been created.
 -Do not forget to change your [[Special:Preferences|{{SITENAME}} preferences]].',
 +You can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.',
  'yourname'                        => 'Username:',
  'userlogin-yourname'              => 'Username',
  'userlogin-yourname-ph'           => 'Enter your username',
@@@ -1709,7 -1709,7 +1709,7 @@@ Other administrators on {{SITENAME}} wi
  'revdelete-suppress-text'     => "Suppression should '''only''' be used for the following cases:
  * Potentially libelous information
  * Inappropriate personal information
 -*: ''home addresses and telephone numbers, social security numbers, etc.''",
 +*: ''home addresses and telephone numbers, national identification numbers, etc.''",
  'revdelete-legend'            => 'Set visibility restrictions',
  'revdelete-hide-text'         => 'Revision text',
  'revdelete-hide-image'        => 'Hide file content',
  'revdelete-hide-user'         => "Editor's username/IP address",
  'revdelete-hide-restricted'   => 'Suppress data from administrators as well as others',
  'revdelete-radio-same'        => '(do not change)',
 -'revdelete-radio-set'         => 'Visible',
 -'revdelete-radio-unset'       => 'Hidden',
 +'revdelete-radio-set'         => 'Hidden',
 +'revdelete-radio-unset'       => 'Visible',
  'revdelete-suppress'          => 'Suppress data from administrators as well as others',
  'revdelete-unsuppress'        => 'Remove restrictions on restored revisions',
  'revdelete-log'               => 'Reason:',
@@@ -1862,7 -1862,7 +1862,7 @@@ Details can be found in the [{{fullurl:
  'showingresultsnum'                => "Showing below {{PLURAL:$3|'''1''' result|'''$3''' results}} starting with #'''$2'''.",
  'showingresultsheader'             => "{{PLURAL:$5|Result '''$1''' of '''$3'''|Results '''$1 - $2''' of '''$3'''}} for '''$4'''",
  'nonefound'                        => "'''Note:''' Only some namespaces are searched by default.
 -Try prefixing your query with ''all:'' to search all content (including talk pages, templates, etc), or use the desired namespace as prefix.",
 +Try prefixing your query with ''all:'' to search all content (including talk pages, templates, etc.), or use the desired namespace as prefix.",
  'search-nonefound'                 => 'There were no results matching the query.',
  'powersearch'                      => 'Advanced search',
  'powersearch-legend'               => 'Advanced search',
@@@ -1899,7 -1899,6 +1899,6 @@@ Note that their indexes of {{SITENAME}
  'preferences-summary'           => '', # do not translate or duplicate this message to other languages
  'mypreferences'                 => 'Preferences',
  'prefs-edits'                   => 'Number of edits:',
- 'prefsnologin'                  => 'Not logged in',
  'prefsnologintext2'             => 'Please $1 to set user preferences.',
  'changepassword'                => 'Change password',
  'changepassword-summary'        => '', # do not translate or duplicate this message to other languages
@@@ -3018,9 -3017,9 +3017,9 @@@ Contact the editor
  mail: $PAGEEDITOR_EMAIL
  wiki: $PAGEEDITOR_WIKI
  
 -There will be no other notifications in case of further activity unless you visit this page. You could also reset the notification flags for all your watched pages on your watchlist.
 +There will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.
  
 -                       Your friendly {{SITENAME}} notification system
 +Your friendly {{SITENAME}} notification system
  
  --
  To change your email notification settings, visit
@@@ -3567,7 -3566,7 +3566,7 @@@ In the latter case you can also use a l
  'allmessagesdefault'            => 'Default message text',
  'allmessagescurrent'            => 'Current message text',
  'allmessagestext'               => 'This is a list of system messages available in the MediaWiki namespace.
 -Please visit [//www.mediawiki.org/wiki/Localisation MediaWiki Localisation] and [//translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.',
 +Please visit [https://www.mediawiki.org/wiki/Localisation MediaWiki Localisation] and [//translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.',
  'allmessagesnotsupportedDB'     => "This page cannot be used because '''\$wgUseDatabaseMessages''' has been disabled.",
  'allmessages-filter-legend'     => 'Filter',
  'allmessages-filter'            => 'Filter by customization state:',
@@@ -3872,7 -3871,6 +3871,7 @@@ Do '''NOT''' fill this in!"
  'pageinfo-length'                 => 'Page length (in bytes)',
  'pageinfo-article-id'             => 'Page ID',
  'pageinfo-language'               => 'Page content language',
 +'pageinfo-content-model'          => 'Page content model',
  'pageinfo-robot-policy'           => 'Indexing by robots',
  'pageinfo-robot-index'            => 'Allowed',
  'pageinfo-robot-noindex'          => 'Disallowed',
@@@ -3963,7 -3961,7 +3962,7 @@@ By executing it, your system may be com
  'svg-long-desc'               => 'SVG file, nominally $1 × $2 pixels, file size: $3',
  'svg-long-desc-animated'      => 'Animated SVG file, nominally $1 × $2 pixels, file size: $3',
  'svg-long-error'              => 'Invalid SVG file: $1',
 -'show-big-image'              => 'Full resolution',
 +'show-big-image'              => 'Original file',
  'show-big-image-preview'      => 'Size of this preview: $1.',
  'show-big-image-other'        => 'Other {{PLURAL:$2|resolution|resolutions}}: $1.',
  'show-big-image-size'         => '$1 × $2 pixels',
@@@ -4537,7 -4535,7 +4536,7 @@@ $8', # only translate this message to o
  
  # External editor support
  'edit-externally'      => 'Edit this file using an external application',
 -'edit-externally-help' => '(See the [//www.mediawiki.org/wiki/Manual:External_editors setup instructions] for more information)',
 +'edit-externally-help' => '(See the [https://www.mediawiki.org/wiki/Manual:External_editors setup instructions] for more information)',
  
  # 'all' in various places, this might be different for inflected languages
  'watchlistall2' => 'all',
@@@ -4653,7 -4651,6 +4652,7 @@@ Please confirm that you really want to 
  'percent'             => '$1%', # only translate this message to other languages if you have to change it
  'parentheses'         => '($1)', # only translate this message to other languages if you have to change it
  'brackets'            => '[$1]', # only translate this message to other languages if you have to change it
 +'quotation-marks'     => '"$1"',
  
  # Multipage image navigation
  'imgmultipageprev' => '← previous page',
@@@ -4852,7 -4849,7 +4851,7 @@@ You can also [[Special:EditWatchlist|us
  'version-version'                       => '(Version $1)',
  'version-svn-revision'                  => '(r$2)', # only translate this message to other languages if you have to change it
  'version-license'                       => 'License',
 -'version-poweredby-credits'             => "This wiki is powered by '''[//www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.",
 +'version-poweredby-credits'             => "This wiki is powered by '''[https://www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.",
  'version-poweredby-others'              => 'others',
  'version-poweredby-translators'         => 'translatewiki.net translators',
  'version-credits-summary'               => 'We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]].',
@@@ -4900,8 -4897,8 +4899,8 @@@ You should have received [{{SERVER}}{{S
  # Special:SpecialPages
  'specialpages'                   => 'Special pages',
  'specialpages-summary'           => '', # do not translate or duplicate this message to other languages
 -'specialpages-note'              => '----
 -* Normal special pages.
 +'specialpages-note-top'          => 'Legend',
 +'specialpages-note'              => '* Normal special pages.
  * <span class="mw-specialpagerestricted">Restricted special pages.</span>',
  'specialpages-group-maintenance' => 'Maintenance reports',
  'specialpages-group-other'       => 'Other special pages',
@@@ -5146,23 -5143,4 +5145,23 @@@ Otherwise, you can use the easy form be
  'limitreport-expensivefunctioncount'       => 'Expensive parser function count',
  'limitreport-expensivefunctioncount-value' => '$1/$2', # only translate this message to other languages if you have to change it
  
 +# ExpandTemplates
 +'expandtemplates'                  => 'Expand templates',
 +'expandtemplates-desc'             => '[[Special:ExpandTemplates|Expands templates, parser functions
 + and variables]] to show expanded wikitext and preview rendered page',
 +'expand_templates_intro'           => 'This special page takes text and expands all templates in it 
 +recursively.
 +It also expands supported parser functions like
 +<code><nowiki>{{</nowiki>#language:…}}</code> and variables like
 +<code><nowiki>{{</nowiki>CURRENTDAY}}</code>.
 +In fact, it expands pretty much everything in double-braces.',
 +'expand_templates_title'           => 'Context title, for {{FULLPAGENAME}}, etc.:',
 +'expand_templates_input'           => 'Input text:',
 +'expand_templates_output'          => 'Result',
 +'expand_templates_xml_output'      => 'XML output',
 +'expand_templates_ok'              => 'OK',
 +'expand_templates_remove_comments' => 'Remove comments',
 +'expand_templates_remove_nowiki'   => 'Suppress <nowiki> tags in result',
 +'expand_templates_generate_xml'    => 'Show XML parse tree',
 +'expand_templates_preview'         => 'Preview',
  );
@@@ -70,7 -70,6 +70,7 @@@
   * @author Lejonel
   * @author Li-sung
   * @author Liangent
 + * @author Liuxinyu970226
   * @author Lloffiwr
   * @author MF-Warburg
   * @author Malafaya
@@@ -821,13 -820,24 +821,13 @@@ Parameters
  * $1 - a link back to the current page: {{FULLURL:{{FULLPAGENAME}}}}',
  'youhavenewmessages' => 'The yellow message appearing when someone edited your user talk page.
  
 -The format is: "{{int:youhavenewmessages| [[MediaWiki:Newmessageslink/{{SUBPAGENAME}}|{{int:newmessageslink}}]] |[[MediaWiki:Newmessagesdifflink/{{SUBPAGENAME}}|{{int:newmessagesdifflink}}]]}}"
 +The format is: "{{int:youhavenewmessages| [[MediaWiki:Newmessageslinkplural/{{SUBPAGENAME}}|{{int:newmessageslinkplural}}]] |[[MediaWiki:Newmessagesdifflinkplural/{{SUBPAGENAME}}|{{int:newmessagesdifflinkplural}}]]}}"
  
  Parameters:
 -* $1 - a link points to new messages. Its text is {{msg-mw|Newmessageslink}}
 -* $2 - a link points to new messages diff. Its text is {{msg-mw|Newmessagesdifflink}}
 +* $1 - a link points to new messages. Its text is {{msg-mw|Newmessageslinkplural}}
 +* $2 - a link points to new messages diff. Its text is {{msg-mw|Newmessagesdifflinkplural}}
  See also:
  * {{msg-mw|Youhavenewmessagesmanyusers}}',
 -'newmessageslink' => 'This is the first link displayed in an orange rectangle when a user gets a message on their talk page.
 -
 -Used as <code>$1</code> in message {{msg-mw|Youhavenewmessages}}.
 -{{Identical|New messages}}',
 -'newmessagesdifflink' => 'This is the second link displayed in an orange rectangle when a user gets a message on his talk page.
 -
 -Used as <code>$2</code> in message {{msg-mw|Youhavenewmessages}}.
 -
 -See also:
 -* {{msg-mw|Newmessagesdifflinkplural}}
 -{{Identical|Last change}}',
  'youhavenewmessagesfromusers' => 'New talk indicator message: the message appearing when someone edited your user talk page. Parameters:
  * $1 - defined as {{msg-mw|newmessageslinkplural}}
  * $2 - defined as {{msg-mw|newmessagesdifflinkplural}}
@@@ -841,30 -851,28 +841,30 @@@ Parameters
  * $2 - {{msg-mw|newmessagesdifflinkplural}}
  See also:
  * {{msg-mw|Youhavenewmessages}}',
 -'newmessageslinkplural' => "Like {{msg-mw|Newmessageslink}} but supporting pluralization.
 +'newmessageslinkplural' => "This is the first link displayed in an orange rectangle when a user gets a message on their talk page.
  
 -Used as <code>$1</code> in {{msg-mw|Youhavenewmessagesfromusers}}.
 +Used as <code>$1</code> in messages {{msg-mw|youhavenewmessagesfromusers}}, {{msg-mw|youhavenewmessagesmanyusers}}, {{msg-mw|youhavenewmessages}}.
  
  Parameters:
 -* $1 - 1 or 2:
 +* $1 - 1 or 999:
  ** 1 - if there was '''one''' new edit since the last time the user has seen their talk page
 -** 2 - if there was '''more than one''' new edit since the last time the user has seen their talk page
 +** 999 - if there was '''more than one''' new edit since the last time the user has seen their talk page
  {{Identical|New messages}}",
 -'newmessagesdifflinkplural' => 'Parameters:
 -* $1 - the number of new edits since the last time the user has seen their talk page: it should be used only for correct [[plural]] as in the source text, as the exact number is not relevant.
 +'newmessagesdifflinkplural' => "This is the second link displayed in an orange rectangle when a user gets a message on his talk page.
  
 -Like {{msg-mw|Newmessagesdifflink}} but supporting pluralization.
 +Used as <code>$2</code> in messages {{msg-mw|youhavenewmessagesfromusers}}, {{msg-mw|youhavenewmessagesmanyusers}}, {{msg-mw|youhavenewmessages}}.
  
 -Used as <code>$2</code> in message {{msg-mw|Youhavenewmessagesfromusers}}.
 -{{Identical|Last change}}',
 +Parameters:
 +* $1 - 1 or 999:
 +** 1 - if there was '''one''' new edit since the last time the user has seen their talk page
 +** 999 - if there was '''more than one''' new edit since the last time the user has seen their talk page
 +{{Identical|Last change}}",
  'youhavenewmessagesmulti' => 'The alternative of {{msg-mw|youhavenewmessages}} as used on wikis with a special setup so they can receive the "new message" notice on other wikis as well. Used on [http://www.wikia.com/ Wikia].
  
 -The format is: "{{int:youhavenewmessagesmulti| [[MediaWiki:Newmessageslink/{{SUBPAGENAME}}|{{int:newmessageslink}}]]}}"
 +The format is: "{{int:youhavenewmessagesmulti| [[MediaWiki:Newmessageslinkplural/{{SUBPAGENAME}}|{{int:newmessageslinkplural}}]]}}"
  
  Parameters:
 -* $1 - a link points to new messages. Its text is {{msg-mw|Newmessageslink}}',
 +* $1 - a link points to new messages. Its text is {{msg-mw|Newmessageslinkplural}}',
  'editsection' => 'Display name of link to edit a section on a content page. Example: [{{MediaWiki:Editsection}}].
  
  {{Identical|Edit}}',
@@@ -2022,7 -2030,7 +2022,7 @@@ See also
  Parameters:
  * \$1 - number of categories",
  'edittools' => '{{optional}}
 -This text will be shown below edit and upload forms. It can be used to offer special characters not present on most keyboards for copying/pasting, and also often makes them clickable for insertion via a javascript. Since these are seen as specific to a wiki, however, this message should not contain anything but an html comment explaining how it should be used once the wiki has been installed.',
 +This text will be shown below edit and upload forms. It can be used to offer special characters not present on most keyboards for copying/pasting, and also often makes them clickable for insertion via a JavaScript. Since these are seen as specific to a wiki, however, this message should not contain anything but an html comment explaining how it should be used once the wiki has been installed.',
  'edittools-upload' => '{{optional}}
  This text will be shown below upload forms. It will default to the contents of edittools.',
  'nocreatetext' => 'Used as error message.
@@@ -2444,14 -2452,14 +2444,14 @@@ There are three radio buttons in each r
  * {{msg-mw|Revdelete-radio-same}}
  * {{msg-mw|Revdelete-radio-set}}
  * {{msg-mw|Revdelete-radio-unset}}
 -{{Identical|Visible}}',
 +{{Identical|Hidden}}',
  'revdelete-radio-unset' => 'This message is a part of the [[mw:RevisionDelete|RevisionDelete]] feature. The message is a caption for a column of radioboxes inside a box with {{msg-mw|Revdelete-legend}} as a title.
  [[File:RevDelete Special-RevisionDelete (r60428).png|frame|center|Screenshot of the interface]]
  There are three radio buttons in each row, and the captions above each column read:
  * {{msg-mw|Revdelete-radio-same}}
  * {{msg-mw|Revdelete-radio-set}}
  * {{msg-mw|Revdelete-radio-unset}}
 -{{Identical|Hidden}}',
 +{{Identical|Visible}}',
  'revdelete-suppress' => 'Option for oversight; used in [[Special:RevisionDelete]].
  
  See also:
@@@ -2958,7 -2966,6 +2958,6 @@@ See also
  * {{msg-mw|Tooltip-pt-preferences}}
  {{Identical|Preferences}}',
  'prefs-edits' => 'In user preferences.',
- 'prefsnologin' => '{{Identical|Not logged in}}',
  'prefsnologintext2' => 'Parameters:
  * $1 - a link to [[Special:UserLogin]] with {{msg-mw|loginreqlink}} as link description',
  'changepassword' => "Section heading on [[Special:Preferences]], tab 'User profile'.
@@@ -3028,8 -3035,7 +3027,8 @@@ When changing this message, please als
  {{Identical|Editing}}',
  'rows' => 'Used on [[Special:Preferences]], "Editing" section in the "Size of editing window" fieldset.
  {{Identical|Row}}',
 -'columns' => 'Used on [[Special:Preferences]], "Editing" section in the "Size of editing window" fieldset',
 +'columns' => 'Used on [[Special:Preferences]], "Editing" section in the "Size of editing window" fieldset.
 +{{Identical|Column}}',
  'searchresultshead' => 'This is the label of the tab in [[Special:Preferences|my preferences]] which contains options for searching the wiki.
  
  {{Identical|Search}}',
@@@ -4476,8 -4482,7 +4475,8 @@@ See also
  'file-anchor-link' => '{{Identical|File}}',
  'filehist' => 'Text shown on a media description page. Heads the section where the different versions of the file are displayed.',
  'filehist-help' => 'In file description page',
 -'filehist-deleteall' => 'Link in image description page for admins.',
 +'filehist-deleteall' => 'Link in image description page for admins.
 +{{Identical|Delete all}}',
  'filehist-deleteone' => 'Link description on file description page to delete an earlier version of a file.
  
  {{Identical|Delete}}',
@@@ -5908,7 -5913,6 +5907,7 @@@ Example (in English)
  {{Identical|View}}
  {{Identical|Restore}}',
  'undeleteviewlink' => 'First part of {{msg-mw|undeletelink}}.
 +Display name of link to view a deleted page used on [[Special:Log/delete]].
  {{Identical|View}}',
  'undeletereset' => 'Shown on [[Special:Undelete]] as button caption.
  {{Identical|Reset}}',
@@@ -6521,8 -6525,7 +6520,8 @@@ See also
  * {{msg-mw|sp-contributions-logs}}
  * {{msg-mw|sp-contributions-deleted}}
  * {{msg-mw|sp-contributions-userrights}}',
 -'contribslink' => 'Short for "contributions". Used as display name for a link to user contributions on history pages, [[Special:RecentChanges]], [[Special:Watchlist]], etc.',
 +'contribslink' => 'Short for "contributions". Used as display name for a link to user contributions on history pages, [[Special:RecentChanges]], [[Special:Watchlist]], etc.
 +{{Identical|Contribution}}',
  'emaillink' => 'Used as display name for a link to send an e-mail to a user in the user tool links. Example: "(Talk | contribs | block | send e-mail)".
  
  {{Identical|E-mail}}',
@@@ -7841,8 -7844,7 +7840,8 @@@ See also
  * {{msg-mw|Summary}}
  * {{msg-mw|Accesskey-summary}}
  * {{msg-mw|Tooltip-summary}}',
 -'tooltip-iwiki' => 'Format of a sidebar interwiki link tooltip. Parameters:
 +'interlanguage-link-title' => '{{Optional}}
 +Format of a sidebar interwiki link tooltip. Parameters:
  * $1 - page name in the target wiki
  * $2 - target wiki language autonym',
  
@@@ -8010,13 -8012,6 +8009,13 @@@ The label and the input box are always 
  'pageinfo-length' => 'The length of the page, in bytes.',
  'pageinfo-article-id' => 'The numeric identifier of the page.',
  'pageinfo-language' => 'Language in which the page content is written.',
 +'pageinfo-content-model' => 'The model in which the page content is written.
 +
 +Used as label at [{{fullurl:Main Page|action=info}} action=info]. Followed by one of the following messages:
 +* {{msg-mw|Content-model-wikitext}}
 +* {{msg-mw|Content-model-javascript}}
 +* {{msg-mw|Content-model-css}}
 +* {{msg-mw|Content-model-text}}',
  'pageinfo-robot-policy' => 'The search engine status of the page.
  
  Used as label. Followed by any one of the following messages:
@@@ -8250,8 -8245,7 +8249,8 @@@ Non-animated images use {{msg-mw|svg-lo
  * $1 - the error message
  See also:
  * {{msg-mw|Thumbnail error}}',
 -'show-big-image' => 'Displayed under an image at the image description page, when it is displayed smaller there than it was uploaded.',
 +'show-big-image' => 'Displayed under the file on file description pages, when a reduced-size thumbnail of the original file is being displayed.
 +{{Identical|Original file}}',
  'show-big-image-preview' => 'Message shown under the image description page thumbnail.
  
  Can be followed by {{msg-mw|Show-big-image-other}}.
@@@ -8290,9 -8284,7 +8289,9 @@@ This message may be overridden by a mor
  
  # Special:NewFiles
  'newimages' => 'Page title of [[Special:NewImages]].',
 -'imagelisttext' => 'This is text on [[Special:NewImages]]. $1 is the number of files. $2 is the message {{msg-mw|Bydate}}.',
 +'imagelisttext' => 'This is text on [[Special:NewImages]]. Parameters:
 +* $1 - the number of files
 +* $2 - the message {{msg-mw|Bydate}}',
  'newimages-summary' => 'This message is displayed at the top of [[Special:NewImages]] to explain what is shown on that special page.',
  'newimages-legend' => 'Caption of the fieldset for the filter on [[Special:NewImages]]
  
@@@ -8924,8 -8916,7 +8923,8 @@@ See 2:30 of http://www.iptc.org/std/IIM
  'exif-originaltransmissionref' => 'This is basically a job ID. This could help an individual keep track of for what reason the image was created.
  
  See Job Id on page 19 of http://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata-201007_1.pdf',
 -'exif-identifier' => 'A formal identifier for the image. Often this is a URL.',
 +'exif-identifier' => 'A formal identifier for the image. Often this is a URL.
 +{{Identical|Identifier}}',
  'exif-lens' => 'Description of lens used. This is taken from aux:Lens XMP property. See http://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart2.pdf',
  'exif-serialnumber' => 'Serial number of camera. See aux:SerialNumber in http://www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart2.pdf',
  'exif-cameraownername' => 'Who owns the camera.',
@@@ -9421,7 -9412,7 +9420,7 @@@ Parameters
  
  # External editor support
  'edit-externally' => 'Displayed on image description pages. See for example [[:Image:Yes.png#filehistory]].',
 -'edit-externally-help' => '{{doc-important|Please leave the link "<code>http://www.mediawiki.org/wiki/Manual:External_editors</code>" exactly as it is.}}
 +'edit-externally-help' => '{{doc-important|Please leave the link "<code>https://www.mediawiki.org/wiki/Manual:External_editors</code>" exactly as it is.}}
  Displayed on image description pages. See for example [[:Image:Yes.png#filehistory]].',
  
  # 'all' in various places, this might be different for inflected languages
@@@ -9561,12 -9552,6 +9560,12 @@@ Most languages use a space, but some As
  'percent' => '{{optional}}',
  'parentheses' => '{{optional}}',
  'brackets' => '{{Optional}}',
 +'quotation-marks' => 'Quotation marks, for quoting, sometimes titles etc., depending on the language.
 +
 +See: [[w:Non-English usage of quotation marks|Non-English usage of quotation marks on Wikipedia]].
 +
 +Parameters: 
 +* $1 - text to be wrapped in quotation marks',
  
  # Multipage image navigation
  'imgmultipageprev' => '{{Identical|Previous page}}',
@@@ -9943,8 -9928,7 +9942,8 @@@ Used at the end of {{msg-mw|version-pow
  'version-license-info' => '[[wikipedia:GNU GPL|GNU GPL]] notice shown at [[Special:Version]]. See //www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html for available translations.',
  'version-software' => 'Message shown on [[Special:Version]].
  This message is followed by the list of installed software (MediaWiki, PHP and MySQL).',
 -'version-software-product' => 'Shown in [[Special:Version]]',
 +'version-software-product' => 'Shown in [[Special:Version]].
 +{{Identical|Product}}',
  'version-software-version' => '{{Identical|Version}}',
  'version-entrypoints' => 'Header on [[Special:Version]] above a table that lists the URLs of various entry points in this MediaWiki installation. Entry points are the "places" where the wiki\'s content and information can be accessed in various ways, for instance the standard index.php which shows normal pages, histories etc.',
  'version-entrypoints-header-entrypoint' => 'Header for the first column in the entry points table on [[Special:Version]].
@@@ -10017,8 -10001,6 +10016,8 @@@ See also
  * {{msg-mw|Accesskey-t-specialpages}}
  * {{msg-mw|Tooltip-t-specialpages}}
  {{Identical|Special page}}',
 +'specialpages-note-top' => 'Heading for {{msg-mw|specialpages-note}}.
 +{{Identical|Legend}}',
  'specialpages-note' => 'Footer note for the [[Special:SpecialPages]] page',
  'specialpages-group-maintenance' => '{{doc-special-group|like=[[Special:DoubleRedirects]], [[Special:LonelyPages]] and [[Special:WantedPages]]}}',
  'specialpages-group-other' => '{{doc-special-group|like=[[Special:AdminLinks]] and [[Special:BookSources]]}}',
@@@ -10061,8 -10043,7 +10060,8 @@@ It appears that the word 'valid' descri
  Parameters:
  * $1 - number of distinct tags for given edit
  * $2 - comma-separated list of tags for given edit',
 -'tags-title' => 'The title of [[Special:Tags]]',
 +'tags-title' => 'The title of [[Special:Tags]].
 +{{Identical|Tag}}',
  'tags-intro' => 'Explanation on top of [[Special:Tags]]. For more information on tags see [[mw:Manual:Tags|MediaWiki]].',
  'tags-tag' => 'Caption of a column in [[Special:Tags]]. For more information on tags see [[mw:Manual:Tags|MediaWiki]].',
  'tags-display-header' => 'Caption of a column in [[Special:Tags]]. For more information on tags see [[mw:Manual:Tags|MediaWiki]].',
@@@ -2530,7 -2530,9 +2530,7 @@@ newheade
  newid
  newimages
  newlen
 -newmessagesdifflink
  newmessagesdifflinkplural
 -newmessageslink
  newmessageslinkplural
  newname
  newnames
@@@ -3124,7 -3126,6 +3124,6 @@@ prefixinde
  prefixsearchdisabled
  prefs
  prefsection
- prefsnologin
  prefsnologintext2
  prefsubmit
  preload
@@@ -287,6 -287,7 +287,6 @@@ $wgMessageStructure = array
                'disclaimerpage',
                'edithelp',
                'edithelppage',
 -              'help',
                'helppage',
                'mainpage',
                'mainpage-description',
                'backlinksubtitle',
                'retrievedfrom',
                'youhavenewmessages',
 -              'newmessageslink',
 -              'newmessagesdifflink',
                'youhavenewmessagesfromusers',
                'youhavenewmessagesmanyusers',
                'newmessageslinkplural',
                'preferences-summary',
                'mypreferences',
                'prefs-edits',
-               'prefsnologin',
                'prefsnologintext2',
                'changepassword',
                'changepassword-summary',
                'prefs-namespaces',
                'defaultns',
                'default',
 -              'defaultns',
                'prefs-files',
                'prefs-custom-css',
                'prefs-custom-js',
                'lockmanager-fail-deletelock',
                'lockmanager-fail-acquirelock',
                'lockmanager-fail-openlock',
 -              'lockmanager-fail-acquirelock',
                'lockmanager-fail-releaselock',
                'lockmanager-fail-db-bucket',
                'lockmanager-fail-db-release',
                'nmembers',
                'nrevisions',
                'nviews',
 -              'nchanges',
                'nimagelinks',
                'ntransclusions',
                'specialpage-empty',
                'tooltip-undo',
                'tooltip-preferences-save',
                'tooltip-summary',
 -              'tooltip-iwiki',
 +              'interlanguage-link-title',
 +              'interlanguage-link-title-langonly',
        ),
        'stylesheets' => array(
                'common.css',
                'pageinfo-length',
                'pageinfo-article-id',
                'pageinfo-language',
 +              'pageinfo-content-model',
                'pageinfo-robot-policy',
                'pageinfo-robot-index',
                'pageinfo-robot-noindex',
                'percent',
                'parentheses',
                'brackets',
 +              'quotation-marks',
        ),
        'imgmulti' => array(
                'imgmultipageprev',
                'lag-warn-normal',
                'lag-warn-high',
        ),
 -      'watch' => array(
 -              'confirm-watch-button',
 -      ),
        'watchlisteditor' => array(
                'editwatchlist-summary',
                'watchlistedit-numitems',
        'special-specialpages' => array(
                'specialpages',
                'specialpages-summary',
 +              'specialpages-note-top',
                'specialpages-note',
                'specialpages-group-maintenance',
                'specialpages-group-other',
                'sqlite-has-fts',
                'sqlite-no-fts',
        ),
 -      'unwatch' => array(
 -              'confirm-unwatch-button',
 -      ),
        'logging' => array(
                'logentry-delete-delete',
                'logentry-delete-restore',
                'newuserlog-create-entry',
                'newuserlog-create2-entry',
                'newuserlog-autocreate-entry',
 -              'suppressedarticle',
 -              'deletedarticle',
                // 'uploadedimage',
                // 'overwroteimage',
                'rightslogentry',
                'limitreport-expensivefunctioncount',
                'limitreport-expensivefunctioncount-value',
        ),
 +      'expandtemplates' => array(
 +              'expandtemplates',
 +              'expandtemplates-desc',
 +              'expand_templates_intro',
 +              'expand_templates_title',
 +              'expand_templates_input',
 +              'expand_templates_output',
 +              'expand_templates_xml_output',
 +              'expand_templates_ok',
 +              'expand_templates_remove_comments',
 +              'expand_templates_remove_nowiki',
 +              'expand_templates_generate_xml',
 +              'expand_templates_preview',
 +      ),
  );
  
  /** Comments for each block */
  $wgBlockComments = array(
 -      'sidebar'             => "The sidebar for MonoBook is generated from this message, lines that do not
 +      'sidebar' => "The sidebar for MonoBook is generated from this message, lines that do not
  begin with * or ** are discarded, furthermore lines that do begin with ** and
  do not contain | are also discarded, but do not depend on this behavior for
  future releases. Also note that since each list value is wrapped in a unique
  (X)HTML id it should only appear once and include characters that are legal
  (X)HTML id names.",
 -      'toggles'             => 'User preference toggles',
 -      'underline'           => '',
 -      'editfont'            => 'Font style option in Special:Preferences',
 -      'dates'               => 'Dates',
 -      'categorypages'       => 'Categories related messages',
 -      'mainpage'            => '',
 -      'miscellaneous1'      => '',
 -      'cologneblue'         => 'Cologne Blue skin',
 -      'vector'              => 'Vector skin',
 -      'miscellaneous2'      => '',
 -      'links'               => 'All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage).',
 -      'badaccess'           => '',
 -      'versionrequired'     => '',
 -      'miscellaneous3'      => '',
 -      'nstab'               => "Short words for each namespace, by default used in the namespace tab in monobook",
 -      'main'                => 'Main script and global functions',
 -      'errors'              => 'General errors',
 -      'virus'               => 'Virus scanner',
 -      'login'               => 'Login and logout pages',
 -      'mail'                => 'Email sending',
 -      'passwordstrength'    => 'JavaScript password checks',
 -      'resetpass'           => 'Change password dialog',
 -      'passwordreset'       => 'Special:PasswordReset',
 -      'changeemail'         => 'Special:ChangeEmail',
 -      'resettokens'         => 'Special:ResetTokens',
 -      'toolbar'             => 'Edit page toolbar',
 -      'edit'                => 'Edit pages',
 -      'parserwarnings'      => 'Parser/template warnings',
 -      'contentmodels'       => 'Content models',
 -      'undo'                => '"Undo" feature',
 -      'cantcreateaccount'   => 'Account creation failure',
 -      'history'             => 'History pages',
 -      'history-feed'        => 'Revision feed',
 -      'revdelete'           => 'Revision deletion',
 -      'suppression'         => 'Suppression log',
 -      'mergehistory'        => 'History merging',
 -      'mergelog'            => 'Merge log',
 -      'diffs'               => 'Diffs',
 -      'search'              => 'Search results',
 -      'opensearch'          => 'OpenSearch description',
 -      'preferences'         => 'Preferences page',
 -      'preferences-email'   => 'User preference: email validation using jQuery',
 -      'userrights'          => 'User rights',
 -      'group'               => 'Groups',
 -      'group-member'        => '',
 -      'grouppage'           => '',
 -      'right'               => 'Rights',
 -      'action'              => 'Associated actions - in the sentence "You do not have permission to X"',
 -      'rightslog'           => 'User rights log',
 -      'recentchanges'       => 'Recent changes',
 +      'toggles' => 'User preference toggles',
 +      'underline' => '',
 +      'editfont' => 'Font style option in Special:Preferences',
 +      'dates' => 'Dates',
 +      'categorypages' => 'Categories related messages',
 +      'mainpage' => '',
 +      'miscellaneous1' => '',
 +      'cologneblue' => 'Cologne Blue skin',
 +      'vector' => 'Vector skin',
 +      'miscellaneous2' => '',
 +      'links' => 'All link text and link target definitions of links into project namespace ' .
 +              'that get used by other message strings, with the exception of user group pages (see grouppage).',
 +      'badaccess' => '',
 +      'versionrequired' => '',
 +      'miscellaneous3' => '',
 +      'nstab' => "Short words for each namespace, by default used in the namespace tab in monobook",
 +      'main' => 'Main script and global functions',
 +      'errors' => 'General errors',
 +      'virus' => 'Virus scanner',
 +      'login' => 'Login and logout pages',
 +      'mail' => 'Email sending',
 +      'passwordstrength' => 'JavaScript password checks',
 +      'resetpass' => 'Change password dialog',
 +      'passwordreset' => 'Special:PasswordReset',
 +      'changeemail' => 'Special:ChangeEmail',
 +      'resettokens' => 'Special:ResetTokens',
 +      'toolbar' => 'Edit page toolbar',
 +      'edit' => 'Edit pages',
 +      'parserwarnings' => 'Parser/template warnings',
 +      'contentmodels' => 'Content models',
 +      'undo' => '"Undo" feature',
 +      'cantcreateaccount' => 'Account creation failure',
 +      'history' => 'History pages',
 +      'history-feed' => 'Revision feed',
 +      'revdelete' => 'Revision deletion',
 +      'suppression' => 'Suppression log',
 +      'mergehistory' => 'History merging',
 +      'mergelog' => 'Merge log',
 +      'diffs' => 'Diffs',
 +      'search' => 'Search results',
 +      'opensearch' => 'OpenSearch description',
 +      'preferences' => 'Preferences page',
 +      'preferences-email' => 'User preference: email validation using jQuery',
 +      'userrights' => 'User rights',
 +      'group' => 'Groups',
 +      'group-member' => '',
 +      'grouppage' => '',
 +      'right' => 'Rights',
 +      'action' => 'Associated actions - in the sentence "You do not have permission to X"',
 +      'rightslog' => 'User rights log',
 +      'recentchanges' => 'Recent changes',
        'recentchangeslinked' => 'Recent changes linked',
 -      'upload'              => 'Upload',
 -      'zip'                 => 'ZipDirectoryReader',
 -      'upload-errors'       => '',
 -      'filebackend-errors'  => 'File backend',
 -      'filejournal-errors'  => 'File journal errors',
 -      'lockmanager-errors'  => 'Lock manager',
 -      'uploadstash'         => 'Special:UploadStash',
 -      'img-auth'            => 'img_auth script messages',
 -      'http-errors'         => 'HTTP errors',
 -      'upload-curl-errors'  => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
 -      'licenses'            => '',
 -      'filelist'            => 'Special:ListFiles',
 -      'filedescription'     => 'File description page',
 -      'filerevert'          => 'File reversion',
 -      'filedelete'          => 'File deletion',
 -      'mimesearch'          => 'MIME search',
 -      'unwatchedpages'      => 'Unwatched pages',
 -      'listredirects'       => 'List redirects',
 -      'unusedtemplates'     => 'Unused templates',
 -      'randompage'          => 'Random page',
 -      'randomincategory'    => 'Random page in category',
 -      'randomredirect'      => 'Random redirect',
 -      'statistics'          => 'Statistics',
 -      'pageswithprop'       => '',
 -      'doubleredirects'     => '',
 -      'brokenredirects'     => '',
 -      'withoutinterwiki'    => '',
 -      'fewestrevisions'     => '',
 -      'specialpages'        => 'Miscellaneous special pages',
 -      'booksources'         => 'Book sources',
 -      'magicwords'          => 'Magic words',
 -      'logpages'            => 'Special:Log',
 -      'allpages'            => 'Special:AllPages',
 -      'categories'          => 'Special:Categories',
 -      'deletedcontribs'     => 'Special:DeletedContributions',
 -      'linksearch'          => 'Special:LinkSearch',
 -      'listusers'           => 'Special:ListUsers',
 -      'activeusers'         => 'Special:ActiveUsers',
 -      'newuserlog'          => 'Special:Log/newusers',
 -      'listgrouprights'     => 'Special:ListGroupRights',
 -      'emailuser'           => 'Email user',
 -      'usermessage'         => 'User Messenger',
 -      'watchlist'           => 'Watchlist',
 -      'watching'            => 'Displayed when you click the "watch" button and it is in the process of watching',
 -      'enotif'              => '',
 -      'delete'              => 'Delete',
 -      'rollback'            => 'Rollback',
 -      'edittokens'          => 'Edit tokens',
 -      'protect'             => 'Protect',
 -      'restrictions'        => 'Restrictions (nouns)',
 -      'restriction-levels'  => 'Restriction levels',
 -      'undelete'            => 'Undelete',
 -      'nsform'              => 'Namespace form on various pages',
 -      'contributions'       => 'Contributions',
 -      'sp-contributions'    => '',
 -      'whatlinkshere'       => 'What links here',
 -      'block'               => 'Block/unblock',
 -      'developertools'      => 'Developer tools',
 -      'movepage'            => 'Move page',
 -      'export'              => 'Export',
 -      'allmessages'         => 'Namespace 8 related',
 -      'thumbnails'          => 'Thumbnails',
 -      'import'              => 'Special:Import',
 -      'importlog'           => 'Import log',
 -      'javaccripttest'      => 'JavaScriptTest',
 -      'accesskeys'          => 'Keyboard access keys for power users',
 -      'tooltips'            => 'Tooltip help for the actions',
 -      'stylesheets'         => 'Stylesheets',
 -      'scripts'             => 'Scripts',
 -      'metadata_cc'         => 'Metadata',
 -      'attribution'         => 'Attribution',
 -      'spamprotection'      => 'Spam protection',
 -      'info'                => 'Info page',
 -      'skin'                => 'Skin names',
 -      'patrolling'          => 'Patrolling',
 -      'patrol-log'          => 'Patrol log',
 -      'imagedeletion'       => 'Image deletion',
 -      'browsediffs'         => 'Browsing diffs',
 -      'newfiles'            => 'Special:NewFiles',
 -      'video-info'          => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
 -      'human-timestamps'    => 'Human-readable timestamps',
 -      'badimagelist'        => 'Bad image list',
 -      'variantname-zh'      => "Short names for language variants used for language conversion links.
 +      'upload' => 'Upload',
 +      'zip' => 'ZipDirectoryReader',
 +      'upload-errors' => '',
 +      'filebackend-errors' => 'File backend',
 +      'filejournal-errors' => 'File journal errors',
 +      'lockmanager-errors' => 'Lock manager',
 +      'uploadstash' => 'Special:UploadStash',
 +      'img-auth' => 'img_auth script messages',
 +      'http-errors' => 'HTTP errors',
 +      'upload-curl-errors' => 'Some likely curl errors. More could be added from ' .
 +              '<http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
 +      'licenses' => '',
 +      'filelist' => 'Special:ListFiles',
 +      'filedescription' => 'File description page',
 +      'filerevert' => 'File reversion',
 +      'filedelete' => 'File deletion',
 +      'mimesearch' => 'MIME search',
 +      'unwatchedpages' => 'Unwatched pages',
 +      'listredirects' => 'List redirects',
 +      'unusedtemplates' => 'Unused templates',
 +      'randompage' => 'Random page',
 +      'randomincategory' => 'Random page in category',
 +      'randomredirect' => 'Random redirect',
 +      'statistics' => 'Statistics',
 +      'pageswithprop' => '',
 +      'doubleredirects' => '',
 +      'brokenredirects' => '',
 +      'withoutinterwiki' => '',
 +      'fewestrevisions' => '',
 +      'specialpages' => 'Miscellaneous special pages',
 +      'booksources' => 'Book sources',
 +      'magicwords' => 'Magic words',
 +      'logpages' => 'Special:Log',
 +      'allpages' => 'Special:AllPages',
 +      'categories' => 'Special:Categories',
 +      'deletedcontribs' => 'Special:DeletedContributions',
 +      'linksearch' => 'Special:LinkSearch',
 +      'listusers' => 'Special:ListUsers',
 +      'activeusers' => 'Special:ActiveUsers',
 +      'newuserlog' => 'Special:Log/newusers',
 +      'listgrouprights' => 'Special:ListGroupRights',
 +      'emailuser' => 'Email user',
 +      'usermessage' => 'User Messenger',
 +      'watchlist' => 'Watchlist',
 +      'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
 +      'enotif' => '',
 +      'delete' => 'Delete',
 +      'rollback' => 'Rollback',
 +      'edittokens' => 'Edit tokens',
 +      'protect' => 'Protect',
 +      'restrictions' => 'Restrictions (nouns)',
 +      'restriction-levels' => 'Restriction levels',
 +      'undelete' => 'Undelete',
 +      'nsform' => 'Namespace form on various pages',
 +      'contributions' => 'Contributions',
 +      'sp-contributions' => '',
 +      'whatlinkshere' => 'What links here',
 +      'block' => 'Block/unblock',
 +      'developertools' => 'Developer tools',
 +      'movepage' => 'Move page',
 +      'export' => 'Export',
 +      'allmessages' => 'Namespace 8 related',
 +      'thumbnails' => 'Thumbnails',
 +      'import' => 'Special:Import',
 +      'importlog' => 'Import log',
 +      'javaccripttest' => 'JavaScriptTest',
 +      'accesskeys' => 'Keyboard access keys for power users',
 +      'tooltips' => 'Tooltip help for the actions',
 +      'stylesheets' => 'Stylesheets',
 +      'scripts' => 'Scripts',
 +      'metadata_cc' => 'Metadata',
 +      'attribution' => 'Attribution',
 +      'spamprotection' => 'Spam protection',
 +      'info' => 'Info page',
 +      'skin' => 'Skin names',
 +      'patrolling' => 'Patrolling',
 +      'patrol-log' => 'Patrol log',
 +      'imagedeletion' => 'Image deletion',
 +      'browsediffs' => 'Browsing diffs',
 +      'newfiles' => 'Special:NewFiles',
 +      'video-info' => 'Video information, used by Language::formatTimePeriod() to ' .
 +              'format lengths in the above messages',
 +      'human-timestamps' => 'Human-readable timestamps',
 +      'badimagelist' => 'Bad image list',
 +      'variantname-zh' => "Short names for language variants used for language conversion links.
  Variants for Chinese language",
 -      'variantname-gan'      => 'Variants for Gan language',
 -      'variantname-sr'      => 'Variants for Serbian language',
 -      'variantname-kk'      => 'Variants for Kazakh language',
 -      'variantname-ku'      => 'Variants for Kurdish language',
 -      'variantname-tg'      => 'Variants for Tajiki language',
 -      'variantname-iu'      => 'Variants for Inuktitut language',
 -      'variantname-shi'     => 'Variants for Tachelhit language',
 -      'media-info'          => 'Media information',
 -      'metadata'            => 'Metadata',
 -      'exif'                           => 'Exif tags',
 -      'exif-values'                    => 'Make & model, can be wikified in order to link to the camera and model name',
 -      'exif-compression'               => 'Exif attributes',
 -      'exif-copyrighted'               => '',
 -      'exif-unknowndate'               => '',
 +      'variantname-gan' => 'Variants for Gan language',
 +      'variantname-sr' => 'Variants for Serbian language',
 +      'variantname-kk' => 'Variants for Kazakh language',
 +      'variantname-ku' => 'Variants for Kurdish language',
 +      'variantname-tg' => 'Variants for Tajiki language',
 +      'variantname-iu' => 'Variants for Inuktitut language',
 +      'variantname-shi' => 'Variants for Tachelhit language',
 +      'media-info' => 'Media information',
 +      'metadata' => 'Metadata',
 +      'exif' => 'Exif tags',
 +      'exif-values' => 'Make & model, can be wikified in order to link to the camera and model name',
 +      'exif-compression' => 'Exif attributes',
 +      'exif-copyrighted' => '',
 +      'exif-unknowndate' => '',
        'exif-photometricinterpretation' => '',
 -      'exif-orientation'               => '',
 -      'exif-planarconfiguration'       => '',
 -      'exif-xyresolution'              => '',
 -      'exif-colorspace'                => '',
 -      'exif-componentsconfiguration'   => '',
 -      'exif-exposureprogram'           => '',
 -      'exif-subjectdistance-value'     => '',
 -      'exif-meteringmode'              => '',
 -      'exif-lightsource'               => '',
 -      'exif-flash'                     => 'Flash modes',
 -      'exif-focalplaneresolutionunit'  => '',
 -      'exif-sensingmethod'             => '',
 -      'exif-filesource'                => '',
 -      'exif-scenetype'                 => '',
 -      'exif-customrendered'            => '',
 -      'exif-exposuremode'              => '',
 -      'exif-whitebalance'              => '',
 -      'exif-scenecapturetype'          => '',
 -      'exif-gaincontrol'               => '',
 -      'exif-contrast'                  => '',
 -      'exif-saturation'                => '',
 -      'exif-sharpness'                 => '',
 -      'exif-subjectdistancerange'      => '',
 -      'exif-gpslatitude'               => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
 -      'exif-gpslongitude'              => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
 -      'exif-altituderef'               => 'Pseudotags used for GPSAltitudeRef',
 -      'exif-gpsstatus'                 => '',
 -      'exif-gpsmeasuremode'            => '',
 -      'exif-gpsspeed'                  => 'Pseudotags used for GPSSpeedRef',
 -      'exif-gpsdestdistanceref'        => 'Pseudotags used for GPSDestDistanceRef',
 -      'exif-gdop'                      => '',
 -      'exif-objectcycle'               => '',
 -      'exif-gpsdirection'              => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
 -      'exif-ycbcrpositioning'          => '',
 -      'exif-dc'                        => '',
 -      'exif-rating'                    => '',
 -      'exif-isospeedratings'           => '',
 -      'exif-maxaperturevalue'          => '',
 -      'exif-iimcategory'               => '',
 -      'exif-urgency'                   => '',
 -      'edit-externally'       => 'External editor support',
 -      'all'                   => "'all' in various places, this might be different for inflected languages",
 -      'confirmemail'          => 'Email address confirmation',
 -      'scarytransclusion'     => 'Scary transclusion',
 -      'deleteconflict'        => 'Delete conflict',
 -      'unit-pixel'            => '',
 -      'purge'                 => 'action=purge',
 -      'watch-unwatch'         => 'action=watch/unwatch',
 -      'separators'            => 'Separators for various lists, etc.',
 -      'imgmulti'              => 'Multipage image navigation',
 -      'tablepager'            => 'Table pager',
 -      'autosumm'              => 'Auto-summaries',
 -      'autoblock_whitelist'   => 'Autoblock whitelist',
 -      'sizeunits'             => 'Size units',
 -      'bitrateunits'          => 'Bitrate units',
 -      'livepreview'           => 'Live preview',
 -      'lagwarning'            => 'Friendlier slave lag warnings',
 -      'watchlisteditor'       => 'Watchlist editor',
 -      'watchlisttools'        => 'Watchlist editing tools',
 -      'iranian-dates'         => 'Iranian month names',
 -      'hijri-dates'           => 'Hijri month names',
 -      'hebrew-dates'          => 'Hebrew month names',
 -      'signatures'            => 'Signatures',
 -      'CoreParserFunctions'   => 'Core parser functions',
 -      'version'               => 'Special:Version',
 -      'redirect'              => 'Special:Redirect',
 -      'fileduplicatesearch'   => 'Special:FileDuplicateSearch',
 -      'special-specialpages'  => 'Special:SpecialPages',
 -      'special-blank'         => 'Special:BlankPage',
 -      'external_images'       => 'External image whitelist',
 -      'special-tags'          => 'Special:Tags',
 -      'comparepages'          => 'Special:ComparePages',
 -      'db-error-messages'     => 'Database error messages',
 -      'html-forms'            => 'HTML forms',
 -      'sqlite'                => 'SQLite database support',
 -      'logging'               => 'New logging system',
 -      'logging-irc'           => 'For IRC, see bug 34508. Do not change',
 -      'feedback'              => 'Feedback',
 -      'searchsuggestions'     => 'Search suggestions',
 -      'apierrors'             => 'API errors',
 -      'duration'              => 'Durations',
 -      'cachedspecial'         => 'SpecialCachedPage',
 -      'rotation'              => 'Image rotation',
 -      'limitreport'           => 'Limit report',
 +      'exif-orientation' => '',
 +      'exif-planarconfiguration' => '',
 +      'exif-xyresolution' => '',
 +      'exif-colorspace' => '',
 +      'exif-componentsconfiguration' => '',
 +      'exif-exposureprogram' => '',
 +      'exif-subjectdistance-value' => '',
 +      'exif-meteringmode' => '',
 +      'exif-lightsource' => '',
 +      'exif-flash' => 'Flash modes',
 +      'exif-focalplaneresolutionunit' => '',
 +      'exif-sensingmethod' => '',
 +      'exif-filesource' => '',
 +      'exif-scenetype' => '',
 +      'exif-customrendered' => '',
 +      'exif-exposuremode' => '',
 +      'exif-whitebalance' => '',
 +      'exif-scenecapturetype' => '',
 +      'exif-gaincontrol' => '',
 +      'exif-contrast' => '',
 +      'exif-saturation' => '',
 +      'exif-sharpness' => '',
 +      'exif-subjectdistancerange' => '',
 +      'exif-gpslatitude' => 'Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef',
 +      'exif-gpslongitude' => 'Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef',
 +      'exif-altituderef' => 'Pseudotags used for GPSAltitudeRef',
 +      'exif-gpsstatus' => '',
 +      'exif-gpsmeasuremode' => '',
 +      'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef',
 +      'exif-gpsdestdistanceref' => 'Pseudotags used for GPSDestDistanceRef',
 +      'exif-gdop' => '',
 +      'exif-objectcycle' => '',
 +      'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
 +      'exif-ycbcrpositioning' => '',
 +      'exif-dc' => '',
 +      'exif-rating' => '',
 +      'exif-isospeedratings' => '',
 +      'exif-maxaperturevalue' => '',
 +      'exif-iimcategory' => '',
 +      'exif-urgency' => '',
 +      'edit-externally' => 'External editor support',
 +      'all' => "'all' in various places, this might be different for inflected languages",
 +      'confirmemail' => 'Email address confirmation',
 +      'scarytransclusion' => 'Scary transclusion',
 +      'deleteconflict' => 'Delete conflict',
 +      'unit-pixel' => '',
 +      'purge' => 'action=purge',
 +      'watch-unwatch' => 'action=watch/unwatch',
 +      'separators' => 'Separators for various lists, etc.',
 +      'imgmulti' => 'Multipage image navigation',
 +      'tablepager' => 'Table pager',
 +      'autosumm' => 'Auto-summaries',
 +      'autoblock_whitelist' => 'Autoblock whitelist',
 +      'sizeunits' => 'Size units',
 +      'bitrateunits' => 'Bitrate units',
 +      'livepreview' => 'Live preview',
 +      'lagwarning' => 'Friendlier slave lag warnings',
 +      'watchlisteditor' => 'Watchlist editor',
 +      'watchlisttools' => 'Watchlist editing tools',
 +      'iranian-dates' => 'Iranian month names',
 +      'hijri-dates' => 'Hijri month names',
 +      'hebrew-dates' => 'Hebrew month names',
 +      'signatures' => 'Signatures',
 +      'CoreParserFunctions' => 'Core parser functions',
 +      'version' => 'Special:Version',
 +      'redirect' => 'Special:Redirect',
 +      'fileduplicatesearch' => 'Special:FileDuplicateSearch',
 +      'special-specialpages' => 'Special:SpecialPages',
 +      'special-blank' => 'Special:BlankPage',
 +      'external_images' => 'External image whitelist',
 +      'special-tags' => 'Special:Tags',
 +      'comparepages' => 'Special:ComparePages',
 +      'db-error-messages' => 'Database error messages',
 +      'html-forms' => 'HTML forms',
 +      'sqlite' => 'SQLite database support',
 +      'logging' => 'New logging system',
 +      'logging-irc' => 'For IRC, see bug 34508. Do not change',
 +      'feedback' => 'Feedback',
 +      'searchsuggestions' => 'Search suggestions',
 +      'apierrors' => 'API errors',
 +      'duration' => 'Durations',
 +      'cachedspecial' => 'SpecialCachedPage',
 +      'rotation' => 'Image rotation',
 +      'limitreport' => 'Limit report',
 +      'expandtemplates' => 'Special:ExpandTemplates'
  );