-
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 28, 2023
1 parent
30343ca
commit 9e1cb62
Showing
3 changed files
with
15 additions
and
16 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,13 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'Allows the user to create polls' => 'A felhasználóknak engedélyezi a szavazások létrehozását', | ||
'Allows to start polls.' => 'Engedélyezi szavazás indítását.', | ||
'Answers' => 'Válaszok', | ||
'At least one answer is required' => 'Egy válaszra legalább szükség van', | ||
'Cancel' => 'Mégsem', | ||
'Create poll' => 'Szavazás létrehozása', | ||
'Polls' => 'Szavazás', | ||
'Save' => 'Mentés', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
]; | ||
return array ( | ||
'Allows the user to create polls' => 'A felhasználóknak engedélyezi a szavazások létrehozását', | ||
'Allows to start polls.' => 'Engedélyezi szavazás indítását.', | ||
'Answers' => 'Válaszok', | ||
'At least one answer is required' => 'Egy válaszra legalább szükség van', | ||
'Cancel' => 'Mégsem', | ||
'Create poll' => 'Szavazás létrehozása', | ||
'Polls' => 'Szavazás', | ||
'Save' => 'Mentés', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '{n,plural,=1{# {htmlTagBegin}szavazat{htmlTagEnd}}other{# {htmlTagBegin}szavazat{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
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