Display the error when opening a document with the wrong app
This commit is contained in:
@@ -22,7 +22,9 @@ define(function () {
|
||||
].join('');
|
||||
|
||||
out.common_connectionLost = "<b>Connexion au serveur perdue</b><br>Vous êtes désormais en mode lecture seule jusqu'au retour de la connexion.";
|
||||
|
||||
out.websocketError = 'Impossible de se connecter au serveur WebSocket...';
|
||||
out.typeError = "Ce document temps-réel n'est pas compatible avec l'application sélectionnée";
|
||||
|
||||
out.loading = "Chargement...";
|
||||
out.error = "Erreur";
|
||||
|
||||
@@ -28,6 +28,7 @@ define(function () {
|
||||
out.common_connectionLost = out.updated_common_connectionLostAndInfo;
|
||||
|
||||
out.websocketError = 'Unable to connect to the websocket server...';
|
||||
out.typeError = "That realtime document is not compatible with the selected application";
|
||||
|
||||
out.loading = "Loading...";
|
||||
out.error = "Error";
|
||||
|
||||
Reference in New Issue
Block a user