window.dictionary = { "loading": "Loading", "no": "No", "yes": "Yes", "save": "Save", "success": "Success", "failure": "Failure", "close": "Close", "cancel": "Cancel", "publish": "Publish", "unpublish": "Unpublish", "bookmark": { "like": { "set": { "success": "Marked as liked", "failure": "Error marking as liked" }, "unset": { "success": "Liked removed", "failure": "Error removing like" } }, "favorite": { "set": { "success": "Set as favorite", "failure": "Error setting as favorite" }, "unset": { "success": "Removed from favorites", "failure": "Error removing from favorites" } } }, "confirmTokenTitle": "Delete Social Token", "confirmTokenText": "This will immediately remove our access to this social account. ", "disableApiKeyTitle": "This will immediately prevent any applications using this key from accessing the api, are you sure you wish to do this?", "confirmSubscription": "Confirm Subscription", "confirmTemplate": "Are you sure you wish to delete this mail template?", "confirmDeleteIsUnpublishText": "It will be unpublished, but any requests using it will still be processed as normal", "confirmDeleteForm": "Are you sure you wish to delete this review form?", "confirmDeleteSurvey": "Are you sure you wish to delete this survey?", "confirmDeleteQuestionSet": "Are you sure you wish to delete this question set?", "confirmDeletePaymentTitle": "Are you sure you want to remove this payment method?", "confirmDeletePaymentText": "This cannot be undone", "confirmDeleteUserTitle": "Are you sure you wish to delete this user", "confirmDeleteUserText": "This cannot be undone", "confirmDeprecateTarifTitle": "Are you sure you wish to deprecate this plan", "confirmDeprecateTarifText": "Any accounts on this plan will continue to be on it, but it will not be possible to add companies to it in future", "commentSaved": "Reply saved", "commentNotSaved": "Reply could not be saved", "reportSaved": "Report saved", "reportNotSaved": "Report could not be saved", "mediaPublish": { "publish": { "success": "Published", "failure": "Error publishing" }, "unpublish": { "success": "Unpublished", "failure": "Error unpublishing" } }, "social": { "placeholder": { "url": "Enter link...", "email": "Enter email address...", "phone": "Enter phone number...", "username": "Enter username...", "": "Enter details..." } }, "mediaDelete": { "success": "Media Deleted", "failure": "Error Deleting media" }, "mediaUpdate": { "success": "Media Updated", "failure": "Error Updating media" }, "survey": { "addQuestion": "Add a question", "editQuestion": "Edit question", "text": "Text field", "text_hint": "A normal one line text field", "radio": "Radio boxes", "radio_hint": "For the user to select a single item from many", "dropdown": "Drop down selection", "dropdown_hint": "For the user to select a single item from many", "textarea": "Textarea", "textarea_hint": "For the user to enter a large amount of text", "seperator": "Visual break", "seperator_hint": "A solid horizontal line to break up your form by sections", "paragraph": "Paragraph\/html", "paragraph_hint": "An area of text\/html to add to your form for th user to read.", "checkbox": "Checkboxes", "checkbox_hint": "One or more tick boxes for the user to select", "country": "Country selection", "country_hint": "A dropdown list pre-filled with countries", "email": "Email Address", "email_hint": "A space to add an email address", "signature": "Signature", "signature_hint": "A space for the user to sign. Works best on touch enabled devices.", "date": "Date", "date_hint": "User friendly date selection interface", "number": "Number", "number_hint": "Similar to a standard text area, but only accepts numbers", "option": { "label": "Label:", "required": "Is Required:", "isPublished": "Is Published:", "placeholder": "Placeholder:", "hint": "Hint:", "default": "Default Value:", "cssClass": "css Style class:", "requiresField": "Requires field:", "options": "Options:", "style": "Display Style:", "height": "Height:", "requiresConfirmation": "Requires confirmation:", "width": "Width:", "searchable": "Searchable:", "content": "Paragraph text:", "size": "Size:", "autoValue": "Automatically fill with:", "hideIfAutocontentSet": "Hide if automatically filled:" }, "optionHint": { "searchable": "Should the user be able to quickly search through the options", "size": "How many options should be visible in the drop down without scrolling", "autoValue": "If we receive your client data some automated way, select a value here to auto fill it" }, "options": { "none": "None", "guest_fname": "Guest first name", "guest_lname": "Guest last name", "guest_email": "Guest email", "booking_key": "Booking Key", "trip_id": "Trip Id", "radio": "Radio Buttons", "small_stars": "Small Stars", "big_stars": "Big Stars", "false": "Unlimited", "2": "2", "4": "4", "6": "6", "8": "8", "10": "10", "one_col": "Single column", "two_col": "Two columns", "tickboxes_float": "Horizontal rows" } } }