diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-09 07:57:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-09 07:57:38 +0000 |
commit | 8b381e3bd4ec47091dafa480fd34eba761a25f19 (patch) | |
tree | f0dee0e99cdb182f4aade64f86bdef12d6f0f721 /config | |
parent | 9f788310b1b828cebeafcff6d3231d659dfbf6ac (diff) | |
download | redmine-8b381e3bd4ec47091dafa480fd34eba761a25f19.tar.gz redmine-8b381e3bd4ec47091dafa480fd34eba761a25f19.zip |
Restored KB instead of kB (#11118).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9784 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ar.yml | 2 | ||||
-rw-r--r-- | config/locales/cs.yml | 2 | ||||
-rw-r--r-- | config/locales/en-GB.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/sq.yml | 2 | ||||
-rw-r--r-- | config/locales/sv.yml | 2 | ||||
-rw-r--r-- | config/locales/zh.yml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml index e60d42d1e..d97c1f2f4 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -83,7 +83,7 @@ ar: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 822778093..152af1c1e 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -88,7 +88,7 @@ cs: byte: one: "Bajt" other: "Bajtů" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 9459870a2..b5509f89d 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -88,7 +88,7 @@ en-GB: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/en.yml b/config/locales/en.yml index 3d0cc8838..969cfee23 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -84,7 +84,7 @@ en: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 6d2e2e1d6..2c6d0a0f4 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -84,7 +84,7 @@ sq: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/sv.yml b/config/locales/sv.yml index c39d050fa..2558ba1d2 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -54,7 +54,7 @@ sv: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 86d59f26b..45d68fa23 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -86,7 +86,7 @@ zh: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" |