r109029 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109028‎ | r109029 | r109030 >
Date:12:05, 16 January 2012
Author:siebrand
Status:ok
Tags:i18nreview 
Comment:
Add plural support in 'longpageerror'.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1398,7 +1398,7 @@
13991399 '''Do not submit copyrighted work without permission!'''",
14001400 'editpage-tos-summary' => '-', # do not translate or duplicate this message to other languages
14011401 'longpage-hint' => '-', # do not translate or duplicate this message to other languages
1402 -'longpageerror' => "'''Error: The text you have submitted is $1 kilobytes long, which is longer than the maximum of $2 kilobytes.'''
 1402+'longpageerror' => "'''Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.'''
14031403 It cannot be saved.",
14041404 'readonlywarning' => "'''Warning: The database has been locked for maintenance, so you will not be able to save your edits right now.'''
14051405 You may wish to cut-n-paste the text into a text file and save it for later.

Status & tagging log