diff --git a/messages/ko/base.php b/messages/ko/base.php index a1f13fa..8be283f 100644 --- a/messages/ko/base.php +++ b/messages/ko/base.php @@ -1,13 +1,12 @@ '', - 'Allows to start polls.' => '', - 'Answers' => '', - 'At least one answer is required' => '', - 'Cancel' => '', - 'Create poll' => '', - 'Polls' => '', - 'Save' => '', - '{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', -]; +return array ( + 'Allows the user to create polls' => '', + 'Allows to start polls.' => '', + 'Answers' => '', + 'At least one answer is required' => '', + 'Cancel' => '취소', + 'Create poll' => '', + 'Polls' => '', + 'Save' => '저장', + '{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', +); diff --git a/messages/ko/models_Poll.php b/messages/ko/models_Poll.php index 5b8f1df..80b6417 100644 --- a/messages/ko/models_Poll.php +++ b/messages/ko/models_Poll.php @@ -1,10 +1,9 @@ '', - 'Description' => '', - 'Multiple answers per user' => '', - 'Please specify at least {min} answers!' => '', - 'Poll' => '', - 'Question' => '', -]; +return array ( + 'Answers' => '', + 'Description' => '설명', + 'Multiple answers per user' => '', + 'Please specify at least {min} answers!' => '', + 'Poll' => '', + 'Question' => '', +); diff --git a/messages/ko/widgets_views_pollForm.php b/messages/ko/widgets_views_pollForm.php index 8bfc18b..b3cb64d 100644 --- a/messages/ko/widgets_views_pollForm.php +++ b/messages/ko/widgets_views_pollForm.php @@ -1,12 +1,11 @@ '', - 'Anonymous Votes?' => '', - 'Description' => '', - 'Display answers in random order?' => '', - 'Edit answer (empty answers will be removed)...' => '', - 'Edit your poll question...' => '', - 'Hide results until poll is closed?' => '', - 'Question' => '', -]; +return array ( + 'Add answer...' => '', + 'Anonymous Votes?' => '', + 'Description' => '설명', + 'Display answers in random order?' => '', + 'Edit answer (empty answers will be removed)...' => '', + 'Edit your poll question...' => '', + 'Hide results until poll is closed?' => '', + 'Question' => '', +);