mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:16:08 +08:00
[PDF] Fix list box
This commit is contained in:
@ -396,14 +396,14 @@ define([
|
||||
|
||||
capBtnText: 'Text Field',
|
||||
capBtnComboBox: 'Combo Box',
|
||||
capBtnDropDown: 'Dropdown',
|
||||
capBtnDropDown: 'List Box',
|
||||
capBtnCheckBox: 'Checkbox',
|
||||
capBtnRadioBox: 'Radio Button',
|
||||
capBtnImage: 'Image',
|
||||
textClearFields: 'Clear All Fields',
|
||||
tipTextField: 'Insert text field',
|
||||
tipComboBox: 'Insert combo box',
|
||||
tipDropDown: 'Insert dropdown list',
|
||||
tipDropDown: 'Insert list box',
|
||||
tipCheckBox: 'Insert checkbox',
|
||||
tipRadioBox: 'Insert radio button',
|
||||
tipImageField: 'Insert image',
|
||||
|
||||
@ -1501,7 +1501,7 @@
|
||||
"PDFE.Views.FormSettings.textAdvanced": "Show advanced settings",
|
||||
"PDFE.Views.FormsTab.capBtnCheckBox": "Checkbox",
|
||||
"PDFE.Views.FormsTab.capBtnComboBox": "Combo Box",
|
||||
"PDFE.Views.FormsTab.capBtnDropDown": "Dropdown",
|
||||
"PDFE.Views.FormsTab.capBtnDropDown": "List Box",
|
||||
"PDFE.Views.FormsTab.capBtnEmail": "Email Address",
|
||||
"PDFE.Views.FormsTab.capBtnImage": "Image",
|
||||
"PDFE.Views.FormsTab.capBtnNext": "Next Field",
|
||||
@ -1519,7 +1519,7 @@
|
||||
"PDFE.Views.FormsTab.tipComboBox": "Insert combo box",
|
||||
"PDFE.Views.FormsTab.tipCreditCard": "Insert credit card number",
|
||||
"PDFE.Views.FormsTab.tipDateTime": "Insert date and time",
|
||||
"PDFE.Views.FormsTab.tipDropDown": "Insert dropdown list",
|
||||
"PDFE.Views.FormsTab.tipDropDown": "Insert list box",
|
||||
"PDFE.Views.FormsTab.tipEmailField": "Insert email address",
|
||||
"PDFE.Views.FormsTab.tipImageField": "Insert image",
|
||||
"PDFE.Views.FormsTab.tipNextForm": "Go to the next field",
|
||||
|
||||
Reference in New Issue
Block a user