2011-05-17 22:28:30 +08:00
bbb.pageTitle = BigBlueButton
2012-06-18 20:56:30 +08:00
bbb.mainshell.locale.version = 0.8
2011-05-17 22:28:30 +08:00
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.
2013-04-21 07:25:33 +08:00
bbb.mainshell.copyrightLabel2 = (c) 2013 BigBlueButton Inc. [build {0}] - For more information see http://www.bigbluebutton.org/.
2011-05-17 22:28:30 +08:00
bbb.mainshell.logBtn.toolTip = Open Log Window
2012-12-07 04:33:46 +08:00
bbb.mainshell.resetLayoutBtn.toolTip = Layout Toolbar Reset Layout
2011-10-03 04:53:24 +08:00
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
2013-01-21 00:41:05 +08:00
bbb.micSettings.playSound = Test Speakers
2011-10-03 04:53:24 +08:00
bbb.micSettings.hearFromHeadset = You should hear audio in your headset, not your computer speakers.
2013-04-11 05:02:04 +08:00
bbb.micSettings.speakIntoMic = Click the button to test/change your microphone (headset recommended).
2013-04-21 09:21:53 +08:00
bbb.micSettings.changeMic = Test/Change Microphone
2011-10-03 04:53:24 +08:00
bbb.micSettings.join = Join Audio
bbb.micSettings.cancel = Cancel
2011-05-17 22:28:30 +08:00
bbb.mainToolbar.helpBtn = Help
bbb.mainToolbar.logoutBtn = Logout
bbb.mainToolbar.logoutBtn.toolTip = Log out
2012-12-08 02:18:17 +08:00
bbb.mainToolbar.langSelector = Select language
2011-05-17 22:28:30 +08:00
bbb.mainToolbar.settingsBtn = Settings
bbb.mainToolbar.settingsBtn.toolTip = Open Settings
2012-08-15 02:51:12 +08:00
bbb.mainToolbar.shortcutBtn = Shortcut Keys
bbb.mainToolbar.shortcutBtn.toolTip = Open Shortcut Keys window
2012-11-09 07:19:09 +08:00
bbb.window.minimizeBtn.toolTip = Minimize
bbb.window.maximizeRestoreBtn.toolTip = Maximize
bbb.window.closeBtn.toolTip = Close
2012-12-08 02:18:17 +08:00
bbb.viewers.titleBar = Viewers Window Title Bar
bbb.listeners.titleBar = Listeners Window Title Bar
bbb.videoDock.titleBar = Video Dock Window Title Bar
bbb.presentation.titleBar = Presentation Window Title Bar
2013-01-08 02:41:09 +08:00
bbb.chat.titleBar = Chat Window Title Bar. For message navigation, focus to chat box.
2011-05-17 22:28:30 +08:00
bbb.viewers.title = Users{0} {1}
bbb.viewers.viewersGrid.nameItemRenderer = Name
bbb.viewers.viewersGrid.nameItemRenderer.nameLabel.toolTip = You are logged in as this user.
bbb.viewers.viewersGrid.roleItemRenderer = Role
bbb.viewers.viewersGrid.statusItemRenderer = Status
2012-08-18 01:06:15 +08:00
bbb.viewers.viewersGrid.statusItemRenderer.raiseHand.toolTip = Hand Raised.
bbb.viewers.viewersGrid.statusItemRenderer.streamIcon.toolTip = Sharing webcam.
bbb.viewers.viewersGrid.statusItemRenderer.presIcon.toolTip = Is Presenter.
2012-12-08 02:18:17 +08:00
bbb.viewers.presentBtn.toolTip = Select web participant to be presenter.
bbb.viewers.presentBtn.accessibilityName = Viewer's Window Switch Presenter
2013-02-01 04:08:30 +08:00
# Strange sentence structure is due to the screen reader adding the word "list" to the end automatically.
bbb.viewers.userList = Viewer's Window Users List. Use the arrow keys to navigate the
2012-12-07 04:33:46 +08:00
bbb.viewers.raiseHandBtn.toolTip = Viewer's Window Click to raise hand.
2011-05-17 22:28:30 +08:00
bbb.viewers.presentBtn.label = Switch Presenter
2012-12-07 04:33:46 +08:00
bbb.viewers.kickUserBtn.toolTip = Viewer's Window Kick User
2012-11-13 12:13:33 +08:00
bbb.viewers.minimizeBtn.accessibilityName = Minimize the Viewers Window
bbb.viewers.maximizeRestoreBtn.accessibilityName = Maximize the Viewers Window
bbb.viewers.closeBtn.accessibilityName = Close the Viewers Window
2011-05-17 22:28:30 +08:00
bbb.viewers.kickUserBtn.toolTip = Kick User
2013-03-16 06:53:39 +08:00
bbb.users.title = Users{0} {1}
bbb.users.titleBar = Users Window title bar, double click to maximize
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 Settings
bbb.users.settings.muteAll = Mute All
bbb.users.settings.muteAllExcept = Mute All Except Presenter
bbb.users.settings.unmuteAll = Unmute All
bbb.users.settings.lowerAllHands = Lower All Hands
bbb.users.pushToTalk.toolTip = Click to talk
bbb.users.pushToMute.toolTip = Click to mute yourself
2013-04-09 04:26:12 +08:00
bbb.users.muteMeBtnTxt.muted = Muted
bbb.users.muteMeBtnTxt.unmuted = Unmuted
2013-03-16 06:53:39 +08:00
bbb.users.usersGrid.accessibilityName = Users List. Use the arrow keys to navigate.
bbb.users.usersGrid.nameItemRenderer = Name
bbb.users.usersGrid.statusItemRenderer = Status
bbb.users.usersGrid.statusItemRenderer.changePresenter = Change Presenter
bbb.users.usersGrid.statusItemRenderer.presenter = Presenter
bbb.users.usersGrid.statusItemRenderer.moderator = Moderator
bbb.users.usersGrid.statusItemRenderer.handRaised = Hand Raised
bbb.users.usersGrid.statusItemRenderer.viewer = Viewer
bbb.users.usersGrid.mediaItemRenderer = Media
bbb.users.usersGrid.mediaItemRenderer.talking = Talking
bbb.users.usersGrid.mediaItemRenderer.webcam = Sharing Webcam
2013-03-19 07:08:30 +08:00
bbb.users.usersGrid.mediaItemRenderer.pushToTalk = Click to unmute the user
bbb.users.usersGrid.mediaItemRenderer.pushToMute = Click to mute the user
2013-04-05 03:04:05 +08:00
bbb.users.usersGrid.mediaItemRenderer.pushToLock = Click to lock the user's mic
bbb.users.usersGrid.mediaItemRenderer.pushToUnlock = Click to unlock the user's mic
2013-03-16 06:53:39 +08:00
bbb.users.usersGrid.mediaItemRenderer.kickUser = Kick user
bbb.users.usersGrid.mediaItemRenderer.webcam = Webcam shared
bbb.users.usersGrid.mediaItemRenderer.micOff = Microphone off
bbb.users.usersGrid.mediaItemRenderer.micOn = Microphone on
bbb.users.usersGrid.mediaItemRenderer.noAudio = Not in audio conference
2011-05-17 22:28:30 +08:00
bbb.presentation.title = Presentation
2012-12-07 04:33:46 +08:00
bbb.presentation.fitToWidth.toolTip = Presentation Window Fit to width
bbb.presentation.fitToPage.toolTip = Presentation Window Fit to page
2011-05-17 22:28:30 +08:00
bbb.presentation.uploadPresBtn = Upload a document for presentation.
2012-12-07 04:33:46 +08:00
bbb.presentation.uploadPresBtn.toolTip = Presentation Window Upload a document for presentation.
bbb.presentation.backBtn.toolTip = Presentation Window Previous slide.
bbb.presentation.slideNumLbl.toolTip = Presentation Window Click to select a slide
bbb.presentation.forwardBtn.toolTip = Presentation Window Next slide
bbb.presentation.resetZoomBtn.toolTip = Presentation Window Reset Zoom
2011-05-17 22:28:30 +08:00
bbb.presentation.presenterNameLbl = {0} is currently presenting.
2012-12-07 04:33:46 +08:00
bbb.presentation.clickToUpload = Presentation Window Upload presentation
2011-05-17 22:28:30 +08:00
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.format = Error: Please check that the uploaded file have a valid extension.
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.error.convert.swf = Error When Converting Uploaded File. Please Contact The Administrator.
bbb.presentation.converted = Converted {0} of {1} slides.
bbb.presentation.ok = OK
2012-12-08 02:18:17 +08:00
bbb.presentation.slider = Presentation Window Zoom
bbb.presentation.slideNumberButton = Presentation Window Slide Number
2011-05-17 22:28:30 +08:00
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.uploadwindow.closeLabel = Click OK to close the window
2012-11-13 12:13:33 +08:00
bbb.presentation.minimizeBtn.accessibilityName = Minimize the Presentation Window
bbb.presentation.maximizeRestoreBtn.accessibilityName = Maximize the Presentation Window
bbb.presentation.closeBtn.accessibilityName = Close the Presentation Window
2012-12-08 02:18:17 +08:00
bbb.whiteboard.chooseColour = Select Whiteboard Draw Colour
bbb.whiteboard.slider = Select Whiteboard Draw Thickness
2013-01-22 06:03:11 +08:00
bbb.fileupload.title = Add Files to Your Presentation
bbb.fileupload.fileLbl = Choose File to Upload:
bbb.fileupload.selectBtn.label = Select File
2011-05-17 22:28:30 +08:00
bbb.fileupload.uploadBtn = Upload
bbb.fileupload.uploadBtn.toolTip = Upload file
bbb.fileupload.presentationNamesLbl = Uploaded Presentations:
bbb.fileupload.deleteBtn.toolTip = Delete Presentation
bbb.fileupload.showBtn = Show
bbb.fileupload.showBtn.toolTip = Show Presentation
bbb.fileupload.okCancelBtn = Cancel
bbb.fileupload.genThumbText = Generating thumbnails..
bbb.fileupload.progBarLbl = Progress:
bbb.chat.title = Chat
2012-12-07 04:33:46 +08:00
bbb.chat.cmpColorPicker.toolTip = Chat Window Text Color
2011-05-17 22:28:30 +08:00
bbb.chat.sendBtn = Send
2012-12-08 02:18:17 +08:00
bbb.chat.sendBtn.toolTip = Send Message
bbb.chat.sendBtn.name = Chat Window Send Message
2011-05-17 22:28:30 +08:00
bbb.chat.publicChatUsername = All
bbb.chat.publicMsgAwaiting = Public message awaiting
bbb.chat.publicMsgAwaiting2 = * Public message awaiting *
bbb.chat.privateMsgAwaiting = Private message awaiting
bbb.chat.privateMsgAwaiting2 = * Private message awaiting *
2012-12-07 04:33:46 +08:00
bbb.chat.privateChatSelect = Chat Window Select a person to chat with privately
2012-10-19 01:32:41 +08:00
bbb.chat.private.userLeft = <b><i>The user has left.</i></b>
2012-12-07 04:33:46 +08:00
bbb.chat.chatOptions = Chat Window Chat Options
bbb.chat.fontSize = Chat Window Font Size
2012-12-08 02:18:17 +08:00
bbb.chat.messageList = Chat Window Message Box
2012-11-13 12:13:33 +08:00
bbb.chat.minimizeBtn.accessibilityName = Minimize the Chat Window
bbb.chat.maximizeRestoreBtn.accessibilityName = Maximize the Chat Window
bbb.chat.closeBtn.accessibilityName = Close the Chat Window
2011-05-17 22:28:30 +08:00
bbb.listeners.title = Listeners{0} {1}
2013-02-01 04:08:30 +08:00
# Strange sentence structure is due to the screen reader adding the word "list" to the end automatically.
2013-03-16 06:53:39 +08:00
bbb.listeners.userList = Audio users List. Use the arrow keys to navigate the
2013-01-04 06:50:40 +08:00
bbb.listeners.pushToTalk.toolTip = Click to talk
bbb.listeners.pushToMute.toolTip = Click to mute yourself
bbb.listeners.talk = Unmute
bbb.listeners.mute = Mute
bbb.listeners.muteAllBtn.toolTip = Mute All
bbb.listeners.unmuteAllBtn.toolTip = Unmute All
bbb.listeners.ejectTooltip = Kick User
2012-11-13 12:13:33 +08:00
bbb.listeners.minimizeBtn.accessibilityName = Minimize the Listeners Window
bbb.listeners.maximizeRestoreBtn.accessibilityName = Maximize the Listeners Window
bbb.listeners.closeBtn.accessibilityName = Close the Listeners Window
2011-05-17 22:28:30 +08:00
bbb.listenerItem.nameLbl.toolTip = Select this user and click button to mute or unmute.
bbb.listenerItem.talkImg.toolTip = Talking
bbb.listenerItem.lockImg.toolTip = Click to keep muted or unmuted
bbb.listenerItem.muteUnmute.toolTip = Mute or unmute this listener
bbb.publishVideo.title = Share your webcam
2013-03-20 01:08:27 +08:00
bbb.publishVideo.changeCamera.toolTip = Click to open the change camera dialog box
2011-05-17 22:28:30 +08:00
bbb.publishVideo.startPublishBtn.toolTip = Start Sharing
2012-12-08 02:18:17 +08:00
bbb.video.minimizeBtn.accessibilityName = Minimize the Video Dock Window
bbb.video.maximizeRestoreBtn.accessibilityName = Maximize the Video Dock Window
2012-11-02 04:33:31 +08:00
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}
2011-05-17 22:28:30 +08:00
bbb.video.publish.close.tooltip = Stop sharing your video
bbb.video.publish.close.label = Close
2011-09-20 04:40:18 +08:00
bbb.video.keepAspectBtn.tooltip = Keep window aspect
bbb.video.fitVideoBtn.tooltip = Fit video
bbb.video.originalSizeBtn.tooltip = Original size
2011-10-25 08:10:52 +08:00
bbb.video.publish.hint.noCamera = No camera available
bbb.video.publish.hint.cantOpenCamera = Can't open your camera
bbb.video.publish.hint.waitingApproval = Waiting for approval
bbb.video.publish.hint.videoPreview = Video preview
bbb.video.publish.hint.openingCamera = Opening camera...
bbb.video.publish.hint.cameraDenied = Camera access denied
bbb.video.publish.hint.cameraIsBeingUsed = Your camera is being used by another application
bbb.video.publish.hint.publishing = Publishing...
2012-12-20 04:21:45 +08:00
bbb.video.publish.closeBtn.accessName = Webcam Window Close Window
bbb.video.publish.closeBtn.label = Close
2012-12-18 05:50:08 +08:00
bbb.video.publish.startBtn = Webcam Window Publish Webcam
bbb.video.publish.selectBtn = Webcam Window Select Webcam
bbb.video.publish.resolutionBtn = Webcam Window Change Webcam Resolution
bbb.video.publish.titleBar = Publish Webcam Window
bbb.video.publish.minimizeBtn = Minimize Webcam Publishing Window
bbb.video.publish.maximizeRestoreBtn = Maximize Webcam Publishing Window
2011-05-17 22:28:30 +08:00
bbb.desktopPublish.title = Desktop Sharing: Presenter's Preview
2012-12-18 05:50:08 +08:00
bbb.desktopPublish.fullScreenBtn = Desktop Sharing Full Screen
bbb.desktopPublish.closeBtn = Desktop Sharing Close
bbb.desktopPublish.regionBtn = Desktop Sharing Region
2011-05-17 22:28:30 +08:00
bbb.desktopPublish.fullscreen.tooltip = Share your whole 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.
2012-11-09 07:19:09 +08:00
bbb.desktopPublish.closeBtn.toolTip = Stop Sharing and Close
bbb.desktopPublish.minimizeBtn.toolTip = Minimize
2012-11-13 12:13:33 +08:00
bbb.desktopPublish.minimizeBtn.accessibilityName = Minimize the Desktop Sharing Publish Window
bbb.desktopPublish.maximizeRestoreBtn.accessibilityName = Maximize the Desktop Sharing Publish Window
bbb.desktopPublish.closeBtn.accessibilityName = Stop Sharing and Close the Desktop Sharing Publish Window
2011-05-17 22:28:30 +08:00
bbb.desktopView.title = Desktop Sharing
bbb.desktopView.fitToWindow = Fit to Window
bbb.desktopView.actualSize = Display actual size
2012-11-13 12:13:33 +08:00
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
2012-09-06 01:55:47 +08:00
bbb.toolbar.phone.toolTip.start = Share My Microphone
bbb.toolbar.phone.toolTip.stop = Stop Sharing My Microphone
2012-09-14 02:14:39 +08:00
bbb.toolbar.deskshare.toolTip.start = Share My Desktop
bbb.toolbar.deskshare.toolTip.stop = Stop Sharing My Desktop
2012-09-06 01:55:47 +08:00
bbb.toolbar.video.toolTip.start = Share My Camera
bbb.toolbar.video.toolTip.stop = Stop Sharing My Camera
2012-06-07 01:53:53 +08:00
bbb.layout.addButton.toolTip = Add the custom layout to the list
bbb.layout.combo.toolTip = Change the current layout
bbb.layout.loadButton.toolTip = Load layouts from a file
bbb.layout.saveButton.toolTip = Save layouts to a file
2012-06-19 02:18:42 +08:00
bbb.layout.lockButton.toolTip = Lock layout
2012-06-07 01:53:53 +08:00
bbb.layout.combo.prompt = Apply a layout
bbb.layout.combo.custom = * Custom layout
bbb.layout.combo.customName = Custom layout
2012-06-15 22:45:14 +08:00
bbb.layout.combo.remote = Remote
2012-06-07 01:53:53 +08:00
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
2012-07-05 00:28:00 +08:00
bbb.highlighter.toolbar.pencil = Pencil
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.pencil.accessibilityName = Switch whiteboard cursor to pencil
2011-05-17 22:28:30 +08:00
bbb.highlighter.toolbar.ellipse = Circle
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.ellipse.accessibilityName = Switch whiteboard cursor to circle
2011-05-17 22:28:30 +08:00
bbb.highlighter.toolbar.rectangle = Rectangle
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.rectangle.accessibilityName = Switch whiteboard cursor to rectangle
2012-08-24 06:00:20 +08:00
bbb.highlighter.toolbar.panzoom = Pan and Zoom
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.panzoom.accessibilityName = Switch whiteboard cursor to pan and zoom
2011-05-17 22:28:30 +08:00
bbb.highlighter.toolbar.clear = Clear Page
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.clear.accessibilityName = Clear the whiteboard page
2011-05-17 22:28:30 +08:00
bbb.highlighter.toolbar.undo = Undo Shape
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.undo.accessibilityName = Undo the last whiteboard shape
2011-05-17 22:28:30 +08:00
bbb.highlighter.toolbar.color = Select Color
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.color.accesibilityName = Change whiteboard draw color
2011-05-17 22:28:30 +08:00
bbb.highlighter.toolbar.thickness = Change Thickness
2012-11-24 07:04:17 +08:00
bbb.highlighter.toolbar.thickness.accessibilityName = Change whiteboard cursor draw thickness
2010-06-08 03:41:39 +08:00
bbb.highlighter.button.toolTipShow = Show Whiteboard
2011-05-17 22:28:30 +08:00
bbb.highlighter.button.toolTipHide = Hide Whiteboard
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
2013-01-02 22:07:19 +08:00
bbb.notes.title = Notes
bbb.notes.cmpColorPicker.toolTip = Text Color
bbb.notes.saveBtn = Save
bbb.notes.saveBtn.toolTip = Save Note
2011-05-17 22:28:30 +08:00
bbb.settings.deskshare.instructions = Click 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.voice.adjust = Adjust Volume
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. Click on the button bellow to 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. Click on the button bellow to install the newest Adobe Flash version.
bbb.settings.flash.command = Install newest Flash
bbb.settings.isight.label = iSight camera error
bbb.settings.isight.text = If you have problems with your iSight camera, 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 camera. \n To correct this, click on the link bellow to 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 camera permissions. If you can see yourself and hear yourself, your browser has been set up correctly. Other potentials issues are shown bellow. Click on each to find a possible solution.
2011-10-03 04:35:27 +08:00
bbb.videodock.title = Video dock
2012-12-21 00:20:24 +08:00
bbb.microphone.settings.closeBtn.label = Close
bbb.microphone.settings.closeBtn.accessName = Microphone Settings Window Close Window
2012-07-06 04:03:17 +08:00
ltbcustom.bbb.highlighter.toolbar.select = Selection Tool
2012-07-07 10:36:41 +08:00
ltbcustom.bbb.highlighter.toolbar.triangle = Triangle
2012-11-29 00:04:26 +08:00
ltbcustom.bbb.highlighter.toolbar.triangle.accessibilityName = Switch whiteboard cursor to triangle
2012-06-22 07:13:38 +08:00
ltbcustom.bbb.highlighter.toolbar.line = Line
2012-11-29 00:04:26 +08:00
ltbcustom.bbb.highlighter.toolbar.line.accessibilityName = Switch whiteboard cursor to line
2012-07-02 03:33:50 +08:00
ltbcustom.bbb.highlighter.toolbar.text = Text
2012-11-29 00:04:26 +08:00
ltbcustom.bbb.highlighter.toolbar.text.accessibilityName = Switch whiteboard cursor to text
2012-07-05 13:34:51 +08:00
ltbcustom.bbb.highlighter.toolbar.highlighter = Highlighter
ltbcustom.bbb.highlighter.toolbar.eraser = Eraser
2012-06-30 14:29:21 +08:00
ltbcustom.bbb.highlighter.toolbar.toggleFill = Toggle Filling
2012-07-11 09:32:03 +08:00
ltbcustom.bbb.highlighter.texttoolbar.toggleGrid = Toggle Grid
2012-06-30 14:29:21 +08:00
ltbcustom.bbb.highlighter.toolbar.toggleTransparency = Toggle Transparency
2012-07-07 10:36:41 +08:00
ltbcustom.bbb.highlighter.toolbar.fillColorPicker = Fill Color
2012-07-10 04:43:03 +08:00
ltbcustom.bbb.highlighter.texttoolbar.textColorPicker = Text color
ltbcustom.bbb.highlighter.texttoolbar.backColorPicker = Text background color
ltbcustom.bbb.highlighter.texttoolbar.backColorVisible = Enable background color
2012-07-11 02:51:53 +08:00
ltbcustom.bbb.highlighter.texttoolbar.textSizeMenu = Font size
2012-08-14 04:37:28 +08:00
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.
2012-08-16 02:50:20 +08:00
bbb.accessibility.chat.chatwindow.input = Chat input
bbb.accessibility.chat.plustab.fontsize = Font size
2012-08-14 04:37:28 +08:00
bbb.accessibility.chat.chatView.publicTabNew = NEW MESSAGE IN PUBLIC CHAT
2012-08-14 05:43:29 +08:00
bbb.accessibility.chat.chatView.privateTabNew = NEW MESSAGE IN PRIVATE CHAT WITH {0}
2013-01-02 22:07:19 +08:00
bbb.accessibility.notes.notesview.input = Notes input
2012-08-14 05:43:29 +08:00
bbb.shortcuthelp.title = Shortcut glossary
2013-03-02 09:00:33 +08:00
bbb.shortcuthelp.minimizeBtn.accessibilityName = Minimize the Shortcut Window
bbb.shortcuthelp.maximizeRestoreBtn.accessibilityName = Maximize the Shortcut Window
bbb.shortcuthelp.closeBtn.accessibilityName = Close the Shortcut Window
2013-01-05 03:04:48 +08:00
bbb.shortcuthelp.dropdown.general = Global shortcuts
2012-08-14 05:43:29 +08:00
bbb.shortcuthelp.dropdown.presentation = Presentation shortcuts
bbb.shortcuthelp.dropdown.chat = Chat shortcuts
2013-03-16 06:53:39 +08:00
bbb.shortcuthelp.dropdown.users = Users shortcuts
2012-08-14 22:36:31 +08:00
2013-01-11 03:46:08 +08:00
bbb.shortcutkey.general.minimize = 189
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.general.minimize.function = Minimize current window
2013-01-11 03:46:08 +08:00
bbb.shortcutkey.general.maximize = 187
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.general.maximize.function = Maximize current window
2013-01-11 03:46:08 +08:00
2012-12-19 06:49:02 +08:00
bbb.shortcutkey.flash.exit = 81
2012-11-29 04:29:17 +08:00
bbb.shortcutkey.flash.exit.function = Focus out of the Flash window
2013-03-16 06:53:39 +08:00
bbb.shortcutkey.users.muteme = 77
bbb.shortcutkey.users.muteme.function = Mute and Unmute your microphone
2012-12-19 06:49:02 +08:00
bbb.shortcutkey.chat.chatinput = 73
2013-01-08 02:41:09 +08:00
bbb.shortcutkey.chat.chatinput.function = Focus the chat input field
2012-12-22 00:03:53 +08:00
bbb.shortcutkey.present.focusslide = 67
2012-08-14 22:36:31 +08:00
bbb.shortcutkey.present.focusslide.function = Focus the presentation slide
2012-12-19 06:49:02 +08:00
bbb.shortcutkey.whiteboard.undo = 90
2012-08-14 22:36:31 +08:00
bbb.shortcutkey.whiteboard.undo.function = Undo last whiteboard mark
2012-12-19 06:49:02 +08:00
2013-03-16 06:53:39 +08:00
bbb.shortcutkey.focus.users = 49
bbb.shortcutkey.focus.users.function = Move focus to the Users window
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.focus.video = 50
bbb.shortcutkey.focus.video.function = Move focus to the Video dock
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
2012-12-19 06:49:02 +08:00
bbb.shortcutkey.share.desktop = 68
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.share.desktop.function = Open desktop sharing window
2012-12-19 06:49:02 +08:00
bbb.shortcutkey.share.microphone = 79
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.share.microphone.function = Open microphone settings window
2012-12-19 06:49:02 +08:00
bbb.shortcutkey.share.webcam = 66
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.share.webcam.function = Open webcam sharing window
2012-12-19 06:49:02 +08:00
2012-12-21 03:09:40 +08:00
bbb.shortcutkey.shortcutWindow = 72
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.shortcutWindow.function = Open shortcut help window
2012-12-21 03:09:40 +08:00
bbb.shortcutkey.logout = 88
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.logout.function = Log out of this meeting
2012-12-21 03:09:40 +08:00
bbb.shortcutkey.raiseHand = 82
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.raiseHand.function = Raise your hand
2012-12-21 03:09:40 +08:00
2012-12-22 00:03:53 +08:00
bbb.shortcutkey.present.upload = 85
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.present.upload.function = Upload presentation
2013-01-05 00:32:41 +08:00
bbb.shortcutkey.present.previous = 65
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.present.previous.function = Go to previous slide
2013-01-05 00:32:41 +08:00
bbb.shortcutkey.present.select = 83
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.present.select.function = View all slides
2013-01-05 00:32:41 +08:00
bbb.shortcutkey.present.next = 69
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.present.next.function = Go to next slide
2013-01-05 00:32:41 +08:00
bbb.shortcutkey.present.fitWidth = 70
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.present.fitWidth.function = Fit slides to width
2013-01-05 00:32:41 +08:00
bbb.shortcutkey.present.fitPage = 80
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.present.fitPage.function = Fit slides to page
2012-12-22 00:03:53 +08:00
2013-03-16 06:53:39 +08:00
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 = 70
bbb.shortcutkey.users.focusUsers.function = Focus to users list
2013-01-05 00:32:41 +08:00
2013-01-05 05:05:52 +08:00
bbb.shortcutkey.chat.focusTabs = 89
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.focusTabs.function = Focus to chat tabs
2013-01-05 05:05:52 +08:00
bbb.shortcutkey.chat.focusBox = 86
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.focusBox.function = Focus to chat box
2013-01-05 05:05:52 +08:00
bbb.shortcutkey.chat.changeColour = 67
bbb.shortcutkey.chat.changeColour.function = Focus to font colour picker.
bbb.shortcutkey.chat.sendMessage = 83
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.sendMessage.function = Send chat message
2013-01-08 02:41:09 +08:00
bbb.shortcutkey.chat.explanation = ----
bbb.shortcutkey.chat.explanation.function = For message navigation, you must focus the chat box.
2013-01-05 05:05:52 +08:00
2013-01-29 04:57:13 +08:00
bbb.shortcutkey.chat.chatbox.advance = 32
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.chatbox.advance.function = Navigate to the next message
2013-01-08 02:41:09 +08:00
bbb.shortcutkey.chat.chatbox.goback = 80
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.chatbox.goback.function = Navigate to the previous message
2013-01-08 02:41:09 +08:00
bbb.shortcutkey.chat.chatbox.repeat = 85
2012-08-15 00:05:26 +08:00
bbb.shortcutkey.chat.chatbox.repeat.function = Repeat current message
2013-01-29 04:57:13 +08:00
bbb.shortcutkey.chat.chatbox.golatest = 89
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.chatbox.golatest.function = Navigate to the latest message
2013-01-08 02:41:09 +08:00
bbb.shortcutkey.chat.chatbox.gofirst = 65
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.chatbox.gofirst.function = Navigate to the first message
2013-01-08 02:41:09 +08:00
bbb.shortcutkey.chat.chatbox.goread = 75
2013-03-02 09:00:33 +08:00
bbb.shortcutkey.chat.chatbox.goread.function = Navigate to the most recent message you've read
2013-01-29 04:57:13 +08:00
bbb.shortcutkey.chat.chatbox.debug = 71
2013-02-20 02:45:50 +08:00
bbb.shortcutkey.chat.chatbox.debug.function = Temporary debug hotkey
2012-10-12 23:43:18 +08:00
2012-08-23 00:23:18 +08:00
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 click '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.validation.toolongAnswer = Your answers are too long. Max length is
bbb.polling.validation.toolongQuestion = Question is too long. Maximum chars:
bbb.polling.validation.toolongTitle = Title is too long, Max:
bbb.polling.validation.noQuestion = Please provide a Question
bbb.polling.validation.noTitle = Please provide a Title
bbb.polling.validation.toomuchAnswers = You have too many answers. Max, answers allowed:
bbb.polling.validation.eachNewLine = Please provide at least 2 Answers start each with new line
bbb.polling.validation.answerUnique = Every answer should be unique
bbb.polling.validation.atLeast2Answers = Please provide at least 2 Answers
bbb.polling.validation.duplicateTitle = This poll already exists
bbb.polling.pollView.vote = Submit
bbb.polling.toolbar.toolTip = Polling
bbb.polling.stats.repost = Repost
bbb.polling.stats.close = Close
bbb.polling.stats.didNotVote = Did Not Vote
bbb.polling.stats.refresh = Refresh
bbb.polling.stats.stopPoll = Stop Poll
bbb.polling.stats.title = Poll Statistics
bbb.polling.view.title = Poll
bbb.polling.stats.webPollURL = This poll is available at:
bbb.polling.stats.votes = votes
bbb.polling.webPollClosed = Web polling has been closed.
bbb.polling.pollClosed = Polling has been closed! The results are:
bbb.polling.vote.error.radio = Please select an option, or close this window to not vote.
bbb.polling.vote.error.check = Please select one or more options, or close this window to not vote.
2013-01-31 07:05:02 +08:00
bbb.publishVideo.startPublishBtn.labelText = Start Sharing
2013-02-05 03:34:23 +08:00
bbb.publishVideo.changeCameraBtn.labelText = Change Camera Settings