Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -4109,6 +4109,16 @@ |
4110 | 4110 | Size (of a file, typically) in mebibytes (1 mebibyte = 1024×1024 bytes).', |
4111 | 4111 | 'size-gigabytes' => '{{optional}} |
4112 | 4112 | 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).', |
4113 | 4123 | |
4114 | 4124 | # Live preview |
4115 | 4125 | 'livepreview-loading' => '{{Identical|Loading}}', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4389,6 +4389,11 @@ |
4390 | 4390 | 'size-kilobytes' => '$1 KB', # only translate this message to other languages if you have to change it |
4391 | 4391 | 'size-megabytes' => '$1 MB', # only translate this message to other languages if you have to change it |
4392 | 4392 | '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 |
4393 | 4398 | |
4394 | 4399 | # Live preview |
4395 | 4400 | 'livepreview-loading' => 'Loading...', |