diff --git a/messages/sk/models_Poll.php b/messages/sk/models_Poll.php index 5b8f1df..9a4ba2f 100644 --- a/messages/sk/models_Poll.php +++ b/messages/sk/models_Poll.php @@ -1,10 +1,9 @@ '', - 'Description' => '', - 'Multiple answers per user' => '', - 'Please specify at least {min} answers!' => '', - 'Poll' => '', - 'Question' => '', -]; +return array ( + 'Answers' => '', + 'Description' => 'Popis', + 'Multiple answers per user' => '', + 'Please specify at least {min} answers!' => '', + 'Poll' => '', + 'Question' => '', +); diff --git a/messages/sk/widgets_views_pollForm.php b/messages/sk/widgets_views_pollForm.php index 8bfc18b..ec0f556 100644 --- a/messages/sk/widgets_views_pollForm.php +++ b/messages/sk/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' => 'Popis', + 'Display answers in random order?' => '', + 'Edit answer (empty answers will be removed)...' => '', + 'Edit your poll question...' => '', + 'Hide results until poll is closed?' => '', + 'Question' => '', +);