Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into breakout-rooms-porto-algre-2015

This commit is contained in:
Richard Alam 2015-11-17 23:25:54 -05:00
commit 0c2a2e6ce1
122 changed files with 5746 additions and 3873 deletions

View File

@ -105,7 +105,7 @@ module.exports = class Hook
# gave up trying to perform the callback, remove the hook forever
@emitter.on "stopped", (error) =>
Logger.warn "Hook: too many failed attempts to perform a callback call, removing the hook", JSON.stringify(hook)
Logger.warn "Hook: too many failed attempts to perform a callback call, removing the hook for", @callbackURL
@destroy()
@addSubscription = (callbackURL, meetingID=null, callback) ->

View File

@ -566,10 +566,6 @@ TitleWindow {
cornerRadius: 5;
}
.micSettingsWindowMicProgressBarStyle {
}
.micSettingsWindowHelpButtonStyle {
paddingLeft: 4;
paddingRight: 4;
@ -589,7 +585,7 @@ MDIWindow { /*None of the following properties are overridden by the MDIWindow c
cornerRadius: 5;
dropShadowEnabled: false;
titleStyleName: "mypanelTitle";
titleStyleName: "mdiWindowTitle";
cornerResizeImg: Embed(source="assets/swf/Blue.swf", symbol="Corner_Resize");
cornerResizeWidth: 2;
@ -744,7 +740,7 @@ MDIWindow { /*None of the following properties are overridden by the MDIWindow c
borderThicknessRight: 3;
}
.mypanelTitle {
.mdiWindowTitle {
color: #5e5f63;
fontFamily: Arial;
fontSize: 12;

View File

@ -76,6 +76,7 @@
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.lowerAllHands = Lower All Hands
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
@ -148,9 +149,14 @@
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
# bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
@ -164,6 +170,14 @@
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam is being used by another application
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
@ -270,7 +286,8 @@
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
@ -343,6 +360,13 @@
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
@ -393,8 +417,6 @@
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
@ -497,35 +513,28 @@
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
# bbb.polling.createPoll = Create New Poll
# bbb.polling.createPoll.moreThanOneResponse = Allow users to choose more than one response
# bbb.polling.createPoll.hint = Hint\: Start every answer with a new line
# bbb.polling.createPoll.answers = Answers\:
# bbb.polling.createPoll.question = Question\:
# bbb.polling.createPoll.title = Title\:
# bbb.polling.createPoll.publishToWeb = Enable web polling
# bbb.polling.pollPreview = Poll Preview
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.publish = Publish
# bbb.polling.pollPreview.preview = Preview
# bbb.polling.pollPreview.save = Save
# bbb.polling.pollPreview.cancel = Cancel
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.hereIsYourPoll = Here is your poll\:
# bbb.polling.pollPreview.ifYouWantChanges = if you want to make any changes use the 'Modify' button
# bbb.polling.pollPreview.checkAll = (check all that may apply)
# bbb.polling.pollPreview.pollWillPublishOnline = This poll will be available for web polling.
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
@ -533,49 +542,6 @@
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -2,7 +2,7 @@
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.lowerAllHands = Lower All Hands
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
@ -148,9 +149,14 @@
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
# bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
@ -164,6 +170,14 @@
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam is being used by another application
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
@ -270,7 +286,8 @@
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
@ -343,6 +360,13 @@
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
@ -393,8 +417,6 @@
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
@ -497,35 +513,28 @@
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
# bbb.polling.createPoll = Create New Poll
# bbb.polling.createPoll.moreThanOneResponse = Allow users to choose more than one response
# bbb.polling.createPoll.hint = Hint\: Start every answer with a new line
# bbb.polling.createPoll.answers = Answers\:
# bbb.polling.createPoll.question = Question\:
# bbb.polling.createPoll.title = Title\:
# bbb.polling.createPoll.publishToWeb = Enable web polling
# bbb.polling.pollPreview = Poll Preview
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.publish = Publish
# bbb.polling.pollPreview.preview = Preview
# bbb.polling.pollPreview.save = Save
# bbb.polling.pollPreview.cancel = Cancel
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.hereIsYourPoll = Here is your poll\:
# bbb.polling.pollPreview.ifYouWantChanges = if you want to make any changes use the 'Modify' button
# bbb.polling.pollPreview.checkAll = (check all that may apply)
# bbb.polling.pollPreview.pollWillPublishOnline = This poll will be available for web polling.
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
@ -533,49 +542,6 @@
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -76,6 +76,7 @@ bbb.oldlocalewindow.windowTitle = Diqqət\: köhnə dil ayarları
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.lowerAllHands = Lower All Hands
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
@ -148,9 +149,14 @@
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
# bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
@ -164,6 +170,14 @@
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam is being used by another application
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
@ -270,7 +286,8 @@
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
@ -343,6 +360,13 @@
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
@ -393,8 +417,6 @@
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
@ -497,35 +513,28 @@
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
# bbb.polling.createPoll = Create New Poll
# bbb.polling.createPoll.moreThanOneResponse = Allow users to choose more than one response
# bbb.polling.createPoll.hint = Hint\: Start every answer with a new line
# bbb.polling.createPoll.answers = Answers\:
# bbb.polling.createPoll.question = Question\:
# bbb.polling.createPoll.title = Title\:
# bbb.polling.createPoll.publishToWeb = Enable web polling
# bbb.polling.pollPreview = Poll Preview
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.publish = Publish
# bbb.polling.pollPreview.preview = Preview
# bbb.polling.pollPreview.save = Save
# bbb.polling.pollPreview.cancel = Cancel
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.hereIsYourPoll = Here is your poll\:
# bbb.polling.pollPreview.ifYouWantChanges = if you want to make any changes use the 'Modify' button
# bbb.polling.pollPreview.checkAll = (check all that may apply)
# bbb.polling.pollPreview.pollWillPublishOnline = This poll will be available for web polling.
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
@ -533,49 +542,6 @@
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1005 = Грешка 1005\: Повикването
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = \ Грешка {0}\: Непознат код на грешка.
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = Configuracions d'Àudio. Aquesta finestra romandr
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Chyba 1007\: ICE komunikace selhala
bbb.webrtcWarning.failedError.1008 = Chyba 1008\: Přenos selhal
bbb.webrtcWarning.failedError.1009 = Chyba 1009\: Nebylo možné stáhnout STUN/TURN informace serveru
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Chyba {0}\: Neznámý chybový kód
bbb.webrtcWarning.failedError.mediamissing = Váš mikrofon nemohl byl použit pro WebRTC volání
bbb.webrtcWarning.failedError.endedunexpectedly = Ozvěnový test WebRTC byl neočekávaně ukončen

View File

@ -76,6 +76,7 @@ bbb.micWarning.message = Nid yw eich meicroffon wedi dangos unrhyw weithgaredd,
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -1,191 +1,192 @@
# bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Tilslutter til serveren
bbb.mainshell.statusProgress.loading = Henter {0} moduler
bbb.mainshell.statusProgress.cannotConnectServer = Vi kan desværre ikke oprette forbindelse til serveren.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [ {0}] - For yderligere information besøg <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Åbn log-vinduet
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
bbb.mainshell.meetingNotFound = Ingen møde fundet.
bbb.mainshell.invalidAuthToken = Ugyldig godkendelse
bbb.mainshell.resetLayoutBtn.toolTip = Nulstil layout på værktøjsbjælke
# bbb.mainshell.notification.tunnelling = Tunnelling
# bbb.mainshell.notification.webrtc = WebRTC Audio
bbb.mainshell.notification.tunnelling = Tunnel
bbb.mainshell.notification.webrtc = WebRTC Audio
bbb.oldlocalewindow.reminder1 = Du har måske en gammel oversættelse af BigBlueButton.
bbb.oldlocalewindow.reminder2 = Tøm din browsers cache og prøv igen.
bbb.oldlocalewindow.windowTitle = Advarsel\: gamle oversættelser
# bbb.audioSelection.title = How do you want to join the audio?
# bbb.audioSelection.btnMicrophone.label = Microphone
# bbb.audioSelection.btnMicrophone.toolTip = Join the audio with your microphone
# bbb.audioSelection.btnListenOnly.label = Listen Only
# bbb.audioSelection.btnListenOnly.toolTip = Join the audio as listen only
# bbb.audioSelection.txtPhone.text = To join this meeting by phone, dial\: {0} then enter {1} as the conference pin number.
# bbb.micSettings.title = Audio Test
# bbb.micSettings.speakers.header = Test Speakers
# bbb.micSettings.microphone.header = Test Microphone
bbb.audioSelection.title = Hvorledes vil du deltage i audio.
bbb.audioSelection.btnMicrophone.label = Mikrofon
bbb.audioSelection.btnMicrophone.toolTip = Deltag i audio med din mikrofon.
bbb.audioSelection.btnListenOnly.label = Kun lyt.
bbb.audioSelection.btnListenOnly.toolTip = Kun lyt
bbb.audioSelection.txtPhone.text = For at deltage i dette møde via telefon, ring\: {0} eller indtast {1} som konference pin nummer.
bbb.micSettings.title = Lydtest
bbb.micSettings.speakers.header = Test dine højtaler
bbb.micSettings.microphone.header = Test din mikrofon
bbb.micSettings.playSound = Afprøv højttalere
bbb.micSettings.playSound.toolTip = Spil musik for at teste højttalerne
bbb.micSettings.hearFromHeadset = Du burde nu høre lyd i dit headset, og ikke i dine computerhøjttalere.
# bbb.micSettings.speakIntoMic = If you are using a headset (or earbuds), you should hear the audio from your headset -- not from your computer speakers.
# bbb.micSettings.echoTestMicPrompt = This is a private echo test. Speak a few words. Did you hear audio?
# bbb.micSettings.echoTestAudioYes = Yes
# bbb.micSettings.echoTestAudioNo = No
# bbb.micSettings.speakIntoMicTestLevel = Speak into your microphone. You should see the bar move. If not, choose another mic.
# bbb.micSettings.recommendHeadset = Use a headset with a microphone for best audio experience.
bbb.micSettings.speakIntoMic = Du burde nu høre lyd i dit headset.
bbb.micSettings.echoTestMicPrompt = Dette er en privat Echo test. Tal venligst i mikrofonen, kan du høre det?
bbb.micSettings.echoTestAudioYes = Ja
bbb.micSettings.echoTestAudioNo = Nej
bbb.micSettings.speakIntoMicTestLevel = Tal venligst i mikrofonen. Du skulle gerne se lyd ikonet aktiveres. Hvis ikke, så vælg en anden mikrofon.
bbb.micSettings.recommendHeadset = Anvend et headset med en mikrofon for det bedste lydoplevelse.
bbb.micSettings.changeMic = Afprøv/skift mikrofon
# bbb.micSettings.changeMic.toolTip = Open the Flash Player microphone settings dialog box
# bbb.micSettings.comboMicList.toolTip = Select a microphone
# bbb.micSettings.micRecordVolume.label = Gain
# bbb.micSettings.micRecordVolume.toolTip = Set your microphone gain
# bbb.micSettings.nextButton = Next
# bbb.micSettings.nextButton.toolTip = Start the echo test
bbb.micSettings.changeMic.toolTip = Åbn venligst din Flash Player mikrofon indstillinger
bbb.micSettings.comboMicList.toolTip = Vælg en mikrofon
bbb.micSettings.micRecordVolume.label = Vælg
bbb.micSettings.micRecordVolume.toolTip = Aktiver mikrofon
bbb.micSettings.nextButton = Næste
bbb.micSettings.nextButton.toolTip = Start Echo test
bbb.micSettings.join = Forbind lyd
# bbb.micSettings.join.toolTip = Join the audio conference
# bbb.micSettings.cancel = Cancel
# bbb.micSettings.connectingtoecho = Connecting
# bbb.micSettings.connectingtoecho.error = Echo Test Error\: Please contact administrator.
# bbb.micSettings.cancel.toolTip = Cancel joining the audio conference
# bbb.micSettings.access.helpButton = Open tutorial videos in a new page.
# bbb.micSettings.access.title = Audio Settings. Focus will remain in this audio settings window until the window is closed.
# bbb.micSettings.webrtc.title = WebRTC Support
# bbb.micSettings.webrtc.capableBrowser = Your browser supports WebRTC.
# bbb.micSettings.webrtc.capableBrowser.dontuseit = Click not to use WebRTC
# bbb.micSettings.webrtc.capableBrowser.dontuseit.toolTip = Click here if you don't want to use the WebRTC technology (recommended if you have problems using it).
# bbb.micSettings.webrtc.notCapableBrowser = WebRTC is not supported in your browser. Please use Google Chrome (version 32 or greater); or Mozilla Firefox (version 26 or greater). You will still be able to join the voice conference using the Adobe Flash Platform.
# bbb.micSettings.webrtc.connecting = Calling
# bbb.micSettings.webrtc.waitingforice = Connecting
# bbb.micSettings.webrtc.transferring = Transferring
# bbb.micSettings.webrtc.endingecho = Joining audio
# bbb.micSettings.webrtc.endedecho = Echo test ended.
# bbb.micPermissions.firefox.title = Firefox Microphone Permissions
# bbb.micPermissions.firefox.message1 = Choose your mic and then click Share.
# bbb.micPermissions.firefox.message2 = If you don't see the list of microphones, click on the microphone icon.
# bbb.micPermissions.chrome.title = Chrome Microphone Permissions
# bbb.micPermissions.chrome.message1 = Click Allow to give Chrome permission to use your microphone.
# bbb.micWarning.title = Audio Warning
# bbb.micWarning.joinBtn.label = Join anyway
# bbb.micWarning.testAgain.label = Test again
# bbb.micWarning.message = Your microphone did not show any activity, others probably won't be able to hear you during the session.
# bbb.webrtcWarning.message = Detected the following WebRTC issue\: {0}. Do you want to try Flash instead?
# bbb.webrtcWarning.title = WebRTC Audio Failure
# bbb.webrtcWarning.failedError.1001 = Error 1001\: WebSocket disconnected
# bbb.webrtcWarning.failedError.1002 = Error 1002\: Could not make a WebSocket connection
# bbb.webrtcWarning.failedError.1003 = Error 1003\: Browser version not supported
# bbb.webrtcWarning.failedError.1004 = Error 1004\: Failure on call (reason\={0})
# bbb.webrtcWarning.failedError.1005 = Error 1005\: Call ended unexpectedly
# bbb.webrtcWarning.failedError.1006 = Error 1006\: Call timed out
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
bbb.micSettings.join.toolTip = Deltag med lyd
bbb.micSettings.cancel = Fortryd
bbb.micSettings.connectingtoecho = Forbinder
bbb.micSettings.connectingtoecho.error = Echo test fejl\: Venligst kontakt administratoren.
bbb.micSettings.cancel.toolTip = Fortryd deltagelse i audio konference
bbb.micSettings.access.helpButton = Åbn tutorial videoer i nyt vindue
bbb.micSettings.access.title = Lydindstillinger. Fokus vil forblive i dette lydindstillingsvindue indtil vinduet er lukket.
bbb.micSettings.webrtc.title = WebTRC Support
bbb.micSettings.webrtc.capableBrowser = Din browser understøtter WebRTC
bbb.micSettings.webrtc.capableBrowser.dontuseit = Klik, ikke for at anvende WebRTC
bbb.micSettings.webrtc.capableBrowser.dontuseit.toolTip = Klik her, hvis du ikke ønsker at anvende WebRTC technology (Dette er anbefalet i tilfælde af, at du har problemer med det)
bbb.micSettings.webrtc.notCapableBrowser = WebRTC er ikke understøttet i din browser. Venligst anvend Google Chrome (minimum version 32), du kan også anvende Mozilla Firefox (minimum version 26). Du kan også deltage verbalt ved anvendelse af Adobe Flash Platform.
bbb.micSettings.webrtc.connecting = Ringer
bbb.micSettings.webrtc.waitingforice = Forbinder
bbb.micSettings.webrtc.transferring = Overfør
bbb.micSettings.webrtc.endingecho = Deltager med lyd
bbb.micSettings.webrtc.endedecho = Echo testen er slut.
bbb.micPermissions.firefox.title = Firefox Mikrofon tilladelser
bbb.micPermissions.firefox.message1 = Vælg din mikrofon og tryk på del
bbb.micPermissions.firefox.message2 = I tilfælde af, at du ikke kan se listen over mikrofoner, klik venligst på mikrofon ikonet.
bbb.micPermissions.chrome.title = Chrome mikrofon tillladelser
bbb.micPermissions.chrome.message1 = Giv venligst Chrome tilladelse til at anvende din mikrofon.
bbb.micWarning.title = Advarsel - lyd
bbb.micWarning.joinBtn.label = Deltage alligevel
bbb.micWarning.testAgain.label = Test igen
bbb.micWarning.message = Din mikrofon lader ikke til at virke, de andre deltagere vil sikkert ikke være i stand til at høre dig.
bbb.webrtcWarning.message = Har opdaget følgende WebRTC problem\: {0}. Vil du som alternativt anvende Flash?
bbb.webrtcWarning.title = WebRTC Audio fejl.
bbb.webrtcWarning.failedError.1001 = Fejl 1001\: WebSocket mistede forbindelsen
bbb.webrtcWarning.failedError.1002 = Error 1002\: Kunne ikke forbinde WebSocket
bbb.webrtcWarning.failedError.1003 = Fejl 1003\: Browser version er ikke understøttet.
bbb.webrtcWarning.failedError.1004 = Fejl 1004\: Fejl i forbindelse med opringning (Grunden til dette er\={0})
bbb.webrtcWarning.failedError.1005 = Fejl 1005\: Opkald sluttet pludselig.
bbb.webrtcWarning.failedError.1006 = Fejl 1006\: Opkaldstiden er slut
bbb.webrtcWarning.failedError.1007 = Fejl 1007\: ICE forhandling fejl
bbb.webrtcWarning.failedError.1008 = Fejl 1008\: Overførelsen afbrudt
bbb.webrtcWarning.failedError.1009 = Fejl 1009\: Kunne ikke fetch STUN/TURN server information
bbb.webrtcWarning.failedError.1010 = Fejl 1010\: ICE forhandling timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Fejl {0}\: Ukendt fejl kode
bbb.webrtcWarning.failedError.mediamissing = Systemet kunne ikke anvende din WebRTC opkald
bbb.webrtcWarning.failedError.endedunexpectedly = WebRTC Echo testen sluttede pludseligt
bbb.mainToolbar.helpBtn = Hjælp
bbb.mainToolbar.logoutBtn = Log ud
# bbb.mainToolbar.logoutBtn.toolTip = Log Out
# bbb.mainToolbar.langSelector = Select language
bbb.mainToolbar.logoutBtn.toolTip = Log ud
bbb.mainToolbar.langSelector = Vælg sprog
bbb.mainToolbar.settingsBtn = Indstillinger
bbb.mainToolbar.settingsBtn.toolTip = Åbn indstillinger
# bbb.mainToolbar.shortcutBtn = Shortcut Keys
# bbb.mainToolbar.shortcutBtn.toolTip = Open Shortcut Keys Window
# bbb.mainToolbar.recordBtn.toolTip.start = Start recording
# bbb.mainToolbar.recordBtn.toolTip.stop = Stop recording
# bbb.mainToolbar.recordBtn.toolTip.recording = The session is being recorded
# bbb.mainToolbar.recordBtn.toolTip.notRecording = The session isn't being recorded
# bbb.mainToolbar.recordBtn.confirm.title = Confirm recording
# bbb.mainToolbar.recordBtn.confirm.message.start = Are you sure you want to start recording the session?
# bbb.mainToolbar.recordBtn.confirm.message.stop = Are you sure you want to stop recording the session?
# bbb.mainToolbar.recordBtn..notification.title = Record Notification
# bbb.mainToolbar.recordBtn..notification.message1 = You can record this meeting.
# bbb.mainToolbar.recordBtn..notification.message2 = You must click the Start/Stop Recording button in the title bar to begin/end recording.
# bbb.mainToolbar.recordingLabel.recording = (Recording)
# bbb.mainToolbar.recordingLabel.notRecording = Not Recording
# bbb.clientstatus.title = Configuration Notifications
# bbb.clientstatus.notification = Unread notifications
# bbb.clientstatus.tunneling.title = Firewall
# bbb.clientstatus.tunneling.message = A firewall is preventing your client from connecting directly on port 1935 to the remote server. Recommend joining a less restrictive network for a more stable connection
# bbb.clientstatus.browser.title = Browser Version
# bbb.clientstatus.browser.message = Your browser ({0}) is not up-to-date. Recommend updating to the latest version.
# bbb.clientstatus.flash.title = Flash Player
# bbb.clientstatus.flash.message = Your Flash Player plugin ({0}) is out-of-date. Recommend updating to the latest version.
# bbb.clientstatus.webrtc.title = Audio
# bbb.clientstatus.webrtc.message = Recommend using either Firefox or Chrome for better audio.
# bbb.clientstatus.java.title = Java
# bbb.clientstatus.java.notdetected = Java version not detected.
# bbb.clientstatus.java.notinstalled = You have no Java installed, please click <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> to install the latest Java to use the desktop sharing feature.
# bbb.clientstatus.java.oldversion = You have an old Java installed, please click <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> to install the latest Java to use the desktop sharing feature.
# bbb.window.minimizeBtn.toolTip = Minimize
# bbb.window.maximizeRestoreBtn.toolTip = Maximize
# bbb.window.closeBtn.toolTip = Close
# bbb.videoDock.titleBar = Webcam Window Title Bar
# bbb.presentation.titleBar = Presentation Window Title Bar
# bbb.chat.titleBar = Chat Window Title Bar
# bbb.users.title = Users{0} {1}
# bbb.users.titleBar = Users Window title bar
# bbb.users.quickLink.label = Users Window
# bbb.users.minimizeBtn.accessibilityName = Minimize the Users Window
# bbb.users.maximizeRestoreBtn.accessibilityName = Maximize the Users Window
# bbb.users.settings.buttonTooltip = Settings
# bbb.users.settings.audioSettings = Audio Test
# bbb.users.settings.webcamSettings = Webcam Settings
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
# bbb.users.pushToMute.toolTip = Mute yourself
# bbb.users.muteMeBtnTxt.talk = Unmute
# bbb.users.muteMeBtnTxt.mute = Mute
# bbb.users.muteMeBtnTxt.muted = Muted
# bbb.users.muteMeBtnTxt.unmuted = Unmuted
# bbb.users.usersGrid.contextmenu.exportusers = Copy User Names
# bbb.users.usersGrid.accessibilityName = Users List. Use the arrow keys to navigate.
# bbb.users.usersGrid.nameItemRenderer = Name
# bbb.users.usersGrid.nameItemRenderer.youIdentifier = you
# bbb.users.usersGrid.statusItemRenderer = Status
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
# bbb.users.usersGrid.mediaItemRenderer.webcamBtn = View webcam
# bbb.users.usersGrid.mediaItemRenderer.pushToTalk = Unmute {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToMute = Mute {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToLock = Lock {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToUnlock = Unlock {0}
# bbb.users.usersGrid.mediaItemRenderer.kickUser = Kick {0}
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.mainToolbar.shortcutBtn = Genvejstaster
bbb.mainToolbar.shortcutBtn.toolTip = Åbn genvejstast indstillingsvinduet
bbb.mainToolbar.recordBtn.toolTip.start = Start optagelse
bbb.mainToolbar.recordBtn.toolTip.stop = Stop optagelse
bbb.mainToolbar.recordBtn.toolTip.recording = Denne session er blevet optaget
bbb.mainToolbar.recordBtn.toolTip.notRecording = Denne session er ikke blevet optaget
bbb.mainToolbar.recordBtn.confirm.title = Bekræft optagelse
bbb.mainToolbar.recordBtn.confirm.message.start = Er du sikker på, at du ønsker at optage?
bbb.mainToolbar.recordBtn.confirm.message.stop = Er du sikker på, at du ønsker at stoppe optagelse?
bbb.mainToolbar.recordBtn..notification.title = Optage notifikation.
bbb.mainToolbar.recordBtn..notification.message1 = Du kan optage denne session.
bbb.mainToolbar.recordBtn..notification.message2 = Du skal klikke på Start/Stop optage knappen for at begynde samt slutte optagelsen.
bbb.mainToolbar.recordingLabel.recording = (Optager)
bbb.mainToolbar.recordingLabel.notRecording = Optager ikke
bbb.clientstatus.title = Konfigurations meddelelser
bbb.clientstatus.notification = Ikke læst notifikationer
bbb.clientstatus.tunneling.title = Firewall
bbb.clientstatus.tunneling.message = En firewall forhindrer din klient i at forbinde direkte med port 1935. Vi anbefaler at deltage i en mindre restriktiv netværk for at opnå en mere stabil forbindelse.
bbb.clientstatus.browser.title = Browser version
bbb.clientstatus.browser.message = Din browser ({0}) er ikke op til date. Vi anbefaler at du opdatere til den seneste version.
bbb.clientstatus.flash.title = Flash Player
bbb.clientstatus.flash.message = Din Flash Player plugin ({0}) er forældet. Vi anbefaler at opdatere til den seneste version.
bbb.clientstatus.webrtc.title = Audio
bbb.clientstatus.webrtc.message = Vi anbefaler anvendelse af Firefox eller Chrome for bedre lydkvalitet
bbb.clientstatus.java.title = Java
bbb.clientstatus.java.notdetected = Java versionen er ikke registreret
bbb.clientstatus.java.notinstalled = Du har ikke installeret Java. Venligst tryk <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> for at installere den seneste Java til at anvende dele skrivebord funktionen.
bbb.clientstatus.java.oldversion = Du har en ældre Java installeret, venligst tryk <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> for at installere den seneste Java for at anvende dele skrivebord funktionen.
bbb.window.minimizeBtn.toolTip = Minimér
bbb.window.maximizeRestoreBtn.toolTip = Maksimér
bbb.window.closeBtn.toolTip = Luk
bbb.videoDock.titleBar = Webcam vindue titel bar
bbb.presentation.titleBar = Præsentationsvindue titel bar
bbb.chat.titleBar = Chat-vindue titel bar
bbb.users.title = Brugere{0} {1}
bbb.users.titleBar = Brugere vindue titel bar
bbb.users.quickLink.label = Deltagervinduet
bbb.users.minimizeBtn.accessibilityName = Minimer brugerevinduet
bbb.users.maximizeRestoreBtn.accessibilityName = Maksimer brugerevinduet
bbb.users.settings.buttonTooltip = Indstillinger
bbb.users.settings.audioSettings = Lydtest
bbb.users.settings.webcamSettings = Webcam indstilinger
bbb.users.settings.muteAll = Gør samtlige deltagere lydløse
bbb.users.settings.muteAllExcept = Gør samtlige deltagere undtagen foredragsholderen lydløse
bbb.users.settings.unmuteAll = Tillad lyd fra samtlige deltagere
bbb.users.settings.clearAllStatus = Clear alle mine status ikoner
bbb.users.emojiStatusBtn.toolTip = Opdatere mit status ikon
bbb.users.roomMuted.text = Deltagere muted
bbb.users.roomLocked.text = Deltagere låst
bbb.users.pushToTalk.toolTip = Tal
bbb.users.pushToMute.toolTip = Blev lydløs overfor andre
bbb.users.muteMeBtnTxt.talk = Sæt lyd på
bbb.users.muteMeBtnTxt.mute = Mute
bbb.users.muteMeBtnTxt.muted = Muted
bbb.users.muteMeBtnTxt.unmuted = Unmuted
bbb.users.usersGrid.contextmenu.exportusers = Kopier brugernavnene
bbb.users.usersGrid.accessibilityName = Brugerliste. Brug tastepilene til at navigere
bbb.users.usersGrid.nameItemRenderer = Navn
bbb.users.usersGrid.nameItemRenderer.youIdentifier = dig
bbb.users.usersGrid.statusItemRenderer = Status
bbb.users.usersGrid.statusItemRenderer.changePresenter = Gør vedkommende til foredragsholder
bbb.users.usersGrid.statusItemRenderer.presenter = Foredragsholder
bbb.users.usersGrid.statusItemRenderer.moderator = Ordfører
bbb.users.usersGrid.statusItemRenderer.raiseHand = Løft hånden
bbb.users.usersGrid.statusItemRenderer.happy = Glad
bbb.users.usersGrid.statusItemRenderer.unhappy = Trist
bbb.users.usersGrid.statusItemRenderer.confused = Forvirret
bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear mit status
bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Deler webcam
bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = er oplægsholder
bbb.users.usersGrid.mediaItemRenderer = Media
bbb.users.usersGrid.mediaItemRenderer.talking = Taler
bbb.users.usersGrid.mediaItemRenderer.webcam = Dele webcam
bbb.users.usersGrid.mediaItemRenderer.webcamBtn = Se webcam
bbb.users.usersGrid.mediaItemRenderer.pushToTalk = Unmute {0}
bbb.users.usersGrid.mediaItemRenderer.pushToMute = Mute {0}
bbb.users.usersGrid.mediaItemRenderer.pushToLock = Lås {0}
bbb.users.usersGrid.mediaItemRenderer.pushToUnlock = Lås op {0}
bbb.users.usersGrid.mediaItemRenderer.kickUser = Spark {0}
bbb.users.usersGrid.mediaItemRenderer.webcam = Dele webcam
bbb.users.usersGrid.mediaItemRenderer.micOff = Luk mikrofon
bbb.users.usersGrid.mediaItemRenderer.micOn = Tænd mikrofon
bbb.users.usersGrid.mediaItemRenderer.noAudio = Deltager ikke i lyd konference
bbb.users.emojiStatus.clear = Clear
bbb.users.emojiStatus.raiseHand = Hæv hånden
bbb.users.emojiStatus.happy = Glad
bbb.users.emojiStatus.smile = Smil
bbb.users.emojiStatus.sad = Trist
bbb.users.emojiStatus.confused = Forvirret
bbb.users.emojiStatus.neutral = Neutral
bbb.users.emojiStatus.away = Ikke til stede
bbb.presentation.title = Præsentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
# bbb.presentation.fitToWidth.toolTip = Fit Presentation To Width
# bbb.presentation.fitToPage.toolTip = Fit Presentation To Page
# bbb.presentation.uploadPresBtn.toolTip = Upload Presentation
bbb.presentation.titleWithPres = Præsentation\: {0}
bbb.presentation.quickLink.label = Præsentationsvinduet
bbb.presentation.fitToWidth.toolTip = Tilpas preæsentationen
bbb.presentation.fitToPage.toolTip = Tilpas præsentationen til siden
bbb.presentation.uploadPresBtn.toolTip = Upload din præsentation
bbb.presentation.backBtn.toolTip = Forrige slide.
# bbb.presentation.btnSlideNum.accessibilityName = Slide {0} of {1}
# bbb.presentation.btnSlideNum.toolTip = Select a slide
bbb.presentation.btnSlideNum.accessibilityName = Slide {0} af {1}
bbb.presentation.btnSlideNum.toolTip = Vælg slide
bbb.presentation.forwardBtn.toolTip = Næste slide
bbb.presentation.maxUploadFileExceededAlert = Fejl\: Filen er større end tilladt.
bbb.presentation.uploadcomplete = Upload fuldført. Vent venligst mens vi konverterer dokumentet.
@ -200,20 +201,20 @@ bbb.presentation.error.convert.nbpage = Fejl\: Kunne ikke bestemme antallet af s
bbb.presentation.error.convert.maxnbpagereach = Fejl\: Det uploadede dokument har for mange sider.
bbb.presentation.converted = Konverterede {0} af {1} slides.
bbb.presentation.ok = OK
# bbb.presentation.slider = Presentation zoom level
# bbb.presentation.slideloader.starttext = Slide text start
# bbb.presentation.slideloader.endtext = Slide text end
bbb.presentation.slider = Præsentation zoom niveau
bbb.presentation.slideloader.starttext = Slide tekst begynd
bbb.presentation.slideloader.endtext = Slide tekst slut
bbb.presentation.uploadwindow.presentationfile = Præsentationsfil
bbb.presentation.uploadwindow.pdf = PDF
bbb.presentation.uploadwindow.word = WORD
bbb.presentation.uploadwindow.excel = EXCEL
bbb.presentation.uploadwindow.powerpoint = POWERPOINT
bbb.presentation.uploadwindow.image = BILLEDE
# bbb.presentation.minimizeBtn.accessibilityName = Minimize the Presentation Window
# bbb.presentation.maximizeRestoreBtn.accessibilityName = Maximize the Presentation Window
# bbb.presentation.closeBtn.accessibilityName = Close the Presentation Window
bbb.presentation.minimizeBtn.accessibilityName = Minimer præsentationsvinduet
bbb.presentation.maximizeRestoreBtn.accessibilityName = Maksimer præsentationsvinduet
bbb.presentation.closeBtn.accessibilityName = Luk præsentationsvinduet
bbb.fileupload.title = Tilføj filer til din præsentation
# bbb.fileupload.lblFileName.defaultText = No file selected
bbb.fileupload.lblFileName.defaultText = Ingen fil er valgt
bbb.fileupload.selectBtn.label = Vælg fil
bbb.fileupload.selectBtn.toolTip = Vælg fil
bbb.fileupload.uploadBtn = Upload
@ -222,128 +223,128 @@ bbb.fileupload.deleteBtn.toolTip = Slet præsentation
bbb.fileupload.showBtn = Vis
bbb.fileupload.showBtn.toolTip = Vis præsentation
bbb.fileupload.okCancelBtn = Annuller
# bbb.fileupload.okCancelBtn.toolTip = Close the File Upload dialog box
bbb.fileupload.okCancelBtn.toolTip = Luk fil upload boksen
bbb.fileupload.genThumbText = Genererer thumbnails..
bbb.fileupload.progBarLbl = Fremskridt\:
# bbb.fileupload.fileFormatHint = Upload any office document or Portable Document Format (PDF) file. For best results upload PDF.
bbb.fileupload.fileFormatHint = Upload hvilken som helst office dokument. PDF filer virker dog bedst.
bbb.chat.title = Chat
# bbb.chat.quickLink.label = Chat Window
bbb.chat.quickLink.label = Chatvinduet
bbb.chat.cmpColorPicker.toolTip = Tekstfarve i chatvindue
# bbb.chat.input.accessibilityName = Chat Message Editing Field
bbb.chat.input.accessibilityName = Chat besked editoren
bbb.chat.sendBtn = Send
bbb.chat.sendBtn.toolTip = Send besked
# bbb.chat.sendBtn.accessibilityName = Send chat message
# bbb.chat.contextmenu.copyalltext = Copy All Text
bbb.chat.sendBtn.accessibilityName = Send chat besked
bbb.chat.contextmenu.copyalltext = Kopi al tekst
bbb.chat.publicChatUsername = Alle
# bbb.chat.optionsTabName = Options
bbb.chat.optionsTabName = Indstillinger
bbb.chat.privateChatSelect = Vælg en person at chatte med privat
# bbb.chat.private.userLeft = The user has left.
# bbb.chat.private.userJoined = The user has joined.
# bbb.chat.usersList.toolTip = Select User To Open Private Chat
bbb.chat.private.userLeft = Deltageren er smuttet
bbb.chat.private.userJoined = Brugeren har ankommet
bbb.chat.usersList.toolTip = Vælg deltager til privat chat
bbb.chat.chatOptions = Chatindstillinger
bbb.chat.fontSize = Skriftstørrelse
# bbb.chat.cmbFontSize.toolTip = Select Chat Message Font Size
# bbb.chat.messageList = Message Box
# bbb.chat.minimizeBtn.accessibilityName = Minimize the Chat Window
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.chat.cmbFontSize.toolTip = Vælg skriftstørrelse for dine chatbeskeder
bbb.chat.messageList = Besked felt
bbb.chat.minimizeBtn.accessibilityName = Minimer chatvindue
bbb.chat.maximizeRestoreBtn.accessibilityName = Maksimer chatvinduet
bbb.chat.closeBtn.accessibilityName = Luk chatvinduet
bbb.chat.chatTabs.accessibleNotice = Nye beskeder
bbb.chat.chatMessage.systemMessage = System
bbb.chat.chatMessage.tooLong = Denne besked er {0} tegn for lang
bbb.publishVideo.changeCameraBtn.labelText = Skift kamera
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
bbb.publishVideo.changeCameraBtn.toolTip = Åbn skift webcam vinduet
bbb.publishVideo.cmbResolution.tooltip = Vælg din webcam opløsning
bbb.publishVideo.startPublishBtn.labelText = Påbegynd deling
bbb.publishVideo.startPublishBtn.toolTip = Start deling
# bbb.webcamPermissions.chrome.title = Chrome Webcam Permissions
# bbb.webcamPermissions.chrome.message1 = Click Allow to give Chrome permission to use your webcam.
bbb.webcamPermissions.chrome.title = Chrome Webcam tilladelser
bbb.webcamPermissions.chrome.message1 = Giv Chrome tilladelsen til at bruge dit webcam.
bbb.videodock.title = Video-dok
# bbb.videodock.quickLink.label = Webcams Window
# bbb.video.minimizeBtn.accessibilityName = Minimize the Webcams Window
# bbb.video.maximizeRestoreBtn.accessibilityName = Maximize the Webcams Window
# bbb.video.controls.muteButton.toolTip = Mute or unmute {0}
# bbb.video.controls.switchPresenter.toolTip = Make {0} presenter
# bbb.video.controls.ejectUserBtn.toolTip = Eject {0} from meeting
# bbb.video.controls.privateChatBtn.toolTip = Chat with {0}
# bbb.video.publish.hint.noCamera = No webcam available
# bbb.video.publish.hint.cantOpenCamera = Can't open your webcam
# bbb.video.publish.hint.waitingApproval = Waiting for approval
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
# bbb.video.publish.titleBar = Publish Webcam Window
bbb.videodock.quickLink.label = Webcam vindue
bbb.video.minimizeBtn.accessibilityName = Minimer webcam vinduet
bbb.video.maximizeRestoreBtn.accessibilityName = Maksimer webcam vinduet
bbb.video.controls.muteButton.toolTip = Mute eller unmute {0}
bbb.video.controls.switchPresenter.toolTip = Gør {0} til foredragsholder
bbb.video.controls.ejectUserBtn.toolTip = Afvis {0} til et møde
bbb.video.controls.privateChatBtn.toolTip = Chat med {0}
bbb.video.publish.hint.noCamera = Ingen webcam er tilgængelige
bbb.video.publish.hint.cantOpenCamera = Dit webcam kan ikke åbnes
bbb.video.publish.hint.waitingApproval = Afventer godkendelse
bbb.video.publish.hint.videoPreview = Webcam forhåndsvisning
bbb.video.publish.hint.openingCamera = Åbn webcam
bbb.video.publish.hint.cameraDenied = Webcam adgang nægtet
bbb.video.publish.hint.cameraIsBeingUsed = Dit webcam kan ikke åbnes - det bliver formentlig anvendt et andet sted i øjeblikket
bbb.video.publish.hint.publishing = Offentliggøres...
bbb.video.publish.closeBtn.accessName = Luk webcam indstillingsvinduet
bbb.video.publish.closeBtn.label = Fortryd
bbb.video.publish.titleBar = Offentliggør webcam vindue
bbb.desktopPublish.title = Skrivebordsdeling\: Præsentators forhåndsvisning
# bbb.desktopPublish.fullscreen.tooltip = Share Your Main Screen
bbb.desktopPublish.fullscreen.tooltip = Del dit skærm
bbb.desktopPublish.fullscreen.label = Fuld skærm
# bbb.desktopPublish.region.tooltip = Share a Part of Your Screen
bbb.desktopPublish.region.tooltip = Del dele af din skærm
bbb.desktopPublish.region.label = Region
bbb.desktopPublish.stop.tooltip = Luk skærmdeling
bbb.desktopPublish.stop.label = Luk
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Du kan ikke maksimere dette vindue.
bbb.desktopPublish.closeBtn.toolTip = Stop deling og luk dette vindue.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Dele skrivebord er i øjeblikket desværre ikke understøttet af Chrome i forbindelse med Mac OS X. Du skal anvende en anden web browser (Firefox er anbefalet) til at dele skrivebord.
bbb.desktopPublish.chrome42UnsupportedHint = Chrome understøtter ikke Java Applets. Du skal anvende en anden web browser (Firefox er anbefalet) til at dele dit skrivebord
bbb.desktopPublish.minimizeBtn.toolTip = Minimer dette vindue
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
# bbb.desktopPublish.chromeHint.title = Chrome may need your permission.
# bbb.desktopPublish.chromeHint.message = Select the plug-in icon (upper right-hand corner of Chrome), un-block plug-ins, and then select 'Retry'.
# bbb.desktopPublish.chromeHint.button = Retry
bbb.desktopPublish.minimizeBtn.accessibilityName = Minimer skriveborddelings offentliggørelses vinduet
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maksimer skriveborddelings offentliggørelses vinduet
bbb.desktopPublish.chromeHint.title = Chrome må anvende din tillaldelse
bbb.desktopPublish.chromeHint.message = Vælg det plug-in ikon (øverst højre hjørne af Chrome) indtil un-block plug-ins og herefter vælg "Forsøg igen"
bbb.desktopPublish.chromeHint.button = Forsøg igen
bbb.desktopView.title = Del skrivebord
bbb.desktopView.fitToWindow = Tilpas til vindue
bbb.desktopView.actualSize = Vis faktiske størrelse
# bbb.desktopView.minimizeBtn.accessibilityName = Minimize the Desktop Sharing View Window
# bbb.desktopView.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing View Window
# bbb.desktopView.closeBtn.accessibilityName = Close the Desktop Sharing View Window
# bbb.toolbar.phone.toolTip.start = Share Your Microphone
# bbb.toolbar.phone.toolTip.stop = Stop Sharing Your Microphone
# bbb.toolbar.phone.toolTip.mute = Stop listening the conference
# bbb.toolbar.phone.toolTip.unmute = Start listening the conference
# bbb.toolbar.phone.toolTip.nomic = No microphone detected
# bbb.toolbar.deskshare.toolTip.start = Share Your Desktop
# bbb.toolbar.deskshare.toolTip.stop = Stop Sharing Your Desktop
# bbb.toolbar.video.toolTip.start = Share Your Webcam
# bbb.toolbar.video.toolTip.stop = Stop Sharing Your Webcam
# bbb.layout.addButton.toolTip = Add the custom layout to the list
# bbb.layout.broadcastButton.toolTip = Apply Current Layout to All Viewers
# bbb.layout.combo.toolTip = Change Your Layout
# bbb.layout.loadButton.toolTip = Load layouts from a file
# bbb.layout.saveButton.toolTip = Save layouts to a file
# bbb.layout.lockButton.toolTip = Lock layout
# bbb.layout.combo.prompt = Apply a layout
# bbb.layout.combo.custom = * Custom layout
# bbb.layout.combo.customName = Custom layout
# bbb.layout.combo.remote = Remote
# bbb.layout.save.complete = Layouts were successfully saved
# bbb.layout.load.complete = Layouts were successfully loaded
# bbb.layout.load.failed = Failed to load the layouts
# bbb.layout.name.defaultlayout = Default Layout
# bbb.layout.name.videochat = Video Chat
# bbb.layout.name.webcamsfocus = Webcam Meeting
# bbb.layout.name.presentfocus = Presentation Meeting
# bbb.layout.name.lectureassistant = Lecture Assistant
# bbb.layout.name.lecture = Lecture
bbb.desktopView.minimizeBtn.accessibilityName = Minimer skriveborddelingsvinduet
bbb.desktopView.maximizeRestoreBtn.accessibilityName = Maksimer skriveborddelingsvinduet
bbb.desktopView.closeBtn.accessibilityName = Luk skrivebord delingsvinduet
bbb.toolbar.phone.toolTip.start = Del din mikrofon
bbb.toolbar.phone.toolTip.stop = Stop deling af din mikrofon
bbb.toolbar.phone.toolTip.mute = Stop med at lytte til sessionen.
bbb.toolbar.phone.toolTip.unmute = Begynd med at lytte til sessionen
bbb.toolbar.phone.toolTip.nomic = Ingen mikrofon opdaget
bbb.toolbar.deskshare.toolTip.start = Del dit skrivebord
bbb.toolbar.deskshare.toolTip.stop = Stop deling af dit skrivebord
bbb.toolbar.video.toolTip.start = Del dit webcam
bbb.toolbar.video.toolTip.stop = Stop deling af dit webcam
bbb.layout.addButton.toolTip = Tilføj det skræddersyede layout til listen
bbb.layout.broadcastButton.toolTip = Anvend din egen layout til alle deltagere.
bbb.layout.combo.toolTip = Ændre din layout
bbb.layout.loadButton.toolTip = Upload layouts fra en fil
bbb.layout.saveButton.toolTip = Gen layout til en fil
bbb.layout.lockButton.toolTip = Lås layout
bbb.layout.combo.prompt = Anvend en layout
bbb.layout.combo.custom = *Skræddersyet layout
bbb.layout.combo.customName = Skræddersyet layout
bbb.layout.combo.remote = Fjern
bbb.layout.save.complete = Layouts er gemt
bbb.layout.load.complete = Layouts er uploaded
bbb.layout.load.failed = Upload af layouts mislykkedes
bbb.layout.name.defaultlayout = Default Layout
bbb.layout.name.videochat = Video Chat
bbb.layout.name.webcamsfocus = Webcam møde
bbb.layout.name.presentfocus = Præsentationsmøde
bbb.layout.name.lectureassistant = Undervisningsassistent
bbb.layout.name.lecture = Undervisning
bbb.highlighter.toolbar.pencil = Highlighter
# bbb.highlighter.toolbar.pencil.accessibilityName = Switch whiteboard cursor to pencil
bbb.highlighter.toolbar.pencil.accessibilityName = Skift whiteboard cursoren til en pen
bbb.highlighter.toolbar.ellipse = Cirkel
# bbb.highlighter.toolbar.ellipse.accessibilityName = Switch whiteboard cursor to circle
bbb.highlighter.toolbar.ellipse.accessibilityName = Skift whiteboard cursoren til en cirkel
bbb.highlighter.toolbar.rectangle = Rektangel
# bbb.highlighter.toolbar.rectangle.accessibilityName = Switch whiteboard cursor to rectangle
# bbb.highlighter.toolbar.panzoom = Pan and Zoom
# bbb.highlighter.toolbar.panzoom.accessibilityName = Switch whiteboard cursor to pan and zoom
# bbb.highlighter.toolbar.clear = Clear All Annotations
# bbb.highlighter.toolbar.clear.accessibilityName = Clear the whiteboard page
# bbb.highlighter.toolbar.undo = Undo Annotation
# bbb.highlighter.toolbar.undo.accessibilityName = Undo the last whiteboard shape
bbb.highlighter.toolbar.rectangle.accessibilityName = Skift whiteboard cursoren til en rektangel
bbb.highlighter.toolbar.panzoom = Pan og zoom
bbb.highlighter.toolbar.panzoom.accessibilityName = Skift whiteboard cursoren til pan og zoom
bbb.highlighter.toolbar.clear = Ryd alle anmærkninger
bbb.highlighter.toolbar.clear.accessibilityName = Ryd whiteboard siden
bbb.highlighter.toolbar.undo = Fortryd anmærkning
bbb.highlighter.toolbar.undo.accessibilityName = Fortryd det sidste whiteboard form
bbb.highlighter.toolbar.color = Vælg farve
# bbb.highlighter.toolbar.color.accessibilityName = Whiteboard mark draw color
bbb.highlighter.toolbar.color.accessibilityName = Whiteboard tegnefarve
bbb.highlighter.toolbar.thickness = Skift tykkelse
# bbb.highlighter.toolbar.thickness.accessibilityName = Whiteboard draw thickness
# bbb.logout.title = Logged Out
bbb.highlighter.toolbar.thickness.accessibilityName = Whiteboard tegne tykkelse
bbb.logout.title = Du har forladt sessionen
bbb.logout.button.label = OK
bbb.logout.appshutdown = Serverens program er lukket ned
bbb.logout.asyncerror = En asynkron fejl opstod
@ -353,23 +354,23 @@ bbb.logout.rejected = Forbindelsen til serveren blev afvist
bbb.logout.invalidapp = Programmet red5 findes ikke
bbb.logout.unknown = Din klient mistede forbindelsen til serveren
bbb.logout.usercommand = Du er logget ud af konferencen
# bbb.logout.refresh.message = If this logout was unexpected click the button below to reconnect.
# bbb.logout.refresh.label = Reconnect
# bbb.logout.confirm.title = Confirm Logout
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
# bbb.notes.saveBtn.toolTip = Save Note
bbb.logout.refresh.message = I tilfælde af at forbindelsen pludselig forsvandt, klik på knappen for at forbinde igen.
bbb.logout.refresh.label = Forbind igen.
bbb.logout.confirm.title = Bekræft log ud
bbb.logout.confirm.message = Er du helt sikker på, du vil forlade sessionen?
bbb.logout.confirm.yes = Ja
bbb.logout.confirm.no = Nej
bbb.connection.failure=Har opdaget tilslutningsproblemer
bbb.connection.reconnecting=Forbinder igen
bbb.connection.reestablished=Forbindelsen er etableret igen.
bbb.connection.bigbluebutton=BigBlueButton
bbb.connection.sip=SIP
bbb.connection.video=Video
bbb.connection.deskshare=Deleskrivebord
bbb.notes.title = Noter
bbb.notes.cmpColorPicker.toolTip = Tekst farver
bbb.notes.saveBtn = Gem
bbb.notes.saveBtn.toolTip = Gem noter
bbb.settings.deskshare.instructions = Klik Tillad ved prompten, der vises for at tjekke at skrivebordsdeling virker for dig.
bbb.settings.deskshare.start = Check skrivebordsdeling
bbb.settings.voice.volume = Mikrofonaktivitet
@ -386,189 +387,189 @@ bbb.settings.warning.label = Advarsel
bbb.settings.warning.close = Luk denne advarsel
bbb.settings.noissues = Ingen alvorlige fejl blev fundet.
bbb.settings.instructions = Accepter Flash-prompten der spørger om kameratilladelser. Hvis du kan se og høre dig selv, er din browser opsat korrekt. Andre potentielle problemer er vist forneden. Klik på hver enkelt for at finde en løsning.
# ltbcustom.bbb.highlighter.toolbar.triangle = Triangle
# ltbcustom.bbb.highlighter.toolbar.triangle.accessibilityName = Switch whiteboard cursor to triangle
# ltbcustom.bbb.highlighter.toolbar.line = Line
# ltbcustom.bbb.highlighter.toolbar.line.accessibilityName = Switch whiteboard cursor to line
# ltbcustom.bbb.highlighter.toolbar.text = Text
# ltbcustom.bbb.highlighter.toolbar.text.accessibilityName = Switch whiteboard cursor to text
# ltbcustom.bbb.highlighter.texttoolbar.textColorPicker = Text color
# ltbcustom.bbb.highlighter.texttoolbar.textSizeMenu = Font size
ltbcustom.bbb.highlighter.toolbar.triangle = Trekant
ltbcustom.bbb.highlighter.toolbar.triangle.accessibilityName = Skift whiteboard cursoren til en trekant
ltbcustom.bbb.highlighter.toolbar.line = Linje
ltbcustom.bbb.highlighter.toolbar.line.accessibilityName = Skift whiteboard cursoren til en linje
ltbcustom.bbb.highlighter.toolbar.text = Tekst
ltbcustom.bbb.highlighter.toolbar.text.accessibilityName = Skift whiteboard cursoren til tekst
ltbcustom.bbb.highlighter.texttoolbar.textColorPicker = Tekst farver
ltbcustom.bbb.highlighter.texttoolbar.textSizeMenu = Skriftstørrelse
# bbb.accessibility.clientReady = Ready
bbb.accessibility.clientReady = Klar
# bbb.accessibility.chat.chatBox.reachedFirst = You have reached the first message.
# bbb.accessibility.chat.chatBox.reachedLatest = You have reached the latest message.
# bbb.accessibility.chat.chatBox.navigatedFirst = You have navigated to the first message.
# bbb.accessibility.chat.chatBox.navigatedLatest = You have navigated to the latest message.
# bbb.accessibility.chat.chatBox.navigatedLatestRead = You have navigated to the most recent message you have read.
# bbb.accessibility.chat.chatwindow.input = Chat input
bbb.accessibility.chat.chatBox.reachedFirst = Du har modtaget den første besked
bbb.accessibility.chat.chatBox.reachedLatest = Du har modtaget den sidste besked
bbb.accessibility.chat.chatBox.navigatedFirst = Du har navigeret til den første besked
bbb.accessibility.chat.chatBox.navigatedLatest = Du har navigeret til den sidste besked
bbb.accessibility.chat.chatBox.navigatedLatestRead = Du har navigeret til den seneste modtaget besked, du har læst.
bbb.accessibility.chat.chatwindow.input = Chat input
# bbb.accessibility.chat.initialDescription = Please use the arrow keys to navigate through chat messages.
bbb.accessibility.chat.initialDescription = Venligst anvend tasteturpilene for at navigere i chatbeskederne
# bbb.accessibility.notes.notesview.input = Notes input
bbb.accessibility.notes.notesview.input = Input til noter
# bbb.shortcuthelp.title = Shortcut Keys
# bbb.shortcuthelp.minimizeBtn.accessibilityName = Minimize the Shortcut Help Window
# bbb.shortcuthelp.maximizeRestoreBtn.accessibilityName = Maximize the Shortcut Help Window
# bbb.shortcuthelp.closeBtn.accessibilityName = Close the Shortcut Help Window
# bbb.shortcuthelp.dropdown.general = Global shortcuts
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
bbb.shortcuthelp.title = Genvejstaster
bbb.shortcuthelp.minimizeBtn.accessibilityName = Minimer genvejsvinduet for hjælp
bbb.shortcuthelp.maximizeRestoreBtn.accessibilityName = Maksimer genvejsvinduet for hjælp
bbb.shortcuthelp.closeBtn.accessibilityName = Luk genvejsvinduet for hjælp
bbb.shortcuthelp.dropdown.general = Globale genveje
bbb.shortcuthelp.dropdown.presentation = Præsentations genveje
bbb.shortcuthelp.dropdown.chat = Chat genveje
bbb.shortcuthelp.dropdown.users = Brugere genveje
bbb.shortcuthelp.headers.shortcut = Genveje
bbb.shortcuthelp.headers.function = Funktion
# bbb.shortcutkey.general.minimize = 189
# bbb.shortcutkey.general.minimize.function = Minimize current window
# bbb.shortcutkey.general.maximize = 187
# bbb.shortcutkey.general.maximize.function = Maximize current window
bbb.shortcutkey.general.minimize = 189
bbb.shortcutkey.general.minimize.function = Minimer det nuværende vindue
bbb.shortcutkey.general.maximize = 187
bbb.shortcutkey.general.maximize.function = Maksimer det nuværende vindue
# bbb.shortcutkey.flash.exit = 81
# bbb.shortcutkey.flash.exit.function = Focus out of the Flash window
# bbb.shortcutkey.users.muteme = 77
# bbb.shortcutkey.users.muteme.function = Mute and Unmute your microphone
# bbb.shortcutkey.chat.chatinput = 73
# bbb.shortcutkey.chat.chatinput.function = Focus the chat input field
# bbb.shortcutkey.present.focusslide = 67
# bbb.shortcutkey.present.focusslide.function = Focus the presentation slide
# bbb.shortcutkey.whiteboard.undo = 90
# bbb.shortcutkey.whiteboard.undo.function = Undo last whiteboard mark
bbb.shortcutkey.flash.exit = 81
bbb.shortcutkey.flash.exit.function = Fokuser ikke på flashvinduet
bbb.shortcutkey.users.muteme = 77
bbb.shortcutkey.users.muteme.function = Mute og unmute din mikrofon
bbb.shortcutkey.chat.chatinput = 73
bbb.shortcutkey.chat.chatinput.function = Fokuser på chat input feltet
bbb.shortcutkey.present.focusslide = 67
bbb.shortcutkey.present.focusslide.function = Fokuser på præsentation slide
bbb.shortcutkey.whiteboard.undo = 90
bbb.shortcutkey.whiteboard.undo.function = Fortryd det sidste whiteboard mærke
# bbb.shortcutkey.focus.users = 49
# bbb.shortcutkey.focus.users.function = Move focus to the Users window
# bbb.shortcutkey.focus.video = 50
# bbb.shortcutkey.focus.video.function = Move focus to the Webcam window
# bbb.shortcutkey.focus.presentation = 51
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
bbb.shortcutkey.focus.users = 49
bbb.shortcutkey.focus.users.function = Ret fokus på brugervinduet
bbb.shortcutkey.focus.video = 50
bbb.shortcutkey.focus.video.function = Ret fokus til webcam vinduet
bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Ret fokus på præsentationsvinduet
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Ret fokus på chatboksen
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
# bbb.shortcutkey.share.microphone = 79
# bbb.shortcutkey.share.microphone.function = Open audio settings window
# bbb.shortcutkey.share.pauseRemoteStream = 80
# bbb.shortcutkey.share.pauseRemoteStream.function = Start/Stop listening the conference
# bbb.shortcutkey.share.webcam = 66
# bbb.shortcutkey.share.webcam.function = Open webcam sharing window
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Åbn deleskrivebord vinduet
bbb.shortcutkey.share.microphone = 79
bbb.shortcutkey.share.microphone.function = Åben dine lydindstillinger
bbb.shortcutkey.share.pauseRemoteStream = 80
bbb.shortcutkey.share.pauseRemoteStream.function = Begynd/Stop med at lytte til sessionen
bbb.shortcutkey.share.webcam = 66
bbb.shortcutkey.share.webcam.function = Åben dit webcam delevinduet
# bbb.shortcutkey.shortcutWindow = 72
# bbb.shortcutkey.shortcutWindow.function = Open/focus to shortcut help window
# bbb.shortcutkey.logout = 76
# bbb.shortcutkey.logout.function = Log out of this meeting
# bbb.shortcutkey.raiseHand = 82
# bbb.shortcutkey.raiseHand.function = Raise your hand
bbb.shortcutkey.shortcutWindow = 72
bbb.shortcutkey.shortcutWindow.function = Åben hjælpe-vinduet til genveje
bbb.shortcutkey.logout = 76
bbb.shortcutkey.logout.function = Forlad sessionen
bbb.shortcutkey.raiseHand = 82
bbb.shortcutkey.raiseHand.function = Løft hånden
# bbb.shortcutkey.present.upload = 85
# bbb.shortcutkey.present.upload.function = Upload presentation
# bbb.shortcutkey.present.previous = 65
# bbb.shortcutkey.present.previous.function = Go to previous slide
# bbb.shortcutkey.present.select = 83
# bbb.shortcutkey.present.select.function = View all slides
# bbb.shortcutkey.present.next = 69
# bbb.shortcutkey.present.next.function = Go to next slide
# bbb.shortcutkey.present.fitWidth = 70
# bbb.shortcutkey.present.fitWidth.function = Fit slides to width
# bbb.shortcutkey.present.fitPage = 80
# bbb.shortcutkey.present.fitPage.function = Fit slides to page
bbb.shortcutkey.present.upload = 85
bbb.shortcutkey.present.upload.function = Upload din præsentation
bbb.shortcutkey.present.previous = 65
bbb.shortcutkey.present.previous.function = Gå til forrige slide
bbb.shortcutkey.present.select = 83
bbb.shortcutkey.present.select.function = Se alle slides
bbb.shortcutkey.present.next = 69
bbb.shortcutkey.present.next.function = Gå til næste slide
bbb.shortcutkey.present.fitWidth = 70
bbb.shortcutkey.present.fitWidth.function = Tilpas slides til bredde
bbb.shortcutkey.present.fitPage = 80
bbb.shortcutkey.present.fitPage.function = Tilpas slides til vinduet
# bbb.shortcutkey.users.makePresenter = 80
# bbb.shortcutkey.users.makePresenter.function = Make selected person presenter
# bbb.shortcutkey.users.kick = 75
# bbb.shortcutkey.users.kick.function = Kick selected person from the meeting
# bbb.shortcutkey.users.mute = 83
# bbb.shortcutkey.users.mute.function = Mute or unmute selected person
# bbb.shortcutkey.users.muteall = 65
# bbb.shortcutkey.users.muteall.function = Mute or unmute all users
# bbb.shortcutkey.users.focusUsers = 85
# bbb.shortcutkey.users.focusUsers.function = Focus to users list
# bbb.shortcutkey.users.muteAllButPres = 65
# bbb.shortcutkey.users.muteAllButPres.function = Mute everyone but the Presenter
bbb.shortcutkey.users.makePresenter = 80
bbb.shortcutkey.users.makePresenter.function = Gør deltageren til foredragsholder
bbb.shortcutkey.users.kick = 75
bbb.shortcutkey.users.kick.function = Smid deltageren ud af sessionen
bbb.shortcutkey.users.mute = 83
bbb.shortcutkey.users.mute.function = Mute eller unmute pågældende deltager
bbb.shortcutkey.users.muteall = 65v
bbb.shortcutkey.users.muteall.function = Mute eller unmute alle brugere
bbb.shortcutkey.users.focusUsers = 85
bbb.shortcutkey.users.focusUsers.function = Fokuser på deltagerlisten
bbb.shortcutkey.users.muteAllButPres = 65
bbb.shortcutkey.users.muteAllButPres.function = Mute alle deltager - undtagen foredragsholderen
# bbb.shortcutkey.chat.focusTabs = 89
# bbb.shortcutkey.chat.focusTabs.function = Focus to chat tabs
# bbb.shortcutkey.chat.focusBox = 66
# bbb.shortcutkey.chat.focusBox.function = Focus to chat box
# bbb.shortcutkey.chat.changeColour = 67
# bbb.shortcutkey.chat.changeColour.function = Focus to font color picker.
# bbb.shortcutkey.chat.sendMessage = 83
# bbb.shortcutkey.chat.sendMessage.function = Send chat message
# bbb.shortcutkey.chat.explanation = ----
# bbb.shortcutkey.chat.explanation.function = For message navigation, you must focus the chat box.
bbb.shortcutkey.chat.focusTabs = 89
bbb.shortcutkey.chat.focusTabs.function = Fokus på chat tabs
bbb.shortcutkey.chat.focusBox = 66
bbb.shortcutkey.chat.focusBox.function = Fokus på chat box
bbb.shortcutkey.chat.changeColour = 67
bbb.shortcutkey.chat.changeColour.function = Fokus på skriftfarve
bbb.shortcutkey.chat.sendMessage = 83
bbb.shortcutkey.chat.sendMessage.function = Send chat besked
bbb.shortcutkey.chat.explanation = ----
bbb.shortcutkey.chat.explanation.function = For besked navigering, fokuser chat box
# bbb.shortcutkey.chat.chatbox.advance = 40
# bbb.shortcutkey.chat.chatbox.advance.function = Navigate to the next message
# bbb.shortcutkey.chat.chatbox.goback = 38
# bbb.shortcutkey.chat.chatbox.goback.function = Navigate to the previous message
# bbb.shortcutkey.chat.chatbox.repeat = 32
# bbb.shortcutkey.chat.chatbox.repeat.function = Repeat current message
# bbb.shortcutkey.chat.chatbox.golatest = 39
# bbb.shortcutkey.chat.chatbox.golatest.function = Navigate to the latest message
# bbb.shortcutkey.chat.chatbox.gofirst = 37
# bbb.shortcutkey.chat.chatbox.gofirst.function = Navigate to the first message
# bbb.shortcutkey.chat.chatbox.goread = 75
# bbb.shortcutkey.chat.chatbox.goread.function = Navigate to the most recent message you've read
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
bbb.shortcutkey.chat.chatbox.advance = 40
bbb.shortcutkey.chat.chatbox.advance.function = Gå til den næste besked
bbb.shortcutkey.chat.chatbox.goback = 38
bbb.shortcutkey.chat.chatbox.goback.function = Gå til forrige besked
bbb.shortcutkey.chat.chatbox.repeat = 32
bbb.shortcutkey.chat.chatbox.repeat.function = Gentag forrige besked
bbb.shortcutkey.chat.chatbox.golatest = 39
bbb.shortcutkey.chat.chatbox.golatest.function = Gå til sidste besked
bbb.shortcutkey.chat.chatbox.gofirst = 37
bbb.shortcutkey.chat.chatbox.gofirst.function = Gå til første besked
bbb.shortcutkey.chat.chatbox.goread = 75
bbb.shortcutkey.chat.chatbox.goread.function = Gå til den sidste besked, du har læst
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Midlertidig debug hotkey
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
bbb.polling.startButton.tooltip = Start en undersøgelse
bbb.polling.startButton.label = Start undersøgelse
bbb.polling.publishButton.label = Offentliggør
bbb.polling.closeButton.label = Luk
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.polling.pollModal.title = Live undersøgelse resultater
bbb.polling.customChoices.title = Indtast svarmuligheder
bbb.polling.respondersLabel.novotes = Venter på svar
bbb.polling.respondersLabel.text = {0} brugere har svaret
bbb.polling.respondersLabel.finished = Færdig
bbb.polling.answer.Yes = Ja
bbb.polling.answer.No = Nej
bbb.polling.answer.True = Sand
bbb.polling.answer.False = Falsk
bbb.polling.answer.A = A
bbb.polling.answer.B = B
bbb.polling.answer.C = C
bbb.polling.answer.D = D
bbb.polling.answer.E = E
bbb.polling.answer.F = F
bbb.polling.answer.G = G
bbb.polling.results.accessible.header = Undersøgelse resultater.
bbb.polling.results.accessible.answer = Besvar {0} havde {1} stemmer.
bbb.publishVideo.startPublishBtn.labelText = Påbegynd deling
bbb.publishVideo.changeCameraBtn.labelText = Skift kamera
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
bbb.accessibility.alerts.madePresenter = Du er nu foredragsholder
bbb.accessibility.alerts.madeViewer = Du er nu en observant
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow
# bbb.shortcutkey.specialKeys.up = Up Arrow
# bbb.shortcutkey.specialKeys.down = Down Arrow
# bbb.shortcutkey.specialKeys.plus = Plus
# bbb.shortcutkey.specialKeys.minus = Minus
bbb.shortcutkey.specialKeys.space = Spacebar
bbb.shortcutkey.specialKeys.left = Venstrepil
bbb.shortcutkey.specialKeys.right = Højrepil
bbb.shortcutkey.specialKeys.up = Pil op
bbb.shortcutkey.specialKeys.down = Pil ned
bbb.shortcutkey.specialKeys.plus = Plus
bbb.shortcutkey.specialKeys.minus = Minus
# bbb.toolbar.videodock.toolTip.closeAllVideos = Close all videos
# bbb.users.settings.lockAll=Lock All Users
# bbb.users.settings.lockAllExcept=Lock Users Except Presenter
# bbb.users.settings.lockSettings=Lock Viewers ...
# bbb.users.settings.unlockAll=Unlock All Viewers
# bbb.users.settings.roomIsLocked=Locked by default
# bbb.users.settings.roomIsMuted=Muted by default
bbb.toolbar.videodock.toolTip.closeAllVideos = Luk alle videoer
bbb.users.settings.lockAll=Lås alle brugere
bbb.users.settings.lockAllExcept=Lås alle brugere - undtagen foredragsholderen
bbb.users.settings.lockSettings=Lås deltagere...
bbb.users.settings.unlockAll=Åben alle deltagere
bbb.users.settings.roomIsLocked=Lås som default
bbb.users.settings.roomIsMuted=Muted som default
# bbb.lockSettings.save = Apply
# bbb.lockSettings.save.tooltip = Apply lock settings
# bbb.lockSettings.cancel = Cancel
# bbb.lockSettings.cancel.toolTip = Close this window without saving
bbb.lockSettings.save = Anvend
bbb.lockSettings.save.tooltip = Anvend låseindstillinger
bbb.lockSettings.cancel = Fortryd
bbb.lockSettings.cancel.toolTip = Lukke dette vindue uden at gemme
# bbb.lockSettings.moderatorLocking = Moderator locking
# bbb.lockSettings.privateChat = Private Chat
# bbb.lockSettings.publicChat = Public Chat
# bbb.lockSettings.webcam = Webcam
# bbb.lockSettings.microphone = Microphone
# bbb.lockSettings.layout = Layout
# bbb.lockSettings.title=Lock Viewers
# bbb.lockSettings.feature=Feature
# bbb.lockSettings.locked=Locked
# bbb.lockSettings.lockOnJoin=Lock On Join
bbb.lockSettings.moderatorLocking = Lås ordfører
bbb.lockSettings.privateChat = Chat privat
bbb.lockSettings.publicChat = Åben chat
bbb.lockSettings.webcam = Webcam
bbb.lockSettings.microphone = Mikrofon
bbb.lockSettings.layout = Layout
bbb.lockSettings.title=Lås deltagere
bbb.lockSettings.feature=Funktioner
bbb.lockSettings.locked=Låst
bbb.lockSettings.lockOnJoin=Lås på deltagelse

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Fehler 1007\: ICE Übertragung fehlgeschlag
bbb.webrtcWarning.failedError.1008 = Fehler 1008\: Übertragung fehlgeschlagen
bbb.webrtcWarning.failedError.1009 = Fehler 1009\: STUN/TURN Serverinformation konnte nicht abgerufen werden
bbb.webrtcWarning.failedError.1010 = Fehler 1010\: ICE Verbindungs-Timeout
bbb.webrtcWarning.failedError.1011 = Fehler 1011\: Zeitüberschreitung beim ICE gathering
bbb.webrtcWarning.failedError.unknown = Fehler {0}\: Unbekannter Fehlercode
bbb.webrtcWarning.failedError.mediamissing = Es konnte nicht auf Ihr Mikrofon für den WebRTC Anruf zugegriffen werden
bbb.webrtcWarning.failedError.endedunexpectedly = Der WebRTC Echotest wurde unerwartet beendet

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Σύνδεση στον διακομιστή
bbb.mainshell.statusProgress.loading = Φόρτωση {0} αρθρωμάτων
bbb.mainshell.statusProgress.cannotConnectServer = Λυπούμαστε, αλλά δεν μπορούμε να συνδεθούμε στο διακομιστή
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Για περισσότερες πληροφορίες συνδεθείτε εδώ\: <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Ανοίξτε το παράθυρο καταγραφής
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@ bbb.micWarning.message = Το μικρόφωνό σας δεν έδειξε ση
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Ρυθμίσεις Κάμερας
bbb.users.settings.muteAll = Σίγαση όλων
bbb.users.settings.muteAllExcept = Σίγαση όλων εκτός του παρουσιαστή
bbb.users.settings.unmuteAll = Ενεργοποίηση ήχου όλων
bbb.users.settings.lowerAllHands = Κατεβάστε όλα τα χέρια
bbb.users.raiseHandBtn.toolTip = Σήκωμα χεριού
bbb.users.raiseHandBtn.toolTip2 = Kατέβασμα χεριού
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
bbb.users.pushToTalk.toolTip = Κάντε κλικ για να μιλήσετε
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Κατάσταση
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
bbb.users.usersGrid.statusItemRenderer.presenter = Παρουσιαστής
bbb.users.usersGrid.statusItemRenderer.moderator = Διαχειριστής
bbb.users.usersGrid.statusItemRenderer.lowerHand = Kατέβασμα χεριού
bbb.users.usersGrid.statusItemRenderer.handRaised = Σηκωμένο χέρι
bbb.users.usersGrid.statusItemRenderer.raiseHand = Σηκωμένο χέρι
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = Ακροατής
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = Μέσα
bbb.users.usersGrid.mediaItemRenderer.talking = Μιλάει
bbb.users.usersGrid.mediaItemRenderer.webcam = Η κάμερα διαμοιράζεται
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Η κάμερα διαμοιρά
bbb.users.usersGrid.mediaItemRenderer.micOff = Μικρόφωνο κλειστό
bbb.users.usersGrid.mediaItemRenderer.micOn = Μικρόφωνο ανοικτό
bbb.users.usersGrid.mediaItemRenderer.noAudio = Δεν είστε σε συνδιάσκεψη ήχου
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = Παρουσίαση
bbb.presentation.titleWithPres = Παρουσίαση\: {0}
bbb.presentation.quickLink.label = Παράθυρο Παρουσίασης
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Ελαχιστοποίηση του π
bbb.chat.maximizeRestoreBtn.accessibilityName = Μεγιστοποίηση του παραθύρου συνομιλίας
bbb.chat.closeBtn.accessibilityName = Κλείσιμο του παραθύρου συνομιλίας
bbb.chat.chatTabs.accessibleNotice = Νέα μηνύματα στε αυτή την καρτέλα.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = Αλλαγή Κάμερας
bbb.publishVideo.changeCameraBtn.toolTip = Άνοιγμα του διαλόγου αλλαγής κάμερας
bbb.publishVideo.cmbResolution.tooltip = Επιλογή ανάλυσης της κάμερας
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Αναμονή για έγκριση
bbb.video.publish.hint.videoPreview = Προεπισκόπηση κάμερας
bbb.video.publish.hint.openingCamera = Άνοιγμα κάμερας...
bbb.video.publish.hint.cameraDenied = Άρνηση πρόσβασης στην κάμερα
bbb.video.publish.hint.cameraIsBeingUsed = Η κάμερά σας χρησιμοποιείται από άλλη εφαρμογή
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = Δημοσίευση...
bbb.video.publish.closeBtn.accessName = Κλείσιμο παραθύρου της κάμερας
bbb.video.publish.closeBtn.label = Ακύρωση
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Κλείσιμο διαμοιρασμού οθ
bbb.desktopPublish.stop.label = Κλείσιμο
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Δεν μπορείτε να μεγιστοποιήσετε αυτό το παράθυρο
bbb.desktopPublish.closeBtn.toolTip = Διακοπή διαμοιρασμού και κλείσιμο του παραθύρου
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = Ελαχιστοποίηση
bbb.desktopPublish.minimizeBtn.accessibilityName = Ελαχιστοποίηση του παραθύρου διαμοιρασμού επιφάνειας εργασίας
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Μεγιστοποίηση του παραθύρου διαμοιρασμού επιφάνειας εργασίας
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Επιβεβαίωση Αποσύνδεσης
bbb.logout.confirm.message = Είστε σίγουρος/η οτι θέλετε να αποσυνδεθείτε;
bbb.logout.confirm.yes = Ναι
bbb.logout.confirm.no = Οχι
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = Σημειώσεις
bbb.notes.cmpColorPicker.toolTip = Χρώμα κειμένου
bbb.notes.saveBtn = Αποθήκευση
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Καθολικές συντομεύσεις
bbb.shortcuthelp.dropdown.presentation = Συντομεύσεις παρουσίασης
bbb.shortcuthelp.dropdown.chat = Συντομεύσεις συνομιλίας
bbb.shortcuthelp.dropdown.users = Συντευμεύσεις χρηστών
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
bbb.shortcuthelp.dropdown.polling2 = Συντομεύσεις δημοψηφίσματος ακροατή
bbb.shortcuthelp.headers.shortcut = Συντόμευση
bbb.shortcuthelp.headers.function = Λειτουργία
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Μετακίνηση της εστίασης στο παράθυρο της Παρουσίασης
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Μεταφορά της εστίασης στο παράθυρο συνομιλίας
bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Μεταφορά της εστίασης στο παράθυρο ψηφίσματος, εαν είναι ανοιχτό.
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Άνοιγμα του παραθύρου διαμοιρασμού της επιφάνειας εργασίας
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Πλοήγηση στο πιο π
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Προσωρινό ενεργό κουμπί αποσφαλμάτωσης
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
bbb.polling.createPoll = Δημιουργία νέας δημοσκόπησης
bbb.polling.createPoll.moreThanOneResponse = Να επιτρέπεται στους χρήστες η επιλογή περισσοτέρων της μίας απάντησης
bbb.polling.createPoll.hint = Συμβουλή\: Ξεκινήστε κάθε απάντηση σε νέα γραμμή
bbb.polling.createPoll.answers = Απαντήσεις\:
bbb.polling.createPoll.question = Ερώτηση\:
bbb.polling.createPoll.title = Τίτλος\:
bbb.polling.createPoll.publishToWeb = Ενεργοποίηση ηλεκτρονικής δημοσκόπησης
bbb.polling.pollPreview = Προεπισκόπηση δημοσκόπησης
bbb.polling.pollPreview.modify = Επεξεργασία
bbb.polling.pollPreview.publish = Δημοσίευση
bbb.polling.pollPreview.preview = Προεπισκόπηση
bbb.polling.pollPreview.save = Αποθήκευση
bbb.polling.pollPreview.cancel = Ακύρωση
bbb.polling.pollPreview.modify = Επεξεργασία
bbb.polling.pollPreview.hereIsYourPoll = Αυτή είναι η δημοσκόπησή σου\:
bbb.polling.pollPreview.ifYouWantChanges = εάν θέλετε να κάνετε αλλαγές πιέστε το κουμπί 'Επεξεργασία'
bbb.polling.pollPreview.checkAll = (επιλέξτε όλα όσα θέλετε να εφαρμοστούν)
bbb.polling.pollPreview.pollWillPublishOnline = Αυτή η δημοσκόπηση θα είναι διαθέσιμη
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = Δημοσίευση
bbb.polling.closeButton.label = Κλείσιμο
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = Ναι
bbb.polling.answer.No = Οχι
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = Κοινή χρήση
bbb.publishVideo.changeCameraBtn.labelText = Αλλαγή Κάμερας
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Αλλαγή Κάμερας
bbb.accessibility.alerts.madePresenter = Πλέον είστε ο Παρουσιαστής
bbb.accessibility.alerts.madeViewer = Πλέον είστε ακροατής
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Άνοιγμα του μενού Δημοψηφίσματων
bbb.shortcutkey.polling.focusTitle = 6767
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = Εστίαση στην επιλογή "Επιτρέπονται οι πολλαπλές επιλογές".
bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Προεπισκόπηση του δημοψηφίσματος και συνέχεια.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Ακύρωση και έξοδος απο την δημιουργία δημοψηφίσματος.
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Πίσω και διαμόρφωση της δημοσκόπησης σας.
bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
bbb.shortcutkey.polling.save = 8383
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Τα αποτελέσματα του δημοψηφίσματος είναι διαθέσιμα μόνο αφού το δημοψήφισμα έχει δημοσιευτεί
bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Ανανέωση των αποτελεσμάτων του δημοψηφίσματος
bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Επαναδημοσίευση του δημοψηφίσματος.
bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
bbb.shortcutkey.specialKeys.space = Πλήκτρο κενού
bbb.shortcutkey.specialKeys.left = Αριστερό Βέλος
bbb.shortcutkey.specialKeys.right = Δεξί Βέλος

View File

@ -2,7 +2,7 @@
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.lowerAllHands = Lower All Hands
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
@ -148,9 +149,14 @@
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
# bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
@ -164,6 +170,14 @@
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam is being used by another application
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
@ -270,7 +286,8 @@
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
@ -343,6 +360,13 @@
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
@ -393,8 +417,6 @@
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
@ -497,35 +513,28 @@
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
# bbb.polling.createPoll = Create New Poll
# bbb.polling.createPoll.moreThanOneResponse = Allow users to choose more than one response
# bbb.polling.createPoll.hint = Hint\: Start every answer with a new line
# bbb.polling.createPoll.answers = Answers\:
# bbb.polling.createPoll.question = Question\:
# bbb.polling.createPoll.title = Title\:
# bbb.polling.createPoll.publishToWeb = Enable web polling
# bbb.polling.pollPreview = Poll Preview
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.publish = Publish
# bbb.polling.pollPreview.preview = Preview
# bbb.polling.pollPreview.save = Save
# bbb.polling.pollPreview.cancel = Cancel
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.hereIsYourPoll = Here is your poll\:
# bbb.polling.pollPreview.ifYouWantChanges = if you want to make any changes use the 'Modify' button
# bbb.polling.pollPreview.checkAll = (check all that may apply)
# bbb.polling.pollPreview.pollWillPublishOnline = This poll will be available for web polling.
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
@ -533,49 +542,6 @@
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Error 1007: ICE negotiation failed
bbb.webrtcWarning.failedError.1008 = Error 1008: Transfer failed
bbb.webrtcWarning.failedError.1009 = Error 1009: Could not fetch STUN/TURN server information
bbb.webrtcWarning.failedError.1010 = Error 1010: ICE negotiation timeout
bbb.webrtcWarning.failedError.1011 = Error 1011: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Error {0}: Unknown error code
bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Error 1007\: Falló la negociación ICE
bbb.webrtcWarning.failedError.1008 = Error 1008\: transferencia fallida
bbb.webrtcWarning.failedError.1009 = Error 1009\: No se pudo obtener información del servidor
bbb.webrtcWarning.failedError.1010 = Error 1010\: La negociación ICE agotó el tiempo de espera
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Error {0}\: Código de error desconocido
bbb.webrtcWarning.failedError.mediamissing = Su micrófono no pudo ser utilizarse para una llamada mediante WebRTC.
bbb.webrtcWarning.failedError.endedunexpectedly = El test de eco WebRTC finalizó de forma inesperada.

View File

@ -2,7 +2,7 @@
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.lowerAllHands = Lower All Hands
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
@ -148,9 +149,14 @@
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
# bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
@ -164,6 +170,14 @@
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam is being used by another application
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
@ -270,7 +286,8 @@
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
@ -343,6 +360,13 @@
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
@ -393,8 +417,6 @@
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
@ -497,35 +513,28 @@
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
# bbb.polling.createPoll = Create New Poll
# bbb.polling.createPoll.moreThanOneResponse = Allow users to choose more than one response
# bbb.polling.createPoll.hint = Hint\: Start every answer with a new line
# bbb.polling.createPoll.answers = Answers\:
# bbb.polling.createPoll.question = Question\:
# bbb.polling.createPoll.title = Title\:
# bbb.polling.createPoll.publishToWeb = Enable web polling
# bbb.polling.pollPreview = Poll Preview
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.publish = Publish
# bbb.polling.pollPreview.preview = Preview
# bbb.polling.pollPreview.save = Save
# bbb.polling.pollPreview.cancel = Cancel
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.hereIsYourPoll = Here is your poll\:
# bbb.polling.pollPreview.ifYouWantChanges = if you want to make any changes use the 'Modify' button
# bbb.polling.pollPreview.checkAll = (check all that may apply)
# bbb.polling.pollPreview.pollWillPublishOnline = This poll will be available for web polling.
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
@ -533,49 +542,6 @@
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Conectando con el servidor
bbb.mainshell.statusProgress.loading = Cargando {0} módulos
bbb.mainshell.statusProgress.cannotConnectServer = Lo sentimos, no pudimos conectar con el servidor.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Para más información visita <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Abrir ventana de histórico
bbb.mainshell.meetingNotFound = Reunión no encontrada
bbb.mainshell.invalidAuthToken = Token de Autentificación No Válido
@ -52,7 +52,7 @@ bbb.micSettings.webrtc.capableBrowser.dontuseit.toolTip = Pulse aquí si no dese
bbb.micSettings.webrtc.notCapableBrowser = Su navegador no soporta WebRTC. Por favor, utilice Google Chrome (versión 32 o superior); o Mozilla Firefox (versión 26 o superior). Aún podrá unirse a la videoconferencia utilizando la Plataforma Adobe Flash.
bbb.micSettings.webrtc.connecting = Llamando
bbb.micSettings.webrtc.waitingforice = Conectando
# bbb.micSettings.webrtc.transferring = Transferring
bbb.micSettings.webrtc.transferring = Transfiriendo
bbb.micSettings.webrtc.endingecho = Uniéndose al audio
bbb.micSettings.webrtc.endedecho = Test de Eco finalizado.
bbb.micPermissions.firefox.title = Permisos de Micrófono de Firefox
@ -69,13 +69,14 @@ bbb.webrtcWarning.title = Conexión WebRTC fallida
bbb.webrtcWarning.failedError.1001 = Error 1001\: Socket Web desconectado
bbb.webrtcWarning.failedError.1002 = Error 1002\: No se pudo establecer una conexión de Socket Web
bbb.webrtcWarning.failedError.1003 = Error 1003\: Versión de navegador no soportada
# bbb.webrtcWarning.failedError.1004 = Error 1004\: Failure on call (reason\={0})
bbb.webrtcWarning.failedError.1004 = Error 1004\: Fallo en la llamada (motivo\={0})
bbb.webrtcWarning.failedError.1005 = Error 1005\: Llamada finalizada de forma inesperada
bbb.webrtcWarning.failedError.1006 = Error 1006\: La llamada agotó el tiempo de espera
bbb.webrtcWarning.failedError.1007 = Error 1007\: Falló la negociación ICE
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
bbb.webrtcWarning.failedError.1008 = Error 1008\: Transferencia fallida
bbb.webrtcWarning.failedError.1009 = Error 1009\: No se pudo recoger la información STUN/TURN del servidor
bbb.webrtcWarning.failedError.1010 = Error 1010\: tiempo de negociación ICE agotado
bbb.webrtcWarning.failedError.1011 = Error 1011\: tiempo de reunión ICE agotado
bbb.webrtcWarning.failedError.unknown = Error {0}\: Código de error desconocido
bbb.webrtcWarning.failedError.mediamissing = No se pudo adquirir su micrófono para la llamada WebRTC.
bbb.webrtcWarning.failedError.endedunexpectedly = El test de eco WebRTC finalizó de forma inesperada.
@ -130,8 +131,8 @@ bbb.users.settings.webcamSettings = Configuración de Webcam
bbb.users.settings.muteAll = Silenciar a todos
bbb.users.settings.muteAllExcept = Silenciar a todos salvo al presentador
bbb.users.settings.unmuteAll = Habilitar audio para Todos
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.settings.clearAllStatus = Limpiar los iconos de estado
bbb.users.emojiStatusBtn.toolTip = Actualizar mi icono de estado
bbb.users.roomMuted.text = Audiencia Silenciada
bbb.users.roomLocked.text = Audiencia Bloqueada
bbb.users.pushToTalk.toolTip = Pulse para hablar
@ -140,7 +141,7 @@ bbb.users.muteMeBtnTxt.talk = Habilitar audio
bbb.users.muteMeBtnTxt.mute = Silenciar
bbb.users.muteMeBtnTxt.muted = Silenciado
bbb.users.muteMeBtnTxt.unmuted = No silenciado
# bbb.users.usersGrid.contextmenu.exportusers = Copy User Names
bbb.users.usersGrid.contextmenu.exportusers = Copiar Nombres de Usuario
bbb.users.usersGrid.accessibilityName = Lista de Asistentes. Usar las teclas de dirección para navegar.
bbb.users.usersGrid.nameItemRenderer = Nombre
bbb.users.usersGrid.nameItemRenderer.youIdentifier = tu
@ -149,13 +150,13 @@ bbb.users.usersGrid.statusItemRenderer.changePresenter = Haga click para cambiar
bbb.users.usersGrid.statusItemRenderer.presenter = Presentador
bbb.users.usersGrid.statusItemRenderer.moderator = Moderador
bbb.users.usersGrid.statusItemRenderer.raiseHand = Mano Alzada
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.happy = Feliz
bbb.users.usersGrid.statusItemRenderer.unhappy = Triste
bbb.users.usersGrid.statusItemRenderer.confused = Confundido
bbb.users.usersGrid.statusItemRenderer.clearStatus = Limpiar mi estado
bbb.users.usersGrid.statusItemRenderer.viewer = Espectador
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Compartiendo webcam.
bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Es el Ponente.
bbb.users.usersGrid.mediaItemRenderer = Media
bbb.users.usersGrid.mediaItemRenderer.talking = Hablando
bbb.users.usersGrid.mediaItemRenderer.webcam = Webcam compartida
@ -169,14 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Webcam compartida
bbb.users.usersGrid.mediaItemRenderer.micOff = Micrófono inactivo
bbb.users.usersGrid.mediaItemRenderer.micOn = Micrófono activo
bbb.users.usersGrid.mediaItemRenderer.noAudio = No esta en la Conferencia de Voz
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.users.emojiStatus.clear = Limpiar
bbb.users.emojiStatus.raiseHand = Levantar la mano
bbb.users.emojiStatus.happy = Feliz
bbb.users.emojiStatus.smile = Sonrisa
bbb.users.emojiStatus.sad = Triste
bbb.users.emojiStatus.confused = Confundido
bbb.users.emojiStatus.neutral = Neutral
bbb.users.emojiStatus.away = Inactivo
bbb.presentation.title = Presentación
bbb.presentation.titleWithPres = Presentación\: {0}
bbb.presentation.quickLink.label = Ventana de Presentación
@ -248,8 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Minimizar la ventana del charla
bbb.chat.maximizeRestoreBtn.accessibilityName = Maximizar la ventana del charla
bbb.chat.closeBtn.accessibilityName = Cerrar la ventana de charla
bbb.chat.chatTabs.accessibleNotice = Nuevos mensajes en esta pestaña.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.chat.chatMessage.systemMessage = Sistema
bbb.chat.chatMessage.tooLong = El mensaje supera en {0} caracter(es) el máximo
bbb.publishVideo.changeCameraBtn.labelText = Cambiar de Cámara
bbb.publishVideo.changeCameraBtn.toolTip = Abrir para abrir la ventana de cambios en la cámara
bbb.publishVideo.cmbResolution.tooltip = Seleccionar la resolución de la cámara
@ -271,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Esperando por aprobación
bbb.video.publish.hint.videoPreview = Vista previa vídeo
bbb.video.publish.hint.openingCamera = Abriendo cámara...
bbb.video.publish.hint.cameraDenied = Acceso denegado a cámara
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.cameraIsBeingUsed = No se pudo abrir su cámara - Debe estar en uso por parte de otra aplicación
bbb.video.publish.hint.publishing = Publicando...
bbb.video.publish.closeBtn.accessName = Cerrar la ventana de configuraciones de la cámara web
bbb.video.publish.closeBtn.label = Cancelar
@ -285,8 +286,8 @@ bbb.desktopPublish.stop.tooltip = Detener la compartición de pantalla
bbb.desktopPublish.stop.label = Cerrar
bbb.desktopPublish.maximizeRestoreBtn.toolTip = No puede maximizar esta ventana.
bbb.desktopPublish.closeBtn.toolTip = Detener la compartición y cerrar esta ventana.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.chromeOnMacUnsupportedHint = No es posible compartir Escritorio con Chrome bajo Mac OS X. Debes utilizar otro navegador (se recomienda Firefox) para compartir tu escritorio.
bbb.desktopPublish.chrome42UnsupportedHint = Chrome ya no soporta Applets Java. Debes utilizar otro navegador (se recomienda Firefox) para compartir tu escritorio.
bbb.desktopPublish.minimizeBtn.toolTip = Minimizar esta ventana.
bbb.desktopPublish.minimizeBtn.accessibilityName = Minimizar la ventana de iniciar el compartir escritorio
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximizar la ventana de iniciar el compartir escritorio
@ -359,13 +360,13 @@ bbb.logout.confirm.title = Confirmar Cerrar Sesión
bbb.logout.confirm.message = ¿Está seguro que desea cerrar sesión?
bbb.logout.confirm.yes = Si
bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.connection.failure=Detectados Problemas de Conectividad
bbb.connection.reconnecting=Reconectando
bbb.connection.reestablished=Conexión restablecida
bbb.connection.bigbluebutton=BigBlueButton
bbb.connection.sip=SIP
bbb.connection.video=Video
bbb.connection.deskshare=Compartir Escritorio
bbb.notes.title = Notas
bbb.notes.cmpColorPicker.toolTip = Color de Texto
bbb.notes.saveBtn = Guardar
@ -395,7 +396,7 @@ ltbcustom.bbb.highlighter.toolbar.text.accessibilityName = Cambiar Cursos de piz
ltbcustom.bbb.highlighter.texttoolbar.textColorPicker = Color de texto
ltbcustom.bbb.highlighter.texttoolbar.textSizeMenu = Tamaño de letra
# bbb.accessibility.clientReady = Ready
bbb.accessibility.clientReady = Listo
bbb.accessibility.chat.chatBox.reachedFirst = Has llegado al primer mensaje
bbb.accessibility.chat.chatBox.reachedLatest = Has llegado al último mensaje
@ -512,28 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Navegar al mensaje leído más re
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Tecla de acceso rápido para depurar temporalmente
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.startButton.tooltip = Iniciar una encuesta
bbb.polling.startButton.label = Iniciar Encuesta
bbb.polling.publishButton.label = Publicar
bbb.polling.closeButton.label = Cerrar
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.pollModal.title = Resultados en Vivo
bbb.polling.customChoices.title = Opciones de la Encuesta
bbb.polling.respondersLabel.novotes = Esperando respuestas
bbb.polling.respondersLabel.text = {0} Usuarios han respondido
bbb.polling.respondersLabel.finished = Hecho
bbb.polling.answer.Yes = Si
bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.polling.answer.True = Verdadero
bbb.polling.answer.False = Falso
bbb.polling.answer.A = A
bbb.polling.answer.B = B
bbb.polling.answer.C = C
bbb.polling.answer.D = D
bbb.polling.answer.E = E
bbb.polling.answer.F = F
bbb.polling.answer.G = G
bbb.polling.results.accessible.header = Resultados de la encuesta.
bbb.polling.results.accessible.answer = La respuesta {0} tuvo {1} votos.
bbb.publishVideo.startPublishBtn.labelText = Empezar a compartir
bbb.publishVideo.changeCameraBtn.labelText = Cambiar de Cámara
@ -571,4 +572,4 @@ bbb.lockSettings.layout = Diseño
bbb.lockSettings.title=Bloquear Audiencia
bbb.lockSettings.feature=Característica
bbb.lockSettings.locked=Bloqueado
# bbb.lockSettings.lockOnJoin=Lock On Join
bbb.lockSettings.lockOnJoin=Bloquear al Unirse

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Error 1007\: Falló la negociación ICE
bbb.webrtcWarning.failedError.1008 = Error 1008\: transferencia fallida
bbb.webrtcWarning.failedError.1009 = Error 1009\: No se pudo obtener información del servidor
bbb.webrtcWarning.failedError.1010 = Error 1010\: La negociación ICE agotó el tiempo de espera
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Error {0}\: Código de error desconocido
bbb.webrtcWarning.failedError.mediamissing = Su micrófono no pudo ser utilizarse para una llamada mediante WebRTC.
bbb.webrtcWarning.failedError.endedunexpectedly = El test de eco WebRTC finalizó de forma inesperada.

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Viga 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Viga {0}\: Tundmatu veakood
bbb.webrtcWarning.failedError.mediamissing = Sinu mikrofoni ühendamine WebRTC kõnega ebaõnnestus
bbb.webrtcWarning.failedError.endedunexpectedly = WebRTC kaja-test lõppes ootamatult

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = Audio-ezarpenak. Audio-ezarpenen leiho honetan f
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = در حال اتصال به سرور
bbb.mainshell.statusProgress.loading = در حال بارگزاری {0} ماژول
bbb.mainshell.statusProgress.cannotConnectServer = متاسفانه، امکان اتصال به سرور وجود ندارد.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.copyrightLabel2 = برای اطلاعات بیشتر به <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>اینجا</u></a> رجوع کنید
bbb.mainshell.logBtn.toolTip = باز کردن پنجره تنظیمات میکروفون
bbb.mainshell.meetingNotFound = جلسه یافت نشد
bbb.mainshell.invalidAuthToken = توکن احراز هویت نامعتبر
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = خطا 1006\: تایم اوت در تماس
bbb.webrtcWarning.failedError.1007 = خطا\: 1007\: گفتگو ICE با شکست روبرو شد
bbb.webrtcWarning.failedError.1008 = خطای 1008\: انتقال با شکست مواجه شد
bbb.webrtcWarning.failedError.1009 = خطای 1009\: امکان دریافت اطلاعات سرور STUN/TURN وجود ندارد
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = خطا {0}\: کد خطای ناشناخته
bbb.webrtcWarning.failedError.mediamissing = امکان استفاده از میکروفون شما برای تماس WebRTC وجود ندارد
bbb.webrtcWarning.failedError.endedunexpectedly = آزمون اکو مربوط به WebRTC به صورت غیر منتظره پایان یافت
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = تنظیمات دوربین
bbb.users.settings.muteAll = قطع صدای همه کاربران
bbb.users.settings.muteAllExcept = قطع صدای همه غیر از ارائه دهنده
bbb.users.settings.unmuteAll = وصل کردن صدای همه
bbb.users.settings.lowerAllHands = پایین اوردن دست همه افراد
bbb.users.raiseHandBtn.toolTip = بالا بردن دست
bbb.users.raiseHandBtn.toolTip2 = پایین آوردن دست
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.roomMuted.text = صدای مشاهده کنندگان قطع شد
bbb.users.roomLocked.text = مشاهده کنندگان قفل شدند
bbb.users.pushToTalk.toolTip = برای صحبت کردن کلیک کنید
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = وضعیت
bbb.users.usersGrid.statusItemRenderer.changePresenter = برای تبدیل وضعیت به ارائه دهنده کلیک کنید
bbb.users.usersGrid.statusItemRenderer.presenter = ارائه دهنده
bbb.users.usersGrid.statusItemRenderer.moderator = مدیر
bbb.users.usersGrid.statusItemRenderer.lowerHand = پایین آوردن دست
bbb.users.usersGrid.statusItemRenderer.handRaised = اجازه گرفته
bbb.users.usersGrid.statusItemRenderer.raiseHand = اجازه گرفته
bbb.users.usersGrid.statusItemRenderer.happy = خوشحال
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = مشاهده کننده
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = به اشتراک گذاری دوربین
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = رسانه
bbb.users.usersGrid.mediaItemRenderer.talking = در حال صحبت
bbb.users.usersGrid.mediaItemRenderer.webcam = به اشتراک گذاری دوربین
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = به اشتراک گذاری دو
bbb.users.usersGrid.mediaItemRenderer.micOff = میکروفون خاموش
bbb.users.usersGrid.mediaItemRenderer.micOn = میکروفون روشن
bbb.users.usersGrid.mediaItemRenderer.noAudio = عدم حضور در کنفراس صوتی
bbb.users.emojiStatus.clear = پاک کردن
# bbb.users.emojiStatus.raiseHand = Raise hand
bbb.users.emojiStatus.happy = خوشحال
bbb.users.emojiStatus.smile = لبخند
bbb.users.emojiStatus.sad = ناراحت
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = ارائه
bbb.presentation.titleWithPres = ارائه\: {0}
bbb.presentation.quickLink.label = پنجره ارائه
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = کمینه کردن پنجره گفتگ
bbb.chat.maximizeRestoreBtn.accessibilityName = بیشینه کردن پنجره گفتگوی متنی
bbb.chat.closeBtn.accessibilityName = بستن پنجره گفتگوی متنی
bbb.chat.chatTabs.accessibleNotice = پیام های جدید در این زبانه
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = تغییر تنظیمات دوربین
bbb.publishVideo.changeCameraBtn.toolTip = باز کردن جعبه محاوره ای تغییر دوربین
bbb.publishVideo.cmbResolution.tooltip = وضوح دوربین را انتخاب کنید
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = در انتظار تایید
bbb.video.publish.hint.videoPreview = پیش نمایش تصویر
bbb.video.publish.hint.openingCamera = در حال باز کردن دوربین...
bbb.video.publish.hint.cameraDenied = اجازه دسترسی به دوربین وجود ندارد
bbb.video.publish.hint.cameraIsBeingUsed = دوربین شما توسط برنامه دیگری در حال استفاده می باشد
bbb.video.publish.hint.cameraIsBeingUsed = وب‌کم شما باز نشد - شاید توسط برنامه دیگری در حال استفاده باشد.
bbb.video.publish.hint.publishing = در حال پخش...
bbb.video.publish.closeBtn.accessName = بستن جعبه محاوره ای تنظیمات دوربین
bbb.video.publish.closeBtn.label = انصراف
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = بستن پنجره اشتراک صفحه
bbb.desktopPublish.stop.label = خروج
bbb.desktopPublish.maximizeRestoreBtn.toolTip = شما قادر به بیشینه کردن این پنجره نیستید
bbb.desktopPublish.closeBtn.toolTip = توقف اشتراک گذاری و خروج
bbb.desktopPublish.chromeOnMacUnsupportedHint = اشتراک میزکار در حال حاضر در مرورگر کروم تحت سیستم عامل مک پشتیبانی نمی شود.پیشنهاد می شود برای اشتراک میز کار از فایرفاکس استفاده کنید.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.chrome42UnsupportedHint = مرورگر کروم دیگر از اپلت‌های جاوا پشتیبانی نمی کند. باید از مرورگر دیگری برای به اشتراک گذاشتن میزکار خود استفاده کنید (فایرفاکس توصیه می شود)
bbb.desktopPublish.minimizeBtn.toolTip = کمینه کردن
bbb.desktopPublish.minimizeBtn.accessibilityName = کمینه کردن پنجره نمایش اشتراک صفحه
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = بیشینه کردن پنجره نمایش اشتراک صفحه
@ -343,6 +360,13 @@ bbb.logout.confirm.title = تایید خروج از سیستم
bbb.logout.confirm.message = آیا مطمئن هستید میخواهید از سیستم خارج شوید؟
bbb.logout.confirm.yes = بله
bbb.logout.confirm.no = خیر
# bbb.connection.failure=Detected Connectivity Problems
bbb.connection.reconnecting=برقراری مجدد ارتباط
bbb.connection.reestablished=ارتباط مجددا برقرار شد
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = یادداشت ها
bbb.notes.cmpColorPicker.toolTip = رنگ متن
bbb.notes.saveBtn = ذخیره
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = کلیدهای میانبر سراسری
bbb.shortcuthelp.dropdown.presentation = کلیدهای میانبر ارائه
bbb.shortcuthelp.dropdown.chat = کلیدهای میانبرگفتگوی متنی
bbb.shortcuthelp.dropdown.users = میانبرهای کاربران
bbb.shortcuthelp.dropdown.polling = میانبرهای نظرسنجی ارائه دهنده
bbb.shortcuthelp.dropdown.polling2 = میانبرهای نظرسنجی مشاهده کننده
bbb.shortcuthelp.headers.shortcut = میانبر
bbb.shortcuthelp.headers.function = عملیات
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = انتقال قسمت فعال به پنجره ارائه
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = انتقال قسمت فعال به پنجره گفتگوی متنی
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = فعال سازی پنجره ایجاد نظرسنجی، اگر در حال اجرا است
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = فعال سازی پنجره امار نظرسنجی، اگر در حال اجرا است
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = فعال سازی پنجره رای دهی، اگر در حال اجرا است
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = باز کردن پنجره اشتراک صفحه
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = رفتن به جدیدترین پ
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = کلید اشکال یابی موقت
bbb.polling.toolbar.toolTip = مدیریت نظرسنجی ها
bbb.polling.buttonName = مدیریت نظرسنجی ها
bbb.polling.createPoll = ایجاد نظرسنجی جدید
bbb.polling.createPoll.moreThanOneResponse = اجازه انتخاب بيش از يک پاسخ به کاربران
bbb.polling.createPoll.hint = نکته\: هر پاسخ را در یک خط جدید بنویسید
bbb.polling.createPoll.answers = پاسخ ها\:
bbb.polling.createPoll.question = سوال\:
bbb.polling.createPoll.title = عنوان
bbb.polling.createPoll.publishToWeb = فعال سازی نظرسنجی تحت وب
bbb.polling.pollPreview = پیش نمایش نظرسنجی
bbb.polling.pollPreview.modify = ویرایش
bbb.polling.pollPreview.publish = انتشار
bbb.polling.pollPreview.preview = پیش نمایش
bbb.polling.pollPreview.save = ذخیره
bbb.polling.pollPreview.cancel = لغو
bbb.polling.pollPreview.modify = ویرایش
bbb.polling.pollPreview.hereIsYourPoll = نظر سنجي شما آماده است\:
bbb.polling.pollPreview.ifYouWantChanges = برای ايجاد تغييرات روي دکمه "ويرايش" کليک کنيد
bbb.polling.pollPreview.checkAll = (مواردي که ممکن است به کار بروند را انتخاب کنيد)
bbb.polling.pollPreview.pollWillPublishOnline = این نظرسنجی برای رای گیری آنلاین در دسترس خواهد بود
bbb.polling.resultBtn.label=نتایج
bbb.polling.resultBtn.toolTip=نمایش نتایج نظرسنجی
bbb.polling.startBtn.label=شروع
bbb.polling.startBtn.toolTip=شروع نظرسنجی
bbb.polling.editBtn.label=ویرایش
bbb.polling.editBtn.toolTip=ویرایش نظرسنجی
bbb.polling.deleteBtn.toolTip=حذف نظرسنجی
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = انتشار
bbb.polling.closeButton.label = خروج
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = بله
bbb.polling.answer.No = خير
bbb.polling.answer.True = صحیح
bbb.polling.answer.False = غلط
bbb.polling.answer.A = آ
bbb.polling.answer.B = ب
bbb.polling.answer.C = پ
bbb.polling.answer.D = ت
bbb.polling.answer.E = ث
bbb.polling.answer.F = ج
bbb.polling.answer.G = چ
bbb.polling.results.accessible.header = نتایج نظرسنجی
bbb.polling.results.accessible.answer = گزینه {0}، {1} رأی دارد.
bbb.publishVideo.startPublishBtn.labelText = آغاز اشتراک گذاری
bbb.publishVideo.changeCameraBtn.labelText = تغییر تنظیمات دوربین
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = تغییر تنظیمات دورب
bbb.accessibility.alerts.madePresenter = شما هم اکنون ارائه دهنده هستید
bbb.accessibility.alerts.madeViewer = شما هم اکنون مشاهده کننده هستید
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = باز کردن منوی نظرسنجی
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = فعال سازی جعبه ورودی عنوان
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = فعال سازی جعبه ورودی سوال
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = فعال سازی جعبه ورودی پاسخ ها
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = فعال کردن جعبه انتخاب "امکان انتخاب چندین گزینه"
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = فعال سازی چک باکس "قعال سازی نظرسنجی انلاین"
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = پیش نمایش نظرسنجی و رفتن به مرحله بعد
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = لغو و خروج از ایجاد نظرسنجی
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = برگشت به عقب و تغییر نظرسنجی
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = انتشار نتایج نظر سنجی و شروع رای گیری
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = ذخیره کردن نظرسنجی برای استفاده در اینده
bbb.shortcutkey.pollStats.explanation = ---
bbb.shortcutkey.pollStats.explanation.function = نتایج نظرسنجی تنها یعد از اتمام رای گیری قابل مشاهده خواهد بود
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = فعال سازی نتایج نظرسنجی
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = دوباره سازی نتایج نظرسنجی
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = فعال سازی جعبه آدرس نظرسنجی آنلاین
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = توقف نظرسنجی و اتمام رای گیری
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = باز انتشار نتایج نظرسنجی
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = بستن پنجره نتایج نظر سنجی
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = گرفتن رای برای گزینه های انتخاب شده
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = تمرکز روی سوال
bbb.shortcutkey.specialKeys.space = کلید فاصله
bbb.shortcutkey.specialKeys.left = کلید جهتی چپ
bbb.shortcutkey.specialKeys.right = کلید جهتی راست

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = Ääniasetukset. Ääniasetukset ovat päällimm
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Erreur 1007\: Echec de la négociation ICE
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Erreur {0}\: Code d'erreur inconnu
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Connexion au serveur
bbb.mainshell.statusProgress.loading = Chargement de {0} modules
bbb.mainshell.statusProgress.cannotConnectServer = Désolé, impossible d'établir une connexion au serveur.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [version {0}] - Pour plus d'information, visitez <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Ouvrir la fenêtre de log
bbb.mainshell.meetingNotFound = Conférence introuvable
bbb.mainshell.invalidAuthToken = Jeton d'authentification invalide
@ -15,7 +15,7 @@ bbb.oldlocalewindow.windowTitle = Avertissement \: Les traductions ne sont pas
bbb.audioSelection.title = Comment souhaitez-vous rejoindre la conversation audio ?
bbb.audioSelection.btnMicrophone.label = Microphone
bbb.audioSelection.btnMicrophone.toolTip = Joindre la conférence audio avec votre microphone
bbb.audioSelection.btnListenOnly.label = Sans Microphone
bbb.audioSelection.btnListenOnly.label = Écoute seulement
bbb.audioSelection.btnListenOnly.toolTip = Joindre la conférence audio seulement en écoute
bbb.audioSelection.txtPhone.text = Pour rejoindre cette conférence par téléphone, composez le \: {0} puis entrez {1} comme code de conférence.
bbb.micSettings.title = Test Audio
@ -54,17 +54,17 @@ bbb.micSettings.webrtc.connecting = Appel
bbb.micSettings.webrtc.waitingforice = Connexion
bbb.micSettings.webrtc.transferring = Transfert en cours
bbb.micSettings.webrtc.endingecho = Connexion à la conversation audio en cours
bbb.micSettings.webrtc.endedecho = Test d'echo terminé.
bbb.micSettings.webrtc.endedecho = Test d'écho terminé.
bbb.micPermissions.firefox.title = Permission d'utilisation du microphone par Firefox
bbb.micPermissions.firefox.message1 = Choisissez votre microphone et cliquez sur Partager.
bbb.micPermissions.firefox.message2 = Si vous ne voyez pas la liste des microphones, cliquez sur l'icone de microphone.
bbb.micPermissions.firefox.message2 = Si vous ne voyez pas la liste des microphones, cliquez sur l'icône de microphone.
bbb.micPermissions.chrome.title = Permission d'utilisation du microphone par Chrome
bbb.micPermissions.chrome.message1 = Cliquez sur Autoriser pour donner à Chrome la permission d'utiliser votre microphone
bbb.micWarning.title = Avertissement audio
bbb.micWarning.joinBtn.label = Joindre malgré tout
bbb.micWarning.testAgain.label = Tester à nouveau
bbb.micWarning.message = Votre microphone n'a montré aucune activité, les autres participants ne pourront certainement pas vous entendre durant cette session.
bbb.webrtcWarning.message = Les problèmes WebRTC suivants ont été détectés\: {0}. Voulez-vous essayer Flash à la place ?
bbb.webrtcWarning.message = Les problèmes WebRTC suivants ont été détectés \: {0}. Voulez-vous essayer Flash à la place ?
bbb.webrtcWarning.title = Échec d'audio via WebRTC
bbb.webrtcWarning.failedError.1001 = Erreur 1001 \: WebSocket déconnectée
bbb.webrtcWarning.failedError.1002 = Erreur 1002 \: Impossible d'établir une connexion WebSocket
@ -75,7 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Erreur 1006 \: L'appel a expiré
bbb.webrtcWarning.failedError.1007 = Erreur 1007 \: Échec de la négociation ICE
bbb.webrtcWarning.failedError.1008 = Erreur 1008 \: Échec du transfert
bbb.webrtcWarning.failedError.1009 = Erreur 1009 \: Impossible de récupérer les informations du serveur STUN/TURN
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
bbb.webrtcWarning.failedError.1010 = Erreur 1010\: ICE temps de négociation dépassé
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Erreur {0} \: Code d'erreur inconnu
bbb.webrtcWarning.failedError.mediamissing = Il n'a pas été possible d'utiliser votre microphone pour un appel WebRTC
bbb.webrtcWarning.failedError.endedunexpectedly = Le test d'echo WebRTC s'est terminé de façon inattendue
@ -130,8 +131,8 @@ bbb.users.settings.webcamSettings = Paramètres de la webcam
bbb.users.settings.muteAll = Rendre silencieux tous les utilisateurs
bbb.users.settings.muteAllExcept = Rendre silencieux tous les utilisateurs sauf le présentateur
bbb.users.settings.unmuteAll = Activer le microphone pour tous les utilisateurs
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.settings.clearAllStatus = Supprimer toutes les icônes de status
bbb.users.emojiStatusBtn.toolTip = Actualiser mon icône de statut
bbb.users.roomMuted.text = Participants en sourdine
bbb.users.roomLocked.text = Participants bloqués
bbb.users.pushToTalk.toolTip = Parler
@ -149,13 +150,13 @@ bbb.users.usersGrid.statusItemRenderer.changePresenter = Cliquer pour définir c
bbb.users.usersGrid.statusItemRenderer.presenter = Présentateur
bbb.users.usersGrid.statusItemRenderer.moderator = Modérateur
bbb.users.usersGrid.statusItemRenderer.raiseHand = Main levée
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.happy = Joyeux
bbb.users.usersGrid.statusItemRenderer.unhappy = Faché
bbb.users.usersGrid.statusItemRenderer.confused = Confus
bbb.users.usersGrid.statusItemRenderer.clearStatus = Supprimer mon statut
bbb.users.usersGrid.statusItemRenderer.viewer = Spectateur
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = webcam en cours de partage
bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Est présentateur
bbb.users.usersGrid.mediaItemRenderer = Média
bbb.users.usersGrid.mediaItemRenderer.talking = Parler
bbb.users.usersGrid.mediaItemRenderer.webcam = Partager la webcam
@ -169,14 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Partager la webcam
bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone actif
bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone inactif
bbb.users.usersGrid.mediaItemRenderer.noAudio = Vous n'êtes pas en conférence audio
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.users.emojiStatus.clear = Supprimer
bbb.users.emojiStatus.raiseHand = Lever la main
bbb.users.emojiStatus.happy = Joyeux
bbb.users.emojiStatus.smile = Sourire
bbb.users.emojiStatus.sad = Faché
bbb.users.emojiStatus.confused = Confus
bbb.users.emojiStatus.neutral = Neutre
bbb.users.emojiStatus.away = Loin
bbb.presentation.title = Présentation
bbb.presentation.titleWithPres = Présentation \: {0}
bbb.presentation.quickLink.label = Fenêtre présentation
@ -248,8 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Réduire la fenêtre de discussion
bbb.chat.maximizeRestoreBtn.accessibilityName = Agrandir la fenêtre de discussion
bbb.chat.closeBtn.accessibilityName = Fermer la fenêtre de discussion
bbb.chat.chatTabs.accessibleNotice = Nouveaux messages dans cet onglet.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.chat.chatMessage.systemMessage = Système
bbb.chat.chatMessage.tooLong = Le message est {0} caractère(s) trop long
bbb.publishVideo.changeCameraBtn.labelText = Changer la webcam
bbb.publishVideo.changeCameraBtn.toolTip = Ouvrir la fenêtre de changement de webcam
bbb.publishVideo.cmbResolution.tooltip = Sélectionnez la résolution de la webcam
@ -271,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Attend l'approbation
bbb.video.publish.hint.videoPreview = Prévisualisation vidéo
bbb.video.publish.hint.openingCamera = Ouverture de la webcam...
bbb.video.publish.hint.cameraDenied = Accès à la webcam refusé
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.cameraIsBeingUsed = Votre webcam n'a pas pu s'ouvrir - elle est peut-être utilisée par une autre application
bbb.video.publish.hint.publishing = Publication...
bbb.video.publish.closeBtn.accessName = Fermer la fenêtre de paramètres pour la webcam
bbb.video.publish.closeBtn.label = Annuler
@ -285,8 +286,8 @@ bbb.desktopPublish.stop.tooltip = Fermer le partage d'écran
bbb.desktopPublish.stop.label = Fermer
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Vous ne pouvez pas agrandir cette fenêtre.
bbb.desktopPublish.closeBtn.toolTip = Arrêter de partager et fermer
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Le partage d'écran n'est pas supporté actuellement par Chrome sous Mac OS X. Vous devez utiliser un autre navigateur (nous recommandons FireFox) pour le partage d'écran.
bbb.desktopPublish.chrome42UnsupportedHint = Chrome ne supporte plus les Applets Java. Vous devez utiliser un autre navigateur (Firefox recommandé) pour partager votre écran.
bbb.desktopPublish.minimizeBtn.toolTip = Réduire
bbb.desktopPublish.minimizeBtn.accessibilityName = Réduire la fenêtre de partage d'écran
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Agrandir la fenêtre de partage d'écran
@ -353,19 +354,19 @@ bbb.logout.rejected = La connexion au serveur a été refusée
bbb.logout.invalidapp = L'application red5 n'existe pas
bbb.logout.unknown = Votre client a perdu la connexion au serveur
bbb.logout.usercommand = Vous êtes maintenant déconnecté de la conférence
bbb.logout.refresh.message = Si cette déconnexion était innatendue, cliquez sur le bouton ci-dessous pour vous reconnecter.
bbb.logout.refresh.message = Si cette déconnexion était inattendue, cliquez sur le bouton ci-dessous pour vous reconnecter.
bbb.logout.refresh.label = Se reconnecter
bbb.logout.confirm.title = Confirmer la déconnexion
bbb.logout.confirm.message = Êtes-vous sur de vouloir vous déconnecter ?
bbb.logout.confirm.yes = Oui
bbb.logout.confirm.no = Non
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.connection.failure=Problèmes de connectivité détectés
bbb.connection.reconnecting=Reconnexion en cours
bbb.connection.reestablished=Connexion rétablie
bbb.connection.bigbluebutton=BigBlueButton
bbb.connection.sip=SIP
bbb.connection.video=Vidéo
bbb.connection.deskshare=Partage d'écran
bbb.notes.title = Notes
bbb.notes.cmpColorPicker.toolTip = Couleur du texte
bbb.notes.saveBtn = Sauvegarder
@ -395,7 +396,7 @@ ltbcustom.bbb.highlighter.toolbar.text.accessibilityName = Changer le curseur du
ltbcustom.bbb.highlighter.texttoolbar.textColorPicker = Couleur du texte
ltbcustom.bbb.highlighter.texttoolbar.textSizeMenu = Taille de caractère
# bbb.accessibility.clientReady = Ready
bbb.accessibility.clientReady = Prêt
bbb.accessibility.chat.chatBox.reachedFirst = Vous avez atteint le premier message.
bbb.accessibility.chat.chatBox.reachedLatest = Vous avez atteint le dernier message.
@ -512,28 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Naviguer jusqu'au dernier message
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Raccourci temporaire de débogage
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.startButton.tooltip = Démarrer un vote
bbb.polling.startButton.label = Démarrer le vote
bbb.polling.publishButton.label = Publier
bbb.polling.closeButton.label = Fermer
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.pollModal.title = Les résultats du vote en direct
bbb.polling.customChoices.title = Entrer les choix du vote
bbb.polling.respondersLabel.novotes = En attente des réponses
bbb.polling.respondersLabel.text = {0} Utilisateurs ont répondu
bbb.polling.respondersLabel.finished = Fait
bbb.polling.answer.Yes = Oui
bbb.polling.answer.No = Non
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.polling.answer.True = Vrai
bbb.polling.answer.False = Faux
bbb.polling.answer.A = A
bbb.polling.answer.B = B
bbb.polling.answer.C = C
bbb.polling.answer.D = D
bbb.polling.answer.E = E
bbb.polling.answer.F = F
bbb.polling.answer.G = G
bbb.polling.results.accessible.header = Résultats du vote
bbb.polling.results.accessible.answer = La réponse {0} avait {1} votes.
bbb.publishVideo.startPublishBtn.labelText = Démarrer le partage
bbb.publishVideo.changeCameraBtn.labelText = Changer la webcam
@ -571,4 +572,4 @@ bbb.lockSettings.layout = Disposition
bbb.lockSettings.title=Verrouiller les participants
bbb.lockSettings.feature=Fonctionnalité
bbb.lockSettings.locked=Verrouillé
# bbb.lockSettings.lockOnJoin=Lock On Join
bbb.lockSettings.lockOnJoin=Verrouiller à la connexion

View File

@ -0,0 +1,575 @@
# bbb.mainshell.locale.version = 0.9.0
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
# bbb.mainshell.resetLayoutBtn.toolTip = Reset Layout
# bbb.mainshell.notification.tunnelling = Tunnelling
# bbb.mainshell.notification.webrtc = WebRTC Audio
# bbb.oldlocalewindow.reminder1 = You may have an old language translations of BigBlueButton.
# bbb.oldlocalewindow.reminder2 = Please clear your browser's cache and try again.
# bbb.oldlocalewindow.windowTitle = Warning\: Old Language Translations
# bbb.audioSelection.title = How do you want to join the audio?
# bbb.audioSelection.btnMicrophone.label = Microphone
# bbb.audioSelection.btnMicrophone.toolTip = Join the audio with your microphone
# bbb.audioSelection.btnListenOnly.label = Listen Only
# bbb.audioSelection.btnListenOnly.toolTip = Join the audio as listen only
# bbb.audioSelection.txtPhone.text = To join this meeting by phone, dial\: {0} then enter {1} as the conference pin number.
# bbb.micSettings.title = Audio Test
# bbb.micSettings.speakers.header = Test Speakers
# bbb.micSettings.microphone.header = Test Microphone
# bbb.micSettings.playSound = Test Speakers
# bbb.micSettings.playSound.toolTip = Play music to test your speakers
# bbb.micSettings.hearFromHeadset = You should hear audio in your headset, not your computer speakers.
# bbb.micSettings.speakIntoMic = If you are using a headset (or earbuds), you should hear the audio from your headset -- not from your computer speakers.
# bbb.micSettings.echoTestMicPrompt = This is a private echo test. Speak a few words. Did you hear audio?
# bbb.micSettings.echoTestAudioYes = Yes
# bbb.micSettings.echoTestAudioNo = No
# bbb.micSettings.speakIntoMicTestLevel = Speak into your microphone. You should see the bar move. If not, choose another mic.
# bbb.micSettings.recommendHeadset = Use a headset with a microphone for best audio experience.
# bbb.micSettings.changeMic = Test or Change Microphone
# bbb.micSettings.changeMic.toolTip = Open the Flash Player microphone settings dialog box
# bbb.micSettings.comboMicList.toolTip = Select a microphone
# bbb.micSettings.micRecordVolume.label = Gain
# bbb.micSettings.micRecordVolume.toolTip = Set your microphone gain
# bbb.micSettings.nextButton = Next
# bbb.micSettings.nextButton.toolTip = Start the echo test
# bbb.micSettings.join = Join Audio
# bbb.micSettings.join.toolTip = Join the audio conference
# bbb.micSettings.cancel = Cancel
# bbb.micSettings.connectingtoecho = Connecting
# bbb.micSettings.connectingtoecho.error = Echo Test Error\: Please contact administrator.
# bbb.micSettings.cancel.toolTip = Cancel joining the audio conference
# bbb.micSettings.access.helpButton = Open tutorial videos in a new page.
# bbb.micSettings.access.title = Audio Settings. Focus will remain in this audio settings window until the window is closed.
# bbb.micSettings.webrtc.title = WebRTC Support
# bbb.micSettings.webrtc.capableBrowser = Your browser supports WebRTC.
# bbb.micSettings.webrtc.capableBrowser.dontuseit = Click not to use WebRTC
# bbb.micSettings.webrtc.capableBrowser.dontuseit.toolTip = Click here if you don't want to use the WebRTC technology (recommended if you have problems using it).
# bbb.micSettings.webrtc.notCapableBrowser = WebRTC is not supported in your browser. Please use Google Chrome (version 32 or greater); or Mozilla Firefox (version 26 or greater). You will still be able to join the voice conference using the Adobe Flash Platform.
# bbb.micSettings.webrtc.connecting = Calling
# bbb.micSettings.webrtc.waitingforice = Connecting
# bbb.micSettings.webrtc.transferring = Transferring
# bbb.micSettings.webrtc.endingecho = Joining audio
# bbb.micSettings.webrtc.endedecho = Echo test ended.
# bbb.micPermissions.firefox.title = Firefox Microphone Permissions
# bbb.micPermissions.firefox.message1 = Choose your mic and then click Share.
# bbb.micPermissions.firefox.message2 = If you don't see the list of microphones, click on the microphone icon.
# bbb.micPermissions.chrome.title = Chrome Microphone Permissions
# bbb.micPermissions.chrome.message1 = Click Allow to give Chrome permission to use your microphone.
# bbb.micWarning.title = Audio Warning
# bbb.micWarning.joinBtn.label = Join anyway
# bbb.micWarning.testAgain.label = Test again
# bbb.micWarning.message = Your microphone did not show any activity, others probably won't be able to hear you during the session.
# bbb.webrtcWarning.message = Detected the following WebRTC issue\: {0}. Do you want to try Flash instead?
# bbb.webrtcWarning.title = WebRTC Audio Failure
# bbb.webrtcWarning.failedError.1001 = Error 1001\: WebSocket disconnected
# bbb.webrtcWarning.failedError.1002 = Error 1002\: Could not make a WebSocket connection
# bbb.webrtcWarning.failedError.1003 = Error 1003\: Browser version not supported
# bbb.webrtcWarning.failedError.1004 = Error 1004\: Failure on call (reason\={0})
# bbb.webrtcWarning.failedError.1005 = Error 1005\: Call ended unexpectedly
# bbb.webrtcWarning.failedError.1006 = Error 1006\: Call timed out
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
# bbb.mainToolbar.helpBtn = Help
# bbb.mainToolbar.logoutBtn = Logout
# bbb.mainToolbar.logoutBtn.toolTip = Log Out
# bbb.mainToolbar.langSelector = Select language
# bbb.mainToolbar.settingsBtn = Settings
# bbb.mainToolbar.settingsBtn.toolTip = Open Settings
# bbb.mainToolbar.shortcutBtn = Shortcut Keys
# bbb.mainToolbar.shortcutBtn.toolTip = Open Shortcut Keys Window
# bbb.mainToolbar.recordBtn.toolTip.start = Start recording
# bbb.mainToolbar.recordBtn.toolTip.stop = Stop recording
# bbb.mainToolbar.recordBtn.toolTip.recording = The session is being recorded
# bbb.mainToolbar.recordBtn.toolTip.notRecording = The session isn't being recorded
# bbb.mainToolbar.recordBtn.confirm.title = Confirm recording
# bbb.mainToolbar.recordBtn.confirm.message.start = Are you sure you want to start recording the session?
# bbb.mainToolbar.recordBtn.confirm.message.stop = Are you sure you want to stop recording the session?
# bbb.mainToolbar.recordBtn..notification.title = Record Notification
# bbb.mainToolbar.recordBtn..notification.message1 = You can record this meeting.
# bbb.mainToolbar.recordBtn..notification.message2 = You must click the Start/Stop Recording button in the title bar to begin/end recording.
# bbb.mainToolbar.recordingLabel.recording = (Recording)
# bbb.mainToolbar.recordingLabel.notRecording = Not Recording
# bbb.clientstatus.title = Configuration Notifications
# bbb.clientstatus.notification = Unread notifications
# bbb.clientstatus.tunneling.title = Firewall
# bbb.clientstatus.tunneling.message = A firewall is preventing your client from connecting directly on port 1935 to the remote server. Recommend joining a less restrictive network for a more stable connection
# bbb.clientstatus.browser.title = Browser Version
# bbb.clientstatus.browser.message = Your browser ({0}) is not up-to-date. Recommend updating to the latest version.
# bbb.clientstatus.flash.title = Flash Player
# bbb.clientstatus.flash.message = Your Flash Player plugin ({0}) is out-of-date. Recommend updating to the latest version.
# bbb.clientstatus.webrtc.title = Audio
# bbb.clientstatus.webrtc.message = Recommend using either Firefox or Chrome for better audio.
# bbb.clientstatus.java.title = Java
# bbb.clientstatus.java.notdetected = Java version not detected.
# bbb.clientstatus.java.notinstalled = You have no Java installed, please click <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> to install the latest Java to use the desktop sharing feature.
# bbb.clientstatus.java.oldversion = You have an old Java installed, please click <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> to install the latest Java to use the desktop sharing feature.
# bbb.window.minimizeBtn.toolTip = Minimize
# bbb.window.maximizeRestoreBtn.toolTip = Maximize
# bbb.window.closeBtn.toolTip = Close
# bbb.videoDock.titleBar = Webcam Window Title Bar
# bbb.presentation.titleBar = Presentation Window Title Bar
# bbb.chat.titleBar = Chat Window Title Bar
# bbb.users.title = Users{0} {1}
# bbb.users.titleBar = Users Window title bar
# bbb.users.quickLink.label = Users Window
# bbb.users.minimizeBtn.accessibilityName = Minimize the Users Window
# bbb.users.maximizeRestoreBtn.accessibilityName = Maximize the Users Window
# bbb.users.settings.buttonTooltip = Settings
# bbb.users.settings.audioSettings = Audio Test
# bbb.users.settings.webcamSettings = Webcam Settings
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
# bbb.users.pushToMute.toolTip = Mute yourself
# bbb.users.muteMeBtnTxt.talk = Unmute
# bbb.users.muteMeBtnTxt.mute = Mute
# bbb.users.muteMeBtnTxt.muted = Muted
# bbb.users.muteMeBtnTxt.unmuted = Unmuted
# bbb.users.usersGrid.contextmenu.exportusers = Copy User Names
# bbb.users.usersGrid.accessibilityName = Users List. Use the arrow keys to navigate.
# bbb.users.usersGrid.nameItemRenderer = Name
# bbb.users.usersGrid.nameItemRenderer.youIdentifier = you
# bbb.users.usersGrid.statusItemRenderer = Status
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
# bbb.users.usersGrid.mediaItemRenderer.webcamBtn = View webcam
# bbb.users.usersGrid.mediaItemRenderer.pushToTalk = Unmute {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToMute = Mute {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToLock = Lock {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToUnlock = Unlock {0}
# bbb.users.usersGrid.mediaItemRenderer.kickUser = Kick {0}
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
# bbb.presentation.fitToWidth.toolTip = Fit Presentation To Width
# bbb.presentation.fitToPage.toolTip = Fit Presentation To Page
# bbb.presentation.uploadPresBtn.toolTip = Upload Presentation
# bbb.presentation.backBtn.toolTip = Previous slide
# bbb.presentation.btnSlideNum.accessibilityName = Slide {0} of {1}
# bbb.presentation.btnSlideNum.toolTip = Select a slide
# bbb.presentation.forwardBtn.toolTip = Next slide
# bbb.presentation.maxUploadFileExceededAlert = Error\: The file is bigger than what's allowed.
# bbb.presentation.uploadcomplete = Upload completed. Please wait while we convert the document.
# bbb.presentation.uploaded = uploaded.
# bbb.presentation.document.supported = The uploaded document is supported. Starting to convert...
# bbb.presentation.document.converted = Successfully converted the office document.
# bbb.presentation.error.document.convert.failed = Error\: Failed to convert the office document.
# bbb.presentation.error.io = IO Error\: Please contact administrator.
# bbb.presentation.error.security = Security Error\: Please contact administrator.
# bbb.presentation.error.convert.notsupported = Error\: The uploaded document is unsupported. Please upload a compatible file.
# bbb.presentation.error.convert.nbpage = Error\: Failed to determine the number of pages in the uploaded document.
# bbb.presentation.error.convert.maxnbpagereach = Error\: The uploaded document has too many pages.
# bbb.presentation.converted = Converted {0} of {1} slides.
# bbb.presentation.ok = OK
# bbb.presentation.slider = Presentation zoom level
# bbb.presentation.slideloader.starttext = Slide text start
# bbb.presentation.slideloader.endtext = Slide text end
# bbb.presentation.uploadwindow.presentationfile = Presentation file
# bbb.presentation.uploadwindow.pdf = PDF
# bbb.presentation.uploadwindow.word = WORD
# bbb.presentation.uploadwindow.excel = EXCEL
# bbb.presentation.uploadwindow.powerpoint = POWERPOINT
# bbb.presentation.uploadwindow.image = IMAGE
# bbb.presentation.minimizeBtn.accessibilityName = Minimize the Presentation Window
# bbb.presentation.maximizeRestoreBtn.accessibilityName = Maximize the Presentation Window
# bbb.presentation.closeBtn.accessibilityName = Close the Presentation Window
# bbb.fileupload.title = Add Files to Your Presentation
# bbb.fileupload.lblFileName.defaultText = No file selected
# bbb.fileupload.selectBtn.label = Select File
# bbb.fileupload.selectBtn.toolTip = Open dialog box to select a file
# bbb.fileupload.uploadBtn = Upload
# bbb.fileupload.uploadBtn.toolTip = Upload the selected file
# bbb.fileupload.deleteBtn.toolTip = Delete Presentation
# bbb.fileupload.showBtn = Show
# bbb.fileupload.showBtn.toolTip = Show Presentation
# bbb.fileupload.okCancelBtn = Close
# bbb.fileupload.okCancelBtn.toolTip = Close the File Upload dialog box
# bbb.fileupload.genThumbText = Generating thumbnails..
# bbb.fileupload.progBarLbl = Progress\:
# bbb.fileupload.fileFormatHint = Upload any office document or Portable Document Format (PDF) file. For best results upload PDF.
# bbb.chat.title = Chat
# bbb.chat.quickLink.label = Chat Window
# bbb.chat.cmpColorPicker.toolTip = Text Color
# bbb.chat.input.accessibilityName = Chat Message Editing Field
# bbb.chat.sendBtn = Send
# bbb.chat.sendBtn.toolTip = Send Message
# bbb.chat.sendBtn.accessibilityName = Send chat message
# bbb.chat.contextmenu.copyalltext = Copy All Text
# bbb.chat.publicChatUsername = Public
# bbb.chat.optionsTabName = Options
# bbb.chat.privateChatSelect = Select a person to chat with privately
# bbb.chat.private.userLeft = The user has left.
# bbb.chat.private.userJoined = The user has joined.
# bbb.chat.usersList.toolTip = Select User To Open Private Chat
# bbb.chat.chatOptions = Chat Options
# bbb.chat.fontSize = Chat Message Font Size
# bbb.chat.cmbFontSize.toolTip = Select Chat Message Font Size
# bbb.chat.messageList = Message Box
# bbb.chat.minimizeBtn.accessibilityName = Minimize the Chat Window
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.startPublishBtn.toolTip = Start sharing your webcam
# bbb.webcamPermissions.chrome.title = Chrome Webcam Permissions
# bbb.webcamPermissions.chrome.message1 = Click Allow to give Chrome permission to use your webcam.
# bbb.videodock.title = Webcams
# bbb.videodock.quickLink.label = Webcams Window
# bbb.video.minimizeBtn.accessibilityName = Minimize the Webcams Window
# bbb.video.maximizeRestoreBtn.accessibilityName = Maximize the Webcams Window
# bbb.video.controls.muteButton.toolTip = Mute or unmute {0}
# bbb.video.controls.switchPresenter.toolTip = Make {0} presenter
# bbb.video.controls.ejectUserBtn.toolTip = Eject {0} from meeting
# bbb.video.controls.privateChatBtn.toolTip = Chat with {0}
# bbb.video.publish.hint.noCamera = No webcam available
# bbb.video.publish.hint.cantOpenCamera = Can't open your webcam
# bbb.video.publish.hint.waitingApproval = Waiting for approval
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
# bbb.video.publish.titleBar = Publish Webcam Window
# bbb.desktopPublish.title = Desktop Sharing\: Presenter's Preview
# bbb.desktopPublish.fullscreen.tooltip = Share Your Main Screen
# bbb.desktopPublish.fullscreen.label = Full Screen
# bbb.desktopPublish.region.tooltip = Share a Part of Your Screen
# bbb.desktopPublish.region.label = Region
# bbb.desktopPublish.stop.tooltip = Close screen share
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
# bbb.desktopPublish.chromeHint.title = Chrome may need your permission.
# bbb.desktopPublish.chromeHint.message = Select the plug-in icon (upper right-hand corner of Chrome), un-block plug-ins, and then select 'Retry'.
# bbb.desktopPublish.chromeHint.button = Retry
# bbb.desktopView.title = Desktop Sharing
# bbb.desktopView.fitToWindow = Fit to Window
# bbb.desktopView.actualSize = Display actual size
# bbb.desktopView.minimizeBtn.accessibilityName = Minimize the Desktop Sharing View Window
# bbb.desktopView.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing View Window
# bbb.desktopView.closeBtn.accessibilityName = Close the Desktop Sharing View Window
# bbb.toolbar.phone.toolTip.start = Share Your Microphone
# bbb.toolbar.phone.toolTip.stop = Stop Sharing Your Microphone
# bbb.toolbar.phone.toolTip.mute = Stop listening the conference
# bbb.toolbar.phone.toolTip.unmute = Start listening the conference
# bbb.toolbar.phone.toolTip.nomic = No microphone detected
# bbb.toolbar.deskshare.toolTip.start = Share Your Desktop
# bbb.toolbar.deskshare.toolTip.stop = Stop Sharing Your Desktop
# bbb.toolbar.video.toolTip.start = Share Your Webcam
# bbb.toolbar.video.toolTip.stop = Stop Sharing Your Webcam
# bbb.layout.addButton.toolTip = Add the custom layout to the list
# bbb.layout.broadcastButton.toolTip = Apply Current Layout to All Viewers
# bbb.layout.combo.toolTip = Change Your Layout
# bbb.layout.loadButton.toolTip = Load layouts from a file
# bbb.layout.saveButton.toolTip = Save layouts to a file
# bbb.layout.lockButton.toolTip = Lock layout
# bbb.layout.combo.prompt = Apply a layout
# bbb.layout.combo.custom = * Custom layout
# bbb.layout.combo.customName = Custom layout
# bbb.layout.combo.remote = Remote
# bbb.layout.save.complete = Layouts were successfully saved
# bbb.layout.load.complete = Layouts were successfully loaded
# bbb.layout.load.failed = Failed to load the layouts
# bbb.layout.name.defaultlayout = Default Layout
# bbb.layout.name.videochat = Video Chat
# bbb.layout.name.webcamsfocus = Webcam Meeting
# bbb.layout.name.presentfocus = Presentation Meeting
# bbb.layout.name.lectureassistant = Lecture Assistant
# bbb.layout.name.lecture = Lecture
# bbb.highlighter.toolbar.pencil = Pencil
# bbb.highlighter.toolbar.pencil.accessibilityName = Switch whiteboard cursor to pencil
# bbb.highlighter.toolbar.ellipse = Circle
# bbb.highlighter.toolbar.ellipse.accessibilityName = Switch whiteboard cursor to circle
# bbb.highlighter.toolbar.rectangle = Rectangle
# bbb.highlighter.toolbar.rectangle.accessibilityName = Switch whiteboard cursor to rectangle
# bbb.highlighter.toolbar.panzoom = Pan and Zoom
# bbb.highlighter.toolbar.panzoom.accessibilityName = Switch whiteboard cursor to pan and zoom
# bbb.highlighter.toolbar.clear = Clear All Annotations
# bbb.highlighter.toolbar.clear.accessibilityName = Clear the whiteboard page
# bbb.highlighter.toolbar.undo = Undo Annotation
# bbb.highlighter.toolbar.undo.accessibilityName = Undo the last whiteboard shape
# bbb.highlighter.toolbar.color = Select Color
# bbb.highlighter.toolbar.color.accessibilityName = Whiteboard mark draw color
# bbb.highlighter.toolbar.thickness = Change Thickness
# bbb.highlighter.toolbar.thickness.accessibilityName = Whiteboard draw thickness
# bbb.logout.title = Logged Out
# bbb.logout.button.label = OK
# bbb.logout.appshutdown = The server app has been shut down
# bbb.logout.asyncerror = An Async Error occured
# bbb.logout.connectionclosed = The connection to the server has been closed
# bbb.logout.connectionfailed = The connection to the server has failed
# bbb.logout.rejected = The connection to the server has been rejected
# bbb.logout.invalidapp = The red5 app does not exist
# bbb.logout.unknown = Your client has lost connection with the server
# bbb.logout.usercommand = You have logged out of the conference
# bbb.logout.refresh.message = If this logout was unexpected click the button below to reconnect.
# bbb.logout.refresh.label = Reconnect
# bbb.logout.confirm.title = Confirm Logout
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
# bbb.notes.saveBtn.toolTip = Save Note
# bbb.settings.deskshare.instructions = Choose Allow on the prompt that pops up to check that desktop sharing is working properly for you
# bbb.settings.deskshare.start = Check Desktop Sharing
# bbb.settings.voice.volume = Microphone Activity
# bbb.settings.java.label = Java version error
# bbb.settings.java.text = You have Java {0} installed, but you need at least version {1} to use the BigBlueButton desktop sharing feature. The button below will install the newest Java JRE version.
# bbb.settings.java.command = Install newest Java
# bbb.settings.flash.label = Flash version error
# bbb.settings.flash.text = You have Flash {0} installed, but you need at least version {1} to run BigBlueButton properly. The button below will install the newest Adobe Flash version.
# bbb.settings.flash.command = Install newest Flash
# bbb.settings.isight.label = iSight webcam error
# bbb.settings.isight.text = If you have problems with your iSight webcam, it may be because you are running OS X 10.6.5, which is known to have a problem with Flash capturing video from the iSight webcam. \n To correct this, the link below will install a newer version of Flash player, or update your Mac to the newest version
# bbb.settings.isight.command = Install Flash 10.2 RC2
# bbb.settings.warning.label = Warning
# bbb.settings.warning.close = Close this Warning
# bbb.settings.noissues = No outstanding issues have been detected.
# bbb.settings.instructions = Accept the Flash prompt that asks you for webcam permissions. If the output matches what is expected, your browser has been set up correctly. Other potentials issues are below. Examine them to find a possible solution.
# ltbcustom.bbb.highlighter.toolbar.triangle = Triangle
# ltbcustom.bbb.highlighter.toolbar.triangle.accessibilityName = Switch whiteboard cursor to triangle
# ltbcustom.bbb.highlighter.toolbar.line = Line
# ltbcustom.bbb.highlighter.toolbar.line.accessibilityName = Switch whiteboard cursor to line
# ltbcustom.bbb.highlighter.toolbar.text = Text
# ltbcustom.bbb.highlighter.toolbar.text.accessibilityName = Switch whiteboard cursor to text
# ltbcustom.bbb.highlighter.texttoolbar.textColorPicker = Text color
# ltbcustom.bbb.highlighter.texttoolbar.textSizeMenu = Font size
# bbb.accessibility.clientReady = Ready
# bbb.accessibility.chat.chatBox.reachedFirst = You have reached the first message.
# bbb.accessibility.chat.chatBox.reachedLatest = You have reached the latest message.
# bbb.accessibility.chat.chatBox.navigatedFirst = You have navigated to the first message.
# bbb.accessibility.chat.chatBox.navigatedLatest = You have navigated to the latest message.
# bbb.accessibility.chat.chatBox.navigatedLatestRead = You have navigated to the most recent message you have read.
# bbb.accessibility.chat.chatwindow.input = Chat input
# bbb.accessibility.chat.initialDescription = Please use the arrow keys to navigate through chat messages.
# bbb.accessibility.notes.notesview.input = Notes input
# bbb.shortcuthelp.title = Shortcut Keys
# bbb.shortcuthelp.minimizeBtn.accessibilityName = Minimize the Shortcut Help Window
# bbb.shortcuthelp.maximizeRestoreBtn.accessibilityName = Maximize the Shortcut Help Window
# bbb.shortcuthelp.closeBtn.accessibilityName = Close the Shortcut Help Window
# bbb.shortcuthelp.dropdown.general = Global shortcuts
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
# bbb.shortcutkey.general.minimize = 189
# bbb.shortcutkey.general.minimize.function = Minimize current window
# bbb.shortcutkey.general.maximize = 187
# bbb.shortcutkey.general.maximize.function = Maximize current window
# bbb.shortcutkey.flash.exit = 81
# bbb.shortcutkey.flash.exit.function = Focus out of the Flash window
# bbb.shortcutkey.users.muteme = 77
# bbb.shortcutkey.users.muteme.function = Mute and Unmute your microphone
# bbb.shortcutkey.chat.chatinput = 73
# bbb.shortcutkey.chat.chatinput.function = Focus the chat input field
# bbb.shortcutkey.present.focusslide = 67
# bbb.shortcutkey.present.focusslide.function = Focus the presentation slide
# bbb.shortcutkey.whiteboard.undo = 90
# bbb.shortcutkey.whiteboard.undo.function = Undo last whiteboard mark
# bbb.shortcutkey.focus.users = 49
# bbb.shortcutkey.focus.users.function = Move focus to the Users window
# bbb.shortcutkey.focus.video = 50
# bbb.shortcutkey.focus.video.function = Move focus to the Webcam window
# bbb.shortcutkey.focus.presentation = 51
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
# bbb.shortcutkey.share.microphone = 79
# bbb.shortcutkey.share.microphone.function = Open audio settings window
# bbb.shortcutkey.share.pauseRemoteStream = 80
# bbb.shortcutkey.share.pauseRemoteStream.function = Start/Stop listening the conference
# bbb.shortcutkey.share.webcam = 66
# bbb.shortcutkey.share.webcam.function = Open webcam sharing window
# bbb.shortcutkey.shortcutWindow = 72
# bbb.shortcutkey.shortcutWindow.function = Open/focus to shortcut help window
# bbb.shortcutkey.logout = 76
# bbb.shortcutkey.logout.function = Log out of this meeting
# bbb.shortcutkey.raiseHand = 82
# bbb.shortcutkey.raiseHand.function = Raise your hand
# bbb.shortcutkey.present.upload = 85
# bbb.shortcutkey.present.upload.function = Upload presentation
# bbb.shortcutkey.present.previous = 65
# bbb.shortcutkey.present.previous.function = Go to previous slide
# bbb.shortcutkey.present.select = 83
# bbb.shortcutkey.present.select.function = View all slides
# bbb.shortcutkey.present.next = 69
# bbb.shortcutkey.present.next.function = Go to next slide
# bbb.shortcutkey.present.fitWidth = 70
# bbb.shortcutkey.present.fitWidth.function = Fit slides to width
# bbb.shortcutkey.present.fitPage = 80
# bbb.shortcutkey.present.fitPage.function = Fit slides to page
# bbb.shortcutkey.users.makePresenter = 80
# bbb.shortcutkey.users.makePresenter.function = Make selected person presenter
# bbb.shortcutkey.users.kick = 75
# bbb.shortcutkey.users.kick.function = Kick selected person from the meeting
# bbb.shortcutkey.users.mute = 83
# bbb.shortcutkey.users.mute.function = Mute or unmute selected person
# bbb.shortcutkey.users.muteall = 65
# bbb.shortcutkey.users.muteall.function = Mute or unmute all users
# bbb.shortcutkey.users.focusUsers = 85
# bbb.shortcutkey.users.focusUsers.function = Focus to users list
# bbb.shortcutkey.users.muteAllButPres = 65
# bbb.shortcutkey.users.muteAllButPres.function = Mute everyone but the Presenter
# bbb.shortcutkey.chat.focusTabs = 89
# bbb.shortcutkey.chat.focusTabs.function = Focus to chat tabs
# bbb.shortcutkey.chat.focusBox = 66
# bbb.shortcutkey.chat.focusBox.function = Focus to chat box
# bbb.shortcutkey.chat.changeColour = 67
# bbb.shortcutkey.chat.changeColour.function = Focus to font color picker.
# bbb.shortcutkey.chat.sendMessage = 83
# bbb.shortcutkey.chat.sendMessage.function = Send chat message
# bbb.shortcutkey.chat.explanation = ----
# bbb.shortcutkey.chat.explanation.function = For message navigation, you must focus the chat box.
# bbb.shortcutkey.chat.chatbox.advance = 40
# bbb.shortcutkey.chat.chatbox.advance.function = Navigate to the next message
# bbb.shortcutkey.chat.chatbox.goback = 38
# bbb.shortcutkey.chat.chatbox.goback.function = Navigate to the previous message
# bbb.shortcutkey.chat.chatbox.repeat = 32
# bbb.shortcutkey.chat.chatbox.repeat.function = Repeat current message
# bbb.shortcutkey.chat.chatbox.golatest = 39
# bbb.shortcutkey.chat.chatbox.golatest.function = Navigate to the latest message
# bbb.shortcutkey.chat.chatbox.gofirst = 37
# bbb.shortcutkey.chat.chatbox.gofirst.function = Navigate to the first message
# bbb.shortcutkey.chat.chatbox.goread = 75
# bbb.shortcutkey.chat.chatbox.goread.function = Navigate to the most recent message you've read
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow
# bbb.shortcutkey.specialKeys.up = Up Arrow
# bbb.shortcutkey.specialKeys.down = Down Arrow
# bbb.shortcutkey.specialKeys.plus = Plus
# bbb.shortcutkey.specialKeys.minus = Minus
# bbb.toolbar.videodock.toolTip.closeAllVideos = Close all videos
# bbb.users.settings.lockAll=Lock All Users
# bbb.users.settings.lockAllExcept=Lock Users Except Presenter
# bbb.users.settings.lockSettings=Lock Viewers ...
# bbb.users.settings.unlockAll=Unlock All Viewers
# bbb.users.settings.roomIsLocked=Locked by default
# bbb.users.settings.roomIsMuted=Muted by default
# bbb.lockSettings.save = Apply
# bbb.lockSettings.save.tooltip = Apply lock settings
# bbb.lockSettings.cancel = Cancel
# bbb.lockSettings.cancel.toolTip = Close this window without saving
# bbb.lockSettings.moderatorLocking = Moderator locking
# bbb.lockSettings.privateChat = Private Chat
# bbb.lockSettings.publicChat = Public Chat
# bbb.lockSettings.webcam = Webcam
# bbb.lockSettings.microphone = Microphone
# bbb.lockSettings.layout = Layout
# bbb.lockSettings.title=Lock Viewers
# bbb.lockSettings.feature=Feature
# bbb.lockSettings.locked=Locked
# bbb.lockSettings.lockOnJoin=Lock On Join

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = הגדרות אודיו. הפוקוס יישאר
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micWarning.message = Vaš mikrofon nije aktivan, ostali vas vjerovatno neće
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Csatlakozás a szerverhez
bbb.mainshell.statusProgress.loading = {0} modul töltése
bbb.mainshell.statusProgress.cannotConnectServer = Sajnos nem sikerült csatlakozni a szerverhez.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - További információ\: <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.copyrightLabel2 = (c) 2015, BigBlueButton Inc. [build {0}] - További információk a <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a> oldalon.
bbb.mainshell.logBtn.toolTip = Naplózási ablak megnyitása
bbb.mainshell.meetingNotFound = A találkozó nem található
bbb.mainshell.invalidAuthToken = Érvénytelen hitelesítési token
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Hiba 1006\: Hívás időtúllépése
bbb.webrtcWarning.failedError.1007 = Hiba 1007\: ICE egyezkedés sikertelen
bbb.webrtcWarning.failedError.1008 = Hiba 1008\: Átvitel sikertelen
bbb.webrtcWarning.failedError.1009 = Hiba 1009\: Nem sikerült hozzájutni a STUN/TURN szerverinformációhoz
bbb.webrtcWarning.failedError.1010 = Hiba 1010\: ICE egyezkedési időtúllépés
bbb.webrtcWarning.failedError.1011 = Hiba 1011\: ICE gyűjtési időtúllépés
bbb.webrtcWarning.failedError.unknown = Hiba {0}\: Ismeretlen hibakód
bbb.webrtcWarning.failedError.mediamissing = Nem sikerül mikrofonjával WebRTC hívás
bbb.webrtcWarning.failedError.endedunexpectedly = A WebRTC tesztelése váratlanul véget ért.
@ -107,7 +109,7 @@ bbb.clientstatus.browser.message = Böngészője ({0}) nem naprakész. Javasolju
bbb.clientstatus.flash.title = Flash Player
bbb.clientstatus.flash.message = Flash Player-e ({0}) elavult. Javasoljuk, hogy frissítsen a legújabb verzióra.
bbb.clientstatus.webrtc.title = Hang
bbb.clientstatus.webrtc.message = A jobb hangátvitel kedvéért Firefox vagy Chrome használatát javasoljuk.
bbb.clientstatus.webrtc.message = Jobb hangátvitel eléréséhez Firefox vagy Chrome használatát javasoljuk.
bbb.clientstatus.java.title = Java
bbb.clientstatus.java.notdetected = Java verziót nem lehet megállapítani.
bbb.clientstatus.java.notinstalled = Nincs Java telepítve. <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>Kattintson ide</a></font> a legújabb Java telepítéséhez, hogy használhassa az Asztal megosztását.
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Webkamera beállítások
bbb.users.settings.muteAll = Összes felhasználó némítása
bbb.users.settings.muteAllExcept = Összes felhasználó némítása az előadó kivételével
bbb.users.settings.unmuteAll = Mindenki hangosítása
bbb.users.settings.lowerAllHands = Összes kéz le
bbb.users.raiseHandBtn.toolTip = Jelentkezés
bbb.users.raiseHandBtn.toolTip2 = Kéz letétele
bbb.users.settings.clearAllStatus = Összes állapotikon törlése
bbb.users.emojiStatusBtn.toolTip = Állapotikonom frissítése
bbb.users.roomMuted.text = Résztvevők némítva
bbb.users.roomLocked.text = Résztvevők zárolva
bbb.users.pushToTalk.toolTip = Kattintson, hogy beszélhessen
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Státusz
bbb.users.usersGrid.statusItemRenderer.changePresenter = Legyen előadó
bbb.users.usersGrid.statusItemRenderer.presenter = Előadó
bbb.users.usersGrid.statusItemRenderer.moderator = Moderátor
bbb.users.usersGrid.statusItemRenderer.lowerHand = Kéz letétele
bbb.users.usersGrid.statusItemRenderer.handRaised = Valaki jelentkezik
bbb.users.usersGrid.statusItemRenderer.raiseHand = Valaki jelentkezik
bbb.users.usersGrid.statusItemRenderer.happy = Boldog
bbb.users.usersGrid.statusItemRenderer.unhappy = Boldogtalan
bbb.users.usersGrid.statusItemRenderer.confused = Összezavarodott
bbb.users.usersGrid.statusItemRenderer.clearStatus = Állapotom törlése
bbb.users.usersGrid.statusItemRenderer.viewer = Résztvevő
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Webkamera megosztása.
bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = előadó.
bbb.users.usersGrid.mediaItemRenderer = Média
bbb.users.usersGrid.mediaItemRenderer.talking = Beszéd
bbb.users.usersGrid.mediaItemRenderer.webcam = Webkamera megosztása
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Webkamera megosztása
bbb.users.usersGrid.mediaItemRenderer.micOff = Mikrofon kikapcsolva
bbb.users.usersGrid.mediaItemRenderer.micOn = Mikrofon bekapcsolva
bbb.users.usersGrid.mediaItemRenderer.noAudio = Nincs beszélgetésben
bbb.users.emojiStatus.clear = Törlés
bbb.users.emojiStatus.raiseHand = Jelentkezés
bbb.users.emojiStatus.happy = Boldog
bbb.users.emojiStatus.smile = Mosoly
bbb.users.emojiStatus.sad = Szomorú
bbb.users.emojiStatus.confused = Összezavarodott
bbb.users.emojiStatus.neutral = Semleges
bbb.users.emojiStatus.away = Távol
bbb.presentation.title = Prezentáció
bbb.presentation.titleWithPres = Prezentáció\: {0}
bbb.presentation.quickLink.label = Prezentáció ablak
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Chat ablak kis méretűre
bbb.chat.maximizeRestoreBtn.accessibilityName = Chat ablak teljes méretűre
bbb.chat.closeBtn.accessibilityName = Chat ablak bezárása
bbb.chat.chatTabs.accessibleNotice = Új üzenet ezen a fülön.
bbb.chat.chatMessage.systemMessage = Rendszer
bbb.chat.chatMessage.tooLong = Az üzenet {0} karakterrel túl hosszú
bbb.publishVideo.changeCameraBtn.labelText = Webkamera cseréje
bbb.publishVideo.changeCameraBtn.toolTip = Webkamera beállítások megnyitása
bbb.publishVideo.cmbResolution.tooltip = Válassza ki a webkamera felbontását
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Jóváhagyásra vár
bbb.video.publish.hint.videoPreview = Webkamera előnézet
bbb.video.publish.hint.openingCamera = Webkamera megnyitása...
bbb.video.publish.hint.cameraDenied = Hozzáférés a webkamerához nincs engedélyezve
bbb.video.publish.hint.cameraIsBeingUsed = A webkameráját jelenleg másik alkalmazás használja
bbb.video.publish.hint.cameraIsBeingUsed = Webkamráját nem sikerült megnyitni - azt valószínű másik alkalmazás használja
bbb.video.publish.hint.publishing = Adásban van...
bbb.video.publish.closeBtn.accessName = Webkamera beállítások bezárása
bbb.video.publish.closeBtn.label = Mégsem
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Képernyőmegosztás bezárása
bbb.desktopPublish.stop.label = Bezárás
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Ezt az ablakot nem lehet nagyméretűre állítani
bbb.desktopPublish.closeBtn.toolTip = Megosztás leállítása és bezárás
bbb.desktopPublish.chromeOnMacUnsupportedHint = Mac OS X alatt Chrome használatával a képernyőmegosztás nem támogatott. Képernyő megosztásához használjon inkább Firefox-ot.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Mac OS X alatt Chrome használatával a képernyőmegosztás nem támogatott. Képernyő megosztásához másik böngészőt használj (Firefox-ot javasoljuk).
bbb.desktopPublish.chrome42UnsupportedHint = Chrome már nem támogatja a Java modult. Képernyőmegosztáshoz másik böngészőt használj (Firefox-ot javasoljuk).
bbb.desktopPublish.minimizeBtn.toolTip = Kis méret
bbb.desktopPublish.minimizeBtn.accessibilityName = Képernyőmegosztás ablak kis méretűre
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Képernyőmegosztás ablak teljes méretűre
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Kilépés megerősítése
bbb.logout.confirm.message = Biztos kilép?
bbb.logout.confirm.yes = Igen
bbb.logout.confirm.no = Nem
bbb.connection.failure=Felderített csatlakozási problémák
bbb.connection.reconnecting=Újracsatlakozás
bbb.connection.reestablished=Csatlakozás helyreállt
bbb.connection.bigbluebutton=BigBlueButton
bbb.connection.sip=SIP
bbb.connection.video=Videó
bbb.connection.deskshare=Táblamegosztás
bbb.notes.title = Jegyzetek
bbb.notes.cmpColorPicker.toolTip = Szöveg színe
bbb.notes.saveBtn = Mentés
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Általános gyorsbillentyűk
bbb.shortcuthelp.dropdown.presentation = Prezentáció gyorsbillentyűk
bbb.shortcuthelp.dropdown.chat = Chat gyorsbillentyűk
bbb.shortcuthelp.dropdown.users = Felhasználók gyorsbillentyűk
bbb.shortcuthelp.dropdown.polling = Előadó Kérdőív gyorsbillentyűk
bbb.shortcuthelp.dropdown.polling2 = Résztvevő Kérdőív gyorsbillentyűk.
bbb.shortcuthelp.headers.shortcut = Gyorsbillentyű
bbb.shortcuthelp.headers.function = Funkció
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Fókusz mozgatása a Prezentáció ablakra
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Fókusz mozgatása a Chat ablakra
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Mozgassa a fókuszt a Kérdőív Készítő ablakra, amennyiben az nyitva van.
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Mozgasa a fókuszt a Kérdőív Statisztika ablakra, amennyiben az nyitva van.
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Mozgassa a fókuszt a Szavaztás ablakra, amennyiben az nyitva van.
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Képernyőm megosztása
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Ugrás az utolsó olvasott üzene
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Ideiglenes debug gyorsbillentyű
bbb.polling.toolbar.toolTip = Szavazások kezelése
bbb.polling.buttonName = Szavazások kezelése
bbb.polling.createPoll = Új kérdőív létrehozása
bbb.polling.createPoll.moreThanOneResponse = Felhasználók több választ is adhassanak
bbb.polling.createPoll.hint = Megjegyzés\: Minden választ új sorba kezdjen
bbb.polling.createPoll.answers = Válasz\:
bbb.polling.createPoll.question = Kérdés\:
bbb.polling.createPoll.title = Cím\:
bbb.polling.createPoll.publishToWeb = Webes kérdőív bekapcsolása
bbb.polling.pollPreview = Kérdőív előnézete
bbb.polling.pollPreview.modify = Módosít
bbb.polling.pollPreview.publish = Közzététel
bbb.polling.pollPreview.preview = Előnézet
bbb.polling.pollPreview.save = Mentés
bbb.polling.pollPreview.cancel = Mégsem
bbb.polling.pollPreview.modify = Módosít
bbb.polling.pollPreview.hereIsYourPoll = Íme a kérdőíve\:
bbb.polling.pollPreview.ifYouWantChanges = ha változtatni szeretne, kattintson a 'Módosítás' gombra
bbb.polling.pollPreview.checkAll = (az összes ráillőt jelölje meg)
bbb.polling.pollPreview.pollWillPublishOnline = Ez a kérdőív a weben elérhetővé válik.
bbb.polling.resultBtn.label=Végeredmény
bbb.polling.resultBtn.toolTip=Szavazás végeredményének megjelenítése
bbb.polling.startBtn.label=Indítás
bbb.polling.startBtn.toolTip=Szavazás indítása
bbb.polling.editBtn.label=Módosítás
bbb.polling.editBtn.toolTip=Szavazás módosítása
bbb.polling.deleteBtn.toolTip=Szavazás törlése
bbb.polling.startButton.tooltip = Egy új szavazás indítása
bbb.polling.startButton.label = Szavazás indítása
bbb.polling.publishButton.label = Közzététel
bbb.polling.closeButton.label = Bezárás
bbb.polling.pollModal.title = Szavazás jelenlegi állása
bbb.polling.customChoices.title = Adja meg a szavazási lehetőségeket
bbb.polling.respondersLabel.novotes = Válaszokra várakozás
bbb.polling.respondersLabel.text = {0} felhasználó válaszolt
bbb.polling.respondersLabel.finished = Kész
bbb.polling.answer.Yes = Igen
bbb.polling.answer.No = Nem
bbb.polling.answer.True = Igaz
bbb.polling.answer.False = Hamis
bbb.polling.answer.A = A
bbb.polling.answer.B = B
bbb.polling.answer.C = C
bbb.polling.answer.D = D
bbb.polling.answer.E = E
bbb.polling.answer.F = F
bbb.polling.answer.G = G
bbb.polling.results.accessible.header = Szavazás végeredménye.
bbb.polling.results.accessible.answer = {0} válaszból {1} szavazat.
bbb.publishVideo.startPublishBtn.labelText = Megosztás indítása
bbb.publishVideo.changeCameraBtn.labelText = Webkamera cseréje
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Webkamera cseréje
bbb.accessibility.alerts.madePresenter = Most Ön az előadó.
bbb.accessibility.alerts.madeViewer = Most résztvevő lett.
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Kérdőív menü megnyitása.
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Fókusz a Cím beviteli mezőre.
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Fókusz a Kérdés beviteli mezőre.
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Fókusz a Válaszok beviteli mezőre.
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = A "Több kiválasztás engedélyezése" jelölőnégyzetre fókuszál.
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = Fókusz a "Webes kérdőív bekapcsolása" jelölőnégyzetre.
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Kérdőív előnézete és folytatás.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Mégsem, kilépés a kérdőív készítéséből.
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Vissza, majd a kérdőív módosítása
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Kérdőív közzététele és a szavazás megnyitása.
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Kérdőíve mentése későbbi használatra.
bbb.shortcutkey.pollStats.explanation = ---
bbb.shortcutkey.pollStats.explanation.function = A kérdőív eredménye csak a kérdőív közzététele után érhető el.
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Fókuszálás a kérdőív eredményekre.
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Kérdőív eredmények frissítése.
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Fókusz a webes kérdőív URL mezőre.
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Kérdőív leállítása és a szavazás befejezése.
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Kérdőív újra közzététele.
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Kérdőív eredmény ablak bezárása.
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Szavazzon a kiválasztott lehetőség szerint.
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Fókusz a kérdésekre.
bbb.shortcutkey.specialKeys.space = Szóköz
bbb.shortcutkey.specialKeys.left = Bal nyíl
bbb.shortcutkey.specialKeys.right = Jobb nyíl

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Միացում սերվերին
bbb.mainshell.statusProgress.loading = Մոդուլների {0} բեռնում
bbb.mainshell.statusProgress.cannotConnectServer = Կներեք, հնարավոր չէ միանալ սերվերին
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Ավելին իմանալու համար այցելեք <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Բացել տեղեկամատյանի պատուհանը
bbb.mainshell.meetingNotFound = Չհաջողվեց գտնել վեբինարը
bbb.mainshell.invalidAuthToken = Մուտքի սխալ տվյալներ
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Սխալ 1006 Զանգի ժամանակ
bbb.webrtcWarning.failedError.1007 = Սխալ 1007 ICE-ի հետ կապը խափանվել է
bbb.webrtcWarning.failedError.1008 = Error 1008. Փոխանցում ձախողվեց
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Սխալ {0} Անծանոթ սխալ կոդ
bbb.webrtcWarning.failedError.mediamissing = Չհաջողվեց գտնել ձեր միկրոֆոնը WebRTC զանգի համար
bbb.webrtcWarning.failedError.endedunexpectedly = WebRTC արձագանքի փորձարկումը անսպասելի ավարտվել է
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Վեբ խցիկի կարգաբերումնե
bbb.users.settings.muteAll = Անջատել բոլոր խոսափողները
bbb.users.settings.muteAllExcept = Խլացնել բոլոր օգտվողներին, բացի ներկայացնողից
bbb.users.settings.unmuteAll = Միացնել բոլորի խոսափողները
bbb.users.settings.lowerAllHands = Բոլորի ձեռքերը իջեցնել
bbb.users.raiseHandBtn.toolTip = Ձեռք բարձրացնել
bbb.users.raiseHandBtn.toolTip2 = Ձեռքերը իջեցնել
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.roomMuted.text = Մասնակիցները խեսափողները անջատած են
bbb.users.roomLocked.text = Մասնակիցների կարգաբերումները ամրացված են
bbb.users.pushToTalk.toolTip = Խոսել
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Իրավիճակ
bbb.users.usersGrid.statusItemRenderer.changePresenter = Սխմեք, ներկայացնող դարձնելու համար
bbb.users.usersGrid.statusItemRenderer.presenter = Ներկայացնող
bbb.users.usersGrid.statusItemRenderer.moderator = Կարգավորիչ
bbb.users.usersGrid.statusItemRenderer.lowerHand = Ձեռքերը իջեցնել
bbb.users.usersGrid.statusItemRenderer.handRaised = Ձեռքը բարձրացրած է
bbb.users.usersGrid.statusItemRenderer.raiseHand = Ձեռքը բարձրացրած է
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = Մասնակից
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = Մեդիա
bbb.users.usersGrid.mediaItemRenderer.talking = Խոսել
bbb.users.usersGrid.mediaItemRenderer.webcam = Վեբ խցիկի բաշխում
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Վեբ խցիկի բաշխում
bbb.users.usersGrid.mediaItemRenderer.micOff = Խոսափողը անջատել
bbb.users.usersGrid.mediaItemRenderer.micOn = Խոսափողը միացնել
bbb.users.usersGrid.mediaItemRenderer.noAudio = Ձայնա կոնֆերանսի մեջ չեք
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = Շնոերհանդես
bbb.presentation.titleWithPres = Շնորհանդես\: {0}
bbb.presentation.quickLink.label = Շնորհանդեսի պատուհան
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Փոքրացնել զրուցարանի
bbb.chat.maximizeRestoreBtn.accessibilityName = Մեծացնել զրուցարանի պատուհանը
bbb.chat.closeBtn.accessibilityName = Փակել զրուցարանի պատուհանը
bbb.chat.chatTabs.accessibleNotice = Նոր հաղորդագրություն այս էջանշանի վրա
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = Փոխեք վեբ խցիկը
bbb.publishVideo.changeCameraBtn.toolTip = Բացեք վեբ խցիկի փոխելու պատուհանը
bbb.publishVideo.cmbResolution.tooltip = Ընտրեք վեբ խցիկի լուծումլուծույթը
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Սպասել հաստատմանը
bbb.video.publish.hint.videoPreview = Վեբ խցիկի նախադիտում
bbb.video.publish.hint.openingCamera = Բացում ենք վեբ խցիկը...
bbb.video.publish.hint.cameraDenied = Վեբ խցիկի օգտագործումը արգելափակված է
bbb.video.publish.hint.cameraIsBeingUsed = Ձեր վեբ խցիկը օգտագործվում է ուրիշ ծրագրի համար
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = Հրատարակում ենք...
bbb.video.publish.closeBtn.accessName = Փակել վեբ խցիկի կարգաբերումների պատուհանը
bbb.video.publish.closeBtn.label = Չեղարկել
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Փակել էկրանի բաշխումը
bbb.desktopPublish.stop.label = Փակել
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Դուք չեք կարող մեծացնել այս պատուհանը
bbb.desktopPublish.closeBtn.toolTip = Վերջացնել բաշխումը և փակել
bbb.desktopPublish.chromeOnMacUnsupportedHint = Տվյալ պահին Mac OS X Chrome զննարկչում հնարավոր չէ միացնել աշխատասեղանի բաշխումը, օգտագործեք FireFox զննարկիչը
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = Փոքրացնել
bbb.desktopPublish.minimizeBtn.accessibilityName = Փոքրացնել էկրանի բաշխման պատուհանը
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Մեծացնել էկրանի բաշխման պատուհանը
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Հաստատել ելքը
bbb.logout.confirm.message = Դուք համոզված եք, որ ուզում եք դուրս գալ համակարգից
bbb.logout.confirm.yes = Այո
bbb.logout.confirm.no = Ոչ
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = Նշումներ
bbb.notes.cmpColorPicker.toolTip = Տեքստի գույնը
bbb.notes.saveBtn = Պահպանել
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Ընդհանուր դյուրանցումն
bbb.shortcuthelp.dropdown.presentation = Շնորհանդեսի դյուրանցումներ
bbb.shortcuthelp.dropdown.chat = Զրուցարանի դյուրանցումներ
bbb.shortcuthelp.dropdown.users = Օգտագործողների դյուրանցումներ
bbb.shortcuthelp.dropdown.polling = Ցուցադրողի հարցումների դյուրանցումներ
bbb.shortcuthelp.dropdown.polling2 = Հարցումների նայելու դյուրանցումներ
bbb.shortcuthelp.headers.shortcut = Դյուրանցում
bbb.shortcuthelp.headers.function = Ֆունկցիա
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Անցնել շնորհանդեսի պատուհանին
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Անցնել զրուցարանի պատուհանին
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Անցնել հարցումներ ստեղծելու պատուհանին, եթե այն բաց է։
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Անցնել հարցումների դյուրանցման պատուհանին, եթե այն բաց է
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Անցնել քվեարկության պատուհանին, եթե այն բաց է
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Բացել էկրանի բաշխման պատուհանին
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Անցնել վերջին կար
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Ժամանակավոր դյուրանցմներ կարգաբերելու համար
bbb.polling.toolbar.toolTip = Հարցարշարի ղեկավարում
bbb.polling.buttonName = Հարցարշարի ղեկավարում
bbb.polling.createPoll = Ստեղծել նոր հարցաշար
bbb.polling.createPoll.moreThanOneResponse = Թույլ տալ օգտվողներին մեկից ավել պատասխան
bbb.polling.createPoll.hint = Ակնարկ։ Սկսել բոլոր պատասխանները նոր տողից
bbb.polling.createPoll.answers = Պատասխաններ
bbb.polling.createPoll.question = Հարց
bbb.polling.createPoll.title = Վերնագիր
bbb.polling.createPoll.publishToWeb = Թույլ տալ վեբ-հարցում
bbb.polling.pollPreview = Հարցման նախադիտում
bbb.polling.pollPreview.modify = Ձևափոխել
bbb.polling.pollPreview.publish = Հրապարակել
bbb.polling.pollPreview.preview = Նախադիտում
bbb.polling.pollPreview.save = Պահպանել
bbb.polling.pollPreview.cancel = Չեղարկել
bbb.polling.pollPreview.modify = Ձևափոխել
bbb.polling.pollPreview.hereIsYourPoll = Ձեր հարցումը։
bbb.polling.pollPreview.ifYouWantChanges = Եթե դուք ուզում եք փոփոխություն կատարել, սեղմեք ձևափոխել կոճակը
bbb.polling.pollPreview.checkAll = (ընտրեք բոլոր համապատասխան պատասխանները)
bbb.polling.pollPreview.pollWillPublishOnline = Տվյալ հարցումը մատչելի է վեբ-քվեարկության համար
bbb.polling.resultBtn.label=Արդյունքներ
bbb.polling.resultBtn.toolTip=Ցուցադրել քվեարկության արդյունքները
bbb.polling.startBtn.label=Սկսել
bbb.polling.startBtn.toolTip=Սկսել քվեարկությունը
bbb.polling.editBtn.label=Խմբագրել
bbb.polling.editBtn.toolTip=Խմբագրել քվեարկությունը
bbb.polling.deleteBtn.toolTip=Ջնջել քվեարկությունը
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = Հրապարակել
bbb.polling.closeButton.label = Փակել
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = Այո
bbb.polling.answer.No = Ոչ
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = Սկսել բաշխումը
bbb.publishVideo.changeCameraBtn.labelText = Փոխեք վեբ խցիկը
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Փոխեք վեբ խցիկը
bbb.accessibility.alerts.madePresenter = Դուք հիմա հանդիսանում եք ներկայացնող
bbb.accessibility.alerts.madeViewer = Դուք հիմա հանդիսանում եք մասնակից
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Բացել քվեարկության մենյու
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Անցնել վերնագրի մուտքագրման պատուհանին
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Անցնել հարցի մուտքագրման պատուհանին
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Անցնել պատասխանի մուտքագրման պատուհանին
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = Նշեք որպեսզի «Թույլատրել բազմակի ընտրություններ» կարգաբերումը
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = Նշեք որպեսզի «Թույլատրել վեբ-քվեարկություն» կարգաբերումը
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Նախադիտել Ձեր քվեարկությունը և նրա ընթացքը
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Չեղյալ համարել և դուրս գալ քվեարկության ստեղծումից
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Վերադառնալ և ձևափոխել Ձեր քվեարկությունը
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Հրատարակել Ձեր հարցաշարը և բացել քվեարկությունը
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Հիշել Ձեր հարցաշարը հետագա օգտագործման համար
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Քվեարկության արդյունքները հասանելի կլինեն, երբ որ այն կհրատարակվի
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Անցնել քվեարկության արդյունքներին
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Թարմացնել քվեարկության արդյունքները
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Անցնել վեբ քվեարկության URL -ի պատուհանին
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Դադարեցնել քվեարկությունը և հարցումը
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Վերահրատարակել քվեարկությունը
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Փակել քվեարկության արդյունքների պատուհանը
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Քվեարկել ընտրված արդյունքների համար
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Անցնել հարցին
bbb.shortcutkey.specialKeys.space = Բացատ
bbb.shortcutkey.specialKeys.left = Ձախ սլաք
bbb.shortcutkey.specialKeys.right = Աջ սլաք

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.helpButton = Buka video tutorial di halaman baru.
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Errore 1007\: Negoziazione ICE fallita
bbb.webrtcWarning.failedError.1008 = Error 1008\: Transferimento fallito
bbb.webrtcWarning.failedError.1009 = Error 1009\: Impossibile accedere al server STUN/TURN
bbb.webrtcWarning.failedError.1010 = Error 1010\: Errore di timeout per ICE
bbb.webrtcWarning.failedError.1011 = Error 1011\: Tempo esaurito per la chiamata ICE
bbb.webrtcWarning.failedError.unknown = Errore {0}\: Codice di errore sconosciuto
bbb.webrtcWarning.failedError.mediamissing = Impossibile accedere al microfono per una chiamata WebRTC
bbb.webrtcWarning.failedError.endedunexpectedly = Il test audio WebRTC è terminato anormalmente

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = サーバへの接続
bbb.mainshell.statusProgress.loading = 読み込み中{0}モジュール
bbb.mainshell.statusProgress.cannotConnectServer = 申し訳ありませんが、サーバーに接続できません。
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [ビルド {0}] - より詳しくは <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = ログウィンドウを開きます
bbb.mainshell.meetingNotFound = ミーティングが開設されていません
bbb.mainshell.invalidAuthToken = 認証鍵が異常です
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Error 1006\: 呼び出しタイムアウト
bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE ネゴシエーション失敗
bbb.webrtcWarning.failedError.1008 = Error 1008\: 転送失敗
bbb.webrtcWarning.failedError.1009 = Error 1009\: STUN/TURN サーバーをフェッチできません
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Error {0}\: 未確定なエラーコード
bbb.webrtcWarning.failedError.mediamissing = WebRTC での接続はできませんでした
bbb.webrtcWarning.failedError.endedunexpectedly = WebRTC エコーテスト が遜色なく終了しました
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = ウェブカメラの設定
bbb.users.settings.muteAll = すべてをミュート
bbb.users.settings.muteAllExcept = プレゼンターを除くすべてをミュート
bbb.users.settings.unmuteAll = すべてのミュートを解除
bbb.users.settings.lowerAllHands = すべての挙手の解除
bbb.users.raiseHandBtn.toolTip = 挙手
bbb.users.raiseHandBtn.toolTip2 = 手を下げる
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.roomMuted.text = 公聴者ミュート
bbb.users.roomLocked.text = 公聴者ロック
bbb.users.pushToTalk.toolTip = クリックしてトークを開始
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = ステータス
bbb.users.usersGrid.statusItemRenderer.changePresenter = プレゼンターになる
bbb.users.usersGrid.statusItemRenderer.presenter = プレゼンター
bbb.users.usersGrid.statusItemRenderer.moderator = 司会
bbb.users.usersGrid.statusItemRenderer.lowerHand = 手を下げる
bbb.users.usersGrid.statusItemRenderer.handRaised = 挙手
bbb.users.usersGrid.statusItemRenderer.raiseHand = 挙手
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = ビューアー
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = メディア
bbb.users.usersGrid.mediaItemRenderer.talking = 会話
bbb.users.usersGrid.mediaItemRenderer.webcam = 共有ウェブカメラ
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = 共有ウェブカメラ
bbb.users.usersGrid.mediaItemRenderer.micOff = マイクオフ
bbb.users.usersGrid.mediaItemRenderer.micOn = マイクオン
bbb.users.usersGrid.mediaItemRenderer.noAudio = 音声会議なし
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = プレゼンテーション
bbb.presentation.titleWithPres = プレゼンテーション [0]
bbb.presentation.quickLink.label = プレゼンテーションウインドウ
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = チャットウィンドウを最小化
bbb.chat.maximizeRestoreBtn.accessibilityName = チャットウィンドウを最大化
bbb.chat.closeBtn.accessibilityName = チャットウィンドウを閉じます
bbb.chat.chatTabs.accessibleNotice = このタブに新着メッセージです
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = カメラを変更
bbb.publishVideo.changeCameraBtn.toolTip = ウェブカムの設定
bbb.publishVideo.cmbResolution.tooltip = ウェブカムの解像度を選択
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = 承認待ち
bbb.video.publish.hint.videoPreview = ビデオプレビュー
bbb.video.publish.hint.openingCamera = カメラを開く...
bbb.video.publish.hint.cameraDenied = カメラへのアクセスが拒否されました
bbb.video.publish.hint.cameraIsBeingUsed = あなたのカメラは別のアプリケーションによって使用されています
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = パブリッシング中...
bbb.video.publish.closeBtn.accessName = ウェブカメラウィンドウ ウィンドウを閉じる
bbb.video.publish.closeBtn.label = キャンセル
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = 画面共有を閉じる
bbb.desktopPublish.stop.label = クローズ
bbb.desktopPublish.maximizeRestoreBtn.toolTip = このウィンドウを最大化することはできません。
bbb.desktopPublish.closeBtn.toolTip = 共有を停止し、閉じる
bbb.desktopPublish.chromeOnMacUnsupportedHint = デスクトップシェアリングはOSX版Chromeでは許可されていません。Firefoxの利用が必要です
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = 最小化
bbb.desktopPublish.minimizeBtn.accessibilityName = デスクトップ共有の公開ウィン​​ドウを最小化
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = デスクトップ共有の公開ウィン​​ドウを最大化
@ -343,6 +360,13 @@ bbb.logout.confirm.title = ログアウト確認
bbb.logout.confirm.message = 本当にログアウトしますか?
bbb.logout.confirm.yes = はい
bbb.logout.confirm.no = いいえ
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = 注釈
bbb.notes.cmpColorPicker.toolTip = テキストの色
bbb.notes.saveBtn = 保存
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = グローバルショートカット
bbb.shortcuthelp.dropdown.presentation = プレゼンテーションのショートカット
bbb.shortcuthelp.dropdown.chat = ショートカットのチャット
bbb.shortcuthelp.dropdown.users = ユーザーのショートカット
bbb.shortcuthelp.dropdown.polling = プレゼンテーター投票ショートカット
bbb.shortcuthelp.dropdown.polling2 = 公聴者投票ショートカット
bbb.shortcuthelp.headers.shortcut = ショートカット
bbb.shortcuthelp.headers.function = 機能
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = プレゼンテーションウィンドウにフォーカスを移動
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = チャットウィンドウにフォーカスを移動
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = 投票制作ウインドウへフォーカスを移動します
bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = 投函ウインドウへフォーカスを移動します
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = オープンデスクトップ共有ウィンドウ
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = あなたが読んだ最新のメ
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = 一時的なデバッグホットキー
bbb.polling.toolbar.toolTip = 投票の管理
bbb.polling.buttonName = 投票を管理
bbb.polling.createPoll = 新しい投票を作成
bbb.polling.createPoll.moreThanOneResponse = 複数の回答を選択することをユーザーに許可
bbb.polling.createPoll.hint = ヒント:改行して回答をスタート
bbb.polling.createPoll.answers = 回答:
bbb.polling.createPoll.question = 質問:
bbb.polling.createPoll.title = タイトル:
bbb.polling.createPoll.publishToWeb = ウェブ投票を有効にする
bbb.polling.pollPreview = 投票のプレビュー
bbb.polling.pollPreview.modify = 修正する
bbb.polling.pollPreview.publish = パブリッシュ
bbb.polling.pollPreview.preview = プレビュー
bbb.polling.pollPreview.save = 保存
bbb.polling.pollPreview.cancel = キャンセル
bbb.polling.pollPreview.modify = 修正する
bbb.polling.pollPreview.hereIsYourPoll = あなたの投票は、次のとおりです。
bbb.polling.pollPreview.ifYouWantChanges = もし変更したい場合は、"変更"ボタンをクリック
bbb.polling.pollPreview.checkAll = (適用される可能性のあるすべてをチェック)
bbb.polling.pollPreview.pollWillPublishOnline = この投票は、Web投票で利用できます。
bbb.polling.resultBtn.label=レザルト
bbb.polling.resultBtn.toolTip=投票結果を見る
bbb.polling.startBtn.label=開始
bbb.polling.startBtn.toolTip=投票開始
bbb.polling.editBtn.label=編集
bbb.polling.editBtn.toolTip=投票編集
bbb.polling.deleteBtn.toolTip=投票を削除
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = パブリッシュ
bbb.polling.closeButton.label = クローズ
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = はい
bbb.polling.answer.No = いいえ
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = 共有を開始
bbb.publishVideo.changeCameraBtn.labelText = カメラを変更
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = カメラを変更
bbb.accessibility.alerts.madePresenter = あなたは現在、プレゼンテーターです
bbb.accessibility.alerts.madeViewer = あなたは現在、閲覧者です
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = 投票メニューを開きます
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = タイトルを入力します
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = 設問を入力します
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = 回答を入力します
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = 複数選択有効チェックボックスです
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = ウェブ投票有効チェックボックスです
bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = 投票の作成をキャンセルして終了します
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = 全画面へ戻り、投票を編集します
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = 投票を公開し、投函を可能にします
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = 以後、利用する為に保存
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = 開票結果は単一であり、既に公開されています
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = 開票結果です
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = 投票結果のリセット
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = ウェブ投票のURLです
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = 投票および投函を終了します
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = 投票を再掲載
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = 投票結果ウインドウを閉じます
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = オプションを選択した投票を行う
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = 設問をフォーカス
bbb.shortcutkey.specialKeys.space = スペースバー
bbb.shortcutkey.specialKeys.left = 左矢印
bbb.shortcutkey.specialKeys.right = 右矢印

View File

@ -2,7 +2,7 @@
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.lowerAllHands = Lower All Hands
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
@ -148,9 +149,14 @@
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
# bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
@ -164,6 +170,14 @@
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam is being used by another application
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
@ -270,7 +286,8 @@
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
@ -343,6 +360,13 @@
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
@ -393,8 +417,6 @@
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
@ -497,35 +513,28 @@
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
# bbb.polling.createPoll = Create New Poll
# bbb.polling.createPoll.moreThanOneResponse = Allow users to choose more than one response
# bbb.polling.createPoll.hint = Hint\: Start every answer with a new line
# bbb.polling.createPoll.answers = Answers\:
# bbb.polling.createPoll.question = Question\:
# bbb.polling.createPoll.title = Title\:
# bbb.polling.createPoll.publishToWeb = Enable web polling
# bbb.polling.pollPreview = Poll Preview
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.publish = Publish
# bbb.polling.pollPreview.preview = Preview
# bbb.polling.pollPreview.save = Save
# bbb.polling.pollPreview.cancel = Cancel
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.hereIsYourPoll = Here is your poll\:
# bbb.polling.pollPreview.ifYouWantChanges = if you want to make any changes use the 'Modify' button
# bbb.polling.pollPreview.checkAll = (check all that may apply)
# bbb.polling.pollPreview.pollWillPublishOnline = This poll will be available for web polling.
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
@ -533,49 +542,6 @@
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -76,6 +76,7 @@ bbb.mainshell.statusProgress.cannotConnectServer = Серверге қосылу
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = 음성 세팅, 윈도우가 닫힐때까지는
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micSettings.cancel.toolTip = Atšaukti prisijungimą prie garso konferencijo
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.oldlocalewindow.windowTitle = Br?din?jums\: Tulkojums ir novecojis.
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

File diff suppressed because it is too large Load Diff

View File

@ -76,6 +76,7 @@ bbb.micSettings.join = സംസാരത്തില്‍ ചേരാം
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Сервер луу холбогдож байна.
bbb.mainshell.statusProgress.loading = Нийт {0} Модуль байна
bbb.mainshell.statusProgress.cannotConnectServer = Уучилаарай, бид сервер лүү холбогдож чадсангүй
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Илүү ихийг мэдэхийг хүсвэл <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Илүү их мэдээлэл авахыг хүсвэл <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Лог цонхийг нээх
bbb.mainshell.meetingNotFound = Уулзалт олдсонгүй
bbb.mainshell.invalidAuthToken = Нууцлалын түлхүүр буруу байна
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Алдаа 1006\: Залгах хугаца
bbb.webrtcWarning.failedError.1007 = Алдаа 1007\: ICE negotiation алдлаа
bbb.webrtcWarning.failedError.1008 = Алдаа 1008\: Дамжуулж чадсангүй
bbb.webrtcWarning.failedError.1009 = Алдаа 1009\: STUN/TURN серверийн мэдээллийг авч чадсангүй
bbb.webrtcWarning.failedError.1010 = Алдаа 1010\: ICE дамжуулах хугацаа дууссан
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Алдаа {0}\: Үл мэдэгдэх алдааны код
bbb.webrtcWarning.failedError.mediamissing = WebRTC залгахын тулд таны микрофоныг авч чадсангүй
bbb.webrtcWarning.failedError.endedunexpectedly = WebRTC Цуурай шалгалт гэнэт зогслоо
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Камерны тохиргоо
bbb.users.settings.muteAll = Бүх хүмүүсийн дууг хаах
bbb.users.settings.muteAllExcept = Хөтлөгчөөс бусад хүмүүсийн дууг хаах
bbb.users.settings.unmuteAll = Бүх хүмүүсийн дууг нээх
bbb.users.settings.lowerAllHands = Бүх гарыг буулгах
bbb.users.raiseHandBtn.toolTip = Гараа өргөх
bbb.users.raiseHandBtn.toolTip2 = Гараа буулгах
bbb.users.settings.clearAllStatus = Бүх төлөвийн тэмдгийг арилгах
bbb.users.emojiStatusBtn.toolTip = Миний төлөвийн тэмдгийг шинэчлэх
bbb.users.roomMuted.text = Үзэгчид дуугүй байна
bbb.users.roomLocked.text = Үзэгчид түгжигдсэн байна
bbb.users.pushToTalk.toolTip = Ярих
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Төлөв
bbb.users.usersGrid.statusItemRenderer.changePresenter = Хөтлөгч болгох
bbb.users.usersGrid.statusItemRenderer.presenter = Хөтлөгч
bbb.users.usersGrid.statusItemRenderer.moderator = Зохицуулагч
bbb.users.usersGrid.statusItemRenderer.lowerHand = Гараа буулгах
bbb.users.usersGrid.statusItemRenderer.handRaised = Гар өргөгдсөн
bbb.users.usersGrid.statusItemRenderer.raiseHand = Гар өргөгдсөн
bbb.users.usersGrid.statusItemRenderer.happy = Жаргалтай
bbb.users.usersGrid.statusItemRenderer.unhappy = Жаргалгүй
bbb.users.usersGrid.statusItemRenderer.confused = Эргэлзсэн
bbb.users.usersGrid.statusItemRenderer.clearStatus = Миний төлөвийг цэвэрлэх
bbb.users.usersGrid.statusItemRenderer.viewer = Үзэгч
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Камераа хуваалцах
bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Илтгэгч үү
bbb.users.usersGrid.mediaItemRenderer = Медиа
bbb.users.usersGrid.mediaItemRenderer.talking = Яриж байна
bbb.users.usersGrid.mediaItemRenderer.webcam = Камерыг түгээж байна
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Камерыг түгээж ба
bbb.users.usersGrid.mediaItemRenderer.micOff = Микрофон унтарсан
bbb.users.usersGrid.mediaItemRenderer.micOn = Микрофон асаалттай
bbb.users.usersGrid.mediaItemRenderer.noAudio = Аудиод холбогдоогүй байна
bbb.users.emojiStatus.clear = Цэвэрлэх
bbb.users.emojiStatus.raiseHand = Гараа өргөх
bbb.users.emojiStatus.happy = Жаргалтай
bbb.users.emojiStatus.smile = Инээмсэглэл
bbb.users.emojiStatus.sad = Гунигтай
bbb.users.emojiStatus.confused = Эргэлзсэн
bbb.users.emojiStatus.neutral = төвийг сахисан
bbb.users.emojiStatus.away = Хол
bbb.presentation.title = Танилцуулга файл
bbb.presentation.titleWithPres = Танилцуулга файл {0}
bbb.presentation.quickLink.label = Танилцуулга
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Зурвасын тавцанг буу
bbb.chat.maximizeRestoreBtn.accessibilityName = Зурвасын тавцанг өргөх
bbb.chat.closeBtn.accessibilityName = Зурвасын тавцанг хаах
bbb.chat.chatTabs.accessibleNotice = Шинэ зурвас
bbb.chat.chatMessage.systemMessage = Систем
bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = Камер солих
bbb.publishVideo.changeCameraBtn.toolTip = Камер тохиргоо хийх
bbb.publishVideo.cmbResolution.tooltip = Камерын хэмжээг тодорхойлно уу
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Зөвшөөрөл хүлээж бай
bbb.video.publish.hint.videoPreview = Камер харах
bbb.video.publish.hint.openingCamera = Камерыг нээж байна
bbb.video.publish.hint.cameraDenied = Камер хандалт буцаагдлаа
bbb.video.publish.hint.cameraIsBeingUsed = Камерыг өөр програм ачааллаж байна
bbb.video.publish.hint.cameraIsBeingUsed = Таны камер нээгдээгүй байна. Өөр газар ашиглаж байгаа байх.
bbb.video.publish.hint.publishing = Нийтлэж байна
bbb.video.publish.closeBtn.accessName = Камер тохиргоо цонхыг хаах
bbb.video.publish.closeBtn.label = Цуцлах
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Хаах
bbb.desktopPublish.stop.label = Хаах
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Цонх томрох боломжгүй
bbb.desktopPublish.closeBtn.toolTip = Хуваалтуудыг зогсоож энэ цонхыг хаах
bbb.desktopPublish.chromeOnMacUnsupportedHint = Mac OS X -ийн Chrome дэлгэцийн тараалтыг дэмжихгүй байгаа тул FireFox ашиглахыг санал болгож байна.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Mac OS X -ийн Chrome дээр дэлгэц хамтарч ашиглах боломжгүй. Та өөр веб хөтөч ашиглана уу. ( Firefox-г санал болгож байна).
bbb.desktopPublish.chrome42UnsupportedHint = Chrome Java Applets дэмжихээ болисон. Та өөр веб хөтөч ашиглана уу. ( Firefox-г санал болгож байна).
bbb.desktopPublish.minimizeBtn.toolTip = Цонхыг нуух
bbb.desktopPublish.minimizeBtn.accessibilityName = Дэлгэц түгээлтийн тавцанг буулгах
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Дэлгэц түгээлтийн тавцанг өргөх
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Гарах
bbb.logout.confirm.message = Өрөөнөөс гарах уу?
bbb.logout.confirm.yes = Тийм
bbb.logout.confirm.no = Үгүй
bbb.connection.failure=Холболтын алдаа гарлаа
bbb.connection.reconnecting=Дахин холбогдох
bbb.connection.reestablished=Холболт хийгдсэн
bbb.connection.bigbluebutton=BigBlueButton
bbb.connection.sip=SIP
bbb.connection.video=Видео
bbb.connection.deskshare=Дэлгэц хуваалцах
bbb.notes.title = Тэмдэглэл
bbb.notes.cmpColorPicker.toolTip = Текст өнгө
bbb.notes.saveBtn = Хадгалах
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Богино холбоос
bbb.shortcuthelp.dropdown.presentation = Танилцуулгын холбоос
bbb.shortcuthelp.dropdown.chat = Чатны холбоос
bbb.shortcuthelp.dropdown.users = Хэрэглэгчийн холбоос
bbb.shortcuthelp.dropdown.polling = Хөтлөгчын санал асуулгын товчилбор
bbb.shortcuthelp.dropdown.polling2 = Хэрэглэгчийн санал асуулгын товчилбор
bbb.shortcuthelp.headers.shortcut = Холбоос
bbb.shortcuthelp.headers.function = Функц
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Танилцуулга тавцан
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Чат тавцан
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = .
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = .
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = .
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Дэлгэц түгээлт
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Сүүлд уншсан зурв
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Түр дебаг товчлуур
bbb.polling.toolbar.toolTip = Санал асуулгуудын тохиргоо
bbb.polling.buttonName = Санал асуулгуудын тохиргоо
bbb.polling.createPoll = Шинэ санал асуулга үүсгэх
bbb.polling.createPoll.moreThanOneResponse = Хэрэглэгчидийг нэгээс илүү санал сонгохыг зөвшөөрөх
bbb.polling.createPoll.hint = Сануулга\: Бүх асуултыг шинэ мөрөнд үүсгэх
bbb.polling.createPoll.answers = Хариулт\:
bbb.polling.createPoll.question = Асуулт\:
bbb.polling.createPoll.title = Гарчиг\:
bbb.polling.createPoll.publishToWeb = Веб санал асуулгыг идэвхижүүлэх
bbb.polling.pollPreview = Санал асуулгыг турших
bbb.polling.pollPreview.modify = Өөрчилөх
bbb.polling.pollPreview.publish = Нийтлэх
bbb.polling.pollPreview.preview = Турших
bbb.polling.pollPreview.save = Хадгалах
bbb.polling.pollPreview.cancel = Цуцлах
bbb.polling.pollPreview.modify = Өөрчилөх
bbb.polling.pollPreview.hereIsYourPoll = Таны санал асуулга\:
bbb.polling.pollPreview.ifYouWantChanges = Хэрвээ та 'Өөрчилөх' товчлуурыг солихыг хүсвэл
bbb.polling.pollPreview.checkAll = (Идэвхижүүлэх цонхнуудыг сонгоно уу)
bbb.polling.pollPreview.pollWillPublishOnline = Энэ Санал асуулга веб санал асуулгыг идэвхижүүлсний дараа идэвхитэй болохыг анхаарна уу.
bbb.polling.resultBtn.label=Үр дүн
bbb.polling.resultBtn.toolTip=Санал асуулгын үр дүнг харах
bbb.polling.startBtn.label=Эхлэх
bbb.polling.startBtn.toolTip=Санал асуулга эхлүүлэх
bbb.polling.editBtn.label=Засах
bbb.polling.editBtn.toolTip=Санал асуулга засах
bbb.polling.deleteBtn.toolTip=Санал асуулга устгах
bbb.polling.startButton.tooltip = Санал асуулга эхлүүлэх
bbb.polling.startButton.label = Санал асуулга эхлүүлэх
bbb.polling.publishButton.label = Нийтлэх
bbb.polling.closeButton.label = Хаах
bbb.polling.pollModal.title = Санал асуулгын одоогийн үр дүн
bbb.polling.customChoices.title = Санал асуулгад орох
bbb.polling.respondersLabel.novotes = Хариу хүлээж байна
bbb.polling.respondersLabel.text = {0} Хэрэглэгч хариулсан байна
bbb.polling.respondersLabel.finished = Дууссан
bbb.polling.answer.Yes = Тийм
bbb.polling.answer.No = Үгүй
bbb.polling.answer.True = Тийм
bbb.polling.answer.False = Үгүй
bbb.polling.answer.A = A
bbb.polling.answer.B = B
bbb.polling.answer.C = C
bbb.polling.answer.D = D
bbb.polling.answer.E = E
bbb.polling.answer.F = F
bbb.polling.answer.G = G
bbb.polling.results.accessible.header = Санал асуулгын үр дүн
bbb.polling.results.accessible.answer = {0} асуулт {1} санал авсан байна.
bbb.publishVideo.startPublishBtn.labelText = Түгээж эхлэх
bbb.publishVideo.changeCameraBtn.labelText = Камер солих
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Камер солих
bbb.accessibility.alerts.madePresenter = Та хөтлөгч биш байна
bbb.accessibility.alerts.madeViewer = Та одоо үзэгч болоо
bbb.shortcutkey.polling.buttonClick = 8080
bbb.shortcutkey.polling.buttonClick.function = Санал асуулгын тохиргоог нээх
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Гарчигын цонхонд Фокус хийх
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Асуултын цонхонд Фокус хийх
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Хариултын цонхонд Фокус хийх
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = "Олныг нэг сонгох" цонхонд Фокус хийх.
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = "Веб санал асуулга" цонхонд Фокус хийх
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Санал асуулгыг туршаад нийтлэх
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Санал асуулгыг цуцлаад гаргах
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Буцаад санал асуулгыг өөрчилөх
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Санал асуулгыг нийтлээд санал өгөх цонхыг нээх
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Санал асуулгыг дараа хэрэглэхээр хадгалах
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Санал асуулгын хариуг зөвхөн санал асуулга нийтлэгдсэний дараа харж болно
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Санал асуулгын хариу цонхонд фокус хийх
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Санал асуулгын үр дүнг шинэчлэх
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = "Веб санал асуулга" цонхонд Фокус хийх
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Санал асуулгыг дуусгаж зогсоох
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Санал асуулгыг дахин нийтлэх
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Санал асуулгын үр дүнгийн цонхыг хаах
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Өөрийн саналыг сонгосон сонголтонд тохируулах
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Асуултанд фокус хийх
bbb.shortcutkey.specialKeys.space = Хоосон зай
bbb.shortcutkey.specialKeys.left = Зүүн сум
bbb.shortcutkey.specialKeys.right = Баруун сум

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = Tetapan Audio. Fokus akan kekal di dalam tetapan
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = Audio instellingen. Enkel dit venster is editeerb
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Verbinding aan het maken met de server
bbb.mainshell.statusProgress.loading = Laden\:
bbb.mainshell.statusProgress.cannotConnectServer = We kunnen geen verbinding maken met de server.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Voor meer informatie bezoek <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Open log scherm
bbb.mainshell.meetingNotFound = Meeting kan niet worden gevonden
bbb.mainshell.invalidAuthToken = Ongeldig authenticatie Token
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Fout 1006\: Gesprek timed out
bbb.webrtcWarning.failedError.1007 = Fout 1007\: ICE onderhandeling mislukt
bbb.webrtcWarning.failedError.1008 = Fout 1008\: Overdracht mislukt
bbb.webrtcWarning.failedError.1009 = Fout 1009\: kan geen STUN/TURN server informatie ophalen
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Fout {0} \: Onbekende fout
bbb.webrtcWarning.failedError.mediamissing = We kunnen je microfoon niet vionden voor een WebRTC gesprek
bbb.webrtcWarning.failedError.endedunexpectedly = De WebRTC echo test is onverwacht beeindigd
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Webcam instellingen
bbb.users.settings.muteAll = Demp allen
bbb.users.settings.muteAllExcept = Demp allen behalve presentator
bbb.users.settings.unmuteAll = Iedereen dempen uit
bbb.users.settings.lowerAllHands = Alle handen omlaag
bbb.users.raiseHandBtn.toolTip = Hand opsteken
bbb.users.raiseHandBtn.toolTip2 = Hand omlaag
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.roomMuted.text = Kijkers gedempt
bbb.users.roomLocked.text = Kijkers vergrendeld
bbb.users.pushToTalk.toolTip = Klik om te praten
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Status
bbb.users.usersGrid.statusItemRenderer.changePresenter = Wijzig presentator
bbb.users.usersGrid.statusItemRenderer.presenter = Presentator
bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
bbb.users.usersGrid.statusItemRenderer.lowerHand = Hand omlaag
bbb.users.usersGrid.statusItemRenderer.handRaised = Hand opgestoken
bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand opgestoken
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = Kijker\n
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = Media
bbb.users.usersGrid.mediaItemRenderer.talking = Aan het spreken
bbb.users.usersGrid.mediaItemRenderer.webcam = Webcam gedeeld
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Webcam gedeeld
bbb.users.usersGrid.mediaItemRenderer.micOff = Microfoon uit\n
bbb.users.usersGrid.mediaItemRenderer.micOn = Microfoon aan\n
bbb.users.usersGrid.mediaItemRenderer.noAudio = Niet in conferentie gesprek
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = Presentatie
bbb.presentation.titleWithPres = Presentatie {0}
bbb.presentation.quickLink.label = Presentatie venster
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Minimaliseer het chat venster
bbb.chat.maximizeRestoreBtn.accessibilityName = Maximaliseer het chat venster
bbb.chat.closeBtn.accessibilityName = Sluit het chat venster
bbb.chat.chatTabs.accessibleNotice = Nieuwe berichten in deze tab
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = Wijzig camera
bbb.publishVideo.changeCameraBtn.toolTip = Open het webcam aanpassen venster
bbb.publishVideo.cmbResolution.tooltip = Selecteer een webcam resolutie
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Wachtend op toestemming
bbb.video.publish.hint.videoPreview = Webcam preview
bbb.video.publish.hint.openingCamera = Webcam aan het openen...
bbb.video.publish.hint.cameraDenied = Webcam toegang ontzegd
bbb.video.publish.hint.cameraIsBeingUsed = Je camera wordt momenteel door een andere toepassing gebruikt
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = Publiceren...
bbb.video.publish.closeBtn.accessName = Sluit webcam instellingen venster
bbb.video.publish.closeBtn.label = Annuleren
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Sluit het delen van het scherm
bbb.desktopPublish.stop.label = Sluit
bbb.desktopPublish.maximizeRestoreBtn.toolTip = U kunt dit venster niet maximaliseren.
bbb.desktopPublish.closeBtn.toolTip = Stop het delen en sluit dit scherm.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Scherm delen wordt momenteel niet ondersteunt in Chrome draaiend onder Mac OS X. We raden aan om Firefox te gebruiken voor het delen van je scherm.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = Minimaliseer
bbb.desktopPublish.minimizeBtn.accessibilityName = Minimaliseer het desktop delen venster
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximaliseer het desktop delen venster
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Bevestig uitloggen
bbb.logout.confirm.message = Weet je zeker dat je wilt uitloggen?
bbb.logout.confirm.yes = Ja
bbb.logout.confirm.no = Nee
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = Notities
bbb.notes.cmpColorPicker.toolTip = Tekst kleur
bbb.notes.saveBtn = Opslaan
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Algemene sneltoetsen
bbb.shortcuthelp.dropdown.presentation = Presentatie sneltoetsen
bbb.shortcuthelp.dropdown.chat = Chat sneltoetsen
bbb.shortcuthelp.dropdown.users = Gebruikers sneltoetsen
bbb.shortcuthelp.dropdown.polling = Presentator vragen sneltoetsen
bbb.shortcuthelp.dropdown.polling2 = Kijker vragen sneltoetsen
bbb.shortcuthelp.headers.shortcut = Sneltoets
bbb.shortcuthelp.headers.function = Functie
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Focus op het presentatie venster
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Focus op het chat vernster
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Focus op het vraagvenster als het geopend is
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Focus op de statistieken van het vraagvenster als het geopend is
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Focus op kies venster als het geopend is
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Open het scherm delen venster
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Navigeer naar het laatst gelezen
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Tijdelijk probleem met sneltoets
bbb.polling.toolbar.toolTip = Beheer stemmingen
bbb.polling.buttonName = Beheer stemmingen
bbb.polling.createPoll = Creeer een nieuwe vraag
bbb.polling.createPoll.moreThanOneResponse = Geef gebruikers toestemming om meer dan 1 antwoord te geven
bbb.polling.createPoll.hint = Tip\: Begin elk antwoord op een nieuwe regel
bbb.polling.createPoll.answers = Antwoorden
bbb.polling.createPoll.question = Vraag\:
bbb.polling.createPoll.title = Titel\:
bbb.polling.createPoll.publishToWeb = Web vragen inschakelen
bbb.polling.pollPreview = Vooruitblik op de stemming
bbb.polling.pollPreview.modify = Aanpassen
bbb.polling.pollPreview.publish = Publiceren
bbb.polling.pollPreview.preview = Vooruitblik
bbb.polling.pollPreview.save = Opslaan
bbb.polling.pollPreview.cancel = Annuleren
bbb.polling.pollPreview.modify = Aanpassen
bbb.polling.pollPreview.hereIsYourPoll = Hier is jouw stemming\:
bbb.polling.pollPreview.ifYouWantChanges = Als je zaken wil veranderen gebruik dan de "Aanpassen" knop
bbb.polling.pollPreview.checkAll = (Alles selecteren wat van toepassing is)
bbb.polling.pollPreview.pollWillPublishOnline = Deze stemming zal beschikbaar zijn voor het stemmen via het web
bbb.polling.resultBtn.label=Resultaat
bbb.polling.resultBtn.toolTip=Laat het stemming resultaat zien
bbb.polling.startBtn.label=Start
bbb.polling.startBtn.toolTip=Start stemming
bbb.polling.editBtn.label=Bewerken
bbb.polling.editBtn.toolTip=Bewerk stemming
bbb.polling.deleteBtn.toolTip=Verwijder stemming
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = Publiceren
bbb.polling.closeButton.label = Sluiten
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = Ja
bbb.polling.answer.No = Nee
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = Start delen
bbb.publishVideo.changeCameraBtn.labelText = Wijzig camera
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Wijzig camera
bbb.accessibility.alerts.madePresenter = Je bent nu de presentator\:
bbb.accessibility.alerts.madeViewer = Je bent nu een kijker\:
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Open het stemmingen menu
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Focus op de titel invoer box
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Focus op de vragen invoer box
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Focus op de antwoorden box
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = Focus op de "meerdere selecties toegestaan" box
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = Focus op "web stemmignen toegestaan" box
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Controleer jouw stemming en ga door
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Annuleren en stemmingen verlaten
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Ga terug en pas je stemming aan
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Publiceer je stemming en open de mogelijkheid om te stemmen
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Bewaar je stemming voor later
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Stem resultaten zijn pas beschikbaar na het publiceren van de stemming
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Focus op stem resultaten
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Ververs stem resultaten
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Focus op de web stemming URL box
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Eindig de stemming
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Publiceer nogmaals de stemming
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Sluit het stemming resultaat venster
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Breng je stem uit voor de geslecteerde opties
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Focus op de vraag
bbb.shortcutkey.specialKeys.space = Toetsenbalk
bbb.shortcutkey.specialKeys.left = Linker pijltje
bbb.shortcutkey.specialKeys.right = Rechter pijltje

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Feil 1007\: ICE kontroll feilet
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Feil {0}\: Ukjent feilkode
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.lowerAllHands = Lower All Hands
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
@ -148,9 +149,14 @@
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
# bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
@ -164,6 +170,14 @@
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam is being used by another application
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
@ -270,7 +286,8 @@
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
@ -343,6 +360,13 @@
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
@ -393,8 +417,6 @@
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
@ -497,35 +513,28 @@
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
# bbb.polling.createPoll = Create New Poll
# bbb.polling.createPoll.moreThanOneResponse = Allow users to choose more than one response
# bbb.polling.createPoll.hint = Hint\: Start every answer with a new line
# bbb.polling.createPoll.answers = Answers\:
# bbb.polling.createPoll.question = Question\:
# bbb.polling.createPoll.title = Title\:
# bbb.polling.createPoll.publishToWeb = Enable web polling
# bbb.polling.pollPreview = Poll Preview
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.publish = Publish
# bbb.polling.pollPreview.preview = Preview
# bbb.polling.pollPreview.save = Save
# bbb.polling.pollPreview.cancel = Cancel
# bbb.polling.pollPreview.modify = Modify
# bbb.polling.pollPreview.hereIsYourPoll = Here is your poll\:
# bbb.polling.pollPreview.ifYouWantChanges = if you want to make any changes use the 'Modify' button
# bbb.polling.pollPreview.checkAll = (check all that may apply)
# bbb.polling.pollPreview.pollWillPublishOnline = This poll will be available for web polling.
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
@ -533,49 +542,6 @@
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Łączenie z serwerem
bbb.mainshell.statusProgress.loading = Proszę czekać, ładowanie {0} modułów w toku\:
bbb.mainshell.statusProgress.cannotConnectServer = Przepraszamy, brak połączenia z serwerem.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Otwórz okno dziennika
bbb.mainshell.meetingNotFound = Nie Znaleziono Spotkania
bbb.mainshell.invalidAuthToken = Nieprawidłowe Potwierdzenie Autentyczności Żetonu
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1005 = Błąd 1005\: Połączenie zostało niespod
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Błąd {0}\: Nieznany kod błędu
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Ustawienia kamery
bbb.users.settings.muteAll = Wycisz wszystkich
bbb.users.settings.muteAllExcept = Wycisz wszystkich z wyjątkiem prezentera
bbb.users.settings.unmuteAll = Włącz głos wszystkim
bbb.users.settings.lowerAllHands = Opuść wszystkie ręce
bbb.users.raiseHandBtn.toolTip = Podnieś Rękę
bbb.users.raiseHandBtn.toolTip2 = Opuść Rękę
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.roomMuted.text = Widzowie Wyciszeni
bbb.users.roomLocked.text = Widzowie Zablokowani
bbb.users.pushToTalk.toolTip = Kliknij aby mówić
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Status
bbb.users.usersGrid.statusItemRenderer.changePresenter = Naciśnij by uczynić Prezenterem
bbb.users.usersGrid.statusItemRenderer.presenter = Prezenter
bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
bbb.users.usersGrid.statusItemRenderer.lowerHand = Opuść Rękę
bbb.users.usersGrid.statusItemRenderer.handRaised = Podniesiona ręka
bbb.users.usersGrid.statusItemRenderer.raiseHand = Podniesiona ręka
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = Uczestnik
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = Media
bbb.users.usersGrid.mediaItemRenderer.talking = Mówienie
bbb.users.usersGrid.mediaItemRenderer.webcam = Udostępnij kamerę
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Udostępnij kamerę
bbb.users.usersGrid.mediaItemRenderer.micOff = Mikrofon wyłączony
bbb.users.usersGrid.mediaItemRenderer.micOn = Mikrofon włączony
bbb.users.usersGrid.mediaItemRenderer.noAudio = Nie w konferencji audio
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = Prezentacja
bbb.presentation.titleWithPres = Prezentacja\: {0}
bbb.presentation.quickLink.label = Okno Prezentacji
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Zwiń okno czatu
bbb.chat.maximizeRestoreBtn.accessibilityName = Powiększ okno czatu
bbb.chat.closeBtn.accessibilityName = Zamknij okno czatu
bbb.chat.chatTabs.accessibleNotice = Nowa wiadomość w tej zakładce.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = Zmień kamerę
bbb.publishVideo.changeCameraBtn.toolTip = Kliknij aby otworzyć okno zmiany kamery
bbb.publishVideo.cmbResolution.tooltip = Wybierz rozdzielczość kamery
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Oczekuje na zatwierdzenie
bbb.video.publish.hint.videoPreview = Podląd wideo
bbb.video.publish.hint.openingCamera = Otwieranie kamery...
bbb.video.publish.hint.cameraDenied = Brak dostępu do kamery
bbb.video.publish.hint.cameraIsBeingUsed = Prawdopodobnie kamera jest używana przez inną aplikację
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = Publikowanie...
bbb.video.publish.closeBtn.accessName = Zamknij okno dialogowe ustawień kamery
bbb.video.publish.closeBtn.label = Anuluj
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Zamknij udostępnianie ekranu
bbb.desktopPublish.stop.label = Zamknij
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Nie możesz powiększyć tego okna
bbb.desktopPublish.closeBtn.toolTip = Zakończ udostępnianie i zamknij
bbb.desktopPublish.chromeOnMacUnsupportedHint = Udostępnianie ekranu nie jest aktualnie wspierane przez Chrome działającym na Mac OS X. Zalecamy używanie przeglądarki Firefox w celu udostępniania ekranu.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = Zwiń
bbb.desktopPublish.minimizeBtn.accessibilityName = Zwiń okno udostępniania pulpitu
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Powiększ okno udostępniania pulpitu
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Potwierdź Wylogowanie Się
bbb.logout.confirm.message = Czy jesteś pewien, że chcesz się wylogować?
bbb.logout.confirm.yes = Tak
bbb.logout.confirm.no = Nie
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = Notatki
bbb.notes.cmpColorPicker.toolTip = Kolor tekstu
bbb.notes.saveBtn = Zapisz
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Globalne skróty
bbb.shortcuthelp.dropdown.presentation = Skróty prezentacji
bbb.shortcuthelp.dropdown.chat = Skróty czatu
bbb.shortcuthelp.dropdown.users = Skróty użytkownika
bbb.shortcuthelp.dropdown.polling = Skróty klawiszowe Prezentera Ankiety
bbb.shortcuthelp.dropdown.polling2 = Skróty klawiszowe Ankietowanego
bbb.shortcuthelp.headers.shortcut = Sktót
bbb.shortcuthelp.headers.function = Funkcja
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Aktywuj prezentację
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Aktywuj okno czatu
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Pokaż okno Kreatora Ankiety, jeśli jest otwarte.
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Pokaż okno Statystyk Ankiety, jeśli jest otwarte.
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Pokaż okno Głosowania, jeśli jest otwarte.
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Otwórz okno udostępniania pulpitu
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Idź do najnowszej przeczytanej w
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Debugowanie
bbb.polling.toolbar.toolTip = Zarządzaj Ankietami
bbb.polling.buttonName = Zarządzaj ankietami
bbb.polling.createPoll = Stwórz nową ankietę
bbb.polling.createPoll.moreThanOneResponse = Pozwól użytkownikom wybrać więcej niż jedną odpowiedź
bbb.polling.createPoll.hint = Wskazówka\: Zacznij każdą odpowiedź z nowej linii
bbb.polling.createPoll.answers = Odpowiedzi\:
bbb.polling.createPoll.question = Pytanie\:
bbb.polling.createPoll.title = Tytuł\:
bbb.polling.createPoll.publishToWeb = Włącz widok ankiety na stronie
bbb.polling.pollPreview = Podgląd ankiety
bbb.polling.pollPreview.modify = Modyfikuj
bbb.polling.pollPreview.publish = Publikuj
bbb.polling.pollPreview.preview = Podgląd
bbb.polling.pollPreview.save = Zapisz
bbb.polling.pollPreview.cancel = Anuluj
bbb.polling.pollPreview.modify = Modyfikuj
bbb.polling.pollPreview.hereIsYourPoll = Oto Twoja ankieta\:
bbb.polling.pollPreview.ifYouWantChanges = jeśli chcesz dokonać zmian kliknij przycisk 'Modyfikuj'
bbb.polling.pollPreview.checkAll = (zaznacz wszystkie które mogą wystąpić)
bbb.polling.pollPreview.pollWillPublishOnline = Ankieta będzie dostępna przez stronę
bbb.polling.resultBtn.label=Rezulaty
bbb.polling.resultBtn.toolTip=Pokaż rezultaty ankiety
bbb.polling.startBtn.label=Start
bbb.polling.startBtn.toolTip=Rozpocznij ankietę
bbb.polling.editBtn.label=Edytuj
bbb.polling.editBtn.toolTip=Edytuj ankietę
bbb.polling.deleteBtn.toolTip=Usuń ankietę
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = Publikuj
bbb.polling.closeButton.label = Zamknij
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = Tak
bbb.polling.answer.No = Nie
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = Rozpoczęcie udostępniania
bbb.publishVideo.changeCameraBtn.labelText = Zmień kamerę
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Zmień kamerę
bbb.accessibility.alerts.madePresenter = Teraz Ty jesteś Prezenterem
bbb.accessibility.alerts.madeViewer = Teraz Ty jesteś Widzem.
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Otwórz Menu Ankietowania
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Pokaż pole Tytuł.
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Pokaż pole Pytanie.
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Pokaż pole Odpowiedź.
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = Pokaż pole wyboru "Umożliwiaj wielokrotne wybieranie".
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = Pokaż pole wyboru "Umożliwiaj ankietowanie on-line".
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Zobacz swoją ankietę i kontynuuj.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Anuluj i zamknij tworzenie Ankiety.
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Cofnij i zmodyfikuj swoją ankietę.
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Opublikuj swoją ankietę i rozpocznij głosowanie.
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Zapisz swoją ankietę do późniejszego użytku.
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Rezultaty ankiety są dostępne tylko gdy ankieta została opublikowana.
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Pokaż wyniki ankiety.
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Odśwież rezultaty ankiety.
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Pokaż pole URL ankiety on-line.
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Zatrzymaj ankietę i zakończ głosowanie.
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Ponownie opublikuj ankietę.
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Zamknij okno Rezultatów Ankietowania.
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Zagłosuj dla wybranych opcji.
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Pokaż pytanie.
bbb.shortcutkey.specialKeys.space = Spacja
bbb.shortcutkey.specialKeys.left = Lewa Strzałka
bbb.shortcutkey.specialKeys.right = Prawa Strzałka

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Conectando ao servidor
bbb.mainshell.statusProgress.loading = Carregando {0} módulos
bbb.mainshell.statusProgress.cannotConnectServer = Desculpe, não foi possível conectar ao servidor.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Para mais informações, acesse <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [compilação {0}] - Para mais informações, acesse <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Abrir janela de log
bbb.mainshell.meetingNotFound = Sala não encontrada
bbb.mainshell.invalidAuthToken = Token de autenticação inválido
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Erro 1006\: Tempo de espera da chamada expi
bbb.webrtcWarning.failedError.1007 = Erro 1007\: Negociação ICE falhou
bbb.webrtcWarning.failedError.1008 = Erro 1008\: Falha na transferência
bbb.webrtcWarning.failedError.1009 = Erro 1009\: Não foi possível recuperar as informações do servidor STUN/TURN
bbb.webrtcWarning.failedError.1010 = Erro 1010\: Negociação ICE expirou
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Erro {0}\: Código de erro desconhecido
bbb.webrtcWarning.failedError.mediamissing = Não foi possível acessar seu microfone para a chamada WebRTC
bbb.webrtcWarning.failedError.endedunexpectedly = O teste de eco WebRTC terminou inesperadamente
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Configurações de webcam
bbb.users.settings.muteAll = Silenciar todos
bbb.users.settings.muteAllExcept = Silenciar todos exceto o apresentador
bbb.users.settings.unmuteAll = Acionar microfone de todos
bbb.users.settings.lowerAllHands = Baixar todas as mãos
bbb.users.raiseHandBtn.toolTip = Levantar a mão
bbb.users.raiseHandBtn.toolTip2 = Abaixar a mão
bbb.users.settings.clearAllStatus = Limpar todos os ícones de status
bbb.users.emojiStatusBtn.toolTip = Atualizar meu ícone de status
bbb.users.roomMuted.text = Participantes silenciados
bbb.users.roomLocked.text = Participantes bloqueados
bbb.users.pushToTalk.toolTip = Falar
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Papel
bbb.users.usersGrid.statusItemRenderer.changePresenter = Clique para tornar apresentador
bbb.users.usersGrid.statusItemRenderer.presenter = Apresentador
bbb.users.usersGrid.statusItemRenderer.moderator = Moderador
bbb.users.usersGrid.statusItemRenderer.lowerHand = Abaixar a mão
bbb.users.usersGrid.statusItemRenderer.handRaised = Mão levantada
bbb.users.usersGrid.statusItemRenderer.raiseHand = Mão levantada
bbb.users.usersGrid.statusItemRenderer.happy = Alegre
bbb.users.usersGrid.statusItemRenderer.unhappy = Triste
bbb.users.usersGrid.statusItemRenderer.confused = Confuso
bbb.users.usersGrid.statusItemRenderer.clearStatus = Limpar meu status
bbb.users.usersGrid.statusItemRenderer.viewer = Participante
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Compartilhando webcam
bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = É apresentador.
bbb.users.usersGrid.mediaItemRenderer = Mídia
bbb.users.usersGrid.mediaItemRenderer.talking = Falando
bbb.users.usersGrid.mediaItemRenderer.webcam = Webcam sendo transmitida
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Webcam sendo transmitida
bbb.users.usersGrid.mediaItemRenderer.micOff = Microfone desativado
bbb.users.usersGrid.mediaItemRenderer.micOn = Microfone ativado
bbb.users.usersGrid.mediaItemRenderer.noAudio = Não está na conferência de voz
bbb.users.emojiStatus.clear = Lmpar
bbb.users.emojiStatus.raiseHand = Levantar a mão
bbb.users.emojiStatus.happy = Alegre
bbb.users.emojiStatus.smile = Sorriso
bbb.users.emojiStatus.sad = Triste
bbb.users.emojiStatus.confused = Confuso
bbb.users.emojiStatus.neutral = Neutro
bbb.users.emojiStatus.away = Ausente
bbb.presentation.title = Apresentação
bbb.presentation.titleWithPres = Apresentação\: {0}
bbb.presentation.quickLink.label = Janela de apresentação
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Minimizar janela de bate-papo
bbb.chat.maximizeRestoreBtn.accessibilityName = Maximizar janela de bate-papo
bbb.chat.closeBtn.accessibilityName = Fechar janela de bate-papo
bbb.chat.chatTabs.accessibleNotice = Novas mensagens nessa aba.
bbb.chat.chatMessage.systemMessage = Sistema
bbb.chat.chatMessage.tooLong = A mensagem excedeu o tamanho máximo em {0} caracter(es)
bbb.publishVideo.changeCameraBtn.labelText = Modificar câmera
bbb.publishVideo.changeCameraBtn.toolTip = Aabrir a caixa de diálogo para modificar a câmera
bbb.publishVideo.cmbResolution.tooltip = Selecione uma resolução para a webcam
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Aguardando permissão
bbb.video.publish.hint.videoPreview = Preview do vídeo
bbb.video.publish.hint.openingCamera = Abrindo câmera...
bbb.video.publish.hint.cameraDenied = Acesso à câmera negado
bbb.video.publish.hint.cameraIsBeingUsed = Sua câmera não pôde ser aberta - ela pode estar sendo usada por outro aplicativo
bbb.video.publish.hint.cameraIsBeingUsed = Sua webcam não pode ser aberta - ela pode estar sendo usada por outro aplicativo
bbb.video.publish.hint.publishing = Transmitindo vídeo...
bbb.video.publish.closeBtn.accessName = Fechar caixa de diálogo de configuração da webcam
bbb.video.publish.closeBtn.label = Cancelar
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Fechar compartilhamento de tela
bbb.desktopPublish.stop.label = Cancelar
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Você não pode maximizar esta janela.
bbb.desktopPublish.closeBtn.toolTip = Interromper compartilhamento de tela
bbb.desktopPublish.chromeOnMacUnsupportedHint = Compartilhamento de tela não suportado no Chrome rodando no Mac OS X. Recomendamos o uso do Mozilla Firefox para compartilhar sua tela.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Compartilhamento de tela não é suportado atualmente no Chrome no Mac OS X. Você deve usar outro navegador web (Firefox é recomendado) para compartilhar sua tela.
bbb.desktopPublish.chrome42UnsupportedHint = Chrome não suporta mais Applets Java. Você deve usar um navegador web diferente (Firefox é recomendado) para compartilhar seu desktop.
bbb.desktopPublish.minimizeBtn.toolTip = Minimizar
bbb.desktopPublish.minimizeBtn.accessibilityName = Minimizar janela do compartilhamento de tela
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximizar janela do compartilhamento de tela
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Confirmação de saída
bbb.logout.confirm.message = Você tem certeza que deseja sair da sessão?
bbb.logout.confirm.yes = Sim
bbb.logout.confirm.no = Não
bbb.connection.failure=Problemas de conectividade detectados
bbb.connection.reconnecting=Reconectando
bbb.connection.reestablished=Conexão restabelecida
bbb.connection.bigbluebutton=BigBlueButton
bbb.connection.sip=SIP
bbb.connection.video=Video
bbb.connection.deskshare=Deskshare
bbb.notes.title = Notas
bbb.notes.cmpColorPicker.toolTip = Cor do texto
bbb.notes.saveBtn = Salvar
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Atalhos globais
bbb.shortcuthelp.dropdown.presentation = Atalhos de apresentação
bbb.shortcuthelp.dropdown.chat = Atalhos de bate-papo
bbb.shortcuthelp.dropdown.users = Atalhos de usuários
bbb.shortcuthelp.dropdown.polling = Atalhos de enquete para apresentador
bbb.shortcuthelp.dropdown.polling2 = Atalhos de enquete para participantes
bbb.shortcuthelp.headers.shortcut = Atalho
bbb.shortcuthelp.headers.function = Função
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Mudar foco para a janela de apresentação
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Mudar foco para a janela de bate-papo
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Mudar foco para a janela de criação de enquete, se ela estiver aberta
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Mudar foco para a janela de estatísticas da enquente, se ela estiver aberta
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Mudar foco para a janela de votação, se ela estiver aberta
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Abrir janela de compartilhamento de tela
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Navegar para a mensagem mais rece
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Tecla de atalho temporária de depuração
bbb.polling.toolbar.toolTip = Gerenciar enquetes
bbb.polling.buttonName = Gerenciar enquetes
bbb.polling.createPoll = Criar nova enquete
bbb.polling.createPoll.moreThanOneResponse = Permitir que os usuários escolham mais de uma resposta
bbb.polling.createPoll.hint = Dica\: comece cada resposta com uma nova linha
bbb.polling.createPoll.answers = Respostas\:
bbb.polling.createPoll.question = Pergunta\:
bbb.polling.createPoll.title = Título\:
bbb.polling.createPoll.publishToWeb = Habilitar enquete na web
bbb.polling.pollPreview = Visualizar enquete
bbb.polling.pollPreview.modify = Modificar
bbb.polling.pollPreview.publish = Publicar
bbb.polling.pollPreview.preview = Preview
bbb.polling.pollPreview.save = Salvar
bbb.polling.pollPreview.cancel = Cancelar
bbb.polling.pollPreview.modify = Modificar
bbb.polling.pollPreview.hereIsYourPoll = Aqui está a sua enquete\:
bbb.polling.pollPreview.ifYouWantChanges = Se você deseja fazer qualquer alteração, clique no botão 'Modificar'
bbb.polling.pollPreview.checkAll = (marque todas que se aplicam)
bbb.polling.pollPreview.pollWillPublishOnline = Essa enquete estará disponível como enquete na web.
bbb.polling.resultBtn.label=Resultado
bbb.polling.resultBtn.toolTip=Mostrar resultado da enquete
bbb.polling.startBtn.label=Iniciar
bbb.polling.startBtn.toolTip=Iniciar enquete
bbb.polling.editBtn.label=Alterar
bbb.polling.editBtn.toolTip=Alterar enquete
bbb.polling.deleteBtn.toolTip=Remover enquete
bbb.polling.startButton.tooltip = Começar uma enquete
bbb.polling.startButton.label = Iniciar enquete
bbb.polling.publishButton.label = Publicar
bbb.polling.closeButton.label = Cancelar
bbb.polling.pollModal.title = Resultados da enquete em tempo real
bbb.polling.customChoices.title = Entre com as opções da enquete
bbb.polling.respondersLabel.novotes = Aguardando respostas
bbb.polling.respondersLabel.text = {0} usuários responderam
bbb.polling.respondersLabel.finished = Feito
bbb.polling.answer.Yes = Sim
bbb.polling.answer.No = Não
bbb.polling.answer.True = Verdadeiro
bbb.polling.answer.False = Falso
bbb.polling.answer.A = A
bbb.polling.answer.B = B
bbb.polling.answer.C = C
bbb.polling.answer.D = D
bbb.polling.answer.E = E
bbb.polling.answer.F = F
bbb.polling.answer.G = G
bbb.polling.results.accessible.header = Resultados da enquete.
bbb.polling.results.accessible.answer = Resposta {0} teve {1} votos.
bbb.publishVideo.startPublishBtn.labelText = Iniciar transmissão
bbb.publishVideo.changeCameraBtn.labelText = Modificar câmera
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Modificar câmera
bbb.accessibility.alerts.madePresenter = Você agora é o apresentador.
bbb.accessibility.alerts.madeViewer = Você agora é um visualizador.
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Abrir menu de enquete.
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Mudar foco para a caixa de entrada de título.
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Mudar foco para a caixa de entrada de pergunta.
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Mudar foco para a caixa de entrada de respostas.
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = Mudar foco para o campo "Permitir múltiplas respostas".
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = Mudar foco para a caixa "Habilitar enquete na web".
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Visualize a enquete e continue.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Cancelar e sair da criação da enquete.
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Voltar e modificar enquete.
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Publicar enquete e abrir votação.
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Salvar enquete para usar mais tarde.
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Os resultados da enquete só ficam disponíveis depois que a enquete for publicada.
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Mudar foco para o resultado da enquete.
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Atualizar resultado da enquete.
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Mudar foco para a URL da enquete na web.
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Interromper a enquete e encerrar votação.
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Publicar novamente a enquete.
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Fechar janela de resultado da enquete.
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Registrar seu voto para as opções selecionadas.
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Mudar foco para a pergunta.
bbb.shortcutkey.specialKeys.space = Barra de espaço
bbb.shortcutkey.specialKeys.left = Seta para a esquerda
bbb.shortcutkey.specialKeys.right = Seta para a direita

View File

@ -76,6 +76,7 @@ bbb.micSettings.cancel = Cancelar
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micSettings.join = Intrați în convorbire
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Подключение к серверу...
bbb.mainshell.statusProgress.loading = Идёт загрузка {0} модулей
bbb.mainshell.statusProgress.cannotConnectServer = К сожалению, невозможно подключиться к серверу.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Больше информации доступно по адресу <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Открыть окно журнала
bbb.mainshell.meetingNotFound = Конференция не найдена
bbb.mainshell.invalidAuthToken = Неверный ключ аутентификации
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Ошибка 1006\: Время вызова
bbb.webrtcWarning.failedError.1007 = Ошибка 1007\: Согласование ICE не состоялось
bbb.webrtcWarning.failedError.1008 = Ошибка 1008\: Передача не удалась
bbb.webrtcWarning.failedError.1009 = Ошибка 1009\: Не удалось получить STUN/TURN информацию с сервера
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Ошибка {0}\: Неизвестный код ошибки
bbb.webrtcWarning.failedError.mediamissing = Не удаётся получить доступ к Вашему микрофону для WebRTC вызова.
bbb.webrtcWarning.failedError.endedunexpectedly = Эхо-тест с использованием WebRTC внезапно прервался
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Настройки веб-камеры
bbb.users.settings.muteAll = Выкл. всех
bbb.users.settings.muteAllExcept = Выключить микрофоны у всех кроме ведущего
bbb.users.settings.unmuteAll = Включить микрофоны у всех
bbb.users.settings.lowerAllHands = Опустить всем руки
bbb.users.raiseHandBtn.toolTip = Поднять руку
bbb.users.raiseHandBtn.toolTip2 = Опустить руку
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.roomMuted.text = Участники с выключенным микрофоном
bbb.users.roomLocked.text = Участники заблокированы
bbb.users.pushToTalk.toolTip = Кликните чтоб говорить
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Статус
bbb.users.usersGrid.statusItemRenderer.changePresenter = Нажмите, чтобы сделать ведущим
bbb.users.usersGrid.statusItemRenderer.presenter = Ведущий
bbb.users.usersGrid.statusItemRenderer.moderator = Модератор
bbb.users.usersGrid.statusItemRenderer.lowerHand = Опустить руку
bbb.users.usersGrid.statusItemRenderer.handRaised = Поднятая рука
bbb.users.usersGrid.statusItemRenderer.raiseHand = Поднятая рука
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = Участник
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = Медиа
bbb.users.usersGrid.mediaItemRenderer.talking = Говорящий
bbb.users.usersGrid.mediaItemRenderer.webcam = Веб-камера включена
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Веб-камера включе
bbb.users.usersGrid.mediaItemRenderer.micOff = Выключить микрофон
bbb.users.usersGrid.mediaItemRenderer.micOn = Включить микрофон
bbb.users.usersGrid.mediaItemRenderer.noAudio = Не в аудиоконференции
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = Презентация
bbb.presentation.titleWithPres = Презентация\: {0}
bbb.presentation.quickLink.label = Окно презентаций
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Свернуть окно чата
bbb.chat.maximizeRestoreBtn.accessibilityName = Развернуть окно чата
bbb.chat.closeBtn.accessibilityName = Закрыть окно чата
bbb.chat.chatTabs.accessibleNotice = Новые сообщения в этой вкладке.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = Изменить настройки веб-камеры
bbb.publishVideo.changeCameraBtn.toolTip = Кликните, чтобы открыть окно смены веб-камеры
bbb.publishVideo.cmbResolution.tooltip = Выбрать разрешение веб-камеры
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Ожидаем утверждение
bbb.video.publish.hint.videoPreview = Предварительный просмотр веб-камеры
bbb.video.publish.hint.openingCamera = Открытие веб-камеры...
bbb.video.publish.hint.cameraDenied = Доступ к веб-камере запрещен
bbb.video.publish.hint.cameraIsBeingUsed = Ваша веб-камера используется другим приложением
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = Публикация...
bbb.video.publish.closeBtn.accessName = Закрыть окно настроек веб-камеры
bbb.video.publish.closeBtn.label = Отмена
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Закрыть трансляцию экран
bbb.desktopPublish.stop.label = Закрыть
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Вы не можете развернуть это окно.
bbb.desktopPublish.closeBtn.toolTip = Остановить трансляцию и закрыть окно
bbb.desktopPublish.chromeOnMacUnsupportedHint = На данный момент трансляция рабочего стола не поддерживается в Chrome под Mac OS X. Рекомендуем использовать FireFox для трансляции рабочего стола.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = Свернуть
bbb.desktopPublish.minimizeBtn.accessibilityName = Свернуть окно трансляции рабочего стола
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Развернуть окно трансляции рабочего стола
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Подтвердите выход
bbb.logout.confirm.message = Вы уверены, что хотите выйти?
bbb.logout.confirm.yes = Да
bbb.logout.confirm.no = Нет
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = Заметки
bbb.notes.cmpColorPicker.toolTip = Цвет текста
bbb.notes.saveBtn = Сохранить
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Глобальные клавиши быст
bbb.shortcuthelp.dropdown.presentation = Клавиши быстрого доступа презентации
bbb.shortcuthelp.dropdown.chat = Клавиши быстрого доступа чата
bbb.shortcuthelp.dropdown.users = Клавиши быстрого доступа пользователей
bbb.shortcuthelp.dropdown.polling = Клавиши быстрого доступа опросов ведущего
bbb.shortcuthelp.dropdown.polling2 = Клавиши быстрого доступа просмотра опросов
bbb.shortcuthelp.headers.shortcut = Клавиши быстрого доступа
bbb.shortcuthelp.headers.function = Функция
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Перейти к окну презентации
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Перейти к окну чата
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Переключить фокус на окно создания опроса, если он открыт.
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Переключить фокус на окно статистики опроса, если он открыт.
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Переключить фокус на окно голосования, если оно открыто.
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Открыть окно трансляции рабочего стола
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Перейти к последн
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Временные быстрые клавиши для отладки
bbb.polling.toolbar.toolTip = Управление опросами
bbb.polling.buttonName = Управление опросами
bbb.polling.createPoll = Создать новый опрос
bbb.polling.createPoll.moreThanOneResponse = Разрешить пользователям выбирать более одного ответа
bbb.polling.createPoll.hint = Подсказка\: Начинайте каждый ответ с новой строки
bbb.polling.createPoll.answers = Ответы\:
bbb.polling.createPoll.question = Вопрос\:
bbb.polling.createPoll.title = Заголовок\:
bbb.polling.createPoll.publishToWeb = Активировать веб-опрос
bbb.polling.pollPreview = Предварительный просмотр опроса
bbb.polling.pollPreview.modify = Изменить
bbb.polling.pollPreview.publish = Опубликовать
bbb.polling.pollPreview.preview = Предварительный просмотр
bbb.polling.pollPreview.save = Сохранить
bbb.polling.pollPreview.cancel = Отменить
bbb.polling.pollPreview.modify = Изменить
bbb.polling.pollPreview.hereIsYourPoll = Ваш опрос\:
bbb.polling.pollPreview.ifYouWantChanges = Если вы хотите внести изменения нажмите кнопку "Изменить"
bbb.polling.pollPreview.checkAll = (выберите все подходящие варианты)
bbb.polling.pollPreview.pollWillPublishOnline = Этот опрос будет доступен для веб-опроса.
bbb.polling.resultBtn.label=Результаты
bbb.polling.resultBtn.toolTip=Показать результаты опроса
bbb.polling.startBtn.label=Начать
bbb.polling.startBtn.toolTip=Начать опрос
bbb.polling.editBtn.label=Изменить
bbb.polling.editBtn.toolTip=Редактировать опрос
bbb.polling.deleteBtn.toolTip=Удалить опрос
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = Опубликовать
bbb.polling.closeButton.label = Закрыть
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = Да
bbb.polling.answer.No = Нет
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = Начать трансляцию
bbb.publishVideo.changeCameraBtn.labelText = Изменить настройки веб-камеры
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Изменить настройки
bbb.accessibility.alerts.madePresenter = Теперь вы ведущий.
bbb.accessibility.alerts.madeViewer = Теперь вы участник.
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Открыть меню опросов.
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Перейти в окно ввода названия.
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Перейти к окну ввода вопроса.
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Перейти к окну ввода ответов.
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = Наведите чтобы "Разрешить множественный выбор".
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = Перейти к "Активация веб-опроса".
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Просмотреть ваш опрос и продолжить.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Отменить и выйти из создания опроса.
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Вернуться и изменить ваш опрос.
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Опубликовать ваш опрос и открыть голосование.
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Сохранить ваш опрос для дальнейшего использования.
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Результаты опроса будут доступны, как только голосование будет опубликовано.
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Перейти к результатам опроса.
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Обновить результаты опроса.
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Перейти к окну URL веб-опроса.
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Остановить опрос и завершить голосование.
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Повторно опубликовать опрос.
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Закрыть окно результатов опроса.
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Проголосовать за выбранные варианты.
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Перейти к вопросу.
bbb.shortcutkey.specialKeys.space = Пробел
bbb.shortcutkey.specialKeys.left = Стрелка влево
bbb.shortcutkey.specialKeys.right = Стрелка вправо

View File

@ -0,0 +1,575 @@
# bbb.mainshell.locale.version = 0.9.0
# bbb.mainshell.statusProgress.connecting = Connecting to the server
# bbb.mainshell.statusProgress.loading = Loading {0} modules
# bbb.mainshell.statusProgress.cannotConnectServer = Sorry, we cannot connect to the server.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.logBtn.toolTip = Open Log Window
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
# bbb.mainshell.resetLayoutBtn.toolTip = Reset Layout
# bbb.mainshell.notification.tunnelling = Tunnelling
# bbb.mainshell.notification.webrtc = WebRTC Audio
# bbb.oldlocalewindow.reminder1 = You may have an old language translations of BigBlueButton.
# bbb.oldlocalewindow.reminder2 = Please clear your browser's cache and try again.
# bbb.oldlocalewindow.windowTitle = Warning\: Old Language Translations
# bbb.audioSelection.title = How do you want to join the audio?
# bbb.audioSelection.btnMicrophone.label = Microphone
# bbb.audioSelection.btnMicrophone.toolTip = Join the audio with your microphone
# bbb.audioSelection.btnListenOnly.label = Listen Only
# bbb.audioSelection.btnListenOnly.toolTip = Join the audio as listen only
# bbb.audioSelection.txtPhone.text = To join this meeting by phone, dial\: {0} then enter {1} as the conference pin number.
# bbb.micSettings.title = Audio Test
# bbb.micSettings.speakers.header = Test Speakers
# bbb.micSettings.microphone.header = Test Microphone
# bbb.micSettings.playSound = Test Speakers
# bbb.micSettings.playSound.toolTip = Play music to test your speakers
# bbb.micSettings.hearFromHeadset = You should hear audio in your headset, not your computer speakers.
# bbb.micSettings.speakIntoMic = If you are using a headset (or earbuds), you should hear the audio from your headset -- not from your computer speakers.
# bbb.micSettings.echoTestMicPrompt = This is a private echo test. Speak a few words. Did you hear audio?
# bbb.micSettings.echoTestAudioYes = Yes
# bbb.micSettings.echoTestAudioNo = No
# bbb.micSettings.speakIntoMicTestLevel = Speak into your microphone. You should see the bar move. If not, choose another mic.
# bbb.micSettings.recommendHeadset = Use a headset with a microphone for best audio experience.
# bbb.micSettings.changeMic = Test or Change Microphone
# bbb.micSettings.changeMic.toolTip = Open the Flash Player microphone settings dialog box
# bbb.micSettings.comboMicList.toolTip = Select a microphone
# bbb.micSettings.micRecordVolume.label = Gain
# bbb.micSettings.micRecordVolume.toolTip = Set your microphone gain
# bbb.micSettings.nextButton = Next
# bbb.micSettings.nextButton.toolTip = Start the echo test
# bbb.micSettings.join = Join Audio
# bbb.micSettings.join.toolTip = Join the audio conference
# bbb.micSettings.cancel = Cancel
# bbb.micSettings.connectingtoecho = Connecting
# bbb.micSettings.connectingtoecho.error = Echo Test Error\: Please contact administrator.
# bbb.micSettings.cancel.toolTip = Cancel joining the audio conference
# bbb.micSettings.access.helpButton = Open tutorial videos in a new page.
# bbb.micSettings.access.title = Audio Settings. Focus will remain in this audio settings window until the window is closed.
# bbb.micSettings.webrtc.title = WebRTC Support
# bbb.micSettings.webrtc.capableBrowser = Your browser supports WebRTC.
# bbb.micSettings.webrtc.capableBrowser.dontuseit = Click not to use WebRTC
# bbb.micSettings.webrtc.capableBrowser.dontuseit.toolTip = Click here if you don't want to use the WebRTC technology (recommended if you have problems using it).
# bbb.micSettings.webrtc.notCapableBrowser = WebRTC is not supported in your browser. Please use Google Chrome (version 32 or greater); or Mozilla Firefox (version 26 or greater). You will still be able to join the voice conference using the Adobe Flash Platform.
# bbb.micSettings.webrtc.connecting = Calling
# bbb.micSettings.webrtc.waitingforice = Connecting
# bbb.micSettings.webrtc.transferring = Transferring
# bbb.micSettings.webrtc.endingecho = Joining audio
# bbb.micSettings.webrtc.endedecho = Echo test ended.
# bbb.micPermissions.firefox.title = Firefox Microphone Permissions
# bbb.micPermissions.firefox.message1 = Choose your mic and then click Share.
# bbb.micPermissions.firefox.message2 = If you don't see the list of microphones, click on the microphone icon.
# bbb.micPermissions.chrome.title = Chrome Microphone Permissions
# bbb.micPermissions.chrome.message1 = Click Allow to give Chrome permission to use your microphone.
# bbb.micWarning.title = Audio Warning
# bbb.micWarning.joinBtn.label = Join anyway
# bbb.micWarning.testAgain.label = Test again
# bbb.micWarning.message = Your microphone did not show any activity, others probably won't be able to hear you during the session.
# bbb.webrtcWarning.message = Detected the following WebRTC issue\: {0}. Do you want to try Flash instead?
# bbb.webrtcWarning.title = WebRTC Audio Failure
# bbb.webrtcWarning.failedError.1001 = Error 1001\: WebSocket disconnected
# bbb.webrtcWarning.failedError.1002 = Error 1002\: Could not make a WebSocket connection
# bbb.webrtcWarning.failedError.1003 = Error 1003\: Browser version not supported
# bbb.webrtcWarning.failedError.1004 = Error 1004\: Failure on call (reason\={0})
# bbb.webrtcWarning.failedError.1005 = Error 1005\: Call ended unexpectedly
# bbb.webrtcWarning.failedError.1006 = Error 1006\: Call timed out
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
# bbb.mainToolbar.helpBtn = Help
# bbb.mainToolbar.logoutBtn = Logout
# bbb.mainToolbar.logoutBtn.toolTip = Log Out
# bbb.mainToolbar.langSelector = Select language
# bbb.mainToolbar.settingsBtn = Settings
# bbb.mainToolbar.settingsBtn.toolTip = Open Settings
# bbb.mainToolbar.shortcutBtn = Shortcut Keys
# bbb.mainToolbar.shortcutBtn.toolTip = Open Shortcut Keys Window
# bbb.mainToolbar.recordBtn.toolTip.start = Start recording
# bbb.mainToolbar.recordBtn.toolTip.stop = Stop recording
# bbb.mainToolbar.recordBtn.toolTip.recording = The session is being recorded
# bbb.mainToolbar.recordBtn.toolTip.notRecording = The session isn't being recorded
# bbb.mainToolbar.recordBtn.confirm.title = Confirm recording
# bbb.mainToolbar.recordBtn.confirm.message.start = Are you sure you want to start recording the session?
# bbb.mainToolbar.recordBtn.confirm.message.stop = Are you sure you want to stop recording the session?
# bbb.mainToolbar.recordBtn..notification.title = Record Notification
# bbb.mainToolbar.recordBtn..notification.message1 = You can record this meeting.
# bbb.mainToolbar.recordBtn..notification.message2 = You must click the Start/Stop Recording button in the title bar to begin/end recording.
# bbb.mainToolbar.recordingLabel.recording = (Recording)
# bbb.mainToolbar.recordingLabel.notRecording = Not Recording
# bbb.clientstatus.title = Configuration Notifications
# bbb.clientstatus.notification = Unread notifications
# bbb.clientstatus.tunneling.title = Firewall
# bbb.clientstatus.tunneling.message = A firewall is preventing your client from connecting directly on port 1935 to the remote server. Recommend joining a less restrictive network for a more stable connection
# bbb.clientstatus.browser.title = Browser Version
# bbb.clientstatus.browser.message = Your browser ({0}) is not up-to-date. Recommend updating to the latest version.
# bbb.clientstatus.flash.title = Flash Player
# bbb.clientstatus.flash.message = Your Flash Player plugin ({0}) is out-of-date. Recommend updating to the latest version.
# bbb.clientstatus.webrtc.title = Audio
# bbb.clientstatus.webrtc.message = Recommend using either Firefox or Chrome for better audio.
# bbb.clientstatus.java.title = Java
# bbb.clientstatus.java.notdetected = Java version not detected.
# bbb.clientstatus.java.notinstalled = You have no Java installed, please click <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> to install the latest Java to use the desktop sharing feature.
# bbb.clientstatus.java.oldversion = You have an old Java installed, please click <font color\='\#0a4a7a'><a href\='http\://www.java.com/download/' target\='_blank'>HERE</a></font> to install the latest Java to use the desktop sharing feature.
# bbb.window.minimizeBtn.toolTip = Minimize
# bbb.window.maximizeRestoreBtn.toolTip = Maximize
# bbb.window.closeBtn.toolTip = Close
# bbb.videoDock.titleBar = Webcam Window Title Bar
# bbb.presentation.titleBar = Presentation Window Title Bar
# bbb.chat.titleBar = Chat Window Title Bar
# bbb.users.title = Users{0} {1}
# bbb.users.titleBar = Users Window title bar
# bbb.users.quickLink.label = Users Window
# bbb.users.minimizeBtn.accessibilityName = Minimize the Users Window
# bbb.users.maximizeRestoreBtn.accessibilityName = Maximize the Users Window
# bbb.users.settings.buttonTooltip = Settings
# bbb.users.settings.audioSettings = Audio Test
# bbb.users.settings.webcamSettings = Webcam Settings
# bbb.users.settings.muteAll = Mute All Users
# bbb.users.settings.muteAllExcept = Mute All Users Except Presenter
# bbb.users.settings.unmuteAll = Unmute All Users
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
# bbb.users.pushToTalk.toolTip = Talk
# bbb.users.pushToMute.toolTip = Mute yourself
# bbb.users.muteMeBtnTxt.talk = Unmute
# bbb.users.muteMeBtnTxt.mute = Mute
# bbb.users.muteMeBtnTxt.muted = Muted
# bbb.users.muteMeBtnTxt.unmuted = Unmuted
# bbb.users.usersGrid.contextmenu.exportusers = Copy User Names
# bbb.users.usersGrid.accessibilityName = Users List. Use the arrow keys to navigate.
# bbb.users.usersGrid.nameItemRenderer = Name
# bbb.users.usersGrid.nameItemRenderer.youIdentifier = you
# bbb.users.usersGrid.statusItemRenderer = Status
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
# bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
# bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
# bbb.users.usersGrid.statusItemRenderer.raiseHand = Hand Raised
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
# bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
# bbb.users.usersGrid.mediaItemRenderer = Media
# bbb.users.usersGrid.mediaItemRenderer.talking = Talking
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
# bbb.users.usersGrid.mediaItemRenderer.webcamBtn = View webcam
# bbb.users.usersGrid.mediaItemRenderer.pushToTalk = Unmute {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToMute = Mute {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToLock = Lock {0}
# bbb.users.usersGrid.mediaItemRenderer.pushToUnlock = Unlock {0}
# bbb.users.usersGrid.mediaItemRenderer.kickUser = Kick {0}
# bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
# bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
# bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
# bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
# bbb.presentation.title = Presentation
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
# bbb.presentation.fitToWidth.toolTip = Fit Presentation To Width
# bbb.presentation.fitToPage.toolTip = Fit Presentation To Page
# bbb.presentation.uploadPresBtn.toolTip = Upload Presentation
# bbb.presentation.backBtn.toolTip = Previous slide
# bbb.presentation.btnSlideNum.accessibilityName = Slide {0} of {1}
# bbb.presentation.btnSlideNum.toolTip = Select a slide
# bbb.presentation.forwardBtn.toolTip = Next slide
# bbb.presentation.maxUploadFileExceededAlert = Error\: The file is bigger than what's allowed.
# bbb.presentation.uploadcomplete = Upload completed. Please wait while we convert the document.
# bbb.presentation.uploaded = uploaded.
# bbb.presentation.document.supported = The uploaded document is supported. Starting to convert...
# bbb.presentation.document.converted = Successfully converted the office document.
# bbb.presentation.error.document.convert.failed = Error\: Failed to convert the office document.
# bbb.presentation.error.io = IO Error\: Please contact administrator.
# bbb.presentation.error.security = Security Error\: Please contact administrator.
# bbb.presentation.error.convert.notsupported = Error\: The uploaded document is unsupported. Please upload a compatible file.
# bbb.presentation.error.convert.nbpage = Error\: Failed to determine the number of pages in the uploaded document.
# bbb.presentation.error.convert.maxnbpagereach = Error\: The uploaded document has too many pages.
# bbb.presentation.converted = Converted {0} of {1} slides.
# bbb.presentation.ok = OK
# bbb.presentation.slider = Presentation zoom level
# bbb.presentation.slideloader.starttext = Slide text start
# bbb.presentation.slideloader.endtext = Slide text end
# bbb.presentation.uploadwindow.presentationfile = Presentation file
# bbb.presentation.uploadwindow.pdf = PDF
# bbb.presentation.uploadwindow.word = WORD
# bbb.presentation.uploadwindow.excel = EXCEL
# bbb.presentation.uploadwindow.powerpoint = POWERPOINT
# bbb.presentation.uploadwindow.image = IMAGE
# bbb.presentation.minimizeBtn.accessibilityName = Minimize the Presentation Window
# bbb.presentation.maximizeRestoreBtn.accessibilityName = Maximize the Presentation Window
# bbb.presentation.closeBtn.accessibilityName = Close the Presentation Window
# bbb.fileupload.title = Add Files to Your Presentation
# bbb.fileupload.lblFileName.defaultText = No file selected
# bbb.fileupload.selectBtn.label = Select File
# bbb.fileupload.selectBtn.toolTip = Open dialog box to select a file
# bbb.fileupload.uploadBtn = Upload
# bbb.fileupload.uploadBtn.toolTip = Upload the selected file
# bbb.fileupload.deleteBtn.toolTip = Delete Presentation
# bbb.fileupload.showBtn = Show
# bbb.fileupload.showBtn.toolTip = Show Presentation
# bbb.fileupload.okCancelBtn = Close
# bbb.fileupload.okCancelBtn.toolTip = Close the File Upload dialog box
# bbb.fileupload.genThumbText = Generating thumbnails..
# bbb.fileupload.progBarLbl = Progress\:
# bbb.fileupload.fileFormatHint = Upload any office document or Portable Document Format (PDF) file. For best results upload PDF.
# bbb.chat.title = Chat
# bbb.chat.quickLink.label = Chat Window
# bbb.chat.cmpColorPicker.toolTip = Text Color
# bbb.chat.input.accessibilityName = Chat Message Editing Field
# bbb.chat.sendBtn = Send
# bbb.chat.sendBtn.toolTip = Send Message
# bbb.chat.sendBtn.accessibilityName = Send chat message
# bbb.chat.contextmenu.copyalltext = Copy All Text
# bbb.chat.publicChatUsername = Public
# bbb.chat.optionsTabName = Options
# bbb.chat.privateChatSelect = Select a person to chat with privately
# bbb.chat.private.userLeft = The user has left.
# bbb.chat.private.userJoined = The user has joined.
# bbb.chat.usersList.toolTip = Select User To Open Private Chat
# bbb.chat.chatOptions = Chat Options
# bbb.chat.fontSize = Chat Message Font Size
# bbb.chat.cmbFontSize.toolTip = Select Chat Message Font Size
# bbb.chat.messageList = Message Box
# bbb.chat.minimizeBtn.accessibilityName = Minimize the Chat Window
# bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
# bbb.chat.closeBtn.accessibilityName = Close the Chat Window
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.startPublishBtn.toolTip = Start sharing your webcam
# bbb.webcamPermissions.chrome.title = Chrome Webcam Permissions
# bbb.webcamPermissions.chrome.message1 = Click Allow to give Chrome permission to use your webcam.
# bbb.videodock.title = Webcams
# bbb.videodock.quickLink.label = Webcams Window
# bbb.video.minimizeBtn.accessibilityName = Minimize the Webcams Window
# bbb.video.maximizeRestoreBtn.accessibilityName = Maximize the Webcams Window
# bbb.video.controls.muteButton.toolTip = Mute or unmute {0}
# bbb.video.controls.switchPresenter.toolTip = Make {0} presenter
# bbb.video.controls.ejectUserBtn.toolTip = Eject {0} from meeting
# bbb.video.controls.privateChatBtn.toolTip = Chat with {0}
# bbb.video.publish.hint.noCamera = No webcam available
# bbb.video.publish.hint.cantOpenCamera = Can't open your webcam
# bbb.video.publish.hint.waitingApproval = Waiting for approval
# bbb.video.publish.hint.videoPreview = Webcam preview
# bbb.video.publish.hint.openingCamera = Opening webcam...
# bbb.video.publish.hint.cameraDenied = Webcam access denied
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
# bbb.video.publish.hint.publishing = Publishing...
# bbb.video.publish.closeBtn.accessName = Close the webcam settings dialog box
# bbb.video.publish.closeBtn.label = Cancel
# bbb.video.publish.titleBar = Publish Webcam Window
# bbb.desktopPublish.title = Desktop Sharing\: Presenter's Preview
# bbb.desktopPublish.fullscreen.tooltip = Share Your Main Screen
# bbb.desktopPublish.fullscreen.label = Full Screen
# bbb.desktopPublish.region.tooltip = Share a Part of Your Screen
# bbb.desktopPublish.region.label = Region
# bbb.desktopPublish.stop.tooltip = Close screen share
# bbb.desktopPublish.stop.label = Close
# bbb.desktopPublish.maximizeRestoreBtn.toolTip = You cannot maximize this window.
# bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.minimizeBtn.toolTip = Minimize
# bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
# bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
# bbb.desktopPublish.chromeHint.title = Chrome may need your permission.
# bbb.desktopPublish.chromeHint.message = Select the plug-in icon (upper right-hand corner of Chrome), un-block plug-ins, and then select 'Retry'.
# bbb.desktopPublish.chromeHint.button = Retry
# bbb.desktopView.title = Desktop Sharing
# bbb.desktopView.fitToWindow = Fit to Window
# bbb.desktopView.actualSize = Display actual size
# bbb.desktopView.minimizeBtn.accessibilityName = Minimize the Desktop Sharing View Window
# bbb.desktopView.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing View Window
# bbb.desktopView.closeBtn.accessibilityName = Close the Desktop Sharing View Window
# bbb.toolbar.phone.toolTip.start = Share Your Microphone
# bbb.toolbar.phone.toolTip.stop = Stop Sharing Your Microphone
# bbb.toolbar.phone.toolTip.mute = Stop listening the conference
# bbb.toolbar.phone.toolTip.unmute = Start listening the conference
# bbb.toolbar.phone.toolTip.nomic = No microphone detected
# bbb.toolbar.deskshare.toolTip.start = Share Your Desktop
# bbb.toolbar.deskshare.toolTip.stop = Stop Sharing Your Desktop
# bbb.toolbar.video.toolTip.start = Share Your Webcam
# bbb.toolbar.video.toolTip.stop = Stop Sharing Your Webcam
# bbb.layout.addButton.toolTip = Add the custom layout to the list
# bbb.layout.broadcastButton.toolTip = Apply Current Layout to All Viewers
# bbb.layout.combo.toolTip = Change Your Layout
# bbb.layout.loadButton.toolTip = Load layouts from a file
# bbb.layout.saveButton.toolTip = Save layouts to a file
# bbb.layout.lockButton.toolTip = Lock layout
# bbb.layout.combo.prompt = Apply a layout
# bbb.layout.combo.custom = * Custom layout
# bbb.layout.combo.customName = Custom layout
# bbb.layout.combo.remote = Remote
# bbb.layout.save.complete = Layouts were successfully saved
# bbb.layout.load.complete = Layouts were successfully loaded
# bbb.layout.load.failed = Failed to load the layouts
# bbb.layout.name.defaultlayout = Default Layout
# bbb.layout.name.videochat = Video Chat
# bbb.layout.name.webcamsfocus = Webcam Meeting
# bbb.layout.name.presentfocus = Presentation Meeting
# bbb.layout.name.lectureassistant = Lecture Assistant
# bbb.layout.name.lecture = Lecture
# bbb.highlighter.toolbar.pencil = Pencil
# bbb.highlighter.toolbar.pencil.accessibilityName = Switch whiteboard cursor to pencil
# bbb.highlighter.toolbar.ellipse = Circle
# bbb.highlighter.toolbar.ellipse.accessibilityName = Switch whiteboard cursor to circle
# bbb.highlighter.toolbar.rectangle = Rectangle
# bbb.highlighter.toolbar.rectangle.accessibilityName = Switch whiteboard cursor to rectangle
# bbb.highlighter.toolbar.panzoom = Pan and Zoom
# bbb.highlighter.toolbar.panzoom.accessibilityName = Switch whiteboard cursor to pan and zoom
# bbb.highlighter.toolbar.clear = Clear All Annotations
# bbb.highlighter.toolbar.clear.accessibilityName = Clear the whiteboard page
# bbb.highlighter.toolbar.undo = Undo Annotation
# bbb.highlighter.toolbar.undo.accessibilityName = Undo the last whiteboard shape
# bbb.highlighter.toolbar.color = Select Color
# bbb.highlighter.toolbar.color.accessibilityName = Whiteboard mark draw color
# bbb.highlighter.toolbar.thickness = Change Thickness
# bbb.highlighter.toolbar.thickness.accessibilityName = Whiteboard draw thickness
# bbb.logout.title = Logged Out
# bbb.logout.button.label = OK
# bbb.logout.appshutdown = The server app has been shut down
# bbb.logout.asyncerror = An Async Error occured
# bbb.logout.connectionclosed = The connection to the server has been closed
# bbb.logout.connectionfailed = The connection to the server has failed
# bbb.logout.rejected = The connection to the server has been rejected
# bbb.logout.invalidapp = The red5 app does not exist
# bbb.logout.unknown = Your client has lost connection with the server
# bbb.logout.usercommand = You have logged out of the conference
# bbb.logout.refresh.message = If this logout was unexpected click the button below to reconnect.
# bbb.logout.refresh.label = Reconnect
# bbb.logout.confirm.title = Confirm Logout
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
# bbb.notes.title = Notes
# bbb.notes.cmpColorPicker.toolTip = Text Color
# bbb.notes.saveBtn = Save
# bbb.notes.saveBtn.toolTip = Save Note
# bbb.settings.deskshare.instructions = Choose Allow on the prompt that pops up to check that desktop sharing is working properly for you
# bbb.settings.deskshare.start = Check Desktop Sharing
# bbb.settings.voice.volume = Microphone Activity
# bbb.settings.java.label = Java version error
# bbb.settings.java.text = You have Java {0} installed, but you need at least version {1} to use the BigBlueButton desktop sharing feature. The button below will install the newest Java JRE version.
# bbb.settings.java.command = Install newest Java
# bbb.settings.flash.label = Flash version error
# bbb.settings.flash.text = You have Flash {0} installed, but you need at least version {1} to run BigBlueButton properly. The button below will install the newest Adobe Flash version.
# bbb.settings.flash.command = Install newest Flash
# bbb.settings.isight.label = iSight webcam error
# bbb.settings.isight.text = If you have problems with your iSight webcam, it may be because you are running OS X 10.6.5, which is known to have a problem with Flash capturing video from the iSight webcam. \n To correct this, the link below will install a newer version of Flash player, or update your Mac to the newest version
# bbb.settings.isight.command = Install Flash 10.2 RC2
# bbb.settings.warning.label = Warning
# bbb.settings.warning.close = Close this Warning
# bbb.settings.noissues = No outstanding issues have been detected.
# bbb.settings.instructions = Accept the Flash prompt that asks you for webcam permissions. If the output matches what is expected, your browser has been set up correctly. Other potentials issues are below. Examine them to find a possible solution.
# ltbcustom.bbb.highlighter.toolbar.triangle = Triangle
# ltbcustom.bbb.highlighter.toolbar.triangle.accessibilityName = Switch whiteboard cursor to triangle
# ltbcustom.bbb.highlighter.toolbar.line = Line
# ltbcustom.bbb.highlighter.toolbar.line.accessibilityName = Switch whiteboard cursor to line
# ltbcustom.bbb.highlighter.toolbar.text = Text
# ltbcustom.bbb.highlighter.toolbar.text.accessibilityName = Switch whiteboard cursor to text
# ltbcustom.bbb.highlighter.texttoolbar.textColorPicker = Text color
# ltbcustom.bbb.highlighter.texttoolbar.textSizeMenu = Font size
# bbb.accessibility.clientReady = Ready
# bbb.accessibility.chat.chatBox.reachedFirst = You have reached the first message.
# bbb.accessibility.chat.chatBox.reachedLatest = You have reached the latest message.
# bbb.accessibility.chat.chatBox.navigatedFirst = You have navigated to the first message.
# bbb.accessibility.chat.chatBox.navigatedLatest = You have navigated to the latest message.
# bbb.accessibility.chat.chatBox.navigatedLatestRead = You have navigated to the most recent message you have read.
# bbb.accessibility.chat.chatwindow.input = Chat input
# bbb.accessibility.chat.initialDescription = Please use the arrow keys to navigate through chat messages.
# bbb.accessibility.notes.notesview.input = Notes input
# bbb.shortcuthelp.title = Shortcut Keys
# bbb.shortcuthelp.minimizeBtn.accessibilityName = Minimize the Shortcut Help Window
# bbb.shortcuthelp.maximizeRestoreBtn.accessibilityName = Maximize the Shortcut Help Window
# bbb.shortcuthelp.closeBtn.accessibilityName = Close the Shortcut Help Window
# bbb.shortcuthelp.dropdown.general = Global shortcuts
# bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
# bbb.shortcuthelp.dropdown.chat = Chat shortcuts
# bbb.shortcuthelp.dropdown.users = Users shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
# bbb.shortcutkey.general.minimize = 189
# bbb.shortcutkey.general.minimize.function = Minimize current window
# bbb.shortcutkey.general.maximize = 187
# bbb.shortcutkey.general.maximize.function = Maximize current window
# bbb.shortcutkey.flash.exit = 81
# bbb.shortcutkey.flash.exit.function = Focus out of the Flash window
# bbb.shortcutkey.users.muteme = 77
# bbb.shortcutkey.users.muteme.function = Mute and Unmute your microphone
# bbb.shortcutkey.chat.chatinput = 73
# bbb.shortcutkey.chat.chatinput.function = Focus the chat input field
# bbb.shortcutkey.present.focusslide = 67
# bbb.shortcutkey.present.focusslide.function = Focus the presentation slide
# bbb.shortcutkey.whiteboard.undo = 90
# bbb.shortcutkey.whiteboard.undo.function = Undo last whiteboard mark
# bbb.shortcutkey.focus.users = 49
# bbb.shortcutkey.focus.users.function = Move focus to the Users window
# bbb.shortcutkey.focus.video = 50
# bbb.shortcutkey.focus.video.function = Move focus to the Webcam window
# bbb.shortcutkey.focus.presentation = 51
# bbb.shortcutkey.focus.presentation.function = Move focus to the Presentation window
# bbb.shortcutkey.focus.chat = 52
# bbb.shortcutkey.focus.chat.function = Move focus to the Chat window
# bbb.shortcutkey.share.desktop = 68
# bbb.shortcutkey.share.desktop.function = Open desktop sharing window
# bbb.shortcutkey.share.microphone = 79
# bbb.shortcutkey.share.microphone.function = Open audio settings window
# bbb.shortcutkey.share.pauseRemoteStream = 80
# bbb.shortcutkey.share.pauseRemoteStream.function = Start/Stop listening the conference
# bbb.shortcutkey.share.webcam = 66
# bbb.shortcutkey.share.webcam.function = Open webcam sharing window
# bbb.shortcutkey.shortcutWindow = 72
# bbb.shortcutkey.shortcutWindow.function = Open/focus to shortcut help window
# bbb.shortcutkey.logout = 76
# bbb.shortcutkey.logout.function = Log out of this meeting
# bbb.shortcutkey.raiseHand = 82
# bbb.shortcutkey.raiseHand.function = Raise your hand
# bbb.shortcutkey.present.upload = 85
# bbb.shortcutkey.present.upload.function = Upload presentation
# bbb.shortcutkey.present.previous = 65
# bbb.shortcutkey.present.previous.function = Go to previous slide
# bbb.shortcutkey.present.select = 83
# bbb.shortcutkey.present.select.function = View all slides
# bbb.shortcutkey.present.next = 69
# bbb.shortcutkey.present.next.function = Go to next slide
# bbb.shortcutkey.present.fitWidth = 70
# bbb.shortcutkey.present.fitWidth.function = Fit slides to width
# bbb.shortcutkey.present.fitPage = 80
# bbb.shortcutkey.present.fitPage.function = Fit slides to page
# bbb.shortcutkey.users.makePresenter = 80
# bbb.shortcutkey.users.makePresenter.function = Make selected person presenter
# bbb.shortcutkey.users.kick = 75
# bbb.shortcutkey.users.kick.function = Kick selected person from the meeting
# bbb.shortcutkey.users.mute = 83
# bbb.shortcutkey.users.mute.function = Mute or unmute selected person
# bbb.shortcutkey.users.muteall = 65
# bbb.shortcutkey.users.muteall.function = Mute or unmute all users
# bbb.shortcutkey.users.focusUsers = 85
# bbb.shortcutkey.users.focusUsers.function = Focus to users list
# bbb.shortcutkey.users.muteAllButPres = 65
# bbb.shortcutkey.users.muteAllButPres.function = Mute everyone but the Presenter
# bbb.shortcutkey.chat.focusTabs = 89
# bbb.shortcutkey.chat.focusTabs.function = Focus to chat tabs
# bbb.shortcutkey.chat.focusBox = 66
# bbb.shortcutkey.chat.focusBox.function = Focus to chat box
# bbb.shortcutkey.chat.changeColour = 67
# bbb.shortcutkey.chat.changeColour.function = Focus to font color picker.
# bbb.shortcutkey.chat.sendMessage = 83
# bbb.shortcutkey.chat.sendMessage.function = Send chat message
# bbb.shortcutkey.chat.explanation = ----
# bbb.shortcutkey.chat.explanation.function = For message navigation, you must focus the chat box.
# bbb.shortcutkey.chat.chatbox.advance = 40
# bbb.shortcutkey.chat.chatbox.advance.function = Navigate to the next message
# bbb.shortcutkey.chat.chatbox.goback = 38
# bbb.shortcutkey.chat.chatbox.goback.function = Navigate to the previous message
# bbb.shortcutkey.chat.chatbox.repeat = 32
# bbb.shortcutkey.chat.chatbox.repeat.function = Repeat current message
# bbb.shortcutkey.chat.chatbox.golatest = 39
# bbb.shortcutkey.chat.chatbox.golatest.function = Navigate to the latest message
# bbb.shortcutkey.chat.chatbox.gofirst = 37
# bbb.shortcutkey.chat.chatbox.gofirst.function = Navigate to the first message
# bbb.shortcutkey.chat.chatbox.goread = 75
# bbb.shortcutkey.chat.chatbox.goread.function = Navigate to the most recent message you've read
# bbb.shortcutkey.chat.chatbox.debug = 71
# bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
# bbb.polling.publishButton.label = Publish
# bbb.polling.closeButton.label = Close
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
# bbb.publishVideo.startPublishBtn.labelText = Start Sharing
# bbb.publishVideo.changeCameraBtn.labelText = Change Webcam
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow
# bbb.shortcutkey.specialKeys.up = Up Arrow
# bbb.shortcutkey.specialKeys.down = Down Arrow
# bbb.shortcutkey.specialKeys.plus = Plus
# bbb.shortcutkey.specialKeys.minus = Minus
# bbb.toolbar.videodock.toolTip.closeAllVideos = Close all videos
# bbb.users.settings.lockAll=Lock All Users
# bbb.users.settings.lockAllExcept=Lock Users Except Presenter
# bbb.users.settings.lockSettings=Lock Viewers ...
# bbb.users.settings.unlockAll=Unlock All Viewers
# bbb.users.settings.roomIsLocked=Locked by default
# bbb.users.settings.roomIsMuted=Muted by default
# bbb.lockSettings.save = Apply
# bbb.lockSettings.save.tooltip = Apply lock settings
# bbb.lockSettings.cancel = Cancel
# bbb.lockSettings.cancel.toolTip = Close this window without saving
# bbb.lockSettings.moderatorLocking = Moderator locking
# bbb.lockSettings.privateChat = Private Chat
# bbb.lockSettings.publicChat = Public Chat
# bbb.lockSettings.webcam = Webcam
# bbb.lockSettings.microphone = Microphone
# bbb.lockSettings.layout = Layout
# bbb.lockSettings.title=Lock Viewers
# bbb.lockSettings.feature=Feature
# bbb.lockSettings.locked=Locked
# bbb.lockSettings.lockOnJoin=Lock On Join

View File

@ -76,6 +76,7 @@ bbb.micSettings.join = ශ්‍රව්‍ය පද්ධතිය හා ස
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = Chyba 1007\: ICE jednanie zlyhalo
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Chyba {0}\: Neznámy kód chyby
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micSettings.join = Združi avdio
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.oldlocalewindow.windowTitle = Upozorenje\: Stara verzija prevoda
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = Ljudinställningar. Ljudinställningar kommer var
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.oldlocalewindow.windowTitle = คำเตือน \: การแปลภ
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Sunucuya bağlanıyor
bbb.mainshell.statusProgress.loading = {0} bileşen yüklendi
bbb.mainshell.statusProgress.cannotConnectServer = Üzgünüz, sunucuya bağlanamıyoruz.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [sürüm {0}] - Daha fazla bilgi için <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a> ziyaret edin.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [sürüm {0}] - Daha fazla bilgi için <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Sistem Kayıtlarını
bbb.mainshell.meetingNotFound = Görüşme Bulunamadı
bbb.mainshell.invalidAuthToken = Kimlik Doğrulama Dizesi Hatalı
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Hata 1006\: Arama zaman aşımına uğradı
bbb.webrtcWarning.failedError.1007 = Hata 1007\: ICE görüşmesi başarız
bbb.webrtcWarning.failedError.1008 = Hata 1008\: Gönderim başarısız
bbb.webrtcWarning.failedError.1009 = Hata 1009\: STUN/TURN sunucu bilgileri alaınamadı
bbb.webrtcWarning.failedError.1010 = Hata 1010\: ICE zaman aşamı
bbb.webrtcWarning.failedError.1011 = Hata1011\: ICE toplantı zaman aşımı
bbb.webrtcWarning.failedError.unknown = Error {0}\: Bilinmeyen hata kodu
bbb.webrtcWarning.failedError.mediamissing = WebRTC araması için mikrofonunuz bulunamadı
bbb.webrtcWarning.failedError.endedunexpectedly = WebRTC ses denemesi beklenmedik biçimde sonlandı
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Kamera Ayarları
bbb.users.settings.muteAll = Tümünü Sessiz Yap
bbb.users.settings.muteAllExcept = Sunucu Hariç Tümünü Sessiz yap
bbb.users.settings.unmuteAll = Tümünü Sesli Yap
bbb.users.settings.lowerAllHands = Tüm Elleri İndir
bbb.users.raiseHandBtn.toolTip = El Kaldır
bbb.users.raiseHandBtn.toolTip2 = Eli İndir
bbb.users.settings.clearAllStatus = Tüm durum simgelerini temizle
bbb.users.emojiStatusBtn.toolTip = Durum simgemi güncelle
bbb.users.roomMuted.text = Izleyiciler susturuldu
bbb.users.roomLocked.text = Izleyiciler kilitlendi
bbb.users.pushToTalk.toolTip = Konuş
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Durumu
bbb.users.usersGrid.statusItemRenderer.changePresenter = Sunucuyu Değiştir
bbb.users.usersGrid.statusItemRenderer.presenter = Sunucu
bbb.users.usersGrid.statusItemRenderer.moderator = Yönetici
bbb.users.usersGrid.statusItemRenderer.lowerHand = Eli İndir
bbb.users.usersGrid.statusItemRenderer.handRaised = El Kaldırıldı
bbb.users.usersGrid.statusItemRenderer.raiseHand = El Kaldırıldı
bbb.users.usersGrid.statusItemRenderer.happy = Mutlu
bbb.users.usersGrid.statusItemRenderer.unhappy = Mutsuz
bbb.users.usersGrid.statusItemRenderer.confused = Karmaşık
bbb.users.usersGrid.statusItemRenderer.clearStatus = Durumumu temizle
bbb.users.usersGrid.statusItemRenderer.viewer = İzleyici
bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Kamerayı paylaşılıyor.
bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Sunuyor.
bbb.users.usersGrid.mediaItemRenderer = Medya
bbb.users.usersGrid.mediaItemRenderer.talking = Konuşuyor
bbb.users.usersGrid.mediaItemRenderer.webcam = Kamera Paylaşılıyor
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Kamera Paylaşılıyor
bbb.users.usersGrid.mediaItemRenderer.micOff = Mikrofon devre dışı
bbb.users.usersGrid.mediaItemRenderer.micOn = Mikrofon devrede
bbb.users.usersGrid.mediaItemRenderer.noAudio = Sesli görüşmede değil
bbb.users.emojiStatus.clear = Temizle
bbb.users.emojiStatus.raiseHand = El Kaldır
bbb.users.emojiStatus.happy = Mutlu
bbb.users.emojiStatus.smile = Gülümseme
bbb.users.emojiStatus.sad = Mutsuz
bbb.users.emojiStatus.confused = Kafası Karışık
bbb.users.emojiStatus.neutral = Normal
bbb.users.emojiStatus.away = Dışarda
bbb.presentation.title = Sunum
bbb.presentation.titleWithPres = Sunum\: {0}
bbb.presentation.quickLink.label = Sunum Penceresi
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Sohbet Penceresini Küçült
bbb.chat.maximizeRestoreBtn.accessibilityName = Sohbet Penceresini Büyült
bbb.chat.closeBtn.accessibilityName = Sohbet Penceresini Kapat
bbb.chat.chatTabs.accessibleNotice = Bu sekmedeki yeni mesajlar
bbb.chat.chatMessage.systemMessage = Sistem
bbb.chat.chatMessage.tooLong = Mesaj {0} karakter daha uzun
bbb.publishVideo.changeCameraBtn.labelText = Kamerayı Değiştir
bbb.publishVideo.changeCameraBtn.toolTip = Kamera değiştirme iletişim kutusunu aç
bbb.publishVideo.cmbResolution.tooltip = Kamera çözünürlüğünü seç
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Onay için bekleniyor
bbb.video.publish.hint.videoPreview = Kamera önizleme
bbb.video.publish.hint.openingCamera = Kamera açılıyor...
bbb.video.publish.hint.cameraDenied = Kamera erişimi reddedildi
bbb.video.publish.hint.cameraIsBeingUsed = Kameranız başka bir uygulama tarafından kullanılıyor
bbb.video.publish.hint.cameraIsBeingUsed = Kameranız ılamadı - Başka bir uygulama tarafından kullanılıyor olabilir
bbb.video.publish.hint.publishing = Yayımlanıyor...
bbb.video.publish.closeBtn.accessName = Kamera ayarları iletişim kutusunu kapat
bbb.video.publish.closeBtn.label = Vazgeç
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Ekran paylaşımını kapat
bbb.desktopPublish.stop.label = Kapat
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Bu pencereyi tam ekran yapamazsınız.
bbb.desktopPublish.closeBtn.toolTip = Paylaşımı durdur ve Kapat.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Masaüstü paylaşımı şu anda Mac OS X altında çalışan Chrome tarayıcısında desteklenmiyor. Masaüstünü paylaşmak için Firefox kullanmanız önerilir.
bbb.desktopPublish.chromeOnMacUnsupportedHint = Masaüstü paylaşımı şu anda Mac OS X altında çalışan Chrome tarayıcısında desteklenmiyor. Masaüstünü paylaşmak için farklı bir tarayıcı (Firefox önerilir) kullanmanız gerekiyor.
bbb.desktopPublish.chrome42UnsupportedHint = Chrome tarafından Java Applets artık desteklenmiyor. Masaüstü paylaşımı için farklı bir tarayıcı (Firefox önerilir) kullanmalısınız.
bbb.desktopPublish.minimizeBtn.toolTip = Küçült
bbb.desktopPublish.minimizeBtn.accessibilityName = Masaüstü Paylaşımı Yayımlama Penceresini Küçült
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Masaüstü Paylaşımı Yayımlama Penceresini Büyült
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Çıkışı Onayla
bbb.logout.confirm.message = Çıkmak istediğinizden emin misiniz?
bbb.logout.confirm.yes = Evet
bbb.logout.confirm.no = Hayır
bbb.connection.failure=Bağlantı Sorunları Algılandı
bbb.connection.reconnecting=Yeniden bağlanılıyor
bbb.connection.reestablished=Bağlantı yeniden kuruldu
bbb.connection.bigbluebutton=BigBlueButton
bbb.connection.sip=SIP
bbb.connection.video=Video
bbb.connection.deskshare=Masaüstü Paylaşma
bbb.notes.title = Notlar
bbb.notes.cmpColorPicker.toolTip = Metin Rengi
bbb.notes.saveBtn = Kaydet
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Genel Kısayollar
bbb.shortcuthelp.dropdown.presentation = Sunum kısayolları
bbb.shortcuthelp.dropdown.chat = Sohbet kısayolları
bbb.shortcuthelp.dropdown.users = Kullanıcı kısayolları
bbb.shortcuthelp.dropdown.polling = Sunucu Seçim kısayolları
bbb.shortcuthelp.dropdown.polling2 = İzleyici Oylama kısayolları
bbb.shortcuthelp.headers.shortcut = Kısayol
bbb.shortcuthelp.headers.function = İşlev
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Odaklamayı Sunum penceresine kaydır
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Odaklamayı Sohbet penceresine kaydır
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Odaklamayı Anket Oluşturma penceresine kaydır. Eğer açıksa.
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Odaklamayı Anket İstatistikleri penceresine kaydır. Eğer açıksa.
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Odaklamayı Oylama penceresine kaydır. Eğer açıksa.
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Masaüstü paylaşım penceresini aç
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Okuduğunuz en son mesaja git
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Geçici hata ayıklama kısayolu
bbb.polling.toolbar.toolTip = Anketleri Yönet
bbb.polling.buttonName = Anketleri Yönet
bbb.polling.createPoll = Yeni Anket Oluştur
bbb.polling.createPoll.moreThanOneResponse = Kullanıcıların birden fazla cevap vermelerine izin ver
bbb.polling.createPoll.hint = İpucu\: Her cevabı yeni satırda başlatın
bbb.polling.createPoll.answers = Cevaplar\:
bbb.polling.createPoll.question = Soru\:
bbb.polling.createPoll.title = Başlık\:
bbb.polling.createPoll.publishToWeb = Web oylamasına izin ver
bbb.polling.pollPreview = Anket Önizlemesi
bbb.polling.pollPreview.modify = Düzenle
bbb.polling.pollPreview.publish = Yayımla
bbb.polling.pollPreview.preview = Önizleme
bbb.polling.pollPreview.save = Kaydet
bbb.polling.pollPreview.cancel = Vazgeç
bbb.polling.pollPreview.modify = Düzenle
bbb.polling.pollPreview.hereIsYourPoll = Anketiniz\:
bbb.polling.pollPreview.ifYouWantChanges = Eğer bir değişiklik yapmak isterseniz 'Düzenle' düğmesine tıklayın
bbb.polling.pollPreview.checkAll = (uygun olanları işaretleyin)
bbb.polling.pollPreview.pollWillPublishOnline = Bu anket web oylaması için uygun olacak.
bbb.polling.resultBtn.label=Sonuç
bbb.polling.resultBtn.toolTip=Anket sonucunu göster
bbb.polling.startBtn.label=Başlat
bbb.polling.startBtn.toolTip=Anketi başlat
bbb.polling.editBtn.label=Düzenle
bbb.polling.editBtn.toolTip=Anketi düzenle
bbb.polling.deleteBtn.toolTip=Anketi sil
bbb.polling.startButton.tooltip = Bir anket oluştur
bbb.polling.startButton.label = Anketi Başlat
bbb.polling.publishButton.label = Yayımla
bbb.polling.closeButton.label = Kapat
bbb.polling.pollModal.title = Canlı Anket Sonuçları
bbb.polling.customChoices.title = Anket Seçeneklerini Girin
bbb.polling.respondersLabel.novotes = Cevaplar bekleniyor
bbb.polling.respondersLabel.text = {0} Kullanıcı Cevapladı
bbb.polling.respondersLabel.finished = Yapıldı
bbb.polling.answer.Yes = Evet
bbb.polling.answer.No = Hayır
bbb.polling.answer.True = Doğru
bbb.polling.answer.False = Yanlış
bbb.polling.answer.A = A
bbb.polling.answer.B = B
bbb.polling.answer.C = C
bbb.polling.answer.D = D
bbb.polling.answer.E = E
bbb.polling.answer.F = F
bbb.polling.answer.G = G
bbb.polling.results.accessible.header = Anket Sonuçları
bbb.polling.results.accessible.answer = {0} seçeneği için {1} oy kullanıldı.
bbb.publishVideo.startPublishBtn.labelText = Paylaşımı Başlat
bbb.publishVideo.changeCameraBtn.labelText = Kamerayı Değiştir
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Kamerayı Değiştir
bbb.accessibility.alerts.madePresenter = Şu an Sunucu sizsiniz.
bbb.accessibility.alerts.madeViewer = Şu an bir İzleyicisiniz.
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Anket Menüsünü açın
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Başlık girdi kutusuna odaklan
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Soru girdi kutusuna odaklan
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Cevap girdi kutusuna odaklan
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = "Çoklu seçimlere izin ver" onay kutusuna odaklan
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = "Web oylamasını etkinleştir" onay kutusuna odaklan
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Anketinizi Önizleme yapıp ve devam edin.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Vazgeç ve Anket oluşturmadan çık.
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Geri dön ve anketini düzenle.
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Anketini yayımla ve oylamaya aç.
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Anketini sonra kullanmak için kaydet.
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Anket sonuçları sadece anket yayımlandığında uygun olacak.
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Anket sonuçlarına odaklan
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Anket sonuçlarını yenile.
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Web oylama URL kutusuna odaklan.
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Anketi durdur ve oylamayı sonlandır.
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Anketi yeniden yayımla.
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Oylama Sonuçları penceresini kapat.
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Seçilen seçenekler için oyunuzu verin.
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Soruya odaklan
bbb.shortcutkey.specialKeys.space = Boşluk Çubuğu
bbb.shortcutkey.specialKeys.left = Sol Ok
bbb.shortcutkey.specialKeys.right = Sağ Ok

View File

@ -2,7 +2,7 @@ bbb.mainshell.locale.version = 0.9.0
bbb.mainshell.statusProgress.connecting = Під'єднуюсь до сервера
bbb.mainshell.statusProgress.loading = Завантажується {0} модулів
bbb.mainshell.statusProgress.cannotConnectServer = Нажаль, ми не змогли з'єднатися з сервером.
bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - Для отримання додаткової інформації відвідайте <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = Відкрити вікно журналу
bbb.mainshell.meetingNotFound = Конференція не знайдена
bbb.mainshell.invalidAuthToken = Невірний ключ аутентифікації
@ -75,6 +75,8 @@ bbb.webrtcWarning.failedError.1006 = Помилка 1006\: Час дзвінка
bbb.webrtcWarning.failedError.1007 = Помилка 1007\: Узгодження ICE не відбулось
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = Помилка {0}\: Невідомий код помилки
bbb.webrtcWarning.failedError.mediamissing = Для WebRTC виклику не вдається отримати доступ до вашого мікрофону
bbb.webrtcWarning.failedError.endedunexpectedly = Ехо-тест з використанням WebRTC раптово перервався
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = Налаштування веб-камери
bbb.users.settings.muteAll = Вимкн. всіх
bbb.users.settings.muteAllExcept = Вимкнути мікрофони у всіх окрім ведучого
bbb.users.settings.unmuteAll = Увімкнути мікрофони у всіх
bbb.users.settings.lowerAllHands = Опустити всім руки
bbb.users.raiseHandBtn.toolTip = Підняти руку
bbb.users.raiseHandBtn.toolTip2 = Опустити руку
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
bbb.users.roomMuted.text = Учасники з вимкненим мікрофоном
bbb.users.roomLocked.text = Учасники заблоковані
bbb.users.pushToTalk.toolTip = Клацніть щоб говорити
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = Статус
bbb.users.usersGrid.statusItemRenderer.changePresenter = Натисніть, щоб зробити ведучим
bbb.users.usersGrid.statusItemRenderer.presenter = Ведучий
bbb.users.usersGrid.statusItemRenderer.moderator = Модератор
bbb.users.usersGrid.statusItemRenderer.lowerHand = Опустити руку
bbb.users.usersGrid.statusItemRenderer.handRaised = Піднята рука
bbb.users.usersGrid.statusItemRenderer.raiseHand = Піднята рука
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = Глядач
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = Медіа
bbb.users.usersGrid.mediaItemRenderer.talking = Говорить
bbb.users.usersGrid.mediaItemRenderer.webcam = Веб-камера увімкнена
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = Веб-камера увімкн
bbb.users.usersGrid.mediaItemRenderer.micOff = Вимкнути мікрофон
bbb.users.usersGrid.mediaItemRenderer.micOn = Увімкнути мікрофон
bbb.users.usersGrid.mediaItemRenderer.noAudio = Не у аудіоконференції
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = Презентація
bbb.presentation.titleWithPres = Презентація\: {0}
bbb.presentation.quickLink.label = Вікно презентації
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = Згорнути вікно чату
bbb.chat.maximizeRestoreBtn.accessibilityName = Розгорнути вікно чату
bbb.chat.closeBtn.accessibilityName = Закрити вікно чату
bbb.chat.chatTabs.accessibleNotice = Нові повідомлення в цій вкладці.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = Змінити налаштування веб-камери
bbb.publishVideo.changeCameraBtn.toolTip = Клацніть, щоб відкрити вікно зміни веб-камери
bbb.publishVideo.cmbResolution.tooltip = Вибрати роздільну здатність веб-камери
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = Очікуємо затвердженн
bbb.video.publish.hint.videoPreview = Попередній перегляд веб-камери
bbb.video.publish.hint.openingCamera = Відкриття веб-камери...
bbb.video.publish.hint.cameraDenied = Доступ до веб-камери заборонений
bbb.video.publish.hint.cameraIsBeingUsed = Ваша веб-камера використовується іншою програмою
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = Публікація...
bbb.video.publish.closeBtn.accessName = Закрити вікно налаштувань веб-камери
bbb.video.publish.closeBtn.label = Скасувати
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = Закрити трансляцію екран
bbb.desktopPublish.stop.label = Закрити
bbb.desktopPublish.maximizeRestoreBtn.toolTip = Ви не можете розгорнути це вікно.
bbb.desktopPublish.closeBtn.toolTip = Зупинити трансляцію і закрити вікно
bbb.desktopPublish.chromeOnMacUnsupportedHint = На даний момент трансляція робочого столу не підтримується в Chrome під Mac OS X. Рекомендуєм використовувати FireFox для трансляції робочого столу.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = Згорнути
bbb.desktopPublish.minimizeBtn.accessibilityName = Згорнути вікно трансляції робочого столу
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Розгорнути вікно трансляції робочого столу
@ -343,6 +360,13 @@ bbb.logout.confirm.title = Підтвердіть вихід
bbb.logout.confirm.message = Ви впевнені, що хочете вийти?
bbb.logout.confirm.yes = Так
bbb.logout.confirm.no = Ні
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = Примітки
bbb.notes.cmpColorPicker.toolTip = Колір тексту
bbb.notes.saveBtn = Зберегти
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = Глобальні клавіші швидк
bbb.shortcuthelp.dropdown.presentation = Клавіші швидкого доступу презентації
bbb.shortcuthelp.dropdown.chat = Клавіші швидкого доступу чату
bbb.shortcuthelp.dropdown.users = Клавіші швидкого доступу користувачів
bbb.shortcuthelp.dropdown.polling = Клавіші швидкого доступу опитувань ведучого
bbb.shortcuthelp.dropdown.polling2 = Клавіші швидкого доступу перегляду опитувань
bbb.shortcuthelp.headers.shortcut = Клавіші швидкого доступу
bbb.shortcuthelp.headers.function = Функція
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.presentation = 51
bbb.shortcutkey.focus.presentation.function = Перейти до вікна презентації
bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = Перейти до вікна чату
bbb.shortcutkey.focus.pollingCreate = 67
bbb.shortcutkey.focus.pollingCreate.function = Перевести фокус на вікно створення опитувань, якщо таке відкрите.
bbb.shortcutkey.focus.pollingStats = 83
bbb.shortcutkey.focus.pollingStats.function = Перевести фокус на вікно статистики опитувань, якщо таке відкрите.
bbb.shortcutkey.focus.voting = 89
bbb.shortcutkey.focus.voting.function = Перевести фокус на вікно голосувань, якщо таке відкрите.
bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = Відкрити вікно трансляції робочого столу
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = Перейти до останн
bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = Тимчасові швидкі клавіші для налагодження
bbb.polling.toolbar.toolTip = Керування опитуваннями
bbb.polling.buttonName = Керування опитуваннями
bbb.polling.createPoll = Створити нове опитування
bbb.polling.createPoll.moreThanOneResponse = Дозволити користувачам вибирати більше однієї відповіді
bbb.polling.createPoll.hint = Підказка\: починайте кожну відповідь з нового рядку
bbb.polling.createPoll.answers = Відповіді\:
bbb.polling.createPoll.question = Питання\:
bbb.polling.createPoll.title = Заголовок\:
bbb.polling.createPoll.publishToWeb = Активувати веб-опитування
bbb.polling.pollPreview = Попередній перегляд опитування
bbb.polling.pollPreview.modify = Змінити
bbb.polling.pollPreview.publish = Публікувати
bbb.polling.pollPreview.preview = Попередній перегляд
bbb.polling.pollPreview.save = Зберегти
bbb.polling.pollPreview.cancel = Скасувати
bbb.polling.pollPreview.modify = Змінити
bbb.polling.pollPreview.hereIsYourPoll = Ваше опитування\:
bbb.polling.pollPreview.ifYouWantChanges = Якщо ви хочете внести зміни натисніть кнопку "Змінити"
bbb.polling.pollPreview.checkAll = (виберіть всі варіанти, що підходять)
bbb.polling.pollPreview.pollWillPublishOnline = Опитування буде доступне для веб-голосування.
bbb.polling.resultBtn.label=Результати
bbb.polling.resultBtn.toolTip=Показати результати опитування
bbb.polling.startBtn.label=Почати
bbb.polling.startBtn.toolTip=Почати опитування
bbb.polling.editBtn.label=Змінити
bbb.polling.editBtn.toolTip=Редагувати опитування
bbb.polling.deleteBtn.toolTip=Видалити опитування
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = Публікувати
bbb.polling.closeButton.label = Закрити
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
bbb.polling.answer.Yes = Так
bbb.polling.answer.No = Ні
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = Розпочати трансляцію
bbb.publishVideo.changeCameraBtn.labelText = Змінити налаштування веб-камери
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = Змінити налаштуван
bbb.accessibility.alerts.madePresenter = Тепер ви ведучий.
bbb.accessibility.alerts.madeViewer = Тепер ви учасник.
bbb.shortcutkey.polling.buttonClick = 80
bbb.shortcutkey.polling.buttonClick.function = Відкрити меню опитувань.
bbb.shortcutkey.polling.focusTitle = 67
bbb.shortcutkey.polling.focusTitle.function = Перейти до вікна введення назви.
bbb.shortcutkey.polling.focusQuestion = 81
bbb.shortcutkey.polling.focusQuestion.function = Перейти до вікна введення питань.
bbb.shortcutkey.polling.focusAnswers = 65
bbb.shortcutkey.polling.focusAnswers.function = Перейти до вікна введення відповідей.
bbb.shortcutkey.polling.focusMultipleCB = 77
bbb.shortcutkey.polling.focusMultipleCB.function = Наведіть щоб "Дозволити множинний вибір".
bbb.shortcutkey.polling.focusWebPollCB = 66
bbb.shortcutkey.polling.focusWebPollCB.function = Перейти до "Активація веб-опитування".
bbb.shortcutkey.polling.previewClick = 80
bbb.shortcutkey.polling.previewClick.function = Переглянути ваше опитування і продовжити.
bbb.shortcutkey.polling.cancelClick = 88
bbb.shortcutkey.polling.cancelClick.function = Скасувати та вийти зі створення опитування.
bbb.shortcutkey.polling.modify = 69
bbb.shortcutkey.polling.modify.function = Повернутись та змінити ваше опитування.
bbb.shortcutkey.polling.publish = 85
bbb.shortcutkey.polling.publish.function = Опублікувати ваше опитування і відкрити голосування.
bbb.shortcutkey.polling.save = 83
bbb.shortcutkey.polling.save.function = Зберегти ваше опитування для подальшого використання.
bbb.shortcutkey.pollStats.explanation = ----
bbb.shortcutkey.pollStats.explanation.function = Результати опитування стануть доступними, як тільки голосування буде опубліковане.
bbb.shortcutkey.polling.focusData = 68
bbb.shortcutkey.polling.focusData.function = Перейти до результатів опитування.
bbb.shortcutkey.polling.refresh = 82
bbb.shortcutkey.polling.refresh.function = Оновити результати опитування.
bbb.shortcutkey.polling.focusWebPoll = 73
bbb.shortcutkey.polling.focusWebPoll.function = Перейти до вікна URL опитувань.
bbb.shortcutkey.polling.stopPoll = 79
bbb.shortcutkey.polling.stopPoll.function = Зупинити опитування і голосування.
bbb.shortcutkey.polling.repostPoll = 80
bbb.shortcutkey.polling.repostPoll.function = Повторно опублікувати опитування.
bbb.shortcutkey.polling.closeStatsWindow = 88
bbb.shortcutkey.polling.closeStatsWindow.function = Закрити вікно результатів опитування.
bbb.shortcutkey.polling.vote = 86
bbb.shortcutkey.polling.vote.function = Голосувати за вибрані варіанти.
bbb.shortcutkey.polling.focusVoteQuestion = 81
bbb.shortcutkey.polling.focusVoteQuestion.function = Перейти до питання.
bbb.shortcutkey.specialKeys.space = Пробіл
bbb.shortcutkey.specialKeys.left = Стрілка вліво
bbb.shortcutkey.specialKeys.right = Стрілка вправо

View File

@ -76,6 +76,7 @@ bbb.micSettings.access.title = Thiết lập audio. Sẽ tập trung vào phần
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -76,6 +76,7 @@ bbb.webrtcWarning.failedError.1007 = 错误1007ICE协议失败
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
bbb.webrtcWarning.failedError.unknown = 错误 {0}\: 未知的错误代码
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly

View File

@ -2,7 +2,7 @@
bbb.mainshell.statusProgress.connecting = 正在連接到伺服器
bbb.mainshell.statusProgress.loading = 載入 {0} 模組
bbb.mainshell.statusProgress.cannotConnectServer = 抱歉,無法連接到伺服器.
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
# bbb.mainshell.copyrightLabel2 = (c) 2015 BigBlueButton Inc. [build {0}] - For more information visit <a href\='event\:http\://www.bigbluebutton.org/' target\='_blank'><u>http\://www.bigbluebutton.org</u></a>
bbb.mainshell.logBtn.toolTip = 打開日誌
# bbb.mainshell.meetingNotFound = Meeting Not Found
# bbb.mainshell.invalidAuthToken = Invalid Authentication Token
@ -75,6 +75,8 @@ bbb.micSettings.access.title = 語音設置。焦點會一直在這個語音設
# bbb.webrtcWarning.failedError.1007 = Error 1007\: ICE negotiation failed
# bbb.webrtcWarning.failedError.1008 = Error 1008\: Transfer failed
# bbb.webrtcWarning.failedError.1009 = Error 1009\: Could not fetch STUN/TURN server information
# bbb.webrtcWarning.failedError.1010 = Error 1010\: ICE negotiation timeout
# bbb.webrtcWarning.failedError.1011 = Error 1011\: ICE gathering timeout
# bbb.webrtcWarning.failedError.unknown = Error {0}\: Unknown error code
# bbb.webrtcWarning.failedError.mediamissing = Could not get your microphone for a WebRTC call
# bbb.webrtcWarning.failedError.endedunexpectedly = The WebRTC echo test ended unexpectedly
@ -129,9 +131,8 @@ bbb.users.settings.webcamSettings = 攝像頭設置
bbb.users.settings.muteAll = 全部靜音
bbb.users.settings.muteAllExcept = 除演講人外全部靜音
bbb.users.settings.unmuteAll = 取消全部靜音
bbb.users.settings.lowerAllHands = 放下所有的手
# bbb.users.raiseHandBtn.toolTip = Raise Hand
# bbb.users.raiseHandBtn.toolTip2 = Lower Hand
# bbb.users.settings.clearAllStatus = Clear all status icons
# bbb.users.emojiStatusBtn.toolTip = Update my status icon
# bbb.users.roomMuted.text = Viewers Muted
# bbb.users.roomLocked.text = Viewers Locked
bbb.users.pushToTalk.toolTip = 點擊交談
@ -148,9 +149,14 @@ bbb.users.usersGrid.statusItemRenderer = 狀態
# bbb.users.usersGrid.statusItemRenderer.changePresenter = Click To Make Presenter
bbb.users.usersGrid.statusItemRenderer.presenter = 演講人
bbb.users.usersGrid.statusItemRenderer.moderator = 管理員
# bbb.users.usersGrid.statusItemRenderer.lowerHand = Lower Hand
bbb.users.usersGrid.statusItemRenderer.handRaised = 舉手
bbb.users.usersGrid.statusItemRenderer.raiseHand = 舉手
# bbb.users.usersGrid.statusItemRenderer.happy = Happy
# bbb.users.usersGrid.statusItemRenderer.unhappy = Unhappy
# bbb.users.usersGrid.statusItemRenderer.confused = Confused
# bbb.users.usersGrid.statusItemRenderer.clearStatus = Clear my status
bbb.users.usersGrid.statusItemRenderer.viewer = 觀看人
# bbb.users.usersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
# bbb.users.usersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
bbb.users.usersGrid.mediaItemRenderer = 媒體
bbb.users.usersGrid.mediaItemRenderer.talking = 會話
bbb.users.usersGrid.mediaItemRenderer.webcam = 攝像頭已共享
@ -164,6 +170,14 @@ bbb.users.usersGrid.mediaItemRenderer.webcam = 攝像頭已共享
bbb.users.usersGrid.mediaItemRenderer.micOff = 關閉麥克風
bbb.users.usersGrid.mediaItemRenderer.micOn = 打開麥克風
bbb.users.usersGrid.mediaItemRenderer.noAudio = 不在語音會議中
# bbb.users.emojiStatus.clear = Clear
# bbb.users.emojiStatus.raiseHand = Raise hand
# bbb.users.emojiStatus.happy = Happy
# bbb.users.emojiStatus.smile = Smile
# bbb.users.emojiStatus.sad = Sad
# bbb.users.emojiStatus.confused = Confused
# bbb.users.emojiStatus.neutral = Neutral
# bbb.users.emojiStatus.away = Away
bbb.presentation.title = 投影片演示
# bbb.presentation.titleWithPres = Presentation\: {0}
# bbb.presentation.quickLink.label = Presentation Window
@ -235,6 +249,8 @@ bbb.chat.minimizeBtn.accessibilityName = 最小化聊天窗體
bbb.chat.maximizeRestoreBtn.accessibilityName = 最大化聊天窗體
bbb.chat.closeBtn.accessibilityName = 關閉聊天窗體
# bbb.chat.chatTabs.accessibleNotice = New messages in this tab.
# bbb.chat.chatMessage.systemMessage = System
# bbb.chat.chatMessage.tooLong = The message is {0} character(s) too long
bbb.publishVideo.changeCameraBtn.labelText = 更改攝像頭設置
# bbb.publishVideo.changeCameraBtn.toolTip = Open the change webcam dialog box
# bbb.publishVideo.cmbResolution.tooltip = Select a webcam resolution
@ -256,7 +272,7 @@ bbb.video.publish.hint.waitingApproval = 等候批准
bbb.video.publish.hint.videoPreview = 視頻預覽
bbb.video.publish.hint.openingCamera = 攝像頭開啓中...
bbb.video.publish.hint.cameraDenied = 請求攝像頭被拒絕
bbb.video.publish.hint.cameraIsBeingUsed = 攝像頭已被使用
# bbb.video.publish.hint.cameraIsBeingUsed = Your webcam couldn't be opened - it may be under use by another application
bbb.video.publish.hint.publishing = 發布中...
bbb.video.publish.closeBtn.accessName = 關閉攝像頭窗體
bbb.video.publish.closeBtn.label = 取消
@ -270,7 +286,8 @@ bbb.desktopPublish.stop.tooltip = 關閉桌面共享
bbb.desktopPublish.stop.label = 關閉
bbb.desktopPublish.maximizeRestoreBtn.toolTip = 此視窗不能最大化
bbb.desktopPublish.closeBtn.toolTip = 停止共享並關閉視窗
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. Recommend you use FireFox to share desktop.
# bbb.desktopPublish.chromeOnMacUnsupportedHint = Desktop sharing is not currently supported on Chrome running under Mac OS X. You must use a different web browser (Firefox recommended) to share your desktop.
# bbb.desktopPublish.chrome42UnsupportedHint = Chrome no longer supports Java Applets. You must use a different web browser (Firefox recommended) to share your desktop.
bbb.desktopPublish.minimizeBtn.toolTip = 最小化視窗
bbb.desktopPublish.minimizeBtn.accessibilityName = 最小化螢幕共享發佈視窗
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = 最大化螢幕共享發佈視窗
@ -343,6 +360,13 @@ bbb.logout.usercommand = 妳已經登出會議
# bbb.logout.confirm.message = Are you sure you want to log out?
# bbb.logout.confirm.yes = Yes
# bbb.logout.confirm.no = No
# bbb.connection.failure=Detected Connectivity Problems
# bbb.connection.reconnecting=Reconnecting
# bbb.connection.reestablished=Connection reestablished
# bbb.connection.bigbluebutton=BigBlueButton
# bbb.connection.sip=SIP
# bbb.connection.video=Video
# bbb.connection.deskshare=Deskshare
bbb.notes.title = 紀要
bbb.notes.cmpColorPicker.toolTip = 文本顏色
bbb.notes.saveBtn = 存檔
@ -393,8 +417,6 @@ bbb.shortcuthelp.dropdown.general = 所有的快捷鍵
bbb.shortcuthelp.dropdown.presentation = 演示相關快捷鍵
bbb.shortcuthelp.dropdown.chat = 聊天相關快捷鍵
bbb.shortcuthelp.dropdown.users = 用戶相關快捷鍵
# bbb.shortcuthelp.dropdown.polling = Presenter Polling shortcuts
# bbb.shortcuthelp.dropdown.polling2 = Viewer Polling shortcuts
# bbb.shortcuthelp.headers.shortcut = Shortcut
# bbb.shortcuthelp.headers.function = Function
@ -422,12 +444,6 @@ bbb.shortcutkey.focus.video.function = 將焦點移動到視頻懸浮視窗
bbb.shortcutkey.focus.presentation.function = 將焦點移動到演示視窗
# bbb.shortcutkey.focus.chat = 52
bbb.shortcutkey.focus.chat.function = 將焦點移動到聊天視窗
# bbb.shortcutkey.focus.pollingCreate = 67
# bbb.shortcutkey.focus.pollingCreate.function = Move focus to the Poll Creation window, if it is open.
# bbb.shortcutkey.focus.pollingStats = 83
# bbb.shortcutkey.focus.pollingStats.function = Move focus to the Poll Statistics window, if it is open.
# bbb.shortcutkey.focus.voting = 89
# bbb.shortcutkey.focus.voting.function = Move focus to the Voting window, if it is open.
# bbb.shortcutkey.share.desktop = 68
bbb.shortcutkey.share.desktop.function = 開啟桌面共享視窗
@ -497,35 +513,28 @@ bbb.shortcutkey.chat.chatbox.goread.function = 瀏覽到您已讀的最近的消
# bbb.shortcutkey.chat.chatbox.debug = 71
bbb.shortcutkey.chat.chatbox.debug.function = 臨時測試的快捷鍵
# bbb.polling.toolbar.toolTip = Manage Polls
# bbb.polling.buttonName = Manage Polls
bbb.polling.createPoll = 創建新的投票
bbb.polling.createPoll.moreThanOneResponse = 允許用戶選擇多個選項
bbb.polling.createPoll.hint = 提示:每個回答另起一行
bbb.polling.createPoll.answers = 答案:
bbb.polling.createPoll.question = 問題:
bbb.polling.createPoll.title = 標題:
bbb.polling.createPoll.publishToWeb = 啟用網頁投票
bbb.polling.pollPreview = 預覽投票
bbb.polling.pollPreview.modify = 修改
bbb.polling.pollPreview.publish = 發佈
bbb.polling.pollPreview.preview = 預覽
bbb.polling.pollPreview.save = 存檔
bbb.polling.pollPreview.cancel = 取消
bbb.polling.pollPreview.modify = 修改
bbb.polling.pollPreview.hereIsYourPoll = 您的投票:
bbb.polling.pollPreview.ifYouWantChanges = 如需修改,請點擊“修改”按鈕
bbb.polling.pollPreview.checkAll = (選擇所有要應用的項)
bbb.polling.pollPreview.pollWillPublishOnline = 可以使用頁面方式投票
# bbb.polling.resultBtn.label=Result
# bbb.polling.resultBtn.toolTip=Show poll result
# bbb.polling.startBtn.label=Start
# bbb.polling.startBtn.toolTip=Start poll
# bbb.polling.editBtn.label=Edit
# bbb.polling.editBtn.toolTip=Edit poll
# bbb.polling.deleteBtn.toolTip=Delete poll
# bbb.polling.startButton.tooltip = Start a poll
# bbb.polling.startButton.label = Start Poll
bbb.polling.publishButton.label = 發佈
bbb.polling.closeButton.label = 關閉
# bbb.polling.pollModal.title = Live Poll Results
# bbb.polling.customChoices.title = Enter Polling Choices
# bbb.polling.respondersLabel.novotes = Waiting for responses
# bbb.polling.respondersLabel.text = {0} Users Responded
# bbb.polling.respondersLabel.finished = Done
# bbb.polling.answer.Yes = Yes
# bbb.polling.answer.No = No
# bbb.polling.answer.True = True
# bbb.polling.answer.False = False
# bbb.polling.answer.A = A
# bbb.polling.answer.B = B
# bbb.polling.answer.C = C
# bbb.polling.answer.D = D
# bbb.polling.answer.E = E
# bbb.polling.answer.F = F
# bbb.polling.answer.G = G
# bbb.polling.results.accessible.header = Poll Results.
# bbb.polling.results.accessible.answer = Answer {0} had {1} votes.
bbb.publishVideo.startPublishBtn.labelText = 開始共享
bbb.publishVideo.changeCameraBtn.labelText = 更改攝像頭設置
@ -533,49 +542,6 @@ bbb.publishVideo.changeCameraBtn.labelText = 更改攝像頭設置
# bbb.accessibility.alerts.madePresenter = You are now the Presenter.
# bbb.accessibility.alerts.madeViewer = You are now a Viewer.
# bbb.shortcutkey.polling.buttonClick = 80
# bbb.shortcutkey.polling.buttonClick.function = Open the Polling Menu.
# bbb.shortcutkey.polling.focusTitle = 67
# bbb.shortcutkey.polling.focusTitle.function = Focus to Title input box.
# bbb.shortcutkey.polling.focusQuestion = 81
# bbb.shortcutkey.polling.focusQuestion.function = Focus to Question input box.
# bbb.shortcutkey.polling.focusAnswers = 65
# bbb.shortcutkey.polling.focusAnswers.function = Focus to Answers input box.
# bbb.shortcutkey.polling.focusMultipleCB = 77
# bbb.shortcutkey.polling.focusMultipleCB.function = Focus to "Allow multiple selections" checkbox.
# bbb.shortcutkey.polling.focusWebPollCB = 66
# bbb.shortcutkey.polling.focusWebPollCB.function = Focus to "Enable web polling" checkbox.
# bbb.shortcutkey.polling.previewClick = 80
# bbb.shortcutkey.polling.previewClick.function = Preview your poll and proceed.
# bbb.shortcutkey.polling.cancelClick = 88
# bbb.shortcutkey.polling.cancelClick.function = Cancel and exit Poll creation.
# bbb.shortcutkey.polling.modify = 69
# bbb.shortcutkey.polling.modify.function = Go back and modify your poll.
# bbb.shortcutkey.polling.publish = 85
# bbb.shortcutkey.polling.publish.function = Publish your poll and open voting.
# bbb.shortcutkey.polling.save = 83
# bbb.shortcutkey.polling.save.function = Save your poll to use later.
# bbb.shortcutkey.pollStats.explanation = ----
# bbb.shortcutkey.pollStats.explanation.function = Poll results are only available once the poll has been published.
# bbb.shortcutkey.polling.focusData = 68
# bbb.shortcutkey.polling.focusData.function = Focus to poll results.
# bbb.shortcutkey.polling.refresh = 82
# bbb.shortcutkey.polling.refresh.function = Refresh poll results.
# bbb.shortcutkey.polling.focusWebPoll = 73
# bbb.shortcutkey.polling.focusWebPoll.function = Focus to web polling URL box.
# bbb.shortcutkey.polling.stopPoll = 79
# bbb.shortcutkey.polling.stopPoll.function = Stop the poll and end voting.
# bbb.shortcutkey.polling.repostPoll = 80
# bbb.shortcutkey.polling.repostPoll.function = Re-publish the poll.
# bbb.shortcutkey.polling.closeStatsWindow = 88
# bbb.shortcutkey.polling.closeStatsWindow.function = Close Polling Results window.
# bbb.shortcutkey.polling.vote = 86
# bbb.shortcutkey.polling.vote.function = Cast your vote for the options selected.
# bbb.shortcutkey.polling.focusVoteQuestion = 81
# bbb.shortcutkey.polling.focusVoteQuestion.function = Focus to question.
# bbb.shortcutkey.specialKeys.space = Spacebar
# bbb.shortcutkey.specialKeys.left = Left Arrow
# bbb.shortcutkey.specialKeys.right = Right Arrow

View File

@ -26,14 +26,14 @@
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script src="lib/deployJava.js?v=VERSION" language="javascript"></script>
<script type="text/javascript">
// Check for Firefox 41.0.1 to workaround Flash hang
// Check for Firefox 41.0.1/2 to workaround Flash hang
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1210665
var ffHangWorkaround = function() {
if (navigator.userAgent.indexOf("Windows") != -1 &&
(navigator.userAgent.indexOf("Firefox/41.0") != -1 &&
navigator.buildID > "20150928" &&
navigator.buildID < "20151002")) {
console.log("Browser appears to be Firefox 41.0.1 on Windows");
navigator.buildID < "20151015")) {
console.log("Browser appears to be Firefox 41.0.1 or .2 on Windows");
return true;
}
return false;

View File

@ -1,5 +1,5 @@
var userID, callerIdName=null, conferenceVoiceBridge, userAgent=null, userMicMedia, userWebcamMedia, currentSession=null, callTimeout, callActive, callICEConnected, iceConnectedTimeout, callFailCounter, callPurposefullyEnded, uaConnected, transferTimeout;
var userID, callerIdName=null, conferenceVoiceBridge, userAgent=null, userMicMedia, userWebcamMedia, currentSession=null, callTimeout, callActive, callICEConnected, iceConnectedTimeout, callFailCounter, callPurposefullyEnded, uaConnected, transferTimeout, iceGatheringTimeout;
var inEchoTest = true;
function webRTCCallback(message) {
@ -367,6 +367,21 @@ function make_call(username, voiceBridge, server, callback, recall, isListenOnly
console.log('call connecting again');
}
iceGatheringTimeout = setTimeout(function() {
console.log('Thirty seconds without ICE gathering finishing');
callback({'status':'failed', 'errorcode': 1011}); // ICE Gathering Failed
currentSession = null;
if (userAgent != null) {
var userAgentTemp = userAgent;
userAgent = null;
userAgentTemp.stop();
}
}, 30000);
currentSession.mediaHandler.on('iceComplete', function() {
clearTimeout(iceGatheringTimeout);
});
// The connecting event fires before the listener can be added
currentSession.on('connecting', function(){
clearTimeout(callTimeout);
@ -426,7 +441,7 @@ function make_call(username, voiceBridge, server, callback, recall, isListenOnly
console.log('Waiting for ICE negotiation');
iceConnectedTimeout = setTimeout(function() {
console.log('60 seconds without ICE finishing');
callback({'status':'failed', 'errorcode': 1010}); // Failure on call
callback({'status':'failed', 'errorcode': 1010}); // ICE negotiation timeout
currentSession = null;
if (userAgent != null) {
var userAgentTemp = userAgent;

View File

@ -1,6 +1,6 @@
/*
* SIP version 0.6.3
* Copyright (c) 2014-2014 Junction Networks, Inc <http://www.onsip.com>
* Copyright (c) 2014-2015 Junction Networks, Inc <http://www.onsip.com>
* Homepage: http://sipjs.com
* License: http://sipjs.com/license/
*
@ -8884,6 +8884,7 @@ UA.prototype.loadConfig = function(configuration) {
userAgentString: SIP.C.USER_AGENT,
// Session parameters
iceCheckingTimeout: 5000,
noAnswerTimeout: 60,
stunServers: ['stun:stun.l.google.com:19302'],
turnServers: [],
@ -9107,6 +9108,7 @@ UA.configuration_skeleton = (function() {
"hackViaTcp", // false.
"hackIpInContact", //false
"hackWssInTransport", //false
"iceCheckingTimeout",
"instanceId",
"noAnswerTimeout", // 30 seconds.
"password",
@ -9282,6 +9284,12 @@ UA.configuration_check = {
}
},
iceCheckingTimeout: function(iceCheckingTimeout) {
if(SIP.Utils.isDecimal(iceCheckingTimeout)) {
return Math.max(500, iceCheckingTimeout);
}
},
hackWssInTransport: function(hackWssInTransport) {
if (typeof hackWssInTransport === 'boolean') {
return hackWssInTransport;
@ -10315,6 +10323,10 @@ var MediaHandler = function(session, options) {
this.onIceCompleted.promise.then(function(pc) {
self.logger.log('ICE Gathering Completed');
self.emit('iceComplete', pc);
if (self.iceCheckingTimer) {
SIP.Timers.clearTimeout(self.iceCheckingTimer);
self.iceCheckingTimer = null;
}
});
this.peerConnection = new SIP.WebRTC.RTCPeerConnection({'iceServers': servers}, this.RTCConstraints);
@ -10329,9 +10341,19 @@ var MediaHandler = function(session, options) {
self.logger.log('stream removed: '+ e.stream.id);
};
this.startIceCheckingTimer = function () {
if (!self.iceCheckingTimer) {
self.iceCheckingTimer = SIP.Timers.setTimeout(function() {
self.logger.log('RTCIceChecking Timeout Triggered after '+config.iceCheckingTimeout+' milliseconds');
self.onIceCompleted.resolve(this);
}.bind(this.peerConnection), config.iceCheckingTimeout);
}
};
this.peerConnection.onicecandidate = function(e) {
if (e.candidate) {
self.logger.log('ICE candidate received: '+ (e.candidate.candidate === null ? null : e.candidate.candidate.trim()));
self.startIceCheckingTimer();
} else {
self.onIceCompleted.resolve(this);
}
@ -10350,6 +10372,10 @@ var MediaHandler = function(session, options) {
this.peerConnection.oniceconnectionstatechange = function() { //need e for commented out case
self.logger.log('ICE connection state changed to "'+ this.iceConnectionState +'"');
if (this.iceConnectionState === 'checking') {
self.startIceCheckingTimer();
}
if (this.iceConnectionState === 'failed') {
self.emit('iceFailed', this);
}
@ -10890,7 +10916,9 @@ MediaStreamManager.prototype = Object.create(SIP.EventEmitter.prototype, {
streams.forEach(function (stream) {
var streamId = MediaStreamManager.streamId(stream);
if (this.acquisitions[streamId] === false) {
stream.stop();
stream.getTracks().forEach(function (track) {
track.stop();
});
}
delete this.acquisitions[streamId];
}, this);

View File

@ -81,11 +81,6 @@ package org.bigbluebutton.main.model
if (videoDock){generalResource.push('bbb.shortcutkey.focus.video');}
if (presentation){generalResource.push('bbb.shortcutkey.focus.presentation');}
if (chat){generalResource.push('bbb.shortcutkey.focus.chat');}
if (polling){
generalResource.push('bbb.shortcutkey.focus.pollingCreate');
generalResource.push('bbb.shortcutkey.focus.pollingStats');
generalResource.push('bbb.shortcutkey.focus.voting');
}
if (audio){
generalResource.push('bbb.shortcutkey.share.microphone');
@ -107,4 +102,4 @@ package org.bigbluebutton.main.model
return "USERS: " + users + " VIDEODOCK: " + videoDock + " PRESENTATION: " + presentation + " CHAT: " + chat + " POLLING: " + polling + " WEBCAM: " + webcam + " DESKSHARE: " + deskshare + " AUDIO: " + audio;
}
}
}
}

View File

@ -54,8 +54,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private var presKeys:ArrayList;
private var chatKeys:ArrayList;
private var userKeys:ArrayList;
private var pollKeys:ArrayList;
private var pollVoteKeys:ArrayList;
private static const LOGGER:ILogger = getClassLogger(ShortcutHelpWindow);
@ -63,8 +61,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
[Bindable] private var presentationString:String = ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.presentation");
[Bindable] private var chatString:String = ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.chat");
[Bindable] private var userString:String = ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.users");
[Bindable] private var pollString:String = ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.polling");
[Bindable] private var pollVoteString:String = ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.polling2");
private var presResource:Array = ['bbb.shortcutkey.present.focusslide', /*'bbb.shortcutkey.whiteboard.undo',*/ 'bbb.shortcutkey.present.upload',
'bbb.shortcutkey.present.previous', 'bbb.shortcutkey.present.select', 'bbb.shortcutkey.present.next',
@ -78,15 +74,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private var userResource:Array = ['bbb.shortcutkey.users.focusUsers', 'bbb.shortcutkey.users.makePresenter', 'bbb.shortcutkey.users.mute',
/*'bbb.shortcutkey.users.kick',*/ 'bbb.shortcutkey.users.muteall'];
private var pollResource:Array = ['bbb.shortcutkey.polling.focusTitle', 'bbb.shortcutkey.polling.focusQuestion', 'bbb.shortcutkey.polling.focusAnswers',
'bbb.shortcutkey.polling.focusMultipleCB', 'bbb.shortcutkey.polling.focusWebPollCB', 'bbb.shortcutkey.polling.previewClick',
'bbb.shortcutkey.polling.cancelClick', 'bbb.shortcutkey.polling.modify', 'bbb.shortcutkey.polling.publish',
'bbb.shortcutkey.polling.save', 'bbb.shortcutkey.pollStats.explanation', 'bbb.shortcutkey.polling.focusWebPoll',
'bbb.shortcutkey.polling.focusData', 'bbb.shortcutkey.polling.refresh', 'bbb.shortcutkey.polling.stopPoll',
'bbb.shortcutkey.polling.repostPoll', 'bbb.shortcutkey.polling.closeStatsWindow'];
private var pollVoteResource:Array = ['bbb.shortcutkey.polling.focusVoteQuestion', 'bbb.shortcutkey.polling.vote'];
[Bindable]
private var shownKeys:ArrayCollection;
@ -114,11 +101,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
if (ShortcutOptions.chatActive)
categoryAC.addItem(chatString);
if (ShortcutOptions.pollingActive){
categoryAC.addItem(pollString);
categoryAC.addItem(pollVoteString);
}
}
private function reloadKeys():void {
@ -126,8 +108,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
presKeys = loadKeys(presResource);
chatKeys = loadKeys(chatResource);
userKeys = loadKeys(userResource);
pollKeys = loadKeys(pollResource);
pollVoteKeys = loadKeys(pollVoteResource);
changeArray();
}
@ -154,12 +134,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
case categoryAC.getItemIndex(userString): //Users
shownKeys.addAll(userKeys);
break;
case categoryAC.getItemIndex(pollString): //Polling, Presenter
shownKeys.addAll(pollKeys);
break;
case categoryAC.getItemIndex(pollVoteString): //Polling, Viewer
shownKeys.addAll(pollVoteKeys);
break;
}
}
@ -277,8 +251,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<mx:String>{ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.presentation")}</mx:String>
<mx:String>{ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.chat")}</mx:String>
<mx:String>{ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.users")}</mx:String>
<mx:String>{ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.polling")}</mx:String>
<mx:String>{ResourceUtil.getInstance().getString("bbb.shortcuthelp.dropdown.polling2")}</mx:String>
-->
</mx:ArrayCollection>
</mx:ComboBox>

View File

@ -3,6 +3,9 @@
import com.asfusion.mate.events.Dispatcher;
import flash.external.ExternalInterface;
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.media.SoundTransform;
import org.as3commons.logging.api.ILogger;
import org.as3commons.logging.api.getClassLogger;
@ -46,7 +49,7 @@
private static const CONNECTING_TO_LISTEN_ONLY_STREAM:String = "CONNECTING_TO_LISTEN_ONLY_STREAM";
private static const ON_LISTEN_ONLY_STREAM:String = "ON_LISTEN_ONLY_STREAM";
private var state:String = INITED;
private var _state:String = INITED;
private var options:PhoneOptions;
private var echoTestDone:Boolean = false;
@ -61,6 +64,10 @@
private var usingFlash:Boolean = false;
[Embed(source="../sounds/LeftCall.mp3")]
private var noticeSoundClass:Class;
private var noticeSound:Sound = new noticeSoundClass() as Sound;
public function FlashCallManager() {
micNames = Media.getMicrophoneNames();
connectionManager = new ConnectionManager();
@ -75,6 +82,17 @@
connectionManager.setup(uid, UsersUtil.getMyUserID(), uname , UsersUtil.getInternalMeetingID(), options.uri);
}
private function get state():String {
return _state;
}
private function set state(s:String):void {
if (_state == IN_CONFERENCE && _state != s) { // when state changes from IN_CONFERENCE play sound
var tSC:SoundChannel = noticeSound.play(0, 0, new SoundTransform(0.25));
}
_state = s;
}
private function isWebRTCSupported():Boolean {
return (ExternalInterface.available && ExternalInterface.call("isWebRTCAvailable"));
}

View File

@ -1,10 +1,18 @@
package org.bigbluebutton.modules.phone.models
{
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.media.SoundTransform;
public class WebRTCModel
{
private var _state:String = Constants.INITED;
[Embed(source="../sounds/LeftCall.mp3")]
private var noticeSoundClass:Class;
private var noticeSound:Sound = new noticeSoundClass() as Sound;
public function WebRTCModel()
{
}
@ -14,6 +22,9 @@ package org.bigbluebutton.modules.phone.models
}
public function set state(s:String):void {
if (_state == Constants.IN_CONFERENCE && _state != s) { // when state changes from IN_CONFERENCE play sound
var tSC:SoundChannel = noticeSound.play(0, 0, new SoundTransform(0.25));
}
_state = s;
}

View File

@ -430,21 +430,11 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
}
private function disableSlideNavigationButtons(pageNumber:int):void {
if (pageNumber == 1) {
backButton.mouseEnabled = false;
backButton.styleName = "presentationBackButtonDisabledStyle";
} else {
backButton.mouseEnabled = true;
backButton.styleName = "presentationBackButtonStyle";
}
backButton.mouseEnabled = pageNumber != 1;
forwardButton.mouseEnabled = pageNumber < PresentationModel.getInstance().getNumberOfPages();
if (pageNumber < PresentationModel.getInstance().getNumberOfPages()) {
forwardButton.mouseEnabled = true;
forwardButton.styleName = "presentationForwardButtonStyle";
} else {
forwardButton.mouseEnabled = false;
forwardButton.styleName = "presentationForwardButtonDisabledStyle";
}
backButton.styleName = pageNumber != 1 ? "presentationBackButtonStyle" : "presentationBackButtonDisabledStyle";
forwardButton.styleName = pageNumber < PresentationModel.getInstance().getNumberOfPages() ? "presentationForwardButtonStyle" : "presentationForwardButtonDisabledStyle";
}
private function displaySlideNumber(currentSlide:int):void {
@ -726,19 +716,19 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
var numBtns:int = e.poll.answers.length;
var btnWidth:int = 100/numBtns;
for (var i:int=0, ti:int=slideView.tabIndex; i<numBtns; i++) {
voteBtn = new Button();
voteBtn = new Button();
voteBtn.percentWidth = btnWidth;
voteBtn.height = 70;
voteBtn.setStyle("fontSize", 14);
voteBtn.tabIndex = ++ti;
var localizedKey: String = ResourceUtil.getInstance().getString('bbb.polling.answer.'+e.poll.answers[i].key);
if (localizedKey == null || localizedKey == "" || localizedKey == "undefined") {
localizedKey = e.poll.answers[i].key;
}
voteBtn.label = localizedKey;
voteBtn.label = localizedKey;
voteBtn.name = e.poll.answers[i].id;
voteBtn.addEventListener(MouseEvent.CLICK, voteButtonClickHandler);
pollVoteBox.addChild(voteBtn);

View File

@ -35,16 +35,17 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<mx:Script>
<![CDATA[
import com.asfusion.mate.events.Dispatcher;
import org.bigbluebutton.common.Images;
import org.bigbluebutton.core.EventConstants;
import org.bigbluebutton.main.events.BBBEvent;
import org.bigbluebutton.core.UsersUtil;
import org.bigbluebutton.core.events.CoreEvent;
import org.bigbluebutton.core.events.VoiceConfEvent;
import org.bigbluebutton.core.UsersUtil;
import org.bigbluebutton.core.managers.UserManager;
import org.bigbluebutton.core.model.VideoProfile;
import org.bigbluebutton.core.vo.LockSettingsVO;
import org.bigbluebutton.main.events.BBBEvent;
import org.bigbluebutton.main.events.PresenterStatusEvent;
import org.bigbluebutton.main.model.users.BBBUser;
import org.bigbluebutton.modules.videoconf.model.VideoConfOptions;
@ -147,7 +148,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
}
private function hasPermissionToMute():Boolean {
return (_me || UsersUtil.amIModerator());
var me:BBBUser = UserManager.getInstance().getConference().getMyUser();
return (!me.disableMyMic && (_me || UsersUtil.amIModerator()));
}
private function onMuteBtnClick(event:MouseEvent):void {

View File

@ -92,7 +92,7 @@ package org.bigbluebutton.modules.whiteboard
case DrawObject.DRAW_UPDATE:
case DrawObject.DRAW_END:
if (_annotationsList.length > 0) {
var gobj:DrawObject = _annotationsList.pop();
var gobj:Object = _annotationsList.pop();
if (gobj.id == o.id) {
// LogUtil.debug("Removing shape [" + gobj.id + "]");
wbCanvas.removeGraphic(gobj as DisplayObject);

View File

@ -1545,21 +1545,15 @@ if [ -n "$HOST" ]; then
change_yml_value /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml $redis_host playback_host $HOST
fi
echo -n "Assigning $HOST for playback of recordings: "
TYPES=$(cd /usr/local/bigbluebutton/core/scripts/process; ls *.rb | sed s/.rb//g)
BASE=/var/bigbluebutton/recording
for type in $TYPES; do
for metadata in $(find $BASE/publish/$type -name metadata.xml); do
echo -n "."
sed -i "/<link>/{s/http:\/\/\([^\"\/]*\)\/playback\/$type\([^<]\)/http:\/\/$HOST\/playback\/$type\2/g}" $metadata
done
echo -n "Assigning $HOST for playback of recordings: "
for metadata in $(find /var/bigbluebutton/published -name metadata.xml); do
echo -n "."
sed -i "/<link>/{s/http:\/\/\([^\"\/]*\)\/playback\/$type\([^<]\)/http:\/\/$HOST\/playback\/$type\2/g}" $metadata
done
for type in $TYPES; do
for metadata in $(find /var/bigbluebutton/published/$type -name metadata.xml); do
echo -n "."
sed -i "/<link>/{s/http:\/\/\([^\"\/]*\)\/playback\/$type\([^<]\)/http:\/\/$HOST\/playback\/$type\2/g}" $metadata
done
for metadata in $(find /var/bigbluebutton/unpublished -name metadata.xml); do
echo -n "."
sed -i "/<link>/{s/http:\/\/\([^\"\/]*\)\/playback\/$type\([^<]\)/http:\/\/$HOST\/playback\/$type\2/g}" $metadata
done
echo

View File

@ -24,37 +24,44 @@ test -x /var/bigbluebutton || exit 0
# How N days back to keep files
#
history=5
unrecorded_days=14
published_days=14
#
# Delete presentations older than N days
#
find /var/bigbluebutton/ -maxdepth 1 -type d -name "*-*" -mtime +$history -exec rm -rf '{}' \;
find /var/bigbluebutton/ -maxdepth 1 -type d -name "*-*" -mtime +$history -exec rm -rf '{}' +
#
# Delete webcam streams in red5 older than N days
#
find /usr/share/red5/webapps/video/streams/ -name "*.flv" -mtime +$history -exec rm '{}' \;
find /usr/share/red5/webapps/video/streams/ -name "*.flv" -mtime +$history -exec rm '{}' +
#
# Delete desktop sharing streams in red5 older than N days
#
find /var/bigbluebutton/deskshare/ -name "*.flv" -mtime +$history -exec rm '{}' \;
find /var/bigbluebutton/deskshare/ -name "*.flv" -mtime +$history -exec rm '{}' +
#
# Delete FreeSWITCH wav recordings older than N days
#
find /var/freeswitch/meetings/ -name "*.wav" -mtime +$history -exec rm '{}' \;
find /var/freeswitch/meetings/ -name "*.wav" -mtime +$history -exec rm '{}' +
#
# Delete FreeSWITCH log files and CDR
#
find /opt/freeswitch/log/ -name "*.xml" -type f -mtime +$history -exec rm '{}' +
#
# Delete raw files of recordings without recording marks older than N days
#
remove_raw_of_recordings_without_marks() {
logger "Removing old raw directory of recordings without marks"
find /var/bigbluebutton/recording/status -name '*.norecord' -mtime +$history | while read archived_norecord; do
recording_id=${archived_norecord%.norecord}
recording_id=${recording_id##*/}
bbb-record --delete $recording_id 2>&1 | logger
done
logger "Removing old raw directory of recordings without marks"
find /var/bigbluebutton/recording/status -name '*.norecord' -mtime +$unrecorded_days | while read archived_norecord; do
recording_id=${archived_norecord%.norecord}
recording_id=${recording_id##*/}
bbb-record --delete $recording_id 2>&1 | logger
done
}
# Enabled by default; comment to disable.
@ -68,8 +75,7 @@ remove_raw_of_published_recordings(){
#TYPES=$(cd /usr/local/bigbluebutton/core/scripts/process; ls *.rb | sed s/.rb//g)
logger "Removing raw directory of old recordings:"
TYPES="presentation"
MIN_DAYS=10
old_meetings=$(find /var/bigbluebutton/recording/raw/*/events.xml -mtime +$MIN_DAYS | cut -d"/" -f6 )
old_meetings=$(find /var/bigbluebutton/recording/raw/*/events.xml -mtime +$published_days | cut -d"/" -f6 )
for meeting in $old_meetings
do
PROPERLY_PUBLISHED="true"
@ -88,7 +94,7 @@ remove_raw_of_published_recordings(){
else
logger "$meeting was not properly published in [ $FAILED_TYPES ]"
fi
done
done
}
#remove_raw_of_published_recordings
@ -96,6 +102,6 @@ remove_raw_of_published_recordings(){
#
# Remove old *.afm and *.pfb files from /tmp directory (these were created by Ghostscript)
#
find /tmp -name "*.afm" -mtime +10 -exec rm '{}' \;
find /tmp -name "*.pfb" -mtime +10 -exec rm '{}' \;
find /tmp -name "*.afm" -mtime +$history -delete
find /tmp -name "*.pfb" -mtime +$history -delete

View File

@ -28,4 +28,7 @@ maibaum:foundation-icons
chriswessels:hammer@3.1.1
fastclick
standard-minifiers
gthacoder:meteor-sled@0.0.1
cfs:power-queue
cfs:reactive-list
cfs:micro-queue
reactive-var

View File

@ -16,6 +16,10 @@ caching-compiler@1.0.0
caching-html-compiler@1.0.2
callback-hook@1.0.4
cfs:http-methods@0.0.30
cfs:micro-queue@0.0.6
cfs:power-queue@0.9.11
cfs:reactive-list@0.0.9
cfs:reactive-property@0.0.4
check@1.0.6
chriswessels:hammer@3.1.1
clinical:nightwatch@2.0.1
@ -34,7 +38,6 @@ ewall:foundation@5.5.2
fastclick@1.0.7
francocatena:status@1.4.0
geojson-utils@1.0.4
gthacoder:meteor-sled@0.0.1
html-tools@1.0.5
htmljs@1.0.5
http@1.1.1
@ -92,7 +95,6 @@ spacebars@1.0.7
spacebars-compiler@1.0.7
standard-app-packages@1.0.6
standard-minifiers@1.0.1
stevezhu:sass@2.0.0
tap:i18n@1.6.1
templating@1.1.4
templating-tools@1.0.0

View File

@ -46,6 +46,10 @@ Handlebars.registerHelper "amIInAudio", ->
Handlebars.registerHelper "amIListenOnlyAudio", ->
BBB.amIListenOnlyAudio()
# helper to determine whether the user is in the listen only audio stream
Handlebars.registerHelper "isMyMicLocked", ->
BBB.isMyMicLocked()
Handlebars.registerHelper "colourToHex", (value) =>
@window.colourToHex(value)
@ -56,9 +60,7 @@ Handlebars.registerHelper "getCurrentMeeting", ->
Meteor.Meetings.findOne()
Handlebars.registerHelper "getCurrentSlide", ->
currentPresentation = Meteor.Presentations.findOne({"presentation.current": true})
presentationId = currentPresentation?.presentation?.id
Meteor.Slides.find({"presentationId": presentationId, "slide.current": true})
getCurrentSlideDoc()
# Allow access through all templates
Handlebars.registerHelper "getInSession", (k) -> SessionAmplify.get k
@ -273,10 +275,10 @@ Handlebars.registerHelper "getPollQuestions", ->
BBB.toggleMyMic()
@toggleUsersList = ->
if $('.sl-left-drawer').hasClass('hiddenInLandscape')
$('.sl-left-drawer').removeClass('hiddenInLandscape')
if $('.userlistMenu').hasClass('hiddenInLandscape')
$('.userlistMenu').removeClass('hiddenInLandscape')
else
$('.sl-left-drawer').addClass('hiddenInLandscape')
$('.userlistMenu').addClass('hiddenInLandscape')
setTimeout(scaleWhiteboard, 0)
@populateNotifications = (msg) ->
@ -330,10 +332,11 @@ Handlebars.registerHelper "getPollQuestions", ->
$('.shield').removeClass('animatedShield')
@removeFullscreenStyles = ->
$('#whiteboard-paper').removeClass('verticallyCentered')
$('#whiteboard-paper').removeClass('vertically-centered')
$('#chat').removeClass('invisible')
$('#users').removeClass('invisible')
$('#navbar').removeClass('invisible')
$('.FABTriggerButton').removeClass('invisible')
$('.fullscreenButton').removeClass('exitFullscreenButton')
$('.fullscreenButton').addClass('whiteboardFullscreenButton')
$('.fullscreenButton i').removeClass('ion-arrow-shrink')
@ -354,11 +357,12 @@ Handlebars.registerHelper "getPollQuestions", ->
$('#chat').addClass('invisible')
$('#users').addClass('invisible')
$('#navbar').addClass('invisible')
$('.FABTriggerButton').addClass('invisible')
$('.fullscreenButton').removeClass('whiteboardFullscreenButton')
$('.fullscreenButton').addClass('exitFullscreenButton')
$('.fullscreenButton i').removeClass('ion-arrow-expand')
$('.fullscreenButton i').addClass('ion-arrow-shrink')
$('#whiteboard-paper').addClass('verticallyCentered')
$('#whiteboard-paper').addClass('vertically-centered')
$('#whiteboard').bind 'webkitfullscreenchange', (e) ->
if document.webkitFullscreenElement is null
$('#whiteboard').unbind('webkitfullscreenchange')
@ -373,12 +377,12 @@ Handlebars.registerHelper "getPollQuestions", ->
scaleWhiteboard()
@closeMenus = ->
if $('.sl-left-drawer').hasClass('sl-left-drawer-out')
toggleLeftDrawer()
toggleLeftArrowClockwise()
else if $('.sl-right-drawer').hasClass('sl-right-drawer-out')
toggleRightDrawer()
toggleRightArrowClockwise()
if $('.userlistMenu').hasClass('menuOut')
toggleUserlistMenu()
toggleLeftHamburderIcon()
else if $('.settingsMenu').hasClass('menuOut')
toggleSettingsMenu()
toggleRightHamburderIcon()
# Periodically check the status of the WebRTC call, when a call has been established attempt to hangup,
# retry if a call is in progress, send the leave voice conference message to BBB
@ -451,7 +455,6 @@ Handlebars.registerHelper "getPollQuestions", ->
amplify.store('messageFontSize', null)
amplify.store('tabsRenderedTime', null)
amplify.store('userId', null)
amplify.store('userName', null)
amplify.store('display_menu', null)
if callback?
callback()
@ -565,6 +568,12 @@ Handlebars.registerHelper "getPollQuestions", ->
@isPhone = () ->
isLandscapePhone() or isPortraitPhone()
# The webpage orientation is now landscape
@orientationBecameLandscape = ->
adjustChatInputHeight()
# The webpage orientation is now portrait
@orientationBecamePortrait = ->
adjustChatInputHeight()
# Checks if only one panel (userlist/whiteboard/chatbar) is currently open
@isOnlyOnePanelOpen = () ->
#(getInSession "display_usersList" ? 1 : 0) + (getInSession "display_whiteboard" ? 1 : 0) + (getInSession "display_chatbar" ? 1 : 0) is 1
@ -583,21 +592,73 @@ Handlebars.registerHelper "getPollQuestions", ->
else
return null
@scrollChatDown = () ->
$('#chatbody').scrollTop($('#chatbody')[0]?.scrollHeight)
# changes the height of the chat input area if needed (based on the textarea content)
@adjustChatInputHeight = () ->
$('#newMessageInput').css('height', 'auto')
projectedHeight = $('#newMessageInput')[0].scrollHeight + 23
if projectedHeight isnt $('.panel-footer').height() and
projectedHeight >= getInSession('chatInputMinHeight')
$('#newMessageInput').css('overflow', 'hidden') # prevents a scroll bar
if isLandscape()
$('#newMessageInput').css('height', 'auto')
projectedHeight = $('#newMessageInput')[0].scrollHeight + 23
if projectedHeight isnt $('.panel-footer').height() and
projectedHeight >= getInSession('chatInputMinHeight')
$('#newMessageInput').css('overflow', 'hidden') # prevents a scroll bar
# resizes the chat input area
$('.panel-footer').css('top', - (projectedHeight - 70) + 'px')
$('.panel-footer').css('height', projectedHeight + 'px')
# resizes the chat input area
$('.panel-footer').css('top', - (projectedHeight - 70) + 'px')
$('.panel-footer').css('height', projectedHeight + 'px')
$('#newMessageInput').height($('#newMessageInput')[0].scrollHeight)
$('#newMessageInput').height($('#newMessageInput')[0].scrollHeight)
# resizes the chat messages container
$('#chatbody').height($('#chat').height() - projectedHeight - 45)
$('#chatbody').scrollTop($('#chatbody')[0]?.scrollHeight)
$('#newMessageInput').css('height', '')
# resizes the chat messages container
$('#chatbody').height($('#chat').height() - projectedHeight - 45)
$('#chatbody').scrollTop($('#chatbody')[0]?.scrollHeight)
$('#newMessageInput').css('height', '')
else if isPortrait()
$('.panel-footer').attr('style','')
$('#chatbody').attr('style','')
$('#newMessageInput').attr('style','')
@toggleEmojisFAB = () ->
if $('.FABContainer').hasClass('openedFAB')
$('.FABContainer > button:nth-child(2)').css('opacity', $('.FABContainer > button:nth-child(2)').css('opacity'))
$('.FABContainer > button:nth-child(3)').css('opacity', $('.FABContainer > button:nth-child(3)').css('opacity'))
$('.FABContainer > button:nth-child(4)').css('opacity', $('.FABContainer > button:nth-child(4)').css('opacity'))
$('.FABContainer > button:nth-child(5)').css('opacity', $('.FABContainer > button:nth-child(5)').css('opacity'))
$('.FABContainer > button:nth-child(6)').css('opacity', $('.FABContainer > button:nth-child(6)').css('opacity'))
$('.FABContainer > button:nth-child(7)').css('opacity', $('.FABContainer > button:nth-child(7)').css('opacity'))
$('.FABContainer').removeClass('openedFAB')
$('.FABContainer').addClass('closedFAB')
else
$('.FABContainer > button:nth-child(2)').css('opacity', $('.FABContainer > button:nth-child(2)').css('opacity'))
$('.FABContainer > button:nth-child(3)').css('opacity', $('.FABContainer > button:nth-child(3)').css('opacity'))
$('.FABContainer > button:nth-child(4)').css('opacity', $('.FABContainer > button:nth-child(4)').css('opacity'))
$('.FABContainer > button:nth-child(5)').css('opacity', $('.FABContainer > button:nth-child(5)').css('opacity'))
$('.FABContainer > button:nth-child(6)').css('opacity', $('.FABContainer > button:nth-child(6)').css('opacity'))
$('.FABContainer > button:nth-child(7)').css('opacity', $('.FABContainer > button:nth-child(7)').css('opacity'))
$('.FABContainer').removeClass('closedFAB')
$('.FABContainer').addClass('openedFAB')
@toggleLeftHamburderIcon = () ->
if $('.leftHamburgerButton').hasClass('hamburgerToggledOn')
$('.leftHamburgerButton').removeClass('hamburgerToggledOn')
else
$('.leftHamburgerButton').addClass('hamburgerToggledOn')
@toggleRightHamburderIcon = () ->
if $('.rightHamburgerButton').hasClass('hamburgerToggledOn')
$('.rightHamburgerButton').removeClass('hamburgerToggledOn')
else
$('.rightHamburgerButton').addClass('hamburgerToggledOn')
@toggleUserlistMenu = () ->
if $('.userlistMenu').hasClass('menuOut')
$('.userlistMenu').removeClass('menuOut')
else
$('.userlistMenu').addClass('menuOut')
@toggleSettingsMenu = () ->
if $('.settingsMenu').hasClass('menuOut')
$('.settingsMenu').removeClass('menuOut')
else
$('.settingsMenu').addClass('menuOut')

View File

@ -222,17 +222,7 @@ https://github.com/bigbluebutton/bigbluebutton/blob/master/bigbluebutton-client/
BBB.getMyUserName = (callback) ->
name = getInSession "userName" # check if we actually have one in the session
if name?
name # great return it, no database query
else # we need it from the database
user = BBB.getCurrentUser()
if user?
name = BBB.getUserName(user.userId)
setInSession "userName", name # store in session for fast access next time
name
BBB.getUserName(BBB.getCurrentUser()?.userId)
BBB.getMyVoiceBridge = (callback) ->
res = Meteor.Meetings.findOne({}).voiceConf

View File

@ -16,7 +16,7 @@ Meteor.startup ->
loadLib('bbblogger.js')
@SessionAmplify = _.extend({}, Session,
keys: _.object(_.map(amplify.store(), (value, key) ->
keys: _.object(_.map(amplify.store.sessionStorage(), (value, key) ->
[
key
JSON.stringify(value)
@ -24,7 +24,7 @@ Meteor.startup ->
))
set: (key, value) ->
Session.set.apply this, arguments
amplify.store key, value
amplify.store.sessionStorage key, value
return
)
#
@ -56,22 +56,22 @@ Template.header.events
if isLandscape() or isLandscapeMobile()
toggleUsersList()
else
if $('.sl-right-drawer').hasClass('sl-right-drawer-out')
toggleRightDrawer()
toggleRightArrowClockwise()
if $('.settingsMenu').hasClass('menuOut')
toggleSettingsMenu()
toggleRightHamburderIcon()
else
toggleShield()
toggleLeftDrawer()
toggleLeftArrowClockwise()
toggleUserlistMenu()
toggleLeftHamburderIcon()
"click .toggleMenuButton": (event) ->
if $('.sl-left-drawer').hasClass('sl-left-drawer-out')
toggleLeftDrawer()
toggleLeftArrowClockwise()
if $('.userlistMenu').hasClass('menuOut')
toggleUserlistMenu()
toggleLeftHamburderIcon()
else
toggleShield()
toggleRightDrawer()
toggleRightArrowClockwise()
toggleSettingsMenu()
toggleRightHamburderIcon()
"click .btn": (event) ->
$(".ui-tooltip").hide()
@ -79,8 +79,8 @@ Template.header.events
Template.menu.events
'click .slideButton': (event) ->
toggleShield()
toggleRightDrawer()
toggleRightArrowClockwise()
toggleSettingsMenu()
toggleRightHamburderIcon()
$('.slideButton').blur()
'click .toggleChatButton': (event) ->
@ -119,8 +119,18 @@ Template.main.rendered = ->
of: '.signOutIcon'
)
# keep track of the last orientation
lastOrientationWasLandscape = isLandscape()
$(window).resize( ->
$('#dialog').dialog('close')
# when the orientation switches call the handler
if isLandscape() and not lastOrientationWasLandscape
orientationBecameLandscape()
lastOrientationWasLandscape = true
else if isPortrait() and lastOrientationWasLandscape
orientationBecamePortrait()
lastOrientationWasLandscape = false
)
$('#shield').click () ->
@ -136,7 +146,6 @@ Template.main.events
closeMenus()
'click .settingsIcon': (event) ->
setInSession("tempFontSize", getInSession("messageFontSize"))
$("#settingsModal").foundation('reveal', 'open');
'click .signOutIcon': (event) ->
@ -181,16 +190,16 @@ Template.main.gestures
if parseInt($('.left-drawer').css('transform').split(',')[4]) < leftDrawerWidth / 2
$('.shield').removeClass('animatedShield')
$('.shield').css('opacity', '')
$('.left-drawer').removeClass('sl-left-drawer-out')
$('.left-drawer').removeClass('menuOut')
$('.left-drawer').css('transform', '')
$('.toggleUserlistButton').removeClass('sl-toggled-on')
$('.toggleUserlistButton').removeClass('hamburgerToggledOn')
$('.shield').removeClass('darken') # in case it was opened by clicking a button
else
$('.left-drawer').css('transform', 'translateX(' + leftDrawerWidth + 'px)')
$('.shield').css('opacity', 0.5)
$('.left-drawer').addClass('sl-left-drawer-out')
$('.left-drawer').addClass('menuOut')
$('.left-drawer').css('transform', '')
$('.toggleUserlistButton').addClass('sl-toggled-on')
$('.toggleUserlistButton').addClass('hamburgerToggledOn')
if panIsValid and
menuPanned is 'right' and
@ -200,24 +209,22 @@ Template.main.gestures
$('.shield').removeClass('animatedShield')
$('.shield').css('opacity', '')
$('.right-drawer').css('transform', 'translateX(' + screenWidth + 'px)')
$('.right-drawer').removeClass('sl-right-drawer-out')
$('.right-drawer').removeClass('menuOut')
$('.right-drawer').css('transform', '')
$('.toggleMenuButton').removeClass('sl-toggled-on')
$('.toggleMenuButton').removeClass('hamburgerToggledOn')
$('.shield').removeClass('darken') # in case it was opened by clicking a button
else
$('.shield').css('opacity', 0.5)
$('.right-drawer').css('transform', 'translateX(' + (screenWidth - $('.right-drawer').width()) + 'px)')
$('.right-drawer').addClass('sl-right-drawer-out')
$('.right-drawer').addClass('menuOut')
$('.right-drawer').css('transform', '')
$('.toggleMenuButton').addClass('sl-toggled-on')
$('.toggleMenuButton').addClass('hamburgerToggledOn')
$('.left-drawer').addClass('sl-left-drawer')
$('.sl-left-drawer').removeClass('left-drawer')
$('.sl-left-drawer').addClass('sl-left-drawer-content-delay')
$('.left-drawer').addClass('userlistMenu')
$('.userlistMenu').removeClass('left-drawer')
$('.right-drawer').addClass('sl-right-drawer')
$('.sl-right-drawer').removeClass('right-drawer')
$('.sl-right-drawer').addClass('sl-right-drawer-content-delay')
$('.right-drawer').addClass('settingsMenu')
$('.settingsMenu').removeClass('right-drawer')
'panright #container, panleft #container': (event, template) ->
if isPortraitMobile() and isPanHorizontal(event)
@ -255,26 +262,24 @@ Template.main.gestures
setInSession 'eventType', event.type
if getInSession('menuPanned') is 'left'
if $('.sl-left-drawer').css('transform') isnt 'none' # menu is already transformed
setInSession 'initTransform', parseInt($('.sl-left-drawer').css('transform').split(',')[4]) # translateX value
else if $('.sl-left-drawer').hasClass('sl-left-drawer-out')
setInSession 'initTransform', $('.sl-left-drawer').width()
if $('.userlistMenu').css('transform') isnt 'none' # menu is already transformed
setInSession 'initTransform', parseInt($('.userlistMenu').css('transform').split(',')[4]) # translateX value
else if $('.userlistMenu').hasClass('menuOut')
setInSession 'initTransform', $('.userlistMenu').width()
else
setInSession 'initTransform', 0
$('.sl-left-drawer').addClass('left-drawer')
$('.left-drawer').removeClass('sl-left-drawer') # to prevent animations from Sled library
$('.left-drawer').removeClass('sl-left-drawer-content-delay') # makes the menu content movable too
$('.userlistMenu').addClass('left-drawer')
$('.left-drawer').removeClass('userlistMenu') # to prevent animations from Sled library
else if getInSession('menuPanned') is 'right'
if $('.sl-right-drawer').css('transform') isnt 'none' # menu is already transformed
setInSession 'initTransform', parseInt($('.sl-right-drawer').css('transform').split(',')[4]) # translateX value
else if $('.sl-right-drawer').hasClass('sl-right-drawer-out')
setInSession 'initTransform', $('.sl-right-drawer').width()
if $('.settingsMenu').css('transform') isnt 'none' # menu is already transformed
setInSession 'initTransform', parseInt($('.settingsMenu').css('transform').split(',')[4]) # translateX value
else if $('.settingsMenu').hasClass('menuOut')
setInSession 'initTransform', $('.settingsMenu').width()
else
setInSession 'initTransform', 0
$('.sl-right-drawer').addClass('right-drawer')
$('.right-drawer').removeClass('sl-right-drawer') # to prevent animations from Sled library
$('.right-drawer').removeClass('sl-right-drawer-content-delay') # makes the menu content movable too
$('.settingsMenu').addClass('right-drawer')
$('.right-drawer').removeClass('settingsMenu') # to prevent animations from Sled library
initTransformValue = getInSession('initTransform')
panIsValid = getInSession('panIsValid')
@ -289,9 +294,9 @@ Template.main.gestures
initTransformValue + event.deltaX >= 0 and
initTransformValue + event.deltaX <= leftDrawerWidth
if $('.sl-right-drawer').hasClass('sl-right-drawer-out')
toggleRightDrawer()
toggleRightArrowClockwise()
if $('.settingsMenu').hasClass('menuOut')
toggleSettingsMenu()
toggleRightHamburderIcon()
$('.left-drawer').css('transform', 'translateX(' + (initTransformValue + event.deltaX) + 'px)')
@ -306,9 +311,9 @@ Template.main.gestures
initTransformValue + event.deltaX >= screenWidth - rightDrawerWidth and
initTransformValue + event.deltaX <= screenWidth
if $('.sl-left-drawer').hasClass('sl-left-drawer-out')
toggleLeftDrawer()
toggleLeftArrowClockwise()
if $('.userlistMenu').hasClass('menuOut')
toggleUserlistMenu()
toggleLeftHamburderIcon()
$('.right-drawer').css('transform', 'translateX(' + (initTransformValue + event.deltaX) + 'px)')

View File

@ -1,6 +1,6 @@
<template name="header">
<nav id="navbar" class="myNavbar top-bar" role="navigation">
{{> makeButton btn_class="btn toggleUserlistButton navbarButton sl-hamburger sl-ham-la-cw sl-portrait-mobile sl-portrait-keyboard" rel="tooltip" title="Toggle Userlist" span=true notification="all_chats"}}
{{> makeButton btn_class="btn toggleUserlistButton navbarButton leftHamburgerButton" rel="tooltip" title="Toggle Userlist" span=true notification="all_chats"}}
{{#if amIInAudio}}
<div class="audioNavbarSection">
@ -37,7 +37,7 @@
{{> makeButton id="logout" btn_class="signOutIcon navbarButton" i_class="ion-log-out" rel="tooltip"
title="Logout"}}
</div>
{{> makeButton btn_class="btn toggleMenuButton navbarButton sl-hamburger sl-ham-ra-cw sl-portrait-mobile sl-portrait-keyboard" rel="tooltip" title="Toggle Menu" span=true}}
{{> makeButton btn_class="btn toggleMenuButton navbarButton rightHamburgerButton" rel="tooltip" title="Toggle Menu" span=true}}
</nav>
</template>
@ -50,10 +50,10 @@
{{#if isDisconnected}}
{{>status}}
{{else}}
<div class="sl-left-drawer sl-left-drawer-content-delay sl-portrait-mobile sl-portrait-keyboard">
<div class="userlistMenu">
{{> usersList id="users" name="usersList"}}
</div>
<div class="sl-right-drawer sl-portrait-mobile sl-portrait-keyboard">
<div class="settingsMenu">
<div class="titleArea"></div>
{{> menu id="menu"}}
</div>
@ -92,3 +92,59 @@
{{> makeButton btn_class="slideButton signOutIcon" i_class="ion-log-out" label="Log out"}}
</div>
</template>
<template name="loading">
<div id="floatingCirclesG">
<div class="f_circleG" id="frotateG_01"></div>
<div class="f_circleG" id="frotateG_02"></div>
<div class="f_circleG" id="frotateG_03"></div>
<div class="f_circleG" id="frotateG_04"></div>
<div class="f_circleG" id="frotateG_05"></div>
<div class="f_circleG" id="frotateG_06"></div>
<div class="f_circleG" id="frotateG_07"></div>
<div class="f_circleG" id="frotateG_08"></div>
</div>
</template>
<template name="icon">
<svg width="{{size}}" height="{{size}}" viewBox="0 0 50 50">
{{#if equals name "happy-face"}}
<circle cx="25" cy="25" r="14" stroke="white" stroke-width="3" fill="transparent"/>
<circle cx="19" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<circle cx="31" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<path d="m18 30 C 21 33, 29 33, 32 30" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none" />
{{else}}
{{#if equals name "neutral-face"}}
<circle cx="25" cy="25" r="14" stroke="white" stroke-width="3" fill="transparent"/>
<circle cx="19" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<circle cx="31" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<path d="m18 30 l 14 0" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
{{else}}
{{#if equals name "confused-face"}}
<circle cx="25" cy="25" r="14" stroke="white" stroke-width="3" fill="transparent"/>
<circle cx="19" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<circle cx="31" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<path d="M18 30 C 20 28, 22 28, 25 30 S 30 32, 32 30" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
{{else}}
{{#if equals name "sad-face"}}
<circle cx="25" cy="25" r="14" stroke="white" stroke-width="3" fill="transparent"/>
<circle cx="19" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<circle cx="31" cy="22" r="1" stroke="white" stroke-width="2" fill="white"/>
<path d="m18 30 C 21 27, 29 27, 32 30" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none" />
{{else}}
{{#if equals name "clock"}}
<circle cx="25" cy="25" r="14" stroke="white" stroke-width="3" fill="transparent"/>
<path d="m25 25 l 0 -8" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="m25 25 l 5 5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
{{else}}
{{#if equals name "plus"}}
<path d="m25 18 l 0 14" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="m18 25 l 14 0" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
</svg>
</template>

View File

@ -86,7 +86,6 @@
li {
margin: 0px;
padding: 15px;
word-wrap: break-word;
// &:nth-child(even) {
// background-color: rgb(245,245,245);
// }
@ -95,6 +94,8 @@
}
}
}
word-wrap: break-word;
}
.chatBodyContainer {
@media @desktop-portrait, @landscape {
@ -110,6 +111,9 @@
}
}
#chatbody {
// text will not be hidden as it won't exceed the container boundaries,
// but the element will still be given horizontal scroll bars
overflow-x: hidden;
@media @desktop-portrait, @landscape {
order: 2;
-webkit-order: 2;
@ -145,7 +149,7 @@
#fontSizeTable {
border: 1px solid white;
height: 80px;
height: @settingsSectionHeight;
margin-bottom: 0px;
overflow: hidden;
@media @phone-portrait-with-keyboard, @phone-portrait {
@ -158,7 +162,9 @@
width: calc(~'100% - 70px');
}
#displayLabel {
height: @fontSizeControlMaxHeight;
padding: 0;
width: @fontSizeControlMaxWidth;
}
tr {
td {
@ -223,7 +229,7 @@
}
@media @desktop-portrait {
font-size: 25px;
height: 60px; /* same height as send button */
height: @chatControlsHeight;
}
}
@ -240,7 +246,7 @@
color: extract(@white, 1);
background-color: #3896D3;
font-weight: bold;
height: 50px;
height: @chatControlsHeight;
margin: 0px;
border: 1px solid extract(@lightGrey, 3);
@media @desktop-portrait {

View File

@ -10,9 +10,3 @@
background: -webkit-linear-gradient(@color1, @color2); /* For Safari 5.1 to 6.0 */
background: linear-gradient(@color1, @color2); /* Standard syntax (must be last) */
}
.vertically-centered {
position: relative;
top: 50%;
transform: translateY(-50%);
}

View File

@ -76,37 +76,9 @@
height: 55px;
}
border-bottom: 1px solid grey;
p:first-child {
p {
text-align: center;
}
p:nth-child(2) {
float: right;
text-align: right;
.closeSettings {
@media @desktop-portrait, @desktop-landscape {
font-size: 30px;
}
@media @phone-landscape {
font-size: 30px;
top: 2px;
right: 10px;
}
@media @tablet-landscape {
font-size: 33px;
right: 15px;
}
@media @phone-portrait-with-keyboard, @phone-portrait {
font-size: 45px;
top: 2px;
right: 10px;
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
font-size: 350%;
top: 0;
right: 20px;
}
}
}
}
.bottomBar {
border-top: 1px solid grey;
@ -126,29 +98,6 @@
@media @desktop-portrait, @desktop-landscape {
height: 55px;
}
.closeSettings {
@media @desktop-portrait, @desktop-landscape {
font-size: 16px;
}
@media @phone-landscape {
font-size: 16px;
margin-right: 10px;
}
@media @tablet-landscape {
font-size: 20px;
margin-right: 5px;
}
@media @phone-portrait-with-keyboard, @phone-portrait {
font-size: 25px;
margin-right: 5px; // margin between the Cancel and Save buttons
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
font-size: 30px;
margin-right: 10px; // margin between the Cancel and Save buttons
}
position: inherit;
}
}
.settingsBody {
padding-top: 1px;
@ -221,9 +170,13 @@
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
width: calc(~'100% - 20px');
padding: 0px;
width: calc(~'100% - 20px');
#audioButtonContainer {
height: @settingsSectionHeight;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
height: 30%;
.settingsButton {
@ -252,15 +205,15 @@
}
}
}
#saveSettings {
#closeSettings {
border-radius: 3px;
padding: 5px 10px 5px 10px;
@media @desktop-portrait, @desktop-landscape {
margin-top: 5px;
font-size: 16px;
width: 80px;
height: 35px;
margin-bottom: 0px; // overrides the value from Foundation
}
@media @phone-landscape {
font-size: 20px;

View File

@ -7,6 +7,10 @@ body {
color: extract(@darkGrey, 1);
left: 0;
right: 0;
// makes text selectable in Chrome (overrides inline style)
-webkit-user-select: all !important;
@media @landscape {
height: 100%;
position: absolute;
@ -36,7 +40,7 @@ body {
}
@media @mobile-portrait {
.sl-toggled-on .unreadChat {
.hamburgerToggledOn .unreadChat {
display: none;
}
}
@ -86,7 +90,7 @@ body {
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
.linear-gradient(rgb(72,76,85), rgb(65,68,77));
background-color: white;
}
.btn {
@ -373,7 +377,6 @@ body {
height: 100%;
background-color: black;
opacity: 0;
z-index: 1;
cursor: pointer;
@media @landscape, @desktop-portrait {
top: 50px;
@ -409,18 +412,26 @@ body {
}
.slideButton {
padding: 0px !important;
line-height: 50px !important;
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
display: block;
margin-left: auto;
margin-right: auto;
width: 90%;
width: 100%;
background-color: transparent;
color: white;
border-bottom: 2px solid extract(@lightGrey, 4);
color: #788897;
border-bottom: 1px solid extract(@lightGrey, 5);
margin-top: 0;
margin-bottom: 0;
&:hover {
background-color: extract(@lightGrey, 1);
span{
color: #3B97D3;
}
}
i{
margin-left: 5%;
color: #3B97D3;
}
i, span {
float: left;
@ -460,9 +471,9 @@ body {
.titleArea {
width: 100%;
background-color: white;
@media @mobile-portrait-with-keyboard, @mobile-portrait {
height: 50px;
.linear-gradient(rgb(72,76,85), rgb(65,68,77));
}
@media @desktop-portrait {
height: 50px;
@ -605,10 +616,9 @@ body {
}
#menu {
width: 85%;
height: 100%;
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
.linear-gradient(rgb(65,68,77), rgb(58,60,69));
background-color: white;
}
@media @landscape {
display: none;
@ -731,41 +741,35 @@ body {
.btn {
@media @mobile-portrait-with-keyboard, @mobile-portrait {
padding-left: 10px;
padding-right: 10px;
padding: 0px;
line-height: 50px;
}
}
.verticallyCentered {
position: relative;
top: 50%;
transform: translateY(-50%);
}
/* Sliding Menu */
@media @desktop-portrait {
.sl-left-drawer {
.userlistMenu {
z-index: 1000;
position: fixed;
left: -400px;
width: 400px !important; // overrides any width value set manually in landscape
&.sl-left-drawer-out {
&.menuOut {
left: 0px;
}
}
.sl-right-drawer {
.settingsMenu {
z-index: 1000;
position: fixed;
right: -400px;
width: 400px;
&.sl-right-drawer-out {
&.menuOut {
right: 0px;
}
}
}
.sl-left-drawer {
.userlistMenu {
height: 100%;
@media @tablet-landscape {
width: 200px;
@ -776,11 +780,94 @@ body {
@media @desktop-landscape {
width: 300px;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
@userListMenuPortaitWidth: (2/3 * 100vw);
z-index: 1000;
position: fixed;
left: -@userListMenuPortaitWidth;
width: @userListMenuPortaitWidth;
transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
-webkit-transition: transform 0.3s linear;
-ms-transition: transform 0.3s linear;
-o-transition: transform 0.3s linear;
.userItem {
transition: transform 0.7s;
-moz-transition: -moz-transform 0.7s;
-webkit-transition: -webkit-transform 0.7s;
-o-transition: -o-transform 0.7s;
transform: translateX(-@userListMenuPortaitWidth);
-moz-transform: translateX(-@userListMenuPortaitWidth);
-webkit-transform: translateX(-@userListMenuPortaitWidth);
-ms-transform: translateX(-@userListMenuPortaitWidth);
-o-transform: translateX(-@userListMenuPortaitWidth);
}
&.menuOut {
transform: translateX(@userListMenuPortaitWidth);
-moz-transform: translateX(@userListMenuPortaitWidth);
-webkit-transform: translateX(@userListMenuPortaitWidth);
-ms-transform: translateX(@userListMenuPortaitWidth);
-o-transform: translateX(@userListMenuPortaitWidth);
.userItem {
transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
}
.generateUserItemAnimation(@n, @i: 1) when (@i =< @n) {
.userItem:nth-child(@{i}) {
transform: @i * 50ms;
transition-delay: @i * 50ms;
-moz-transition-delay: @i * 50ms;
-webkit-transition-delay: @i * 50ms;
-o-transition-delay: @i * 50ms;
}
.generateUserItemAnimation(@n, (@i + 1));
}
.generateUserItemAnimation(20);
}
}
}
.sl-right-drawer {
.settingsMenu {
height: 100%;
.linear-gradient(rgb(65,68,77), rgb(58,60,69));
z-index: 1000;
position: fixed;
transform: translateX(100vw);
width: 70vw;
transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
-webkit-transition: transform 0.3s linear;
-ms-transition: transform 0.3s linear;
-o-transition: transform 0.3s linear;
&.menuOut {
transform: translate(0vw, 0);
-moz-transform: translate(0vw, 0);
-webkit-transform: translate(0vw, 0);
-ms-transform: translate(0vw, 0);
-o-transform: translate(0vw, 0);
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
&.menuOut {
transform: translate(30vw, 0);
-moz-transform: translate(30vw, 0);
-webkit-transform: translate(30vw, 0);
-ms-transform: translate(30vw, 0);
-o-transform: translate(30vw, 0);
}
}
}
.hiddenInLandscape {
@ -796,7 +883,7 @@ body {
height: 100%;
background-color: black;
opacity: 0;
z-index: 1;
z-index: 999;
cursor: pointer;
@media @desktop-portrait {
top: 50px;
@ -850,3 +937,338 @@ body {
.linear-gradient(rgb(65,68,77), rgb(58,60,69));
width: 60vw;
}
.leftHamburgerButton, .rightHamburgerButton {
span {
&::before {
top: -225%;
}
&::before, &::after {
background-color: inherit;
content: '';
height: 100%;
width: 100%;
position: absolute;
left: 0;
}
&::after {
bottom: -225%;
}
background-color: inherit;
height: 10%;
position: absolute;
left: 15%;
right: 15%;
top: 45%;
}
}
.leftHamburgerButton {
@media @mobile-portrait-with-keyboard, @mobile-portrait {
span {
&::before {
transform-origin: top right;
-moz-transform-origin: top right;
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
transition: width 0.3s, transform 0.3s, top 0.3s;
-moz-transition: width 0.3s, -moz-transform 0.3s, top 0.3s;
-webkit-transition: width 0.3s, -webkit-transform 0.3s, top 0.3s;
-o-transition: width 0.3s, -o-transform 0.3s, top 0.3s;
}
&::after {
transform-origin: bottom right;
-moz-transform-origin: bottom right;
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
-o-transform-origin: bottom right;
transition: width 0.3s, transform 0.3s, bottom 0.3s;
-moz-transition: width 0.3s, -moz-transform 0.3s, bottom 0.3s;
-webkit-transition: width 0.3s, -webkit-transform 0.3s, bottom 0.3s;
-ms-transition: width 0.3s, -ms-transform 0.3s, bottom 0.3s;
-o-transition: width 0.3s, -o-transform 0.3s, bottom 0.3s;
}
transition: transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-webkit-transition: -webkit-transform 0.3s;
-o-transition: -o-transform 0.3s;
}
&.hamburgerToggledOn span {
&::before {
transform: translateY(50%) translateX(95%) rotate(45deg);
-moz-transform: translateY(50%) translateX(95%) rotate(45deg);
-webkit-transform: translateY(50%) translateX(95%) rotate(45deg);
-ms-transform: translateY(50%) translateX(95%) rotate(45deg);
-o-transform: translateY(50%) translateX(95%) rotate(45deg);
top: 0px;
}
&::before, &::after {
width: 55%;
}
&::after {
transform: translateY(-50%) translateX(95%) rotate(-45deg);
-moz-transform: translateY(-50%) translateX(95%) rotate(-45deg);
-webkit-transform: translateY(-50%) translateX(95%) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(95%) rotate(-45deg);
-o-transform: translateY(-50%) translateX(95%) rotate(-45deg);
bottom: 0px;
}
transform: rotate(0.5turn);
-moz-transform: rotate(0.5turn);
-webkit-transform: rotate(0.5turn);
-ms-transform: rotate(0.5turn);
-o-transform: rotate(0.5turn);
}
}
}
.rightHamburgerButton {
@media @mobile-portrait{
display: none;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
span {
&::before {
transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
transition: width 0.3s, transform 0.3s, top 0.3s;
-moz-transition: width 0.3s, -moz-transform 0.3s, top 0.3s;
-webkit-transition: width 0.3s, -webkit-transform 0.3s, top 0.3s;
-o-transition: width 0.3s, -o-transform 0.3s, top 0.3s;
}
&::after {
transform-origin: bottom left;
-moz-transform-origin: bottom left;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
-o-transform-origin: bottom left;
transition: transform 0.3s, width 0.3s, bottom 0.3s;
-moz-transition: -moz-transform 0.3s, width 0.3s, bottom 0.3s;
-webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
-ms-transition: -ms-transform 0.3s, width 0.3s, bottom 0.3s;
-o-transition: -o-transform 0.3s, width 0.3s, bottom 0.3s;
}
transition: transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-webkit-transition: -webkit-transform 0.3s;
-o-transition: -o-transform 0.3s;
}
&.hamburgerToggledOn span {
&::before {
transform: translateY(53%) translateX(-20%) rotate(-45deg);
-moz-transform: translateY(53%) translateX(-20%) rotate(-45deg);
-webkit-transform: translateY(53%) translateX(-20%) rotate(-45deg);
-ms-transform: translateY(53%) translateX(-20%) rotate(-45deg);
-o-transform: translateY(53%) translateX(-20%) rotate(-45deg);
top: 0;
}
&::before, &::after {
width: 55%;
}
&::after {
transform: translateY(-53%) translateX(-20%) rotate(45deg);
-moz-transform: translateY(-53%) translateX(-20%) rotate(45deg);
-webkit-transform: translateY(-53%) translateX(-20%) rotate(45deg);
-ms-transform: translateY(-53%) translateX(-20%) rotate(45deg);
-o-transform: translateY(-53%) translateX(-20%) rotate(45deg);
bottom: 0;
}
transform: rotate(0.5turn);
-moz-transform: rotate(0.5turn);
-webkit-transform: rotate(0.5turn);
-ms-transform: rotate(0.5turn);
-o-transform: rotate(0.5turn);
}
}
}
/*********************************/
/*Loading Spinning Bar's Styling */
/*********************************/
#floatingCirclesG{
top: calc(~'50% - 60px');
position:relative;
width:128px;
height:128px;
margin:auto;
transform:scale(0.6);
-o-transform:scale(0.6);
-ms-transform:scale(0.6);
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
}
.f_circleG{
position:absolute;
background-color:rgb(238,238,238);
height:23px;
width:23px;
border-radius:12px;
-o-border-radius:12px;
-ms-border-radius:12px;
-webkit-border-radius:12px;
-moz-border-radius:12px;
animation-name:f_fadeG;
-o-animation-name:f_fadeG;
-ms-animation-name:f_fadeG;
-webkit-animation-name:f_fadeG;
-moz-animation-name:f_fadeG;
animation-duration:0.672s;
-o-animation-duration:0.672s;
-ms-animation-duration:0.672s;
-webkit-animation-duration:0.672s;
-moz-animation-duration:0.672s;
animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
animation-direction:normal;
-o-animation-direction:normal;
-ms-animation-direction:normal;
-webkit-animation-direction:normal;
-moz-animation-direction:normal;
}
#frotateG_01{
left:0;
top:52px;
animation-delay:0.2495s;
-o-animation-delay:0.2495s;
-ms-animation-delay:0.2495s;
-webkit-animation-delay:0.2495s;
-moz-animation-delay:0.2495s;
}
#frotateG_02{
left:15px;
top:15px;
animation-delay:0.336s;
-o-animation-delay:0.336s;
-ms-animation-delay:0.336s;
-webkit-animation-delay:0.336s;
-moz-animation-delay:0.336s;
}
#frotateG_03{
left:52px;
top:0;
animation-delay:0.4225s;
-o-animation-delay:0.4225s;
-ms-animation-delay:0.4225s;
-webkit-animation-delay:0.4225s;
-moz-animation-delay:0.4225s;
}
#frotateG_04{
right:15px;
top:15px;
animation-delay:0.509s;
-o-animation-delay:0.509s;
-ms-animation-delay:0.509s;
-webkit-animation-delay:0.509s;
-moz-animation-delay:0.509s;
}
#frotateG_05{
right:0;
top:52px;
animation-delay:0.5955s;
-o-animation-delay:0.5955s;
-ms-animation-delay:0.5955s;
-webkit-animation-delay:0.5955s;
-moz-animation-delay:0.5955s;
}
#frotateG_06{
right:15px;
bottom:15px;
animation-delay:0.672s;
-o-animation-delay:0.672s;
-ms-animation-delay:0.672s;
-webkit-animation-delay:0.672s;
-moz-animation-delay:0.672s;
}
#frotateG_07{
left:52px;
bottom:0;
animation-delay:0.7585s;
-o-animation-delay:0.7585s;
-ms-animation-delay:0.7585s;
-webkit-animation-delay:0.7585s;
-moz-animation-delay:0.7585s;
}
#frotateG_08{
left:15px;
bottom:15px;
animation-delay:0.845s;
-o-animation-delay:0.845s;
-ms-animation-delay:0.845s;
-webkit-animation-delay:0.845s;
-moz-animation-delay:0.845s;
}
@keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(238,238,238);
}
}
@-o-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(238,238,238);
}
}
@-ms-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(238,238,238);
}
}
@-webkit-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(238,238,238);
}
}
@-moz-keyframes f_fadeG{
0%{
background-color:rgb(0,0,0);
}
100%{
background-color:rgb(238,238,238);
}
}
/*********************************/
/*End of Spinning Bar's Styling */
/*********************************/

View File

@ -6,6 +6,8 @@
}
#usericons {
float: right;
padding: 0 5px;
text-align: right;
color: white;
span i {
@ -36,7 +38,9 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(~'100% - 130px');
width: calc(~'100% - 120px');
// 120px is size of the icon list with all icons enabled (lock, cam, mic/listen)
@media @landscape {
height: 27px;
font-size: 4.5mm;

View File

@ -1,6 +1,6 @@
/* colors sorted by brightness */
@white: #fff, #f5f5f5, #eee;
@lightGrey: #d7d7d7, #cccdd1, #ccc, #999;
@lightGrey: #d7d7d7, #cccdd1, #ccc, #999, #E4E5E7;
@darkGrey: #666, #60636a, #40434c, #32353e;
@azure: #54a7db, #0099FF;
@black: #000;
@ -39,3 +39,9 @@
font-weight: normal;
font-style: normal;
}
/* variables for dimensions */
@chatControlsHeight: 60px; // height of the chatbox and send chat button
@settingsSectionHeight: 60px;
@fontSizeControlMaxWidth: 170px;
@fontSizeControlMaxHeight: 60px;

View File

@ -3,6 +3,11 @@
#whiteboard {
padding: 0 !important;
min-width: 0;
#whiteboard-container{
min-height: 60px;
}
@media @landscape {
border-top: 0px;
border-left: 0px;
@ -27,9 +32,6 @@
#whiteboard-paper {
height: 100%;
}
.raiseHandButton {
display: none;
}
}
&:-moz-full-screen {
width: 100%;
@ -41,9 +43,6 @@
#whiteboard-paper {
height: 100%;
}
.raiseHandButton {
display: none;
}
}
&:fullscreen {
width: 100%;
@ -55,9 +54,6 @@
#whiteboard-paper {
height: 100%;
}
.raiseHandButton {
display: none;
}
}
}
@ -84,12 +80,351 @@
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
border-bottom: 1px solid extract(@lightGrey, 3);
//border-bottom: 1px solid extract(@lightGrey, 3);
}
}
#whiteboard-controls {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 4em 5px 5px;
/*
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
&:hover,
&:focus {
opacity: 1;
}
*/
button, .btn {
outline: none;
display: inline-block;
margin: 0;
padding: 0;
border: none;
background: none;
color: #fff;
height: 50px;
width: 50px;
border-radius: 50%;
background-color: #3896D3;
border-color: #007095;
font-size: 30px;
-webkit-transition: background .3s;
transition: background .3s;
&:focus,
&:hover {
background-color: #3A82D4;
}
}
}
.whiteboard-buttons {
&-left,
&-center,
&-right {
}
&-left {
float: left;
}
&-center {
pointer-events: none;
position: absolute;
width: 100%;
text-align: center;
bottom: 5px;
}
&-right {
float: right;
}
&-slide {
pointer-events: auto;
color: #fff;
background-color: #3896D3;
border-color: #007095;
display: inline-block;
border-radius: 50px;
> button, .button {
background-color: transparent;
}
.current {
color: #fff;
font-weight: bold;
vertical-align: super;
}
}
}
.presenter-uploader {
@presenteUploaderBg: #eee;
@presenteUploaderColor: rgba(0, 0, 0, .5);
@presenteUploaderColorHover: #3A82D4;
&-control {
max-height: 75vh;
max-width: 20vw;
min-width: 300px;
position: relative;
z-index: 100;
&-btn {
position: absolute;
bottom: 0;
left: 0;
.presenter-uploader-container & {
z-index: 1;
background-color: @presenteUploaderBg !important;
border-color: transparent !important;
color: @presenteUploaderColor !important;
&:focus,
&:hover {
color: @presenteUploaderColorHover;
}
}
}
}
&-container {
overflow: hidden;
z-index: 1000;
background-color: @presenteUploaderBg;
padding: 10px 10px;
border-radius: 10px 10px 10px 25px;
display: none;
transition: all .3s;
position: absolute;
bottom: 0;
.is-open & {
display: block;
box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
}
&-tip {
padding: 10px 10px 10px 60px;
text-transform: uppercase;
font-size: 9px;
font-weight: bold;
margin: -10px;
text-align: right;
min-height: 50px;
color: @presenteUploaderColor;
}
&-dropzone {
margin-bottom: 10px;
color: @presenteUploaderColor;
opacity: .4;
transition: opacity 3s;
text-align: center;
border: 3px dashed;
border-radius: 10px;
padding: 50px;
transition: all .3s;
cursor: pointer;
position: relative;
&:focus,
&:hover,
&.hover {
opacity: .8;
background-color: rgba(0, 0, 0, .1);
}
&-icon,
&-label {
display: block;
color: inherit;
}
&-icon {
font-size: 70px;
line-height: 1;
}
&-label {
color: inherit;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
&-fileinput {
cursor: pointer;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
}
}
&-file {
&-list {
&::-webkit-scrollbar{width:5px;height:5px}
&::-webkit-scrollbar-button{width:0;height:0}
&::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border:none;border-radius:50px}
&::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}
&::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.25)}
&::-webkit-scrollbar-track{background:rgba(0,0,0,.25);border:none;border-radius:50px}
&::-webkit-scrollbar-track:hover{background:rgba(0,0,0,.25)}
&::-webkit-scrollbar-track:active{background:rgba(0,0,0,.25)}
&::-webkit-scrollbar-corner{background:0 0}
display: block;
margin: -10px;
margin-bottom: 10px;
list-style: none;
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
background:
linear-gradient(@presenteUploaderBg 30%, rgba(255,255,255,0)),
linear-gradient(rgba(255,255,255,0), @presenteUploaderBg 70%) 0 100%,
radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
background:
linear-gradient(@presenteUploaderBg 30%, rgba(255,255,255,0)),
linear-gradient(rgba(255,255,255,0), @presenteUploaderBg 70%) 0 100%,
radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
background-repeat: no-repeat;
background-color: @presenteUploaderBg;
background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
background-attachment: local, local, scroll, scroll;
}
&-item {
color: @presenteUploaderColor;
display: table;
table-layout: fixed;
width: 100%;
padding: 10px;
border-bottom: 1px solid darken(@presenteUploaderBg, 10%);
border-top: 1px solid lighten(@presenteUploaderBg, 10%);
&:nth-child(odd) {
background-color: rgba(255, 255, 255, .5);
}
&.current {
background-color: fade(@presenteUploaderColorHover, 15%);
}
&.is-uploading {
background-image: -webkit-linear-gradient(-45deg, fade(@presenteUploaderColorHover, 15%) 25%,transparent 25%,transparent 50%, fade(@presenteUploaderColorHover, 15%) 50%, fade(@presenteUploaderColorHover, 15%) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(-45deg, fade(@presenteUploaderColorHover, 15%) 25%,transparent 25%,transparent 50%, fade(@presenteUploaderColorHover, 15%) 50%, fade(@presenteUploaderColorHover, 15%) 75%,transparent 75%,transparent);
background-image: linear-gradient(-45deg, fade(@presenteUploaderColorHover, 15%) 25%,transparent 25%,transparent 50%, fade(@presenteUploaderColorHover, 15%) 50%, fade(@presenteUploaderColorHover, 15%) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
pointer-events: none;
}
&-name,
&-actions {
vertical-align: middle;
}
&-name {
display: table-cell;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 11px;
font-weight: 600;
cursor: pointer;
.is-uploading & {
opacity: .4;
}
:not(.current) &:hover,
:not(.current) &:focus {
text-decoration: underline;
color: @presenteUploaderColorHover;
}
}
&-actions,
&-progress {
display: table-cell;
width: 65px;
text-align: right;
}
&-actions {
.is-uploading & {
display: none;
}
> i {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
cursor: pointer;
font-size: 20px;
line-height: 30px;
transition: background .3s;
&:focus,
&:hover {
color: @presenteUploaderColorHover;
}
&:active {
background-color: fade(@presenteUploaderColor, 5%);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
}
}
&-progress {
color: #3A82D4;
font-weight: bold;
}
}
}
}
@-webkit-keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
}
@keyframes progress-bar-stripes {
from { background-position: 0 0; }
to { background-position: 40px 0; }
}
.presenter-whiteboard {
height: calc(~'100% - 40px');
height: calc(~'100% - 2px');
//-2px is for something who is going of the canvas an generating scroll
padding-bottom: 60px;
}
.poll-whiteboard {
@ -132,156 +467,60 @@
height: 100%;
}
.presentationNavigationControls {
width:54px;
font-size:28px;
float:right;
margin-right:90px;
}
.vertically-centered {
position: relative;
top: 50%;
transform: translateY(-50%);
}
#controllers {
width: 100%;
height: 40px;
}
#switchSlideSection {
display: block;
margin-left: auto;
margin-right: auto;
width: 138px;
height: 100%;
}
.switchSlideButton {
outline: none;
width: 50px;
height: 100%;
margin-bottom: 0;
color: extract(@black, 1);
background-color: extract(@white, 1);
border: 1px solid extract(@lightGrey, 3);
border-radius: 10px;
padding: 0;
&:hover {
background-color: extract(@lightGrey, 3);
color: extract(@black, 1);
}
&:focus {
background-color: extract(@white, 1);
color: extract(@black, 1);
}
}
.previousSlide {
float: left;
}
.nextSlide {
float: right;
}
#presentationProgress {
font-size: 25px;
}
.whiteboardFullscreenButton {
@media @desktop-landscape {
@media @desktop-landscape, @phone-landscape, @tablet-landscape,
@phone-portrait-with-keyboard, @phone-portrait, @desktop-portrait {
height: 50px;
width: 50px;
}
@media @desktop-landscape {
top: 5px;
right: 5px;
}
@media @phone-landscape {
height: 45px;
width: 45px;
top: 5px;
right: 5px;
top: 4px;
right: 4px;
}
@media @tablet-landscape {
height: 50px;
width: 50px;
top: 5px;
right: 5px;
}
@media @phone-portrait-with-keyboard, @phone-portrait {
height: 50px;
width: 50px;
top: 2px;
right: 2px;
top: 4px;
right: 4px;
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
height: 53px;
width: 53px;
top: 5px;
top: 3px;
line-height: 54px;
right: 5px;
}
@media @desktop-portrait {
height: 50px;
width: 50px;
top: 5px;
right: 5px;
}
}
.raiseHandButton {
@media @desktop-landscape {
height: 40px;
width: 40px;
bottom: 5px;
right: 5px;
}
@media @phone-landscape {
height: 45px;
width: 45px;
bottom: 5px;
right: 5px;
}
@media @tablet-landscape {
height: 50px;
width: 50px;
bottom: 5px;
right: 5px;
}
@media @phone-portrait-with-keyboard, @phone-portrait {
height: 50px;
width: 50px;
bottom: 2px;
right: 2px;
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
height: 53px;
width: 53px;
bottom: 5px;
right: 5px;
}
@media @desktop-portrait {
height: 40px;
width: 40px;
bottom: 5px;
right: 5px;
}
}
.exitFullscreenButton {
top: 10px;
right: 10px;
@media @landscape {
height: 50px;
width: 50px;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
height: 5%;
width: 10%;
}
height: 50px;
width: 50px;
}
.soaringButton {
@media @desktop-portrait{
margin-top: -60px;
}
position: absolute;
margin-bottom: 0;
padding: 0;
@ -315,6 +554,8 @@
.iconChrome {
i {
font-size: 200%;
position: relative;
top: 1px;
}
}
@ -324,18 +565,152 @@
}
}
// Emojis FAB
.activeEmojiButton {
background-color: #34495E;
}
.sl-fab-trigger, .inactiveEmojiButton {
.FABContainer {
&.closedFAB {
.activeEmojiButton,
.inactiveEmojiButton {
pointer-events: none;
cursor: default;
}
}
}
.FABTriggerButton, .inactiveEmojiButton {
background-color: #3896D3;
}
.sl-fab-btn:hover {
.FABTriggerButton:hover {
background-color: #3896D3;
}
.FABTriggerButton {
position: absolute;
right: 4px;
bottom: 4px;
@media @desktop-landscape, @phone-landscape, @tablet-landscape,
@phone-portrait-with-keyboard, @phone-portrait, @desktop-portrait {
height: 50px;
width: 50px;
}
@media @tablet-portrait-with-keyboard, @tablet-portrait {
height: 53px;
width: 53px;
}
}
.openedFAB {
.FABTriggerButton {
i {
opacity: 0.5;
}
}
button:nth-child(2), button:nth-child(3) {
animation: increaseOpacity 0.15s forwards;
}
button:nth-child(4), button:nth-child(5) {
animation: increaseOpacity 0.15s forwards;
animation-delay: 0.075s;
}
button:nth-child(6), button:nth-child(7) {
animation: increaseOpacity 0.15s forwards;
animation-delay: 0.15s;
}
}
.closedFAB {
button:nth-child(2), button:nth-child(3) {
animation: decreaseOpacity 0.15s forwards;
animation-delay: 0.15s;
}
button:nth-child(4), button:nth-child(5) {
animation: decreaseOpacity 0.15s forwards;
animation-delay: 0.075s;
}
button:nth-child(6), button:nth-child(7) {
animation: decreaseOpacity 0.15s forwards;
}
}
.FABContainer > button:nth-child(n + 2):hover {
background-color: #34495E;
}
.sl-fab-trigger:hover {
background-color: #3896D3;
.FABContainer {
&.noPresentation{
right: 60px;
}
@media @mobile-portrait{
position: absolute;
bottom: 3px;
right: 0px;
height: 55px;
}
@media @tablet-portrait{
bottom: 3px;
right: 0px;
}
button {
padding: 0;
margin: 0;
font-size: 30px;
border-radius: 50%;
z-index: 100;
&:focus {
outline:0;
}
}
& > button:nth-child(n + 2) {
position: absolute;
height: 50px;
width: 50px;
opacity: 0;
}
& > button:nth-child(2) {
right: 70px;
bottom: 4px;
}
& > button:nth-child(3) {
right: 70px;
bottom: 59px;
}
& > button:nth-child(4) {
right: 130px;
bottom: 4px;
}
& > button:nth-child(5) {
right: 130px;
bottom: 59px;
}
& > button:nth-child(6) {
right: 190px;
bottom: 4px;
}
& > button:nth-child(7) {
right: 190px;
bottom: 59px;
}
}
.generateIncreaseOpacityAnimation (@i) when (@i < 105) {
@p: ~"@{i}%"; // local variable: iterator + a percent sign
@{p} {
opacity: @i * 0.01;
}
.generateIncreaseOpacityAnimation(@i + 5);
}
@keyframes increaseOpacity {
.generateIncreaseOpacityAnimation(0);
}
@keyframes decreaseOpacity {
100% {
opacity: 0;
}
}

View File

@ -53,14 +53,14 @@ Handlebars.registerHelper "autoscroll", ->
# true if the lock settings limit public chat and the current user is locked
Handlebars.registerHelper "publicChatDisabled", ->
userIsLocked = Meteor.Users.findOne({userId:getInSession 'userId'})?.user.locked
publicChatIsDisabled = Meteor.Meetings.findOne({})?.roomLockSettings.disablePubChat
publicChatIsDisabled = Meteor.Meetings.findOne({})?.roomLockSettings.disablePublicChat
presenter = Meteor.Users.findOne({userId:getInSession 'userId'})?.user.presenter
return userIsLocked and publicChatIsDisabled and !presenter
# true if the lock settings limit private chat and the current user is locked
Handlebars.registerHelper "privateChatDisabled", ->
userIsLocked = Meteor.Users.findOne({userId:getInSession 'userId'})?.user.locked
privateChatIsDisabled = Meteor.Meetings.findOne({})?.roomLockSettings.disablePrivChat
privateChatIsDisabled = Meteor.Meetings.findOne({})?.roomLockSettings.disablePrivateChat
presenter = Meteor.Users.findOne({userId:getInSession 'userId'})?.user.presenter
return userIsLocked and privateChatIsDisabled and !presenter
@ -209,29 +209,6 @@ Template.message.helpers
minutes = "0" + minutes
hours + ":" + minutes
Template.optionsFontSize.events
"click #decreaseFontSize": (event) ->
if getInSession("messageFontSize") is 8 # min
$('#decreaseFontSize').disabled = true
$('#decreaseFontSize').removeClass('icon fi-minus')
$('#decreaseFontSize').html('MIN')
else
setInSession "messageFontSize", getInSession("messageFontSize") - 2
if $('#increaseFontSize').html() is 'MAX'
$('#increaseFontSize').html('')
$('#increaseFontSize').addClass('icon fi-plus')
"click #increaseFontSize": (event) ->
if getInSession("messageFontSize") is 40 # max
$('#increaseFontSize').disabled = true
$('#increaseFontSize').removeClass('icon fi-plus')
$('#increaseFontSize').html('MAX')
else
setInSession "messageFontSize", getInSession("messageFontSize") + 2
if $('#decreaseFontSize').html() is 'MIN'
$('#decreaseFontSize').html('')
$('#decreaseFontSize').addClass('icon fi-minus')
# make links received from Flash client clickable in HTML
@toClickable = (str) ->
if typeof str is 'string'

View File

@ -35,13 +35,13 @@
<div id="chatInput" class="chat-input-wrapper">
{{#if inPrivateChat}}
{{#if privateChatDisabled}}
<textarea id="newMessageInput" class="disabledChat" placeholder="Private chat is temporarily locked (disabled)" rel="tooltip" data-placement="top" title="Private chat is temporarily locked" disabled></textarea>
<textarea id="newMessageInput" class="disabledChat" {{messageFontSize}} placeholder="Private chat is temporarily locked (disabled)" rel="tooltip" data-placement="top" title="Private chat is temporarily locked" disabled></textarea>
{{else}}
{{> chatInputControls}}
{{/if}}
{{else}}
{{#if publicChatDisabled}}
<textarea id="newMessageInput" class="disabledChat" placeholder="Public chat is temporarily locked (disabled)" rel="tooltip" data-placement="top" title="Public chat is temporarily locked" disabled></textarea>
<textarea id="newMessageInput" class="disabledChat" {{messageFontSize}} placeholder="Public chat is temporarily locked (disabled)" rel="tooltip" data-placement="top" title="Public chat is temporarily locked" disabled></textarea>
{{else}}
{{> chatInputControls}}
{{/if}}
@ -51,7 +51,7 @@
<template name="chatInputControls">
<div class="button-group radius">
<textarea id="newMessageInput" rel="tooltip" data-placement="top" title="Write a new message"></textarea>
<textarea id="newMessageInput" {{messageFontSize}} rel="tooltip" data-placement="top" title="Write a new message"></textarea>
<input type="submit" id="sendMessageButton" class="button radius" rel="tooltip" data-placement="top" value="Send" />
</div>
</template>
@ -75,16 +75,3 @@
<div style="color:{{colourToHex message.from_color}}">{{{sanitizeAndFormat message.message}}}</div>
{{autoscroll}}
</template>
<template name="optionsFontSize">
<fieldset class="desktopSettingsFieldset">
<legend><span class="chatOptionsText" >Chat Message Font Size</span><br/></legend>
<table id="fontSizeTable" align="center">
<tr>
<td>{{> makeButton id="decreaseFontSize" btn_class="displayButtons" i_class="fi-minus" rel="tooltip" title="Decrease Font Size"}}</td>
<td id="displayLabel"><label class="fontSizeLabel" {{messageFontSize}} >Size({{getInSession "messageFontSize"}})</label></td>
<td>{{> makeButton id="increaseFontSize" btn_class="displayButtons" i_class="fi-plus" rel="tooltip" title="Increase Font Size"}}</td>
</tr>
</table>
</fieldset>
</template>

View File

@ -18,5 +18,32 @@ Template.settingsAudio.events
"click #joinMicrophone": (event) -> joinVoiceCall @, isListenOnly: false
Template.settingsModal.events
"click .closeSettings": -> setInSession "messageFontSize", getInSession("tempFontSize")
"click #saveSettings": -> $("#settingsModal").foundation('reveal', 'close');
"click #closeSettings": -> $("#settingsModal").foundation('reveal', 'close');
Template.optionsFontSize.events
"click #decreaseFontSize": (event) ->
if getInSession("messageFontSize") is 8 # min
$('#decreaseFontSize').disabled = true
$('#decreaseFontSize').removeClass('icon fi-minus')
$('#decreaseFontSize').html('MIN')
else
setInSession "messageFontSize", getInSession("messageFontSize") - 2
adjustChatInputHeight()
setTimeout(scrollChatDown, 0)
if $('#increaseFontSize').html() is 'MAX'
$('#increaseFontSize').html('')
$('#increaseFontSize').addClass('icon fi-plus')
"click #increaseFontSize": (event) ->
if getInSession("messageFontSize") is 40 # max
$('#increaseFontSize').disabled = true
$('#increaseFontSize').removeClass('icon fi-plus')
$('#increaseFontSize').html('MAX')
else
setInSession "messageFontSize", getInSession("messageFontSize") + 2
adjustChatInputHeight()
setTimeout(scrollChatDown, 0)
if $('#decreaseFontSize').html() is 'MIN'
$('#decreaseFontSize').html('')
$('#decreaseFontSize').addClass('icon fi-minus')

View File

@ -1,24 +1,28 @@
<!-- listen only | microphone -->
<template name="settingsAudio">
<fieldset class="desktopSettingsFieldset">
<legend>Audio Options</legend>
{{#if amIInAudio}}
{{#if amIListenOnlyAudio}}
<!-- display listen only with exit -->
{{> makeButton id="exitAudio" btn_class="exitAudio settingsButton joinAudioButton" i_class="ion-volume-mute" rel="tooltip"
data_placement="bottom" title="Leave Audio Call"}}
<legend align="center">Audio Options</legend>
<div id="audioButtonContainer">
{{#if amIInAudio}}
{{#if amIListenOnlyAudio}}
<!-- display listen only with exit -->
{{> makeButton id="exitAudio" btn_class="exitAudio settingsButton joinAudioButton" i_class="ion-volume-mute" rel="tooltip"
data_placement="bottom" title="Leave Audio Call"}}
{{else}}
<!-- display microphone with exit -->
{{> makeButton id="exitAudio" btn_class="exitAudio settingsButton joinAudioButton" i_class="ion-volume-mute" rel="tooltip"
data_placement="bottom" title="Leave Audio Call"}}
{{/if}}
{{else}}
<!-- display microphone with exit -->
{{> makeButton id="exitAudio" btn_class="exitAudio settingsButton joinAudioButton" i_class="ion-volume-mute" rel="tooltip"
data_placement="bottom" title="Leave Audio Call"}}
<!-- display both with join -->
{{#unless isMyMicLocked}}
{{> makeButton id="joinMicrophone" btn_class="joinMicrophone settingsButton joinAudioButton" i_class="fi-microphone"
rel="tooltip" data_placement="bottom" title="Join Microphone"}}
{{/unless}}
{{> makeButton id="joinListenOnly" btn_class="joinListenOnly settingsButton joinAudioButton" i_class="fi-volume"
rel="tooltip" data_placement="bottom" title="Join Listen only"}}
{{/if}}
{{else}}
<!-- display both with join -->
{{> makeButton id="joinMicrophone" btn_class="joinMicrophone settingsButton joinAudioButton" i_class="fi-microphone"
rel="tooltip" data_placement="bottom" title="Join Microphone"}}
{{> makeButton id="joinListenOnly" btn_class="joinListenOnly settingsButton joinAudioButton" i_class="fi-volume"
rel="tooltip" data_placement="bottom" title="Join Listen only"}}
{{/if}}
</div>
</fieldset>
</template>
@ -27,9 +31,6 @@
<p>
<span class="modalTitle">BigBlueButton Settings</span>
</p>
<p>
<a href="#" class="closeSettings close-reveal-modal">&#215;</a>
</p>
</div>
<div class="settingsBody">
@ -39,8 +40,7 @@
</div>
<div class="bar bottomBar">
<a href="#" class="closeSettings close-reveal-modal"><u>Cancel</u></a>
{{> makeButton id="saveSettings" btn_class="settingsButton" rel="tooltip" title="Save Changes" label="Save"}}
{{> makeButton id="closeSettings" btn_class="settingsButton vertically-centered" rel="tooltip" title="Close" label="Close"}}
</div>
</template>
@ -49,3 +49,16 @@
{{> makeButton id="yes" btn_class="logoutButton" label="Yes"}}
{{> makeButton id="no" btn_class="logoutButton" label="No"}}
</template>
<template name="optionsFontSize">
<fieldset class="desktopSettingsFieldset">
<legend align="center"><span class="chatOptionsText" >Chat Message Font Size</span><br/></legend>
<table id="fontSizeTable" align="center">
<tr>
<td>{{> makeButton id="decreaseFontSize" btn_class="displayButtons" i_class="fi-minus" rel="tooltip" title="Decrease Font Size"}}</td>
<td id="displayLabel"><label class="fontSizeLabel" {{messageFontSize}} >Size({{getInSession "messageFontSize"}})</label></td>
<td>{{> makeButton id="increaseFontSize" btn_class="displayButtons" i_class="fi-plus" rel="tooltip" title="Increase Font Size"}}</td>
</tr>
</table>
</fieldset>
</template>

View File

@ -15,11 +15,11 @@ Template.displayUserIcons.helpers
# the user is set to be locked and there is a relevant lock in place
locked = BBB.getUser(userId)?.user.locked
settings = Meteor.Meetings.findOne()?.roomLockSettings
lockInAction = settings.disablePrivChat or
lockInAction = settings.disablePrivateChat or
settings.disableCam or
settings.disableMic or
settings.lockedLayout or
settings.disablePubChat
settings.disablePublicChat
return locked and lockInAction
# Opens a private chat tab when a username from the userlist is clicked
@ -32,8 +32,8 @@ Template.usernameEntry.events
else
setInSession "inChatWith", userIdSelected
if isPortrait() or isPortraitMobile()
toggleLeftDrawer()
toggleLeftArrowClockwise()
toggleUserlistMenu()
toggleLeftHamburderIcon()
toggleShield()
setTimeout () -> # waits until the end of execution queue
$("#newMessageInput").focus()

View File

@ -59,19 +59,19 @@
<template name="usernameEntry">
<div class="status">
{{#if equals user.emoji_status "happy"}}
{{> slIcon name="happy-face" size="25"}}
{{> icon name="happy-face" size="25"}}
{{else}}
{{#if equals user.emoji_status "neutral"}}
{{> slIcon name="neutral-face" size="25"}}
{{> icon name="neutral-face" size="25"}}
{{else}}
{{#if equals user.emoji_status "confused"}}
{{> slIcon name="confused-face" size="25"}}
{{> icon name="confused-face" size="25"}}
{{else}}
{{#if equals user.emoji_status "sad"}}
{{> slIcon name="sad-face" size="25"}}
{{> icon name="sad-face" size="25"}}
{{else}}
{{#if equals user.emoji_status "away"}}
{{> slIcon name="clock" size="25"}}
{{> icon name="clock" size="25"}}
{{else}}
{{#if equals user.emoji_status "raiseHand"}}
<span rel="tooltip" data-placement="bottom" title="Lower your hand">

Some files were not shown because too many files have changed in this diff Show More