summaryrefslogtreecommitdiff
path: root/resources/FatMessages
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-10-19 18:20:00 +0100
committerVincent Sanders <vince@kyllikki.org>2019-10-19 18:20:00 +0100
commite01c24cef73d2cb70088af1381b90924129a112f (patch)
tree50ac71c3698e2ab35118e09a0b0408e5576cc52e /resources/FatMessages
parenta54cbb5aeaba6f6ecf6c04de38acda79733583ed (diff)
downloadnetsurf-e01c24cef73d2cb70088af1381b90924129a112f.tar.gz
netsurf-e01c24cef73d2cb70088af1381b90924129a112f.tar.bz2
improve human_friendly_bytesize to cope with sizes up to 16 exibytes
Diffstat (limited to 'resources/FatMessages')
-rw-r--r--resources/FatMessages9
1 files changed, 8 insertions, 1 deletions
diff --git a/resources/FatMessages b/resources/FatMessages
index 912586674..12d81bd5e 100644
--- a/resources/FatMessages
+++ b/resources/FatMessages
@@ -119,6 +119,7 @@ nl.all.FrameDrag:frames aan het aanpassen
# Units
# =====
#
+# Decimal prefix
en.all.Bytes: B
de.all.Bytes: B
fr.all.Bytes: octets
@@ -139,7 +140,13 @@ de.all.GBytes: GB
fr.all.GBytes: Go
it.all.GBytes: GB
nl.all.GBytes: GB
-
+# Binary prefix
+en.all.KiBytes: KiB
+en.all.MiBytes: MiB
+en.all.GiBytes: GiB
+en.all.TiBytes: TiB
+en.all.PiBytes: PiB
+en.all.EiBytes: EiB
# Content Forms
# =============