diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-18 00:04:49 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-18 00:04:49 +0000 |
commit | e2b27ab696e4df03cf87cf48f089be6a636fc440 (patch) | |
tree | 545f47da9a15569d28bcc56e54992f8a1628d7cd | |
parent | 1968d039ee60850015db684e77fee3d1026ff20b (diff) | |
download | redmine-e2b27ab696e4df03cf87cf48f089be6a636fc440.tar.gz redmine-e2b27ab696e4df03cf87cf48f089be6a636fc440.zip |
Merged r11036 from trunk to 2.2-stable (#12615, #12619)
Russian translation changed by Kirill Bezrukov.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.2-stable@11040 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 07b46f6b8..6964545e5 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -502,7 +502,7 @@ ru: label_enumeration_new: Новое значение label_enumerations: Списки значений label_environment: Окружение - label_equals: является + label_equals: соответствует label_example: Пример label_export_to: Экспортировать в label_feed_plural: RSS @@ -603,7 +603,7 @@ ru: label_no_data: Нет данных для отображения label_none: отсутствует label_not_contains: не содержит - label_not_equals: не является + label_not_equals: не соответствует label_open_issues: открыто label_open_issues_plural: открыто label_open_issues_plural2: открыто |