summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-12-20 05:17:55 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-12-20 05:17:55 +0000
commit77a974b4ee991336e7bcddf87506f26c4496a7a3 (patch)
treeed446a807101be9e474f86b86e442fe34fec7a69
parentf0c227613a1f55a00b7b9a9e3208e8fb74827ad7 (diff)
downloadredmine-77a974b4ee991336e7bcddf87506f26c4496a7a3.tar.gz
redmine-77a974b4ee991336e7bcddf87506f26c4496a7a3.zip
Russian "about_x_hours" and "x_hours" translation changed by Mikhail Velkin (#12645)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11060 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/locales/ru.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 1fc717189..f3b339525 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -115,12 +115,12 @@ ru:
one: "около %{count} часа"
few: "около %{count} часов"
many: "около %{count} часов"
- other: "около %{count} часов"
+ other: "около %{count} часа"
x_hours:
one: "%{count} час"
few: "%{count} часа"
many: "%{count} часов"
- other: "%{count} часов"
+ other: "%{count} часа"
x_days:
one: "%{count} день"
few: "%{count} дня"