From 8b381e3bd4ec47091dafa480fd34eba761a25f19 2012-06-09 07:57:38 From: Jean-Philippe Lang Date: 2012-06-09 07:57:38 Subject: [PATCH] Restored KB instead of kB (#11118). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9784 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/ar.yml b/config/locales/ar.yml index e60d42d..d97c1f2 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 8227780..152af1c 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 9459870..b5509f8 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 3d0cc88..969cfee 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 6d2e2e1..2c6d0a0 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 c39d050..2558ba1 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 86d59f2..45d68fa 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"