Translate the 'wrong application' error message

This commit is contained in:
yflory
2017-03-27 11:34:54 +02:00
parent e64618e8f6
commit d92a875ce5
3 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ define(function () {
out.websocketError = 'Unable to connect to the websocket server...';
out.typeError = "This pad is not compatible with the selected application";
out.onLogout = 'You are logged out, <a href="/" target="_blank">click here</a> to log in<br>or press <em>Escape</em> to access your pad in read-only mode.';
out.wrongApp = "Unable to display the content of that realtime session in your browser. Please try to reload that page.";
out.loading = "Loading...";
out.error = "Error";