Skip to main content

CALCULATED_FIELD

{
    "ADD_CALCULATED_FIELD": {
        "MODAL_TITLE": "Calculated Field",
        "SUBMIT_BUTTON": "Create",
        "FORMULA_LABEL": "Formula",
        "FORMULA_DESCRIPTION_JSF": "The formula may contain unique field names and numbers. <br />Add curly brackets to enter the name of the Number fields then add numbers without brackets.<br /><br />Example: {Arg1}*{Arg2}/(2+215)*3,14"
    },
    "ADD_RADIO_GROUP": {
        "MODAL_TITLE": "Add Radio Group",
        "SUBMIT_BUTTON": "Create",
        "GROUP_NAME_LABEL": "Group Name",
        "RADIO_VALUES_LABEL": "Radio Values",
        "RADIO_VALUES_DESCRIPTION": "One per line (minimum of 2)",
        "MORE_THAN_ONE_VALUE_ERROR": "You must specify more than one option",
        "RADIO_VALUES_REQUIRED_ERROR": "Please enter two or more options",
        "GROUP_NAME_DUPLICATE_ERROR": "Values should be unique"
    },
    "ADD_ROLE": {
        "MODAL_TITLE_ADD": "Add Role",
        "MODAL_DESCRIPTION": "Enter role name below. Role names must be unique.",
        "ROLE_NAME_LABEL": "Role Name",
        "SUBMIT_BUTTON_ADD": "Add New Role"
    },
    "APPLICATION_SETTINGS": {
        "DISPLAY_TYPES": {
            "salesforce": "Salesforce Field",
            "smartfield": "Smart Field",
            "field-attachment": "Attachment",
            "field-enumeration": "Dropdown",
            "field-calculated": "Calculated Field",
            "field-initials": "Initials",
            "field-signature": "Signature Field",
            "field-text": "Text Field"
        }
    },
    "ATTACHMENT_PREVIEW": {
        "MODAL_TITLE": "Attachment Preview"
    },
    "BULK_INVITE": {
        "TO_EMAILS_INPUT_PLACEHOLDER": "Enter Email(s)"
    },
    "CALCULATE": {
        "VALID_NUMBER": "{operand} is not a valid number",
        "VALID_FIELD": "field: {operand} does not exist",
        "VALID_DIGITS": "{operand} has length more than 14 digits",
        "VALID_FIELD_VALIDATOR": "field {operand} has either no validation or non numeric validation type",
        "VALID_FIELD_OPTIONS": "field {operand} must contain only numeric options",
        "CUSTOM_OPTIONS": "'Add \"Other\" Option' should be disabled for field {operand}",
        "TOO_LARGE": "Number {num} is too large to be used as constant",
        "PARSE_NUMBER": "Number {num} cannot be parsed",
        "DIVISION_BY_ZERO": "#error: Can't calculate",
        "EMPTY_TERM": "Formula can't be started with sign",
        "EMPTY_TERM_LEFT": "Operand is missing",
        "EMPTY_TERM_RIGHT": "Operand is missing",
        "BRACES": "Braces are not balanced",
        "UNEXPECTED_TOKEN": "Unexpected token: {token}",
        "INVALID_SYMBOL": "Invalid symbol: {symbol}",
        "MISSING_CLOSING_PARENTHESIS": "Missing closing parenthesis:{newToken} ( ",
        "MISSING_PARAMETERS": "Missing parameters:{newToken}()",
        "MISSING_OPENING_PARENTHESIS": "Missing opening parenthesis",
        "MISSING_VARIABLE": "Variable {variableName} does not exist",
        "MISSING_BRACES": "Missing { or }",
        "ONLY_NUMBERIC": "Field {name} must contain only numberic options",
        "DISABLE_DROPDOWN_ANOTHER_OPTION": "Add 'Other Option' should be disabled for field {name}",
        "RECURSION": "Formula has recursion",
        "UNKNOWN_FUNCTION": "Unknown function",
        "VALIDATION_FOR_FORMULA": "The value can be calculated by the formula",
        "FORMULA_WITHOUT_OPERATOR": "Formula must have at least one operator"
    },
    "COMPACT_HEADER": {
        "OPTIONS": "Options",
        "SHOW_EDITING_TOOLS": "Show Editing Tools",
        "SHOW_CONDITIONAL_FIELD_TOOLS": "Show Conditional Field Tools",
        "ENABLE_FIELD_SNAPPING": "Enable Field Snapping",
        "CLOSE_BUTTON": "Close",
        "DOCUMENT_ERRORS_NOTICE": "This document has {errors, plural, one{a field} other{# fields}} with errors",
        "CLICK_TO_RESOLVE_ERRORS": "Click here to resolve this.",
        "SAVE_AND_INVITE_BUTTON": "Save and Invite",
        "DONE_BUTTON": "Done",
        "ROLE_REMOVAL_WARNING": "If you save this document the {numRoles, plural, one{role} other{roles}} {rolesList} will be removed because {numRoles, plural, one{it doesn't} other{they don't}} have any fields associated with {numRoles, plural, one{it} other{them}}.",
        "ROLE_REMOVAL_ARE_YOU_SURE": "Are you sure you want to continue?",
        "ROLE_REMOVAL_CONFIRM": "Confirm",
        "ROLE_REMOVAL_CANCEL": "Cancel",
        "FIELD_SELECTION_STARTED": "Please click on the field you would like to use as a condition.",
        "PREVIEW_SIGNING_SESSION": "Preview Signing Session"
    },
    "CONDITIONAL_FIELDS": {
        "ANY_VALUE": "Any Value",
        "REMOVE_CONDITIONS_MODAL_TITLE": "Are you sure?",
        "REMOVE_CONDITIONS_MODAL_DESCRIPTION": "This will erase all conditions that have been setup for this field.",
        "REMOVE_FORMULA_FIELD_WARNING": "This field is used in some formulas and can't be deleted. Please edit formulas.",
        "FIELD_NAME_IS_REFERENCED_NOTICE": "This field name is referenced as a dependency for {numReferences, plural, one{a conditional field} other{# conditional fields}} in this document.",
        "UPDATE_VALUE_RELATED_DEPENDENCIES_MODAL_TITLE": "Update Related Dependencies?",
        "PALETTE_HELP_TEXT": "Here you can set fields to be hidden until other fields are filled out.<br>Select a field to configure it.",
        "COMBINED_OPERATORS": {
            "AND": {
                "DESCRIPTION": "All of the following"
            },
            "OR": {
                "DESCRIPTION": "Any of the following"
            },
            "NOT_OR": {
                "DESCRIPTION": "None of the following"
            },
            "NOT_AND": {
                "DESCRIPTION": "Not all of the following"
            }
        },
        "IS": "is",
        "IS_NOT": "is not",
        "FULFILLED_DESCRIPTIONS": {
            "field-signature": "{negated, select, false{is} other{is not}} signed",
            "field-text": "{negated, select, false{is} other{is not}} filled in",
            "field-datetime": "{negated, select, false{is} other{is not}} filled in",
            "field-initials": "{negated, select, false{is} other{is not}} initialed",
            "field-checkbox": "{negated, select, false{is} other{is not}} checked",
            "field-attachment": "{negated, select, false{is} other{is not}} uploaded"
        },
        "CIRCULAR_DEPENDENCY_ERROR": "This field cannot depend on {fieldName} because it would result in a circular dependency.",
        "CHOOSE_BY_CLICKING": "Choose by clicking...",
        "DEPENDENCY_TOGGLE_LABEL": "Make this field conditional",
        "DEPENDENCY_TOGGLE_HELP_TEXT": "Hide this field until other fields are filled out",
        "HIDE_THIS_FIELD_UNTIL": "Hide this field until...",
        "NOT_ENOUGH_FIELDS_ERROR": "To use conditional fields, you need to add another field for this signer or a previous signer.",
        "NOT_ENOUGH_FIELDS_ERROR_NO_CROSS_ROLE": "To use conditional fields, you need to add another field for this signer.  Cross-role conditional fields are not available for documents that are a part of a document group or document group template."
    },
    "DECLINE_TO_SIGN": {
        "MODAL_TITLE": "Decline to Sign \"{documentName}\"",
        "SUCCESS_MESSAGE": "Thanks, your message has been sent to <em>{documentOwner}</em>. If you change your mind you can always come back here and sign the document.",
        "MODAL_DESCRIPTION": "Decline to Sign document from <em>{documentOwner}</em>:",
        "SUBMIT_BUTTON": "Decline to Sign",
        "ERROR_MESSAGE": "There was a problem declining this invite",
        "DEFAULT_DECLINE_REASON": "Unfortunately I will not sign this document now.\n\n{email}",
        "DECLINE_REASON_LABEL": "Reason for declining"
    },
    "DOCUMENT_GROUP": {
        "DELETE_GROUP_BUTTON": "Delete Group"
    },
    "DOCUMENT_GROUP_INVITE_SETUP": {
        "SIGNING_STEP": "Signing Step {stepNumber}",
        "EMAIL_PLACEHOLDER": "Email"
    },
    "EDIT_SIGNING_ORDER": {
        "MODAL_TITLE": "Who is signing?",
        "MODAL_DESCRIPTION": "Enter the name and e-mail address of all the signers that need to sign this document.",
        "SENDERS_EMAIL_PLACEHOLDER": "[Sender's Email]",
        "START_ADDING_FIELDS_BUTTON": "Start adding fields",
        "SAVE_SIGNERS_BUTTON": "Save Signers",
        "SIGNING_STEP_HEADER": "Signing Step {index}",
        "WILL_SIGN_FIRST_SUBHEADER": "these signers will be asked to sign first",
        "WILL_SIGN_AFTER_ALL_SUBHEADER": "these signers sign after all signers in prior group sign",
        "SIGNER_OPTIONS": {
            "IS_SENDER": "Signer is Sender",
            "SHOW_DECLINE_BUTTON": "Show Decline button on Signature Fields"
        },
        "RECENT_SIGNERS": {
            "HEADER": "Recent Signers",
            "NEW_SIGNER_NAME": "New Signer"
        },
        "ASKED_TO_SIGN": "will be asked to sign",
        "CANCEL_INVITING_BUTTON": "Cancel Inviting",
        "CONFIRMING_MODAL_TITLE": "Are you sure you want to continue?",
        "BACK_BUTTON": "Back",
        "CONFIRM_BUTTON": "Confirm",
        "HELP": "Help"
    },
    "FIELD_NAME": {
        "CONTROL_LABEL": "Unique Field Name",
        "CONTROL_HELP_TEXT": "Fields can be given unique names so they can be referenced when setting up conditional fields",
        "INVALID_CHARACTERS": "The following characters are not allowed in field names: {invalidCharacters}",
        "DUPLICATE_NAME_ERROR": "Another field on this document is already named \"{fieldName}\""
    },
    "FIELDS": {
        "REQUIRED_LABEL": "Required",
        "RADIO_VALUE_TOOLTIP": "Radio value: {value}",
        "DATE_LABEL": "Date",
        "OTHER": "Other"
    },
    "FORMS": {
        "CANCEL": "Cancel",
        "GENERIC_REQUIRED": "This value is required",
        "GENERIC_REQUIRED_SUFFIX": " is required",
        "OK": "OK"
    },
    "GUIDED_HEADER": {
        "SIGNING": "Signing",
        "REQUIRED_FIELDS_STATUS": "({fulfilled} of {total} required {total, plural, one{field} other{fields}} completed)",
        "DOWNLOAD": "Download",
        "DECLINE_TO_SIGN": "Decline To Sign",
        "SAVE_AND_PAY": "Save and Pay"
    },
    "GUIDED_SIGNING_SESSION": {
        "MODAL_TITLE": "Hi, {email}",
        "MODAL_DESCRIPTION": "{email} has invited you to fill out and sign this in {numFields, plural, one{one place} other{# places}}.",
        "REQUIRED_COUNT": "<strong>{count}</strong> Required",
        "OPTIONAL_COUNT": "<strong>{count}</strong> Optional",
        "OK_BUTTON": "Get Started"
    },
    "INVITE": {
        "CC_LABEL": "CC:"
    },
    "MAKE_PAYMENT": {
        "MAKE_PAYMENT": "Payment"
    },
    "PREVIEW_SIGNING_SESSION": {
        "TITLE": "Preview Signing Session",
        "DESCRIPTION": "Select a signer to preview signing this document as if you were that signer",
        "CANCEL_BUTTON": "Cancel",
        "PREVIEW_BUTTON": "Preview"
    },
    "SERVER_VALIDATION": {
        "FIELDS": {
            "AGE_SHORT_NAME": "Age",
            "AGE_DESCRIPTION": "Please enter an Age in years (e.g. 29). Maximum of 122",
            "AGE_ERROR": "Please enter a valid Age in years (e.g. 29). Maximum of 122",
            "ALPHANUMERIC_SHORT_NAME": "Alphanumeric",
            "ALPHANUMERIC_DESCRIPTION": "Please enter only letters and/or numbers (e.g. abc123)",
            "ALPHANUMERIC_ERROR": "Please enter only letters and/or numbers (e.g. abc123)",
            "BANK_ROUTING_NUMBER_SHORT_NAME": "Bank Routing Transit Number (RTN)",
            "BANK_ROUTING_NUMBER_DESCRIPTION": "Please enter a bank routing transit number (e.g.614321634)",
            "BANK_ROUTING_NUMBER_ERROR": "Please enter a valid bank routing transit number (e.g.614321634)",
            "BASIC_NUMBER_FORMAT_SHORT_NAME": "Basic Number Format",
            "BASIC_NUMBER_FORMAT_DESCRIPTION": "Enter a number with or without *( )+-=/., (e.g. 12345 or 1,234.50 or 1,234.05)",
            "BASIC_NUMBER_FORMAT_ERROR": "Enter a number with or without *( )+-=/., (e.g. 12345 or 1,234.50 or 1,234.05)",
            "CREDIT_CARD_SHORT_NAME": "Credit Card Number",
            "CREDIT_CARD_DESCRIPTION": "Enter a credit card number with hyphens or spaces (e.g. 5500 0000 0000 0004)",
            "CREDIT_CARD_ERROR": "Enter a valid credit card number with hyphens or spaces (e.g. 5500 0000 0000 0004)",
            "CURRENCY_FORMAT1_SHORT_NAME": "Currency Amount Format 1",
            "CURRENCY_FORMAT1_DESCRIPTION": "Please enter a currency amount (e.g. 73,234.55)",
            "CURRENCY_FORMAT1_ERROR": "Please enter a valid currency amount (e.g. 73,234.55)",
            "CURRENCY_FORMAT2_SHORT_NAME": "Currency Amount Format 2",
            "CURRENCY_FORMAT2_DESCRIPTION": "Please enter a currency amount (e.g. 73.234,55)",
            "CURRENCY_FORMAT2_ERROR": "Please enter a valid currency amount (e.g. 73.234,55)",
            "DATE_EU1_SHORT_NAME": "Date (EU): DD/MM/YYYY",
            "DATE_EU1_DESCRIPTION": "Enter a date in dd/mm/yy format (e.g. 27/11/2008)",
            "DATE_EU1_ERROR": "Enter a valid date in dd/mm/yy format (e.g. 27/11/2008)",
            "DATE_EU2_SHORT_NAME": "Date (EU): DD/MM/YY",
            "DATE_EU2_DESCRIPTION": "Enter a date in DD/MM/YY format (e.g. 31/12/2008)",
            "DATE_EU2_ERROR": "Enter a valid date in DD/MM/YY format (e.g. 31/12/2008)",
            "DATE_TIME_SHORT_NAME": "Date Time: MM/DD/YYYY HH:MM:SS",
            "DATE_TIME_DESCRIPTION": "Enter a date and time (optional) formatted: mm/dd/yyyy hh:mm:ss AM/PM",
            "DATE_TIME_ERROR": "Enter a date and time (optional) formatted: mm/dd/yyyy hh:mm:ss AM/PM",
            "DATE_US_SHORT_NAME": "Date (US): MM/DD/YYYY",
            "DATE_US_DESCRIPTION": "Enter a date in mm/dd/yyyy format (e.g. 09/29/2008)",
            "DATE_US_ERROR": "Enter a valid date in mm/dd/yyyy format (e.g. 09/29/2008)",
            "DATE7_SHORT_NAME": "Date: MM/DD/YY",
            "DATE7_DESCRIPTION": "Enter a date in mm/dd/yyyy format (e.g. 09/29/2008)",
            "DATE7_ERROR": "Enter a valid date in mm/dd/yyyy format (e.g. 09/29/2008)",
            "DATE8_SHORT_NAME": "Date: YYYY-MM-DD",
            "DATE8_DESCRIPTION": "Enter a date in yyyy-mm-dd format (e.g. 2008-09-29)",
            "DATE8_ERROR": "Enter a valid date in yyyy-mm-dd format (e.g. 2008-09-29)",
            "DATE9_SHORT_NAME": "Date: YYYY/MM/DD",
            "DATE9_DESCRIPTION": "Enter a date in yyyy/mm/dd format (e.g. 2008/09/29)",
            "DATE9_ERROR": "Enter a valid date in yyyy/mm/dd format (e.g. 2008/09/29)",
            "DATE10_SHORT_NAME": "Date: YYYY-M-D",
            "DATE10_DESCRIPTION": "Enter a date in yyyy-m-d format (e.g. 2008-9-2)",
            "DATE10_ERROR": "Enter a valid date in yyyy-m-d format (e.g. 2008-9-2)",
            "DATE11_SHORT_NAME": "Date: YYYY/M/D",
            "DATE11_DESCRIPTION": "Enter a date in yyyy/m/d format (e.g. 2008/9/2)",
            "DATE11_ERROR": "Enter a valid date in yyyy/m/d format (e.g. 2008/9/2)",
            "DATE12_SHORT_NAME": "Date: D.M.YYYY",
            "DATE12_DESCRIPTION": "Enter a date in d.m.yyyy format (e.g. 2.9.2008)",
            "DATE12_ERROR": "Enter a valid date in d.m.yyyy format (e.g. 2.9.2008)",
            "DATE13_SHORT_NAME": "Date: D-M-YYYY",
            "DATE13_DESCRIPTION": "Enter a date in d-m-yyyy format (e.g. 2-9-2008)",
            "DATE13_ERROR": "Enter a valid date in d-m-yyyy format (e.g. 2-9-2008)",
            "DATE14_SHORT_NAME": "Date: D/M/YYYY",
            "DATE14_DESCRIPTION": "Enter a date in d/m/yyyy format (e.g. 2/9/2008)",
            "DATE14_ERROR": "Enter a valid date in d/m/yyyy format (e.g. 2/9/2008)",
            "DATE15_SHORT_NAME": "Date: DD.MM.YYYY",
            "DATE15_DESCRIPTION": "Enter a date in dd.mm.yyyy format (e.g. 02.09.2008)",
            "DATE15_ERROR": "Enter a valid date in dd.mm.yyyy format (e.g. 02.09.2008)",
            "DATE16_SHORT_NAME": "Date: DD-MM-YYYY",
            "DATE16_DESCRIPTION": "Enter a date in dd-mm-yyyy format (e.g. 02-09-2008)",
            "DATE16_ERROR": "Enter a valid date in dd-mm-yyyy format (e.g. 02-09-2008)",
            "DD_MON_YYYY_SHORT_NAME": "DD-MON-YYYY Format",
            "DD_MON_YYYY_DESCRIPTION": "Enter a date in all caps with hyphens between values (e.g. 9-MAY-1981)",
            "DD_MON_YYYY_ERROR": "Enter a date in all caps with hyphens between values: DD-MM-YYYY (e.g. 9-MAY-1981)",
            "EMAIL_SHORT_NAME": "Email Address",
            "EMAIL_DESCRIPTION": "Please enter an email address (e.g. john@gmail.com)",
            "EMAIL_ERROR": "Please enter a valid email address (e.g john+1@gmail.com or john123@gmail.com)",
            "INTEGERS_EU_FORMAT_SHORT_NAME": "Integers in EU Format",
            "INTEGERS_EU_FORMAT_DESCRIPTION": "Enter an integer in EU format (14 characters max) separated with periods (e.g. 1.455.099)",
            "INTEGERS_EU_FORMAT_ERROR": "Enter an integer in EU format (14 characters max) separated with periods (e.g. 1.455.099)",
            "INTEGERS_US_FORMAT_SHORT_NAME": "Integers in US Format",
            "INTEGERS_US_FORMAT_DESCRIPTION": "Enter an integer in US format (14 characters max) separated with commas (e.g. 1,455,099).",
            "INTEGERS_US_FORMAT_ERROR": "Enter an integer in US format (14 characters max) separated with commas (e.g. 1,455,099).",
            "NUMBER_SHORT_NAME": "Number",
            "NUMBER_DESCRIPTION": "Enter a number (14 characters max) using commas or periods as separators (e.g. 1234.5 or 1,234.05)",
            "NUMBER_ERROR": "Enter a valid number (14 characters max) using commas or periods as separators (e.g. 1234.5 or 1,234.05)",
            "PHONE_SHORT_NAME": "US Phone",
            "PHONE_DESCRIPTION": "Please enter a US phone number including area code (e.g. (123) 456-7890)",
            "PHONE_ERROR": "Please enter a valid US phone number including area code (e.g. (123) 456-7890)",
            "POSITIVE_INTEGERS_SHORT_NAME": "Positive Integers",
            "POSITIVE_INTEGERS_DESCRIPTION": "Enter a number (14 characters max) using digits only (eg. 12345)",
            "POSITIVE_INTEGERS_ERROR": "Enter a valid number (14 characters max) using digits only (eg. 12345)",
            "POSITIVE_INTEGERS_EU_FORMAT_SHORT_NAME": "Positive Integers for formula calculations in EU Format",
            "POSITIVE_INTEGERS_EU_FORMAT_DESCRIPTION": "Enter a positive integer in EU format (14 characters max) separated with periods (e.g. 1.455.099)",
            "POSITIVE_INTEGERS_EU_FORMAT_ERROR": "Enter a positive integer in EU format (14 characters max) separated with periods (e.g. 1.455.099)",
            "POSITIVE_INTEGERS_US_FORMAT_SHORT_NAME": "Positive Integers for formula calculations in US Format",
            "POSITIVE_INTEGERS_US_FORMAT_DESCRIPTION": "Enter a positive integer in US format (14 characters max) separated with commas (e.g. 1,455,099).",
            "POSITIVE_INTEGERS_US_FORMAT_ERROR": "Enter a positive integer in US format (14 characters max) separated with commas (e.g. 1,455,099).",
            "POSITIVE_NEGATIVE_INTEGERS_SHORT_NAME": "Positive or Negative Integers",
            "POSITIVE_NEGATIVE_INTEGERS_DESCRIPTION": "Enter a positive or negative integer (e.g. 1234 or -1234)",
            "POSITIVE_NEGATIVE_INTEGERS_ERROR": "Enter a valid positive or negative integer (e.g. 1234 or -1234)",
            "SSN_SHORT_NAME": "SSN",
            "SSN_DESCRIPTION": "Please enter a Social Security Number (e.g. 123-45-6789)",
            "SSN_ERROR": "Please enter a valid Social Security Number (e.g. 123-45-6789)",
            "STATE_SHORT_NAME": "State",
            "STATE_DESCRIPTION": "Enter a US state (e.g. AL or CA)",
            "STATE_ERROR": "Enter a valid US state (e.g. AL or CA)",
            "TIME_ONLY_SHORT_NAME": "Time Only: HH:MM",
            "TIME_ONLY_DESCRIPTION": "Please enter a time (hh:mm)",
            "TIME_ONLY_ERROR": "Please enter a valid time (hh:mm)",
            "US_CURRENCY_SHORT_NAME": "US Currency",
            "US_CURRENCY_DESCRIPTION": "Enter an amount in dollars (e.g. $1,234.50 or $1,234.05)",
            "US_CURRENCY_ERROR": "Enter a valid amount in dollars (e.g. $1,234.50 or $1,234.05)",
            "EU_CURRENCY_SHORT_NAME": "EU Currency",
            "EU_CURRENCY_DESCRIPTION": "Enter an amount in euros (e.g. €1,234.50 or €1,234.05)",
            "EU_CURRENCY_ERROR": "Enter a valid amount in euros (e.g. €1,234.50 or €1,234.05)",
            "US_POSTAL_CODE_SHORT_NAME": "Zip",
            "US_POSTAL_CODE_DESCRIPTION": "Please enter a 5 or 9 digit US zip code (e.g. 92663 or 92663-1234)",
            "US_POSTAL_CODE_ERROR": "Enter a 5 or 9 digit US zip code (e.g. 92663 or 92663-1234)",
            "WRITTEN_DATE_SHORT_NAME": "Written Date: MON DD, YYYY",
            "WRITTEN_DATE_DESCRIPTION": "Enter a date in written format (e.g. Jan 1, 2003 or December 12, 1999)",
            "WRITTEN_DATE_ERROR": "Enter a valid date in written format (e.g. Jan 1, 2003 or December 12, 1999)"
        }
    },
    "SIGNATURE_WINDOW": {
        "DRAW": {
            "TITLE": "Draw",
            "CLEAR": "Clear",
            "INSTRUCTIONS": "Draw slowly with your cursor to create your custom signature.",
            "REQUIRED_ERROR": "Please draw your [TYPE] with your mouse first."
        },
        "REQUIRED_ERROR": "Please draw, type or upload your [TYPE] first.",
        "MY_SIGNATURE": {
            "TITLE": "My Signature"
        },
        "PREVIEW_UPLOAD": {
            "CONTRAST": "Contrast:",
            "ROTATION": "Rotation:"
        },
        "TYPE": {
            "TITLE": "Type"
        },
        "UPLOAD": {
            "TITLE": "Upload",
            "UPLOAD_SIGNATURE": "Upload Signature",
            "UPLOAD_AN_IMAGE_OR_SCAN": "Upload an image or scan of your signature.",
            "INSTRUCTIONS": "Upload a signature for the most handwritten look.",
            "REQUIRED_ERROR": "Please upload an image of your [TYPE] first."
        }
    },
    "TOOLS": {
        "FIELD_HEADER": "Request",
        "EDIT_SIGNERS": "Edit Signers",
        "ELEMENT_SIGNATURE": "My Signature",
        "ELEMENT_TEXT": "Text",
        "ELEMENT_DATE": "Today's Date",
        "ELEMENT_CHECK": "My Check",
        "FIELD_SIGNATURE": "Signature Field",
        "FIELD_TEXT": "Text Field",
        "FIELD_DATE": "Date/Time Field",
        "FIELD_CALCULATED": "Calculated Field",
        "FIELD_INITIALS": "Initials Field",
        "FIELD_CHECK": "Checkbox Field",
        "FIELD_RADIO": "Radio Button Group",
        "FIELD_DROPDOWN": "Dropdown Field",
        "INTEGRATION_SALESFORCE": "Salesforce Field",
        "INTEGRATION_SMARTTFIELD": "Smart Field"
    },
    "UPLOAD_ATTACHMENT": {
        "MODAL_TITLE": "Upload Attachment",
        "UPLOAD_BUTTON": "Upload Attachment",
        "FILE_NAME_LABEL": "File name:",
        "FILE_SIZE_LABEL": "File size:",
        "FILE_TYPE_LABEL": "File type:",
        "CREATED_LABEL": "Created: ",
        "SUCCESS_MESSAGE": "File uploaded! Press OK to attach to document."
    },
    "TOURS": {
        "DOCUMENT_EDIT": {
            "STEP_TITLE_1": "Request fields",
            "STEP_CONTENT_1": "The request section shows you all the information you’ll need to add signers, set signing order and add fields to your document.",
            "STEP_TITLE_1A": "Add and Edit Signers",
            "STEP_CONTENT_1A": "You can edit signers by clicking on the \"Edit Signers\" button.  You'll be able to add/remove signers and set signing order.",
            "STEP_TITLE_2": "Adding fields to a document",
            "STEP_CONTENT_2": "Clicking on a field will activate it. Once you’ve activated a field, click on the document to indicate where you want signers to put the requested information. You can also drag fields directly onto your document.",
            "STEP_TITLE_3": "Editing a document",
            "STEP_CONTENT_3": "The Sign & Edit Section allows you to place permanent text or signatures on a document. This is useful for documents you’d like to sign before sending. Just remember, once you click save, these document changes will be permanent.",
            "STEP_TITLE_4": "Additional options",
            "STEP_CONTENT_4": "To access even more options, click the gear icon to see additional tools.",
            "STEP_TITLE_5": "Finishing up",
            "STEP_CONTENT_5": "When you’ve finished setting up your document, click the ‘Done’ button in the upper right to save your document."
        },
        "ROLE_EDITOR": {
            "STEP_TITLE_1": "Signing steps",
            "STEP_CONTENT_1": "Signing steps allow you to have multiple people sign a document in the order that you specify.",
            "STEP_TITLE_2": "Reorder signers",
            "STEP_CONTENT_2": "Click and hold onto the signer to drag them into different signing steps.",
            "STEP_TITLE_3": "Add additional signers",
            "STEP_CONTENT_3": "Add additional signers by clicking on the blue add signers button. Once clicked, a new signer role will appear for you to set.",
            "STEP_TITLE_4": "Add recent signers",
            "STEP_CONTENT_4": "Signers can also be added from your ‘Recent Signers’ list on the right.",
            "STEP_TITLE_5": "Add additional signing steps",
            "STEP_CONTENT_5": "Add more signing steps by dragging signers into the grey box labeled “Signing Step”.",
            "STEP_TITLE_6": "Carbon copy",
            "STEP_CONTENT_6": "CC recipients will receive an email attachment of the document when all signers have completed signing."
        }
    },
    "SIGNATURE_MODAL": {
        "SIGNATURE_VALID": "Any signature you create with SignNow is legally valid.",
        "MY_SIGNATURE": "Make this \"My Signature\"",
        "CANCEL": "Cancel",
        "ADD": "Add",
        "REUSE": "You can reuse a recently used signature here.",
        "TYPE_NAME": "Type your name",
        "SAMPLE_SIGNATURE": "Sample Signature",
        "SIGNATURE_TYPE_ERROR": "Please make sure you have typed your [TYPE] and selected a font first."
    },
    "IMPORT_MODAL": {
        "PAGE_NUMBER_DONT_MATCH": "The new document has less pages than the source document. Fields on pages that do not exist on the new document will not be imported. ",
        "PAGE_SIZE_DONT_MATCH": "The dimensions of some pages do not match. Some fields may need to be re-positioned. ",
        "ARE_YOU_SURE": "Are you sure you want to proceed?"
    },
    "TOOLBOX": {
        "EDIT_SIGN": "Edit & Sign",
        "HELP": "Help"
    },
    "FIELD_MODALS": {
        "COMMON": {
            "LABEL": "Label",
            "LABEL_PH": "e.g. First Name",
            "ROLE": "Role",
            "VALIDATION_TYPE": "Validation Type",
            "ADVANCED": "Advanced",
            "PREFILLED": "Prefilled Text",
            "PREFILLED_PH": "e.g. State",
            "DELETE": "Delete",
            "OK": "Ok"
        },
        "TEXT": {
            "TITLE": "Text"
        },
        "DATETIME": {
            "TITLE": "Date/Time",
            "PH": "e.g. Today's Date"
        },
        "INITIALS": {
            "TITLE": "Initials"
        },
        "CHECKBOX": {
            "TITLE": "Checkbox"
        },
        "RADIO": {
            "TITLE": "Radio Button"
        },
        "DROPDOWN": {
            "TITLE": "Dropdown List"
        },
        "ATTACHMENT": {
            "TITLE": "Attachment"
        },
        "SIGNATURE": {
            "SIGNATURE": "Signature"
        },
        "PAYMENT": {
            "LABEL": "Make this payment field"
        }
    }
}