Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
This commit is contained in:
commit
4f44869815
@ -6,7 +6,7 @@ bbb.pageTitle = BigBlueButton
|
||||
bbb.mainshell.statusInfo = Please wait while we load {0} modules:
|
||||
bbb.mainshell.statusInfo.loaded = {0}(loaded)
|
||||
bbb.mainshell.statusInfo.testRTMPConnection = Please wait while we test your connection to the server.
|
||||
bbb.mainshell.statusInfo2.testRTMPConnection = This may take a minute or two.
|
||||
bbb.mainshell.statusInfo2 = NOTE: If the loading stops, please clear your browser's cache and try again.
|
||||
bbb.mainshell.statusProgress.testRTMPConnection = Connecting to RTMP://{0}:1935/{1}.
|
||||
bbb.mainshell.statusProgress.testRTMPTConnection = Connecting to RTMPT://{0}:80/{1}.
|
||||
bbb.mainshell.statusProgress.loading = Loading:
|
||||
|
@ -178,7 +178,7 @@
|
||||
effectsLib="{flexlib.mdi.effects.effectsLib.MDIVistaEffects}"
|
||||
width="100%" height="100%">
|
||||
<mx:Label x="200" y="400" id="statusInfo" text="{ResourceUtil.getInstance().getString('bbb.mainshell.statusInfo',[numberOfModules])}"/>
|
||||
<mx:Label x="200" y="420" id="statusInfo2"/>
|
||||
<mx:Label x="200" y="420" id="statusInfo2" text="{ResourceUtil.getInstance().getString('bbb.mainshell.statusInfo2')}"/>
|
||||
<mx:Label x="200" y="440" id="statusProgress" text="{ResourceUtil.getInstance().getString('bbb.mainshell.statusProgress.loading')}"/>
|
||||
</main:MainCanvas>
|
||||
<mx:ControlBar width="100%" height="20" paddingTop="0">
|
||||
|
Loading…
Reference in New Issue
Block a user