chat.inc.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php # $Id: chat.inc.php 3651 2005-03-03 18:16:40Z olivierb78 $
  2. /*
  3. CLAROLINE $Version$ $Revision: 3651 $
  4. */
  5. /*
  6. * Language translation
  7. *
  8. GOAL
  9. ----
  10. Translate the chat interface in chosen language
  11. **/
  12. $langChat = "Chat";
  13. $langOnlineConference = "Conference";
  14. $langWash = "Wash";
  15. $langReset = "Reset";
  16. $langSave = "Save";
  17. $langRefresh = "Refresh";
  18. $langIsNowInYourDocDir = "is now in your Documents tool. <br><B>This file is visible</B>";
  19. $langCopyFailed = "Print failed";
  20. $langTypeMessage = "Please type your message!";
  21. $langConfirmReset = "Do you really want to delete all messages?";
  22. $langHasResetChat = "has reset the Chat";
  23. $langNoOnlineConference = "There is no conference for the moment ...";
  24. $langMediaFile = "Live audio or video streaming";
  25. $langContentFile = "Presentation";
  26. $langListOfParticipants = "List of participants";
  27. $langYourPicture = "Your picture";
  28. $langOnlineDescription = "Conference description";
  29. $langOnlyCheckForImportantQuestion='Please check this box only to ask an important question !';
  30. $langQuestion='question';
  31. $langClearList='Clear the list';
  32. $langWhiteBoard='White board';
  33. $langHome='Home';
  34. $langTextEditorDefault='<h2>Word processor</h2>Cut and paste here from Ms-Word&reg; then edit. Participants will see your modifications live.';
  35. $langLinks='Links';
  36. $langStreaming='Streaming';
  37. $langStreamURL='Stream URL';
  38. $langStreamType='Stream type';
  39. $langLinkName='Link name';
  40. $langLinkURL='Link URL';
  41. $langWelcomeToOnlineConf='Welcome to the <b>Online Conference</b>';
  42. $langNoLinkAvailable='No Link available';
  43. $langOrFile="Or file";
  44. ?>