|
@@ -197,8 +197,8 @@
|
197
|
197
|
"lockMessage": "Failed to lock the conference.",
|
198
|
198
|
"warning": "Warning",
|
199
|
199
|
"passwordNotSupported": "Room passwords are currently not supported.",
|
200
|
|
- "sorry": "Sorry",
|
201
|
|
- "internalError": "Internal application error [setRemoteDescription]",
|
|
200
|
+ "internalErrorTitle": "Internal error",
|
|
201
|
+ "internalError": "Oups! Something went wrong. The following error occurred: [setRemoteDescription]",
|
202
|
202
|
"unableToSwitch": "Unable to switch video stream.",
|
203
|
203
|
"SLDFailure": "Oops! Something went wrong and we failed to mute! (SLD Failure)",
|
204
|
204
|
"SRDFailure": "Oops! Something went wrong and we failed to stop video! (SRD Failure)",
|
|
@@ -246,7 +246,8 @@
|
246
|
246
|
"password": "Enter password",
|
247
|
247
|
"userPassword": "user password",
|
248
|
248
|
"token": "token",
|
249
|
|
- "tokenAuthFailed": "Failed to authenticate with XMPP server: invalid token",
|
|
249
|
+ "tokenAuthFailedTitle": "Authentication problem",
|
|
250
|
+ "tokenAuthFailed": "Sorry, you're not allowed to join this call.",
|
250
|
251
|
"displayNameRequired": "Please enter your display name",
|
251
|
252
|
"extensionRequired": "Extension required:",
|
252
|
253
|
"firefoxExtensionPrompt": "You need to install a Firefox extension in order to use screen sharing. Please try again after you <a href='__url__'>get it from here</a>!",
|