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 Jun 12, 2023
1 parent 2d62d32 commit 953eb5a
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 0 deletions.
6 changes: 6 additions & 0 deletions messages/sr/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'Polls' => '',
'Whenever someone participates in a poll.' => '',
];
13 changes: 13 additions & 0 deletions messages/sr/base.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'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}}}' => '',
];
11 changes: 11 additions & 0 deletions messages/sr/controllers_PollController.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'Access denied!' => '',
'Anonymous poll!' => '',
'Could not load poll!' => '',
'Invalid answer!' => '',
'Users voted for: <strong>{answer}</strong>' => '',
'Voting for multiple answers is disabled!' => '',
'You have insufficient permissions to perform that operation!' => '',
];
11 changes: 11 additions & 0 deletions messages/sr/events.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'Again? ;Weary;' => '',
'Club A Steakhouse' => '',
'Location of the next meeting' => '',
'Pisillo Italian Panini' => '',
'Right now, we are in the planning stages for our next meetup and we would like to know from you, where you would like to go?' => '',
'To Daniel' => '',
'Why don\'t we go to Bemelmans Bar?' => '',
];
10 changes: 10 additions & 0 deletions messages/sr/models_Poll.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'Answers' => '',
'Description' => '',
'Multiple answers per user' => '',
'Please specify at least {min} answers!' => '',
'Poll' => '',
'Question' => '',
];
5 changes: 5 additions & 0 deletions messages/sr/views_activities_PollAnswered.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'{userName} answered the {question}.' => '',
];
13 changes: 13 additions & 0 deletions messages/sr/widgets_views_entry.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'<strong>Note:</strong> The result is hidden until the poll is closed by a moderator.' => '',
'Anonymous' => '',
'Closed' => '',
'Complete Poll' => '',
'Reopen Poll' => '',
'Reset my vote' => '',
'Vote' => '',
'and {count} more vote for this.' => '',
'votes' => '',
];
12 changes: 12 additions & 0 deletions messages/sr/widgets_views_pollForm.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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' => '',
];

0 comments on commit 953eb5a

Please sign in to comment.