From 36cd3bb9a231a55263e00c91aa290ab1c27bb208 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 31 Dec 2011 02:22:19 +0000 Subject: [PATCH] Added size units for tera through yotta --- languages/messages/MessagesEn.php | 5 +++++ languages/messages/MessagesQqq.php | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 12ebe7e56a..75d10fc202 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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...', diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 006af3fdd3..1081ee4a88 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -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}}', -- 2.20.1