123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $Camera = "Camera";
- $Microphone = "Microphone";
- $Name = "Name";
- $DeleteStream = "Delete stream";
- $Progress = "Progress";
- $Play = "Play";
- $Stop = "Stop";
- $Record = "Record";
- $NoFileAvailable = "No File availible";
- $RecordingOnlyForTeachers = "Recording only for trainers";
- $UsersNow = "Users at the moment:";
- $StartConference = "Start conference";
- $MyName = "My name";
- $OrganisationSVideoconference = "Chamilo LIVE";
- $ImportPresentation = "Import presentation";
- $RefreshList = "Refresh list";
- $GoToTop = "Go to Top";
- $NewPoll = "New poll";
- $CreateNewPoll = "Create a new poll for this room";
- $Question = "Question";
- $PollType = "Polltype:";
- $Create = "Create";
- $InfoConnectedUsersGetNotifiedOfThisPoll = "Info: Every connected User in this room will get a notification of this new Poll.";
- $YesNo = "Yes / No";
- $Numeric1To10 = "Numeric 1-10";
- $Poll = "Poll";
- $YouHaveToBecomeModeratorOfThisRoomToStartPolls = "You have to become Moderator of this Room to make polls.";
- $YourVoteHasBeenSent = "Your vote has been sent";
- $YouAlreadyVotedForThisPoll = "You've already voted for this poll";
- $VoteButton = "Vote!";
- $YourAnswer = "Your answer";
- $Yes = "Yes";
- $No = "No";
- $WantsToKnow = "wants to know:";
- $PollResults = "Poll results";
- $Votes = "Votes:";
- $Result = "Result";
- $ThereIsNoPoll = "There is no Poll.";
- $MeetingMode = "Meeting (max 4 seats)";
- $ConferenceMaxSeats = "Conference (max 50 seats)";
- $Mode = "Mode";
- $RemainingSeats = "Remaining seats";
- $AlreadyIn = "Already in";
- $CheckIn = "Check in";
- $TheModeratorHasLeft = "The Moderator of this Conference has left the room.";
- $SystemMessage = "System message";
- $ChooseDevices = "Choose devices";
- $ChooseCam = "Choose Cam:";
- $ChooseMic = "Choose Mic:";
- $OK = "Validate";
- $YouHaveToReconnectSoThatTheChangesTakeEffect = "You have to reconnect so that the changes take effect.";
- $ChangeSettings = "Change settings";
- $Course = "Course";
- $CourseLanguage = "Language:";
- $ConfirmClearWhiteboard = "Confirm Clear Whiteboard";
- $ShouldWitheboardBeClearedBeforeNewImage = "Should the whiteboard be cleared before I add a new Image?";
- $DontAskMeAgain = "Don't ask me again";
- $EditSettings = "Edit Settings";
- $ShowConfirmationBeforeClearingWhiteboard = "Ask confirmation before clearing whiteboard";
- $UserInfo = "user information";
- $ClearDrawArea = "Clear Draw Area";
- $Undo = "Undo";
- $Redo = "Redo";
- $SelectAnObject = "Select an Object";
- $Text = "Text";
- $Paint = "Paint";
- $DrawLine = "Draw line";
- $DrawUnderline = "Draw underline";
- $Rectangle = "Rectangle";
- $Elipse = "Ellipse";
- $Arrow = "Arrow";
- $DeleteChosenItem = "Delete selected resource";
- $ApplyForModeration = "Apply for moderation";
- $Apply = "Apply";
- $BecomeModerator = "Become moderator";
- $Close = "close";
- $Italic = "Italic";
- $Bold = "Bold";
- $Waiting = "Waiting";
- $AUserWantsToApplyForModeration = "A User wants to apply for moderation:";
- $Accept = "Accept";
- $Reject = "Reject";
- $SendingRequestToFollowingUsers = "Sending request to the following users";
- $Accepted = "Accepted";
- $Rejected = "Rejected";
- $ChangeModerator = "Change Moderator";
- $YouAreNotModeratingThisCourse = "You are not moderator.";
- $Moderator = "Moderator";
- $ThisRoomIsFullPleaseTryAgain = "This Room is full. Sorry please try again later.";
- $Loading = "Loading";
- $PleaseWaitWhileLoadingImage = "Please wait while loading image";
- $SynchronisingConferenceMembers = "Synchronizing conference members";
- $Trainer = "Teacher";
- $Learner = "Learner";
- $Chat = "Chat";
- $Slides = "Slides";
- $WaitingForParticipants = "Waiting for participants";
- $Send = "Send message";
- $Browse = "Browse";
- $Cancel = "Cancel";
- $ChooseFile = "Choose a file to import";
- $ConvertingDocument = "Converting document";
- $Disconnected = "Disconnected";
- $FineStroke = "Thin";
- $MediumStroke = "Medium";
- $ThickStroke = "Thick";
- ?>
|