From: Jon Harald Søby Date: Sun, 27 Jul 2008 17:31:18 +0000 (+0000) Subject: Added {{PLURAL:}} to lag-warn-normal and lag-warn-high X-Git-Tag: 1.31.0-rc.0~46350 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=5cf9d6e8a3a47fbd7933821d1e3df551d0036abd;p=lhc%2Fweb%2Fwiklou.git Added {{PLURAL:}} to lag-warn-normal and lag-warn-high --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 94b37399ee..1b692ac01e 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3336,8 +3336,8 @@ $1', Try normal preview.', # Friendlier slave lag warnings -'lag-warn-normal' => 'Changes newer than $1 seconds may not be shown in this list.', -'lag-warn-high' => 'Due to high database server lag, changes newer than $1 seconds may not be shown in this list.', +'lag-warn-normal' => 'Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.', +'lag-warn-high' => 'Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.', # Watchlist editor 'watchlistedit-numitems' => 'Your watchlist contains {{PLURAL:$1|1 title|$1 titles}}, excluding talk pages.',