Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/lang/english/messages.inc.php

38 lines
1.4 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$Inbox = "Inbox";
$Messages = "Messages";
$SendMessage = "Send message";
$NewMessage = "New message";
$ComposeMessage = "Compose message";
$DeleteSelectedMessages = "Delete selected messages";
$SelectAll = "Select all";
$DeselectAll = "Deselect all";
$ReplyToMessage = "Reply";
$BackToInbox = "Back to inbox";
$MessageSentTo = "The message has been sent to";
$SendMessageTo = "Send to";
$Myself = "myself";
$From = "From";
$To = "To";
$Date = "Date";
$InvalidMessageId = "The id of the message to reply to is not valid.";
$ErrorSendingMessage = "There was an error while trying to send the message.";
$SureYouWantToDeleteSelectedMessages = "Are you sure you want to delete the selected messages?";
$SelectedMessagesDeleted = "The selected messages have been deleted";
$EnterTitle = "Please enter a title";
$TypeYourMessage = "Type your message here";
$MessageDeleted = "The message has been deleted";
$ConfirmDeleteMessage = "Are you sure you want to delete the selected message? ";
$DeleteMessage = "Delete message";
$ReadMessage = "Read message";
$SendInviteMessage = "Send invite message";
$SendMessageInvitation = "Are you sure that you wish to send these invitations ?";
$MessageTool = "Messages tool";
$SendMessage = "Send messages";
$WriteToMessage = "Write to message";
$AlreadyReadMessage = "Message already read";
$UnReadMessage = "Message without reading";
$MessageSent = "Message Sent";
?>