-
Notifications
You must be signed in to change notification settings - Fork 2
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
Oct 20, 2023
1 parent
015eec8
commit a695439
Showing
1 changed file
with
45 additions
and
46 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,47 +1,46 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Delete</strong> Answer' => '', | ||
'<strong>Permalink</strong> to this answer' => '', | ||
'<strong>Questions</strong> settings' => '', | ||
'Allows to create questions.' => '', | ||
'Are you sure to delete this Answer?' => '', | ||
'BEST ANSWER' => '', | ||
'Can create questions as well a give answers' => '', | ||
'Can mark answer as best answer' => '', | ||
'Can participate in Q&A' => '', | ||
'Cancel' => '', | ||
'Cannot delete the Answer!' => '', | ||
'Collapse all answers ({count})' => '', | ||
'Delete' => '', | ||
'Deleted' => '', | ||
'Description' => '', | ||
'Downvote' => '', | ||
'Edit' => '', | ||
'Expand all answers ({count})' => '', | ||
'New Question "{questionTitle}"' => '', | ||
'New answer to your Question "{questionTitle}"' => '', | ||
'Permalink' => '', | ||
'Provide an answer' => '', | ||
'Provide an answer...' => '', | ||
'Q&A' => '', | ||
'Question' => '', | ||
'Question details...' => '', | ||
'Question headline...' => '', | ||
'Questions and Answers' => '', | ||
'Questions details...' => '', | ||
'Receive notifications when a Question is created or your questions are answered.' => '', | ||
'Save' => '', | ||
'Select best answer' => '', | ||
'Settings of the "Questions" module for this single Space.' => '', | ||
'Settings of the "Questions" module for your Profile.' => '', | ||
'Show preview of best answers in stream' => '', | ||
'Unselect best answer' => '', | ||
'Upvote' => '', | ||
'View all answers ({count})' => '', | ||
'answered {date}' => '', | ||
'{displayName} has answered your Question "{contentTitle}" in Space {spaceName}.' => '', | ||
'{displayName} has answered your Question "{contentTitle}".' => '', | ||
'{displayName} has created the Question "{contentTitle}" in Space {spaceName}.' => '', | ||
'{displayName} has created the Question "{contentTitle}".' => '', | ||
]; | ||
return array ( | ||
'<strong>Delete</strong> Answer' => '', | ||
'<strong>Permalink</strong> to this answer' => '', | ||
'<strong>Questions</strong> settings' => '', | ||
'Allows to create questions.' => '', | ||
'Are you sure to delete this Answer?' => '', | ||
'BEST ANSWER' => '', | ||
'Can create questions as well a give answers' => '', | ||
'Can mark answer as best answer' => '', | ||
'Can participate in Q&A' => '', | ||
'Cancel' => 'Deuseztatu', | ||
'Cannot delete the Answer!' => '', | ||
'Collapse all answers ({count})' => '', | ||
'Delete' => 'Ezabatu', | ||
'Deleted' => '', | ||
'Description' => '', | ||
'Downvote' => '', | ||
'Edit' => 'Editatu', | ||
'Expand all answers ({count})' => '', | ||
'New Question "{questionTitle}"' => '', | ||
'New answer to your Question "{questionTitle}"' => '', | ||
'Permalink' => 'Esteka iraunkorra', | ||
'Provide an answer' => '', | ||
'Provide an answer...' => '', | ||
'Q&A' => '', | ||
'Question' => '', | ||
'Question details...' => '', | ||
'Question headline...' => '', | ||
'Questions and Answers' => '', | ||
'Questions details...' => '', | ||
'Receive notifications when a Question is created or your questions are answered.' => '', | ||
'Save' => 'Gorde', | ||
'Select best answer' => '', | ||
'Settings of the "Questions" module for this single Space.' => '', | ||
'Settings of the "Questions" module for your Profile.' => '', | ||
'Show preview of best answers in stream' => '', | ||
'Unselect best answer' => '', | ||
'Upvote' => '', | ||
'View all answers ({count})' => '', | ||
'answered {date}' => '', | ||
'{displayName} has answered your Question "{contentTitle}" in Space {spaceName}.' => '', | ||
'{displayName} has answered your Question "{contentTitle}".' => '', | ||
'{displayName} has created the Question "{contentTitle}" in Space {spaceName}.' => '', | ||
'{displayName} has created the Question "{contentTitle}".' => '', | ||
); |