{
    "tips": {
      "CreatePushButton": "Create Push Button",
      "CreateCheckBox": "Create Check Box",
      "CreateRadioButton": "Create Radio Button",
      "CreateComboBox": "Create Combo Box",
      "CreateListBox": "Create List Box",
      "CreateText": "Create Text Field",
      "CreateSignature": "Create Signature",
      "KeepToolSelected": "Keep Tool Selected",
      "CreateDate": "Create Date",
      "CreateImage": "Create Image",
      "showCO": "Calculation Order",
      "HighlightFields": "Highlight Fields",
      "ResetForm": "Reset Form",
      "AddTooltip": "Add Tooltip",
      "CreateFailed": "Failed to create field."
    },
    "prefix": {
      "1": "Push Button",
      "2": "Check Box",
      "3": "Radio Button",
      "4": "Combo Box",
      "5": "List Box",
      "6": "Text Field",
      "7": "Signature",
      "8": "Image Field",
      "9": "Date Field"
    },
    "dialog": {
      "pushButtonTitle": "Push Button Properties",
      "checkBoxTitle": "Check Box Properties",
      "radioButtonTitle": "Radio Button Properties",
      "comboBoxTitle": "Combo Box Properties",
      "listBoxTitle": "List Box Properties",
      "textFieldTitle": "Text Field Properties",
      "signatureTitle": "Signature Properties",
      "multipleSelectedTitle": "Form Field Properties",
      "multipleCopyTitle": "Create Multiple Copies of Field",
      "duplicateTitle": "Duplicate Field",
      "inputScript": "JavaScript Edition",
      "jsHint": "Enter JavaScript:",
      "numberError": "This field has more than one controls, can't be copied.",
      "typeError": "Signature field can't be pasted.",
      "tabNav": {
        "general": "General",
        "appearance": "Appearance",
        "position": "Position",
        "options": "Options",
        "format": "Format",
        "validate": "Validate",
        "calculate": "Calculate",
        "signed": "Signed",
        "selectionChange": "Selection Change",
        "action": "Actions"
      },
      "general": {
        "name": "Name",
        "tooltip": "Tooltip",
        "commonProperties": "Common Properties",
        "formField": "Form Field",
        "visible": "Visible",
        "hidden": "Hidden",
        "visibleButUnprintable": "Visible but unprintable",
        "hiddenButPrintable": "Hidden but printable",
        "orientation": "Orientation",
        "degrees": "Degrees",
        "readOnly": "Read Only",
        "required": "Required"
      },
      "appearance": {
        "bordersAndColors": "Borders and Colors",
        "lineStyle": "Line Style",
        "solid": "Solid",
        "dashed": "Dashed",
        "beveled": "Beveled",
        "inset": "Inset",
        "underline": "Underline",
        "thickness": "Thickness",
        "thin": "Thin",
        "medium": "Medium",
        "thick": "Thick",
        "borderColor": "Border Color",
        "fillColor": "Fill Color",
        "text": "Text",
        "fontSize": "Font Size",
        "auto": "auto",
        "textColor": "Text Color",
        "font": "Font",
        "direction": "Direction",
        "leftToRight": "Left-to-right",
        "rightToLeft": "Right-to-left"
      },
      "options": {
        "pushButton": {
          "layout": "Layout",
          "labelOnly": "Label only",
          "iconOnly": "Icon only",
          "iconTopLabelBottom": "Icon top, label bottom",
          "labelTopIconBottom": "Label top, icon bottom",
          "iconLeftLabelRight": "Icon left, label right",
          "labelLeftIconRight": "Label left, icon right",
          "labelOverIcon": "Label over icon",
          "advanced": "Advanced...",
          "behavior": "Behavior",
          "none": "None",
          "push": "Push",
          "outline": "Outline",
          "invert": "Invert",
          "iconAndLabel": "Icon and label",
          "label": "Label",
          "icon": "Icon",
          "state": "State",
          "up": "Up",
          "down": "Down",
          "rollover": "Rollover",
          "chooseIcon": "Choose icon...",
          "clear": "Clear",
          "advancedDialog": {
            "title": "Icon Placement",
            "labelScaleType": "When to scale",
            "optionAlways": "Always",
            "optionNever": "Never",
            "optionBig": "Icon is too big",
            "optionSmall": "Icon is too small",
            "labelScale": "Scale",
            "optionProportionally": "Proportionally",
            "optionNonProportionally": "Non-Proportionally",
            "checkFit": "Fit to bounds",
            "labelButton": "Button",
            "icon": "Icon",
            "tip": "Use this dialog to change the way the icon is scaled to fit inside the button.",
            "buttonReset": "Reset",
            "buttonOk": "OK",
            "buttonCancel": "Cancel"
          },
          "iconSelectDialog": {
            "title": "Select Icon",
            "file": "File",
            "browse": "Browse...",
            "clear": "Clear Icon",
            "sample": "Sample",
            "buttonOk": "OK",
            "buttonCancel": "Cancel"
          }
        },
        "comboListBox": {
          "item": "Item",
          "add": "Add",
          "exportValue": "Export value",
          "itemList": "Item list",
          "delete": "Delete",
          "up": "Up",
          "down": "Down",
          "sortItems": "Sort items",
          "allowUserEnter": "Allow user to enter custom text",
          "multipleSelection": "Multiple selection",
          "commitSelectedValue": "Commit selected value immediately"
        },
        "choice": {
          "buttonStyle": "Button style",
          "checkboxStyle": "Check Box style",
          "check": "Check",
          "circle": "Circle",
          "cross": "Cross",
          "diamond": "Diamond",
          "square": "Square",
          "star": "Star",
          "exportValue": "Export Value",
          "checkedByDefault": "Checked by default",
          "radioSameNameValueUnison": "Radio buttons with the same name and value are selected in unison"
        },
        "textField": {
          "alignment": "Alignment",
          "left": "Left",
          "center": "Center",
          "right": "Right",
          "defaultValue": "Default Value",
          "scrollLongText": "Scroll long text",
          "allowRichTextFormatting": "Allow rich text formatting",
          "limitOf": "Limit of",
          "characters": "Characters",
          "password": "Password",
          "fieldIsUsedForFileSelection": "Field is used for file selection",
          "checkSpelling": "Check spelling",
          "combOf": "Comb of",
          "multiLine": "Multi-line",
          "lineSpacing": "Line spacing",
          "single": "Single",
          "lines1_5": "1.5 lines",
          "doubleLines": "Double lines",
          "exactly": "Exactly",
          "auto": "Auto",
          "at": "At",
          "pt": "pt"
        }
      },
      "optionTitle": {
        "none": " ",
        "number": "Number Options",
        "percentage": "Percentage Options",
        "date": "Date Options",
        "time": "Time Options",
        "special": "Special Options",
        "custom": "Custom Options"
      },
      "format": {
        "selectFormatCategory": "Select format category",
        "none": "None",
        "number": "Number",
        "percentage": "Percentage",
        "date": "Date",
        "time": "Time",
        "special": "Special",
        "custom": "Custom",
        "noneInfo": "The field value will be formatted as it is entered. To format fields automatically, select a format from the Format Category list.",
        "numberInfo": "Use the Number format category to display numbers, including currency styles.",
        "percentageInfo": "The Percentage format category multiplies the field value by 100 and displays it with a percent sign.",
        "dateInfo": "Use the Date format category to display only the date or both date and time values. Use the Time format category to display only the time.",
        "timeInfo": "Use the Time format category to display only time values. Use the Date format category to display both time and date.",
        "specialInfo": "Use the Special format category to set up custom formatting and to display phone number, zip/postal codes, and social security numbers.",
        "customInfo": "Use the Custom category to create your own JavaScript for custom formatting and keystroke validation.",
        "decimalPlaces": "Decimal places",
        "separatorStyle": "Separator style",
        "currencySymbol": "Currency symbol",
        "negativeNumberStyle": "Negative number style",
        "showParentheses": "Show parentheses",
        "useRedText": "Use red text",
        "exampleOfCurrentFormat": "Example of current format",
        "zipCode": "Zip Code",
        "zipCode4": "Zip Code+4",
        "phoneNumber": "Phone Number",
        "socialSecurityNumber": "Social Security Number",
        "arbitraryMask": "Arbitrary Mask",
        "edit": "Edit...",
        "customFormatScript": "Custom Format Script",
        "customKeystrokeScript": "Custom Keystroke Script",
        "currencySymbolList": {
          "USDollar": "U.S. Dollar($)",
          "DeutschMark": "Deutsch Mark(DM.)",
          "Euro": "Euro(€)",
          "DutchGuilder": "Dutch Guilder(fl.)",
          "Franc": "Franc(F.)",
          "DanishKrone": "Danish Krone(kr.)",
          "ItalianLira": "Italian Lira(Lit.)",
          "SpanishPeseta": "Spanish Peseta(Pts.)",
          "Pound": "Pound(£)",
          "AustralianDollar": "Australian Dollar($A.)",
          "NewZealandDollar": "New Zealand Dollar($NZ.)",
          "RussianRuble": "Russian Ruble(Py6)",
          "PortugueseEscudo": "Portuguese Escudo(ESC.)",
          "HongKongDollar": "HongKong Dollar(HK$)",
          "MacaoPataca": "Macao Pataca(P.)",
          "RenminbiYuan": "Renminbi Yuan(￥)",
          "NewTaiwanDollar": "New Taiwan Dollar(NT$)",
          "SingaporeDollar": "Singapore Dollar(S.$)",
          "KoreanWon": "Korean Won(₩)",
          "JapaneseYen": "Japanese Yen(￥)",
          "PolishZloty": "Polish Zloty(zł)",
          "Krona": "Krona(SEK)",
          "NorwegianKrone": "Norwegian Krone(kr)",
          "CanadianDollar": "Canadian Dollar(C$)"
        }
      },
      "validate": {
        "fieldValueIsNotValidated": "Field value is not validated",
        "fieldValueIsInRange": "Field value is in range",
        "from": "From",
        "to": "To",
        "runCustomValidationScript": "Run custom validation script",
        "edit": "Edit..."
      },
      "calculate": {
        "valueIsNotCalculated": "Value is not calculated",
        "valueIsThe": "Value is the",
        "sum": "sum(+)",
        "product": "product(x)",
        "average": "average",
        "minimum": "minimum",
        "maximum": "maximum",
        "ofTheFollowFields": "of the following fields",
        "simplifiedFieldNotation": "Simplified field notation",
        "customCalculateScript": "Custom calculate script",
        "pick": "Pick...",
        "edit": "Edit..."
      },
      "signed": {
        "nothing": "Nothing happens when signed",
        "mark": "Mark as read-only:",
        "custom": "This script executes when field is signed:",
        "all": "All Fields",
        "exclude": "All Fields except these fields",
        "include": "Just these fields",
        "pick": "Pick",
        "edit": "Edit",
        "SignatureSelection": "Signature Selection",
        "markFields": "Mark Fields as Read-only"
      },
      "position": {
        "units": "Units",
        "points": "Points",
        "inches": "Inches",
        "centimeters": "Centimeters",
        "picas": "Picas",
        "millimeters": "Millimeters",
        "name": "Position",
        "left": "Left:",
        "right": "Right:",
        "top": "Top:",
        "bottom": "Bottom:",
        "width": "Width:",
        "height": "Height:",
        "required": "Do not change height and width when changing the position."
      },
      "selection": {
        "title": "When the list box selection changes:",
        "noSelection": "Do nothing",
        "selectAction": "Execute this script:",
        "edit": "Edit..."
      },
      "footer": {
        "locked": "Locked",
        "preview": "Preview",
        "sameName": "Same Name"
      },
      "multipleCopy": {
        "number": "Number of Fields",
        "column": "Copy selected fields down(times)",
        "row": "Copy selected fields across(times)",
        "size": "Overall Size (All Fields)",
        "width": "Change Width(px)",
        "height": "Change Height(px)",
        "position": "Overall Position (All Fields)",
        "left": "Left",
        "up": "Up",
        "right": "Right",
        "down": "Down"
      },
      "duplicate": {
        "question": "Duplicate the field on which pages?",
        "all": "All Pages",
        "odd": "Odd Pages",
        "even": "Even Pages",
        "errRange": "From No. is larger than To.",
        "errRangeStart": "Page No. can't be smaller than 1.",
        "errRangeEnd": "Page No. can't be larger than {max}."
      },
      "calculateOrder": {
        "title": "Calculation Order",
        "subtitle": "Form Fields:"
      },
      "addTooltip": {
        "title": "Foxit PDF Editor Cloud",
        "noFormField": "No new form field annotations were detected.",
        "addSuccess": "Tooltips have been automatically added for all form fields which do not have descriptions."
      }
    },
    "contextMenu": {
      "multipleCopy": "Create Multiple Copies",
      "copyToPage": "Duplicate",
      "setTabOrder": "Set Tab Order",
      "align": {
        "title": "Align",
        "left": "Left",
        "right": "Right",
        "top": "Top",
        "bottom": "Bottom",
        "vertically": "Vertically",
        "horizontally": "Horizontally"
      },
      "center": {
        "title": "Center",
        "vertically": "Vertically",
        "horizontally": "Horizontally",
        "both": "Both"
      },
      "distribute": {
        "title": "Distribute",
        "vertically": "Vertically",
        "horizontally": "Horizontally"
      },
      "size": {
        "title": "Size",
        "width": "Width",
        "height": "Height",
        "both": "Both"
      }
    },
    "assistant": {
      "button-text": "Designer Assistant",
      "button-tooltip": "Show or hide suggested locations for form fields"
    },
    "resetFieldsConfirm": "This option will reset all form fields to their default values. The values in your form fields will be lost. Are you sure you want to continue?",
    "simpleDialog": {
      "name": "Name",
      "exportValue": "Export Value",
      "label": "Label",
      "footer": {
        "required": "Required",
        "allProperties": "All Properties"
      }
    },
    "action-summary": {
        "label": {
            "uri": "Link: {{uri}}",
            "file": "File: {{path}}",
            "pageNo": "Page No: {{pageNumber}}",
            "zoomLevel": "Zoom level: {{scale}}",
            "showField": "Show Fields: {{fieldName}}",
            "hideField": "Hide Fields: {{fieldName}}",
            "thisDocument": "File: This Document",
            "gotoEmbeddedDocument": "Document: PDF Attachment"
        }
    }
  }