chat.inc.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langOnlineConference = "Conference";
  6. $langWash = "Wash";
  7. $langReset = "Reset";
  8. $langSave = "Send message";
  9. $langRefresh = "Refresh";
  10. $langIsNowInYourDocDir = "is now in your Documents tool. <br><B>This file is visible</B>";
  11. $langCopyFailed = "Print failed";
  12. $langTypeMessage = "Please type your message!";
  13. $langConfirmReset = "Do you really want to delete all messages?";
  14. $langHasResetChat = "has reset the Chat";
  15. $langNoOnlineConference = "There is no conference for the moment ...";
  16. $langMediaFile = "Live audio or video streaming";
  17. $langContentFile = "Presentation";
  18. $langListOfParticipants = "List of participants";
  19. $langYourPicture = "Your picture";
  20. $langOnlineDescription = "Conference description";
  21. $langOnlyCheckForImportantQuestion = "Please check this box only to ask an important question !";
  22. $langQuestion = "question";
  23. $langClearList = "Clear the chat";
  24. $langWhiteBoard = "White board";
  25. $langTextEditorDefault = "<h2>Word processor</h2>Cut and paste here from Ms-Word® then edit. Participants will see your modifications live.";
  26. $langStreaming = "Streaming";
  27. $langStreamURL = "Stream URL";
  28. $langStreamType = "Stream type";
  29. $langLinkName = "Link name";
  30. $langLinkURL = "Link URL";
  31. $langWelcomeToOnlineConf = "Welcome to the <b>Online Conference</b>";
  32. $langNoLinkAvailable = "No Link available";
  33. $langChat_reset_by = "reset chat";
  34. $OrFile = "Or file";
  35. $langCallSent = "Chat call has been sent. Waiting for the approval of your partner.";
  36. $langChatDenied = "Your call has been denied by your partner.";
  37. $Send = "Send message";
  38. $Connected = "Chat partners";
  39. $Think = "Think";
  40. $BigGrin = "Big grin";
  41. $Amazing = "Amazing";
  42. $Confused = "Confused";
  43. $Cool = "Cool";
  44. $Surprised = "Surprised";
  45. $Hand = "Hello";
  46. $Wink = "Wink";
  47. $Neutral = "Neutral";
  48. $Angry = "Angry";
  49. $Avid = "Avid";
  50. $Redface = "To blush";
  51. $Sad = "Sad";
  52. $Silence = "Silence";
  53. $Silenced = "Silenced";
  54. $Smile = "Smile";
  55. $Exclamation = "Exclamation";
  56. $Arrow = "Arrow";
  57. $Question = "Question";
  58. $Idea = "Idea";
  59. $AskPermissionSpeak = "Ask permission to speak";
  60. $GiveTheFloorTo = "Give the floor to";
  61. $Pause = "Pause";
  62. $Stop = "Stop";
  63. ?>