Added description of the error connecting to the database

This commit is contained in:
ONLYOFFICE
2014-09-17 12:20:31 +04:00
parent 0e4f7740a6
commit 3a891381ec
14 changed files with 20 additions and 0 deletions

View File

@@ -587,6 +587,9 @@ Ext.define("PE.controller.Main", {
case c_oAscError.ID.ConvertationPassword:
config.msg = this.errorFilePassProtect;
break;
case c_oAscError.ID.Database:
config.msg = this.errorDatabaseConnection;
break;
default:
config.msg = this.errorDefaultMessage.replace("%1", id);
break;
@@ -1350,6 +1353,7 @@ Ext.define("PE.controller.Main", {
txtEditingMode: "Set editing mode...",
errorCoAuthoringDisconnect: "Server connection lost. You can't edit anymore.",
errorFilePassProtect: "The document is password protected.",
errorDatabaseConnection: "External error.<br>Database connection error. Please, contact support.",
textAnonymous: "Anonymous",
txtNeedSynchronize: "You have an updates",
applyChangesTitleText: "Loading Data",