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 Oct 20, 2023
1 parent ba9dda8 commit 1826658
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 91 deletions.
147 changes: 73 additions & 74 deletions messages/eu/base.php
Original file line number Diff line number Diff line change
@@ -1,75 +1,74 @@
<?php

return [
'<strong>Confirm</strong> tag deletion' => '',
'<strong>Edit</strong> conversation tags' => '',
'<strong>Edit</strong> tag' => '',
'<strong>Manage</strong> conversation tags' => '',
'<strong>Messenger</strong> module configuration' => '',
'A tag with the same name already exists.' => '',
'Add Tag' => '',
'Add participants' => '',
'Allow others to send you private messages' => '',
'Allow users to start new conversations' => '',
'Confirm' => '',
'Conversation' => '',
'Conversation tags can be used to filter conversations and are only visible to you.' => '',
'Conversations' => '',
'Created At' => '',
'Created By' => '',
'Do you really want to delete this tag?' => '',
'Edit' => '',
'Edit message...' => '',
'Filters' => '',
'Friday' => '',
'Here you can manage your private conversation tags.' => '',
'Is Originator' => '',
'Last Viewed' => '',
'Leave fields blank in order to disable a restriction.' => '',
'Manage Tags' => '',
'Max messages allowed per day' => '',
'Max number of messages allowed for a new user per day' => '',
'Max number of new conversations allowed for a new user per day' => '',
'Max number of new conversations allowed for a user per day' => '',
'Message' => '',
'Messages' => '',
'Monday' => '',
'My Tags' => '',
'Participants' => '',
'Receive Notifications when someone opens a new conversation.' => '',
'Receive Notifications when someone sends you a message.' => '',
'Receive private messages' => '',
'Saturday' => '',
'Search' => '',
'Seperate restrictions for new users' => '',
'Show menu item in top Navigation' => '',
'Start new conversations' => '',
'Subject' => '',
'Sunday' => '',
'Tags' => '',
'This user is already participating in this conversation.' => '',
'Thursday' => '',
'Title' => '',
'Today' => '',
'Tuesday' => '',
'Until a user is member since (days)' => '',
'Updated At' => '',
'Updated By' => '',
'User' => '',
'Wednesday' => '',
'Write a message...' => '',
'Yesterday' => '',
'You' => '',
'You are not allowed to reply to users {userNames}!' => '',
'You are not allowed to start a conversation with this user.' => '',
'You are not allowed to start a conversation with {userName}!' => '',
'You cannot send a message to yourself!' => '',
'You cannot send a message without recipients!' => '',
'You joined the conversation.' => '',
'You left the conversation.' => '',
'You\'ve exceeded your daily amount of new conversations.' => '',
'edited' => '',
'{n,plural,=1{# other} other{# others}}' => '',
'{username} joined the conversation.' => '',
'{username} left the conversation.' => '',
];
return array (
'<strong>Confirm</strong> tag deletion' => '',
'<strong>Edit</strong> conversation tags' => '',
'<strong>Edit</strong> tag' => '',
'<strong>Manage</strong> conversation tags' => '',
'<strong>Messenger</strong> module configuration' => '',
'A tag with the same name already exists.' => '',
'Add Tag' => '',
'Add participants' => '',
'Allow others to send you private messages' => '',
'Allow users to start new conversations' => '',
'Confirm' => 'Berretsi',
'Conversation' => '',
'Conversation tags can be used to filter conversations and are only visible to you.' => '',
'Conversations' => '',
'Created At' => '',
'Created By' => '',
'Do you really want to delete this tag?' => '',
'Edit' => 'Editatu',
'Edit message...' => '',
'Filters' => '',
'Friday' => '',
'Here you can manage your private conversation tags.' => '',
'Is Originator' => '',
'Last Viewed' => '',
'Leave fields blank in order to disable a restriction.' => '',
'Manage Tags' => '',
'Max messages allowed per day' => '',
'Max number of messages allowed for a new user per day' => '',
'Max number of new conversations allowed for a new user per day' => '',
'Max number of new conversations allowed for a user per day' => '',
'Message' => '',
'Messages' => '',
'Monday' => '',
'My Tags' => '',
'Participants' => '',
'Receive Notifications when someone opens a new conversation.' => '',
'Receive Notifications when someone sends you a message.' => '',
'Receive private messages' => '',
'Saturday' => '',
'Search' => 'Bilatu',
'Seperate restrictions for new users' => '',
'Show menu item in top Navigation' => '',
'Start new conversations' => '',
'Subject' => '',
'Sunday' => '',
'Tags' => '',
'This user is already participating in this conversation.' => '',
'Thursday' => '',
'Title' => '',
'Today' => '',
'Tuesday' => '',
'Until a user is member since (days)' => '',
'Updated At' => '',
'Updated By' => '',
'User' => '',
'Wednesday' => '',
'Write a message...' => '',
'Yesterday' => '',
'You' => '',
'You are not allowed to reply to users {userNames}!' => '',
'You are not allowed to start a conversation with this user.' => '',
'You are not allowed to start a conversation with {userName}!' => '',
'You cannot send a message to yourself!' => '',
'You cannot send a message without recipients!' => '',
'You joined the conversation.' => '',
'You left the conversation.' => '',
'You\'ve exceeded your daily amount of new conversations.' => '',
'edited' => '',
'{n,plural,=1{# other} other{# others}}' => '',
'{username} joined the conversation.' => '',
'{username} left the conversation.' => '',
);
33 changes: 16 additions & 17 deletions messages/eu/views_mail_show.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?php

return [
'<strong>Confirm</strong> deleting conversation' => '',
'<strong>Confirm</strong> leaving conversation' => '',
'<strong>Confirm</strong> message deletion' => '',
'Add user' => '',
'Cancel' => '',
'Delete' => '',
'Delete conversation' => '',
'Do you really want to delete this conversation?' => '',
'Do you really want to delete this message?' => '',
'Do you really want to leave this conversation?' => '',
'Leave' => '',
'Leave conversation' => '',
'There are no messages yet.' => '',
'You are not allowed to participate in this conversation. You have been blocked by: {userNames}.' => '',
];
return array (
'<strong>Confirm</strong> deleting conversation' => '',
'<strong>Confirm</strong> leaving conversation' => '',
'<strong>Confirm</strong> message deletion' => '',
'Add user' => '',
'Cancel' => 'Deuseztatu',
'Delete' => 'Ezabatu',
'Delete conversation' => '',
'Do you really want to delete this conversation?' => '',
'Do you really want to delete this message?' => '',
'Do you really want to leave this conversation?' => '',
'Leave' => '',
'Leave conversation' => '',
'There are no messages yet.' => '',
'You are not allowed to participate in this conversation. You have been blocked by: {userNames}.' => '',
);

0 comments on commit 1826658

Please sign in to comment.