Refine survey editor flow and auth styling
This commit is contained in:
@@ -2,26 +2,32 @@ survey:
|
||||
list:
|
||||
login_required: "This area uses the regular Contao member login. Please place the module on a protected page or provide a separate login page."
|
||||
create: "Create new survey"
|
||||
delete: "Delete"
|
||||
delete_confirm: "Delete this survey? This will permanently remove all questions, answers, and results as well. Alternatively, you can simply switch the survey to unpublished."
|
||||
delete_confirm_second: "Are you really sure?"
|
||||
published: "published"
|
||||
draft: "Draft"
|
||||
locked: "locked"
|
||||
no_description: "No description available."
|
||||
questions: "%count% questions"
|
||||
answers: "%count% answers"
|
||||
participations: "%count% participations"
|
||||
edit: "Edit"
|
||||
public_view: "Public view"
|
||||
show_results: "Show results"
|
||||
empty: "There is currently no survey assigned to the logged-in member."
|
||||
edit:
|
||||
login_required: "This frontend module is intended for logged-in members. Please use the regular Contao member login on a protected page."
|
||||
entry_not_allowed: "This page cannot be opened directly. Please switch to edit mode via the survey list."
|
||||
create_title: "Create new survey"
|
||||
create_text: "The survey will automatically be assigned to the logged-in member after creation."
|
||||
label_title: "Title"
|
||||
label_survey_title: "Survey title"
|
||||
label_description: "Description"
|
||||
publish_directly: "Publish immediately"
|
||||
create_submit: "Create survey"
|
||||
back_to_list: "Back to list"
|
||||
public_view_open: "Open public view"
|
||||
copy_public_link: "Copy public link"
|
||||
copy_public_link_success: "Link copied"
|
||||
public_link: "Public link"
|
||||
no_public_page: "No public page configured yet."
|
||||
status: "Status"
|
||||
@@ -34,6 +40,12 @@ survey:
|
||||
metadata: "Survey metadata"
|
||||
publish_survey: "Publish survey"
|
||||
save: "Save"
|
||||
save_metadata: "Save metadata"
|
||||
save_this_question: "Save this question"
|
||||
save_new_question: "Save new question"
|
||||
dirty_metadata: "Unsaved changes in metadata"
|
||||
dirty_question: "Unsaved changes in this question"
|
||||
dirty_new_question: "Unsaved changes in the new question"
|
||||
editors_title: "Editing members"
|
||||
no_editors: "No editors configured."
|
||||
responses_title: "Answers and results"
|
||||
@@ -66,6 +78,9 @@ survey:
|
||||
delete_question_confirm: "Delete this question?"
|
||||
delete: "Delete"
|
||||
no_questions: "No questions created yet."
|
||||
new_question: "Create new question"
|
||||
open_question: "Open accordion"
|
||||
close_question: "Close accordion"
|
||||
conditions_title: "Jump rules"
|
||||
source_question: "Source question"
|
||||
answer: "Answer"
|
||||
@@ -82,6 +97,13 @@ survey:
|
||||
default_description: "Please answer the following questions. Each question is shown individually."
|
||||
thanks_title: "Thank you for completing the survey."
|
||||
thanks_text: "Your answers have been stored anonymously. No participant identity was linked to this survey run."
|
||||
question_type_yes_no_maybe: "Yes/No/Maybe"
|
||||
question_type_choice: "Choice"
|
||||
question_type_range: "Rating"
|
||||
question_type_text: "Free text"
|
||||
answer_yes: "Yes"
|
||||
answer_no: "No"
|
||||
answer_maybe: "Maybe"
|
||||
question_progress: "Question %current%"
|
||||
answer_flow_hint: "This answer is used directly for the further flow."
|
||||
current_value: "Current value"
|
||||
@@ -89,6 +111,7 @@ survey:
|
||||
results:
|
||||
no_description: "No description available."
|
||||
completed_submissions: "%count% completed participations"
|
||||
participations: "%count% participations"
|
||||
questions: "%count% questions"
|
||||
download_excel: "Download results as Excel"
|
||||
download_pdf: "Download results as PDF"
|
||||
@@ -103,6 +126,7 @@ survey:
|
||||
pdf:
|
||||
no_description: "No description available."
|
||||
completed_submissions: "%count% completed participations"
|
||||
participations: "%count% participations"
|
||||
questions: "%count% questions"
|
||||
export_prefix: "Export %date%"
|
||||
answers: "%count% answers"
|
||||
|
||||
Reference in New Issue
Block a user