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/ko.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/ko.yml')
-rw-r--r-- | config/locales/ko.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 152eaec49..74cd7b20a 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -813,7 +813,6 @@ ko: text_tip_issue_begin_day: 오늘 시작하는 업무(task) text_tip_issue_end_day: 오늘 종료하는 업무(task) text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task) - text_project_identifier_info: '영문 소문자(a-z) 및 숫자, 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.' text_caracters_maximum: "최대 %{count} 글자 가능" text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다." text_length_between: "%{min} 에서 %{max} 글자" @@ -1068,3 +1067,4 @@ ko: 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. |