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 10, 2023
1 parent 43a2639 commit a716df0
Show file tree
Hide file tree
Showing 14 changed files with 166 additions and 0 deletions.
75 changes: 75 additions & 0 deletions messages/eu/base.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<?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.' => '',
];
8 changes: 8 additions & 0 deletions messages/eu/forms_CreateMessageForm.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'Message' => '',
'Recipient' => '',
'Subject' => '',
'Tags' => '',
];
8 changes: 8 additions & 0 deletions messages/eu/forms_InviteRecipientForm.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'Recipient' => '',
'User {name} is already participating!' => '',
'You are not allowed to send user {name} is already!' => '',
'You cannot send a email to yourself!' => '',
];
5 changes: 5 additions & 0 deletions messages/eu/forms_ReplyMessageForm.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'Message' => '',
];
6 changes: 6 additions & 0 deletions messages/eu/models_Message.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'New conversation from {senderName}' => '',
'New message from {senderName}' => '',
];
7 changes: 7 additions & 0 deletions messages/eu/views_emails_NewMessage.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'<strong>New</strong> conversation' => '',
'<strong>New</strong> message' => '',
'Reply now' => '',
];
6 changes: 6 additions & 0 deletions messages/eu/views_emails_NewMessageEntry.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'{senderName} created a new conversation {conversationTitle}' => '',
'{senderName} sent you a new message in {conversationTitle}' => '',
];
7 changes: 7 additions & 0 deletions messages/eu/views_mail_create.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'<strong>New</strong> message' => '',
'Add recipients' => '',
'Send' => '',
];
5 changes: 5 additions & 0 deletions messages/eu/views_mail_edit.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'Edit message entry' => '',
];
6 changes: 6 additions & 0 deletions messages/eu/views_mail_index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'Conversations' => '',
'There are no messages yet.' => '',
];
5 changes: 5 additions & 0 deletions messages/eu/views_mail_list.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'There are no messages yet.' => '',
];
18 changes: 18 additions & 0 deletions messages/eu/views_mail_show.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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}.' => '',
];
5 changes: 5 additions & 0 deletions messages/eu/widgets_views_mailNotification.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'Show all messages' => '',
];
5 changes: 5 additions & 0 deletions messages/eu/widgets_views_newMessageButton.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'Send message' => '',
];

0 comments on commit a716df0

Please sign in to comment.