Added size units for tera through yotta
authorSam Reed <reedy@users.mediawiki.org>
Sat, 31 Dec 2011 02:22:19 +0000 (02:22 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 31 Dec 2011 02:22:19 +0000 (02:22 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php

index 12ebe7e..75d10fc 100644 (file)
@@ -4389,6 +4389,11 @@ Please confirm that you really want to recreate this page.",
 'size-kilobytes' => '$1 KB', # only translate this message to other languages if you have to change it
 'size-megabytes' => '$1 MB', # only translate this message to other languages if you have to change it
 'size-gigabytes' => '$1 GB', # only translate this message to other languages if you have to change it
+'size-terabytes' => '$1 TB', # only translate this message to other languages if you have to change it
+'size-petabytes' => '$1 PB', # only translate this message to other languages if you have to change it
+'size-exabytes' => '$1 EB', # only translate this message to other languages if you have to change it
+'size-zetabytes' => '$1 ZB', # only translate this message to other languages if you have to change it
+'size-yottabytes' => '$1 YB', # only translate this message to other languages if you have to change it
 
 # Live preview
 'livepreview-loading' => 'Loading...',
index 006af3f..1081ee4 100644 (file)
@@ -4109,6 +4109,16 @@ Size (of a page, typically) in kibibytes (1 kibibyte = 1024 bytes).',
 Size (of a file, typically) in mebibytes (1 mebibyte = 1024×1024 bytes).',
 'size-gigabytes' => '{{optional}}
 Size (of a file, typically) in gibibytes (1 gibibyte = 1024×1024×1024 bytes).',
+'size-terabytes' => '{{optional}}
+Size (of a file, typically) in tebibytes (1 tebibytes = 1024×1024×1024×1024 bytes).',
+'size-petabytes' => '{{optional}}
+Size (of a file, typically) in pebibytes (1 pebibytes = 1024×1024×1024×1024×1024 bytes).',
+'size-exabytes' => '{{optional}}
+Size (of a file, typically) in exbibytes (1 exbibytes = 1024×1024×1024×1024×1024×1024 bytes).',
+'size-zetabytes' => '{{optional}}
+Size (of a file, typically) in zebibytes (1 zebibytes = 1024×1024×1024×1024×1024×1024×1024 bytes).',
+'size-yottabytes' => '{{optional}}
+Size (of a file, typically) in yobibytes (1 yobibytes = 1024×1024×1024×1024×1024×1024×1024×1024 bytes).',
 
 # Live preview
 'livepreview-loading' => '{{Identical|Loading}}',