-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Jun 12, 2023
1 parent
2d62d32
commit 953eb5a
Showing
8 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'Polls' => '', | ||
'Whenever someone participates in a poll.' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}}' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'{userName} answered the {question}.' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '', | ||
]; |