diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-10-27 16:27:06 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-10-27 16:27:06 +0000 |
commit | e9efa5b9814bbeddd9956b8478ed26af02b0eeca (patch) | |
tree | d2b8c54194c7410edd114483d3645d9945aff17a /config/locales/hr.yml | |
parent | 70bf0706b2f7933f72cbd4daab8e43b0ac9de4e9 (diff) | |
download | redmine-e9efa5b9814bbeddd9956b8478ed26af02b0eeca.tar.gz redmine-e9efa5b9814bbeddd9956b8478ed26af02b0eeca.zip |
Refactor: use :id instead of :page when linking to Wiki Pages
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4296 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hr.yml')
-rw-r--r-- | config/locales/hr.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml index a9f702e45..1f50dacbb 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -184,10 +184,10 @@ hr: mail_body_account_activation_request: "Novi korisnik ({{value}}) je registriran. Njegov korisnički račun čeka vaše odobrenje:" mail_subject_reminder: "{{count}} predmet(a) dospijeva sljedećih {{days}} dana" mail_body_reminder: "{{count}} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih {{days}} dana:" - mail_subject_wiki_content_added: "'{{page}}' wiki page has been added" - mail_body_wiki_content_added: "The '{{page}}' wiki page has been added by {{author}}." - mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated" - mail_body_wiki_content_updated: "The '{{page}}' wiki page has been updated by {{author}}." + mail_subject_wiki_content_added: "'{{id}}' wiki page has been added" + mail_body_wiki_content_added: "The '{{id}}' wiki page has been added by {{author}}." + mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated" + mail_body_wiki_content_updated: "The '{{id}}' wiki page has been updated by {{author}}." gui_validation_error: 1 pogreška gui_validation_error_plural: "{{count}} pogrešaka" |