[DE] Fix Bug 44663
This commit is contained in:
parent
20341f094e
commit
94633cce20
|
@ -1546,10 +1546,14 @@ define([
|
|||
config.maxwidth = 600;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.DirectUrl:
|
||||
case Asc.c_oAscError.ID.DirectUrl:
|
||||
config.msg = this.errorDirectUrl;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.CannotCompareInCoEditing:
|
||||
config.msg = this.errorCompare;
|
||||
break;
|
||||
|
||||
default:
|
||||
config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id);
|
||||
break;
|
||||
|
@ -2533,7 +2537,8 @@ define([
|
|||
errorUpdateVersionOnDisconnect: 'Internet connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.',
|
||||
txtChoose: 'Choose an item.',
|
||||
errorDirectUrl: 'Please verify the link to the document.<br>This link must be a direct link to the file for downloading.',
|
||||
txtStyle_Caption: 'Caption'
|
||||
txtStyle_Caption: 'Caption',
|
||||
errorCompare: 'The Compare documents feature is not available in the co-editing mode.'
|
||||
}
|
||||
})(), DE.Controllers.Main || {}))
|
||||
});
|
|
@ -416,6 +416,7 @@
|
|||
"DE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
|
||||
"DE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
||||
"DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
|
||||
"DE.Controllers.Main.errorCompare": "The Compare documents feature is not available in the co-editing mode.",
|
||||
"DE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.",
|
||||
"DE.Controllers.Main.loadFontsTextText": "Loading data...",
|
||||
"DE.Controllers.Main.loadFontsTitleText": "Loading Data",
|
||||
|
|
Loading…
Reference in a new issue