Add translation
This commit is contained in:
parent
dcba78ebb5
commit
c1eeb6c46a
|
@ -2086,6 +2086,17 @@
|
|||
"DE.Views.FormSettings.textUnlock": "Unlock",
|
||||
"DE.Views.FormSettings.textValue": "Value Options",
|
||||
"DE.Views.FormSettings.textWidth": "Cell width",
|
||||
"DE.Views.FormSettings.textAnyone": "Anyone",
|
||||
"DE.Views.FormSettings.textPhone1": "Phone Number (e.g. (123) 456-7890)",
|
||||
"DE.Views.FormSettings.textPhone2": "Phone Number (e.g. +447911123456)",
|
||||
"DE.Views.FormSettings.textZipCodeUS": "US Zip Code (e.g. 92663 or 92663-1234)",
|
||||
"DE.Views.FormSettings.textUSSSN": "US SSN (e.g. 123-45-6789)",
|
||||
"DE.Views.FormSettings.textUKPassport": "UK Passport Number (e.g. 925665416)",
|
||||
"DE.Views.FormSettings.textCreditCard": "Credit Card Number (e.g 4111-1111-1111-1111)",
|
||||
"DE.Views.FormSettings.textDateField": "Date & Time Field",
|
||||
"DE.Views.FormSettings.textDateFormat": "Display the date like this",
|
||||
"DE.Views.FormSettings.textLang": "Language",
|
||||
"DE.Views.FormSettings.textFillRoles": "Who needs to fill this out?",
|
||||
"DE.Views.FormsTab.capBtnCheckBox": "Checkbox",
|
||||
"DE.Views.FormsTab.capBtnComboBox": "Combo Box",
|
||||
"DE.Views.FormsTab.capBtnComplex": "Complex Field",
|
||||
|
@ -2125,6 +2136,19 @@
|
|||
"DE.Views.FormsTab.tipTextField": "Insert text field",
|
||||
"DE.Views.FormsTab.tipViewForm": "View form",
|
||||
"DE.Views.FormsTab.txtUntitled": "Untitled",
|
||||
"DE.Views.FormsTab.textAnyone": "Anyone",
|
||||
"DE.Views.FormsTab.txtInlineText": "Inline",
|
||||
"DE.Views.FormsTab.txtInlineDesc": "Insert inline text field",
|
||||
"DE.Views.FormsTab.txtFixedText": "Fixed",
|
||||
"DE.Views.FormsTab.txtFixedDesc": "Insert fixed text field",
|
||||
"DE.Views.FormsTab.tipInlineText": "Insert inline text field",
|
||||
"DE.Views.FormsTab.tipFixedText": "Insert fixed text field",
|
||||
"DE.Views.FormsTab.capZipCode": "Zip Code",
|
||||
"DE.Views.FormsTab.capCreditCard": "Credit Card",
|
||||
"DE.Views.FormsTab.tipZipCode": "Insert zip code",
|
||||
"DE.Views.FormsTab.tipCreditCard": "Insert credit card number",
|
||||
"DE.Views.FormsTab.capDateTime": "Date & Time",
|
||||
"DE.Views.FormsTab.tipDateTime": "Insert date and time",
|
||||
"DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom center",
|
||||
"DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom left",
|
||||
"DE.Views.HeaderFooterSettings.textBottomPage": "Bottom of Page",
|
||||
|
@ -2600,6 +2624,35 @@
|
|||
"DE.Views.RightMenu.txtSignatureSettings": "Signature settings",
|
||||
"DE.Views.RightMenu.txtTableSettings": "Table settings",
|
||||
"DE.Views.RightMenu.txtTextArtSettings": "Text Art settings",
|
||||
"DE.Views.RoleDeleteDlg.textTitle": "Delete Role",
|
||||
"DE.Views.RoleDeleteDlg.textLabel": "To delete this role, you need to move the fields associated with it to another role.",
|
||||
"DE.Views.RoleDeleteDlg.textSelect": "Select for field merger role",
|
||||
"DE.Views.RoleEditDlg.txtTitleEdit": "Edit Role",
|
||||
"DE.Views.RoleEditDlg.txtTitleNew": "Create New Role",
|
||||
"DE.Views.RoleEditDlg.textName": "Role name",
|
||||
"DE.Views.RoleEditDlg.textEmptyError": "Role name must not be empty.",
|
||||
"DE.Views.RoleEditDlg.textNoHighlight": "No highlighting",
|
||||
"DE.Views.RoleEditDlg.errNameExists": "Role with such a name already exists.",
|
||||
"DE.Views.RoleEditDlg.capBtnManager": "Manage Roles",
|
||||
"DE.Views.RoleEditDlg.tipManager": "Manage Roles",
|
||||
"DE.Views.RolesManagerDlg.txtTitle": "Manage Roles",
|
||||
"DE.Views.RolesManagerDlg.closeButtonText ": "Close",
|
||||
"DE.Views.RolesManagerDlg.textNew": "New",
|
||||
"DE.Views.RolesManagerDlg.textEdit": "Edit",
|
||||
"DE.Views.RolesManagerDlg.textDelete": "Delete",
|
||||
"DE.Views.RolesManagerDlg.textEmpty": "No roles have been created yet.<br>Create at least one role and it will appear in this field.",
|
||||
"DE.Views.RolesManagerDlg.warnDelete": "Are you sure you want to delete the role {0}?",
|
||||
"DE.Views.RolesManagerDlg.warnCantDelete": "You cannot delete this role because it has associated fields.",
|
||||
"DE.Views.RolesManagerDlg.textUp": "Move role up",
|
||||
"DE.Views.RolesManagerDlg.textDown": "Move role down",
|
||||
"DE.Views.RolesManagerDlg.textDescription": "Add roles and set the order in which the fillers receive and sign the document",
|
||||
"DE.Views.RolesManagerDlg.textAnyone": "Anyone",
|
||||
"DE.Views.SaveFormDlg.txtTitle": "Save as Form",
|
||||
"DE.Views.SaveFormDlg.saveButtonText": "Save",
|
||||
"DE.Views.SaveFormDlg.textEmpty": "There are no roles associated with fields.",
|
||||
"DE.Views.SaveFormDlg.textDescription": "When saving to the oform, only roles with fields are added to the filling list",
|
||||
"DE.Views.SaveFormDlg.textFill": "Filling list",
|
||||
"DE.Views.SaveFormDlg.textAnyone": "Anyone",
|
||||
"DE.Views.ShapeSettings.strBackground": "Background color",
|
||||
"DE.Views.ShapeSettings.strChange": "Change Autoshape",
|
||||
"DE.Views.ShapeSettings.strColor": "Color",
|
||||
|
|
Loading…
Reference in a new issue