Merge "Remove the $wgHandheldStyle config variable entirely"
authorTheDJ <hartman.wiki@gmail.com>
Mon, 20 May 2013 12:04:03 +0000 (12:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 20 May 2013 12:04:03 +0000 (12:04 +0000)
1  2 
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc

@@@ -2911,8 -2911,8 +2911,8 @@@ Future changes to this page and its ass
  'notvisiblerev'        => 'The last revision by a different user has been deleted',
  'watchnochange'        => 'None of your watched items were edited in the time period displayed.',
  'watchlist-details'    => '{{PLURAL:$1|$1 page|$1 pages}} on your watchlist, not counting talk pages.',
 -'wlheader-enotif'      => 'Email notification is enabled.',
 -'wlheader-showupdated' => "* Pages that have been changed since you last visited them are shown in '''bold'''",
 +'wlheader-enotif'      => 'Email notification is enabled.',
 +'wlheader-showupdated' => "Pages that have been changed since you last visited them are shown in '''bold'''.",
  'watchmethod-recent'   => 'checking recent edits for watched pages',
  'watchmethod-list'     => 'checking watched pages for recent edits',
  'watchlistcontains'    => 'Your watchlist contains $1 {{PLURAL:$1|page|pages}}.',
@@@ -3516,8 -3516,6 +3516,8 @@@ Please visit [//www.mediawiki.org/wiki/
  'thumbnail-more'           => 'Enlarge',
  'filemissing'              => 'File missing',
  'thumbnail_error'          => 'Error creating thumbnail: $1',
 +'thumbnail_error_remote'   => 'Error message from $1:
 +$2',
  'djvu_page_error'          => 'DjVu page out of range',
  'djvu_no_xml'              => 'Unable to fetch XML for DjVu file',
  'thumbnail-temp-create'    => 'Unable to create temporary thumbnail file',
@@@ -3749,7 -3747,6 +3749,6 @@@ You can view its source'
  'modern.css'              => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it
  'vector.css'              => '/* CSS placed here will affect users of the Vector skin */', # only translate this message to other languages if you have to change it
  'print.css'               => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it
- 'handheld.css'            => '/* CSS placed here will affect handheld devices based on the skin configured in $wgHandheldStyle */', # only translate this message to other languages if you have to change it
  'noscript.css'            => '/* CSS placed here will affect users with JavaScript disabled */', # only translate this message to other languages if you have to change it
  'group-autoconfirmed.css' => '/* CSS placed here will affect autoconfirmed users only */', # only translate this message to other languages if you have to change it
  'group-bot.css'           => '/* CSS placed here will affect bots only */', # only translate this message to other languages if you have to change it
@@@ -4503,19 -4503,21 +4503,19 @@@ Possible alternatives to the word 'cont
  See also:
  * {{msg-mw|Cantrollback}}',
  'watchnochange' => 'Used in [[Special:Watchlist]] if there is nothing to show.',
 -'watchlist-details' => 'Message on [[Special:Watchlist]]. Parameters:
 +'watchlist-details' => 'Message at the top of [[Special:Watchlist]]. Has to be a full sentence. Parameters:
  * $1 - number of pages in your watchlist
  This is paired with the message {{msg-mw|Nowatchlist}} which appears instead of Watchlist-details when $1 is 0.
  
  See also:
  * {{msg-mw|Watchlist-options|fieldset}}
 -* {{msg-mw|Wlheader-enotif|watchlist header}}
  * {{msg-mw|enotif reset|Submit button text}}',
 -'wlheader-enotif' => 'Used in [[Special:Watchlist]].
 +'wlheader-enotif' => 'Message at the top of [[Special:Watchlist]], after {{msg-mw|watchlist-details}}. Has to be a full sentence.
  
  See also:
  * {{msg-mw|Watchlist-options|fieldset}}
 -* {{msg-mw|Watchlist-details|watchlist header}}
  * {{msg-mw|enotif reset|Submit button text}}',
 -'wlheader-showupdated' => 'This message shows up near top of users watchlist page.',
 +'wlheader-showupdated' => 'Message at the top of [[Special:Watchlist]], after {{msg-mw|watchlist-details}}. Has to be a full sentence.',
  'watchmethod-recent' => 'See also:
  * {{msg-mw|Watchmethod-list}}',
  'watchmethod-list' => 'See also:
@@@ -6077,9 -6079,6 +6077,9 @@@ The reason $1 is one of the following m
  * {{msg-mw|Djvu page error}}
  * {{msg-mw|Svg-long-error}}
  * other custom string',
 +'thumbnail_error_remote' => 'Message shown in a thumbnail frame when creation of the thumbnail fails. Parameters:
 +* $1 - is the name of the shared repository, see {{msg-mw|shardupload}}
 +* $2 - the reason, see {{msg-mw|thumbnail_error}}',
  'djvu_page_error' => 'Used as error message.
  
  See also:
@@@ -6739,8 -6738,6 +6739,6 @@@ CSS applied to users using Monobook ski
  'modern.css' => '{{optional}}',
  'vector.css' => '{{optional}}',
  'print.css' => '{{optional}}',
- 'handheld.css' => '{{optional}}
- Style that can be applied on [[w:handheld devices|handheld devices]] (e.g. mobile phones), <code>$wgHandheldStyle</code> is an optional configuration variable which specifies a style sheet file for handheld devices.',
  'noscript.css' => '{{optional}}',
  'group-autoconfirmed.css' => '{{doc-group|autoconfirmed|css}}',
  'group-bot.css' => '{{doc-group|bot|css}}',
@@@ -2447,7 -2447,6 +2447,7 @@@ $wgMessageStructure = array
                'thumbnail-more',
                'filemissing',
                'thumbnail_error',
 +              'thumbnail_error_remote',
                'djvu_page_error',
                'djvu_no_xml',
                'thumbnail-temp-create',
                'modern.css',
                'vector.css',
                'print.css',
-               'handheld.css',
                'noscript.css',
                'group-autoconfirmed.css',
                'group-bot.css',