mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Change case of the unit "bit" from "Bit" to "bit" in web UI
The correct case for "kilobit" is "kilobit", not "kiloBit". And the same applies for Mbit, Gbit etc. Reference is https://en.wikipedia.org/wiki/Kilobit This commit changes the texts used in the web UI, so that it correctly displays as "bit", "kbit", "Mbit" etc. This fixes bugzilla item 10918. Signed-off-by: Alf Høgemark <alf@i100.no> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
5261a13d3c
commit
f00699e8bb
@@ -786,7 +786,7 @@
|
||||
'dos charset' => 'DOS Charset',
|
||||
'down and up speed' => 'Geben Sie bitte hier ihre Download- bzw. Upload-Geschwindigkeit ein <br /> und klicken Sie danach auf <i>Speichern</i>.',
|
||||
'downlink' => 'Downlink',
|
||||
'downlink speed' => 'Downlink-Geschwindigkeit (kBit/sek)',
|
||||
'downlink speed' => 'Downlink-Geschwindigkeit (kbit/sek)',
|
||||
'downlink std class' => 'Downloadstandardklasse',
|
||||
'download' => 'herunterladen',
|
||||
'download ca certificate' => 'CA-Zertifikat herunterladen',
|
||||
@@ -2323,7 +2323,7 @@
|
||||
'updxlrtr maintenance' => 'Wartung',
|
||||
'updxlrtr marked as' => 'markiert als',
|
||||
'updxlrtr max disk usage' => 'Max. Festplattennutzung',
|
||||
'updxlrtr max download rate' => 'Max. externe Downloadrate (kBit/s)',
|
||||
'updxlrtr max download rate' => 'Max. externe Downloadrate (kbit/s)',
|
||||
'updxlrtr month' => 'einem Monat',
|
||||
'updxlrtr monthly' => 'monatlich',
|
||||
'updxlrtr not accessed' => 'nicht zugegriffen seit',
|
||||
@@ -2357,7 +2357,7 @@
|
||||
'updxlrtr year' => 'einem Jahr',
|
||||
'upgrade' => 'upgrade',
|
||||
'uplink' => 'Uplink',
|
||||
'uplink speed' => 'Uplink-Geschwindigkeit (kBit/sek)',
|
||||
'uplink speed' => 'Uplink-Geschwindigkeit (kbit/sek)',
|
||||
'uplink std class' => 'Uploadstandardklasse',
|
||||
'upload' => 'Hochladen',
|
||||
'upload a certificate' => 'Ein Zertifikat hochladen:',
|
||||
|
||||
Reference in New Issue
Block a user