r107692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107691‎ | r107692 | r107693 >
Date:02:22, 31 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Added size units for tera through yotta
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesQqq.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesQqq.php
@@ -4109,6 +4109,16 @@
41104110 Size (of a file, typically) in mebibytes (1 mebibyte = 1024×1024 bytes).',
41114111 'size-gigabytes' => '{{optional}}
41124112 Size (of a file, typically) in gibibytes (1 gibibyte = 1024×1024×1024 bytes).',
 4113+'size-terabytes' => '{{optional}}
 4114+Size (of a file, typically) in tebibytes (1 tebibytes = 1024×1024×1024×1024 bytes).',
 4115+'size-petabytes' => '{{optional}}
 4116+Size (of a file, typically) in pebibytes (1 pebibytes = 1024×1024×1024×1024×1024 bytes).',
 4117+'size-exabytes' => '{{optional}}
 4118+Size (of a file, typically) in exbibytes (1 exbibytes = 1024×1024×1024×1024×1024×1024 bytes).',
 4119+'size-zetabytes' => '{{optional}}
 4120+Size (of a file, typically) in zebibytes (1 zebibytes = 1024×1024×1024×1024×1024×1024×1024 bytes).',
 4121+'size-yottabytes' => '{{optional}}
 4122+Size (of a file, typically) in yobibytes (1 yobibytes = 1024×1024×1024×1024×1024×1024×1024×1024 bytes).',
41134123
41144124 # Live preview
41154125 'livepreview-loading' => '{{Identical|Loading}}',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4389,6 +4389,11 @@
43904390 'size-kilobytes' => '$1 KB', # only translate this message to other languages if you have to change it
43914391 'size-megabytes' => '$1 MB', # only translate this message to other languages if you have to change it
43924392 'size-gigabytes' => '$1 GB', # only translate this message to other languages if you have to change it
 4393+'size-terabytes' => '$1 TB', # only translate this message to other languages if you have to change it
 4394+'size-petabytes' => '$1 PB', # only translate this message to other languages if you have to change it
 4395+'size-exabytes' => '$1 EB', # only translate this message to other languages if you have to change it
 4396+'size-zetabytes' => '$1 ZB', # only translate this message to other languages if you have to change it
 4397+'size-yottabytes' => '$1 YB', # only translate this message to other languages if you have to change it
43934398
43944399 # Live preview
43954400 'livepreview-loading' => 'Loading...',

Sign-offs

UserFlagDate
Nikerabbitinspected09:41, 31 December 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r107715Register new message keys added with r107692 for maintenance files properlyraymond09:01, 31 December 2011
r107733Followup r106791, r107692 and bug 33014...reedy20:20, 31 December 2011

Status & tagging log