diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-09-05 13:01:38 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-09-05 13:01:38 +0000 |
commit | cbe266079e9105c61bbda84c5cef89927548fcfe (patch) | |
tree | 37ec09318ba270ccf2393c16b4ca73c126834c92 /config/locales/hr.yml | |
parent | c5071cd091ae5eda0dea5e9ba23a42b58462a117 (diff) | |
download | redmine-cbe266079e9105c61bbda84c5cef89927548fcfe.tar.gz redmine-cbe266079e9105c61bbda84c5cef89927548fcfe.zip |
Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443
Solves #6278
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4061 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hr.yml')
-rw-r--r-- | config/locales/hr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 1c6d523c3..5727a629e 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -117,6 +117,7 @@ hr: greater_than_start_date: "mora biti veci nego pocetni datum" not_same_project: "ne pripada istom projektu" circular_dependency: "Ovaj relacija stvara kružnu ovisnost" + cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" actionview_instancetag_blank_option: Molimo odaberite |