diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-17 09:14:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-17 09:14:54 +0000 |
commit | 1c3823cbb015293889cd025c647709e78f3387b1 (patch) | |
tree | fa27cd6d1717a07af38ede49b7636b359c9b42c9 /config/locales/uk.yml | |
parent | bc1703d7b6c3d00a5a66412fa0ab8694c337ede7 (diff) | |
download | redmine-1c3823cbb015293889cd025c647709e78f3387b1.tar.gz redmine-1c3823cbb015293889cd025c647709e78f3387b1.zip |
Adds missing strings in locales.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4519 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/uk.yml')
-rw-r--r-- | config/locales/uk.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/uk.yml b/config/locales/uk.yml index d5bf02e2a..5e6e547cf 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -92,6 +92,10 @@ uk: activerecord: errors: + template: + header: + one: "1 error prohibited this %{model} from being saved" + other: "%{count} errors prohibited this %{model} from being saved" messages: inclusion: "немає в списку" exclusion: "зарезервовано" |