summaryrefslogtreecommitdiffstats
path: root/config/locales
diff options
context:
space:
mode:
authorAzamat Hackimov <azamat.hackimov@gmail.com>2010-08-19 16:35:51 +0000
committerAzamat Hackimov <azamat.hackimov@gmail.com>2010-08-19 16:35:51 +0000
commiteefb36177dfb3e5759bf4916cff511fa70f93fea (patch)
treebcacfc1171df8580ef125479274fd2fd417d9bec /config/locales
parent01788e83e755e08c96274341f22ea1d7d3814bad (diff)
downloadredmine-eefb36177dfb3e5759bf4916cff511fa70f93fea.tar.gz
redmine-eefb36177dfb3e5759bf4916cff511fa70f93fea.zip
Fixing #6009
Added to all locales required strings. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4004 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/bg.yml14
-rw-r--r--config/locales/ca.yml4
-rw-r--r--config/locales/cs.yml6
-rw-r--r--config/locales/el.yml6
-rw-r--r--config/locales/en-GB.yml5
-rw-r--r--config/locales/eu.yml4
-rw-r--r--config/locales/hr.yml4
-rw-r--r--config/locales/lv.yml4
-rw-r--r--config/locales/mn.yml4
-rw-r--r--config/locales/nl.yml6
-rw-r--r--config/locales/ru.yml4
-rw-r--r--config/locales/sl.yml7
-rw-r--r--config/locales/sr-YU.yml4
-rw-r--r--config/locales/sr.yml6
-rw-r--r--config/locales/th.yml6
-rw-r--r--config/locales/uk.yml4
16 files changed, 73 insertions, 15 deletions
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 8b2b23704..320c2091d 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -63,7 +63,11 @@ bg:
one: "almost 1 year"
other: "almost {{count}} years"
- number:
+ number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
precision: 1
@@ -71,13 +75,13 @@ bg:
storage_units:
format: "%n %u"
units:
- kb: KB
- tb: TB
- gb: GB
byte:
one: Byte
other: Bytes
- mb: 'MB'
+ kb: "KB"
+ mb: "MB"
+ gb: "GB"
+ tb: "TB"
# Used in array.to_sentence.
support:
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index 1e47d3d66..913d2f3ab 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -64,6 +64,10 @@ ca:
other: "almost {{count}} years"
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
delimiter: ""
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index de4ad44c5..9ceb21e83 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -63,7 +63,11 @@ cs:
one: "almost 1 year"
other: "almost {{count}} years"
- number:
+ number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
precision: 1
diff --git a/config/locales/el.yml b/config/locales/el.yml
index a9146a611..cb4941c29 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -66,7 +66,11 @@ el:
one: "almost 1 year"
other: "almost {{count}} years"
- number:
+ number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
precision: 1
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 2872df15e..24aa6e9c6 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -64,6 +64,11 @@ en-GB:
other: "almost {{count}} years"
number:
+ format:
+ separator: "."
+ delimiter: " "
+ precision: 3
+
currency:
format:
format: "%u%n"
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index 741d3298f..350f238c5 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -68,6 +68,10 @@ eu:
other: "ia {{count}} urte"
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
delimiter: ""
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 728a6d8e9..442adefef 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -64,6 +64,10 @@ hr:
other: "preko {{count}} godina"
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
delimiter: ""
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index 351f8528e..70822de51 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -61,6 +61,10 @@ lv:
other: "gandrīz {{count}} gadus"
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
delimiter: " "
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index 568e1f341..5b4b79e86 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -64,6 +64,10 @@ mn:
other: "бараг {{count}} жил"
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
delimiter: ""
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index f2e0529e3..46c5ca867 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -63,7 +63,11 @@ nl:
one: "almost 1 year"
other: "almost {{count}} years"
- number:
+ number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
precision: 1
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 0c2270e8b..9d9e5e030 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -41,7 +41,7 @@ ru:
number:
format:
- separator: "."
+ separator: ","
delimiter: " "
precision: 3
@@ -64,7 +64,7 @@ ru:
human:
format:
delimiter: ""
- precision: 1
+ precision: 2
# Rails 2.2
# storage_units: [байт, КБ, МБ, ГБ, ТБ]
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index aac2e4331..a51cd972e 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -63,10 +63,11 @@ sl:
one: "almost 1 year"
other: "almost {{count}} years"
- number:
+ number:
format:
- separator: ','
- delimiter: '.'
+ separator: ","
+ delimiter: "."
+ precision: 3
human:
format:
precision: 1
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index 2cc0c0983..bc8a854ad 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -66,6 +66,10 @@ sr-YU:
other: "skoro {{count}} god."
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
delimiter: ""
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index 1bcd3616d..0c022ee9f 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -66,6 +66,10 @@ sr:
other: "скоро {{count}} год."
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
delimiter: ""
@@ -904,4 +908,4 @@ sr:
enumeration_doc_categories: Категорије документа
enumeration_activities: Активности (праћење времена)
enumeration_system_activity: Системска активност
- \ No newline at end of file
+
diff --git a/config/locales/th.yml b/config/locales/th.yml
index 2c127f3de..eaf4cc285 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -63,7 +63,11 @@ th:
one: "almost 1 year"
other: "almost {{count}} years"
- number:
+ number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
precision: 1
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 1a590dc0b..951a546b9 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -64,6 +64,10 @@ uk:
other: "almost {{count}} years"
number:
+ format:
+ separator: "."
+ delimiter: ""
+ precision: 3
human:
format:
precision: 1