mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:08:52 +08:00
[PDF] Fix Bug 64842
This commit is contained in:
@ -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 || {}))
|
||||
});
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user