diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-27 21:38:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-27 21:38:58 +0000 |
commit | 490eff8524e55342496408c4ee042e1306bb7590 (patch) | |
tree | 70a8479715d1842e3006149fe51fa7fbf7ca93e0 /config/locales/hr.yml | |
parent | 9fbb235d81f3b72eb99f536d61ccc68173a16ad9 (diff) | |
download | redmine-490eff8524e55342496408c4ee042e1306bb7590.tar.gz redmine-490eff8524e55342496408c4ee042e1306bb7590.zip |
replace i18n "text_project_identifier_info" (#1363)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8710 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hr.yml')
-rw-r--r-- | config/locales/hr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml index daf43c578..90a1366ed 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -821,7 +821,6 @@ hr: text_tip_issue_begin_day: Zadaci koji počinju ovog dana text_tip_issue_end_day: zadaci koji se završavaju ovog dana text_tip_issue_begin_end_day: Zadaci koji počinju i završavaju se ovog dana - text_project_identifier_info: 'mala slova (a-z), brojevi i crtice su dozvoljeni.<br />Jednom snimljen identifikator se ne može mijenjati!' text_caracters_maximum: "Najviše %{count} znakova." text_caracters_minimum: "Mora biti dugačko najmanje %{count} znakova." text_length_between: "Dužina izmedu %{min} i %{max} znakova." @@ -1022,3 +1021,4 @@ hr: label_copy_attachments: Copy attachments label_item_position: "%{position}/%{count}" label_completed_versions: Completed versions + text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. |