-
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
Apr 4, 2024
1 parent
a99194d
commit 770e67e
Showing
2 changed files
with
18 additions
and
20 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 |
---|---|---|
@@ -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' => '', | ||
); |
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 |
---|---|---|
@@ -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' => '', | ||
); |