mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
This commit is contained in:
@ -1986,6 +1986,9 @@ define([
|
||||
else if (oInfo["less"] != null) {
|
||||
config.msg = Common.Utils.String.format(this.txtInvalidLess, oInfo["target"]["api"]["name"], oInfo["less"]);
|
||||
}
|
||||
else {
|
||||
config.msg = Common.Utils.String.format(this.txtInvalidValue, oInfo["target"]["api"]["name"]);
|
||||
}
|
||||
|
||||
// if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
|
||||
Common.UI.alert(config).$window.attr('data-value', id);
|
||||
|
||||
@ -993,6 +993,7 @@
|
||||
"PDFE.Controllers.Main.txtClickToLoad": "Click to load image",
|
||||
"PDFE.Controllers.Main.txtEditingMode": "Set editing mode...",
|
||||
"PDFE.Controllers.Main.txtEnterDate": "Enter a date",
|
||||
"PDFE.Controllers.Main.txtInvalidValue": "Ivalid value for field \"{0}\"",
|
||||
"PDFE.Controllers.Main.txtInvalidGreater": "Ivalid value for field \"{0}\": must be greater than or equal to {1}.",
|
||||
"PDFE.Controllers.Main.txtInvalidGreaterLess": "Ivalid value for field \"{0}\": must be greater than or equal to {1} and less then or equal to {2}.",
|
||||
"PDFE.Controllers.Main.txtInvalidLess": "Ivalid value for field \"{0}\": must be less than or equal to {1}.",
|
||||
|
||||
Reference in New Issue
Block a user