From 770e67ef5d47058bb96871e75047feda4c70f281 Mon Sep 17 00:00:00 2001 From: HumHub Translations Date: Thu, 4 Apr 2024 20:25:21 +0000 Subject: [PATCH] Enh: Updated Translations (translate.humhub.org) --- messages/sk/models_Poll.php | 17 ++++++++--------- messages/sk/widgets_views_pollForm.php | 21 ++++++++++----------- 2 files changed, 18 insertions(+), 20 deletions(-) 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' => '', +);