summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 14:53:10 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 14:53:10 +0200
commit7b3bacf0b9b7d57fdee699c1c0297127f0fcfadc (patch)
treea7a8e95523f15786c7eac8e86ab2b71f4e264fee /po
parent94f45c0fe81f7f18d65a3d701da1c8448027d8b7 (diff)
Lang: Replaced "bytes" with "num.bytes"
A new string to include the numeric value. IssueID #192
Diffstat (limited to 'po')
-rw-r--r--po/en.po6
1 files changed, 4 insertions, 2 deletions
diff --git a/po/en.po b/po/en.po
index b4385d34..64621034 100644
--- a/po/en.po
+++ b/po/en.po
@@ -270,8 +270,10 @@ msgstr "MB"
270msgid "kb" 270msgid "kb"
271msgstr "KB" 271msgstr "KB"
272 272
273msgid "bytes" 273msgid "num.bytes"
274msgstr "bytes" 274msgid_plural "num.bytes.n"
275msgstr[0] "%zu byte"
276msgstr[1] "%zu bytes"
275 277
276# strftime() formatted, split on two lines 278# strftime() formatted, split on two lines
277#, c-format 279#, c-format