chat.inc.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langOnlineConference = "Conference";
  5. $langWash = "Wash";
  6. $langReset = "Reset";
  7. $langSave = "Save";
  8. $langRefresh = "Refresh";
  9. $langIsNowInYourDocDir = "is now in your Documents tool. <br><B>This file is visible</B>";
  10. $langCopyFailed = "Print failed";
  11. $langTypeMessage = "Please type your message!";
  12. $langConfirmReset = "Do you really want to delete all messages?";
  13. $langHasResetChat = "has reset the Chat";
  14. $langNoOnlineConference = "There is no conference for the moment ...";
  15. $langMediaFile = "Live audio or video streaming";
  16. $langContentFile = "Presentation";
  17. $langListOfParticipants = "List of participants";
  18. $langYourPicture = "Your picture";
  19. $langOnlineDescription = "Conference description";
  20. $langOnlyCheckForImportantQuestion = "Please check this box only to ask an important question !";
  21. $langQuestion = "question";
  22. $langClearList = "Clear the list";
  23. $langWhiteBoard = "White board";
  24. $langTextEditorDefault = "<h2>Word processor</h2>Cut and paste here from Ms-Word® then edit. Participants will see your modifications live.";
  25. $langStreaming = "Streaming";
  26. $langStreamURL = "Stream URL";
  27. $langStreamType = "Stream type";
  28. $langLinkName = "Link name";
  29. $langLinkURL = "Link URL";
  30. $langWelcomeToOnlineConf = "Welcome to the <b>Online Conference</b>";
  31. $langNoLinkAvailable = "No Link available";
  32. $langChat_reset_by = "reset chat";
  33. $OrFile = "Or file";
  34. $langCallSent = "Chat call has been sent. Waiting for approval of your partner.";
  35. $langChatDenied = "Your call has been denied by your partner.";
  36. $Send = "Send";
  37. $Connected = "Connected";
  38. ?>