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_org/chat.inc.php

45 lines
1.6 KiB

<?php # $Id: chat.inc.php 3651 2005-03-03 18:16:40Z olivierb78 $
/*
CLAROLINE $Version$ $Revision: 3651 $
*/
/*
* Language translation
*
GOAL
----
Translate the chat interface in chosen language
**/
$langChat = "Chat";
$langOnlineConference = "Conference";
$langWash = "Wash";
$langReset = "Reset";
$langSave = "Save";
$langRefresh = "Refresh";
$langIsNowInYourDocDir = "is now in your Documents tool. <br><B>This file is visible</B>";
$langCopyFailed = "Print failed";
$langTypeMessage = "Please type your message!";
$langConfirmReset = "Do you really want to delete all messages?";
$langHasResetChat = "has reset the Chat";
$langNoOnlineConference = "There is no conference for the moment ...";
$langMediaFile = "Live audio or video streaming";
$langContentFile = "Presentation";
$langListOfParticipants = "List of participants";
$langYourPicture = "Your picture";
$langOnlineDescription = "Conference description";
$langOnlyCheckForImportantQuestion='Please check this box only to ask an important question !';
$langQuestion='question';
$langClearList='Clear the list';
$langWhiteBoard='White board';
$langHome='Home';
$langTextEditorDefault='<h2>Word processor</h2>Cut and paste here from Ms-Word&reg; then edit. Participants will see your modifications live.';
$langLinks='Links';
$langStreaming='Streaming';
$langStreamURL='Stream URL';
$langStreamType='Stream type';
$langLinkName='Link name';
$langLinkURL='Link URL';
$langWelcomeToOnlineConf='Welcome to the <b>Online Conference</b>';
$langNoLinkAvailable='No Link available';
$langOrFile="Or file";
?>