[PDF] Fix Bug 64842

This commit is contained in:
Julia Radzhabova
2023-10-25 16:23:11 +03:00
parent afe060f19e
commit cc0807ede3
2 changed files with 7 additions and 1 deletions

View File

@ -1607,6 +1607,10 @@ define([
config.msg = this.errorInconsistentExt;
break;
case Asc.c_oAscError.ID.MailToClientMissing:
config.msg = this.errorEmailClient;
break;
default:
config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id);
break;
@ -2448,7 +2452,8 @@ define([
txtInvalidPdfFormat: 'The value entered does not match the format of the field "{0}".',
txtValidPdfFormat: 'Field value should match format "{0}".',
txtChoose: 'Choose an item',
txtEnterDate: 'Enter a date'
txtEnterDate: 'Enter a date',
errorEmailClient: 'No email client could be found'
}
})(), PDFE.Controllers.Main || {}))
});

View File

@ -419,6 +419,7 @@
"PDFE.Controllers.Main.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.<br>Contact %1 sales team for personal upgrade terms.",
"PDFE.Controllers.Main.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
"PDFE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
"PDFE.Controllers.Main.errorEmailClient": "No email client could be found.",
"PDFE.Controllers.Navigation.txtBeginning": "Beginning of document",
"PDFE.Controllers.Navigation.txtGotoBeginning": "Go to the beginning of the document",
"PDFE.Controllers.Print.textMarginsLast": "Last Custom",