Merge "(bug 44253) Add message when there are few watchers"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 7 Feb 2013 18:10:15 +0000 (18:10 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 7 Feb 2013 18:10:15 +0000 (18:10 +0000)
1  2 
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php

@@@ -3336,7 -3336,7 +3336,7 @@@ You can update redirects that point to 
  If you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].
  You are responsible for making sure that links continue to point where they are supposed to go.
  
 -Note that the page will '''not''' be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.
 +Note that the page will '''not''' be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.
  This means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.
  
  '''Warning!'''
@@@ -3768,6 -3768,7 +3768,7 @@@ This is probably caused by a link to a 
  'pageinfo-robot-noindex'          => 'Not indexable',
  'pageinfo-views'                  => 'Number of views',
  'pageinfo-watchers'               => 'Number of page watchers',
+ 'pageinfo-few-watchers'           => 'Fewer than $1 {{PLURAL:$1|watcher|watchers}}',
  'pageinfo-redirects-name'         => 'Redirects to this page',
  'pageinfo-redirects-value'        => '$1', # only translate this message to other languages if you have to change it
  'pageinfo-subpages-name'          => 'Subpages of this page',
@@@ -92,7 -92,6 +92,7 @@@
   * @author Octahedron80
   * @author Od1n
   * @author Onecountry
 + * @author Opraco
   * @author OsamaK
   * @author PhiLiP
   * @author Piangpha
@@@ -6440,7 -6439,7 +6440,7 @@@ Parameters
  This message is the variable $3 in the message {{msg-mw|lastmodifiedatby}}. This message only appears if the user is anonymous. The variable $1 in this message is a link to the user's contributions.
  
  See also {{msg-mw|Anonusers}} and {{msg-mw|Siteuser}}.",
 -'lastmodifiedatby' => "This message is shown when viewing the credits of a page (example: {{fullurl:Main Page|action=credits}}). Note that this action is disabled by default (currently enabled on translatewiki.net).
 +'lastmodifiedatby' => "This message is shown when viewing the credits of a page (example: [{{fullurl:Main Page|action=credits}}]). Note that this action is disabled by default (currently enabled on translatewiki.net).
  * $1: date
  * $2: time
  * $3: if the user has entered his 'real name' in his preferences then this variable is his 'real name'. If the user has not entered his 'real name' in his preferences then this variable is the message [[Mediawiki:siteuser/{{SUBPAGENAME}}]], which includes his username.
@@@ -6523,6 -6522,7 +6523,7 @@@ See also
  'pageinfo-robot-noindex' => 'An indication that the page is not indexable (that is, is not listed on the results page of a search engine).',
  'pageinfo-views' => 'The number of times the page has been viewed.',
  'pageinfo-watchers' => 'The number of users watching the page.',
+ 'pageinfo-few-watchers' => 'Message displayed when there are fewer than $wgUnwatchedPageThreshold watchers. $1 is the value of $wgUnwatchedPageThreshold.',
  'pageinfo-redirects-name' => "The number of redirects to the page.
  
  Used as link text, linked to '{{int:Whatlinkshere-title}}' page ([[Special:WhatLinksHere]]).",