chat.inc.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 = "Send message";
  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 chat";
  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 the approval of your partner.";
  35. $langChatDenied = "Your call has been denied by your partner.";
  36. $Send = "Send message";
  37. $Connected = "Chat partners";
  38. $Think = "Think";
  39. $BigGrin = "Big grin";
  40. $Amazing = "Amazing";
  41. $Confused = "Confused";
  42. $Cool = "Cool";
  43. $Surprised = "Surprised";
  44. $Hand = "Hello";
  45. $Wink = "Wink";
  46. $Neutral = "Neutral";
  47. $Angry = "Angry";
  48. $Avid = "Avid";
  49. $Redface = "To blush";
  50. $Sad = "Sad";
  51. $Silence = "Silence";
  52. $Silenced = "Silenced";
  53. $Smile = "Smile";
  54. $Exclamation = "Exclamation";
  55. $Arrow = "Arrow";
  56. $Question = "Question";
  57. $Idea = "Idea";
  58. $AskPermissionSpeak = "Ask permission to speak";
  59. $GiveTheFloorTo = "Give the floor to";
  60. $Pause = "Pause";
  61. $Stop = "Stop";
  62. ?>