diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-05 18:38:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-05 18:38:05 +0000 |
commit | 14b2d3f4b9ab95a19c7bcac2e5f3563077103eb0 (patch) | |
tree | 11110d439bafbb068f705c7f9e0a32d845c99592 /lang/ko.yml | |
parent | 54ff294da164d9c8a0659610019f801ae4788068 (diff) | |
download | redmine-14b2d3f4b9ab95a19c7bcac2e5f3563077103eb0.tar.gz redmine-14b2d3f4b9ab95a19c7bcac2e5f3563077103eb0.zip |
Slight change to the issue added/updated email templates.
Translations updates:
* Simplified Chinese (Liang Jin)
* Bulgarian (Nikolay Solakov)
* Lithuanian (Sergej Jegorov)
* Traditional Chinese (Shortie Lo)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1122 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/ko.yml')
-rw-r--r-- | lang/ko.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ko.yml b/lang/ko.yml index 7f93fe94a..b9b9542fc 100644 --- a/lang/ko.yml +++ b/lang/ko.yml @@ -500,8 +500,8 @@ text_tracker_no_workflow: 이 추적타입(tracker)에 워크플로우가 정의 text_unallowed_characters: 허용되지 않는 문자열 text_comma_separated: 복수의 값들이 허용됩니다.(구분자 ,) text_issues_ref_in_commit_messages: 커밋메시지에서 티켓을 참조하거나 해결하기 -text_issue_added: 티켓[%s]이 보고되었습니다. -text_issue_updated: 티켓[%s]이 수정되었습니다. +text_issue_added: 티켓[%s]이 보고되었습니다 (by %s). +text_issue_updated: 티켓[%s]이 수정되었습니다 (by %s). text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? text_issue_category_destroy_question: 일부 티켓들(%d개)이 이 카테고리에 할당되어 있습니다. 어떻게 하시겠습니까? text_issue_category_destroy_assignments: 카테고리 할당 지우기 |