Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Apr 4, 2024
1 parent a99194d commit 770e67e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
17 changes: 8 additions & 9 deletions messages/sk/models_Poll.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

return [
'Answers' => '',
'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' => '',
);
21 changes: 10 additions & 11 deletions messages/sk/widgets_views_pollForm.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php

return [
'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' => '',
];
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' => '',
);

0 comments on commit 770e67e

Please sign in to comment.