i18n not working with russian gem (#10066).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8939 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6bdc2c36f1
commit
4669c41e51
|
@ -1120,9 +1120,11 @@ ru:
|
|||
error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
|
||||
notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
|
||||
label_x_issues:
|
||||
zero: 0 Задача
|
||||
zero: 0 Задач
|
||||
one: 1 Задача
|
||||
other: "%{count} Задачи"
|
||||
few: "%{count} Задач"
|
||||
many: "%{count} Задач"
|
||||
other: "%{count} Задач"
|
||||
label_repository_new: New repository
|
||||
field_repository_is_default: Main repository
|
||||
label_copy_attachments: Copy attachments
|
||||
|
|
Loading…
Reference in New Issue