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

24 lines
845 B

<?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";
?>