Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3281,6 +3281,17 @@ |
3282 | 3282 | 'size-zetabytes', |
3283 | 3283 | 'size-yottabytes', |
3284 | 3284 | ), |
| 3285 | + 'bitrateunits' => array( |
| 3286 | + 'bitrate-bits', |
| 3287 | + 'bitrate-kibibits', |
| 3288 | + 'bitrate-mebibits', |
| 3289 | + 'bitrate-gibibits', |
| 3290 | + 'bitrate-tebibits', |
| 3291 | + 'bitrate-pebibits', |
| 3292 | + 'bitrate-exbibits', |
| 3293 | + 'bitrate-zebibits', |
| 3294 | + 'bitrate-yobibits', |
| 3295 | + ), |
3285 | 3296 | 'livepreview' => array( |
3286 | 3297 | 'livepreview-loading', |
3287 | 3298 | 'livepreview-ready', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -327,6 +327,15 @@ |
328 | 328 | 'size-exabytes', |
329 | 329 | 'size-zetabytes', |
330 | 330 | 'size-yottabytes', |
| 331 | + 'bitrate-bits', |
| 332 | + 'bitrate-kibibits', |
| 333 | + 'bitrate-mebibits', |
| 334 | + 'bitrate-gibibits', |
| 335 | + 'bitrate-tebibits', |
| 336 | + 'bitrate-pebibits', |
| 337 | + 'bitrate-exbibits', |
| 338 | + 'bitrate-zebibits', |
| 339 | + 'bitrate-yobibits', |
331 | 340 | 'iranian-calendar-m1', |
332 | 341 | 'iranian-calendar-m2', |
333 | 342 | 'iranian-calendar-m3', |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -4120,6 +4120,26 @@ |
4121 | 4121 | 'size-yottabytes' => '{{optional}} |
4122 | 4122 | Size (of a file, typically) in yobibytes (1 yobibytes = 1024×1024×1024×1024×1024×1024×1024×1024 bytes).', |
4123 | 4123 | |
| 4124 | +# Bitrate units |
| 4125 | +'bitrate-bits' => '{{optional}} |
| 4126 | +Bitrate (of a file, typically) in bits.', |
| 4127 | +'bitrate-kibibits' => '{{optional}} |
| 4128 | +Bitrate (of a file, typically) in kibibits (1 kibibyte = 1000 bits).', |
| 4129 | +'bitrate-mebibits' => '{{optional}} |
| 4130 | +Bitrate (of a file, typically) in mebibits (1 mebibyte = 1000×1000 bits).', |
| 4131 | +'bitrate-gibibits' => '{{optional}} |
| 4132 | +Bitrate (of a file, typically) in gibibits (1 gibibyte = 1000×1000×1000 bits).', |
| 4133 | +'bitrate-tebibits' => '{{optional}} |
| 4134 | +Bitrate (of a file, typically) in tebibits (1 tebibits = 1000×1000×1000×1000 bits).', |
| 4135 | +'bitrate-pebibits' => '{{optional}} |
| 4136 | +Bitrate (of a file, typically) in pebibits (1 pebibits = 1000×1000×1000×1000×1000 bits).', |
| 4137 | +'bitrate-exbibits' => '{{optional}} |
| 4138 | +Bitrate (of a file, typically) in exbibits (1 exbibits = 1000×1000×1000×1000×1000×1000 bits).', |
| 4139 | +'bitrate-zebibits' => '{{optional}} |
| 4140 | +Bitrate (of a file, typically) in zebibits (1 zebibits = 1000×1000×1000×1000×1000×1000×1000 bits).', |
| 4141 | +'bitrate-yobibits' => '{{optional}} |
| 4142 | +Bitrate (of a file, typically) in yobibits (1 yobibits = 1000×1000×1000×1000×1000×1000×1000×1000 bits).', |
| 4143 | + |
4124 | 4144 | # Live preview |
4125 | 4145 | 'livepreview-loading' => '{{Identical|Loading}}', |
4126 | 4146 | |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4395,6 +4395,17 @@ |
4396 | 4396 | 'size-zetabytes' => '$1 ZB', # only translate this message to other languages if you have to change it |
4397 | 4397 | 'size-yottabytes' => '$1 YB', # only translate this message to other languages if you have to change it |
4398 | 4398 | |
| 4399 | +# Bitrate units |
| 4400 | +'bitrate-bits' => '$1bps', # only translate this message to other languages if you have to change it |
| 4401 | +'bitrate-kibibits' => '$1kbps', # only translate this message to other languages if you have to change it |
| 4402 | +'bitrate-mebibits' => '$1Mbps', # only translate this message to other languages if you have to change it |
| 4403 | +'bitrate-gibibits' => '$1Gbps', # only translate this message to other languages if you have to change it |
| 4404 | +'bitrate-tebibits' => '$1Tbps', # only translate this message to other languages if you have to change it |
| 4405 | +'bitrate-pebibits' => '$1Pbps', # only translate this message to other languages if you have to change it |
| 4406 | +'bitrate-exbibits' => '$1Ebps', # only translate this message to other languages if you have to change it |
| 4407 | +'bitrate-zebibits' => '$1Zbps', # only translate this message to other languages if you have to change it |
| 4408 | +'bitrate-yobibits' => '$1Ybps', # only translate this message to other languages if you have to change it |
| 4409 | + |
4399 | 4410 | # Live preview |
4400 | 4411 | 'livepreview-loading' => 'Loading...', |
4401 | 4412 | 'livepreview-ready' => 'Loading... Ready!', |