{
  "Text": "Text Object",
  "Path": "Shape Object",
  "Image": "Image Object",
  "Shading": "Shading Object",
  "XObject": "XObject Object",
  "TextProps": "Text Object Properties",
  "PathProps": "Shape Object Properties",
  "ImageProps": "Image Object Properties",
  "ShadingProps": "Shading Object Properties",
  "MixedProps": "Object Properties",
  "Size": "Size",
  "buttons": {
    "edit-text": "Edit Text",
    "join-split": "Link & Join Text",
    "join": "Join",
    "split": "Split",
    "link": "Link",
    "unlink": "Unlink",
    "select-none": "Select None",
    "close": "Close"
  },
  "popMenu": {
    "JoinTextBoxes": "Join Text Boxes",
    "SplitTextBoxes": "Split Text Boxes",
    "LinkTextBoxes": "Link Text Boxes",
    "UnlinkTextBoxes": "Unlink Text Boxes",
    "SelectNone": "Select None",
    "MaxValue": "Max Value",
    "Undo": "Undo",
    "Redo": "Redo",
    "Cut": "Cut",
    "Copy": "Copy",
    "Paste": "Paste",
    "Delete": "Delete",
    "SelectAll": "Select All",
    "RightToLeft": "Right to Left",
    "LeftToRight": "Left to Right",
    "Properties": "Properties...",
    "SetDefault": "Set Current Properties as Default",
    "EditObject": "Edit Object",
    "BackGround": "Send to Back",
    "ForwardGround": "Bring Forward",
    "AlignStartFlag": "Align",
    "AlignLeft": "Left",
    "AlignRight": "Right",
    "AlignTop": "Top",
    "AlignBottom": "Bottom",
    "AlignVertical": "Vertically",
    "AlignHorizontal": "Horizontally",
    "CenterStartFlag": "Center",
    "CenterVertical": "Vertically",
    "CenterHorizontal": "Horizontally",
    "CenterBoth": "Both",
    "DistributeStartFlag": "Distribute",
    "DistributeVertical": "Vertically",
    "DistributeHorizontal": "Horizontally",
    "SizeStartFlag": "Size",
    "SizeWidth": "Width",
    "SizeHeight": "Height",
    "SizeBoth": "Both",
    "RotateStartFlag": "Rotate",
    "RotateClockwise": "Clockwise",
    "RotateCounterClockwise": "Counterclockwise",
    "RotateMoreOptions": "More Rotation Options",
    "FlipStartFlag": "Flip",
    "FlipVertical": "Vertically",
    "FlipHorizontal": "Horizontally",
    "Shear": "Shear",
    "AddClipStartFlag": "Add Clip Path",
    "AddClipRectangle": "Rectangle",
    "AddClipElipse": "Ellipse",
    "AddClipRoundRectangle": "Round Rectangle",
    "AddClipPolygon": "Polygon",
    "AddClipCurve": "Curve",
    "AddClipDrawing": "Drawing",
    "EditClip": "Edit Clip Path",
    "ClearClip": "Clear Clip Path",
    "Convert2Shape": "Convert to Shape Object",
    "InsertStartFlag": "Insert",
    "InsertLine": "Line",
    "InsertBessel": "Bessel",
    "ChangeToStartFlag": "Change to",
    "ChangeToLine": "Line",
    "ChangeToBessel": "Bessel",
    "Close": "Close",
    "AddLine": "Add line",
    "AddRectangle": "Add rectangle",
    "AddEllipse": "Add ellipse",
    "AddLineDrawing": "Add line drawing",
    "Exit": "Exit",
    "ChangeOrderStartFlag": "Change Order",
    "Backward": "Send Backward",
    "FrontGround": "Bring to Front"
  },
  "alert": {
    "joinFailed": "Cannot join. These text boxes are not contiguous.",
    "notAvaliable": "Edit Text Tool is not available on rotated, vertical, sheared or flipped text objects. Use the Edit Object tool to edit this text.",
    "createImageFailed": "Failed to create image.",
    "mertTextFaided": "Failed to merge texts. The reason might be one of following: \n\t They are different fonts. \n\t They are different PDF objects. \n\t They are not in the same baseline.",
    "textInputReachesLimit": "You cannot add more text to this box. It has reached the end of the page. To reflow text to the next page, please use the \"Link & Join\" tool to link this text box to one on the next page."
  },
  "confirm": {
    "content": "This page contains non-editable text. If you would like to edit the text on this page, please run OCR in \"Edit Text\" mode by clicking \"Recognize Text\".",
    "againText": "Do not show this message again",
    "buttons": {
      "setting": "Settings",
      "recognize": "Recognize Text",
      "no": "Cancel"
    }
  },
  "general":{
    "title":"General",
    "posx":"Position X",
    "posy":"Position Y",
    "width":"Width",
    "height":"Height",
    "scalex":"Scale X",
    "scaley":"Scale Y",
    "constrain": "Constrain proportions"
  },
  "textAp":{
    "title":"Appearance",
      "noColor":"No Color",
    "fontName":"Font Name",
    "fontSize":"Font Size",
    "HScale":"Horizontal scale",
    "charSpace":"Character spacing",
    "wordSpace":"Word spacing",
    "textMode":"Text mode",
    "strokeColor":"Stroke Color",
    "strokeText":"Stroke text",
    "fillText":"Fill text",
    "fillStrokeText":"Fill then stroke Text",
    "invisible":"Text with no fill and no stroke(invisible)",
    "lineColor":"Line Color",
    "fillColor":"Fill Color",
    "opacity":"Opacity",
    "lineWidth":"Line Width",
    "Dashed":"Dashed",
    "miterLimit":"Miter Limit",
    "capStyle":"Line Cap Style",
    "project":"Projecting Square Cap",
    "round":"Round",
    "butt":"Butt",
    "bevel":"Bevel",
    "miter":"Miter",
    "gray":"Gray",
    "joinStyle":"Line Join Style"
  },
  "editObject": {
    "title": "Edit Object",
    "all": "All",
    "text": "Text",
    "image": "Image",
    "shape": "Shape",
    "shading": "Shading"
  },
  "addText": {
    "title": "Add Text"
  },
  "addImage": {
    "title": "Add Image from File"
  },
  "addShape": {
    "title": "Add Shapes",
    "addPath": "Add Path",
    "addShading": "Add Shading",
    "buttons": {
        "line": "Add Line Path",
        "rect": "Add Rect Path",
        "roundedRect": "Add RoundedRect Path",
        "circle": "Add Circle Path",
        "brokenLine": "Add BrokenLine Path",
        "pentagonal": "Add Pentagonal Path",
        "curve": "Add Curve Path",
        "closedCurve": "Add ClosedCurve Path",
        "closedIrregularFigure": "Add ClosedIrregularFigure Path"
    }
  },
  "addShading": {
    "buttons": {
        "rect": "Add Rect Shading",
        "roundedRect": "Add RoundedRect Shading",
        "circle": "Add Circle Shading",
        "brokenLine": "Add BrokenLine Shading",
        "Pentagonal": "Add Pentagonal Shading",
        "curve": "Add Curve Shading",
        "closedCurve": "Add ClosedCurve Shading",
        "closedIrregularFigure": "Add ClosedIrregularFigure Shading"
    }
  }
}