1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- en:
- admin_js:
- admin:
- wizard:
- label: "Wizards"
- new: "New"
- custom_label: "Custom"
- submissions_label: "Submissions"
- name: "Name"
- name_placeholder: "name of the wizard"
- save_submissions: "Save wizard submissions"
- save: "Save Wizard"
- remove: "Delete Wizard"
- step:
- title: "Step Title"
- title_placeholder: "This will appear at the top of the step"
- banner: "Step Banner"
- banner_placeholder: "This image will appear under the title"
- description: "Step Description"
- description_placeholder: "This will appear underneath the title and / or title"
- add: "Add Step"
- remove: "Remove Step"
- field:
- add: "Add Field"
- remove: "Remove Field"
- label: "Field Name"
- description: "Field Description"
- type: "Field Type"
- choices_label: "Dropdown Choices"
- add_choice: "Add Choice"
- required: "Field Required"
- action:
- add: "Add Action"
- remove: "Remove Action"
- source: "Source"
- send_message:
- label: "Send Message"
- title: "Message Title"
- post: "Message Post"
- recipient: "Message Recipient"
- create_topic:
- label: "Create Topic"
- title: "Topic Title"
- post: "Topic Post"
- category: "Topic Category"
- update_profile:
- label: "Update Profile"
- field: "Profile Field"
- save_input:
- label: "Save Input"
|