Tweak message to bit and let it use PLURAL.
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 29 May 2008 09:33:19 +0000 (09:33 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 29 May 2008 09:33:19 +0000 (09:33 +0000)
languages/messages/MessagesEn.php

index 0c4cfc3..d8e220a 100644 (file)
@@ -1322,7 +1322,7 @@ You can [[:\$1|create this page]].",
 'searchall'                 => 'all',
 'showingresults'            => "Showing below up to {{PLURAL:$1|'''1''' result|'''$1''' results}} starting with #'''$2'''.",
 'showingresultsnum'         => "Showing below {{PLURAL:$3|'''1''' result|'''$3''' results}} starting with #'''$2'''.",
-'showingresultstotal'       => "Showing below results '''$1 - $2''' of '''$3'''",
+'showingresultstotal'       => "Showing below {{PLURAL:$3|result '''$1''' of '''$3'''|results '''$1 - $2''' of '''$3'''}}",
 '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.",
 'powersearch'               => 'Advanced search',
 'powersearch-legend'        => 'Advanced search',