{
  "administration_page_title": "Administration",
  "application_title": "Withdrawing and Returning to Studies",
  "authorization_error_title": "Authorization Error",
  "dropped_courses_status_not_applicable": "I am not registered in any courses.",
  "organization": "Queen's University Faculty of Arts and Science",
  "logout_cta": "Logout",
  "not_applicable": "Not applicable",
  "review_cta": "Please review your request below.",
  "submit_cta": "Submit",
  "term": "Term",
  "steps": {
    "1": {
      "title": "Step 1: Request Type"
    },
    "2": {
      "title": "Step 2: Request Details"
    },
    "3": {
      "title": "Step 3: Review Request",
      "instructions": "Please review the summary below to ensure your returning to studies confirmation information is correct and complete. If you need to make any changes click on the back button below to return to the previous screen.",
      "withdraw_instructions": "Please review the summary below to ensure your withdrawal from studies confirmation information is correct and complete. If you need to make any changes click on the back button below to return to the previous screen."
    },
    "4": {
      "title": "Confirmation"
    }
  },
  "administration": {
    "add": "Add",
    "add_new": "Add New",
    "created_title": "Date / Time",
    "download_report": "Download Report",
    "edit": "Edit",
    "item_not_found": "The requested item was not found. Use the form below to create a new item.",
    "item_not_found_for_update": "The item could not be found in order to be updated.",
    "item_submission_succeeded": "The item was saved.",
    "item_submission_failed": "An error occurred. Please try again.",
    "manage_careers": "Manage Careers",
    "manage_notifications": "Manage Notifications",
    "manage_request_types": "Manage Request Types",
    "manage_requests": "Manage Requests",
    "manage_return_types": "Manage Return Types",
    "manage_statuses": "Manage Request Statuses",
    "manage_stipulations": "Manage Stipulations",
    "manage_terms": "Manage Terms",
    "manage_users": "Manage Users",
    "name_label": "Name",
    "next": "Next",
    "no_items_found": "No items found.",
    "no_requests_found": "No requests found.",
    "no_requests_found_with_parameters": "No requests found matching the criteria provided.",
    "pager_summary": "Showing requests %start% to %end% of %count%.",
    "pages": "Pages",
    "previous": "Previous",
    "request_filter_date_invalid": "One or more of the dates provided is not valid; invalid dates have been ignored.",
    "request_form": "Request Form",
    "request_index": "Request %request_id%",
    "request_update_failed": "The request was not successfully updated. Please try again.",
    "request_update_succeeded": "The request was updated.",
    "return_type_removed": "Return types are only relevant when the “Return” request type is active, therefore the selected return types have been removed.",
    "save_changes": "Save Changes",
    "status_history_title": "Request Status History",
    "status_history_unavailable": "The request status history is not available.",
    "status_unchanged": "The selected request status is the same as the current request status, so no change was made.",
    "status_update_failed": "The request status update failed. Please try again.",
    "status_update_succeeded": "The request status was updated.",
    "title": "Administration",
    "token_list_introduction": "The following tokens are available; note that request tokens will only be replaced when there's a request available (e.g., right after a user has successfully submitted a request):",
    "user_title": "User"
  },
  "error": {
    "access_failed": "An error occurred and you could not be logged in.",
    "csrf": "Your session has expired, or the request could not be verified. Please go back, reload the page, and try again.",
    "field": "One or more fields is empty or contains invalid information. Please see below for details.",
    "general": "An error occurred, and the request was not saved. Please try again.",
    "ip_address_mismatch": "You must complete the request process from the same IP address that you used to initiate it.",
    "missing_data": "Some required data was not found or is invalid. Please try again.",
    "session_invalid": "The system was unable to initiate your session.",
    "sso_data_not_available": "The system was unable to determine your student information, therefore you can not submit a request."
  },
  "option": {
    "yes_no": {
      "0": "No",
      "1": "Yes"
    },
    "status": {
      "0": "Inactive",
      "1": "Active"
    },
    "notification_recipient": {
      "administrator": "Administrator",
      "registrar": "Registrar",
      "student": "Student"
    },
    "student_type": {
      "artsci": "I am a current or returning student of the Queen's Faculty of Arts and Science",
      "alumnum": {
        "label": "I am a Queen's undergraduate alumna/alumnus from any faculty",
        "suffix": "This includes any student who graduated from Queen's with an undergraduate degree from any faculty. Please note: Graduate students are not eligible to use this form."
      },
      "other": "Neither of these statements describes me"
    },
    "education": {
      "no": "No",
      "graduate": "Yes, I enrolled in or completed **graduate** courses/diploma/program",
      "undergraduate": "Yes, I completed college or **undergraduate** university courses/diploma/program"
    },
    "education_type": {
      "university": "University",
      "college": "College",
      "high_school": "High School",
      "other": "Other"
    },
    "education_university": {
      "few": "Less than 18.0 units",
      "many": "18.0 units or more"
    },
    "education_college": {
      "incomplete": "Registered in courses, but did not complete/graduate from a 2- or 3-year diploma program",
      "complete": "Completed/graduated from a 2– or 3– year diploma program"
    },
    "required_to_withdraw": {
      "0": "No",
      "1": "Yes — One Year",
      "2": "Yes — Three Years"
    },
    "no_return": {
      "0": "Unknown",
      "1": "I don’t plan on returning to Queen’s University",
      "_na": "Select term and year"
    }
  },
  "form": {
    "select_cta": "Please choose…",
    "markdown_note": "This field supports Markdown: %settings|markdown_uri%",
    "machine_name_note": "Valid characters are numbers, letters, and underscores. The machine name is used to refer to this item in code and should not be changed once it has been set. Only change this if you're sure you know what you're doing.",
    "administration": {
      "career": {
        "title": "Career",
        "submit_cta": "Submit",
        "fieldsets": {
          "career": {
            "fields": {
              "name": {
                "label": "Name",
                "validation": {
                  "presence": "Please enter a career name.",
                  "unique": "A career already exists with the name provided."
                }
              },
              "description": {
                "label": "Description",
                "validation": {
                  "presence": "Please enter a description."
                }
              },
              "message": {
                "label": "Message",
                "note": "If provided, the message is displayed when the career is selected."
              },
              "weight": {
                "label": "Weight"
              }
            }
          }
        }
      },
      "notification": {
        "title": "Notification",
        "submit_cta": "Submit",
        "fieldsets": {
          "notification": {
            "fields": {
              "machine_name": {
                "label": "Machine Name",
                "validation": {
                  "presence": "Please enter a machine name.",
                  "unique": "A notification already exists with the machine name provided."
                }
              },
              "recipient": {
                "label": "Recipient",
                "validation": {
                  "presence": "Please select a recipient."
                }
              },
              "cc": {
                "label": "CC",
                "note": "If providing multiple addresses, separate them with commas.",
                "validation": {
                  "format": "One or more of the email addresses provided does not appear to be valid."
                }
              },
              "coned": {
                "label": "Copy to Con-Ed",
                "note": "If the student who submitted the relevant request indicated that they're a Con-Ed student, send a copy of this notification to Con-Ed."
              },
              "student_file": {
                "label": "Copy to Student File",
                "note": "Send a copy of this notification to the student's file. Note that in order to be processed, emails sent to the student's file have to have the student number in the subject field, so a separate email is generated and sent (as opposed to just adding a CC or BCC recipient)."
              },
              "subject": {
                "label": "Subject",
                "note": "Tokens are available—see the “Body” field (below) for a list of available tokens.",
                "validation": {
                  "presence": "Please enter a subject."
                }
              },
              "body": {
                "label": "Body",
                "validation": {
                  "presence": "Please enter a body."
                }
              }
            }
          }
        }
      },
      "request": {
        "submit_cta": "Update Status",
        "fieldsets": {
          "filter": {
            "fields": {
              "search": {
                "placeholder": "Search",
                "note": "Search request ID, name, student number, and email"
              },
              "request_type": {
                "label": "Request Type",
                "all_cta": "All"
              },
              "status": {
                "label": "Status",
                "all_cta": "All"
              },
              "created_start": {
                "label": "Submitted on or after"
              },
              "created_end": {
                "label": "Submitted on or before"
              }
            },
            "extra": {
              "form_elements": {
                "submit_cta": "Filter Requests",
                "method": "get"
              }
            }
          },
          "status": {
            "fields": {
              "status": {
                "label": "Status"
              },
              "note": {
                "label": "Status Update Note",
                "short_label": "Note"
              }
            }
          }
        }
      },
      "request_type": {
        "title": "Request Type",
        "submit_cta": "Submit",
        "fieldsets": {
          "request_type": {
            "fields": {
              "machine_name": {
                "label": "Machine Name",
                "validation": {
                  "presence": "Please enter a machine name.",
                  "unique": "A request type already exists with the machine name provided."
                }
              },
              "name": {
                "label": "Name",
                "validation": {
                  "presence": "Please enter a request type name.",
                  "unique": "A request type already exists with the name provided."
                }
              },
              "short_name": {
                "label": "Short Name",
                "validation": {
                  "presence": "Please enter a short name.",
                  "unique": "A request type already exists with the short name provided."
                }
              },
              "description": {
                "label": "Description",
                "validation": {
                  "presence": "Please enter a description."
                }
              },
              "stipulation_instruction": {
                "label": "Stipulations Instructions",
                "note": "This text appears above the checkboxes for the “Terms and Conditions” step."
              },
              "weight": {
                "label": "Weight"
              }
            }
          }
        }
      },
      "return_type": {
        "title": "Return Type",
        "submit_cta": "Submit",
        "fieldsets": {
          "return_type": {
            "fields": {
              "request_type": {
                "label": "Request Type",
                "validation": {
                  "presence": "Please select a request type."
                }
              },
              "student_type": {
                "label": "Student Type",
                "validation": {
                  "presence": "Please select a student type."
                }
              },
              "machine_name": {
                "label": "Machine Name",
                "validation": {
                  "presence": "Please enter a machine name.",
                  "unique": "A return type already exists with the machine name provided."
                }
              },
              "name": {
                "label": "Name",
                "validation": {
                  "presence": "Please enter a return type name.",
                  "unique": "A rreturn type already exists with the name provided."
                }
              },
              "weight": {
                "label": "Weight"
              }
            }
          }
        }
      },
      "status": {
        "title": "Status",
        "submit_cta": "Submit",
        "fieldsets": {
          "status": {
            "fields": {
              "machine_name": {
                "label": "Machine Name",
                "validation": {
                  "presence": "Please enter a machine name.",
                  "unique": "A status already exists with the machine name provided."
                }
              },
              "name": {
                "label": "Name",
                "validation": {
                  "presence": "Please enter a status name."
                }
              },
              "request_type": {
                "label": "Request Types",
                "validation": {
                  "presence": "Please select at least one request type."
                }
              },
              "return_type": {
                "label": "Return Types",
                "note": "If you don't select any return types, the status will be available for all return types.",
                "extra": {
                  "all_return_types": "Return types are not manageable for this status because the status predates the introduction of return types; associating the status with one or more return types would interfere with management of requests that predate the change."
                }
              },
              "notification": {
                "label": "Notifications",
                "note": "Selected notifications will be triggered when a request is given this status."
              }
            }
          }
        }
      },
      "stipulation": {
        "title": "Stipulation",
        "submit_cta": "Submit",
        "fieldsets": {
          "stipulation": {
            "fields": {
              "text": {
                "label": "Text",
                "validation": {
                  "presence": "Please enter stipulation text."
                }
              },
              "request_type": {
                "label": "Request Types"
              },
              "weight": {
                "label": "Weight"
              }
            }
          }
        }
      },
      "term": {
        "title": "Term",
        "submit_cta": "Submit",
        "fieldsets": {
          "term": {
            "fields": {
              "name": {
                "label": "Name",
                "validation": {
                  "presence": "Please enter a term name.",
                  "unique": "A term already exists with the name provided."
                }
              }
            }
          },
          "date": {
            "legend": "Dates",
            "instructions": "Dates are used to ensure that a student's proposed return term deadline hasn't passed, and to ensure that when a student provides both a withdrawal and a return term the former precedes the latter.",
            "fields": {
              "deadline_month": {
                "label": "Deadline Month",
                "validation": {
                  "presence": "Please select a deadline month."
                }
              },
              "deadline_day": {
                "label": "Deadline Day",
                "validation": {
                  "presence": "Please select a deadline day."
                }
              },
              "start_month": {
                "label": "Start Month",
                "validation": {
                  "presence": "Please select a start month."
                }
              },
              "start_day": {
                "label": "Start Day",
                "validation": {
                  "presence": "Please select a start day."
                }
              },
              "end_month": {
                "label": "End Month",
                "validation": {
                  "presence": "Please select an end month."
                }
              },
              "end_day": {
                "label": "End Day",
                "validation": {
                  "presence": "Please select an end day."
                }
              }
            }
          }
        }
      },
      "user": {
        "title": "User",
        "submit_cta": "Submit",
        "fieldsets": {
          "user": {
            "fields": {
              "netid": {
                "label": "NetID",
                "validation": {
                  "presence": "Please enter a NetID.",
                  "unique": "The NetID provided is already registered.",
                  "maxlength": "The NetID provided exceeds the maximum length."
                }
              },
              "name": {
                "label": "Name",
                "validation": {
                  "presence": "Please enter a Name."
                }
              },
              "privilege": {
                "label": "Privileges"
              }
            }
          }
        }
      }
    },
    "request": {
      "1": {
        "submit_cta": "Next",
        "fieldsets": {
          "meta": {
            "fields": {
              "id": {
                "review_label": "Request Number",
                "short_label": "Number"
              },
              "created": {
                "review_label": "Submitted"
              },
              "changed": {
                "review_label": "Updated"
              }
            }
          },
          "eligibility": {
            "fields": {
              "student_type": {
                "label": "Select the category that applies to you",
                "validation": {
                  "presence": "Please select the category which applies to you.",
                  "eligibility": "You must be a current or returning student in the Faculty of Arts and Science or a Queen's undergraduate alumna/alumnus to submit a request through this system. Graduate students are not eligible to use this form."
                }
              },
              "coned_student": {
                "label": "Are you also completing a Concurrent Education degree in addition to your Arts and Science degree?",
                "option_warnings": {
                  "1": "Concurrent Education students should also consult with the Faculty of Education prior to withdrawing and returning to studies. We advise you to contact your ConEd Advisor directly."
                },
                "validation": {
                  "presence": "Please indicate whether you are also completing a Concurrent Education degree in addition to your Arts and Science degree."
                }
              },
              "request_type": {
                "label": "What type of request are you making?",
                "short_label": "Type",
                "validation": {
                  "presence": "Please select a request type."
                }
              },
              "return_type": {
                "label": "Do you have a specific return to studies plan?",
                "short_label": "Return Type",
                "validation": {
                  "presence": "Please indicate whether you have a specific return to studies plan."
                }
              },
              "education": {
                "label": "If you are returning to studies: during your time away from Queen’s University, did you attend another educational institution of any kind?",
                "short_label": "Education During Withdrawal",
                "review_label": "During your time away from Queen’s University, did you attend another educational institution of any kind?",
                "validation": {
                  "presence": "Please indicate whether you attended another educational institution."
                }
              },
              "education_type": {
                "label": "If you are returning to studies and you attended another educational institution during your time away from Queen’s University, what type of institution did you attend?",
                "short_label": "Education Type During Withdrawal",
                "review_label": "During your time away from Queen’s University, what type of institution did you attend?",
                "validation": {
                  "presence": "Please indicate what type of educational institution you attended.",
                  "eligibility": "Please contact <a href=\"mailto:%settings|organization_email%\">%settings|organization_email%</a> for guidance."
                }
              },
              "education_university": {
                "label": "If you are returning to studies and you attended another university during your time away from Queen's University, how many units did you complete at the other university?",
                "short_label": "University Education During Withdrawal",
                "review_label": "How many units did you complete at another university?",
                "validation": {
                  "presence": "Please indicate how many units you completed at another university.",
                  "eligibility": "Please contact the <a href=\"%settings|undergraduate_admission_uri%\">Office of Undergraduate Admissions</a> for information on how to reapply for admission."
                }
              },
              "education_college": {
                "label": "If you are returning to studies and you attended a college during your time away from Queen's University, how many credits did you complete there?",
                "short_label": "College Education During Withdrawal",
                "review_label": "How many credits did you complete in college?",
                "validation": {
                  "presence": "Please indicate whether you completed a diploma program.",
                  "eligibility": "Please contact the <a href=\"%settings|undergraduate_admission_uri%\">Office of Undergraduate Admissions</a> for information on how to reapply for admission."
                }
              }
            }
          }
        }
      },
      "2": {
        "submit_cta": "Next: Review Request",
        "back_cta": "Back: Edit Eligibility",
        "administration_edit_cta": "Edit Request",
        "fieldsets": {
          "personal_information": {
            "fields": {
              "given_name": {
                "label": "First Name / Given Name",
                "validation": {
                  "presence": "Please provide your first name / given name."
                }
              },
              "family_name": {
                "label": "Last Name / Family Name",
                "validation": {
                  "presence": "Please provide your last name / family name."
                }
              },
              "student_number": {
                "label": "Queen's Student Number",
                "short_label": "Student Number",
                "validation": {
                  "presence": "Please provide your student number.",
                  "format": "Your student number should be exactly eight digits long"
                }
              },
              "email": {
                "label": "Queen's Email Address",
                "short_label": "Email",
                "validation": {
                  "presence": "Please provide your email address.",
                  "format": "Please provide a valid email address"
                }
              }
            }
          },
          "return": {
            "fields": {
              "required_to_withdraw": {
                "label": "Were you previously required to withdraw and if so, how long?",
                "short_label": "Required to Withdraw",
                "validation": {
                  "presence": "Please indicate whether you were required to withdraw."
                }
              },
              "career": {
                "label": "What is your undergraduate career designation on your transcript?",
                "short_label": "Career",
                "validation": {
                  "presence": "Please select your undergraduate career designation."
                }
              },
              "plan": {
                "review_label": "Degree Program/Plan"
              },
              "subject_area": {
                "label": "What program/plan or subject area do you wish to return to (e.g. BAH — History Specialization, BScH — Psychology Major and Biology Minor, etc.)?",
                "short_label": "Program/Plan or Subject Area",
                "validation": {
                  "presence": "Please indicate what program/plan or subject area you wish to return to."
                }
              },
              "term": {
                "label": "When do you plan to start taking courses again?",
                "short_label": "Term",
                "cta": "Select term…",
                "child_cta": "Select year…",
                "validation": {
                  "presence": "Please select the term during which you intend to start taking courses again.",
                  "ended": "You can not submit a request for a term that has already ended.",
                  "deadline": "The deadline for the selected term has passed."
                }
              }
            }
          },
          "withdraw": {
            "fields": {
              "plan": {
                "label": "Degree Program/Plan"
              },
              "dropped_courses": {
                "label": "Have you dropped all of your registered courses on SOLUS?",
                "short_label": "Dropped Courses",
                "option_warnings": {
                  "0": "We advise you to drop your registered courses on SOLUS before withdrawing from your studies. Abandoning courses in progress could lead to failing grades on your transcript. If you are unable to complete your courses due to extenuating circumstances, see <a href=\"%settings|academic_appeals_info_uri%\">information regarding Academic Petitions on the Faculty of Arts and Science website</a> for further options."
                },
                "validation": {
                  "presence": "Please indicate whether you have dropped all your registered courses."
                }
              },
              "term": {
                "label": "When do you plan to withdraw?",
                "short_label": "Term",
                "cta": "Select term…",
                "child_cta": "Select year…",
                "validation": {
                  "presence": "Please select the term during which you intend to withdraw.",
                  "ended": "You can not submit a request for a term that has already ended."
                }
              },
              "no_return": {
                "label": "When do you plan to return to studies?",
                "short_label": "Not Returning"
              },
              "return_term": {
                "short_label": "Return Term",
                "cta": "Select term…",
                "child_cta": "Select year…",
                "validation": {
                  "conditional_presence": "Please provide the date at which you plan to return to studies.",
                  "order": "The return term can not be earlier than or the same as the withdrawal term.",
                  "deadline": "The deadline for the selected return term has passed."
                }
              }
            }
          }
        }
      },
      "3": {
        "submit_cta": "Next: Submit Request",
        "back_cta": "Back: Edit Request",
        "fieldsets": {
          "stipulation": {
            "fields": {
              "stipulation": {
                "validation": {
                  "presence": "You must accept all of the terms and conditions."
                }
              }
            },
            "note": "The personal information in this portal is collected under the authority of the Royal Charter of 1841, as amended. The information collected will form part of your student record at Queen’s and will be shared with the Office of the University Registrar. The information will be used to determine your eligibility to return to studies in the Faculty of Arts and Science, as well as the appropriate degree program for registration purposes. If you have any questions or concerns about the information collected or how it will be used please contact the Faculty of Arts &amp; Science, Dunning Hall, First Floor or by telephone at <a href=\"tel:%settings|organization_telephone%\">%settings|organization_telephone%</a>."
          }
        }
      }
    }
  }
}
