videoconf.inc.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $Camera = "Camera";
  5. $Microphone = "Microphone";
  6. $Name = "Name";
  7. $DeleteStream = "Delete stream";
  8. $Progress = "Progress";
  9. $Play = "Play";
  10. $Stop = "Stop";
  11. $Record = "Record";
  12. $NoFileAvailable = "No File availible";
  13. $RecordingOnlyForTeachers = "Recording only for trainers";
  14. $UsersNow = "Users at the moment:";
  15. $StartConference = "Start conference";
  16. $MyName = "My name";
  17. $OrganisationSVideoconference = "Dokeos LIVE";
  18. $ImportPresentation = "Import presentation";
  19. $RefreshList = "Refresh list";
  20. $GoToTop = "Go to Top";
  21. $NewPoll = "New poll";
  22. $CreateNewPoll = "Create a new poll for this room";
  23. $Question = "Question:";
  24. $PollType = "Polltype:";
  25. $Create = "Create";
  26. $InfoConnectedUsersGetNotifiedOfThisPoll = "Info: Every connected User in this room will get a notification of this new Poll.";
  27. $YesNo = "Yes/No";
  28. $Numeric1To10 = "Numeric 1-10";
  29. $Poll = "Poll";
  30. $YouHaveToBecomeModeratorOfThisRoomToStartPolls = "You have to become Moderator of this Room to make polls.";
  31. $YourVoteHasBeenSent = "Your vote has been sent";
  32. $YouAlreadyVotedForThisPoll = "You\'ve already voted for this poll";
  33. $VoteButton = "Vote!";
  34. $YourAnswer = "Your answer:";
  35. $Yes = "Yes";
  36. $No = "No";
  37. $WantsToKnow = "wants to know:";
  38. $PollResults = "Poll results";
  39. $Votes = "Votes:";
  40. $Result = "Result:";
  41. $ThereIsNoPoll = "There is no Poll.";
  42. $MeetingMode = "Meeting (max 4 seats)";
  43. $ConferenceMaxSeats = "Conference (max 50 seats)";
  44. $Mode = "Mode";
  45. $RemainingSeats = "Remaining seats";
  46. $AlreadyIn = "Already in";
  47. $CheckIn = "Check in";
  48. $TheModeratorHasLeft = "The Moderator of this Conference has left the room.";
  49. $SystemMessage = "System message";
  50. $ChooseDevices = "Choose devices";
  51. $ChooseCam = "Choose Cam:";
  52. $ChooseMic = "Choose Mic:";
  53. $OK = "Validate";
  54. $YouHaveToReconnectSoThatTheChangesTakeEffect = "You have to reconnect so that the changes take effect.";
  55. $ChangeSettings = "Change settings";
  56. $Course = "Training:";
  57. $CourseLanguage = "Language:";
  58. $ConfirmClearWhiteboard = "Confirm Clear Whiteboard";
  59. $ShouldWitheboardBeClearedBeforeNewImage = "Should the whiteboard be cleared before I add a new Image?";
  60. $DontAskMeAgain = "Don\'t ask me again";
  61. $EditSettings = "Edit Settings";
  62. $ShowConfirmationBeforeClearingWhiteboard = "Ask confirmation before clearing whiteboard";
  63. $UserInfo = "User Info";
  64. $ClearDrawArea = "Clear Draw Area";
  65. $Undo = "Undo";
  66. $Redo = "Redo";
  67. $SelectAnObject = "Select an Object";
  68. $Text = "Text";
  69. $Paint = "Paint";
  70. $DrawLine = "Draw line";
  71. $DrawUnderline = "Draw underline";
  72. $Rectangle = "Rectangle";
  73. $Elipse = "Ellipse";
  74. $Arrow = "Arrow";
  75. $DeleteChosenItem = "Delete selected resource";
  76. $ApplyForModeration = "Apply for moderation";
  77. $Apply = "Apply";
  78. $BecomeModerator = "Become moderator";
  79. $Close = "Close";
  80. $Italic = "Italic";
  81. $Bold = "Bold";
  82. $Waiting = "Waiting";
  83. $AUserWantsToApplyForModeration = "A User wants to apply for moderation:";
  84. $Accept = "Accept";
  85. $Reject = "Reject";
  86. $SendingRequestToFollowingUsers = "Sending request to the following users";
  87. $Accepted = "Accepted";
  88. $Rejected = "Rejected";
  89. $ChangeModerator = "Change Moderator";
  90. $YouAreNotModeratingThisCourse = "You are not moderator.";
  91. $Moderator = "Moderator:";
  92. $ThisRoomIsFullPleaseTryAgain = "This Room is full. Sorry please try again later.";
  93. $Loading = "Loading";
  94. $PleaseWaitWhileLoadingImage = "Please wait while loading image";
  95. $SynchronisingConferenceMembers = "Synchronizing conference members";
  96. $Trainer = "Coach";
  97. $Learner = "Learner";
  98. $Chat = "Chat";
  99. $Slides = "Slides";
  100. $WaitingForParticipants = "Waiting for participants";
  101. $Send = "Import presentation";
  102. $Browse = "Browse";
  103. $Cancel = "Cancel";
  104. $ChooseFile = "Choose a file to import";
  105. $ConvertingDocument = "Converting document";
  106. $Disconnected = "Disconnected";
  107. $FineStroke = "Thin";
  108. $MediumStroke = "Medium";
  109. $ThickStroke = "Thick";
  110. ?>