diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-18 22:50:53 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-18 22:50:53 +0000 |
commit | c3cfdfadfdef8f499a349607c90f4dee503d9efe (patch) | |
tree | a3d6bf9e854e1fb652a2a7baba1d37cd06fbfc5f /config/locales | |
parent | c7fae614f08add64fb0530e0c69b00552c363f5d (diff) | |
download | redmine-c3cfdfadfdef8f499a349607c90f4dee503d9efe.tar.gz redmine-c3cfdfadfdef8f499a349607c90f4dee503d9efe.zip |
Russian "x_hours" translation updated by Mikhail Velkin (#12630)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11051 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/ru.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 93eb775e8..ad9dbe8d2 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -117,8 +117,8 @@ ru: many: "около %{count} часов" other: "около %{count} часа" x_hours: - one: "1 hour" - other: "%{count} hours" + one: "1 час" + other: "%{count} часов" x_days: one: "%{count} день" few: "%{count} дня" |