diff --git a/messages/eu/base.php b/messages/eu/base.php index d49d99ed..3c1c3ff2 100644 --- a/messages/eu/base.php +++ b/messages/eu/base.php @@ -1,75 +1,74 @@ Confirm tag deletion' => '', - 'Edit conversation tags' => '', - 'Edit tag' => '', - 'Manage conversation tags' => '', - 'Messenger 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 ( + 'Confirm tag deletion' => '', + 'Edit conversation tags' => '', + 'Edit tag' => '', + 'Manage conversation tags' => '', + 'Messenger 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.' => '', +); diff --git a/messages/eu/views_mail_show.php b/messages/eu/views_mail_show.php index 1b3f7308..efa52dd5 100644 --- a/messages/eu/views_mail_show.php +++ b/messages/eu/views_mail_show.php @@ -1,18 +1,17 @@ Confirm deleting conversation' => '', - 'Confirm leaving conversation' => '', - 'Confirm 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 ( + 'Confirm deleting conversation' => '', + 'Confirm leaving conversation' => '', + 'Confirm 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}.' => '', +);