mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
For Bug 74921
This commit is contained in:
@ -105,6 +105,13 @@ define([
|
||||
'Diagram Title': this.txtDiagramTitle,
|
||||
'X Axis': this.txtXAxis,
|
||||
'Y Axis': this.txtYAxis,
|
||||
'Button': this.txtButton,
|
||||
'Group': this.txtGroup,
|
||||
'Checkbox': this.txtCheckbox,
|
||||
'Text': this.txtText,
|
||||
'Dropdown': this.txtDropdown,
|
||||
'Listbox': this.txtListbox,
|
||||
'Signature': this.txtSignature
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
@ -1564,7 +1564,13 @@
|
||||
"PDFE.Controllers.Main.txtSeries": "Series",
|
||||
"PDFE.Controllers.Main.txtValidPdfFormat": "Field value should match format \"{0}\".",
|
||||
"PDFE.Controllers.Main.txtXAxis": "X Axis",
|
||||
"PDFE.Controllers.Main.txtYAxis": "Y Axis",
|
||||
"PDFE.Controllers.Main.txtButton": "Button",
|
||||
"PDFE.Controllers.Main.txtGroup": "Group",
|
||||
"PDFE.Controllers.Main.txtCheckbox": "Checkbox",
|
||||
"PDFE.Controllers.Main.txtText": "Text",
|
||||
"PDFE.Controllers.Main.txtDropdown": "Dropdown",
|
||||
"PDFE.Controllers.Main.txtListbox": "Listbox",
|
||||
"PDFE.Controllers.Main.txtSignature": "Signature",
|
||||
"PDFE.Controllers.Main.unknownErrorText": "Unknown error.",
|
||||
"PDFE.Controllers.Main.unsupportedBrowserErrorText": "Your browser is not supported.",
|
||||
"PDFE.Controllers.Main.uploadDocExtMessage": "Unknown document format.",
|
||||
|
||||
Reference in New Issue
Block a user