https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113753

Revision: 113753
Author:   siebrand
Date:     2012-03-13 19:32:41 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
Fix plural in 'backend-fail-maxsize'

Modified Paths:
--------------
    trunk/phase3/languages/messages/MessagesEn.php

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2012-03-13 19:26:10 UTC 
(rev 113752)
+++ trunk/phase3/languages/messages/MessagesEn.php      2012-03-13 19:32:41 UTC 
(rev 113753)
@@ -2266,7 +2266,7 @@
 'backend-fail-closetemp'     => 'Could not close temporary file.',
 'backend-fail-read'          => 'Could not read file $1.',
 'backend-fail-create'        => 'Could not create file $1.',
-'backend-fail-maxsize'       => 'Could not create file $1 because it is larger 
than {{PLURAL:$2|$2 bytes|$2 byte}}.',
+'backend-fail-maxsize'       => 'Could not create file $1 because it is larger 
than {{PLURAL:$2|one byte|$2 bytes}}.',
 'backend-fail-readonly'      => 'The storage backend "$1" is currently 
read-only. The reason given was: "$2"',
 'backend-fail-synced'        => 'The file "$1" is in an inconsistent state 
within the internal storage backends',
 'backend-fail-connect'       => 'Could not connect to storage backend "$1".',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to