var aynaxImageLanguagePath = '' var AynaxMessages = { VALID_NUMBER : "Please enter a valid number. Example: 34.50", ILLEGAL_CHARACTER_REMOVE: "Illegal Character Removed: ", ALLOW_INPUT: "\n\nAllowed Input:\n------------------\nnumbers: 0-9\nperiod: .\nminus: -", ALLOW_INPUT_HYPHEN: "\n\nAllowed Input:\n------------------\nletters\nnumbers: 0-9\nempty space\nparentheses: ( )\nunderscore: _\nperiod: .\ncomma: ,\napostrophe: \'\nampersand: &\nhyphen: -", ALLOW_INPUT_LETTER: "\n\nAllowed Input:\n------------------\nletters (a-z)\nnumbers (0-9)", ALLOW_INPUT_SYMBOL: "\n\nAllowed Input:\n------------------\nletters (a-z)\nnumbers (0-9)\nperiods (.)\nhyphens (-)\nunderscores (_)\n@-symbol", ALLOW_INPUT_NUMBER: "\n\nAllowed Input:\n------------------\nletters (a-z)\nnumbers (0-9)\n", YOUR_NAME : "Your name", STREET : "Street", STREET2 : "Street #2", CITY : "City", ZIP : "Zip", ATTENTION : "Attention", TO_NAME : "Customer Name", VENDOR_NAME: "Vendor name", VENDOR_ADDRESS:"Vendor address", HIDE_SECOND_TAX : "Hide second tax", ADD_SECOND_TAX: "Add second tax", DIMENSIONS_MAX: "Dimensions: max 250x100px", TAX_NAME_ID_NUMBER: "Tax Name & ID Number", FILE_UPLOAD: "File Uploading Please Wait", FILE_ERROR_UPLOAD: "Error in Upload, check settings and path info in source code.", PDF_SETTINGS_CHANGE: "When you change the PDF-settings, we update the standard e-mail message. You have, however, changed the message yourself. Shall we still replace it (your editing will be lost)?", PURCHASE_ORDER: "Purchase Order", EDIT_DEFAULT: "Edit Default", EDIT_DEFAULT_NOTES: "Edit Default Notes", EDIT_DEFAULT_MESSAGE: "Edit Default Message", NOTES: "notes", ADD_DEFAULT_NOTES_INVOICE: "Add the default notes to the current invoice", ADD_DEFAULT_NOTES_PO: "Add the default notes to the current purchase order", ADD_DEFAULT_NOTES_ESTIMATE: "Add the default notes to the current estimate", ADD_DEFAULT_SEND_MESSAGE: "Add the default message to the current message", CLICK_OUTSIDE_FIELDS: "Click outside the field to save your changes", CLICK_SAVE_EMAIL: "Click to edit e-mail address", CUSTOMER_NAME: "Customer name", CUSTOMER_ADDRESS: "Customer address", FIRST_NAME: "First name", LAST_NAME: "Last name", EMAIL_ADDRESS: "E-mail address", PHONE_NUM_LABEL: "Phone #", VALID_EMAIL_ADDRESS: "You must enter a valid e-mail address in the field below", ILLEGAL_CHARACTER_ADDRESS: "Illegal character in e-mail address", INCORRECTLY_FORMATTED_EMAIL: 'Incorrectly formatted e-mail address. "@"-sign missing', INCORRECTLY_FORMATTED_EMAIL_PERIOD: 'Incorrectly formatted e-mail address. Period (".") missing', EMAIL_WWW_MISSING: 'You should not have "www." in your emailaddress', MISSING_PASSWORD: "You must enter a password in the field below", PASSWORD_TOO_SHORT: "Your password is too short: Minimum 4 characters", SAVE_INVOICE_CREATE_ACCOUNT: "Save Invoice & Create Free Account", STEP2:"(Step 2 of 2)", FREE_TRIAL_ACCOUNT: "Free Trial Account", ACCOUNT_SHORT:"Your account name is too short: Minimum 4 characters", ACCOUNT_NAME_AVAILABLE: "This account name is available", ACCOUNT_NAME_NOT_AVAILABLE: "This account name is not available", ONLY_NUMBERS: "Only numbers allowed in this field.", ONLY_LETTERS: "Only letters, numbers and dashes allowed in this field.", CONTACT_EMAIL_ADDRESS: "Enter your contact's e-mail address", REMOVE_RECIPIENT: "Remove recipient", NUMBER_STAMPS: "Please enter the number of stamps you want to buy.", NUMBER_STAMPS_DIGIT: "The Number of stamps should be digit", ENTER_VALID_PASSWORD: "You must enter a password in field below", ERROR_300: "Please enter a name in the from field", ERROR_302: "No customer ID; please reload the page", ERROR_303: "Please enter an invoice number", ERROR_304: "Customer name cannot be blank. Please enter his or her name in the field below.", SPECIAL_CHARACTER_NOT_ALLOWED: "This special character is not allowed in your name. Remove character inside brackets:", SPECIAL_CHARACTER_NOT_ALLOWED_CUSTOMER: "This special character is not allowed in the customer's name. Remove character inside brackets:", ERROR_TRY_AGAIN: "There was and error. Please try again", TAX: "Tax", CANCEL: "Cancel", SAVE: "Save", OK: "Ok", MESSAGE_LABEL : "Your default notes have successfully been updated" , SENDMESSAGE_SAVE_LABEL : "Your default message has successfully been updated" , REGEX_ALPHA : "a-z" + decodeURI("\\u00C0-\\u017F") };