diff --git a/app/controllers/developer_keys_controller.rb b/app/controllers/developer_keys_controller.rb index 6025c8871871a..e2fbfbc3d2ce2 100644 --- a/app/controllers/developer_keys_controller.rb +++ b/app/controllers/developer_keys_controller.rb @@ -148,6 +148,7 @@ def developer_key_params :client_credentials_audience, :require_scopes, :allow_includes, + :trusted, scopes: [] ) end diff --git a/app/controllers/lti/tool_configurations_api_controller.rb b/app/controllers/lti/tool_configurations_api_controller.rb index d958ed9faf9dc..ab87b48b8bdf0 100644 --- a/app/controllers/lti/tool_configurations_api_controller.rb +++ b/app/controllers/lti/tool_configurations_api_controller.rb @@ -199,7 +199,7 @@ def tool_configuration_params def developer_key_params return {} unless params.key? :developer_key - params.require(:developer_key).permit(:name, :email, :notes, :redirect_uris, :test_cluster_only, :client_credentials_audience, scopes: []) + params.require(:developer_key).permit(:name, :email, :notes, :redirect_uris, :test_cluster_only, :client_credentials_audience, :trusted, scopes: []) end def developer_key_redirect_uris diff --git a/app/jsx/developer_keys/NewKeyForm.js b/app/jsx/developer_keys/NewKeyForm.js index dab72c58f8d77..8bcf7f0fdd85c 100644 --- a/app/jsx/developer_keys/NewKeyForm.js +++ b/app/jsx/developer_keys/NewKeyForm.js @@ -144,7 +144,13 @@ export default class NewKeyForm extends React.Component { onChange={e => updateDeveloperKey('notes', e.target.value)} resize="both" /> - {ENV.enableTestClusterChecks && !isLtiKey ? ( + updateDeveloperKey('trusted', e.target.checked)} + /> + {ENV.enableTestClusterChecks ? ( 1 %{model} + other: Displaying all %{count} %{model} + multi_page: Displaying %{model} %{from} - %{to} of %{count} in total + multi_page_html: Displaying %{model} %{from} - %{to} of %{count} in total + date: + formats: + default: "%Y-%m-%d" + short: "%b %-d" + long: "%B %-d, %Y" + weekday: "%A" + short_weekday: "%a" + medium_with_weekday: "%a %b %-d, %Y" + long_with_weekday: "%A, %B %-d" + medium: "%b %-d, %Y" + short_with_weekday: "%a, %b %-d" + short_month: "%b" + medium_month: "%b %Y" + date_at_time: "%b %-d at %l:%M%P" + full: "%b %-d, %Y %-l:%M%P" + full_with_weekday: "%a %b %-d, %Y %-l:%M%P" + day_names: + - Sunday + - Monday + - Tuesday + - Wednesday + - Thursday + - Friday + - Saturday + abbr_day_names: + - Sun + - Mon + - Tue + - Wed + - Thu + - Fri + - Sat + month_names: + - + - January + - February + - March + - April + - May + - June + - July + - August + - September + - October + - November + - December + abbr_month_names: + - + - Jan + - Feb + - Mar + - Apr + - May + - Jun + - Jul + - Aug + - Sep + - Oct + - Nov + - Dec + datepicker: + column_headings: + - Su + - Mo + - Tu + - We + - Th + - Fr + - Sa + days: + today: Today + today_lower: today + tomorrow: Tomorrow + yesterday: Yesterday + time: + formats: + default: "%a, %d %b %Y %H:%M:%S %z" + short: "%d %b %H:%M" + long: "%B %d, %Y %H:%M" + tiny: "%l:%M%P" + tiny_on_the_hour: "%l%P" + am: am + pm: pm + ranges: + different_days: "%{start_date_and_time} to %{end_date_and_time}" + same_day: "%{date} from %{start_time} to %{end_time}" + times: "%{start_time} to %{end_time}" + with_ago: "%{time} ago" + due_date: "%{date} by %{time}" + event: "%{date} at %{time}" + less_than_a_minute_ago: less than a minute ago + count_minutes_ago: + one: 1 minute ago + other: "%{count} minutes ago" + count_hours_ago: + one: 1 hour ago + other: "%{count} hours ago" + support: + array: + words_connector: ", " + two_words_connector: " and " + last_word_connector: ", and " + or: + two_words_connector: " or " + last_word_connector: ", or " + help_menu: + community_support_forums: Community Support Forums + contact_support: Contact Support + contact_support_sub_text: Get assistance with time-sensitive issues. + networking_academy_faqs: Networking Academy FAQs + curriculum_assessment_errata: Curriculum/Assessment Errata + community_support_description: Interact with and get assistance from your peers. + global_support_desk: NetAcad Support + global_support_desk_description: Our ASCs are your first line of support, and can connect you with our Global Support Desk for issues that require additional assistance. + cisco_netacad_facebook: Support Community + cisco_netacad_facebook_description: Please visit our Networking Academy Facebook page for community support or contact your instructor. + networking_academy_description: View Cisco answers to the most commonly asked questions. + curriculum_assessment_errata_description: View already reported assessment and curricula errors. Search for "errata." + support_desk_livechat: Support Desk Live Chat + number: + format: + separator: "." + delimiter: "," + precision: 3 + significant: false + strip_insignificant_zeros: false + currency: + format: + format: "%u%n" + unit: "$" + separator: "." + delimiter: "," + precision: 2 + significant: false + strip_insignificant_zeros: false + percentage: + format: + delimiter: '' + format: "%n%" + precision: + format: + delimiter: '' + human: + format: + delimiter: '' + precision: 3 + significant: true + strip_insignificant_zeros: true + storage_units: + format: "%n %u" + units: + byte: + one: Byte + other: Bytes + kb: KB + mb: MB + gb: GB + tb: TB + pb: PB + eb: EB + decimal_units: + format: "%n %u" + units: + unit: '' + thousand: Thousand + million: Million + billion: Billion + trillion: Trillion + quadrillion: Quadrillion + errors: + format: "%{attribute} %{message}" + messages: + model_invalid: 'Validation failed: %{errors}' + inclusion: is not included in the list + exclusion: is reserved + invalid: is invalid + confirmation: doesn't match %{attribute} + accepted: must be accepted + empty: can't be empty + blank: can't be blank + present: must be blank + too_long: + one: is too long (maximum is 1 character) + other: is too long (maximum is %{count} characters) + too_short: + one: is too short (minimum is 1 character) + other: is too short (minimum is %{count} characters) + wrong_length: + one: is the wrong length (should be 1 character) + other: is the wrong length (should be %{count} characters) + not_a_number: is not a number + not_an_integer: must be an integer + greater_than: must be greater than %{count} + greater_than_or_equal_to: must be greater than or equal to %{count} + equal_to: must be equal to %{count} + less_than: must be less than %{count} + less_than_or_equal_to: must be less than or equal to %{count} + other_than: must be other than %{count} + odd: must be odd + even: must be even + required: must exist + taken: has already been taken + registration_incomplete: You need to confirm your email address before you can view this page + notices: + error_reported: Thanks for your help! We'll get right on this + sis_id_in_use: SIS ID "%{sis_id}" is already in use + max_attempts: Too many failed login attempts. Please try again later or contact your system administrator. + bad_navigation_config: Invalid course tab configuration + index: + message_contains: Message contains + all_categories: "- All Categories -" + labels: + account: account + category: category + created_at: created at + user: user + url: url + request_context_id: request context id + comments: comments + default_category: default + no_attached_file: You must attach at least one file to this assignment + wrong_file_extension: The file you selected with extension "%{extension}", is not authorized for submission + required: Required + blank: Required + unsaved_changes: You have unsaved changes. + activerecord: + errors: + messages: + record_invalid: 'Validation failed: %{errors}' + restrict_dependent_destroy: + has_one: Cannot delete record because a dependent %{record} exists + has_many: Cannot delete record because dependent %{record} exist + datetime: + distance_in_words: + half_a_minute: half a minute + less_than_x_seconds: + one: less than 1 second + other: less than %{count} seconds + x_seconds: + one: 1 second + other: "%{count} seconds" + less_than_x_minutes: + one: less than a minute + other: less than %{count} minutes + x_minutes: + one: 1 minute + other: "%{count} minutes" + about_x_hours: + one: about 1 hour + other: about %{count} hours + x_days: + one: 1 day + other: "%{count} days" + about_x_months: + one: about 1 month + other: about %{count} months + x_months: + one: 1 month + other: "%{count} months" + about_x_years: + one: about 1 year + other: about %{count} years + over_x_years: + one: over 1 year + other: over %{count} years + almost_x_years: + one: almost 1 year + other: almost %{count} years + prompts: + year: Year + month: Month + day: Day + hour: Hour + minute: Minute + second: Seconds + helpers: + select: + prompt: Please select + submit: + create: Create %{model} + update: Update %{model} + submit: Save %{model} + local: Local + course: Course + accessible_date_prompt: Format Like + accessible_date_only_format: YYYY-MM-DD + accessible_time_only_format: hh:mm + accessible_date_format: YYYY-MM-DD hh:mm + dashboard_helper: + x_more: "%{x} more..." + announcement_label: Visit Course Announcements + conversation_label: Visit Conversations + assignment_label: Visit Course Assignments + discussion_label: Visit Course Discussions + peer_review_label: Visit Course Peer Reviews + announcement_details: Announcement Details + conversation_details: Conversation Details + assignment_details: Assignment Details + discussion_details: Discussion Details + peer_review_details: Peer Review Details + x_new_in_announcements: + one: "*1* Announcement" + other: "*%{count}* Announcements" + x_new_in_conversations: + one: "*1* Conversation Message" + other: "*%{count}* Conversation Messages" + x_new_in_assignments: + one: "*1* Assignment Notification" + other: "*%{count}* Assignment Notifications" + x_new_in_discussions: + one: "*1* Discussion" + other: "*%{count}* Discussions" + x_new_in_peer_reviews: + one: "*1* Peer Review" + other: "*%{count}* Peer Reviews" + lib: + text_helper: + ellipsis: "..." + word_separator: " " + quoted_text_toggle: show quoted text + auth: + api: + not_found_status: not_found + not_found_message: not_found + bad_request_status: bad_request + bad_request_message: bad_request + errors: + teacher_not_found: No teacher found + student_not_found: No student found + not_authenticated: You must be logged in to access this page + status_unauthorized: unauthorized + not_authorized: user not authorized to perform that action + status_unauthenticated: unauthenticated + authentication_required: user authorization required + lti: + api: + status_unauthorized: unauthorized + not_unauthorized: unauthorized request + google_docs: + default_document_name: Instructure Doc + incoming_message_processor: + locked_topic: + body: |- + The message titled "%{subject}" could not be delivered because the discussion topic is locked. If you are trying to contact someone through Canvas you can try logging in to your account and sending them a message using the Inbox tool. + + Thank you, + Canvas Support + failure_message: + body: |- + The message titled "%{subject}" could not be delivered. The message was sent to an unknown mailbox address. If you are trying to contact someone through Canvas you can try logging in to your account and sending them a message using the Inbox tool. + + Thank you, + Canvas Support + angel: + failed_import_link: Failed import link + failed_import_link_body: This link referenced an Angel feature that couldn't be linked to by Canvas or that was left out of the export. + api: + attachments: + only_one_folder: Can't set folder path and folder id + over_quota: file size exceeds quota + basic_lti: + no_parseable_score: + result: 'Unable to parse resultScore: %{grade}' + result_total: 'Unable to parse resultTotalScore: %{grade}' + bad_score: Score is not between 0 and 1 + no_score: No score given + no_points_comment: |- + An external tool attempted to grade this assignment as %{grade}, but was unable + to because the assignment has no points possible. + no_points_possible: Assignment has no points possible. + no_submission_created: This outcome request failed to create a new homework submission. + canvas: + migration: + course_settings: Course Settings + syllabus_body: Syllabus Body + context_modules: Modules + assignments: Assignments + quizzes: Quizzes + assessment_question_banks: Question Banks + discussion_topics: Discussion Topics + wikis: Pages + external_tools: External Tools + tool_profiles: Tool Profiles + announcements: Announcements + calendar_events: Calendar Events + rubrics: Rubrics + groups: Student Groups + learning_outcomes: Learning Outcomes + attachments: Files + cc: + standard: + failed_to_convert_qti: Failed to import Assessment %{file_identifier} + progress_runner: + completed_message: + one: 1 item processed + other: "%{count} items processed" + error_message: "%{error}: %{ids}" + time_zones: + international_date_line_west: International Date Line West + midway_island: Midway Island + american_samoa: American Samoa + hawaii: Hawaii + alaska: Alaska + pacific_time_us_canada: Pacific Time (US & Canada) + tijuana: Tijuana + mountain_time_us_canada: Mountain Time (US & Canada) + arizona: Arizona + chihuahua: Chihuahua + mazatlan: Mazatlan + central_time_us_canada: Central Time (US & Canada) + saskatchewan: Saskatchewan + guadalajara: Guadalajara + mexico_city: Mexico City + monterrey: Monterrey + central_america: Central America + eastern_time_us_canada: Eastern Time (US & Canada) + indiana_east: Indiana (East) + bogota: Bogota + lima: Lima + quito: Quito + atlantic_time_canada: Atlantic Time (Canada) + caracas: Caracas + la_paz: La Paz + santiago: Santiago + newfoundland: Newfoundland + brasilia: Brasilia + buenos_aires: Buenos Aires + georgetown: Georgetown + greenland: Greenland + mid_atlantic: Mid-Atlantic + azores: Azores + cape_verde_is: Cape Verde Is. + dublin: Dublin + edinburgh: Edinburgh + lisbon: Lisbon + london: London + casablanca: Casablanca + monrovia: Monrovia + utc: UTC + belgrade: Belgrade + bratislava: Bratislava + budapest: Budapest + ljubljana: Ljubljana + prague: Prague + sarajevo: Sarajevo + skopje: Skopje + warsaw: Warsaw + zagreb: Zagreb + brussels: Brussels + copenhagen: Copenhagen + madrid: Madrid + paris: Paris + amsterdam: Amsterdam + berlin: Berlin + bern: Bern + rome: Rome + stockholm: Stockholm + vienna: Vienna + west_central_africa: West Central Africa + bucharest: Bucharest + cairo: Cairo + helsinki: Helsinki + kyiv: Kyiv + riga: Riga + sofia: Sofia + tallinn: Tallinn + vilnius: Vilnius + athens: Athens + istanbul: Istanbul + minsk: Minsk + jerusalem: Jerusalem + harare: Harare + pretoria: Pretoria + moscow: Moscow + st_petersburg: St. Petersburg + volgograd: Volgograd + kuwait: Kuwait + riyadh: Riyadh + nairobi: Nairobi + baghdad: Baghdad + tehran: Tehran + abu_dhabi: Abu Dhabi + muscat: Muscat + baku: Baku + tbilisi: Tbilisi + yerevan: Yerevan + kabul: Kabul + ekaterinburg: Ekaterinburg + islamabad: Islamabad + karachi: Karachi + tashkent: Tashkent + chennai: Chennai + kolkata: Kolkata + mumbai: Mumbai + new_delhi: New Delhi + kathmandu: Kathmandu + astana: Astana + dhaka: Dhaka + sri_jayawardenepura: Sri Jayawardenepura + almaty: Almaty + novosibirsk: Novosibirsk + rangoon: Rangoon + bangkok: Bangkok + hanoi: Hanoi + jakarta: Jakarta + krasnoyarsk: Krasnoyarsk + beijing: Beijing + chongqing: Chongqing + hong_kong: Hong Kong + urumqi: Urumqi + kuala_lumpur: Kuala Lumpur + singapore: Singapore + taipei: Taipei + perth: Perth + irkutsk: Irkutsk + ulaan_bataar: Ulaan Bataar + seoul: Seoul + osaka: Osaka + sapporo: Sapporo + tokyo: Tokyo + yakutsk: Yakutsk + darwin: Darwin + adelaide: Adelaide + canberra: Canberra + melbourne: Melbourne + sydney: Sydney + brisbane: Brisbane + hobart: Hobart + vladivostok: Vladivostok + guam: Guam + port_moresby: Port Moresby + magadan: Magadan + solomon_is: Solomon Is. + new_caledonia: New Caledonia + fiji: Fiji + kamchatka: Kamchatka + marshall_is: Marshall Is. + auckland: Auckland + wellington: Wellington + nukualofa: Nuku'alofa + tokelau_is: Tokelau Is. + samoa: Samoa + montevideo: Montevideo + ulaanbaatar: Ulaanbaatar + chatham_is: Chatham Is. + asuncion: Asuncion + kaliningrad: Kaliningrad + srednekolymsk: Srednekolymsk + samara: Samara + zurich: Zurich + philippines: Philippines + noronha: Noronha + fortaleza: Fortaleza + manaus: Manaus + cuiaba: Cuiaba + eirunepe: Eirunepe + features: + google_docs_domain_restriction: Google Docs Domain Restriction + high_contrast: High Contrast UI + learning_mastery_gradebook: Learning Mastery Gradebook + student_outcome_gradebook: Student Learning Mastery Gradebook + post_grades: Post Grades to SIS + k12: K-12 Specific Features + allow_opt_out_of_inbox: Allow Users to Opt-out of the Inbox + gradebook_list_students_by_sortable_name: Gradebook - List Students by Sortable Name + quizzes: + next: New Quizzes + quiz_log_auditing: Quiz Log Auditing + google_docs_domain_restriction_description: |- + Google Docs Domain Restriction allows Google Docs submissions and collaborations + to be restricted to a single domain. Students attempting to submit assignments or + join collaborations on an unapproved domain will receive an error message notifying them + that they will need to update their Google Docs integration. + epub_exporting_f5592ff2: ePub Exporting + this_enables_users_to_generate_and_download_course_4c69c531: This enables users to generate and download course ePub. + high_contrast_description: |- + High Contrast enhances the color contrast of the UI (text, buttons, etc.), making those items more + distinct and easier to identify. Note: Institution branding will be disabled. + underline_links_e7cf9b4f: Underline Links + underline_all_links_description: |- + Underline Links displays hyperlinks in navigation menus, the Dashboard, and page sidebars as + *underlined text*. This feature option does not apply to user-generated content links in the + Rich Content Editor, which always underlines links for all users. + course_set_up_tutorial_6ab7c2d1: Course Set-up Tutorial + course_set_up_tutorial_provides_tips_on_how_to_lev_3c098131: Course set-up tutorial provides tips on how to leverage the feature opportunities on each page in Canvas. It is especially useful when you are new to Canvas or are setting up a new course for the first time in a long time. + learning_mastery_gradebook_description: |- + Learning Mastery Gradebook provides a way for teachers to quickly view student and course + progress on course learning outcomes. Outcomes are presented in a Gradebook-like + format and student progress is displayed both as a numerical score and as mastered/near + mastery/remedial. + student_outcome_gradebook_description: |- + Student Learning Mastery Gradebook provides a way for students to quickly view progress + on course learning outcomes. Outcomes are presented in a Gradebook-like + format and progress is displayed both as a numerical score and as mastered/near + mastery/remedial. + allow_outcome_extra_credit_57c1e84e: Allow Outcome Extra Credit + if_enabled_allows_more_than_the_maximum_possible_s_5d79c0d5: If enabled, allows more than the maximum possible score on an Outcome to be given on a rubric. + post_grades_description: |- + Post Grades allows teachers to post grades back to enabled SIS systems: Powerschool, + Aspire (SIS2000), JMC, and any other SIF-enabled SIS that accepts the SIF elements GradingCategory, + GradingAssignment, GradingAssignmentScore. + anonymous_instructor_annotations_2b6c822: Anonymous Instructor Annotations + anonymize_all_instructor_comments_and_annotations__713924c9: Anonymize all instructor comments and annotations within DocViewer + new_gradebook_297f7e2d: New Gradebook + new_gradebook_enables_an_early_release_of_new_grad_76b8bf45: New Gradebook enables an early release of new Gradebook enhancements. + final_grade_override_be8a21cd: Final Grade Override + enable_ability_to_alter_the_final_grade_for_the_en_e120f72d: Enable ability to alter the final grade for the entire course without changing scores for assignments. + k12_description: Update the icons in the Global Navigation Menu that make more sense specifically in a K-12 environment. + duplicating_calendar_events_9932cd37: Duplicating Calendar Events + allows_the_duplication_of_calendar_events_7bb0d6c5: Allows the duplication of Calendar Events + duplicate_modules_8ea35557: Duplicate Modules + allows_the_duplicating_of_modules_in_canvas_2e15b444: Allows the duplicating of modules in Canvas + allow_opt_out_of_inbox: Allow users to opt out of the Conversation's Inbox. This will cause all conversation messages and notifications to be sent as ASAP notifications to the user's primary email, hide the Conversation's Inbox unread messages badge on the Inbox, and hide the Conversation's notification preferences. + enable_gradebook_list_students_by_sortable_name: List students by their sortable names in the Gradebook. Sortable name defaults to 'Last Name, First Name' and can be changed in settings. + lti_2_reregistration_afabde25: LTI 2 Reregistration + enable_reregistration_for_lti_2_b2a10444: Enable reregistration for LTI 2 + don_t_move_lti_query_params_to_post_body_5c80e037: Don't Move LTI Query Params to POST Body + if_enabled_query_parameters_will_not_be_copied_to__4c6ed625: If enabled, query parameters will not be copied to the POST body during an LTI launch. + membership_service_configuration_d8ba5a74: Membership Service Configuration + if_enabled_oauth_1_0a_signing_may_be_used_by_lti_t_f2d6da3b: If enabled, OAuth 1.0a signing may be used by LTI tools to access the Membership Service API + enable_new_sis_integration_settings_ab6780a4: Enable new SIS integration settings + new_sis_integrations: |- + This feature applies to institutions with an existing SIS Canvas integration. + Any customers that are currently using grade passback solutions in Canvas or + partner products should enable this feature for enhanced assignment data + validation workflows. When enabled, this feature displays the new SIS + Integration settings for SIS Sync (Assignment Level Grade Passback) in Account + Settings. The Post to SIS feature option has been incorporated into this new + setting and will be enabled by default. + allow_bulk_grade_export_to_sis_e11a6e66: Allow Bulk Grade Export to SIS + allows_teachers_to_mark_grade_data_to_be_exported__a6bf77cf: Allows teachers to mark grade data to be exported in bulk to SIS integrations. + use_remote_service_for_notifications_9fe667c6: Use remote service for notifications + allow_the_ability_to_send_notifications_through_ou_13cc8537: Allow the ability to send notifications through our dispatch queue + use_the_new_scheduler_1273b832: Use the new scheduler + uses_the_new_scheduler_and_its_functionality_b07e9b14: Uses the new scheduler and its functionality + enable_dashboard_images_for_courses_5af458b0: Enable Dashboard Images for Courses + allow_course_images_to_be_assigned_to_a_course_and_82fb7bdd: Allow course images to be assigned to a course and used on the dashboard cards. + responsive_layout_54e4ca06: Responsive Layout + this_is_a_feature_to_allow_the_development_of_a_re_8452eb0d: This is a feature to allow the development of a responsive layout + enable_i18n_features_in_outcomes_exports_64bcf82b: Enable i18n features in outcomes exports + enable_byte_order_mark_and_semi_colon_field_separa_f4375c16: Enable byte_order_mark and semi_colon_field_separator user-level feature flags to be toggled on or off for outcomes exports. + include_byte_order_mark_in_compatible_spreadsheet__ebd6e18: Include Byte-Order Mark in compatible spreadsheet exports + optionally_include_a_byte_order_mark_in_compatible_f3d0d243: Optionally include a byte-order mark in compatible spreadsheet exports so they can be imported into Excel for users in some locales. + use_semicolons_to_separate_fields_in_compatible_sp_56e0bdd2: Use semicolons to separate fields in compatible spreadsheet exports + use_semicolons_instead_of_commas_to_separate_field_62d24565: Use semicolons instead of commas to separate fields in compatible spreadsheet exports so they can be imported into Excel for users in some locales. + autodetect_field_separators_in_compatible_spreadsh_768067e1: Autodetect field separators in compatible spreadsheet exports + attempt_to_detect_an_appropriate_field_separator_i_bc043389: Attempt to detect an appropriate field separator in compatible spreadsheet exports based on the number format for your language. + international_sms_9edb9868: International SMS + allows_users_with_international_phone_numbers_to_r_f90f8522: Allows users with international phone numbers to receive text messages from Canvas. + account_course_and_user_search_22bf297a: Account Course and User Search + updated_ui_for_searching_and_displaying_users_and__6755e08e: Updated UI for searching and displaying users and courses within an account. + mastery_paths_cc4096c2: Mastery Paths + configure_individual_learning_paths_for_students_b_e2fce294: Configure individual learning paths for students based on assessment results. + wrap_event_titles_in_calendar_month_view_cbb29fd8: Wrap event titles in Calendar month view + show_calendar_events_in_the_month_view_on_multiple_e94c33ae: Show calendar events in the month view on multiple lines if the title doesn't fit on a single line + external_collaborations_tool_a4899abb: External Collaborations Tool + use_the_new_collaborations_external_tool_enabling__5f0ed73: Use the new Collaborations external tool enabling more options for tools to use to collaborate + student_context_card_ad59967e: Student Context Card + enable_student_context_card_links_eba2f2c5: Enable student context card links + new_user_tutorial_cdd3a446: New User Tutorial + provide_tutorial_information_for_new_users_in_a_fl_c23462ac: Provide tutorial information for new users in a flyout tray. + to_do_list_dashboard_d741f64e: To Do List Dashboard + provides_users_with_a_to_do_list_dashboard_option_9334f9fa: Provides users with a To Do List Dashboard option. + rubric_criterion_range_12499bf1: Rubric Criterion Range + specify_max_and_min_points_to_clarify_boundaries_o_1c4d732a: Specify max and min points to clarify boundaries of a rubric criterion rating. + encrypted_sourcedids_for_basic_outcomes_87fa11ea: Encrypted Sourcedids for Basic Outcomes + if_enabled_sourcedids_used_by_canvas_for_basic_out_aa2ea4b1: If enabled, Sourcedids used by Canvas for Basic Outcomes will be encrypted. + create_assessments_with_new_quizzes_and_migrate_ex_92b5f1ad: Create assessments with New Quizzes and migrate existing Canvas Quizzes. + new_quizzes_submission_history_d81b477b: New Quizzes submission history + if_enabled_submission_history_for_new_quizzes_quiz_fc295f42: If enabled, submission history for New Quizzes quizzes is dealt with separately. + new_quizzes_importing_c167dce0: New Quizzes Importing + allow_importing_of_qti_and_common_cartridge_into_n_4380a7a2: Allow importing of QTI and Common Cartridge into New Quizzes. + new_quizzes_on_the_quizzes_page_b21f338d: New Quizzes on the Quizzes page + show_new_quizzes_on_the_quizzes_page_b2db14d8: Show New Quizzes on the Quizzes page + common_cartridge_html_file_to_page_conversion_7bf9678: Common Cartridge HTML File to Page Conversion + if_enabled_common_cartridge_importers_will_convert_9bffff09: If enabled, Common Cartridge importers will convert HTML files into Pages + non_scoring_rubrics_9f2033ad: Non-scoring Rubrics + if_enabled_the_option_will_be_presented_to_have_no_5f91d8d0: If enabled, the option will be presented to have non-scoring rubrics. + slack_notifications_3a0288e6: Slack Notifications + the_ability_for_users_to_receive_notifications_fro_bbcf487b: The ability for users to receive notifications from slack + content_security_policy_3bb8d922: Content Security Policy + enable_the_security_tab_on_the_settings_page_to_ad_eab7c954: Enable the Security tab on the settings page to adjust CSP settings + restrict_students_from_annotating_6c28ab9b: Restrict Students from Annotating + prevents_students_from_leaving_annotations_in_assi_cb188d2: Prevents students from leaving annotations in assignments. Does not apply to peer-reviewed assignments. + rce_enhancements_5701e06: RCE Enhancements + allow_switching_to_the_enhanced_rce_317e746f: Allow switching to the enhanced RCE + new_feature_flags_c4b70a5e: New Feature Flags + this_feature_creates_a_siteadmin_release_flag_tab__15215be9: This feature creates a SiteAdmin Release Flag tab to be able to release features to users through the UI. It also reworks the UI for the old Feature Options tabs. + direct_share_80afd4a7: Direct Share + this_feature_allows_teachers_to_easily_copy_single_9d4cdfe: This feature allows teachers to easily copy single items from one course to another, and to share a single item of content with other users so they can import those items into their courses as well. + filter_speedgrader_by_student_group_53683142: Filter SpeedGrader by Student Group + allows_users_to_enable_the_launch_speedgrader_filt_7e1b442: Allows users to enable the "Launch SpeedGrader Filtered by Student Group" option for courses on the course settings page. When active and a student group has been selected in New Gradebook, SpeedGrader will only load students in the selected group. + remove_null_values_from_live_event_payloads_3c826f: Remove null values from live event payloads + canvas_will_remove_keys_with_null_values_from_live_6d7e3091: Canvas will remove keys with null values from live event payloads if this feature is enabled. + new_course_and_user_analytics_ffbc508c: New Course and User Analytics + show_new_analytics_for_course_and_user_data_18e92636: Show new analytics for course and user data + new_gradebook_plagiarism_indicator_8dd22971: New Gradebook Plagiarism Indicator + enables_display_of_plagiarism_reports_and_similari_3211dd8b: Enables display of plagiarism reports and similarity scores in the New Gradebook submission tray. + course_favorites_from_dashboard_27a3515a: Course Favorites From Dashboard + this_allows_the_user_to_unfavorite_a_course_direct_828d0587: This allows the user to unfavorite a course directly from its dashboard card. + import_commons_favorites_e68fce81: Import Commons Favorites + if_commons_is_installed_allows_importing_favorited_eff368f: If Commons is installed, allows importing favorited content items from within Canvas. + quiz_log_auditing_desc: |- + Enable the tracking of events for a quiz submission, and the ability + to view a log of those events once a submission is made. + anonymous_moderated_marking_801bbb65: Anonymous Moderated Marking + anonymous_moderated_marking_allows_teachers_to_sel_af80885d: Anonymous Moderated Marking allows teachers to select moderators to anonymously grade assignments. After which a moderator can select or supply a custom grade. + anonymous_grading_ccb5045c: Anonymous Grading + enable_anonymous_grading_of_assignments_e18f75be: Enable anonymous grading of assignments. + moderated_grading_e6127f72: Moderated Grading + enable_moderated_grading_bacd20d8: Enable moderated grading. + graphql_mutation_log_25acc923: GraphQL Mutation Log + allows_admins_to_view_a_log_containing_information_5d4eb5e0: |- + Allows admins to view a log containing information about all recently run + GraphQL mutations + microsoft_immersive_reader_free_trial_wiki_pages_f41b29d5: Microsoft Immersive Reader - Free Trial (Wiki Pages) + makes_a_microsoft_immersive_reader_link_option_sho_4dc2fcfb: Makes a Microsoft Immersive Reader link option show up on wiki pages. + new_post_policy_icons_da13a62c: New Post Policy Icons + updates_the_display_of_post_policy_icons_in_the_ne_eb9f3314: Updates the display of Post Policy icons in the New Gradebook assignment column header. + gradebook_import_reserved_names_bugfix_apg_122_32a77a18: Gradebook Import Reserved Names Bugfix (APG-122) + behaviour_change_related_to_the_bugfix_in_apg_122__63cfa767: Behaviour change related to the bugfix in APG-122. Do not allow custom columns to be created that are titled the same as gradebook importer reserved names, also ignore non-active custom columns on gradebook import as well as those that use reserved names. + add_grading_scheme_to_admin_grade_reports_23eb8c6e: Add Grading Scheme to Admin Grade Reports + includes_grade_values_in_the_admin_grade_reports_a28200da: Includes grade values in the admin grade reports. + allow_postable_submission_comments_a301b742: Allow Postable Submission Comments + for_manually_posted_assignments_the_presence_of_a__8aabf3cc: For manually posted assignments, the presence of a submission comment not by the submission's own user will allow posting the assignment. Previously, this would have required a grade before posting could occur. + additional_sort_options_for_new_gradebook_2dc1939: Additional Sort Options for New Gradebook + enables_sorting_by_sis_id_integration_id_and_login_6aa901b9: Enables sorting by SIS ID, integration ID and login ID in New Gradebook. + eportfolio_moderation_feb0ffd3: ePortfolio Moderation + flags_new_eportfolio_content_matching_specific_key_a66af560: Flags new ePortfolio content matching specific keywords as possible spam, and allows administrators to either confirm flagged ePortfolios or mark them as safe. + new_analytics_api_access_7eec1ead: New Analytics API Access + enables_new_api_endpoints_for_the_course_and_user__2ba4afbf: Enables new API endpoints for the course and user data provided by New Analytics. + custom_reports_experimental_features_40bbfe7c: 'Custom Reports: Experimental Features' + use_experimental_features_before_they_are_generall_3dfaddd1: Use experimental features before they are generally enabled in production + this_is_a_siteadmin_test_feature_flag_3ab5184: This is a SiteAdmin test Feature Flag + this_flag_will_not_cause_any_change_in_behavior_24c0308b: This flag will not cause any change in behavior. + assignments_2_teacher_view_3cd3aeda: Assignments 2 Teacher View + use_the_new_assignments_teacher_page_8add7e46: Use the new assignments teacher page + bookmarking_for_enrollments_index_api_840be156: Bookmarking for Enrollments Index API + use_bookmarking_for_api_pagination_in_enrollments__52b9bc28: Use bookmarking for API pagination in Enrollments Index + discussion_topic_performance_improvements_for_bibs_79a483ef: Discussion Topic performance improvements for Bibsys + discussion_topics_will_not_query_permissions_for_e_7570e632: Discussion Topics will not query permissions for every sub-discussion + assignment_enhancements_student_557372ab: Assignment Enhancements - Student + use_the_new_assignments_student_page_944262af: Use the new assignments student page + pronouns_for_users_da46fb5: Pronouns for users + allows_users_to_pick_pronouns_that_will_be_display_4adf5ac: Allows users to pick pronouns that will be displayed after their name when it is shown in the user interface. + immediate_notifications_for_global_announcements_682f5a3d: Immediate notifications for global announcements + if_you_turn_this_on_when_an_account_admin_goes_to__c1173b32: If you turn this on, when an account admin goes to the page to create a global announcement, a checkbox will appear to send notification directly to users when announcement starts. + system_and_user_generated_events_84bc4c8a: System- and User-Generated Events + differentiate_between_system_and_user_generated_li_dc466585: |- + Differentiate between system- and user-generated live events + in the Canvas Data Services tool + live_event_subscription_webhooks_1dae83bb: Live Event Subscription Webhooks + allow_live_event_subscription_to_be_set_to_be_deli_ba8d8a9a: |- + Allow Live Event Subscription to be set to be delivered + via HTTPS webhooks + live_event_tool_documentation_f6dcc3d7: Live Event Tool Documentation + show_embedded_documentation_in_live_events_lti_too_cbe229f3: Show embedded documentation in Live Events LTI Tool + developer_key_include_parameter_support_58cbf874: Developer Key Include Parameter Support + provides_a_flag_on_the_devloper_key_to_support_inc_4a1ce85a: Provides a flag on the Devloper Key to support Include Parameters on API requests + send_notifications_when_manually_created_access_to_a1631123: Send notifications when manually created access tokens are made + announcement_successfully_created_731a707f: Announcement successfully created + announcement_creation_failed_f7d227f5: Announcement creation failed + announcement_successfully_updated_7bc5130: Announcement successfully updated + announcement_update_failed_6a6ec9fe: Announcement update failed + announcement_not_found_d6d124c3: Announcement not found + account_notifications: + announcement_deleted_notice: Announcement successfully deleted + your_custom_theme_has_been_successfully_applied_eaa0fc82: Your custom theme has been successfully applied. + cannot_set_sis_account_id_on_a_root_account_dc7a969e: Cannot set sis_account_id on a root_account. + to_change_sis_account_id_the_user_must_have_manage_4b8a37a8: To change sis_account_id the user must have manage_sis permission. + accounts: + account_name_required: The account name cannot be blank + unrecognized_time_zone: "'%{timezone}' is not a recognized time zone" + cannot_manage_account: You are not allowed to manage account settings + quota_must_be_positive: Value must be positive + quota_too_large: Value too large + quota_integer_required: An integer value is required + cannot_manage_quotas: You are not allowed to manage quota settings + update_failed_notice: Account settings update failed + no_user_message: No user found with that id + user_deleted_message: "%{username} successfully deleted" + crumb_statistics: Statistics + account_user: + remove_admin_tooltip: Remove this admin + add_course_or_user: + add_course_link: New Course + add_user_link: New User + labels: + full_name: Full Name + short_name: Display Name + sortable_name: Sortable Name + path: Email + sis_user_id: SIS ID + send_confirmation: Email the user about this account creation + name: Course Name + course_code: Reference Code + account_id: Subaccount + enrollment_term_id: Enrollment Term + full_name_description: This name will be used by teachers for grading. + display_name_help: People will see this name in discussions, messages and comments. + sortable_name_help: This name appears in sorted lists. + unique_id_label_1: "%{label}:" + add_user_button: Add User + add_course_button: Add Course + course: + course_unpublished_title: This course hasn't been published yet + sis_id_label: SIS ID + associated_count: + one: 1 Associated Course + other: "%{count} Associated Courses" + more_count: + one: 1 more + other: "%{count} more" + student_count: + one: 1 Student + other: "%{count} Students" + teachers_label: Teachers + none: none + settings_link: Settings + statistics_link: Statistics + homepage_link: Homepage + courses_right_side: + course_filtering: Course Filtering + enrollment_term_label: Show courses from the term + hide_enrollmentless_courses: Hide enrollmentless courses + filter_label: Find a Course + go_button: Go + sis_agent_token_auth: + labels: + sis_app_token: SIS Agent Token + sis_app_url: SIS App URL + sis_batch_counts: + imported_items_title: Imported Items + accounts_label: Accounts + terms_label: Terms + courses_label: Courses + sections_label: Sections + users_label: Users + enrollments_label: Enrollments + crosslists_label: Crosslists + groups: Groups + group_enrollments: Group Enrollments + sis_batch_messages: + sis_batch_errors_title: Errors that prevent importing + sis_batch_warnings_title: Warnings + sis_integration_settings: + labels: + value: Characters + admin_tools: + page_title: Admin Tools for %{account} + admin_tools_cumb: Admin tools + admin_tools_title: Admin Tools + admin_tools: + tab_labels: + restore_course: Restore Courses + admin_tools_logging: Logging + view_messages: View Notifications + course_search_results: + labels: + coures_id1: 'Course ID:' + account_id: 'Account ID:' + course_code1: 'Course Code:' + restore_btn: Restore + coures_id2: 'Course ID:' + account_id2: 'Account ID:' + course_code2: 'Course Code:' + info_text: Enrollments to this course must be restored manually. + error_message: A deleted course with that ID could not be found for this account. + successfull_restore: + subtext: What would you like to do next? + add_enrollments: Add Enrollments + successful_restore: + view_course: View Course + notdeleted_restore: + header_subtext: "(Not Deleted)" + view_course: View Course + add_enrollments: Add Enrollments + auth_logging_search_results: + date: Date + time: Time + activity: Activity + no_item_found: No items found + comm_message_item: + to: To + from_name: From + reply_to: Reply to + created_at: Created at + sent_at: Sent at + comm_messages_search_overview: + messages_viewed: Notifications sent to *%{user}* from *%{start_date}* to *%{end_date}*. + comm_messages_search_results: + no_messages_found: No messages found + course_logging_details: + event_id: Event Id + date: Date + time: Time + user: User + event_source_label: Source + event_sis_batch: SIS Batch + blank_placeholder: "-" + event_type_label: Type + copied_to_label: Copied To + copied_from_label: Copied From + reset_to_label: Reset To + reset_from_label: Reset From + Field: Field + Value: Value + From: From + To: To + course_logging_item: + blank_placeholder: "-" + view_event_details: View Details + course_logging_results: + date: Date + time: Time + user: User + event_type: Type + event_source: Source + event_details: Event Details + no_item_found: No items found + date_range_search: + message_date_from: From Date + message_date_to: To Date + grade_change_logging_item: + event_type: + corrupted: Details Not Available + blank_placeholder: "-" + yes-abbreviation: y + no-abbreviation: n + grade_change_logging_results: + date: Date + time: Time + from: From + To: To + Grader: Grader + Student: Student + Course: Course + Assignment: Assignment + Anonymous: Anonymous + no_item_found: No items found + logging_content_pane: + select_default: Select a Log type + authentication: Login / Logout Activity + grade_change: Grade Change Activity + course: Course Activity + mutations: GraphQL Mutation Activity + user_date_range_search_form: + search_people: Search people + search: Search for people by ID or name + message_date_from: From Date + message_date_to: To Date + avatars: + page_title: Profile Pictures + title: Profile Pictures + labels: + show: Show + submitted_link: + zero: Submitted + one: Submitted %{count} + other: Submitted %{count} + reported_link: + zero: Reported + one: Reported %{count} + other: Reported %{count} + re_reported_link: + zero: Approved, Re-Reported + one: Approved, Re-Reported %{count} + other: Approved, Re-Reported %{count} + all_link: + zero: All + one: All %{count} + other: All %{count} + no_avatars_message: No Profile Pics to Show + approve_link: approve + lock_link: lock + unlock_link: unlock + delete_link: delete + saving: Saving... + confirm_delete_user: + page_title: Confirm Delete + title: Confirm Delete %{user} from %{account} + confirm_delete: Are you sure you want to delete this user from the account %{account}? This will remove the user's data (including grades) from all courses and groups. This process cannot be undone. + delete_button: Delete %{user} + courses: + courses_crumb: Courses + search_results_crumb: Search results for "%{query}" + page_title: Course Search results for "%{query}" + title: Course Search Results for "%{query}" + no_results_message: No Results Found + eportfolio_moderation: + eportfolio_moderation_crumb: Eportfolio Moderation + page_title: Eportfolio Moderation + title: Eportfolio Moderation + index: + page_title: Accounts + accounts_crumb: Accounts + title: Accounts I Manage + no_accounts_message: No Accounts + reports_tab: + headings: + sections: Reports + headers: + report_name: Name + report_last_run: Last Run + open_report_description: Open Report Description + report_last_run_never: Never + links: + run_report: Run Report + configure_report: Configure... + report_running: The report is running.*You'll receive an email when it is done.* + settings: + settings_crumb: Settings + page_title: Account Settings + page_header_title: Account Settings + tab_settings: Settings + tab_quotas: Quotas + tab_notifications: Notifications + tab_admins: Admins + tab_announcements: Announcements + tab_reports: Reports + tab_external_tools: Apps + tab_alerts: Alerts + feature_preview: Feature Preview + feature_options: Feature Options + headings: + settings: Account Settings + quotas: Account Quotas + account_settings_title: Account Settings + labels: + name: Account Name + sis_source_id: SIS ID + default_language: Default Language + default_time_zone: Default Time Zone + mfa_settings: Multi-Factor Authentication + self_enrollment: Allow Self-Enrollment + trusted_referers: Trusted HTTP Referers + prevent_course_renaming_by_teachers: Don't let teachers rename their courses + allow_sending_scores_in_emails: Students can opt-in to receiving scores in email notifications + include_students_in_global_survey: Include students in global surveys + restrict_quiz_questions: Restrict students from viewing quiz questions after course end date + locked: Lock this setting for sub-accounts and courses + restrict_student_future_listing: Restrict students from viewing future courses in enrollments list + value: Disable comments on announcements + can_add_pronouns: Enable Personal Pronouns + domain: 'Domain:' + admins_can_change_passwords: Password setting by admins + admins_can_view_notifications: Admins can view notifications + canvadocs_prefer_office_online: Prefer Office 365 file viewer + enable_user_notes: Faculty Journal + enable_eportfolios: ePortfolios + allow_invitation_previews: Invitation Previews + enable_alerts: Alerts (beta) + global_includes: Custom CSS/JavaScript overrides + show_scheduler: Enable Scheduler + enable_profiles: Enable Profiles + sub_account_includes: Let sub-accounts use the Theme Editor to customize their own branding + open_registration: Open Registration + users_can_edit_name: Users can edit their name + edit_institution_email: Users can delete their institution-assigned email address + author_email_in_notifications: Show the email address of sender for user interaction Notifications + enable_course_catalog: Show a searchable list of courses in this root account with the "Include this course in the public course index" flag enabled. + equella: Equella + enable_turnitin: Turnitin + equella_endpoint: Equella Endpoint + equella_teaser: Equella Comments + turnitin_pledge: Similarity Pledge + turnitin_account_id: Turnitin Account ID + turnitin_shared_secret: Turnitin Shared Secret + turnitin_host: Turnitin Host + turnitin_comments: Submission Comments + originality_report_visibility: Students can see the originality report + teachers_can_create_courses: Teachers + no_enrollments_can_create_courses: Users with no enrollments + students_can_create_courses: Students + outgoing_email_default_name_option_default: Default Canvas Setting + outgoing_email_default_name_option_custom: Custom "From" Name + no_language_preference: Not set (defaults to %{language}) + default_language_description: This will override any browser/OS language settings. Preferred languages can still be set at the course/user level. + select: + mfa: + disabled: Disabled + optional: Optional + required_for_admins: Required for Admins + required: Required + never_allow_self_enrollment_option: Never + self_enroll_for_manually_created_courses_option: For Manually-Created Courses + self_enroll_for_any_courses_option: For Any Courses + google_docs_domain: Allowed Google Docs Domain + quiz_ip_filters_help_tooltip: What are Quiz IP Filters? + quiz_ip_filters_help_title: What are Quiz IP Filters? + quiz_ip_filters_help_message: |- + Quiz IP filters are a way to limit access to quizzes to computers in a specified IP range. + + Specify a set of IP address filters that teachers can use to protect access to quizzes. Filters can be a comma-separated list of addresses, or an address followed by a mask ("192.168.217.1/24" or "192.168.217.1/255.255.255.0")." + quiz_ip_filters_delete: Remove Filter + add_ip_filter_link: Filter + features_title: Features + open_registration_delegated_warning_tooltip: An External Identity Provider is Enabled + open_registration_delegated_warning_message: An external identity provider is enabled, and users created via open registration may not be able to log in unless the external identity provider's login form has a link back to %{url}. + equella_settings_title: Equella Settings + equall_endpoint_help: This is the URL to your equella service. It will probably look something like "%{sample_url}". + turnitin_pledge_help: students must check a box acknowledging that they agree with this pledge + turnitin_settings_title: Turnitin Settings + confirm_turnitin_settings_link: confirm Turnitin settings + turnitin_comments_help: these comments will be shown to students when submitting a Turnitin-enabled assignment + about_google_docs_tooltip: About Google Docs Previews + about_google_docs: |- + Google Docs Previews allow users to view documents from + within Canvas, rather than having to download them and + open the corresponding program (e.g. Word or Excel). + + Google Docs Previews can also render file types + not supported by the Canvas document previewer. + + By using this service you + acknowledge that you have read and agreed to the + [Google Docs Viewer Terms of Service](%{terms_url}). + create_courses_title: Who Can Create New Courses + create_courses_description: "(Account Administrators can always create courses)" + update_settings_button: Update Settings + email_notification_from_settings: E-mail Notification "From" Settings + email_notification_from_description: This setting allows the Admin to brand or label the 'From' text on all notifications sent from Canvas for this Account. + notifications: + example: 'Example:' + from: From + subject: Subject + sample_subject: Recent Canvas Notifications + email_date: Date + email_to: To + email_reply_to: Reply-To + custom_name_description: If selected, this will replace all other branding sent in Canvas notifications. + external_services: Notifications Sent to External Services + external_services_label: Display one time pop-up warning on Notification Preferences page. + external_services_warning_label: 'Pop-up Message Content:' + external_services_warning: 'Notice: Some notifications may contain confidential information. Selecting to receive notifications at an email other than your institution provided address may result in sending sensitive Canvas course and group information outside of the institutional system.' + account_admins_title: Account Admins + links: + add_admins: Account Admins + add_admin_title: Add Account Admins + buttons: + modify_users: Go back and edit the list of users + continue: Continue... + add_users: OK Looks Good, Add These Users + global_announcements_title: Global Announcements + alert_timespan: from %{start_at} to %{end_at} + no_enrollment_roles: Unenrolled users + announcement_sent_to_subset: Sent to 1 / %{denominator} users each month + interpolate_account_domain: Enter "{{ACCOUNT_DOMAIN}}" to substitute the user's root account domain + interpolate_user_id: Enter "{{CANVAS_USER_ID}}" to substitute the user's unique Canvas ID + alerts_title: Alerts + manual_quotas: + manual_quotas_title: Manually Settable Quotas + select_type_label: Find course or group + select_type_courses: Course ID + select_type_groups: Group ID + find_button: Find + megabytes_tooltip: megabytes + megabytes: megabytes + update_button: Update Quota + quotas: + default_account_quota_title: Default Account Quotas + default_course_storage_quota: Course Quota + megabytes_tooltip: megabytes + megabytes: megabytes + default_user_storage_quota: User Quota + default_group_storage_quota: Group Quota + update_button: Update + account_quotas: + site_admin_quotas: Site Admin Quotas + student_quota: Student Quota + file_quota: File Quota + gigabytes: gigabytes + media_quota: Media Quota + update: Update + show: + courses_crumb: Courses + title: Courses In This Account + subtitle_term: For the term **%{term}** + too_many_courses_message: There are too many courses to show (%{count}). Please use the finder on the right to find a specific course. + no_courses_term_message: There are no courses in this term + no_courses_account_message: There are no courses in this account + sis_import: + sis_import_crumb: SIS Import + page_title: SIS Import + title: SIS Import + try_import_again_link: Try import again + select_file_instructions: "Select the zip file that you want imported. \nFor a description of how to generate these zip files, [please see this documentation](%{url})." + import_type_label: Import type + batch_mode_label: This is a full batch update + batch_import_instructions: "If selected, this will delete everything for this term, which includes all courses and enrollments that are not in the selected import file above. \nSee the documentation for details." + override_sis_stickiness_label: Override UI changes + override_sis_stickiness_instructions: "By default, UI changes have priority over SIS import changes; for a number of fields, the SIS import will not change that field's data if an admin has changed that field through the UI. If you select this option, this SIS import will override UI changes. \nSee the documentation for details." + add_sis_stickiness_label: Process as UI changes + add_sis_stickiness_instructions: With this option selected, changes made through this SIS import will be processed as if they are UI changes, preventing subsequent non-overriding SIS imports from changing the fields changed here. + clear_sis_stickiness_label: Clear UI-changed state + clear_sis_stickiness_instructions: With this option selected, all fields in all records touched by this SIS import will be able to be changed in future non-overriding SIS imports. + process_data_button: Process Data + import_started_message: The import process has started! This can take awhile if there is a lot to import. You can leave the page and come back. + import_log_title: Import Progress Log + pending_batches_title: Pending Batches + pending_batches_count: + one: "%{count} batch waiting to be processed." + other: "%{count} batches waiting to be processed." + last_batch_title: Last Batch + started_at_message: 'Started: %{started_at}' + imported_message: All SIS data was successfully imported. + imported_with_messages_message: 'The SIS data was imported but with these messages:' + import_failed_message: There was an error importing your SIS data. + import_failed_with_messages_message: 'The import failed with these messages:' + statistics: + page_title: Statistics for %{account} + page_header_title: Account Statistics + general_numbers_title: General Numbers + labels: + generated_at: Generated + courses: Courses + teachers: Teachers + students: Students + users: Users + uploaded_storage: Uploaded + media_storage: Media + over_time_link: over time + uploaded_data: + one: "%{file_size} *from one file*" + other: "%{file_size} *from %{count} files*" + uploaded_file_storage_header: Uploaded File Storage + media_data: + one: "%{file_size} *from one file*" + other: "%{file_size} *from %{count} files*" + media_file_storage_header: Media File Storage + recently_created_courses_title: Recently Created Courses + created_at_by: created %{at} by [%{teacher}](%{url}) + created_at: created %{at} + none_message: None to show + recently_started_courses_title: Recently Started Courses + started_at: started %{at} + recently_ended_courses_title: Recently Ended Courses + concluded_at: concluded %{at} + recently_logged_in_users_title: Recently Logged-In Users + last_logged_in_at: last logged in %{at} + download_csv_link: Download csv + date_picker_parameter: + account_reports: + default: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + grade_export_csv_description: + account_reports: + default: + description: + text: This report shows the student final grade results for all students in a given term. The resulting csv file will have one row per enrollment, and will show the current and final grade that is displayed in the course gradebook. + include_deleted_parameter: + account_reports: + default: + include_deleted: + check_box: Include Deleted Objects + last_enrollment_activity_csv_description: + account_reports: + default: + last_enrollment_activity: + text: This report shows the last activity on a user's enrollments. + last_user_access_csv_description: + account_reports: + default: + last_user_access: + text: This report shows the last login for active users. + lti_report_csv_description: + account_reports: + default: + lti_reports: + text: This report provides an export of data that shows LTI (Learning Tool Interoperability) usage information. + outcome_results_csv_description: + account_reports: + outcomes: + description: + text: This report shows the learning outcome results for all students. The resulting csv file will have one row per user-outcome-result pair, and will show the details of the result including the associated assignment. + outcome_results_csv_parameters: + account_reports: + outcomes: + order: + label: Order + user: + radio: Users + course: + radio: Courses + outcome: + radio: Outcomes + provisioning_csv_description: + account_reports: + sis_export: + description: + text: This report will export all the needed information that relates to provisioning Canvas in its respective categories. + provisioning_csv_parameters: + account_reports: + default: + users: + check_box: Users CSV + accounts: + check_box: Accounts CSV + terms: + check_box: Terms CSV + courses: + check_box: Courses CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + groups: + check_box: Groups CSV + group_membership: + login: + check_box: Group Membership CSV + group_categories: + login: + check_box: Group Categories CSV + xlist: + check_box: X list CSV + sis_default: + parameters: + note: "*Term settings only impact Courses, Sections, Enrollments, and X list CSV files." + public_courses_csv_description: + account_reports: + default: + public_courses: + text: This report shows all the courses that are not deleted for a given term that are public. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, course start and end dates. + recently_deleted_courses_csv_description: + account_reports: + default: + recently_deleted_courses: + text: This report shows all the courses for a given term that have been deleted in the last 30 days. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, course start and end dates. + sis_export_csv_description: + account_reports: + sis_export: + description: + text: 'SIS Export report: This report will export all the needed files for Users, Accounts, Terms, Courses, Sections, Enrollments, Groups, Group Memberships, and Cross Listings for an SIS import in their respective categories. This will only return items created or modified through SIS.' + sis_export_csv_parameters: + account_reports: + default: + users: + check_box: Users CSV + accounts: + check_box: Accounts CSV + terms: + check_box: Terms CSV + courses: + check_box: Courses CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + groups: + check_box: Groups CSV + group_membership: + login: + check_box: Group Membership CSV + xlist: + check_box: X list CSV + sis_default: + parameters: + note: "*Term settings only impact Courses, Sections, Enrollments, and X list CSV files." + student_assignment_outcome_map_csv_description: + account_reports: + student_assignment_map: + description: + text: This report shows the learning outcome results for all students. The resulting csv file will have one row per user-outcome-result pair, and will show the details of the result including the associated assignment. This report only shows outcome results for assignments and does not include outcomes tied to question banks. + students_with_no_submissions_csv_description: + account_reports: + default: + students_with_no_submissions: + text: This is a report of all students enrolled in a course in a given term that have not submitted an assignment between the given date range in a course. This report contains one row per student enrollment that meet the criteria. The date range can be no longer than two weeks. + students_with_no_submissions_csv_parameters: + account_reports: + default: + include_enrollment_state: + check_box: Include Enrollment State + enrollment_state: + header: Enrollment State + all: All Enrollments + active: Active Enrollments + terms_parameters: + account_reports: + default: + parameters: + header: Term + unpublished_courses_csv_description: + account_reports: + default: + unpublishd_courses: + text: This report shows all the courses for a given term that are not published. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, course start and end dates. + unused_courses_csv_description: + account_reports: + unused_courses: + main: + text: 'This is a report of all courses that have none of the following items: assignments, announcements, discussions, files, modules, pages, or quizzes.' + user_access_tokens_csv_description: + account_reports: + default: + user_access_token: + text: This report shows users with access tokens. + zero_activity_csv_description: + account_reports: + default: + zero_activity: + text: This report shows all the students enrolled in any courses in a given term. Resulting csv file will have one row per user enrollment that have not visited the course since the date. + assignment_scheduling_csv_parameters: + account_reports: + newark: + assignment_count: + field: "# Assignments:" + assignment_groups: + label: 'Assignment Groups To Include:' + assignments: + check_box: Assignments + tests: + check_box: Tests + projects: + check_box: Projects + papers: + check_box: Papers + reports: + check_box: Reports + major: + check_box: Major + ccp_zero_activity_csv_parameters: + account_reports: + ccp: + filter_online: + check_box: Online classes only + course_selector_parameters: + account_reports: + linn_benton: + course_ids: + text: 'course_ids:' + custom_grade_export_csv_parameters: + account_reports: + ross: + parameters: + note: Courses with muted assignments may not accurately reflect scores in this report. + custom_outcomes_csv_parameters: + account_reports: + edison: + outcome: + text: 'outcome_id:' + embry_riddle_activity_report_csv_parameters: + account_reports: + embry_riddle: + outcome: + text: 'Course SIS Pattern(s) (Comma separated list):' + engagement_report_csv_parameters: + account_reports: + bryan_engagement: + enrollment_term_ids: + field: Enrollment Term Ids + excelsior_activity_report_csv_parameters: + account_reports: + excelsior: + outcome: + text: 'Section Pattern:' + learning_outcome_assignment_type_csv_parameters: + account_reports: + samuel_merrit_university: + course: + text: Course ID + sis: + text: Course SIS ID + parameters: + note1: Course ID can be left blank to run the report for all courses in the term. + mississippi_sis_csv_parameters: + account_reports: + default: + users: + check_box: Users CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + new_excelsior_activity_report_csv_parameters: + account_reports: + excelsior: + outcome: + text: 'Section Pattern:' + ph_student_grades_csv_parameters: + account_reports: + penn_harris: + parameters: + note: Courses with muted assignments may not accurately reflect scores in this report. + proserve_all_versions_submissions_csv_parameters: + account_reports: + proserv: + use_serialized_submission: + check_box: Use serialized submission timestamp + safety_drill_csv_parameters: + account_reports: + newark: + assignment_groups: + label: 'Assignment Groups To Include:' + assignments: + check_box: Assignments + tests: + check_box: Tests + projects: + check_box: Projects + papers: + check_box: Papers + reports: + check_box: Reports + major: + check_box: Major + scantron_quiz_csv_parameters: + account_reports: + edison: + quiz_id: + field: Quiz id + section_id: + field: Section ID + single_course_ag_selector_parameters: + account_reports: + linn_benton: + course_id: + text: 'Course Id:' + assignment_group_id: + text: 'Assignment Group Id:' + student_assessment_scores_csv_parameters: + account_reports: + orbis: + parameters: + note: Courses with muted assignments may not accurately reflect scores in this report. + student_assignment_grades_csv_parameters: + account_reports: + auburn: + pseudonym_ids: + field: Login IDs + student_grades_csv_parameters: + account_reports: + auburn: + pseudonym_ids: + field: Pseudonym IDs + student_progress_custom_report_csv_parameters: + account_reports: + pearson: + outcome: + text: 'Course SIS ID:' + tempe_grade_export_csv_parameters: + account_reports: + tempe: + course: + text: Course ID + parameters: + note1: Course ID can be left blank to run the report for all courses in the term. + note2: Courses with muted assignments may not accurately reflect scores in this report. + user_access_csv_parameters: + account_reports: + usu: + enrollment_type: + header: Enrollment Type + all: All Enrollments + students: Student Enrollments + teachers: Teacher Enrollments + ta: Ta Enrollments + observer: Observer Enrollments + designer: Designer Enrollments + user_inactivity_csv_parameters: + account_reports: + webster: + login: + day_drop: 'Minimum course items visited:' + adtalem: + attendance_extract: + parameters: + custom_reports: + start: + parameters: + header: 'Activity Date:' + faculty_missing_grades: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + no_submissions: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + submissions_detail: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + devry_u: + attendance_extract: + parameters: + custom_reports: + start: + parameters: + header: 'Activity Date:' + faculty_missing_grades: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + no_submissions: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + submissions_detail: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + ilumno: + grade_export: + course_date_picker_parameter: + Optional: Optional + settings: 'settings:' + proservices: + provisioning: + parameters: + account_reports: + default: + users: + check_box: Users CSV + accounts: + check_box: Accounts CSV + terms: + check_box: Terms CSV + courses: + check_box: Courses CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + groups: + check_box: Groups CSV + group_membership: + login: + check_box: Group Membership CSV + group_categories: + login: + check_box: Group Categories CSV + xlist: + check_box: X list CSV + sis_default: + parameters: + note: "*Term settings only impact Courses, Sections, Enrollments, and X list CSV files." + wssu: + user_access: + parameters: + account_reports: + usu: + enrollment_type: + header: Enrollment Type + all: All Enrollments + students: Student Enrollments + teachers: Teacher Enrollments + ta: Ta Enrollments + observer: Observer Enrollments + designer: Designer Enrollments + additional_settings: + account_status: Account Status + new_account_domain_title: New Account Domain + add_new_domain: Add New Domain + labels: + consortium_parent_account: Consortium parent account + consortium_can_create_own_accounts: Consortium admins can create root accounts + shard_per_account: Create a new shard for every new root account + consortium_autocreate_web_of_trust: Automatically create a web of trust when creating new accounts + consortium_autocreate_reverse_trust: Automatically have the parent account trust new root accounts (the reverse is always true) + additional_settings_right_side: + titles: + unsuspend: Unsuspend Account + links: + unsuspend: Unsuspend Account + suspend: Suspend Account + title: + suspend: Suspend Account + consortium_user_search: + find_user_by: Find a User by Login/Email + find_user_by_label: Login/Email + consortium_users: + user_search_label: User Search + root_accounts: + labels: + name: Account Name + add_course_dialog_title: Add a New Course + adding_course_message: Adding Course... + add_course_button: Add Course + course_added_message: "%{course} successfully added!" + course_add_failed_message: Adding Course Failed, please try again + add_user_dialog_title: Add a New User + adding_user_message: Adding User... + add_user_button: Add User + user_added_message_sent_message: "*%{user}* successfully added! They should receive an email confirmation shortly." + user_added_message: "*%{user}* successfully added!" + user_add_failed_message: Adding User Failed, please try again + test_ldap_dialog_title: Test LDAP Settings + test_ldap_result_ok: OK + test_ldap_result_failed: Failed + test_ldap_result_canceled: Canceled + testing: Testing... + test_login: Test Login + retry_login: Retry Login + quota_updated: Quota updated + quota_not_updated: Quota was not updated + integer_required: An integer value is required + course_type: course + group_type: group + find_not_authorized: You are not authorized to access that %{type} + find_not_found: Could not find a %{type} with that ID + default_account_quotas_updated: Default account quotas updated + default_account_quotas_not_updated: Default account quotas were not updated + account_quotas_updated: Account quotas updated + account_quotas_not_updated: Account quotas were not updated + users_list: + name: Name + login_name_or_sis_id: Login / SIS ID + no_people_found: No people found + you_can_search_by: 'You can search by:' + a_z_29d8e67c: A - Z + z_a_b48d8903: Z - A + newest_oldest_d768cf1a: Newest - Oldest + oldest_newest_4de86803: Oldest - Newest + announcements: + announcements_crumb: Announcements + feed_title_course: Course Announcements Atom Feed + podcast_title_course: Course Announcements Podcast Feed + feed_title_group: Group Announcements Atom Feed + podcast_title_group: Group Announcements Podcast Feed + feed_name: "%{course} Announcements Feed" + podcast_feed_name: "%{course} Announcements Podcast Feed" + podcast_feed_description_course: Any media files linked from or embedded within announcements in the course "%{course}" will appear in this feed. + podcast_feed_description_group: Any media files linked from or embedded within announcements in the group "%{group}" will appear in this feed. + error_draft_state: This topic cannot be set to draft state because it is an announcement. + links: + dashboard: My Dashboard + errors: + feedback: Click here to tell us what happened + application: + notices: + page_disabled_for_account: That page has been disabled for this account + page_disabled_for_course: That page has been disabled for this course + page_disabled_for_group: That page has been disabled for this group + page_disabled: That page has been disabled + first_teacher: This course is now claimed, and you've been registered as its first teacher. + first_teacher_with_email: This course is now claimed, and you've been registered as its first teacher. You should receive an email shortly to complete the registration process. + warnings: + please_log_in: For security purposes, please enter your password to continue + details: + suspended: This institution's Canvas account has been suspended. Only Account Administrators may log in to correct any problems. + titles: + suspended: Institution Suspended + errors: + unauthorized: + unpublished: This course has not been published by the instructor yet. + not_started_yet: The course you are trying to access has not started yet. It will start %{date}. + quota_exceeded_account: Account storage quota exceeded + quota_exceeded_course: Course storage quota exceeded + quota_exceeded_group: Group storage quota exceeded + quota_exceeded_user: User storage quota exceeded + quota_exceeded: Storage quota exceeded + mismatched_verification_code: The verification code does not match any currently enrolled user. + feed_unpublished_course: Feeds for this course cannot be accessed until it is published. + feed_unpublished_group: Feeds for this group cannot be accessed until it is published. + invalid_verification_code: The verification code is invalid. + feed_private_course: The matching course has gone private, so public feeds like this one will no longer be visible. + feed_private_group: The matching group has gone private, so public feeds like this one will no longer be visible. + feed_private: The matching context has gone private, so public feeds like this one will no longer be visible. + invalid_feed_parameters: Invalid feed parameters. + feed_not_found: Could not find feed. + invalid_external_tool: Couldn't find valid settings for this link + invalid_tag_type: Didn't recognize the item type for this tag + permission_denied: You don't have permission to access that page + student_view_unauthorized: You cannot access this functionality in student view. + invalid_external_tool_id: Couldn't find valid settings for this tool + submission_unauthorized: You cannot access this submission. + wiki_front_page_default_content_course: Welcome to your new course wiki! + wiki_front_page_default_content_group: Welcome to your new group wiki! + user_not_authorized_to_perform_that_action_until_v_4f095a7c: user not authorized to perform that action until verifying email + complete_registration_by_clicking_the_finish_the_r_6c1c958b: Complete registration by clicking the “finish the registration process” link sent to your email. + must_be_logged_in_and_registered_to_perform_that_a_7e3c8785: must be logged in and registered to perform that action + please_log_in_to_view_this_content_eec6cd0: Please Log in to view this content + you_ll_need_to_accept_the_enrollment_invitation_be_441a617b: You'll need to *accept the enrollment invitation* before you can fully participate in this course, starting on %{date}. + you_ll_need_to_accept_the_enrollment_invitation_be_1e962788: You'll need to *accept the enrollment invitation* before you can fully participate in this course. + this_course_hasn_t_started_yet_you_will_not_be_abl_c828c423: This course hasn’t started yet. You will not be able to participate in this course until %{date}. + crumbs: + site_admin: Site Admin + assignments: Assignments + syllabus: Syllabus + quizzes: Quizzes + calendar_events: Calendar Events + collaborations: Collaborations + conferences: Conferences + people: People + access_report: Access Report + modules: Modules + settings: Settings + developer_keys: Developer Keys + discussions: Discussions + announcements: Announcements + files: Files + grades: Grades + grading_standards: Grading + users: Users + groups: Groups + jobs: Jobs + outcomes: Outcomes + question_banks: Question Banks + wiki_pages: Pages + revisions: Revisions + eportfolio_welcome: Welcome to Your ePortfolio + media: Media + prior_users: Prior Users + registered_services: Registered Services + confirmation: Confirmation + copy_course: Copy Course + stats: Statistics + error_reports: Error Reports + messages: Messages + plugins: Plugins + rubrics: Rubrics + your_browser_does_not_meet_the_minimum_requirement_2fa7c11f: Your browser does not meet the minimum requirements for Canvas. Please visit the *Canvas Community* for a complete list of supported browsers. + group: + memeber: Member + name_required: Name is required + name_too_long: Enter a shorter group name + greater_than_1: Must be greater than 1 + tabs: + home: Home + pages: Pages + people: People + discussions: Discussions + files: Files + cannot_create_an_appointment_group_for_a_concluded_f4da02e3: cannot create an appointment group for a concluded course + edit_title_20a9577: Edit %{title} + assignment_groups_api: + errors: + frozen_assignments_error: You cannot delete a group with a locked assignment. + cannot_move_assignments_due_to_closed_grading_peri_59fc3c4: Cannot move assignments due to closed grading periods + assignment_groups: + notices: + deleted: This group has been deleted + created: Assignment Group was successfully created. + updated: Assignment Group was successfully updated. + errors: + cannot_delete_group: You can not delete a group with a locked assignment. + assignment_does_not_exist_74178c34: assignment does not exist + quiz_duplication_not_implemented_c1495585: quiz duplication not implemented + cannot_save_new_assignment_3bda0792: cannot save new assignment + bucket_name_must_be_one_of_the_following_bucket_na_81c1be40: 'bucket name must be one of the following: %{bucket_names}' + assignments: + notices: + assignment_delete: This assignment has been deleted + assignment_not_available: The assignment you requested is not available to your course section. + created: Assignment was successfully created. + quizzes_published: + one: 1 quiz successfully published! + other: "%{count} quizzes successfully published!" + quizzes_unpublished: + one: 1 quiz successfully unpublished! + other: "%{count} quizzes successfully unpublished!" + new_assignment: New Assignment + errors: + google_docs_masquerade_rejected: Unable to connect to Google Docs as a masqueraded user. + reminder_failed: Reminder failed + delete_reminder_failed: Delete failed + multiple_due_dates: Multiple Due Dates + assignments_list_right_side: + titles: + upcoming_assignments: Upcoming Assignments + grade_assignment: + titles: + related_items: Related Items + links: + download_submissions: Download Submissions + reupload_submissions: Re-Upload Submissions + peer_reviews: Peer Reviews + buttons: + upload_files: Upload Files + graded_count: "%{graded_count} *out of* %{total} Submissions Graded" + resubmission_count: + one: 1 Ungraded Re-submission + other: "%{count} Ungraded Re-submissions" + peer_review_assignment: + titles: + user_default: User + remind_reviewer: Remind %{user} about Assessment + remind_reviewier_with_last_notification: Remind %{user} about Assessment, last notified %{at} + submission_sidebar: + titles: + submission: Submission + submission_turned_in: Submitted! + submission_not_turned_in: Not Submitted! + assigned_peer_reviews: Assigned Peer Reviews + comments: 'Comments:' + messages: + submission_late_timestamp: "%{submitted_at} (late)" + no_comments: No Comments + links: + submission: + details: Submission Details + view_original_page: View the Original Page + download_attachment: Download %{attachment_display_name} + view_survey: View the Survey Submission + view_quiz: View the Quiz Submission + view_rubric_evaluation: View Rubric Evaluation + labels: + grade: 'Grade: %{grade} *(%{points_possible} pts possible)*' + 'yes': 'yes' + 'no': 'no' + graded_anonymously: 'Graded Anonymously: %{value}' + none_assigned: None Assigned + comment_signature: "%{author}, %{created_at}" + submit_assignment: + links: + submit: + file_upload: File Upload + text_entry: Text Entry + website: Website URL + google_doc: Google Doc + media: Media + external_tool: More + authorize_google_drive: Authorize Google Drive Access + instructions: + online_url: Copy and paste the link to the web site you'd like to submit for this assignment. + google_docs: Select the file from the list below. + media_recording: Use the link below to record your submission. Click "Save" when you're finished and ready to submit. + from_external_tool: Select a tool from the list below to load and submit a resource provided by that tool. + labels: + url: Website URL + comments_placeholder: Comments... + additional_comments: Additional comments + buttons: + submit_assignment: Submit Assignment + record_media: Record / Upload Media + invalid_google_docs_domain: Invalid domain + gmail_restriction_description: Your account has restricted Google Doc submissions to Google accounts on the %{domain} domain. To submit this assignment with a Google Doc, you will need to reconfigure the Google Docs integration on your user settings page. + messages: + uploading: Retrieving a copy of your Google Doc to submit for this assignment. This may take a little while, depending on the size of the file... + google_drives_auth_required: 'Before you can submit assignments directly from Google Drive you need to authorize Canvas to access your Google Drive account:' + media_recordings_disabled: Media recordings are not enabled for this Canvas site, and you will not be able to submit these types of assignments. Please contact your instructor about changing the settings for this assignment, or your system administrator about enabling media recordings. + media_recording_ready: Ready to Submit! Click 'Submit Assignment' button to finish. + submitting: Submitting... + titles: + media_recordings_disabled: Media recordings are not enabled for this Canvas site + loading_tools: Loading tools... + submission_url: 'Submission:' + no_submission: No Submission Selected + errors: + unacceptable_file_type: 'This file type is not allowed. Accepted file types are: %{allowed_extensions_list}' + submit_online_text_entry: + instructions: + online_text_entry: Copy and paste or type your submission right here. + comments_placeholder: Comments... + additional_comments: Additional comments + buttons: + submit_assignment: Submit Assignment + submit_online_upload: + upload_or_choose_file: Upload a file, or choose a file you've already uploaded. + labels: + uploaded_data: File + links: + add_another_file: Add Another File + find_file: Click here to find a file you've already uploaded + errors: + unacceptable_file_type: 'This file type is not allowed. Accepted file types are: %{allowed_extensions_list}' + comments_placeholder: Comments... + additional_comments: Additional comments + buttons: + submit_assignment: Submit Assignment + messages: + submitting: Submitting... + syllabus_content: + titles: + course_syllabus: Course Syllabus + links: + jump_to_today: Jump to Today + edit_syllabus_description: Edit + instructions: + syllabus: |- + The syllabus page shows a table-oriented view of the course schedule, and the basics of + course grading. You can add any other comments, notes, or thoughts you have about the course + structure, course policies or anything else. + + To add some comments, click the "Edit" link at the top. + labels: + syllabus_body: Syllabus Description + assignments_summary: Course Summary + buttons: + update_syllabus: Update Syllabus + headers: + date: Date + details: Details + edit: + links: + add_rubric: Rubric + peer_reviews: + page_title: Peer Reviews + links: + back_to_assignment: Back to Assignment + assign_peer_review: Give %{student} another submission to assess + details: To the left you can see the list of students for this assignment, and also which student submissions (if any) they have been assigned to review. + titles: + automatically_assign_reviews: Automatically Assign Reviews + reminder: Remind %{assessor} about Assessment, last notified %{time} + remind: Remind %{assessor} about Assessment, last notified %{time} + descriptions: + automatically_assign_reviews: You can assign peer reviews to those users who have submitted but don't already have reviews assigned by clicking the button below. + reviews_per_user: "%{count} reviews per user" + buttons: + assign_peer_reviews: Assign Peer Reviews + add: Add + title: "%{assignment} Peer Reviews" + overview_with_rubric: Student peer reviews will be considered complete when students have commented at least once on the page and filled out the rubric form for the assignment. + overview: Student peer reviews will be considered complete when students have commented at least once on the page. + messages: + no_students_found: No Students Found + cancel_peer_review: Cancel this peer review? + submitted: submitted + not_yet_submitted: not yet submitted + none_assigned: None Assigned + options: + select_student: "[ Select Student ]" + redirect_page: + redirect_message: "This submission was a url, we're taking you to the url link now. \n[Click Here to go to the submission](%{url})" + show: + assignment_locked: This assignment is currently locked. + links: + edit: Edit + add_rubric: Rubric + manage: Manage + due_at: Due + date_time_by: "%{date} by %{time}" + no_due_date: No Due Date + points: Points + no_points: None + turnitin_enabled_short: "(Turnitin enabled)" + vericite_enabled_short: "(VeriCite enabled)" + submitting: Submitting + submission_types: File Types + attempts: Attempts + allowed_attempts: Allowed Attempts + messages: + locked: This assignment is currently locked. + defaults: + no_content: No Content + no_submission: Nothing + turnitin: Turnitin + turnitin_enabled: Turnitin has been enabled for this assignment. + vericite: VeriCite + vericite_enabled: VeriCite has been enabled for this assignment. + due: Due + for: For + available_from: Available from + until: Until + syllabus: + page_title: Syllabus for %{course} + assignment_group_create_dialog: + links: + add_assignment_group: Add Assignment Group" + assignment_group: + labels: + name: Name + buttons: + add_group: Add Group + cancel: Cancel + assignment_group_list: + no_assignment_groups: No Assignment Groups found + assignment_group_selector: + assignment_group: Assignment Group + assignment_group_options: + new_group: New Group + assignment_list_item: + delete: Delete + create_assignment: + assignment_type: 'Type:' + assignment: Assignment + discussion_type: Discussion + quiz_type: Quiz + external_tool_type: External Tool + not_graded_type: Not Graded + assignment_name: 'Name:' + assignment_due_at: 'Due:' + multiple_due_dates: Multiple due dates + differentiated_due_dates: Differentiated due date + assignment_points: 'Points:' + more: More Options + cancel: Cancel + saving: Saving... + buttons: + save_and_publish: Save & Publish + save: Save + create_group: + group_name: 'Group Name:' + example_group_name: e.g., Essay Group 1 + percent_of_total: "% of total grade" + drop_lowest: 'Lowest Scores:' + drop_highest: 'Highest Scores:' + never_drop: 'Never Drop:' + cancel: Cancel + saving: Saving... + save: Save + date_available_column_view: + available: Available + multiple_dates: Multiple Dates + date_due_column_view: + due: Due + multiple_dates: Multiple Dates + due_date: Due + todo_date: To do + delete_group: + warnings: + delete_assignment_group: You are about to delete *%{name}*, which has **%{assignment_count}** assignments in it. + would_you_like: 'Would you like to:' + labels: + delete_assignments_in_group: Delete its assignments + move_assignments_to: Move its assignments to + tooltips: + target_group: Select a group to move this assignment to + options: + select_group: Select a Group + cancel: Cancel + deleting: Deleting... + delete: Delete Group + edit_view: + assignment_name: Assignment Name + description: Description + points_possible: Points + freeze_properties: Lock assignment properties when copied + notify_content_change: Notify users that this content has changed + buttons: + save_and_publish: Save & Publish + save: Save + external_content_homework_file_submission_view: + additional_comments: Additional comments + group_assignment_header: Comments... + buttons: + submit_assignment: Submit Assignment + external_content_homework_url_submission_view: + additional_comments: Additional comments + group_assignment_header: Comments... + buttons: + submit_assignment: Submit Assignment + grading_type_selector: + display_grade_as: Display Grade as + view_grading_scheme: View Grading Scheme + gpa_scale_title: '"What is GPA Scale Grading?"' + gpa_scale_explainer: 'GPA Scale Grading is designed for schools that use a 4.0 scale (or 5.0/6.0) for all assignments. This grading scheme is similar to the Letter Grade display but features some important differences:' + gpa_scale_input_explainer: Scores are input on the 4.0 scale. For instance, if an assignment is out of 100 points, inputting 4.0 results in 100%, 3.0 results in 87%, etc. + gpa_scale_percentage_explainer: You cannot input points directly, but can input percentages. For instance, if an assignment is out of 50 points, inputting "40" will not work, but "80%" will. + gpa_scale_scores_explainer: The only scores allowed are predefined in the grading scheme. + gpa_scale_letters_explainer: Letter grades can be used in addition to number grades. + gpa_scale_recommendation: Unless your school uses a 4.0 scale (or 5.0/6.0) for grading, Canvas recommends displaying grades as Letter Grade. + group_category_selector: + group_assignment_header: Group Assignment + is_group_assignment: This is a Group Assignment + grade_group_students_individually: Assign Grades to Each Student Individually + group_set: Group Set + group_category_locked_explanation: Students have already submitted homework on this assignment, so group settings cannot be changed. + index_view: + assignments: Assignments + search_for_assignment: Search for Assignment + title_add_quiz_lti: Add Quiz/Test + add_quiz_lti: Quiz/Test + title_add_group: Add Assignment Group + add_group: Group + title_add_assignment: Add Assignment + add_assignment: Assignment + no_assignments_list_item: + no_assignments_in_this_group: No assignments in this group + no_assignments_search: + aria_assignments: Assignments + assignments: Assignments + no_assignments_found: No assignments found + peer_reviews_selector: + peer_reviews_header: Peer Reviews + labels: + require_peer_reviews: Require Peer Reviews + manually_assign_peer_reviews: Manually Assign Peer Reviews + automatically_assign_peer_reviews: Automatically Assign Peer Reviews + anonymous_peer_reviews: Peer Reviews Appear Anonymously + how_to_peer_review: How to Assign Peer Reviews + reviews_per_user: Reviews Per User + locked_until: Assign Reviews + peer_reviews_assign_at_explanation: Must come after due date. If blank, uses due date. + anonymous_peer_reviews: Anonymity + turnitin_settings_dialog: + turnitin_settings: + originality_report_visibility: Students Can See the Originality Report + originality_report_visible_immediately: Immediately + originality_report_visible_after_grading: After the assignment is graded + originality_report_visible_after_due_date: After the Due Date + originality_report_never: Never + labels: + compare_against: Compare Against + student_paper_check: Other Student Papers + internet_check: Internet Database + journal_check: Journals, Periodicals, and Publications + do_not_consider: Do Not Consider + exclude_biblio: Bibliographic Material + exclude_quoted: Quoted Material + turnitin_repository: Turnitin Repository + submit_papers_to: Include in Repository + settings_exclude_fewer_than_count: Fewer than %{wordsInput} words + settings_exclude_less_than_percent: Less than %{percentInput} of the document + assignments: + turnitin_settings: + labels: + exclude_small_matches: Small Matches + buttons: + update_settings: Update Settings + veri_cite_settings_dialog: + vericite_settings: + originality_report_visibility: Students Can See the Originality Report + originality_report_visible_immediately: Immediately + originality_report_visible_after_grading: After the assignment is graded + originality_report_visible_after_due_date: After the Due Date + originality_report_never: Never + buttons: + update_settings: Update Settings + assignment_list_item_score: + empty_points_possible: "-/%{pointsPossible} pts" + score_with_points_possible: "*%{score}*/%{pointsPossible} pts" + no_submission: No Submission + assignment_grading_type_is_not_graded: This assignment will not be assigned a grade. + assignment_not_yet_graded_screenreader: Assignment not yet graded. %{pointsPossible} points possible. + score_with_points_possible_screenreader: 'Score: %{score} out of %{pointsPossible} points.' + no_submission_for_assignment_screenreader: No submission for this assignment. %{pointsPossible} points possible. + available_date_description: + not_available_until: Not available until + available_until: Available until + closed: Closed + submission_types_form: + submission_type: Submission Type + submission_types: + no_submission: No Submission + online: Online + on_paper: On Paper + external_tool: External Tool + online_entry_options: Online Entry Options + labels: + allow_text_entry: Text Entry + allow_url: Website URL + allow_media_recordings: Media Recordings + allow_file_uploads: File Uploads + restrict_file_extensions: Restrict Upload File Types + allowed_extensions: Allowed File Extensions + descriptions: + allowed_extensions: 'Enter a list of accepted extensions, for example: doc,xls,txt' + label: + turnitin_enabled: Enable Turnitin Submissions + vericite_enabled: Enable VeriCite Submissions + external_tool_new_tab: Load This Tool In A New Tab + advanced_turnitin_settings: Advanced Turnitin Settings + advanced_vericite_settings: Advanced VeriCite Settings + external_tool_options: External Tool Options + external_tool_group_warning: Group assignments can't use External Tools. The group setting will be unchecked when you save + moderate_d0c85e92: Moderate + create_new_e0946c49: Create new + duplicate_provider_provider_d9842134: Duplicate provider %{provider} + authentication_providers: + no_changing_auth_types: Can not change type of authorization config, please delete and create new config. + login_required: must be supplied + password_required: must be supplied + account_required: must be LDAP-authenticated + debugging: + start_debugging: Start Debugging + refresh_debugging: Refresh + stop_debugging: Stop Debugging + ldap_fields: + ldap_timeout_failure_help2: If Canvas times out too many times communicating with the LDAP server, it will block further login attempts from using that LDAP server for %{time}. Your LDAP server last timed out at %{timestamp}. + auth_filter_description: 'Use *%{placeholder}* as a placeholder for the username supplied by the user. For example: *(sAMAccountName=%{placeholder})*' + identifer_format_description: The LDAP attribute to use to look up the Canvas login. Leave blank to use the username supplied by the user. + ldap_settings_test: + test_ldap_connection_label: Testing connection... + test_ldap_connection_help_header: Canvas can't connect to your LDAP server + test_ldap_connection_help_body: 'The connection either timed out or was refused. Things to consider:' + test_ldap_connection_help_fixes_1: Canvas is connecting to %{ips} + test_ldap_connection_help_fixes_2: This was only a connection test. SSL certificates were not validated. + test_ldap_connection_help_fixes_3: Check your firewall settings. Are all Canvas IP address allowed to access your server? + test_ldap_bind_label: Testing LDAP bind... + test_ldap_bind_help_header: Canvas can't bind (login) to your LDAP server + test_ldap_bind_help_body: 'Your LDAP server rejected the bind attempt. Things to consider:' + test_ldap_bind_help_fixes_1: Verify the provided filter string (i.e. '(sAMAccountName={{login}})'). + test_ldap_bind_help_fixes_2: Does the username require more scoping information? (i.e. 'cn=Canvas,ou=people,dc=example,dc=com'). + test_ldap_search_label: Testing LDAP search... + test_ldap_search_help_header: Canvas can't search your LDAP instance + test_ldap_search_help_body: 'The search either failed or returned 0 results. Things to consider:' + test_ldap_search_help_fixes_1: Verify the provided filter string (i.e. '(sAMAccountName={{login}})'). + test_ldap_search_help_fixes_2: Verify the provided search base (i.e. 'ou=people,dc=example,dc=com'). + test_ldap_search_help_fixes_3: Verify that the user object in LDAP has search privileges for the provided search base. + test_ldap_dialog_page_title: Testing Your LDAP Configuration + test_ldap_login_label: Test user login... + test_ldap_login_form_header: 'Supply a valid LDAP username/password to test login:' + labels: + user: Username + pass: Password + ldap_test_login_button: Test Login + test_ldap_login_help_header: The LDAP server denied your credentials + test_ldap_dialog_close: Close + linkedin_fields: + description: |- + You will need to [register an application on LinkedIn](%{linkedin_url}). + You should add %{callback_url} as an OAuth 2.0 authorized redirect URL, and set the Application Status to Live + After you create your application, make a note of the Client ID and Client Secret, and enter them here. + sso_settings_form: + login_handle_name_description: 'The label used for unique login identifiers. Examples: Login, Username, Student ID, etc.' + change_password_url_help: Leave blank for default Canvas behavior + discovery_url_description: If a discovery URL is set, Canvas will forward all users to that URL when they need to be authenticated. That page will need to then help the user figure out where they need to go to log in. If no discovery URL is configured, the first configuration will be used to attempt to authenticate the user. + unknown_user_url_description: The url to redirect to when an authenticated user is not found in Canvas. + index: + page_title: Authentication Settings + test_ldap_link: Test LDAP Authentication + delete_auth_confirmation: Are you sure? Users may not be able to log in if this is removed. + delete_auth_link: Remove Authentication + settings_title: Authentication Settings + settings_description: In order for a user to authenticate through an external identity provider (IdP), the user must have a login identifier that is both linked to this account and that matches the unique identifier returned by the IdP. To see a user's current logins, see the "Login Information" section on the user's profile page. (Found by searching for the user on the "Users" tab.) + profile_page_link_example: 'For example, here is your profile page: [%{friendlyname}](%{url})' + ip_address_list_description: 'If you are using an authentication service that requires the Canvas servers to contact your servers directly, such as LDAP, you''ll need to make sure that your servers can accept connections from these IP addresses:' + no_auth_type_description: This account does not currently integrate with an identity provider. + themes_89bfe9c4: Themes + theme_editor_b7b00f6b: Theme Editor + theme_editor_changes_have_been_cancelled_2af5cc5f: Theme editor changes have been cancelled. + you_cannot_edit_themes_on_this_subaccount_63ceaaf3: You cannot edit themes on this subaccount. + cannot_create_event_for_deleted_course_c800f310: cannot create event for deleted course + only_a_maximum_of_limit_events_can_be_created_b81c405e: only a maximum of %{limit} events can be created + calendar_events_api: + ics_title: "%{course_or_group_name} Calendar (Canvas)" + ics_description_course: Calendar events for the course, %{course_name} + ics_description_group: Calendar events for the group, %{group_name} + ics_description_user: Calendar events for the user, %{user_name} + ics_description: Calendar events for %{context_name} + feed_title: "%{course_or_group_name} Calendar Feed" + invalid_date_or_time: Invalid date or invalid datetime for %{attr} + calendar_events: + notices: + deleted: This event has been deleted + created: Event was successfully created. + updated: Event was successfully updated. + crumbs: + new: New Calendar Event + full_calendar_event: + no_content: No Content + new: + page_title: New Calendar Event + show: + links: + back_to_calendar: Back to Calendar + edit: Edit Calendar Event + delete: Delete the Event + calendars: + feed_title: Course Calendar Atom Feed + event: + event_title: 'due: %{event_title}' + due: due + show: + page_title_header: Calendar + skip_to_calendar: Skip to calendar + calendars: Calendars + undated_items: Undated + calendar_feed: Calendar Feed + feed_dialog_title: Calendar Feed + calendar_feed_instructions: Copy the link below and paste it into any calendar app that takes iCal feeds (Google Calendar, iCal, Outlook, etc.) + links: + feed: click here to view the feed + collaborations: + errors: + cannot_load_collaboration: Cannot load collaboration + create_failed: Collaboration creation failed + update_failed: Collaboration update failed + not_enabled: Collaborations have not been enabled for this Canvas site + no_name: Please enter a name for this collaboration. + title_too_long: Please use %{maxLength} characters or less for the name. Use the description for additional content. + lti_collaborations: LTICollaborations + google_drive: + file_not_found: Collaboration file not found + auth_google_drive: + google: + drive: + upgrade: + description: To access this collaboration you must authorize Canvas to access your Google Drive account + collaboration_footer: + started_by: Started by *%{user}*, %{at} + delete_button: + links: + delete: Delete this Collaboration + edit_button: + links: + edit: Edit this Collaboration + forms: + titles: + new: Start a New Collaboration + labels: + collaboration_type: 'Collaborate using:' + document_name: 'Document name:' + description: 'Description:' + descriptions: + google_docs: "Google Docs is a great place to collaborate on a group project. It's like Microsoft Word, but lets you work together with others on the same file at the same time without having to email it around. \n \n**Warning**: you (and all your collaborators) will need a Google account in order to participate in any Google Docs collaborations." + etherpad: "EtherPad is an open source project that lets you quickly set up shared documents. It's fast enough that you can see what others are typing as they're typing it. On the other hand, \"pads\" aren't protected by a password so anyone with a link to them can edit them. EtherPad is better suited than Google Docs if you want to support anonymity and/or allowing people without Google accounts to participate. \n \n**Warning**: be sure you are familiar with [EtherPad's deletion policy](%{etherpad_deletion_policy_url}) to ensure your work is preserved." + buttons: + start_collaborating: Start Collaborating + delete_from_canvas: "Just Delete \nfrom Canvas" + delete_from_google_docs: "Also Delete From \nGoogle Docs" + update: Update Collaboration + messages: + delete_google_doc_as_well: This collaboration is being stored as a Google Doc. Did you want to delete it just from Canvas, or remove it from Google Docs as well? + collaboration_name: "%{course_or_group_name} Collaboration" + index: + page_title: Collaboration + description_rs: |- + Free online web tools like [Google Docs](%{google_url}) are an excellent place for students to work on group projects or papers, take shared notes, etc. + Teacher *or* students can set up group collaborations. + titles: + current: Current Collaborations + links: + new: Start a new collaboration + description_teacher: |- + **What do we mean by collaborations?** We're talking about web-based tools that most + likely your students are already familiar with. Students can use resources like + [Google Docs](%{google_url}) + to work collaboratively on tasks like group papers or note-taking. This page gives them + (and you) an easy place to keep track of those collaborations, and also to set them + up without having to swap emails. + description_student: |- + **What do we mean by collaborations?** We're talking about web-based tools for + working together on a shared document. You can use resources like + [Google Docs](%{google_url}) + to work collaboratively on tasks like group papers or note-taking. This page is + an easy place to keep track of those collaborations, and also to set them + up without having to swap emails. + how_to_start_a_new_collaboration: To find out more about a particular type of collaboration, click "Start a New Collaboration" and then choose that type in the dropdown list. + show: + error_title: Google Drive Collaboration Error + headings: + page: Google Drive Collaboration Error + error_summary: 'It looks like this collaboration isn''t working. Possible causes:' + error_cause_3: The google doc no longer exists. + error_cause_1: The creator's Google Drive account is different from the account used to create the collaboration. + error_cause_2: The collaboration's creator is no longer an author on the google doc. + resolution: Contact the creator and let them know. + titles: + delete: Delete collaboration? + collaboration: + delete: Are you sure you want to delete this collaboration? + collaborator_picker: + labels: + collaborate_with: 'Collaborate With:' + people: People + groups: Groups + available_users: Available users + loading: Loading + available_groups: Available groups + remove_all: Remove All + collaboration_members: Collaboration members + member_instructions: Click or tap a user or group in the left-hand column to add Collaborators. + edit: + labels: + title: Collaboration title + description: 'Description:' + buttons: + cancel: Cancel + update: Update collaboration + maximum_number_of_communication_channels_reached_70c4d2f9: Maximum number of communication channels reached + communication_channels: + profile: + notices: + contact_registered: Contact method registered! + notices: + login_to_confirm: Please log in to confirm your e-mail address + registration_confirmed: Registration confirmed! + confirm: + titles: + welcome_aboard: Welcome Aboard! + details: + wrong_account: The invitation for %{course} was sent to **%{invited_user}**, but you are currently logged in as **%{current_user}** + merge_one: Would you like to combine the user accounts **%{current_user}** and **%{other_user}**? + account_exists: |- + There's a user account already associated with %{email}. + + **Are you %{name}?** + choose_login: Select where you would like to log in at. + logged_in_other_user_course: The invitation for %{course} was sent to **%{email}**, but you are currently logged in as **%{user}**. + logged_in_other_user: "**%{email}** is a new account, but you are currently logged in as **%{user}**." + add_email: Would you like to add this email address to your current account? + merge_multiple: Select the account you would like to combine with **%{current_user}**. + multiple_accounts_course: |- + There are already %{count} accounts associated with this email address. + + Which is you? + none_of_these: None of these, I'm a new user + account_needed: You've been invited to join **%{course}**. To accept this request you need a Canvas account. Click the link below to create a Canvas account. + register_with_course: In order to finish signing you up for the course **%{course}**, we'll need a little more information. + register: In order to set up your account, we'll need a little more information. + buttons: + transfer_enrollment: Transfer Enrollment + login_as: Log in as %{invited_user} + 'no': 'No' + merge: Combine + 'yes': 'Yes' + back: Back + continue: Continue + new_account: 'No' + add_email_address: Yes, Add Email Address + have_account: I Have a Canvas Account + create_account: Create My Account + register: Register + labels: + unique_id: Login + password: Password + time_zone: Time Zone + subscribe_to_emails: I want to receive information, news and tips from Instructure + confirm_failed: + page_title: Registration Confirmation Failed + titles: + problems_with_registration: Problem with Registration + details: It looks like you may have already confirmed your registration. Try *logging in* with the email address and password you registered. If you can't remember your password, click the "Forgot Password" link and you should get a new link that you can use to log in and re-set your password. + some_conferences_on_this_page_are_hidden_because_o_789684fd: Some conferences on this page are hidden because of errors while retrieving their status + conferences: + type_disabled_error: This type of conference is no longer enabled for this Canvas site + general_error: There was an error joining the conference + inactive_error: That conference is not currently active + general_error_with_message: 'There was an error joining the conference. Message: ''%{message}''' + no_settings_error: The conference does not have an advanced settings page + disabled_error: Web conferencing has not been enabled for this Canvas site + index: + page_title: Web Conferences + conference_header: Conferences + new_conference: New Conference + conference: Conference + new_conferences: New Conferences + concluded_conferences: Concluded Conferences + show: + buttons: + close: End it now + join: Join it now + confirm: + delete: Are you sure you want to delete this conference? + close: |- + Are you sure you want to end this conference? + + You will not be able to reopen it. + loading_urls_message: Loading, please wait... + no_urls_error: Sorry, it looks like there aren't any %{type} pages for this conference yet. + multiple_urls_message: 'There are multiple %{type} pages available for this conference. Please select one:' + no_new_conferences: There are no new conferences + no_concluded_conferences: There are no concluded conferences + notifications: + inaccessible: 'Warning: This page contains third-party content which is not accessible to screen readers.' + concluded_conference: + recordings: "%{recordingCount} Recordings" + recording: 1 Recording + settings: Settings + delete: Delete + type: "%{type}" + edit_conference_form: + name: Name + conference_type: Type + advanced_settings: Manage Advanced Settings... + duration: Duration + duration_in_minutes: minutes + options: Options + long_running: No time limit (for long-running conferences) + description: Description + members: Members + invite_all: + group: Invite All Group Members + course: Invite All Course Members + new_conference: + in_progress: In Progress + recordings: "%{recordingCount} Recordings" + recording: 1 Recording + end_it_now: End + join: Join + start: Start + settings: Settings + edit: Edit + delete: Delete + type: "%{type}" + content_exports: + errors: + not_found: Export does not exist + couldnt_create: Couldn't create content export. + error: 'There was an error exporting your content. Please notify your system administrator and give them the following export identifier: "%{code}"' + quiz_export_checklist: + select_quizzes: Select Quizzes to Export + labels: + all_quizzes: All Quizzes + index: + content_exports: Content Exports + user_data_exports: Download Submissions + export_type: Export Type + labels: + course: Course + quiz: Quiz + buttons: + create: Create Export + no_submissions: You currently have no submissions to export. + message: + export_started: The export process has started. This can take awhile for large courses. *You can leave the page* and you'll get an email when the export is complete. + messages: + processing: Processing + this_may_take_a_bit: this may take a bit... + buttons: + process: Process Data + content_imports: + errors: + no_only_and_except: You can not use "only" and "except" options at the same time. + content_migrations: + bad_migration_type: Invalid migration_type + unsupported_migration_type: Unsupported migration_type for context + index: + page_title: Import Content + no_day_substitutions: No Day Substitutions Added + no_migrations_running: There are no migrations currently running + uploading: Uploading... + upload_warning: Navigating away from this page will cancel the upload process. + content_migration: Content Migration + loading: Loading... + hide_issues: Hide Issues + show_issues: Show Issues + issues: issues + no_content_selected: You have not selected any content to import. + file_required: You must select a file to import content from + file_too_large: Your migration cannot exceed %{file_size} + school_required: You must select a school. + course_list_error: Could not retrieve courses. Are you connected to the internet? + select_course: Select Course + canvas_export: + content: Content + options: Options + common_cartridge: + content: Content + options: Options + content_migration_issue: + error_report: Error Report + copy_course: + content: Content + options: Options + external_tool_content: + content: Content + migration_converter: + header: Import Content + import_from_label: Content Type + default_option: Select One + cancel_migration: Cancel + import_migration: Import + moodle_zip: + content: Content + options: Options + progressing_content_migration: + select_content: Select Content + show_issues: Show Issues + issues_text: issues + progressing_content_migration_collection: + progress_label: Current Jobs + no_items: No jobs have been queued + progressing_issues: + loading: Loading + qti_zip: + options: Options + select_content: + select_content_label: Select content, Use the up and down arrow keys to navigate through the tree. Press right to expand and left to collapse. + cancel_btn: Cancel + select_content_btn: Select Content + subviews: + choose_migration_file: + migration_text: Source + course_find_select: + search_label: Search for a course + select_default: Select a course + or: or + course_name: Course name + include_completed_courses: Include completed courses + date_shift: + checkbox_label: Adjust events and due dates + date_adjustment: Date adjustment + shift_dates: Shift dates + remove_dates: Remove dates + beginning_date: Beginning date + beginning_change_to: change to + ending_date: Ending date + ending_change_to: change to + add_day_sub_title: Add day substitution + substitution: Substitution + day_substitution: + move_from: Move from + move_from_select_title: Move from day of the week + move_from_select_label: Move from day of the week + to_happen_on: to + move_to_select_title: Move to day of the week + move_to_select_label: Move to day of the week + remove_day_substitution_link_label: Remove day substitution + remove_day_substitution_link: Remove day substitution + external_tool_launch: + course: Course + find_a_course: Find a Course + folder_picker: + upload_to: Upload to + default_select_folder: Select Folder + import_quizzes_next_view: + import_new_quizzes: Import assessment content as New Quizzes + import_quizzesNext_help_label: Import assessment as New Quizzes Help Icon + import_quizzesNext_help_title_icon: Import assessment as New Quizzes Help Icon + import_quizzesNext_help_title: New Quizzes + import_new_quizzes_help_text: New Quizzes is the new assessment engine for Canvas.%{p_p}To learn more please contact your system administrator or visit + overwrite_assessment_content: + overwrite_assessment_content: Overwrite assessment content with matching IDs + assessment_help_label: Overwrite Assessment Help Icon + assessment_help_title_icon: Overwrite Assessment Help Icon + assessment_help_title: '"Overwrite Assessment Help"' + assessment_help_text: Some systems recycle their IDs for each new export. As a result, if you export two separate question banks they will have the same IDs. To prevent losing assessment data we treat these objects as different despite the IDs. Choosing this option will disable this safety feature and allow assessment data to overwrite existing data with the same IDs. + question_bank: + default_question_bank_label: Default Question bank + select_question_bank: Select question bank + aria_new_label: Create new question bank + create_new_question: "-- Create new question bank --" + question_banks_disabled: This option has been disabled + question_bank_title: New question bank name + question_bank_placeholder_aria: Enter new question bank name + question_bank_placeholder: Question bank name + select_content_checkbox: + select_all_content: All content + select_specific_content: Select specific content + angel_exporter: + content: Content + options: Options + blackboard_export: + content: Content + options: Options + d2_l_export: + content: Content + options: Options + web_ct: + select_school: Select School + username: Username + password: Password + cancel: Cancel + get_courses: Get Courses + web_ct_course_list: + course_list: Course(s) + options: Options + skip_all_files: Do not download files from course + no_files_help_label: More Information for 'Do not download files' option + no_files_help_title_icon: More Information for 'Do not download files' option + no_files_help_title: '"More Information for not ''Do not download files'' option"' + no_files_help_text: Downloading files from WebCT courses can take a long time, and may cause the migration process to fail. Instead, you can manually copy the files and then choose this option to migrate the rest of the content. + file_upload_file_url_or_content_export_id_is_requi_23c1fe68: File upload, file_url, or content_export_id is required + context: + media_objects_not_configured: Media Objects not configured + roster: + group_members: Group Members + teachers_and_tas: Teachers & TAs + no_user: + course: That user does not exist or is not currently a member of this course + group: That user does not exist or is not currently a member of this group + deleted_item: + links: + restore: restore + created: created + last_updated: last updated + roster_right_side: + links: + view_services: View Registered Services + media_object_inline: + titles: + media_playback: Media Playback + new_roster_user: + links: + user_account_details: User Account Details + conclude_enrollment: Conclude + restore_enrollment: Restore + title: + enrollment_sis_defined: This enrollment was defined by the university, and can't be deleted + cant_delete: Can't Delete + delete_enrollment: Delete + user_view_all_sections: let this user see all course users + user_only_view_section: limit this user to only see fellow section users + legends: + memberships: Membership(s) + enrolled_as: Enrolled as a %{enrollment_type} + enrollment_linked_to: Linked to *%{linked_user}* + completed_enrollment: Completed *%{completed_at}* + labels: + user_privileges: Privileges + user_only_view_section: this user can only view students in their assigned course section(s) + user_view_all_sections: this user can view students in any course section + prior_users: + titles: + prior_users: Prior Users + links: + back_to_people: Back to People + headings: + prior_users: Prior Users + roster_user: + links: + more_about_this_user: More About This User + user_grades: Grades + message_user: Send Message + faculty_journal: Faculty Journal + teacher_activity: Student Interactions Report + access_report: Access Report + user_account_details: User Account Details + link_services: Link web services to my account + more_user_details: more user details... + conclude_enrollment: Conclude this Enrollment + restore_enrollment: Restore this Enrollment + title: + enrollment_sis_defined: This enrollment was defined by the university, and can't be deleted + cant_delete: Can't Delete + delete_enrollment: Delete this Enrollment + user_view_all_sections: let this user see all course users + user_only_view_section: limit this user to only see fellow section users + remove_avatar: Remove avatar picture + report_avatar: Report inappropriate picture + headings: + user_services: Registered Web Services + recent_messages: Recent Messages + services_not_visible: "%{user}'s registered services are not visible to you at this time." + no_services: "%{user} hasn't linked any external services to their account yet." + help: + services: You haven't linked your user profile to any external services. You can link your Canvas account to services like Twitter. This will make it easier for fellow course and group members to link up with you outside of class. + list_services: You haven't enabled your list of registered services. Enabling this list will let fellow course and group members more easily link up with you outside of class. + labels: + public_list_services: Let fellow course/group members see which services I've linked to my profile + user_privileges: Privileges + legends: + memberships: Membership(s) + enrolled_as: Enrolled as a %{enrollment_type} + enrollment_linked_to: linked to *%{linked_user}* + completed_enrollment: completed *%{completed_at}* + user_only_view_section: this user can only view students in their assigned course section(s) + user_view_all_sections: this user can view students in any course section + no_messages: No Messages + confirm: + conclude: Are you sure you want to conclude this enrollment? + delete_enrollment: Are you sure you want to delete this enrollment? + enrollment_change_failed: Enrollment privilege change failed, please try again + roster_user_services: + titles: + registered_services: Registered Services + links: + back_to_roster: Back to Roster + link_service: Link web services to my account + sign_up_for_service: Sign Up + link_existing_service_account: Link Existing Account + headings: + service_types: Service Types + registered_services: Registered Services + help: + user_services: If other members choose, they can let you see which outside services they've linked to their Canvas account. This can make it easier to coordinate group projects and also link up outside of class. + no_services: You haven't linked your user profile to any external services. You can link your Canvas account to services like Twitter. + services_private: You haven't enabled your list of registered services. Enabling this list will let fellow course and group members see which services you have linked to your Canvas account. + labels: + allow_view_services: Let fellow course/group members see which services I've linked to my profile + roster_user_usage: + titles: + access_report: Access Report + links: + back_to_user: Back to User Page + headings: + user_access_report: "%{user} Access Report" + table_headings: + content: Content + num_times_viewed: Times Viewed + num_times_participated: Times Participated + last_viewed_time: Last Viewed + loading_more_results: Loading more results + undelete_index: + headings: + restore__items: Restore Deleted Items + help: + restore_items: Keep in mind that some items may have lost some of their associated data when they were deleted. Make sure you confirm the results of any restores you perform. + are_you_sure: Are you sure you want to restore %{item_name}? + restoring: restoring... + restore_failed: restore failed + context_module_items_api: + invalid_content: Could not find content + invalid_position: Invalid position + invalid_requirement_type: Invalid completion requirement type + ok_c47544a2: OK + the_module_item_is_locked_27fe420b: The module item is locked. + item_cannot_be_duplicated_cebf3109: Item cannot be duplicated + context_modules_api: + invalid_position: Invalid position + choose_assignment_set_415f1b3: Choose Assignment Set + module_item_is_locked_19fa60b4: Module Item is locked. + context_modules: + module_empty: There are no items in the module "%{module}" + add_context_module_form: + labels: + before_viewing: Prerequisites + module_complete_when: Requirements + require_sequential_progress: Students must move through requirements in sequential order + publish_final_grade: Publish final grade for the student when this module is completed + links: + add_prerequisite: Add prerequisite + add_requirement: Add requirement + must_complete_prerequisites: Must complete + buttons: + add_module: Add Module + content_next: + headings: + course_modules: Course Modules + add_prerequisite: Add Prerequisite to %{name} + modules_keyboard_hint_updated: 'Warning: For improved accessibility in reordering Modules (or Module items), please use the Move To Dialog option found in the menu.' + links: + student_progress: View Progress + title: + remove_prerequisite: Remove this prerequisite + help: + no_modules: No modules have been defined for this course. + add_prerequisite: Add prerequisite to *%{module}* + buttons: + add_prerequisite: Add Prerequisite + labels: + title: Title + url: URL + indent: Indent + new_tab: Load in a new tab + indent: + n: + zero: Don't Indent + one: Indent 1 Level + other: Indent %{count} Levels + select_prerequisite: Select the type of prerequisite. Students cannot see a module until all prerequisites are satisfied. + prerequisites: + another_module: Another Module + module_details: Modules are shown in sequential order, so only modules that are above %{name} can be set as prerequisites. + select_module: + instructions: Select Module + name: "%{module}" + module: module + requirements: + must_view: view the item + must_contribute: contribute to the page + must_submit: submit the assignment + must_score_at_least: score at least + criterion_for_assignment: "%{assignment} %{select_criterion}" + assignment_points_possible: "/ %{points_possible}" + images: + alt: + min_score: minimum score + must_view: must view + must_submit: must submit + must_contribute: must contribute + title: + min_score: Students must get at least a %{min_score} on this item before the module is considered complete + must_view: Students must view this item before the module is considered complete + must_submit: Students must submit this assignment before the module is considered complete + must_contribute: Students must contribute to this item before the module is considered complete + buttons: + add_module: Module + context_module_next: + reorder_modules: Drag to reorder modules + links: + title: + edit_module: Edit + delete_module: Delete this module + student_progress: See Student Progress for this Module + text: + edit_module: Edit + delete_module: Delete + progression_started_count: "*%{count}* In Progress" + progression_complete_count: "*%{count}* Complete" + module_will_unlock_at: Will unlock *%{unlock_date}* + module_item_next: + drag_to_reorder: Drag to reorder or move item to another module + min_score: + unfulfilled: Score at least %{score} + fulfilled: Scored at least %{score} + must_contribute: + unfulfilled: Contribute + fulfilled: Contributed + must_submit: + unfulfilled: Submit + fulfilled: Submitted + prerequisites_message: + labels: + prerequisites: Prerequisites + tool_sequence_footer: + edit_assignment_settings: Edit Assignment Settings + index: + titles: + course_modules: Course Modules + progressions: + titles: + student_progression: Module Progression by Student + student_progress: Student Progress + url_show: + new_tab: This site was opened in a new browser window. + module_started: In Progress + module_complete: Complete + module_unlocked: Unlocked + module_locked: Locked + conversations: + titles: + rss_feed: Conversations Feed + conversation_context: From a conversation with + other_recipients: + one: and 1 other + other: and %{count} others + index_new: + filter_messages_by_course: Filter messages by course + reply: Reply + compose_new_message: Compose a new message + reply_all: Reply all + archive: Archive + delete: Delete + more_options: More options + settings: Settings + mark_as_unread: Mark as unread + mark_as_read: Mark as read + forward: Forward + sending: sending + clear_search: Clear search results + search_for_recipients: Search for recipients + search_names_groups_courses: Search names, groups, and courses + no_results_found: No results found + back: Back + all_in_context: All in %{context} + cannot_add_to_private: You cannot add participants to a private conversation. + result_status: The autocomplete has %{results} entries listed, use the up and down arrow keys to navigate to a listing, then press enter to add the person to the To field. + all_courses: All Courses + star: Star + unstar: Unstar + archive: Archive + unarchive: Unarchive + confirm: + delete_message: Are you sure you want to delete your copy of this message? This action cannot be undone. + more_participants: "+%{total} more" + hide: Hide + message_form_dialog: + headings: + new_message: New Message + inbox_actions: + add_people: Add People + labels: + course: Course + select_course: Select a course + to: To + subject: Subject + add_to_faculty_journal: Add as a Faculty Journal entry + attachments: Attachments + no_course: No course + comboboxInstructions: 'To: (Start typing to choose recipients. Press the down arrow to navigate results. If you don''t find an acceptable option, you can enter an alternative.)' + search_names_groups_courses: Search names, groups, and courses + no_subject: No subject + send_individual_messages: Send an individual message to each recipient + titles: + media_comment: Recorded media comment + remove_media_comment: Remove media comment + record_media_comment: Record an audio or video comment + media_comment: Media Comment + links: + media_comment: Record + body: Body + submission_comment_form_dialog: + body: Body + add_attachment: + titles: + attachment: File to attach + remove_attachment: Remove attachment + autocomplete_result: + no_results: No results + group_people: 'People: %{people}' + compose_button_bar: + titles: + add_attachment: Add an attachment + record_media_comment: Record an audio or video comment + compose_title_bar: + buttons: + close: close + context_message: + labels: + more: more... + less: less... + course_options: + course_options: + more_courses: More Courses + concluded: Concluded + groups: Groups + message_detail: + no_subject: No subject + reply: Reply + more_options: More options + reply_all: Reply all + forward: Forward + delete: Delete + message_item: + more_options: More options + reply_all: Reply all + forward: Forward + delete: Delete + message_list: + messages: Messages + no_message: + batch_selected: Multiple Conversations Selected + no_conversations_selected: No Conversations Selected + courses: + titles: + rss: + course_announcements: Course Announcements Atom Feed + rss_feed: "%{course} Feed" + errors: + create_failed: Course creation failed + role_not_active: 'Can''t add users for non-active role: ''%{role}''' + role_not_found: Could not find role + unpublish: Course cannot be unpublished if student submissions exist. + notices: + unconcluded: Course un-concluded + deleted: Course successfully deleted + concluded: Course successfully concluded + failed_conclude: Course failed to conclude + invitation_accepted: Invitation accepted! Welcome to %{course}! + login_to_accept: You'll need to log in before you can accept the enrollment. + invitation_cancelled: Invitation canceled. + enrollment_not_active: Your membership in the course, %{course}, is not yet activated + preview_course: You've been invited to join this course. You can look around, but you'll need to accept the enrollment invitation before you can participate. + updated: Course was successfully updated. + reset_test_student: The test student has been reset successfully. + unauthorized: + invalid_link: The enrollment link you used appears to no longer be valid. Please contact the course instructor and make sure you're still correctly enrolled. + recent_event: + not_submitted: not submitted + no_submissions: no submissions + no_new_submissions: no new submissions + all_graded: all graded + needs_grading: needs grading + settings: + none: None + page_title: Course Details + course_settings_title: Course Settings + tabs: + details: Course Details + sections: Sections + navigation: Navigation + tools: Apps + alerts: Alerts + feature_options: Feature Options + headings: + details: Course Details + sections: Course Sections + navigation: Course Navigation + move_course: Move the course to another root account + labels: + course_status_unpublished: Course is Unpublished + course_status_published: Course is Published + image: Image + course_name: Name + course_code: Course Code + blueprint_course: Blueprint Course + time_zone: Time Zone + sis_source_id: SIS ID + root_account: Root Account + account_id: Subaccount + enrollment_term_id: Term + start_at: Starts + conclude_at: Ends + restrict_enrollments_to_course_dates: Students can only participate in the course between these dates + restrict_student_past_view: Restrict students from viewing this course after end date + restrict_student_future_view: Restrict students from viewing this course before start date + language: Language + storage_quota: File Storage + turnitin_comments: Turnitin Comments + grading_scheme: Grading Scheme + grading_standard_enabled: Enable course grading scheme + license: License + usage_rights_required: File Copyright + course_visibility: Visibility + custom_course_visibility: Customize + indexed: Include this course in the public course index + course_format: Format + course_epub_export: Epub Export + course_offline_export: Offline Course + course_description: Description + open_enrollment: Add a "Join this Course" link to the course home page + show_announcements_on_home_page: Show recent announcements on Course home page + home_page_announcement_limit: Number of announcements shown on the homepage + allow_student_forum_attachments: Let students attach files to discussions + allow_student_discussion_topics: Let students create discussion topics + allow_student_discussion_editing: Let students edit or delete their own discussion posts + allow_student_organized_groups: Let students organize their own groups + hide_final_grades: Hide totals in student grades summary + hide_distribution_graphs: Hide grade distribution graphs from students + lock_all_announcements: Disable comments on announcements + course_section_name: Add a New Section + root_account_id: Root Account + tooltips: + cannot_unpublish_course: You cannot unpublish this course if there are graded student submissions + sis_source_id: SIS ID + course_conclude_at_warning_message: The course is currently set to end at midnight, meaning that the previous day will be the last day this course is active. + course_conclude_at_warning_title: Course Ending at Midnight + no_language_preference: Not set (user-configurable, defaults to %{language}) + language_overrides_preferences: This will override any user/system language preferences. This is only recommended for foreign language courses + megabytes: megabytes + turnitin: these comments will be shown to students when submitting a Turnitin-enabled assignment + view_grading_scheme: view grading scheme + set_grading_scheme: set grading scheme + course_open_enrollment: 'This course has enabled open enrollment. Students can self-enroll in the course once you share with them this URL: *%{url}*. Alternatively, they can sign up at *%{url2}* and use the following join code: *%{code}*' + course_open_enrollment_without_code: 'This course has enabled open enrollment. Students can self-enroll in the course once you share with them this URL: *%{url}*' + links: + more_options: more options + move_course: Move To Another Account + title: + edit_section: Edit Section + delete_section: Delete Section + cant_delete: You can't delete sections that have users enrolled + self_enrollment: Let students self-enroll by sharing with them a secret URL or code + self_enrollment_without_code: Let students self-enroll by sharing with them a secret URL + wiki_editing_roles_change_existing: Change pages currently editable by "%{current_setting}" to "%{new_setting}". + buttons: + update_course: Update Course Details + add_section: Section + edit_section_name: Edit section name + move_course: Move Course + enrollment_count: + one: 1 User + other: "%{count} Users" + section_sis_id: 'SIS ID: %{section_sis}' + nav_items_keyboard_drag_and_drop: 'Warning: For improved accessibility in reordering Course Navigation elements, please use the Move To Dialog option found in the menu.' + titles: + edit_navigation: Edit Course Navigation + help: + edit_navigation: Drag and drop items to reorder them in the course navigation. + tab_cant_disable: This page can't be disabled, only hidden + tab_disabled: Page disabled, will redirect to course home page + tab_hidden_if_disabled: Page disabled, won't appear in navigation + drag_to_hide: Drag items here to hide them from students. + drag_details: Disabling most pages will cause students who visit those pages to be redirected to the course home page. + alerts_title: Alerts + deatils: + move_course: Select a new root account for this course. After you move the course you'll want to specify a new department for the course as well. + group_list: + headings: + groups: Course Groups + link_enrollment: + details: |- + When an observer is linked to a student, they have access to that student's grades and course interactions. *Right now this observer is linked to the student, %{student}.* + + To link the course observer %{user} to a student, select the student's name from the list below. + loading: Loading Students... + labels: + student: Student + select_student: Select Student + buttons: + link: Link to Student + master_course_restrictions: + labels: + content: Content + points: Points + due_dates: Due Dates + availability_dates: Availability Dates + settings_sidebar: + links: + student_view: Student View + stats: Course Statistics + calendar: Course Calendar + conclude: Conclude this Course + delete: Delete this Course + copy: Copy this Course + import: Import Course Content + export_content: Export Course Content + reset: Reset Course Content + buttons: + unconclude: Un-Conclude Course + reset: Reset Course Content + help: + reset_course_content: Resetting course content will permanently delete all associated assignments, discussions, quizzes, modules, rubrics, pages, files, learning outcomes, question banks, collaborations, conferences, or any other content. This action is irreversible, and the data *cannot* be recovered. Are you sure you wish to continue? + headings: + current_users: Current Users + role: + inactive: inactive + sidebar_weighting: + labels: + assignments_weighting: Assignments are weighted by group + headings: + group: Group + weight: Weight + total: Total + no_groups: No Groups Set Up + default_name: Group + not_weighted: Course assignments are not weighted. + to_do_list: + headings: + to_do: To Do + links: + show_more: "%{count} more..." + confirm_action: + titles: + confirm: Confirm Action + headings: + confirm_delete: Confirm Course Deletion + confirm_conclude: Confirm Conclude Course + details: + confirm_delete: Are you sure you want to delete this course? Once it is deleted, students and teachers will no longer have access to it. If you just want to remove it from the course drop-down menu, you should *conclude the course instead*. + confirm_delete_addendum: If you do not have permission to conclude the course, you can *change the course end date*, or ask your administrator to conclude the course. + confirm_conclude: 'Warning: Concluding the course will archive all course content and prevent you from modifying grades.' + conclude_alt_text: If you would like to retain the ability to change grades while limiting student access to the course, please utilize the course dates settings. You can learn about course date settings in our guides *here*. + buttons: + delete_course: Delete Course + conclude_course: Conclude Course + copy: + titles: + copy_course: Copy Course + headings: + copy_course: Copy %{course} + details: Please enter the details for the new course. + name: Name + course_code: Course Code + start_at: Start Date + conclude_at: End Date + enrollment_term_id: Term + content_label: Content + select_all_content: All content + select_specific_content: Select specific content + buttons: + create_course: Create Course + description: + links: + join_course: Join this Course + index: + titles: + courses: Courses + headings: + my_courses: All Courses + past_enrollments: Past Enrollments + future_enrollments: Future Enrollments + my_groups: My Groups + browse_more_courses: Browse More Courses + start_new_course: Course + link_validator: + page_title: Course Link Validator + link_validator: Course Link Validator + show: + headers: + course_status: Course Status + links: + view_course_stream: View Course Stream + course_setup: Course Setup Checklist + new_announcement: New Announcement + student_view: Student View + join_course: Join this Course + drop_course: Drop this Course + view_course_calendar: View Course Calendar + headings: + confirm_unenroll: Confirm Unenrollment + details: + confirm_unenroll: Are you sure you want to unenroll in this course? You will no longer be able to see the course roster or communicate directly with the teachers, and you will no longer see course events in your stream and as notifications. + titles: + recent_feedback: Recent Feedback + drop_course: Drop this Course + license_notice: This course content is offered under a %{license_type} license. Content in this course can be considered under this license unless otherwise noted. + re_sending: Re-Sending... + send_done: Done! Message may take a few minutes. + send_failed: Request failed. Try again. + empty_body: No Content + statistics: + page_title: Course Statistics + headings: + stats: Statistics for %{course} + totals: Running Totals + assignments: Assignments Usage Report + students: Recently Logged-In Users + files: File Storage + tabs: + totals: Totals + assignments: Assignments + students: Students + files: File Storage + discussions: Discussions + discussion_posts: Discussion Posts + assignments: Assignments + assignment_groups: Assignment Groups + course_rubrics: Course Rubrics + all_rubrics: All Rubrics + active_students: Active Students + unaccepted_students: Unaccepted Students + quizzes: Quizzes + quiz_questions: Quiz Questions + quiz_submissions: Quiz Submissions + submission_type: Submission Type + number_of_assignments: "# Assignments" + number_of_submissions: "# Submissions" + file_upload: File Upload + text_entry: Text Entry + website_url: Website URL + quiz: Quiz + discussion_topic: Discussion Topic + labels: + allotted_storage: Allotted Storage + uploaded_files: Uploaded Files + media_files: Media Files + file_count: + one: 1 file + other: "%{count} files" + confirm_reject_invitation: Are you sure you want to reject the invitation to participate in this course? + syllabus: + syllabus: + hide_specific_dates: Hide section, group, and person specific dates + show_specific_dates: Show section, group, and person specific dates + headers: + date: Date + details: Details + roster: + edit_sections_view: + edit_sections_desc: Sections are an additional way to organize users. This can allow you to teach multiple classes from the same course, so that you can have the course content all in one place. Below you can move a user to a different section, or add/remove section enrollments. Users must be in at least one section at all times. + invitations_view: + admin_invitation_unaccepted: "%{name} hasn't yet accepted the invitation to join the course. The invitation was sent: %{time}" + student_invitation_unaccepted_available: "%{name} hasn't yet accepted the invitation to join the course. The invitation was sent: %{time}" + student_invitation_unaccepted_unavailable: "%{name} was added to the course: %{time}" + invitations_pending_publish: Invitations aren't sent until the course is *published* + accepted_invitation: "%{name} has already received and accepted the invitation to join the course, but you can still resend the invitation if it is needed." + link_to_students_view: + link_student_desc: When an observer is linked to a student, they have access to that student's grades and course interactions. + create_users: + form_instructions: 'Type or paste a list of email addresses below:' + email_field_place_holder: '"Example Student" , "Lastname, Firstname" , justAnEmailAddress@example.com' + email_field_label: Enter the email addresses of the users you would like to add, seperated by commas + user_role: 'Role:' + section: Section + validating: Validating... + next: Next + will_not_be_added: These users had errors and will not be added. Please ensure they are formatted correctly. + example_formats: 'Examples: user@example.com, "First Last" , "Last, First" ' + user_might_not_exist: If your format is correct, contact your Canvas Admin to ensure the user has a Canvas account. + adding_n_users: 'Validated and ready to add %{users.length} users:' + duplicates_removed: Some duplicates were removed. + name: Name + email_or_login: Email/Login + go_back: Start Over + adding: Adding... + add_these_users: Add Users + have_been_enrolled: The following users have been enrolled + email: Email + add_more_users: Add More Users + close: Done + index: + group_set: Group Set + search_people: Search people + filter_field_description: Search people. As you type in this field, the list of people will be automatically filtered to only include those whose names match your input. + role_to_search: Limit search to role + cannot_add_users: New users can not be added because this course is concluded + people: People + title_add_people: Add People + resend_invitations: + pending_invitation: 1 invitation hasn't been accepted. + pending_invitations: "%{pendingInvitationsCount} invitations haven't been accepted." + re_sending_invitations: Resending... + re_send_invitations: Resend + role_select: + all_roles: All Roles + roster_tabs: + everyone_tab: Everyone + groups: Groups + roster_user: + pending_acceptance_explanation: This user has not yet accepted the invitation to the course + pending_acceptance_of_invitation: pending + manage_user: Manage %{name} + links: + resend_invitation: Resend Invitation + link_to_students: Link to Students + edit_sections: Edit Sections + user_details: User Details + remove_from_course: Remove From Course + roster_users: + name: Name + login_name: Login ID + section: Section + role: Role + last_activity: Last Activity + total_activity: Total Activity + no_people_found: No people found + you_can_search_by: 'You can search by:' + canvas_user_id: Canvas User ID + section: + remove_user_from_course_section: Remove user from %{name} + last_name_303122f3: Last Name + first_name_d5c12500: First Name + pairing_code_bde979a7: Pairing Code + expires_at_6214b43f: Expires At + course_atom_feed_9d95214e: Course Atom Feed + invalid_restrictions_316cd740: Invalid restrictions + there_was_an_error_saving_the_changes_to_the_cours_ed2b1d24: There was an error saving the changes to the course + exported_package_history_bfca44b9: Exported Package History + invalid_grade_passback_setting_a1d209d1: Invalid grade_passback_setting + the_grading_period_cannot_be_found_646a8a24: The Grading Period cannot be found + discussion_entries: + deleted_entry_notice: That entry has been deleted + created_entry_notice: Entry was successfully created. + updated_entry_notice: Entry was successfully updated. + disabled_podcasts_notice: Podcasts have not been enabled for this topic. + posts_feed_title: "%{title} Posts Feed" + podcast_feed_title: "%{title} Posts Podcast Feed" + podcast_description: Any media files linked from or embedded within entries in the topic "%{title}" will appear in this feed. + announcements_cannot_be_duplicated_2de8824c: announcements cannot be duplicated + unable_to_save_new_discussion_topic_99239f3f: unable to save new discussion topic + titles: + discussions: Discussions + announcement: Announcement + discussion: Discussion + come_back_later: You marked this question to come back to later + announcements: Announcements + assignments: Assignments + error_reports: Error Reports + messages: Messages + learning_outcomes: Learning Outcomes + aligned_items: Aligned Items + outcome_artifacts: Outcome Artifacts + view_in_separate_window: View in Separate Window + discussion_topics: + course_discussions_atom_feed_title: Course Discussions Atom Feed + create_new_crumb: Create new + edit_crumb: Edit + deleted_topic_notice: That topic has been deleted + discussion_atom_feed_title: Discussion Atom Feed + discussion_podcast_feed_title: Discussion Podcast Feed + topic_deleted_notice: "%{topic_title} deleted successfully" + discussion_feed_title: "%{title} Discussion Feed" + error_section_permission: You do not have permissions to modify discussion for section(s) %{section_ids} + error_todo_date_unauthorized: You do not have permission to add this topic to the student to-do list. + error_todo_date_assignment: Date cannot be added if discussion topic is graded + error_draft_state_unauthorized: You do not have permission to set this topic to draft state. + error_group_announcement: You cannot use grouped discussion on an announcement. + error_group_change: You cannot change grouping on a discussion with replies. + error_draft_state_with_posts: This topic cannot be set to draft state because it contains posts. + assignment_details: + graded_discussion_and_points: + one: 'This is a graded discussion: *1 point possible*' + other: 'This is a graded discussion: *%{count} points possible*' + show_due_dates: Show Due Dates + due_date: due %{date} + due: Due + for: For + available_from: Available from + until: Until + assignment_todo: + todo_date: 'To-Do Date: %{date}' + entry: + authors_name: Author's name + reply_to_message: Make a Side Comment + edit_message: Edit this Message + delete_message: Delete this Message + labels: + attached_file: Attached File + show_more_entries: + one: Show 1 More Entry + other: Show %{count} More Entries + edited_comment: This comment was edited by %{user}. + make_side_comment: Make a Side Comment... + group_discussion: + separated_conversation_notice: 'Since this is a group discussion, each group has its own conversation for this topic. Here are the ones you have access to:' + new_and_total_badge: + unread_count_tooltip: + zero: No unread replies. + one: 1 unread reply. + other: "%{count} unread replies." + reply_count_tooltip: + zero: No replies. + one: 1 reply. + other: "%{count} replies." + peer_reviews: + peer_review_alert: You have been assigned a peer review for %{person} + due_date: due %{date} + sub_entry: + authors_name: Author's name + post_message: Post Message + show: + topic: Topic + announcement_locked_until: This announcement is locked until %{time} + topic_time_locked: This topic is locked until %{time} + edit: Edit + manage_announcement: Manage Announcement + manage_discussion: Manage Discussion + mark_all_as_read: Mark All as Read + mark_all_as_unread: Mark All as Unread + confirm_delete_discussion: Are you sure you want to delete this discussion? + delete: Delete + speed_grader: SpeedGrader™ + links: + peer_reviews: Peer Reviews + show_rubric: Show Rubric + add_rubric: Add Rubric + unlock_topic: Open for Comments + lock_topic: Close for Comments + from_context: From *%{context_name}* + announcement_locked: The content of this announcement will not be visible to users until %{date} + announcement_closed: This announcement is closed for comments + edited_by: This topic was edited by %{user} + topic_podcast_feed_link: Topic Podcast Feed + retrieved_from_feed: Retrieved from %{feed} + unread: Unread + collapse_replies: Collapse replies + expand_replies: Expand replies + topic_subscribe_tooltip: You are unsubscribed and will not be notified of new comments + topic_subscribe: Subscribe + topic_subscribed_tooltip: You are subscribed and will be notified of new comments + topic_unsubscribe: Subscribed + initial_post_required: Replies are only visible to those who have posted at least one reply. + loading_replies: Loading replies... + cannot_unpublish_with_replies: Can't unpublish if there are student replies + unread_count_tooltip: + zero: No unread replies. + one: 1 unread reply. + other: "%{count} unread replies." + reply_count_tooltip: + zero: No replies. + one: 1 reply. + other: "%{count} replies." + group_discussion_title: Group Discussion + this_is_a_group_discussion: This is a Group Discussion + group_discussion_locked: Students have already submitted to this discussion, so group settings cannot be changed. + default_discussion_title: No Title + points_possible_number: Points possible must be a number + edit_view: + topic_title: Topic Title + attachment: Attachment + options: Options + allow_threaded_replies: Allow threaded replies + delay_posting: Delay posting + post_at: Post At + users_must_post_before_seeing_replies: Users must post before seeing replies + enable_podcast_feed: Enable podcast feed + include_replies_in_podcast_feed: Include student replies in podcast feed + use_for_grading: Graded + allow_liking: Allow liking + only_graders_can_like: Only graders can like + sort_by_likes: Sort by likes + available_from: Available From + until: Until + points_possible: Points Possible + saving: Saving... + buttons: + save_and_publish: Save & Publish + save: Save + published_button: + buttons: + published: Published + not_published: Not Published + page_nav: + Page: Page + first_page: First + current_page: Current + last_page: Last + you_do_not_have_access_to_the_requested_announceme_a774d80a: You do not have access to the requested announcement. + you_do_not_have_access_to_the_requested_discussion_90d8ec99: You do not have access to the requested discussion. + you_cannot_set_a_grouped_discussion_as_a_student_a20f363: You cannot set a grouped discussion as a student. + eportfolio_categories: + default_name: New Page + errors: + missing_page: Couldn't find that page + eportfolio_entries: + notices: + missing_page: Couldn't find that page + errors: + not_found: Not Found + eportfolios: + crumb: ePortfolios + notices: + created: ePortfolio successfully created + updated: ePortfolio successfully updated + deleted: ePortfolio successfully deleted + zipping: File zipping still in process... + titles: + feed: Eportfolio Atom Feed + title: "%{portfolio_name} Feed" + show_me: show me + edit_link_text: "%{edit_icon} Edit This Page" + help_link_text: "%{help_icon} How Do I...?" + manage_pages_link_text: Organize/Manage Pages + manage_sections_link_text: Organize Sections + eportfolio: + entry_count: + one: "*1* page" + other: "*%{count}* pages" + updated_at: last updated %{updated_at} + page_list: + titles: + manage_pages: Add, remove or rearrange pages for this section + headers: + page_list: Pages for this section + links: + add_page: Add Another Page + buttons: + done_editing: Done Editing + page_section: + titles: + move_section: Drag to rearrange sections + delete_section: Delete this section + section_types: + rich_text: Rich Text Content + html: HTML/Embedded Content + submission: Course Submission + attachment: Image/File Upload + rich_text: + default_content: Nothing Entered Yet + links: + download_attachment: Click here to Download *%{attachment}* + page_section_static: + rich_text: + default_content: Nothing Entered Yet + links: + download_attachment: Click here to Download *%{attachment}* + submission_url: View the URL submitted for this assignment + headers: + submission: Student Submission for %{assignment}, created %{created_date} + not_rendered: There used to be a submission here, but we couldn't find it or didn't support the submission type for exporting. + static_page: + links: + skip_navigation: Skip Navigation + created_with_canvas: Created with Canvas + logo: logo + wizard_box: + headers: + getting_started: Getting Started + instructions: Using an ePortfolio + introduction: Introduction + sections: Portfolio Sections + pages: Section Pages + page_content: Page Content + submissions: Adding Submissions + settings: ePortfolio Settings + finish: Let's Do It + introduction: + body: ePortfolios are a place to demonstrate your work. They are made of sections and pages. The list of sections are along the left side of the window (%{showme1}). Each section can have multiple pages, shown on the right side of the window (%{showme2}). + sections: + body1: Sections are listed along the left side of the window (%{showme1}). Each section can have multiple pages inside of it. To organize or add sections, click the "%{manage_sections}" link (%{showme2}). + body2: You can rename any section by clicking on the %{edit_icon} icon that appears, rearrange sections by clicking and dragging them, or delete sections by clicking the %{delete_icon} icon. + pages: + body1: Sections have multiple pages. You can see the list of pages for the current section on the right side of the window (%{showme1}). To organize or add pages, click the "%{manage_pages}" link (%{showme2}). + body2: You can rename any page by click on the %{edit_icon} icon that appears, delete a page by clicking the %{delete_icon} icon, or rearrange the order of pages by click and dragging them. + page_content: + body1: The content you see on a page is the same content any visitors will see. To edit this content, click the "%{edit_link_text}" link (%{showme}) and the page will change to editing mode. + body2: Now you're editing! Rename the page or change commenting options (%{showme1}) if you like. You can save, preview or cancel your changes at any time by clicking the button on the right side (%{showme2}). + body3: Content is divided into subsections, which each have a dotted border. You can delete or edit the contents of a subsection by clicking the %{edit_icon} or %{delete_icon} icons at the top right corner of the subsection. + body4: To add new subsections, find and click the type of content you want to add in the options list on the right side of the page (%{showme}). + submissions: + body1: You may have noticed at the bottom of this page is a list of recent submissions from your classes (%{showme}). You can quickly add submissions to new pages in your portfolio from this page. Just click the submission you want to add and a simple dialog will pop up. + body2: Great! Now to finish adding the submission, you need to choose which section you'd like to add it to and give the page a name. After you click "Add Page" you'll be taken to the new page so you can edit it in more detail if you like. + settings: + body: To change the settings for your ePortfolio, click the "ePortfolio Settings" link (%{showme}). You can rename the portfolio and also change whether it is public or private. Private portfolios are only visible to those to whom you grant access. + finish: + body: Ready to get started? You can always get back to this wizard from any page by clicking the "%{help_link_text}" link you'll see there. + links: + portfolio: View the Portfolio + show: + links: + back: Back to Portfolio Dashboard + rich_content: Rich Text Content + html_content: HTML/Embedded Content + choose_submission: Course Submission + file_uload: Image/File Upload + wizard: Getting Started Wizard + portfolio: Go to the Actual ePortfolio + share: 'Copy and share this link to give others access to your private ePortfolio:' + download_eportfolio: Download the contents of this ePortfolio as a zip file + delete: Delete this ePortfolio + view_original: View the Original File + download_file: Click here to download %{filename} + headers: + add_content: Add Content + welcome: Welcome to Your ePortfolio + public_eportfolio: Your ePortfolio is Public + private_eportfolio: Your ePortfolio is Private + recent_submissions: Recent Submissions + export_progress: Collecting ePortfolio resources. this may take a while if you have a lot of files in your ePortfolio. + buttons: + preview: Preview + save_page: Save Page + keep_editing: Keep Editing + add_page: Add Page + select_submission: Select Submission + upload_file: Select/Upload File + update_eportfolio: Update ePortfolio + add_comment: Add Comment + delete: Delete ePortfolio + welcome: If this is your first time here, you may want to pop up the wizard and see how best to get started. Otherwise you can quickly add recent submissions or just jump straight to the portfolio. + public_eportfolio: That means anyone who knows the address of your portfolio can view it. You can make your portfolio private by *changing your portfolio settings*. + private_eportfolio: 'That means people can''t find it or even view it without permission. You can see it since it''s your portfolio, but if you want to let anybody else see it, you''ll need to copy and share the the following special link so they can access your portfolio:' + recent_submissions: Click any submission to add it to a new page in your ePortfolio. + no_submissions: No Submissions Found + titles: + already_used: This submission is already included in your portfolio + view_submission: View the Submission + attachment_count: + one: 1 Attachment + other: "%{count} Attachments" + add_submission: To make a new page for this submission, select a section and enter the name for the new page. + labels: + section: Section + page_name: Page Name + allow_comments: Allow Comments on this Page + show_comments: Make Comments Public + html_content: Copy and paste your HTML code into the box below + choose_submission: Select an assignment submission to embed in this page + file_select: Select a file to include on this page + file_upload: Or upload a new file + loading_submission: Loading Submission + uploading_file: Uploading + eportfolio_name: ePortfolio Name + make_public: Make it Public + add_comment: Add a New Comment + new_section: New Section + current_pages: Current Pages + no_files: No Files Uploaded + headings: + page_comments: Page Comments + private_comments: Right now only you can see the comments for this page. You can make the comments public if you like by *changing the settings for this page*. + no_comments: No Comments + write_only_comments: Comments for this page are private. You can make comments, but only the portfolio's owner will be able to see them. + login_required: You must be *logged in* to make comments on this page. + delete_confirm: + one: You currently have 1 page in this ePortfolio. Are you sure you want to delete the entire ePortfolio? + other: You currently have %{count} pages in this ePortfolio. Are you sure you want to delete the entire ePortfolio? + user_index: + page_title: My ePortfolios + headers: + eportfolios: ePortfolios + what: What's an ePortfolio? + my_eportfolios: My ePortfolios + add_eportfolio: Make an ePortfolio + links: + create: Create an ePortfolio + what: + details1: |- + ePortfolios are a place where you can display and discuss the significant + submissions and experiences that are happening during your learning + process. You can use an ePortfolio to: + + * Display the papers you're proud of for more than just your instructor to see + * Talk about all the thought and work that went into your class submissions + * Gather an overview of your educational experience as a whole + * Share your work with friends, future employers, etc. + + ePortfolios can be public for everyone to see, or private so only those you + allow can see, and you can change that setting at any time. + + Ready to get started? Click the button. + labels: + eportfolio_name: ePortfolio Name + make_public: Make it Public + defaults: + eportfolio_name: My Portfolio + buttons: + add_eportfolio: Make ePortfolio + _page_section: + section_types: + rich_text: Rich Text Content + html: HTML/Embedded Content + submission: Course Submission + attachment: Image/File Upload + external_tools: + cannot_locate_launch_request: Cannot locate launch request, please try again. + external_tool: + edit_tool: Edit Tool + delete_tool: Delete Tool + labels: + privacy: Privacy + consumer_key: Consumer Key + url: URL + domain: Domain + description: Description + vendor_help_link: Vendor Help Link + extras: Extras + editor_button_configured: Editor button configured + resource_selection_configured: Resource selection configured + course_navigation_configured: Course navigation configured + user_navigation_configured: User navigation configured + account_navigation_configured: Account navigation configured + homework_submission_configured: Homework submission configured + finished: + load_failure_title: Tool Failed to Load + load_failure_message: There was a problem loading the specified tool. Please contact your administrator if these problems persist. + load_success_title: Tool Use Finished + load_success_message: You are free to navigate away from this page. + there_was_an_error_generating_the_tool_launch_fb3f47ac: There was an error generating the tool launch + files: + my_files: My Files + files_page_title: Files + notices: + deleted: The file %{display_name} has been deleted + updated: File was successfully updated. + could_not_find_file: This file has been deleted + errors: + not_found: It looks like something went wrong when this file was uploaded, and we can't find the actual file. You may want to notify the owner of the file and have them re-upload it. + too_large: The file is too large to edit + show: + messages: + folder_locked: The folder "%{folder}," which includes this file, has been locked. + file_locked: This file has not been unlocked yet. + this_file_must_have_usage_rights_set_before_it_can_55aba559: This file must have usage_rights set before it can be published. + cannot_delete_a_file_that_has_been_submitted_as_pa_fda24c4: Cannot delete a file that has been submitted as part of an assignment + unauthorized_to_delete_this_file_a1271224: Unauthorized to delete this file + folders: + event_updated: Event was successfully updated. + only_one_folder: Can't set folder path and folder id + folder_created: Folder was successfully created. + no_deleting_root: Can't delete the root folder + no_deleting_folders_with_content: Can't delete a folder with content + n_a_d6f6c42f: N/A + gradebook_csvs: + grades_filename: Grades + gradebook_uploads: + no_file_attached: We did not detect a CSV to upload. Please select a CSV to upload and submit again. + show: + headers: + import_error: 'There was some stuff I couldn''t figure out with the data that you uploaded:' + missing_student: You uploaded rows for the following students, I couldn't decide which student in your class they are. Please tell me which student they are. + missing_assignment: You uploaded some assignments that don't appear to be in your gradebook before now. Please tell me if it is a new assignment, or if it represents an existing assignment. + no_changes: There were no changes detected in the gradebook you uploaded. + student_question: Student in question + student_answer: This person is really + student_example: Some Guy + ignore_student_option: Not in my class, Ignore this row. + assignment_question: Assignment in question + assignment_answer: This Assignment is + assignment_example: Equity Indices Quiz + new_assignment_option: A new assignment + ignore_assignment_option: Bogus, ignore it + buttons: + continue: Continue %{icon} + save_changes: Save Changes + links: + back: Go back to Gradebook + notices: + unchanged: 'Note: You uploaded some assignments that had no grade changes detected. They have been hidden.' + student: Student + errors: + select_an_option: Please select an option + grades_for_student_d4adfb55: Grades for Student + gradebook_history_a3e8e0b4: Gradebook History + gradebooks: + notices: + updated: Assignment submission was successfully updated. + uploaded: + one: Files and comments created for 1 submission + other: Files and comments created for %{count} submissions + errors: + submission_failed_default: Submission Failed + submission_failed: 'Submission was unsuccessful: %{error}' + not_allowed: This course does not allow score uploads. + missing_file: Could not find file to upload + speed_grader_disabled: SpeedGrader is disabled for this course + speedgrader_enabled_only_for_published_content: SpeedGrader is enabled only for published content. + grades: + complete: Complete + incomplete: Incomplete + history: + graded_on_submission: Graded on submission + regraded: Regraded + grading_box_extended: + labels: + grade: Grade + blank_submission: + no_submission: No Submission + grade_summary: + page_title: Grades for %{student} + labels: + final_grade_hidden: Calculation of totals has been disabled + total: Total + only_graded: Calculate based only on graded assignments + mean: Mean + high: High + low: Low + your_score: Your Score + assignments: Assignments + learning_outcomes: Learning Mastery + collapse_title: Collapse + collapse: Collapse all learning mastery outcome groups. + expand_title: Expand + expand: Expand all learning mastery outcome groups. + headers: + name: Name + due: Due + score: Score + out_of: Out of + details: Details + submission_progress_status: Submission Progress Status + click_to_change: Click to test a different score + total: Total + titles: + vericite_score: VeriCite similarity score -- more information + enter_score: Enter a score to test + revert_score: Revert to original score + see_vericite_results: See VeriCite results + score_details: Score Details + close_score_screenreader: Close score details + close_score: Close + disabled_for_student_view: Test Student scores are not included in grade statistics. + submission_score: "*%{score}* out of %{possible}" + comments: Comments + close_comments_label: Close comments + close_comments: Close + media_comment: This is a media comment, + links: + click_to_view: click here to view + download: Download %{attachment} + close_rubric: Close Rubric + student_mute_legend: Your instructor is working on grades. While your instructor is working on grades, grade and comment information is unavailable. + speed_grader: + page_title: "%{assignment_name}, SpeedGrader, %{course_name}" + loading: loading... + page_header_title: SpeedGrader + no_annotation: Annotations are not available for this document + crocodoc_pending: Crocodoc is still processing this document. + comment_submitted: Your comment has been submitted. + headers: + no_group_submission: This group does not have a submission for this assignment + no_submission: This student does not have a submission for this assignment + submission: This student has submitted the assignment + anonymous_submission: This student's responses are hidden because this assignment is anonymous. + assessment: Assessment + titles: + not_newest: use the dropdown above to change which submission to look at + preview_file: Preview this File + speedgrader_options: SpeedGrader Options + not_newest_notice: 'Note: This is not the most recent submission' + links: + submit_same_score: Use this same grade for the resubmission + remove_attachment: Remove Attachment + show_all_sections: Show All Sections + labels: + sort_by: Sort student list + hide_names: Hide student names in the SpeedGrader + grade_by_question_beta: Grade by question (beta) + showing: Showing + sort_by: + student_name: by student name (alphabetically) + submitted_at: the date they submitted the assignment + status: by submission status (needs grading, not submitted, etc) + buttons: + save_settings: Save Settings + all_sections: All Sections + keycodes: + next_student: j + previous_student: k + leave_comment: c + change_grade: g + use_rubric: r + keycode_descriptions: + next_student: Next Student + previous_student: Previous Student + leave_comment: Leave Comment + change_grade: Change Grade + use_rubric: Use Rubric + submissions_zip_upload: + submissions_upload: "%{assignment} Submissions Upload" + comments_made: + one: 1 Comment Made + other: "%{count} Comments Made" + files_ignored: + one: 1 File Ignored + other: "%{count} Files Ignored" + done: Done! We took the files you uploaded and attached them with a short comment to each user's submission page for this assignment. The students will get a notification that a new comment was added. + failures: There were some files we didn't know what to do with. They have not been added to anyone's submission page. You can see the list to the left. + links: + back_to_assignment: Back to Assignment Page + back_to_gradebook: Back to Gradebook + headers: + attached_files: Attached files to the following user submissions + no_comments_added: No Comments Added + renamed_file: renamed from %{filename} + header: + ignored_files: Ignored the following files + weight_of_final_abbbe82f: "%{weight} of Final" + total_71a4807: Total + page_not_found_2b0d05f5: Page not found + group_categories: + notices: + create_category_success: Category was successfully created. + update_category_success: Category was successfully updated. + delete_category_success: Category successfully deleted + groups: + notices: + already_deleted: That group has been deleted + welcome: Welcome to the group %{group_name}! + goodbye: You have removed yourself from the group %{group_name}. + create_success: Group was successfully created. + update_success: Group was successfully updated. + delete_success: Group successfully deleted + invalid_invitation: '' + errors: + group_full: The group is full. + group_atom_feed: Group Atom Feed + feed_title: "%{course_or_account_name} Feed" + context_groups: + page_title: Course Groups + student_groups_tabs_everyone: Everyone + student_groups_tabs_groups: Groups + account_groups: Account Groups + course_groups: Course Groups + group_explanation: Groups are a good place to collaborate on projects or to figure out schedules for study sessions and the like. Every group gets a calendar, a wiki, discussions, and a little bit of space to store files. Groups can collaborate on documents, or even schedule web conferences. It's really like a mini-course where you can work with a smaller number of students on a more focused project. + headings: + available_groups: Available Groups + new_group: Make a New Group + student_group_warning: If your teacher has talked about putting you into groups as part of an assignment, this is not the way to make that happen. Groups you organize yourself can't be used for grading... you can still form your own groups, but you won't be able to turn in an electric copy of any assignments unless your teacher builds the groups for you. + labels: + name: Group Name + restrictions_for_joining_groups: Joining + users_to_invite: Invite + options: + open_to_course_members: Course members are free to join + invite_only: Membership by invitation only + buttons: + create: Create Group + context_manage_groups: + page_title_accounts: Account Groups + page_title: Course Groups + index: + heading_current_groups: Current Groups + no_groups: No Groups + heading_previous_groups: Previous Groups + membership_pending: + group_join_request: Group Join Request + group_join_request_info: This group has received your request to join. You'll be notified once they accept or reject your request. + show: + edit_group: Edit Group + new_announcement: Announcement + coming_up: Coming Up + positive_group_count: Must enter a positive group count + create_group_set: Create Group Set + delete_confirm: Are you sure you want to remove this group set? + flash: + removed: Group set successfully removed. + removeError: Unable to remove the group set. Please try again later. + students_who_have_not_joined_a_group: Students who have not joined a group + edit_group_set: Edit Group Set + group_limit_number: Group limit must be a number + everyone: Everyone (%{count}) + unassigned_students: Unassigned Students (%{count}) + unassigned_users: Unassigned Users (%{count}) + groups_count: Groups (%{count}) + add_group: Add Group + edit_group: Edit Group + name_too_long: Name is too long + max_membership_number: Max membership must be a number + randomly_assigning_members: Randomly Assigning Students + manage: + auto_leadership_controls: + leadership: Leadership + auto_group_leader: Automatically assign a student group leader + auto_first_group_leader: Set first student to join as group leader + auto_random_group_leader: Set a random student as group leader + self_signup_help: + self_signup_description: You can create sets of groups where students can sign up on their own. Students are still limited to being in only one group in the set, but this way students can organize themselves into groups instead of needing the teacher to do the work. Note that as long as this option is enabled, students can move themselves from one group to another. + about_self_signup_groups: About Self Sign-up Groups + add_unassigned_menu: + add_unassigned_student: Add Unassigned Student + add_unassigned_user: Add Unassigned User + search_people: Search people + add_unassigned_user: + add_user_to_group: Add user %{name} to this group + add_to_group: Add user to group + add_unassigned_users: + no_users_found: No users found + too_short: Please enter a search term of 3 or more characters + assign_to_group_menu: + add_to_group: Add to Group + no_groups_created: Groups need to be created before users can be added. + all_groups_full: All groups are full. %{br} + all_groups_full_suggestion: Either change group limits or add more groups. + assign_user_to_group: Assign user to this group + assign_user_to_group_name: Assign user to group %{name} + group_categories: + headings: + groups: Groups + course_groups: Student Groups + account_groups: Account-level Student Groups + group_set: Group Set + course_group_explanation: Student groups are a useful way to organize students for things like group projects or papers. Every student group gets their own calendar, discussion board and collaboration tools so they can organize themselves and work together more effectively. + group_assignment_instructions: You can randomly assign students to groups of a specific size, or manually create and organize the groups. Once your groups are created, you can set assignments to be "group submission" assignments, which means each group will have one submission for all users of that group. + account_group_explanation: Account-level student groups are a good way to group students without being tied to a specific course. Every student group gets their own calendar, discussion board and collaboration tools so they can organize themselves and work together more effectively. + tabs: + everyone: Everyone + group_category: + search_groups: Search groups + randomly_assigning_students: Randomly Assigning Students + search_users: Search users + group_category_clone: + cancel: Cancel + group_category_create: + group_set_name: Group Set Name + self_signup: Self Sign-Up + allow_self_signup: Allow self sign-up + require_same_section: Require group members to be in the same section + group_structure: Group Structure + split_into_groups: Split students into %{num_groups} groups + create_groups_manually: I'll create groups manually + create_groups: Create %{num_groups} groups now + limit_group_size: Limit groups to %{group_limit} members + leave_group_limit_blank: Leave blank for no limit + cancel: Cancel + saving: Saving... + save: Save + group_category_detail: + self_signup_blurb: Self sign-up is enabled for these groups. + restricted_self_signup_blurb: All students in a group are required to be in the same section. + group_limit_blurb: Groups are limited to *%{group_limit}* members. + group: Group + settings: Settings + category_settings: Settings + message_all_unassigned_option: Message All Unassigned Students + randomly_assign_students_option: Randomly Assign Students + edit_category_option: Edit + delete_category_option: Delete + uncategorized_groups: These groups are not associated to any particular group set. Because they were imported via SIS, they can only be updated or deleted via SIS. + self_organized_warning: These groups are self-organized by students. Unlike other types of groups, students can belong to more than one of these groups at a time, so these groups cannot be used for graded assignments. + group_category_edit: + group_set_name: Group Set Name + allow_self_signup: Allow self sign-up + require_same_section: Require group members to be in the same section + limit_group_size: Limit groups to %{group_limit} members + leave_group_limit_blank: Leave blank for no limit + group_limit_override: Changing this will override any individually set group limits + cancel: Cancel + saving: Saving... + save: Save + group_detail: + show_group_details: Show details for group %{name} + group_leader: Group Leader + group_full: Full + add_user_to_group: Assign user to group + group_settings: Settings + visit_group_homepage: Visit Group Homepage + group_edit: Edit + group_delete: Delete + group_edit: + group_name: Group Name + group_join_level: Joining + open: Members are free to join + invitation_only: Invitation only + group_max_membership: Limit groups to + group_max_membership_members: members + group_max_membership_help: "(Leave blank to use group set max)" + cancel: Cancel + saving: Saving... + save: Save + group_user: + group_leader: Group Leader + assign_user_to_group: Assign %{name} to a group + edit_group_membership: Edit %{name}'s membership + remove_from_group: Remove %{name} from group + remove: Remove + remove_user_as_leader: Remove %{name} as leader + remove_as_leader: Remove as Leader + set_user_as_leader: Set %{name} as leader + set_as_leader: Set as Leader + move_to_new_group: Move %{name} to a new group + move: Move To... + group_users: + no_matching_students: No matching students. + no_matching_users: No matching users. + greater_than_three: Please enter a search term with three or more characters + no_students: There are currently no students in this group. + add_student: Add a student to get started. + no_users: There are currently no users in this group. + add_user: Add a user to get started. + groups: + no_groups: There are currently no groups in this group set. Add a group to get started. + no_matching_groups: There are no groups that match your current search term. + randomly_assign_members: + randomly_assign_students_dialog: This will automatically assign all unassigned students as evenly as possible among the existing student groups. + cancel: Cancel + cannot_access_group_in_concluded_course_90a8db52: Cannot access group in concluded course + your_password_has_been_changed_df0e72aa: Your password has been changed. + invalid_authenticity_token_b753558c: Invalid Authenticity Token + no_password_was_given_472222e5: No password was given + too_many_failed_login_attempts_please_try_again_la_f8e0d7c8: Too many failed login attempts. Please try again later or contact your system administrator. + that_user_account_has_been_deleted_please_contact__350e0e0: That user account has been deleted. Please contact your system administrator to have your account re-activated. + invalid_username_or_password_b60aa240: Invalid username or password + failed_to_validate_cas_ticket_error_31aa4c63: 'Failed to validate CAS ticket: %{error}' + there_was_a_problem_logging_in_at_institution_5a298155: There was a problem logging in at %{institution} + validated_ticket_for_username_c6c7722f: Validated ticket for %{username} + canvas_doesn_t_have_an_account_for_user_user_5bcae0dd: 'Canvas doesn''t have an account for user: %{user}' + cas_server_rejected_ticket_message_code_a6ef4093: 'CAS server rejected ticket: %{message} (%{code})' + cas_server_rejected_ticket_5dc2a0bc: CAS server rejected ticket. + email_already_in_use_330248e: Email already in use + username_could_not_be_found_6c3e8383: Username could not be found + redirected_to_identity_provider_6c4e17d2: Redirected to identity provider + received_callback_from_identity_provider_80d999f5: Received callback from identity provider + it_took_too_long_to_login_please_try_again_c1ed2e28: It took too long to login. Please try again + authentication_with_provider_was_successful_but_no_6a194137: Authentication with %{provider} was successful, but no unique ID for logging in to Canvas was provided. + multi_factor_authentication_configured_865b1bde: Multi-factor authentication configured + login: + otp: + errors: + invalid_otp: Invalid verification code, please try again + new: + page_title: Multi-factor Authentication + titles: + mfa: Multi-factor Authentication + details: + mfa_required: You are required to set up multi-factor authentication. + mfa_enrollment: |- + Multi-factor authentication increases security by requiring that you have something in your physical possession, + in addition to knowing your password, in order to log in to Canvas. This can be a device that can generate + verification codes, or a phone that can receive text messages. The Google Authenticator app for [iPhone](%{iphone_url}) or + [Android](%{android_url}) can be configured by scanning the QR Code below. Other tokens can be configured by entering the + secret key **%{secret_key}**. Once you have configured multi-factor authentication, it is recommended that you go to your + profile page and print out a set of back-up codes, in case your normal multi-factor device is unavailable. + send_to_sms: Send text messages to %{phone_number} + otp_sent_to_phone: A verification code has been sent to your phone. Please enter it here. + otp_on_device: Please enter the verification code shown by your token. + select: + new_number: a new phone + buttons: + send: Send + verify: Verify + labels: + phone_number: Phone Number + carrier: Carrier + verification_code: Verification Code + remember_me: Remember this computer + links: + choose_number: Choose an existing phone + saml: + debug: + redirect_from_idp: Received LoginResponse from IdP + logout_response_redirect_from_idp: Received LogoutResponse from IdP + logout_request_redirect_from_idp: Received LogoutRequest from IdP + logout_response_redirect_to_idp: Sending LogoutResponse to IdP + canvas: + forgot_password_link: + dont_know_password: Forgot Password? + new_login_content: + browse_courses: Browse courses + log_in: Log In + labels: + password: Password + remember_me: Stay signed in + login_handle: Enter your %{login_handle_name} and we'll send you a link to change your password. + back_to_login: Back to Login + buttons: + request_password: Request Password + open_source_learning_management_system: Open Source LMS + mobile_login: + password: Password + log_in: Log In + dont_know_password: Forgot Password? + login_handle: Enter your %{login_handle_name} and we'll send you a link to change your password. + sending: Sending... + buttons: + request_password: Request Password + back_to_login: Back to Login + new: + page_title: Log In to Canvas + logout_confirm: + page_title: Log Out + log_out: Log Out + details: + log_out: Are you sure you want to log out of Canvas? + cancel: Cancel + logout_landing: + page_title: Logged Out + canvas_did_not_recognize_your_identity_provider_cb0e50fc: Canvas did not recognize your identity provider + canvas_is_not_configured_to_receive_logins_from_is_502a4491: Canvas is not configured to receive logins from %{issuer}. + the_institution_you_logged_in_from_is_not_configur_5ceac41: The institution you logged in from is not configured on this account. + idp_initiated_1e87e621: IdP Initiated + there_was_a_failure_logging_out_at_your_idp_30070527: There was a failure logging out at your IdP + we_re_sorry_a_login_error_has_occurred_please_chec_6dae02e2: We're sorry, a login error has occurred, please check your child's credentials and try again. + you_are_logged_in_at_institution1_using_your_crede_3f5bb205: You are logged in at %{institution1} using your credentials from %{institution2} + lti2: + register_tool: Register Tool + resource_url_must_match_the_resource_handler_s_dom_b768cf: resource url must match the resource handler's domain + loading_25990131: Loading... + migration_issues: + errors: + valid_workflow_state: Must send a valid workflow state + must_submit_new_oauth2_request_e1fb00bb: Must submit new OAuth2 request + the_state_parameter_is_required_ffadf213: The state parameter is required + invalid_state_parameter_7a5aa108: Invalid state parameter + outcome_groups_api: + account_group_description: Account level outcomes group. + outcome_groups: + invalid_file: Invalid outcome group file + invalid_content_type_utf_8_required_bd458b78: Invalid content type, UTF-8 required + outcome_results: + outcomes_filename: Outcomes + outcomes_for_student_9f91d4d: Outcomes for Student + outcomes: + outcomes_for: Outcomes for %{user_name} + successful_outcome_creation: Outcome successfully created! + failed_outcome_creation: Outcome creation failed + successful_outcome_update: Outcome successfully updated! + failed_outcome_update: Outcome update failed + successful_outcome_delete: Outcome successfully deleted + successful_outcome_removal: Outcome successfully removed + missing_outcome: Couldn't find that learning outcome + outcome_result: + scoring: "%{points} out of %{possible_points}" + outcome_mastered: mastered + attempt_info: 'attempt #%{attempt_number}, %{attempt_date}' + all_outcomes: all outcome results for this student + show: + no_aligned_items: No aligned items + no_artifacts: No artifacts + user_outcome_results: + labels: + see_results: See %{user_name}'s results for + outcomes_for: Outcomes for %{user_name} + short_title: + outcome: Outcome + attempts: Attempts + latest_score: Latest Score + average_percent: Avg Percent + attempts: + one: 1 attempt + other: "%{count} attempts" + artifacts: + one: 1 artifact + other: "%{count} artifacts" + attempts_from_artifacts: "%{attempts} *from %{artifacts}*" + mastery: Mastery on latest attempt + no_mastery: No Mastery on latest attempt + score_out_of_possible: "%{score}* out of %{possible}*" + criterion: + points: Points + edit_criterion_rating_title: Edit "%{description}" criterion rating + rating_description: Criterion rating description + criterion_rating_points: Criterion rating points + pts: pts + delete_criterion: Delete + close_rating: Ok + criterion_header: + insert_criterion_rating: Insert criterion rating + insert_rating: Insert + find_instructions: + instructions: + find: + title: Finding Outcomes + description: "*Outcomes created by your institution, or state can be accessed here. Just like in your course, the panel to the left will allow you to navigate between existing outcomes. Once you have found the outcome or outcome group you wish to use, click the import button below to add it to your course.*" + main_instructions: + instructions: + main: + manage: + title: Setting up Outcomes + outcome: + mastery_at_label: 'Set mastery for any score at or above:' + use_for_scoring: Use this criterion for scoring + links: + edit_outcome: Edit + delete_outcome: Delete + outcome_form: + title: Name this outcome + display_name: Friendly name (optional) + description: Describe this outcome + criterion: Criterion ratings + mastery: Mastery at + calculation_method: Calculation Method + outcome_group: + links: + edit_outcome_group: Edit + delete_outcome_group: Delete + outcome_group_form: + title: Name this group + group_description: Describe this group + outcome_popover: + no_results: "(no results)" + mastery_set_at: Mastery set at + page_comments: + errors: + create_failed: Comment creation failed + page_views: + download_filename: Pageviews For %{user} + table: + headers: + url: URL + date: Date + participated: Participated + time: Time + user_agent: User Agent + create_failed_15d07ad4: Create failed + peer_reviews_api: + errors: + delete_reminder_failed: Delete failed + plugins: + errors: + plugin_doesnt_exist: The plugin %{id} doesn't exist. + setting_update_failed: There was an error saving the plugin settings. + notices: + settings_updated: Plugin settings successfully updated. + academic_benchmark_importer: + description: This enables importing Academic Benchmark standards into Canvas. + canvas_webhooks: + name: Canvas Webhooks + description: Webhooks plugin for Canvas + catalog_provisioner: + name: Catalog Provisioner + description: Catalog Account Provisioner for Canvas + pv4: + description: Page Views 4 + respondus_soap_endpoint: + name: Respondus SOAP Endpoint + description: SOAP Endpoint for Respondus QTI uploads + uuid_provisioner: + name: UUID provisioner + description: This enables exporting UUIDs into Quiz.Next services. + clever: + description: Clever Login + facebook: + description: Facebook Login + github: + description: Github Login + linked_in: + description: LinkedIn integration + microsoft: + description: Microsoft Login + diigo: + name: Diigo + description: Diigo integration + twitter: + description: Twitter notifications + etherpad: + name: EtherPad + description: EtherPad document sharing + google_drive: + name: Google Drive + description: Google Drive file sharing + kaltura: + name: Kaltura + description: Kaltura video/audio recording and playback + mathman: + name: MathMan + description: A simple microservice that converts LaTeX formulae to MathML and SVG + wimba: + name: Wimba + description: Wimba web conferencing support + big_blue_button: + name: BigBlueButton + description: BigBlueButton web conferencing support + grade_export: + name: Grade Export + description: Grade Export for SIS + i18n: + name: I18n + description: Custom Locales + sis_import: + name: SIS Import + description: Import SIS Data + sessions: + name: Sessions + description: Manage session timeouts + assignment_freezer: + name: Assignment Property Freezer + description: Freeze Assignment Properties on Copy + crocodoc: + name: Crocodoc + description: Enable Crocodoc as a document preview option + canvadocs: + name: Canvadocs + description: Enable Canvadocs (compatible with Box View) as a document preview option + account_reports: + name: Account Reports + description: Select account reports + app_center: + name: App Center + description: App Center for tracking/installing external tools in Canvas + pandapub: + name: PandaPub + description: Pub/Sub service + vericite: + name: VeriCite + description: Plagiarism detection service. + live_events: + name: Live Events + description: Service for real-time events. + inst_fs: + name: Inst-FS + description: File service that proxies for S3. + unsplash: + name: Unsplash + description: Unsplash image search service + app_center_settings: + labels: + token: Access Token + base_url: Base URL + apps_index_endpoint: Apps Index Endpoint + app_reviews_endpoint: App Show Endpoint + assignment_freezer_settings: + description: |- + This plugin allows admins to check a property on assignments that makes the configured + properties un-editable once the assignment is copied into another course. + no_copying_frozen: Don't allow frozen assignments to be copied. + big_blue_button_settings: + description: You will need access to a [BigBlueButton](%{url}) instance. + labels: + domain: Domain + secret: Secret + recording_enabled: Allow conferences to be recorded. + domain_description: "**hostname** or **ip address** of your BigBlueButton installation (e.g. bigbluebutton.mycompany.com)" + secret_description: This is the %{parameter_name} parameter that can be found in the %{filename} config file. + canvadocs_settings: + description: This plugin integrates with Canvadocs (or any Box View compatible API) to provide an HTML5 document previewer. + labels: + api_key: API Key + base_url: Base URL + annotations_supported: Annotations Supported + hijack_crocodoc_sessions: Hijack Crocodoc Sessions + clever_settings: + labels: + client_id: Client ID + client_secret: Client Secret + crocodoc_settings: + description: This plugin integrates with Crocodoc to provide an HTML5 document previewer which provides teachers and students with the ability to annotate documents. + labels: + api_key: Crocodoc API Key + disable_polling: Disabling polling for document status + custom_ticketing_email_settings: + labels: + email_address: email address to send error reports to (something@example.com) + custom_ticketing_web_post_settings: + labels: + endpoint_uri: URI to POST data to (https://www.somewhere.com/endpoint/path) + diigo_settings: + description: |- + You will need to register a [new app on Diigo](%{diigo_url}). + + * After you save your app, make a note of the API Key + labels: + api_key: API Key + dim_dim_settings: + description: You will need access to a Dim Dim instance. + labels: + domain: Domain + etherpad_settings: + description: 'EtherPad is now an open source project. There are a number of public hosted instances of EtherPad that you can use if you''d like. These include:' + pirate_pad: Pirate Pad + primary_pad: Primary Pad + sketchpad: SketchPad + edupad: eduPad + typewithme: TypeWith.me + host_your_own: Or you can always [set up your own EtherPad site](%{etherpad_url}). + labels: + domain: Domain + name: Name + hints: + domain: Don't include the "http://" part or any slashes + facebook_settings: + description: |- + You will need to create a [new app on Facebook](%{facebook_url}), and enable Client OAuth Login + in Advanced Settings. You should configure %{callback_url} as the Valid OAuth redirect URI. + After you save your app, make a note of the App ID and App Secret, and enter them here. + labels: + app_id: App ID + app_secret: App Secret + github_settings: + labels: + domain: Domain + client_id: Client ID + client_secret: Client Secret + google_docs_settings: + description: |- + You will need to [register your domain with Google](%{google_url}). + Make a note of your "OAuth Consumer Key" and "OAuth Consumer Secret" values. + labels: + api_key: OAuth Consumer Key + secret_key: OAuth Consumer Secret + google_drive_settings: + labels: + client_id: Client ID + client_secret: Client Secret + redirect_uri: Redirect URI + auth_uri: Auth URI + token_uri: Token URI + client_secret_json: Client secrets json + description: Paste the contents of client_secrets.json below. The text boxes above will be automatically filled in based on the content given below. + grade_export_settings: + description: |- + This plugin allows final grades to be published back to a student information system (SIS). When enabled, the user will be given an option in the gradebook to publish these grades. This will occur via a POST request to the specified publish endpoint. Each type defines it's own content format and mime type. The response from the endpoint does not matter and is currently ignored. + + For example, the Instructure formatted CSV will POST a csv file with mime type 'text/csv' to the specified endpoint, containing the following columns: + + "publisher_id", "publisher_sis_id", "course_id", "course_sis_id", "section_id", "section_sis_id", "student_id", "student_sis_id", "enrollment_id", "enrollment_status", "score", "grade" + + (Note: the "grade" column is only returned if the course specifies a grading standard) + + For each student in the course being published, there will be 1 or more rows in the published csv. Specifically, there will be 1 row for each login that the student has in the course's root account. Most of the time this will result in 1 row per student, but if the student has multiple logins, there will be a row for each of them. + + If "Include final grade overrides" is checked, and the feature for Final Grade Override is enabled, students with an override grade/score will receive that in place of the calculated score and grade. + labels: + format_type: Output format type + publish_endpoint: Endpoint to publish to + wait_for_success: Wait for success notifications + include_final_grade_overrides: Include final grade overrides + success_timeout: Success notification timeout (in seconds) + kaltura_settings: + description: |- + You will need an account either at [Kaltura.com](%{kaltura_url}) + or with a self-hosted instance of Kaltura. + + **Note:** once you have Kaltura configured within Canvas, + you need to go to the Kaltura Management Console and under "Settings -> + Integration Settings" enable server notifications with a + Notification URL of: + + %{notification_url} + + Then check the boxes for "Add Entry" and "Delete Entry" in the "Sent by Server" column. + headers: + domain_settings: Domain Settings + account_settings: Account Settings + ui_conf_ids: UI Conf IDs + canvas_settings: Canvas Settings + misc_settings: Misc. Settings + labels: + domain: Domain + resource_domain: Resource Domain + rtmp_domain: RTMP Domain + partner_id: Partner ID + subpartner_id: Sub Partner ID + secret_key: Administrator Secret + user_secret_key: User Secret + player_ui_conf: Player UI Conf ID + kcw_ui_conf: KCW UI Conf ID + upload_ui_conf: Uploader UI Conf ID + cache_play_list_seconds: Seconds to cache playlist URL + kaltura_sis: Write SIS data to Kaltura + do_analytics: Send analytics events + hide_rte_button: Hide the video icon in Rich Content Editor. + js_uploader: Use html5 (accessible) uploader + hints: + domain: For hosted accounts, use "www.kaltura.com" + resource_domain: For hosted accounts, use "cdn.kaltura.com" + rtmp_domain: For hosted accounts, use "www.kaltura.com" + account_settings: These values can be found in the Kaltura Management Console under "Settings -> Integration Settings" + ui_conf_ids: For Kaltura-hosted customers, you can ask Kaltura to provide you with these ids. Self-hosted instances can find these values in the ui_confs table. + cache_explanation: Empty means cache indefinitely, 0 means don't cache. + kaltura_sis_explanation: If checked user and course SIS data will be provided to Kaltura. + kaltura_path_example: e.g. + hide_rte_button_note: "(still there for conversations/SpeedGrader/Media Recordings homework submissions)" + linked_in_settings: + domain_name: domain + labels: + client_id: Client ID + client_secret: Client Secret + live_events_settings: + description: Pushes events to a Kinesis stream. + labels: + use_consul: Configure using Consul instead of this page + kinesis_stream_name: Kinesis Stream Name + aws_region: AWS Region + aws_endpoint: AWS Endpoint (url) + aws_access_key_id: AWS Access Key ID + aws_secret_access_key: AWS Secret Access Key + endpoint_region_requirement: Either the AWS Region or Endpoint are required. The endpoint is typically only used for development. + microsoft_settings: + description: |- + You will need to register a [new app with Microsoft](%{ms_app_url}). + You should configure %{callback_url} as the Redirect URI. + After you save your app, make a note of the Application ID and Secret, and enter them here. + labels: + application_id: Application ID + application_secret: Application Secret + panda_pub_settings: + description: PandaPub is a pub/sub service which, when configured, allows some parts of Canvas to receive notifications of events within the browser, rather than polling for changes. + labels: + base_url: Base URL + application_id: Application Id + key_id: Key ID + key_secret: Key Secret + sessions_timeout: + labels: + session_timeout: Time before session expires in minutes (20 minimum) + sis_import_settings: + labels: + parallelism: Number of job processors to use to process SIS imports in parallel + minimum_rows_for_parallel: Minimum rows in a SIS import before using parallel processing + queue_for_parallel_jobs: Job queue to use for parallel jobs (blank for default) + ticketing_system_settings: + description: Ticketing System setup + labels: + type: Ticketing System type + twitter_settings: + labels: + consumer_key: Consumer Key + consumer_secret: Consumer Secret + unsplash_settings: + description: Please [follow the steps](%{unsplash_wiki_url}) to setup a new application on Unsplash. + labels: + access_key: Access Key + application_name: Application Name + vericite_settings: + plagiarism_compatibility: 'Plagiarism plugins compatibility notice:' + labels: + account_id: VeriCite Consumer Key + shared_secret: VeriCite Shared Secret + host: VeriCite Host + comments: Submission Comments + pledge: VeriCite Pledge + show_preliminary_score: Show Preliminary Score + type: Students Can See the Originality Report + exclude_quotes: Exclude Quotes + exclude_self_plag: Exclude Self Plagiarism + store_in_index: Store in Index + default_comments_settings: "*Text entered here will be displayed to students when submitting for an assignment.*" + pledge_description: "*Text entered here will be displayed to students when submitting for an assignment. The student will be required to check the box for the pledge before submitting. If left blank, no pledge is shown or required to submit.*" + default_assignment_settings: "**Default Assignment Settings**" + wimba_settings: + description: You will need access to a [Wimba](%{url}) account. + labels: + domain: Domain + username: Username + password: Password + domain_description: "(e.g. mycompany.wimba.com)" + index: + page_title: Canvas Plugins + name: Name + description: Description + tag: Tag + website: Website + author: Author + version: Version + no_plugins: There are no Canvas plugins installed + show: + page_title: Plugin Settings + labels: + disabled: Disable this Plugin + back_to_list: Return to plugins list + banner_grade_exchange_settings: + labels: + sis_source_identifier: Name of your Banner instance + canvas_source_identifier: Name of your Canvas instance + med_cornell_export: + labels: + username: Username for authentication + password: Password for authentication + zendesk_settings: + labels: + api_url: API URL + username: Username + password: Password + become_user_id_uri: Become User URL + http_env: HTTP ENV + message_backtrace: Backtrace + message_type: Message Type + user_id: User ID + url: URL + request_context_id: Request Context ID + account_id: Account ID + user_severity: User Severity + user_roles: User Roles + account_domain_value: Account Domain Value + ims_es_importer_settings: + labels: + email_preference: Email preference + default_email_domain: Default email domain + section_name_selection: Section name selection + map_sections_to_courses: Map IMS sections to Canvas Courses + course_short_name_selection: Course short name selection + course_long_name_selection: Course long name selection + course_sourcedid_name_prefix: Course "sourcedid" ignored prefix + lms_delivery_name: LMS Delivery Name + term_start_days_adjustment: Term start days adjustment + term_end_days_adjustment: Term end days adjustment + section_start_days_adjustment: Section start days adjustment + section_end_days_adjustment: Section end days adjustment + default_enrollment_status: Status for deleted enrollments + webct_scraper_settings: + description: |- + If the institution does not use WebCT's "Learning Modules" (including schools who adopted WebCT + prior to version 4.0, when modules were made available), course migrations can be improved by importing the "Course Content" + as Canvas Modules instead of the "Learning Modules". This page allows one to set the default behavior of the WebCT migrator + with respect to content modules. It is important to remember that, while individual course migrations retain the ability + to choose, the bulk migrator always utilizes the value configured here and cannot be changed per migration. + labels: + allow_outline_selection: Display option to use Course Content as Modules in the migration wizard + folders_as_outline: Use WebCT "Course Content" for modules as the default + pv4_settings: + labels: + page_view_method: Page View Method + settings_header: + select_account_prompt: "(Select Account)" + prompt_change_for_all_line1: This changes the settings for ALL ACCOUNTS! + prompt_change_for_all_line2: Are you absolutely certain you want to do this? + prompt_delete_account_setting: Are you sure you want to delete the Account Config? + qti_converter_settings: + labels: + enabled: Enabled + lockdown_browser: + labels: + plugin_enabled: Enabled + use_lti_tool: Use LTI Tool to Manage LockDown Browser Quiz Settings (Required for Monitor) + download_url: LockDown Browser Download URL + buttons: + saving: Saving... + polling: + poll_sessions: + errors: + course_required: Course is required. + validations: + section_belongs_to_course: That course section does not belong to the existing course. + poll_submissions: + validations: + poll_is_published: This poll session is not open for submissions. + poll_choice_belongs_to_poll: That poll choice does not belong to the existing poll. + profile: + crumbs: + settings_frd: "%{user}'s Profile" + observees: Observing + crumb: "%{user}'s settings" + errors: + invalid_old_passowrd: Invalid old password for the login %{pseudonym} + profile_update_failed: Login failed to update + registration_failed: Registration failed. Check the user name and password, and try again. + generating_token_failed: Generating Token Failed + regenerating_token_failed: Regenerating Token Failed + notices: + updated_profile: Settings successfully updated + contact_confirmed: Contact successfully confirmed! + mfa_disabled: Multi-factor authentication disabled + page_title: Students Being Observed + access_token: + default_app_name: No App + labels: + token_expires: Expires + token_last_used: Last Used + profile: + token_never_expires: never + links: + token_details: details + titles: + delete_this_token: Delete this Token + email_select: + default_email_option: "[Select Email]" + new_email_option: New Email Address + sms_select: + default_sms_option: "[Select Cell]" + new_sms_option: New Cell Number + twitter_select: + twitter: Twitter + ways_to_contact: + headers: + ways_to_contact: Ways to Contact + other_contact: Other Contacts + contact_type: Type + titles: + confirm_email_address_aria_label: Confirm Email Address + confirm_email_address_alt: Confirm Email Address + confirm_email_address: Confirm Email Address + merge_users_aria_label: Another user has the same email address. Click here to combine user accounts. + merge_users_alt: Another user has the same email address. Click here to combine user accounts. + merge_users: Another user has the same email address. Click here to combine user accounts. + default_email_address: Default email address + bouncing_email: Canvas was unable to send email to this address. Please ensure the address is correct to continue receiving email from Canvas. + links: + add_email_address: Email Address + add_contact_method: Contact Method + email: Email + text_sms: Text (SMS) + resend_confirmation: Re-Send Confirmation + bouncing_channel: Canvas was unable to send messages to you using this contact method. Please ensure the contact information is correct to continue receiving messages from Canvas. + labels: + email_address: Email Address + enable_login_for_email: I want to log in to Canvas using this email address + cell_number: Cell Number + carrier: Carrier + sms_email: SMS Email + buttons: + register_email: Register Email + register_sms: Register SMS + ok_thanks: Ok, Thanks + confirm: Confirm + validations: + should_be_10_digits: should be 10-digit number + default_carrier_option: "[Select Carrier]" + confirming_contact: Confirming... + communication: + page_title: Notification Preferences + crumb_notification_preferences: Notification Preferences + headers: + notification_preferences: Notification Preferences + confirm_email_instructions: Before you can receive any notifications, you need to verify your email address (%{email}) by clicking the link in the email we sent you. If you don't see it, *click to re-send the email*, and make sure to check your spam box. + weekly_notification_range: Your weekly notifications will be sent %{weekday} between %{start_time} and %{end_time}. + content_shares: + page_title: Shared Content + profile: + links: + edit_settings: Edit Settings + reconfigure_mfa: Reconfigure Multi-Factor Authentication + configure_mfa: Set Up Multi-Factor Authentication + disable_mfa: Disable Multi-Factor Authentication + otp_backup_codes: Multi-Factor Authentication Backup Codes + more_options: more options + add_account: Add Account + view_your_profile: view your profile + google_drive: Google Drive + skype: Skype + twitter: Twitter + delicious: Delicious + diigo: Diigo + upload_new_image: Upload a new Image + titles: + click_to_change_profile_pic: Click to change profile pic + remove_account_from_profile: Remove account from this profile + unregister_service: Unregister Service + authorize_google_drive: Authorize Google Drive + register_skype: Register Skype + authorize_twitter: Authorize Twitter + delicious_login: Delicious Login + diigo_login: Diigo Login + access_token_details: Access Token Details + new_access_token: New Access Token + labels: + name: Full Name + short_name: Display Name + sortable_name: Sortable Name + pronouns: Pronouns + default_email: Default Email + locale: Language + time_zone: Time Zone + password: Password + change_password: Change Password + password_for: Password For + old_password: Old Password + new_password: New Password + confirm_password: Confirm Password + disable_inbox: Disable the Conversation's Inbox unread messages badge and send all conversation messages and notifications via email, ASAP. + show_user_services: Let fellow course/group members see which services I've linked to my profile + other_services: Click any service below to register + skype_name: Skype Name + user_name: User Name + headers: + approved_integrations: Approved Integrations + token: Token + token_application: App + token_purpose: Purpose + token_created: Created + token_last_used: Last Used + token_expires: Expires + purpose: Purpose + expires_at: Expires + hints: + name: This name will be used for grading. + short_name: People will see this name in discussions, messages and comments. + sortable_name: This name appears in sorted lists. + language: This will override any browser or account settings. + expires_at: leave blank for no expiration + none: None + subscribe_to_emails: I want to receive information, news and tips from Instructure + buttons: + update_settings: Update Settings + authorize_google_drive: Authorize Google Drive Access + save_skype_name: Save Skype Name + authorize_twitter: Authorize Twitter Access + save_login: Save Login + new_access_token: New Access Token + regenerate_token: Regenerate Token + generate_token: Generate Token + add_picture_file: Add File + select_image: Select Image + headers: + ways_to_log_in: Ways to Log In + organization: Organization + login: Login + inbox_opt_out: Conversations Inbox Opt-out + web_services: Web Services + registered_services: Registered Services + other_services: Other Services + google_drive_access: Google Drive Access + share_skype_id: Share your Skype ID + twitter_access: Twitter Access + delicious_login: Delicious Login + diigo_login: Diigo Login + application_abbrev: App + purpose: Purpose + dates: Dates + generate_access_token: Generate an Access Token + loading_images: Loading Images... + web_services: Canvas can make your life a lot easier by tying itself in with the web tools you already use. Click any of the services in "Other Services" to see what we mean. + unknown_service: Unknown + no_registered_services: No Registered Services + google_drive_description: Once you authorize us to see your Google Drive you'll be able to submit your assignments directly from Google Drive, and create and share documents with members of your classes. + skype_description: Skype offers free online voice and video calls. Lots of students use Skype as a free, easy way to communicate. If you register your Skype Name and enable visibility, then other students can easily find your contact and call or add you using Skype. + twitter_description: |- + Twitter is a service for posting and subscribing to short messages. + If you have a Twitter account, you can register it here. Then if you allow + fellow course/group members to see your registered services, they can + easily connect with your Twitter account. + + You can also sign up to have notifications sent to your Twitter account. + These notifications will be sent as direct messages to yourself from + yourself, and won't appear in your public stream. + delicious_description: Delicious is a tool that lets you store and share your bookmarks with others. Canvas's rich content editor will let you search your Delicious tags to easily link from within Canvas to other resources you find useful. + diigo_description: Diigo is a social bookmarking tool tailored specifically to research and education. Canvas's rich content editor will let you search your Diigo tags to easily link from within Canvas to other resources you find useful. + no_approved_integrations: Third-party applications can request permission to access the Canvas site on your behalf. As you begin authorizing applications you will see them listed here. + approved_integrations: 'These are the third-party applications you have authorized to access the Canvas site on your behalf:' + loading_token_details: Loading Token Details... + error_loading_token_details: Error Loading Token Details + full_token_warning: |- + **Copy this token down now**. Once you leave this page you won't be able to + retrieve the full token anymore, you'll have to regenerate it to get a new + value. + generate_access_token_description: |- + Access tokens are what allow third-party applications to access Canvas + resources on your behalf. These tokens are normally created automatically for + applications as needed, but if [you're developing a new or limited + project](%{documentation_url}) you can just generate the token from here. + feature_options: Feature Options + profile_pictures: 'Select the image you''d like to use as your profile pic, or upload a new image:' + show: + edit_profile: Edit Profile + cancel_editing: Cancel Editing + links: + user_account_details: Account Details + ways_to_contact_me: Contact + you_have_no_services: No registered services, you can add some on the *settings* page. + titles: + contact_not_confirmed: This contact has not been confirmed. Click the address for more details + email_not_confirmed: This email has not been confirmed. Click the address for more details + register_communication: Register Communication + unconfirmed_click_to_confirm: Unconfirmed. Click to confirm + confirm_email_address: Confirm Email Address + links: + resend_confirmation: Re-Send Confirmation + resending_confirmation: Re-Sending... + resent_confirmation: Done! Message may take a few minutes. + resend_confirmation_failed: Request failed. Try again. + confirming_contact: Confirming... + please_select_an_option: Please select an option + confirms: + unregister_service: Are you sure you want to unregister this service? + delete_login: Are you sure you want to delete this login? + delete_access_key: Are you sure you want to delete this access key? + regenerate_token: Are you sure you want to regenerate this token? Anything using this token will have to be updated. + purpose_required: Purpose is required + buttons: + generating_token: Generating Token... + generate_token: Generate Token + regenerating_token: Regenerating token... + regenerate_token: Regenerate Token + select_profile_picture: Select Profile Picture + save: Save + selecting_image: Selecting Image... + token_never_expires: never + resending: resending... + done_resending: Done! Message delivery may take a few minutes. + failed_resending: Request failed. Try again. + pseudonyms: + notices: + email_sent: Confirmation email sent to %{email}, make sure to check your spam box + account_registered: Account registered! + account_updated: Account updated! + errors: + cant_change_password: Cannot change the password for that login, or login does not exist + login_required: Users must have at least one login + confirm_change_password: + page_title: Change Password + titles: + change_password: Change login password for %{user} + labels: + which_login_to_change: Which login to change + password: Password + new_password: New Password + password_confirmation: Confirm New Password + buttons: + update_password: Update Password + login: + parent_signup: Parent Signup + password_confirmation_sent: Password confirmation sent to %{email_address}. Make sure you check your spam box. + invalid_login: Invalid login + invalid_password: Invalid password + the_link_you_used_has_expired_click_forgot_passwor_80569899: The link you used has expired. Click "Forgot Password?" to get a new reset-password link. + question_banks: + bank_success: Question bank successfully created! + bank_fail: Question bank failed to create. + question_bank: + no_name: No Name + question_count: + one: 1 Question + other: "%{count} Questions" + no_questions: No Questions + last_updated: 'Last Updated: *%{datetime}*' + question_teaser: + full_details: Click to show full question details + links: + edit_question: Edit this Question + delete_question: Delete this Question + move_bank: move/copy question to another bank + index: + page_title: Question Banks + add_bank: Add Question Bank + see_bookmarked_banks: View Bookmarked Banks + course_question_banks: Course Question Banks + user_question_banks: User Question Banks + account_question_banks: Account Question Banks + labels: + title: Bank Name + show: + buttons: + add_a_question: Add a Question + edit: Edit Bank Details + move_questions: Move Multiple Questions + delete: Delete Bank + bookmark: Bookmark this Bank + already_bookmarked: Already Bookmarked + headings: + aligned_outcomes: Aligned Outcomes + mastery_threshold: mastery at %{threshold_percentage} + links: + align_outcome: Align Outcome + more_questions: more questions + labels: + title: Bank Name + new_question_bank: New Question Bank + new_bank_name: New Bank Name + keep_copy: Keep a copy in this question bank as well + edit_warning: Remember, changes to question templates won't automatically update quizzes that are already using those questions. + show_details: Show Question Details + move_copy: Move/Copy + select_bank: 'Select the destination question bank for this question:' + loading_banks: Loading banks... + button: + cancel: Cancel + move_copy_question: Move/Copy Question + delete_question_bank_prompt: Are you sure you want to delete this bank of questions? + quizzes: + quiz_submission_events: + errors: + quiz_log_auditing_required: The quiz log auditing feature needs to be enabled for this course. + default_submission_crumb: Submission %{id} + log_crumb: Log + index: + page_title: Event Log + quiz_submission_users: + created: created + quiz_submissions: + errors: + protected_quiz: This quiz is protected and is only available from certain locations. The computer you are currently using does not appear to be at a valid location for taking this quiz. + invalid_submissions: This quiz submission could not be verified as belonging to you. Please try again. + late_quiz: You submitted this quiz late, and your answers may not have been recorded. + still_zipping: File zipping still in process... + show: + score_out_of: You got %{score} out of %{points_possible} + quizzes: + errors: + quiz_deleted: That quiz has been deleted + no_more_attempts: You have no quiz attempts left + notices: + submission_doesnt_count: This quiz will no longer count towards your grade. + has_submissions_already: Keep in mind, some students have already taken or started taking this quiz + quizzes_published: + one: 1 quiz successfully published! + other: "%{count} quizzes successfully published!" + quizzes_unpublished: + one: 1 quiz successfully unpublished! + other: "%{count} quizzes successfully unpublished!" + no_submission_for_user: There is no submission available for that user + cant_view_submission_while_muted: You cannot view the quiz history while the quiz is muted. + less_than_allotted_time: You started this quiz near when it was due, so you won't have the full amount of time to take the quiz. + default_title: New Quiz + statistics_crumb: Statistics + default_history_crumb: History + display_answer: + labels: + your_answer: Your Answer + answer_with_margin: with margin + answer_with_precision: with precision + you_left_this_blank: "(You left this blank)" + range_answer: Between %{lower_bound} and %{upper_bound} + margin_of_error: margin of error + plus_or_minus: "+/-" + display_question: + flag_this_question: Flag this Question + not_yet_graded: Not yet graded + original_score: 'Original Score:' + points_possible: "%{points_possible} pts" + regraded_score: 'Regraded Score:' + links: + edit_question: Edit this Question + delete_question: Delete this Question + move_copy_question: move/copy question to another bank + labels: + warning_icon: Warning + for_answer_number: Answer %{answer_number} + additional_comments: Additional Comments + submission_was_regraded: This question has been regraded. + default_question_answer: "[ Choose ]" + unsupported_question_type: This question was imported from an external source. It was a '%{question_type}' question, which is not supported in this quiz tool. + headers: + variables: Variables + variable_name: Variable + variable_minimum: Min + variable_maximum: Max + variable_precision: Decimal Places + formulas: Formulas + possible_solutions: Possible Solutions + solution_answer: Answer + show_ansers_for_variable: Show Answers for %{variable} + group_of_answer_choices: Group of answer choices + you_left_this_blank: "(You left this blank)" + titles: + question_correct_comment: Students will see this comment if they get the question correct + question_incorrect_comment: Students will see this comment if they get the question wrong + question_neutral_comment: Students will see this comment once they've answered the question + download_file_upload_submissions: + links: + download_submissions: Download All Files + equations_help: + links: + intro: Intro + variables: Variables + functions: Functions + equation_intro: 'Calculated questions are based on a set of one or more formulas computed in order. You can define intermediate variables in these formulas, but the numerical result of the last formula is what is used to generate the correct answer. For example: %{example} For this set of formulas, the final answer is 71. However, there are no predefined variables, so all students would have the same question with the same answer. See the "variables" tab for more information on variables.' + equation_variables2: 'You can also define variables in your question text using brackets ("What is [a] + [b]?"). For every variable, you''ll see an "Example Value" based on the variable settings. This allows you to check your math and make sure the formulas work. For example, if your question was "What is [a] + 5?" then you''d be asked to define the variable "a". If the example value for "a" were 5.2, you could write: %{example} With this formula you can generate any number of solution sets, with a different value of "a" in each set. One student might see the question, "What is 5.2 + 5?" and another might see "What is 9 + 5?".' + equation_functions: 'In addition to variables, there are also a collection of helper functions you can use to generate useful values. For example: %{example} To see an explanation of a given helper function, select it from the list below:' + find_question_from_bank: + links: + view_question_banks: View Course Question Banks + select_all_banks: Select All + clear_all_banks: Clear All + more_questions: more questions + headers: + bank_name: Bank Name + bank_description: "%{bank_name}, %{n} questions" + already_added: this question is already on the quiz + labels: + add_questions_to_group: Add questions to the question group + group_name: Group Name + group_pick_count: Pick + group_points: Points + options: + no_group: "[ No Group ]" + new_group: "[ New Group ]" + buttons: + add_questions: Add Questions + select_bank: Select Bank + create_group: Create Group + select_a_question_bank: Select a question bank from the list below to link it to the this quiz as a question group. + titles: + add_new_question_group: Add a New Question Group + group_pick_count: "%{pick_count} questions" + hints: + group_pick_count: "%{pick_count} selected so far" + group_points: "%{points} per question" + form_answer: + possible_answer: Possible Answer + numerical_answer: Numerical Answer + labels: + exact_answer: Exact Answer + answer_in_range: Answer in the Range + answer_with_precision: Answer with Precision + answer_comments: Comments, if the student chooses this answer + exact_answer_with_error_margin_accessible: "*exact answer* with error margin #error margin#" + answer_in_range_accessible: 'between *range start* and #range end#' + answer_with_precision_accessible: "*exact answer* with precision #precision#" + form_question: + label: + question: + name: Question name + type: Question type + points: Question point value + question_type: + multiple_choice: Multiple Choice + true_false: True/False + short_answer: Fill In the Blank + fill_in_multiple_blanks: Fill In Multiple Blanks + multiple_answers: Multiple Answers + multiple_dropdowns: Multiple Dropdowns + matching: Matching + numerical: Numerical Answer + calculated: Formula Question + missing_word: Missing Word + essay: Essay Question + file_upload: File Upload Question + text_only: Text (no question) + labels: + points: pts + question: Question + answers: Answers + distractors: Additional Match Possibilities (distractors) + missing_word_after: Text to go after answers + explanations: + multiple_choice: Enter your question and multiple answers, then select the one correct answer. + true_false: Enter your question text, then select if True or False is the correct answer. + short_answer: "Enter your question text, then define all possible correct answers for the blank. \nStudents will see the question followed by a small text box to type their answer." + fill_in_multiple_blanks: Enter your question, specifying where each blank should go. Then define the possible correct answer for each blank. Students must type correct answers into text boxes at each blank. + multiple_answers: This question will show a checkbox next to each answer, and the student must select ALL the answers you mark as correct. + multiple_dropdowns: Enter your question, specifying where each dropdown should go. Then define possible answers for each dropdown, with one correct answer per dropdown. + matching: Build pairs of matching values. Students will see values on the left and have to select the matching value on the right from a dropdown. Multiple rows can have the same answer, and you can add additional distractors to the right side. + numerical: Define the correct answer as any number within a range, or a number plus or minus some error margin. Student will be given an empty text box to type their numerical answer. + calculated: Enter your question, build a formula, and generate a set of possible answer combinations. Students will see the question with a randomly selected set of variables filled in and have to type the correct numerical answer. + missing_word: Define text to go before and after the dropdown. Build a set of possible answers and select one correct answer. + essay: Students will be given a text field to compose their answer. + file_upload: Students will be able to upload a file for their answer. + text_only: This "question" will not be scored, but can be useful for introducing a set of related questions. + equations: You can define variables by typing variable names surrounded by brackets + multi_answer_sets: In the box below, every place you want to show an answer box, type a reference word (no spaces) surrounded by brackets + variable_definitions: Once you have entered your variables above, you should see them listed here. You can specify the range of possible values for each variable below. + formula_definition: Next you'll need to write the formula or formulas used to compute the correct answer. Just use the same variable names listed above. + equation_example: i.e. "What is 5 plus [x]?" + links: + need_help: Need help? + add_another_answer: Add Another Answer + multi_answer_sets_example: i.e. "Roses are [color1], violets are [color2]" + options: + only_one_correct: Only One Correct Answer + students_select_multiple: Students Select Multiple Answers + show_possible_answers_no_question: Show Possible Answers for + show_possible_answers: Show Possible Answers for %{question} + headers: + variable_definitions: Variable Definitions + variable_name: Variable + variable_minimum: Min + variable_maximum: Max + variable_precision: Decimal Places + variable_example_value: Example Value + formula_definition: Formula Definition + generate_possible_solutions: Generate Possible Solutions + buttons: + recompute: Recompute + generate: Generate + create_update_question: Create/Update Question + explanation: + generate_possible_solutions: Finally, build as many variable-solution combinations as you need for your quiz. + offer_combinations: Offer %{how_many} possible value combinations (max %{max_combinations}) + allow_tolerance: allow an error margin of +/- %{tolerance} + distractor_instructions: type each distractor on its own line + titles: + click_to_enter_correct_answer_comments: Click to enter comments for a correct answer + click_to_enter_wrong_answer_comments: Click to enter comments for a wrong answer + click_to_enter_general_answer_comments: Click to enter general comments + correct_answer_comments: Correct answer comments + wrong_answer_comments: Wrong answer comments + general_answer_comments: General answer comments + move_handle: + move_to: Move To... + move_question: + move_item: Move Item + where_to_move: Where would you like to move %{quiz_item}? + question_group: 'Into question group:' + place: 'Place:' + cancel: Cancel + saving: Saving... + save: Save + multi_answer: + choose_answer: Choose + muted: + muted_quiz_header: Your quiz has been muted + muted_quiz_description: Your quiz score is unavailable because your instructor has not finished grading it. When your instructor finishes grading this quiz, your score will be available on this page. + question_group: + default_group_name: Group + labels: + group_name: Group Name + number_of_questions: Number of Questions + points_per_question: Points per Question + question_bank: Questions will be pulled from the bank + show_questions_and_points: 'Pick *%{num_questions}* questions, #%{num_points}# pts per question' + edit_questions_and_points: 'Pick *%{num_questions}* questions, #%{num_points}# pts per question' + links: + link_to_a_question_bank: Link to a Question Bank + titles: + collapse_group: Collapse Group + expand_group: Expand Group + add_question_to_group: Add Question to this Group + edit_group_details: Edit Group Details + delete_group: Delete Group + buttons: + update: Update + question_list_right_side: + headers: + questions: Questions + question_teaser: + titles: + click_to_show_details: Click to show full question details + edit_this_question: Edit this Question + delete_this_question: Delete this Question + quiz_details: + headers: + due: Due + points: Points + questions: Questions + time_limit: Time Limit + multiple_due_dates: Multiple Due Dates + no_due_date: No due date + time_limit: + one: 1 Minute + other: "%{count} Minutes" + none: None + allowed_attempts: Allowed Attempts + unlimited: Unlimited + requires_lockdown: Requires Respondus LockDown Browser + quiz_edit_details: + labels: + quiz_instructions: Quiz Instructions + quiz_score: Score + quiz_right_side: + labels: + submission_details: Submission Details + last_attempt_details: Last Attempt Details + time: Time + current_score: Current Score + kept_score: Kept Score + questions_not_graded: Some questions not yet graded + score_set_manually: This score was set by the teacher + links: + preview_survey_again: Preview the Survey Again + preview_quiz_again: Preview the Quiz Again + attempts_so_far: + one: 1 Attempt so far + other: "%{count} Attempts so far" + view_previous_attempts: View Previous Attempts + unlimited_attempts: Unlimited Attempts + no_more_attempts: No More Attempts available + attempts_left: + one: 1 More Attempt available + other: "%{count} More Attempts available" + quiz_show_teacher: + quiz_type: Quiz Type + points: Points + group: Assignment Group + shuffle_answers: Shuffle Answers + label: + time_limit: Time Limit + time_limit: + one: 1 Minute + other: "%{count} Minutes" + no_time_limit: No Time Limit + multiple_attempts: Multiple Attempts + score_to_keep: Score to Keep + attempts: Attempts + unlimited: Unlimited + view_responses: View Responses + show_correct_answers: Show Correct Answers + code: Access Code + filter: IP Filter + one_question_at_a_time: One Question at a Time + require_lockdown_browser: Require Respondus LockDown Browser + require_lockdown_browser_for_results: Required to View Quiz Results + require_lockdown_browser_monitor: Webcam Required + cant_go_back: Lock Questions After Answering + anonymous_submissions: Anonymous Submissions + due: Due + for: For + available_from: Available from + until: Until + quiz_submission: + survey_not_yet_taken: The survey hasn't been taken yet. + quiz_not_yet_taken: The quiz hasn't been taken yet. + labels: + score_for_attempt: Score for this attempt + score_for_survey: Score for this survey + score_for_quiz: Score for this quiz + questions_need_review: The following questions need review + fudge_points: Fudge Points + fudge_points_generic_explanation: You can manually adjust the score by adding positive or negative points to this box. + fudge_points_changed_points_survey: Since %{user} took this survey, the number of points possible has changed by %{difference}. You can adjust for this change and manually add positive or negative points using this box. + fudge_points_changed_points_quiz: Since %{user} took this quiz, the number of points possible has changed by %{difference}. You can adjust for this change and manually add positive or negative points using this box. + final_score: Final Score + survey_score: Survey Score + quiz_score: Quiz Score + questions_not_graded: Some questions not yet graded + quiz_submission_needs_review: The quiz has changed significantly since this submission was made. This submission may need re-grading. + submitted_at: Submitted %{when} + attempt_duration: This attempt took %{duration}. + requires_lockdown: Respondus LockDown Browser is required to view your quiz results. + links: + click_to_view_results: Click here to view the results. + buttons: + update_scores: Update Scores + survey_fudged_positive: This survey score has been manually adjusted by +%{fudge} points. + survey_fudged_negative: This survey score has been manually adjusted by %{fudge} points. + quiz_fudged_positive: This quiz score has been manually adjusted by +%{fudge} points. + quiz_fudged_negative: This quiz score has been manually adjusted by %{fudge} points. + single_answer: + upload: Upload + submission_version: + kept: KEPT + latest: LATEST + attempt_number: Attempt %{att_no} + take_quiz_right_side: + links: + keep_editing_survey: Keep Editing This Survey + keep_editing_quiz: Keep Editing This Quiz + hide_time_running: Hide + labels: + score: Score + time_running: Time Running + time_elapsed: Time Elapsed + attempt_due: Attempt due + access_code: + survey_restricted: This survey is restricted by an access code. You'll need to ask your teacher or proctor to type in or tell you the access code in order to take the survey. + quiz_restricted: This quiz is restricted by an access code. You'll need to ask your teacher or proctor to type in or tell you the access code in order to take the quiz. + labels: + access_code: Access Code + buttons: + submit: Submit + history: + page_title_survey: "%{user}'s Survey History" + default_survey_name: Survey %{course_name} + page_title_quiz: "%{user}'s Quiz History" + default_quiz_name: Quiz %{course_name} + prev_questions_arrow_title: Previous questions + next_questions_arrow_title: Next questions + grade_by_question_warning: The grade by question feature is affected by questions that are shuffled in a group. + latest_survey_results: Here's the latest survey results for %{user}. You can modify the points for any question and add more comments, then click "Update Scores" at the bottom of the page. + latest_quiz_results: Here's the latest quiz results for %{user}. You can modify the points for any question and add more comments, then click "Update Scores" at the bottom of the page. + headers: + survey_submissions: Survey Submissions + quiz_submissions: Quiz Submissions + titles: + submission_needs_review: This submission needs review + score_pending_review: This score is pending review, and may change + score_for_attempt: 'Attempt %{attempt_number}: %{score}' + no_more_attempts: "%{user} has no attempts left" + count_attempts_left: + one: "%{user} has 1 attempt left" + other: "%{user} has %{count} attempts left" + buttons: + allow_extra_attempt: allow this student an extra attempt + survey_unlimited_attempts: This survey has unlimited attempts + quiz_unlimited_attempts: This quiz has unlimited attempts + links: + back_to_survey: Back to Survey + back_to_quiz: Back to Quiz + named_quiz_results: "%{quiz_name} Results for %{user}" + unnamed_survey_results: Survey Results for %{user} + unnamed_quiz_results: Quiz Results for %{user} + view_log: View Log + survey_not_yet_taken: Survey hasn't been taken yet. + quiz_not_yet_taken: Quiz hasn't been taken yet. + survey_not_yet_taken_or_in_progress: Survey hasn't been taken yet or is currently in progress + quiz_not_yet_taken_or_in_progress: Quiz hasn't been taken yet or is currently in progress + index: + page_titles: Quizzes + invalid_ip: + survey_protected: This survey is protected and is only available from certain locations. The computer you are currently using does not appear to be at a valid location for taking this survey. + quiz_protected: This quiz is protected and is only available from certain locations. The computer you are currently using does not appear to be at a valid location for taking this quiz. + lockdown_browser_required: + headers: + requires_lockdown: Respondus LockDown Browser Required + requires_lockdown: This quiz requires Respondus LockDown Browser. Please launch Respondus LockDown Browser to take this quiz or view your quiz results. + labels: + download_lockdown: If you have not already installed the browser, please download it from here + links: + download_lockdown: "[Download Respondus LockDown Browser]" + managed_quiz_data: + titles: + submission_needs_review: This submission needs review + anonymous_student: Student %{user_counter} + logged_out_user: Logged Out User %{user_counter} + moderate: + page_title: Moderate Quiz + moderate_page_title: "%{title}: Moderate" + outstanding_quiz_submissions_found: There are outstanding quiz submissions. + autosubmit_link_description: Check on outstanding quiz submissions + titles: + select_deselect_all: Select/Deselect All + manually_unlocked: Manually Unlocked + select_user: Select %{user} + change_user_extensions: Change user extensions + minutes_to_add: minutes to add + extra_attempts: additional extra attempts + extra_quiz_minutes: additional minutes on each attempt + headers: + student: Student + attempt: Attempt + time: Time + attempts_left: Attempts Left + score: Score + student_extensions: Student Extensions + reload_student_table: Reload student table + student_n: Student %{n} + student_gets_extra_time: + one: "*%{student_name}* **gets 1 extra minute on each attempt**" + other: "*%{student_name}* **gets %{count} extra minutes on each attempt**" + finished_in: finished in %{duration} + in_progress: in progress + add_time: Add Time + buttons: + change_extensions_for_selected_students: Change Extensions for %{n} Selected Students + extend_time: Extend Time + save: Save + extended_quiz_time_explanation: You can give this student extra time on their current quiz attempt. How much time would you like to give them? + labels: + started: Started + ending: Ending + extra_attempts: Extra Attempts + reset_has_seen_results: Let the student see the results one more time + manually_unlock: Manually unlock the quiz for the next attempt + end_the_quiz: End the quiz + minutes_from: minutes from + end_quiz_reference_time_now: now + end_quiz_reference_time_current_end: the current end time + maximum_of_1440_minutes: Maximum of 1440 minutes (24 hours) + global_extra_attempts: everyone already gets %{n} + attempts: attempts + extra_time_on_every_attempt: 'Extra time on every attempt:' + global_extra_attempt_time: everyone already gets %{count} minutes + minutes: minutes + outstanding_autosubmission_description: These quiz submissions are outstanding, likely because a student left the quiz page prior to submission. If you would like to grade them, please press 'Submit' below. + submitting: Submitting... + new: + default_page_title: New Quiz + headers: + ip_filters: What are Quiz IP Filters? + ip_filters: Quiz IP filters are a way to limit access to quizzes to computers in a specified IP range. Filters can be a comma-separated list of addresses, or an address followed by a mask ("192.168.217.1", "192.168.217.1/24" or "192.168.217.1/255.255.255.0"). + retrieving_filters: Retrieving Filters... + titles: + click_to_select_filter: Click to select this filter + read_only: + default_page_title: New Quiz + links: + back_to_quiz_page: Back to Quiz Page + headers: + quiz_details: Quiz Details + labels: + quiz_instructions: Quiz Instructions + question_details: Show Question Details + refresh_quiz_after_popup: + headers: + loading_in_lockdown: Loading Quiz in Respondus LockDown Browser + show: + links: + survey_statistics: Survey Statistics + quiz_statistics: Quiz Statistics + moderate_this_survey: Moderate This Survey + moderate_this_quiz: Moderate This Quiz + edit: Edit + preview: Preview + show_assignment_rubric: Show Rubric + see_full_quiz: See Full Quiz + keep_editing_this_survey: Keep Editing This Survey + keep_editing_this_quiz: Keep Editing This Quiz + show_student_survey_results: Show Student Survey Results + show_student_quiz_results: Show Student Quiz Results + manage: Manage + titles: + delete: Delete + related_items: Related Items + unlock_for_how_long: How long would you like to unlock the quiz for? + speed_grader: SpeedGrader™ + labels: + no_time_limit: No time limit + available_until: Until + warning_icon: Warning + buttons: + unlock_survey: Let Students Take this Survey Now + unlock_quiz: Let Students Take this Quiz Now + lock_survey: Lock this Survey Now + lock_quiz: Lock this Quiz Now + students_submitted_so_far: + one: 1 student submitted so far + other: "%{count} students submitted so far" + quiz_regraded_your_score_affected: + one: This quiz has been regraded; your score was affected. + other: This quiz has been regraded; your new score reflects %{count} questions that were affected. + quiz_regraded_your_score_not_affected: This quiz has been regraded; your score was not affected. + only_registered_users: Only registered, enrolled users can take graded quizzes + course_concluded_notice: This quiz is no longer available as the course has been concluded. + statistics_cqs: + page_title: Statistics + submission_versions: + attempt_history: Attempt History + quiz_attempt_history_description: A table that shows your quiz attempt history. Each attempt is on the left side. The attempt, time, and score are across the top. + attempt: Attempt + time: Time + score: Score + regraded: Regraded + questions_not_graded: Some questions not yet graded + take_quiz: + labels: + started: Started + times_up: Time's Up! Submitting results in + quiz_instructions: Quiz Instructions + audible_quiz_timer_shortcut_description: 'Note: this is a timed quiz. You may check the remaining time you have at any point while taking the quiz by pressing the keyboard combination SHIFT, ALT, and T... Again: SHIFT, ALT, and T...' + buttons: + previous: Previous + next: Next + out_of_time_submit: Ok, fine + submit_quiz: Submit Quiz + not_saved: Not saved + login_required: Login Required + logged_out_of_canvas: "*You have been logged out of canvas.* To continue please log in" + take_quiz_in_popup: + headers: + loading_in_lockdown: Loading Quiz in Respondus LockDown Browser + links: + return_to_quiz_page: "[Click here](%{url}) to return to the quiz page." + download_all_quiz_file_upload_submissions: Download All Quiz File Upload Submissions + quiz_group: + question_group: Question Group + errors: + no_permissions: User didn't have permission to reference question bank in quiz group %{group_name} + no_bank: Couldn't find the question bank for quiz group %{group_name} + quiz: + default_title: Unnamed Quiz + types: + survey: Survey + quiz: Quiz + errors: + invalid_quiz_type: Quiz type is not valid + invalid_ip_filter: IP filter is not valid + invalid_hide_results: Hide results is not valid + current_filter: Current Filter + question_name_counter: Question %{question_number} + default_text_only_question_name: Spacer + default_question_input: "[ Select ]" + quiz_question: + defaults: + question_name: Question + quiz_statistics: + types: + item_analysis: Item Analysis + student_analysis: Student Analysis + cant_unpublish_when_students_submit: Can't unpublish if there are student submissions + dismiss_notification: Dismiss + moderate: + time_up: Time Up! + finished_in_duration: finished in %{duration} + errors: + server_communication_failed: There was a problem communicating with the server. The system will try again in five minutes, or you can reload the page + quiz_submission_extra_time_not_a_number: Extra time must be a number. + quiz_submission_extra_time_too_short: Extra time must be greater than 0. + quiz_submission_extra_time_too_long: Extra time must be less than than 10080. + quiz_submission_extra_attempts_not_a_number: Extra attempts must be a number. + quiz_submission_extra_attempts_too_short: Extra attempts must be greater than 0. + quiz_submission_extra_attempts_too_long: Extra attempts must be less than than 1000. + extensions_for_students: + one: Extensions for 1 Student + other: Extensions for %{count} Students + titles: + student_extensions: Student Extensions + extend_quiz_time: Extend Quiz Time + autosubmit_dialog: Outstanding Quiz Submissions + extensions_for_student: Extensions for %{student} + buttons: + saving: Saving... + save: Save + save_failed: Save Failed, please try again + save_failed_n_updates_lost: Save Failed, %{n} Students were not updated + extending_time: Extending Time... + extend_time: Extend Time + time_extension_failed: Extend Time Failed, please try again + confirms: + taking_time_away: That would be less time than the student currently has. Continue anyway? + show: + answers: + correct: Correct! + you_answered: You Answered + right: Correct Answer + correct_answers: Correct Answers + partial: Partial + incorrect: Incorrect + unanswered: Unanswered + confirms: + delete_quiz: Are you sure you want to delete this quiz? + delete_quiz_submissions_warning: + one: 'Warning: 1 student has already taken this quiz. If you delete it, any completed submissions will be deleted and no longer appear in the gradebook.' + other: 'Warning: %{count} students have already taken this quiz. If you delete it, any completed submissions will be deleted and no longer appear in the gradebook.' + links: + show_student_survey_results: Show Student Survey Results + show_student_quiz_results: Show Student Quiz Results + hide_student_survey_results: Hide Student Survey Results + hide_student_quiz_results: Hide Student Quiz Results + students_who_have_taken_the_quiz: Students who have taken the quiz + students_who_have_not_taken_the_quiz: Students who have NOT taken the quiz + buttons: + publishing: Publishing... + already_published: Published! + rubric: + titles: + details: Assignment Rubric Details + loading: Loading... + timing: + labels: + time_remaining: Time Remaining + time_elapsed: Time Elapsed + take_quiz: + saving: Saving... + saving_not_needed: No new data to save. Last checked at %{t} + saved_at: Quiz saved at %{t} + errors: + connection_lost: Connection to %{host} was lost. Please make sure you're connected to the Internet before continuing. + only_numerical_values: only numerical values are accepted + notices: + due_date_one_minute_left: One Minute Left Before Quiz Will Be Marked Late + due_date_five_minutes_left: Five Minutes Left Before Quiz Will Be Marked Late + due_date_thirty_minutes_left: Thirty Minutes Left Before Quiz Will Be Marked Late + submission_one_minute_left: This Quiz Will Be Submitted In One Minute + submission_five_minutes_left: This Quiz Will Be Submitted In Five Minutes + submission_thirty_minutes_left: This Quiz Will Be Submitted In Thirty Minutes + titles: + times_up: Time's Up! + come_back_later: You marked this question to come back to later + labels: + time_elapsed: Time Elapsed + years_count: + one: 1 Year + other: "%{count} Years" + months_count: + one: 1 Month + other: "%{count} Months" + days_count: + one: 1 Day + other: "%{count} Days" + hours_count: + one: 1 Hour + other: "%{count} Hours" + minutes_count: + one: 1 Minute + other: "%{count} Minutes" + seconds_count: + one: 1 Second + other: "%{count} Seconds" + question_answered: Answered + question_unanswered: Haven't Answered Yet + confirms: + unfinished_quiz: You're about to leave the quiz unfinished. Continue anyway? + navigate_away: You're about to navigate away from this page. Continue anyway? + cant_go_back_blank: You can't come back to this question once you hit next. Are you sure you want to leave it blank? + unseen_questions: + one: There is still 1 question you haven't seen yet. Submit anyway? + other: There are still %{count} questions you haven't seen yet. Submit anyway? + unanswered_questions: + one: You have 1 unanswered question (see the right sidebar for details). Submit anyway? + other: You have %{count} unanswered questions (see the right sidebar for details). Submit anyway? + show_time_link: Show + hide_time_link: Hide + login_successful: Login successful. + login_failed: Login failed. + quiz_submission: + titles: + this_is_an_image: This is an image, not text, and could have changed since the student submitted + this_is_an_external_frame: This is an external frame, not text, and could have changed since the student submitted + this_is_an_external_element: This is an external element, not text, and could have changed since the student submitted + index: + confirms: + delete_quiz: Are you sure you want to delete this quiz? + multiple_due_dates: Multiple Dates + flash: + removed: Quiz successfully deleted. + fail: Quiz deletion failed. + index_view: + quizzes_title: Quizzes + search_for_quiz: Search for Quiz + links: + manage_question_banks: Manage Question Banks + publish_multiple_quizzes: Publish Multiple Quizzes + ldb_login_popup: + titles: + log_in: Please Log In + logged_out_of_canvas: "*You have been logged out of canvas.* To continue please log in." + email: Email + password: Password + log_in: Log In + no_quizzes_view: + headers: + course_quizzes: Course Quizzes + no_quizzes: No quizzes available + quiz_item_group_view: + no_surveys: No surveys found + no_quizzes: No quizzes found + file_uploaded_or_removed: + quizzes: + file_successfully_uploaded: Your file has been successfully uploaded. + files_removed: "%{display_name} has been removed." + you_do_not_have_access_to_the_requested_quiz_d3659e4b: You do not have access to the requested quiz. + new_quiz_34aacba6: New Quiz + quiz_successfully_updated_ece5c63d: Quiz successfully updated + quiz_failed_to_update_2b66fa4d: Quiz failed to update + role_overrides: + update_failed_notice: Role creation failed + cannot_deactivate_inactive_role: Cannot deactivate an already inactive role + cannot_remove_built_in_role: Cannot remove a built-in role + no_role_found: Role not found + notices: + saved: Changes Saved Successfully. + site_admin_permissions: Site Admin Permissions + account_permissions: Account Permissions + course_permissions: Course & Account Permissions + admin_tools_permissions: Admin Tools + index: + crumbs: + permissions: Permissions + page_title: Manage Permissions for %{account} + permission_must_be_enabled_for_someone_397e1ce3: Permission must be enabled for someone + permission_not_found_620b80d1: Permission not found + search: + course_sections: Course Sections + student_groups: Student Groups + enrollments_teachers: Teachers + enrollments_tas: Teaching Assistants + enrollments_students: Students + enrollments_observers: Observers + all_courses_inner: + join_course: Join this Course + previous: Previous + next: Next + all_courses: + titles: + all_courses: All Courses + name: Name + search: Search + public_only: Public courses only + open_enrollment_only: Open enrollment courses only + sections: + section_created: Section successfully created! + section_creation_failed: Section creation failed + section_crosslisted: Section successfully cross-listed! + section_decrosslisted: Section successfully de-cross-listed! + section_updated: Section successfully updated! + section_update_error: Section update failed + section_deleted: Course section successfully deleted! + section_delete_not_allowed: You can't delete a section that has enrollments + show: + buttons: + edit_section: Edit Section + uncrosslist_section: De-Cross-List this Section + recrosslist_section: Re-Cross-List this Section + crosslist_section: Cross-List this Section + back_to_course: Back to Course Settings + cancel: Cancel + update_section: Update Section + crosslist_this_section: Cross-List This Section + decrosslit_section: De-Cross-List This Section + labels: + name: Section Name + sis_source_id: SIS ID + start_at: Starts + end_at: Ends + sis_id: SIS ID + search_for_course: Search for Course + enter_course_id: Or Enter the Course's ID + labels: + selected_course: Selected Course + sis_id: SIS ID + account: Account + pending_enrollment: + one: 1 Pending Enrollment + other: "%{count} Pending Enrollments" + active_enrollment: + one: 1 Active Enrollment + other: "%{count} Active Enrollments" + completed_enrollment: + one: 1 Completed Enrollment + other: "%{count} Completed Enrollments" + run_dates: Runs from %{start_date} to %{end_date} + runs_until: Runs until %{end_date} + run_from: Runs from %{start_date} with no end date + titles: + current_enrollments: Current Enrollments + completed_enrollments: Completed Enrollments + crosslist_this_section: Cross-List this Section + cross_listed_sections: Cross-List Section + decrosslist_section: De-Cross-List this Section + crosslist_description: Cross-listing allows you to create a section in one account and then move it to a course on a different account. To cross-list this course, you'll need to find the course you want to move it to, either using the search tool or by entering the course's ID. + prompts: + are_you_sure_decrosslist: Are you sure you want to de-cross-list this section? + decrosslist_description: This will move the section back to its original course, **%{course_name}**. + decrosslist_long_description: All grades for students in this course will no longer be visible. You can retrieve the grades later by re-cross-listing the course, but in the mean time the grades for these students will come from the original course. + email_e366fa29: email + services_api: + must_be_logged_in: You must be logged in to use Kaltura + sis_imports_api: + sis_import_in_process_notice: An SIS import is already in process. + errors: + invalid_content_type: Invalid content type, UTF-8 required + user_not_authorized_to_manage_sis_data_account_sis_47bd4eec: user not authorized to manage SIS data - account[sis_account_id] + you_can_t_delete_a_sub_account_that_has_courses_in_c4f439cf: You can't delete a sub-account that has courses in it. + you_can_t_delete_a_sub_account_that_has_sub_accoun_7d815421: You can't delete a sub-account that has sub-accounts in it. + you_can_t_delete_a_root_account_5673c62d: You can't delete a root_account. + account_account_b6b3746b: 'Account: %{account}' + assignment_title_e3192978: 'Assignment: %{title}' + course_course_d1c78210: 'Course: %{course}' + draft_92507c72: "(draft)" + score_score_6f81e8c8: 'Score: %{score}' + score_n_a_34dfdcda: 'Score: N/A' + student_name_a30d555e: 'Student: %{name}' + student_n_a_30b1753f: 'Student: N/A' + timestamp_65f3a0a: "(%{timestamp})" + this_assignment_will_no_longer_count_towards_your__a6eb6778: This assignment will no longer count towards your grade. + the_specified_user_is_not_a_student_in_this_course_5a81d8a5: The specified user is not a student in this course + the_specified_assignment_could_not_be_found_c5dc34ab: The specified assignment could not be found + the_specified_user_id_is_not_a_student_in_this_cou_372573ca: The specified user (%{id}) is not a student in this course + the_specified_assignment_id_could_not_be_found_e4e64f5f: The specified assignment (%{id}) could not be found + invalid_datetime_for_submitted_since_a238f3a6: Invalid datetime for submitted_since + invalid_datetime_for_graded_since_884cce5: Invalid datetime for graded_since + unable_to_find_extension_3fe61b3c: unable to find extension + filetype_not_allowed_40556acb: filetype not allowed + submissions_base: + crumbs: + assignments: Assignments + assignment_submitted: Assignment submitted. + errors_update_failed: Update Failed + errors: + no_report: Couldn't find a report for that submission item + successfully_resubmitted_to_vericite_dab924b6: Successfully resubmitted to VeriCite. + successfully_resubmitted_to_turnitin_c908de0f: Successfully resubmitted to turnitin. + submissions: + errors: + can_not_submit_locked_assignment: You can't submit an assignment when it is locked + media_file_attached: There was no media recording in the submission + assignment_submit_fail: Assignment failed to submit + no_attached_file: You must attach at least one file to this assignment + invalid_file_type: Invalid file type + invalid_google_docs_domain: You cannot submit assignments from this google_docs domain + assignment_submit_success: Assignment successfully submitted. + still_zipping: File zipping still in process... + originality_score: + see_vericite_results: See VeriCite results + submission_download: + download_message: "**Your student submissions are being gathered** and compressed into a zip file. This may take some time, depending on the size and number of submission files." + show: + peer_review: Peer Review + submission_details: Submission Details + student_mute_notification: Grades are unavailable because the instructor is working on them. + see_vericite_results: See VeriCite results + show_rubric: Show Rubric + submitted_at: submitted %{submit_date} + attempts: Attempts + allowed_attempts: Allowed Attempts + speedgrader: SpeedGrader™ + links: + resubmit: Re-submit Assignment + submit: Submit Assignment + peer_review_steps_complete: You have finished the required steps for this peer review. + peer_review_not_done_rubric: "**This peer review is not finished yet.** For it to be considered finished, you need to leave at least one comment and fill out the rubric form to the right." + peer_review_not_done: "**This peer review is not finished yet.** For it to be considered finished, you need to leave at least one comment." + hide_rubric_button: Hide Rubric + labels: + show_assessment_by: Show Assessment By + add_a_comment: Add a Comment + anonymous_user: Anonymous User + options: + new_assessment: "[New Assessment]" + buttons: + save_comment: Save Comment + save: Save + only_see_your_own_comments_muted: You may not see all comments right now because the assignment is currently being graded + only_see_your_own_comments_peer: As a peer reviewing student, you will only see comments written by you. + media_comment_link: This is a media comment, *click here to view*. + media_comment: Media Comment + attach_file: Attach File + sent_to_whole_group: Send comment to the whole group + show_preview: + anonymous_username: This Student + group_discussion_submission_description: The submissions for this assignment are posts in the assignment's discussion for this group. Below are the discussion posts for %{user}, or you can *view the full group discussion*. + discussion_submission_description: The submissions for this assignment are posts in the assignment's discussion. Below are the discussion posts for %{user}, or you can *view the full discussion*. + group_discussion_submission_description_without_link: The submissions for this assignment are posts in the assignment's discussion for this group. Below are the discussion posts for %{user}. + discussion_submission_description_without_link: The submissions for this assignment are posts in the assignment's discussion. Below are the discussion posts for %{user}. + show_entire_discussion: Show the Entire Discussion + external_url_submission: This submission was a URL to an external page. + entry_with_image: We've included a snapshot of what the page looked like when it was submitted. + entry_no_image: Keep in mind that this page may have changed since the submission originally occurred. + view_in_a_new_tab: "(View in a new tab)" + titles: + external_link: Links to an external site. + no_files: No files were uploaded for this submission + preview_crocodoc_document: Preview your submission and view teacher feedback, if available + view_feedback_button: View Feedback + preview_submission: Preview your submission + view_preview_button: Preview + quiz_submission: This submission was a quiz submission. Redirecting to quiz page. + media_comment_link: This submission is a media recording. *click here to view.* + no_preview_available: No Preview Available + no_submission: No Submission + preview_title: Preview of %{title} + finished_redirecting: Finished! Redirecting to File... + creating_zip: Creating zip file... + gathering_files_progress: Gathering Files (%{progress})... + see_attached_files: See attached files + download_submissions_title: Download Assignment Submissions + gathering_files: Gathering Files (%{progress})... + text_entry_submission_cannot_be_empty_3d187cae: Text entry submission cannot be empty + tabs: + tab_unmanagable_error: "%{css_class} is not manageable" + tab_location_error: That tab location is invalid + home: Home + announcements: Announcements + assignments: Assignments + discussions: Discussions + grades: Grades + people: People + pages: Pages + files: Files + syllabus: Syllabus + outcomes: Outcomes + quizzes: Quizzes + modules: Modules + conferences: Conferences + collaborations: Collaborations + settings: Settings + eportfolios: ePortfolios + observees: Observing + end_dates_cannot_be_before_start_dates_d6018daf: End dates cannot be before start dates + terms: + errors: + not_unique: SIS ID "%{sis_source_id}" is already in use + term: + labels: + sis_id: SIS ID + grading_period_set_title: Grading Period Set + students_can_access_from: "**Students** can access from" + teachers_can_access_from: "**Teachers** can access from" + tas_can_access_from: "**TAs** can access from" + designers_can_access_from: "**Designers** can access from" + course_count: + one: 1 Course + other: "%{count} Courses" + name: 'Term Name:' + sis_source_id: 'SIS ID:' + term_runs_from: "**Term Runs** from" + titles: + term_starts: Term starts + term_ends: Term ends + tooltips: + term_starts_students: For students the term starts + term_ends_students: For students the term ends + term_starts_teachers: For teachers the term starts + term_ends_teachers: For teachers the term ends + term_starts_tas: For TAs the term starts + term_ends_tas: For TAs the term ends + term_starts_designers: For designers the term starts + term_ends_designers: For designers the term ends + buttons: + update: Update Term + add: Add Term + timespan: + date: + unspecified: whenever + term_start: term start + term_end: term end + timespan: "%{start_at} *to* %{end_at}" + index: + page_title: "%{account} Terms" + titles: + term_details: Term Details + messages: + classes_in_term: You can't delete a term that still has classes in it. + submitting: Submitting... + prompts: + delete: Are you sure you want to delete this term? + update_term: Update Term + date: + term_end: term end + unspecified: whenever + add_term: Add Term + must_supply_file_ids_and_or_folder_ids_parameter_9d29448c: Must supply 'file_ids' and/or 'folder_ids' parameter + no_usage_rights_object_supplied_304b8d40: No 'usage_rights' object supplied + count_files_updated_4570a8a: + one: 1 file updated + other: "%{count} files updated" + user_notes: + notices: + created: Journal Entry was successfully created. + messages: + loading_more: Loading more entries + tooltips: + loading_more: loading more results + user_note: + subheader: "%{creator} on %{created_at}" + index: + crumbs: + faculty_journal: Faculty Journal + page_title: Faculty Journal + links: + create_new_entry: Create a New Entry + titles: + journal_for: Faculty Journal for %{user} + title: Title + buttons: + create: Create Entry + messages: + no_entries: There are no journal entries for this student. + show: + labels: + user: User + title: Title + note: Note + created_by: Created by + user_notes: + crumbs: + faculty_journal: Faculty Journal + page_title: Faculty Journal + journal_header: Faculty Journal + details_this_course: Last Faculty Journal entries for students currently enrolled in this course. + details_a_course: Last Faculty Journal entries for students currently enrolled in a course. + headers: + student: Student + last_entry: Last Faculty Journal Entry + current_courses: Current Courses + confirms: + delete_journal_entry: Are you sure you want to delete this journal entry? + users: + crumbs: + grades: Grades + profile: "%{user}'s profile" + page_title: Grades + service_not_enabled: That service has not been enabled + google_drive_added: Google Drive account successfully added! + oauth_fail: OAuth Request failed. Couldn't find valid request + twitter_added: Twitter access authorized! + twitter_fail_whale: Twitter authorization failed. Please try again + user_atom_feed: User Atom Feed (All Courses) + birthdate_invalid: Invalid date or invalid datetime for birthdate + user_updated: User was successfully updated. + could_not_find_url: Could not find download URL + user_merge_success: User merge succeeded! %{first_user} and %{second_user} are now one and the same. + user_merge_fail: User merge failed. Please make sure you have proper permission and try again. + user_not_found: No active user with that ID was found. + cant_self_merge: You can't merge an account with itself. + errors: + no_teacher_courses: There are no courses shared between this teacher and student + user_not_teacher: That user is not a teacher in this course + no_self_registration: Self registration has not been enabled for this account + welcome: + unpublished_courses_message: |- + You've enrolled in one or more courses that have not started yet. Once + those courses are available, you will see information about them here + and in the navigation on the left side. In the meantime, feel free to sign up for + more courses or set up your profile. + no_courses_message: |- + You don't have any courses, so this page won't be very exciting for now. + Once you've created or signed up for courses, you'll start to see + conversations from all of your classes. + welcome_to_happiness: Welcome to Canvas! + current_conference: + participant_count: + one: 1 participant + other: "%{count} participants" + current_conference_text: You have been invited to join **[%{conference}](%{link_to_conference})**. It started at %{started_at} and has %{participant_count}. + enrollment: + course_not_published: This course hasn't been published yet + roles_teacher: Enrolled as a Teacher. + roles_student: Enrolled as a Student. + roles_ta: Enrolled as a TA. + roles_observer: Enrolled as an Observer. + roles_designer: Enrolled as a Designer. + linked_to_user: "(Linked to %{user_name})" + unenrollr: Unenroll + links: + teacher_activity: See Student Interactions Report + group: + show_hide_activity_list: Show/Hide in the Recent Activity list + logins: + titles: + logins: Login Information + labels: + sis_id: SIS ID + integration_id: Integration ID + last_request: Last request + current_login: Current login + current_ip: Current login IP + last_login: Last login + last_ip: Last login IP + unique_id: Login + sis_user_id: SIS ID + account_id: Account + password: Password + password_confirmation: Confirm Password + never: never + none: none + more: more... + add_login: Add Login + reset_mfa: Reset Multi-Factor Authentication + buttons: + update_login: Update Login + merge_results: + user: User + action: Action + will_be_deleted: will be deleted + will_be_kept: will be kept + emails: Emails + no_emails: no emails + logins: Logins + no_logins: no logins + enrollments: Enrollments + no_enrollments: no enrollments + name: + titles: + name_and_email: Name and Email + edit_user_details: Edit User Details + labels: + full_name: Full Name + display_name: Display Name + sortable_name: Sortable Name + profile_picture: Profile Picture + default_email: Default Email + time_zone: Time Zone + name: Full Name + short_name: Display Name + email: Default Email + remove_avatar: Remove avatar picture + report_naughtiness: Report inappropriate picture + none: None + edit: Edit + merge_with_another_user: Merge with Another User + delete_from_account: Delete from %{account} + update_instructions: You can update some of this user's information, but they can change it back if they choose. + buttons: + update_details: Update Details + scheduled_conference: + current_conference_text: You have been invited to join %{conference}. It starts on %{starts_at}. + admin_merge: + titles: + merge_users: Merge User Accounts + really_merge: Really Merge User Accounts? + find_user: Find a User + enter_user_id: Or Enter a User ID + no_merge_undo: This process cannot be undone, so please make sure you're certain before you continue. + merge_result_explanation: 'Are you sure you want to merge the account, %{source_user_name} (%{source_user_email}) into this account, %{target_user_name} (%{target_user_email})? This process will have the following end result:' + buttons: + merge_user_account: Merge User Accounts + go: Go + merge_result_explanation_again: 'You''ve selected to merge the user, %{user_name} (%{user_email}) into the account, %{pending_other_user_name} (%{pending_other_user_email}). This process will have the following end result:' + prepare_to_merge: Prepare to Merge Users + switch_user_positions: Switch User Positions + merge_somone_else: Merge Someone Else With %{user_name} + merge_user_initial_instructions: You've selected to merge the user, %{user_name} (%{user_email}) with another account. You can search for the user you'd like to merge with this user using the form below. + no_permission: You don't have permission to search any accounts + labels: + name: Name + user_id: User ID + links: + select: Select + dashboard_sidebar: + coming_up: Coming Up + recent_feedback: Recent Feedback + start_new_course: Start a New Course + grades: + page_title: Grades + titles: + current_student_courses: Courses I'm Taking + previous_courses: Previous Courses + no_grade: no grade + send_teacher_message: Send a Message to the Teacher + linked_student_accounts: Linked Student Accounts + current_teacher_courses: Courses I'm Teaching + average_grades: + one: average for 1 student + other: average for %{count} students + no_grades: no grades + links: + teacher_activity: Student Interactions Report + course: Course + percent: Percent + index: + crumbs: + users: Users + all_users: All Users + buttons: + user_groups: View User Groups + manage_profile_pictures: Manage Profile Pictures + titles: + choose_term: Choose Term + search_results: Search results for "%{search_term}" + all_users: All Users + labels: + show_users_for_term: Show users with enrollments in the term + no_results_found: No Results Found + new: + create_a_canvas_account: Create a Canvas Account + privacy_policy: Privacy Policy + show: + links: + message_user: Message %{user} + buttons: + faculty_journal_for: Faculty Journal for %{user} + page_header_title: User Profile + see_outcomes: See Outcome Results for %{user} + enrollments: Enrollments + courses: Courses + accounts: Accounts + groups: Groups + none_yet: None yet. + page_views: Page Views + teacher_activity: + crumbs: + interaction_report: Student Interactions Report + title: Teacher Activity Report + headings: + teacher_activity: Teacher Activity Report for %{teacher} + student_name: Student + last_interaction: Last Student Interaction + last_journal_entry: Last Faculty Journal Entry + current_score: Current Score + final_score: Final Score + ungraded: Ungraded Assignments + no_students: There are no students to report on. + last_time: + zero: less than 1 day ago + one: 1 day ago + other: "%{count} days ago" + last_time_never: never + submitted_time: + zero: submitted less than 1 day ago + one: submitted 1 day ago + other: submitted %{count} days ago + message_student: Message this student + links: + view_full_course: View the full Student Interaction Report for %{course} + confirms: + unenroll_user: Are you sure you want to unenroll this user? + act_as_user_name_5581cdbb: Act as %{user_name} + act_as_user_77dda176: Act as user + nothing_to_split_off_of_this_user_28ba9dd5: Nothing to split off of this user + wiki_pages_api: + cannot_delete_front_page: The front page cannot be deleted + invalid_editing_roles: The provided editing roles are invalid + cannot_update_published: You are not allowed to update the published state of this wiki page + cannot_update_title: You are not allowed to update the title of this wiki page + cannot_update_editing_roles: You are not allowed to update the editing roles of this wiki page + cannot_update_front_page: You are not allowed to change the wiki front page + cannot_have_unpublished_front_page: The front page cannot be unpublished + wiki_pages: + notices: + create_non_existent_page: The page "%{title}" does not exist, but you can create it below + page_deleted: The page "%{title}" has been deleted. + page_does_not_exist: The page "%{title}" does not exist. + cannot_edit: You are not allowed to edit the page "%{title}". + cannot_read_revisions: You are not allowed to review the historical revisions of "%{title}". + edit: + page_header_title: Edit %{page_name} + index: + titles: + pages: Pages + revisions: + page_revisions_title: "%{title} revisions: %{context_name}" + an_object_of_type_graphql_type_was_hidden_due_to_i_60998e99: An object of type %{graphql_type} was hidden due to insufficient scopes on access token + media_recording_submissions_require_a_media_id_to__ff740090: "%{media_recording} submissions require a %{media_id} to submit" + the_media_id_does_not_correspond_to_an_existing_me_eab16c08: The %{media_id} does not correspond to an existing media object + no_attachments_found_for_the_following_ids_ids_49c9192f: 'No attachments found for the following ids: %{ids}' + you_must_attach_at_least_one_file_to_this_assignme_9f39ce12: You must attach at least one file to this assignment + invalid_file_type_881cc9b2: Invalid file type + a_and_b_cannot_be_used_together_77ee6a2a: "{a} and {b} cannot be used together" + anonymous_assignments_must_be_manually_posted_a13d2ca5: Anonymous assignments must be manually posted + moderated_assignments_must_be_manually_posted_unti_39545855: Moderated assignments must be manually posted until grades are released + global_message_icons: + information: information + error: error + question: question + calendar: calendar + announcement: announcement + invitation: invitation + warning: warning + if_none_are_selected_show_to_everyone_in_the_entir_72a2ff32: "(If none are selected, show to everyone in the entire account)" + if_none_are_selected_show_to_everyone_in_the_entir_568a1dfc: "(If none are selected, show to everyone in the entire sub-account)" + use_parent_account_setting_f25a721f: Use parent account setting + turnitin_settings: + originality_report_visible_immediately: Immediately + originality_report_visible_after_grading: After the assignment is graded + originality_report_visible_after_due_date: After the Due Date + originality_report_never: Never + card_view_eaf73185: Card View + recent_activity_51239235: Recent Activity + list_view_430aecce: List View + canvas_by_instructure_1490381: Canvas by Instructure + help_with_content_licensing_a146fb0e: Help with content licensing + help_with_course_visibilities_6b6e22a4: Help with course visibilities + title_separator: ": " + help_4c4968b1: Help + due_multiple_due_dates_d1b141b: 'Due: Multiple Due Dates' + due_assignment_due_date_time_5acdf3cf: 'Due: %{assignment_due_date_time}' + due_no_due_date_2b226d2c: 'Due: No Due Date' + i_agree_to_the_terms_of_use_18e16f0c: I agree to the *terms of use*. + parents_sign_up_here_f0aa8f4f: Parents sign up here + parent_signup_b7c6bf0a: Parent Signup + anonymous_user: Anonymous User + tooltips: + finished: finished + incomplete: incomplete + vdd: + more_message: and %{count} more... + no_due_date_44271c53: No Due Date + re_submit_assignment_b3e2bd28: Re-submit Assignment + submit_assignment_5799b4e3: Submit Assignment + complete_fd828dea: Complete + incomplete_da3c2ea2: Incomplete + it_s_not_allowed_to_redirect_to_html_files_that_ca_1dbdfb9d: It's not allowed to redirect to HTML files that can't be proxied while Content-Security-Policy is being enforced + announcement_fb4cb645: Announcement + assignment_976578a8: Assignment + attachment_deffe5a9: Attachment + external_tool_c5a6410a: External Tool + context_module_sub_header_2f39e87b: Context Module Sub Header + discussion_topic_dc85ad4c: Discussion Topic + external_url_e9b87215: External Url + quiz_e0dcce8f: Quiz + page_50c4823d: Page + unknown_content_type_ae6d08e8: Unknown Content Type + course_is_already_associated_with_a_blueprint_4d9407cb: Course is already associated with a blueprint + cannot_have_a_blueprint_course_with_students_248e3e76: Cannot have a blueprint course with students + title: + new_announcement: New Announcement + edit_announcement: Edit Announcement + new_topic: New Discussion Topic + edit_topic: Edit Discussion Topic + delete_a6efa79d: Delete + student_names_must_be_hidden_because_this_is_an_an_3c82287d: Student names must be hidden because this is an anonymous survey. + student_names_must_be_hidden_because_anonymous_gra_d2ca7255: Student names must be hidden because anonymous grading is required. + icons: + online_url_submission: Online Url Submission + text_entry_submission: Text Entry Submission + file_upload_submission: File Upload Submission + discussion_submission: Discussion Submission + quiz_submission: Quiz Submission + media_submission: Media Submission + graded_date_by_grader_e8e1ff75: "%{graded_date} by %{grader}" + grading_period_set_for_account_name_b9823b2a: Grading Period Set for %{account_name} + anonymous_user_d984b9ce: Anonymous User + someone_bbbc538b: Someone + this_quiz_is_unpublished_only_teachers_can_see_the_51d281b1: "*This quiz is unpublished* Only teachers can see the quiz until it is published." + you_have_made_changes_to_the_questions_in_this_qui_1658361a: "*You have made changes to the questions in this quiz.* These changes will not appear for students until you save the quiz." + practice_quiz_19a8505d: Practice Quiz + graded_quiz_7fabdf1f: Graded Quiz + graded_survey_c0f0c395: Graded Survey + ungraded_survey_ad7de790: Ungraded Survey + highest_28ad71e6: Highest + latest_f604a75: Latest + average_49c63f9b: Average + no_e16d9132: 'No' + from_from_to_to_e31f6422: From %{from} to %{to} + after_date_981cd41b: After %{date} + until_date_949017c4: Until %{date} + after_last_attempt_c9168da2: After Last Attempt + immediately_c128ede6: Immediately + answers_will_be_shown_after_your_last_attempt_d9db6b1d: Answers will be shown after your last attempt + correct_answers_are_available_until_date_df01cc5f: Correct answers are available until %{date}. + correct_answers_are_hidden_5d0a0009: Correct answers are hidden. + correct_answers_are_no_longer_available_c67dfc28: Correct answers are no longer available. + correct_answers_will_be_available_from_to_5762e8c6: Correct answers will be available %{from} - %{to}. + correct_answers_will_be_available_on_date_48137: Correct answers will be available on %{date}. + always_3a59e701: Always + students_who_have_taken_the_quiz_count_69dbbda0: + zero: Students who have taken the quiz + one: Students who have taken the quiz (%{count}) + other: Students who have taken the quiz (%{count}) + students_who_have_taken_the_survey_count_ef9e6492: + zero: Students who have taken the survey + one: Students who have taken the survey (%{count}) + other: Students who have taken the survey (%{count}) + no_students_have_taken_the_survey_yet_d378cd35: No Students have taken the survey yet + no_students_have_taken_the_quiz_yet_e667644b: No Students have taken the quiz yet + students_who_haven_t_taken_the_quiz_count_9966e994: + zero: Student who haven't taken the quiz + one: Students who haven't taken the quiz (%{count}) + other: Students who haven't taken the quiz (%{count}) + students_who_haven_t_taken_the_survey_count_c03f4d80: + zero: Student who haven't taken the survey + one: Students who haven't taken the survey (%{count}) + other: Students who haven't taken the survey (%{count}) + all_students_have_taken_the_survey_494f9f42: All Students have taken the survey + all_students_have_taken_the_quiz_b558f8b4: All Students have taken the quiz + quiz_results_are_protected_for_this_quiz_and_can_b_fc4fc208: Quiz results are protected for this quiz and can be viewed a single time immediately after submission. + quiz_results_are_protected_for_this_quiz_and_are_n_c85bd56e: Quiz results are protected for this quiz and are not visible to students until they have submitted their last attempt. + quiz_results_are_protected_for_this_quiz_and_are_n_1ea03502: Quiz results are protected for this quiz and are not visible to students. + fill_in_the_blank_read_surrounding_text_1a6c73c7: Fill in the blank, read surrounding text + multiple_dropdowns_read_surrounding_text_f61274b3: Multiple dropdowns, read surrounding text + count_minutes_a6eeeacb: + zero: less than 1 minute + one: 1 minute + other: "%{count} minutes" + score_out_of_points_possible_88f370fd: "%{score} out of %{points_possible}" + preview_53003fd2: Preview + take_the_survey_ada59508: Take the Survey + take_the_quiz_87214d7e: Take the Quiz + take_the_survey_again_24ce22c2: Take the Survey Again + take_the_quiz_again_8ea51a6c: Take the Quiz Again + resume_survey_58dce775: Resume Survey + resume_quiz_afeceb87: Resume Quiz + will_keep_the_highest_of_all_your_scores_6ae5bbd1: Will keep the highest of all your scores + will_keep_the_latest_of_all_your_scores_431d23f9: Will keep the latest of all your scores + will_keep_the_average_of_all_your_scores_d7e6b733: Will keep the average of all your scores + edit_survey_b0d6890d: Edit Survey + edit_quiz_ededddd8: Edit Quiz + delete_survey_56fddbbd: Delete Survey + delete_quiz_142b8099: Delete Quiz + selected_answer: You selected this answer. + correct_answer: This was the correct answer. + user_selected_answer: You selected + user_selected_wrong: The correct answer was %{correct_answer_text}. + fill_in_the_blank_answer_d83b83bb: Fill in the blank answer + numerical_answer_ec7120bf: Numerical answer + answer_field_8c4e7c46: Answer field + courses_navigation_menu_b3638384: Courses Navigation Menu + account_navigation_menu_10c05bf9: Account Navigation Menu + admin_navigation_menu_77b801a2: Admin Navigation Menu + groups_navigation_menu_76b5acc6: Groups Navigation Menu + context_navigation_menu_514c5889: Context Navigation Menu + disabled_not_visible_to_students_48d4a90d: Disabled. Not visible to students + no_content_not_visible_to_students_b59f4867: No content. Not visible to students + label_disabled_not_visible_to_students_da093eec: "%{label}. Disabled. Not visible to students" + label_no_content_not_visible_to_students_84345d2f: "%{label}. No content. Not visible to students" + for: for + you_do_not_have_access_to_the_requested_resource_316ce49a: You do not have access to the requested resource. + previous_page_928fc112: Previous Page + next_page_d2a39853: Next Page + page_pagenum_20dbfeb8: Page %{pageNum} + product_name: Canvas + account: + root_account_cant_have_sis_id: SIS IDs cannot be set on root accounts + sis_id_in_use: SIS ID "%{sis_id}" is already in use + errors: + invalid_discovery_url: The discovery URL is not valid + default_site_administrator_account_name: Site Admin + default_account_name: Default Account + tab_permissions: Permissions + tab_sub_accounts: Sub-Accounts + tab_authentication: Authentication + tab_plugins: Plugins + tab_jobs: Jobs + tab_courses: Courses + tab_statistics: Statistics + tab_outcomes: Outcomes + tab_rubrics: Rubrics + tab_grading_standards: Grading + tab_question_banks: Question Banks + tab_faculty_journal: Faculty Journal + tab_terms: Terms + tab_sis_import: SIS Import + tab_brand_configs: Themes + tab_developer_keys: Developer Keys + tab_admin_tools: Admin Tools + tab_settings: Settings + manually_created_courses: Manually-Created Courses + default_term_name: Default Term + feedback_coach: Ask the Community + feedback_coach_sub: Get help from a Canvas expert + feedback_feature_request_sub: Have an idea to improve Canvas? + tab_root_accounts: Root Accounts + this_assignment_submission_is_my_own_original_work_e820ce4b: This assignment submission is my own, original work + people_b4ebb13c: People + terms_of_service_attributes_not_valid_f3f9fca9: Terms of Service attributes not valid + help_dialog: + instructor_question: Ask Your Instructor a Question + instructor_question_sub: Questions are submitted to your instructor + search_the_canvas_guides: Search the Canvas Guides + canvas_help_sub: Find answers to common questions + report_problem: Report a Problem + report_problem_sub: If Canvas misbehaves, tell us about it + training_services_portal: Training Services Portal + training_services_portal_sub: Access Canvas training videos and courses + stuff: Stuff + things: Things + hi: Hi + hello: Hello + which_course_is_this_question_about: Which course is this question about? + message_will_be_sent_to_all_the_teachers_tas_in_the_course: Message will be sent to all the Teachers / TA's in the course. + message: Message + sending: Sending... + send_message: Send Message + file_a_ticket_for_a_personal_response_from_our_support_team: File a ticket for a personal response from our support team + for_an_instant_answer: 'For an instant answer:' + see_if_your_issue_is_addressed_in_the_canvas_guides: See if your issue is addressed in the *Canvas Guides*. + subject: Subject + description: Description + include_a_link_to_a_screencast_or_screenshot_using_something_like_jing: Include a link to a screencast/screenshot using something like *Jing*. + how_is_this_affecting_you: How is this affecting you? + please_select_one: Please select one... + just_a_casual_question_comment_idea_suggestion: Just a casual question, comment, idea, suggestion + i_need_some_help_but_its_not_urgent: I need some help but it's not urgent + somethings_broken_but_i_can_work_around_it_for_now: Something's broken but I can work around it for now + i_cant_get_things_done_until_i_hear_back_from_you: I can't get things done until I hear back from you + extreme_critical_emergency: EXTREME CRITICAL EMERGENCY!! + your_email_address: Your email address + Submitting_Ticket: Submitting Ticket... + submit_this_support_request: Submit Ticket + account_notification: + errors: + invalid_account_notification_end_at: Account notification end time precedes start time + institution_announcement_announcement_title_f017c1e0: 'Institution announcement: "%{announcement_title}"' + account_user: + types: + account_admin: Account Admin + announcement: + no_title: No Title + course_announcement_title_in_course_code_2e317aa2: 'Course announcement: "%{title}" in %{course_code}' + appointment_group: + errors: + invalid_end_at: Appointment end time precedes start time + overlapping_appointments: Appointments overlap + needs_contexts: Must have at least one context + appointment_group_sub_context: + errors: + invalid_course_section: Invalid course section + missing_group_category: Group appointments must have a group category + invalid_group_category: Invalid group category + assessment_question: + default_question_name: Question + assessment_question_bank: + default_imported_title: Imported Questions + default_unfiled_title: Unfiled Questions + default_title: No Name - %{course} + unknown: Unknown + course_announcements_76b07340: Course Announcements + course_assignments_833b8cf1: Course Assignments + course_calendar_7d3cba7b: Course Calendar + course_collaborations_dadb327e: Course Collaborations + course_conferences_3d914c96: Course Conferences + course_files_62deb8f8: Course Files + course_grades_22adc27e: Course Grades + course_home_4c4c0107: Course Home + course_modules_795cb95e: Course Modules + course_outcomes_7dc1cbc7: Course Outcomes + course_pages_449f1dd4: Course Pages + course_quizzes_c337653c: Course Quizzes + course_people_3058c948: Course People + speedgrader_de0affa6: SpeedGrader + course_syllabus_5de1b0af: Course Syllabus + course_discussions_38c0b74f: Course Discussions + group_name_group_announcements_5ce81c6d: "%{group_name} - Group Announcements" + group_name_group_calendar_7f10e0ed: "%{group_name} - Group Calendar" + group_name_group_collaborations_49b5dcd7: "%{group_name} - Group Collaborations" + group_name_group_conferences_8b01695f: "%{group_name} - Group Conferences" + group_name_group_files_f8b0c078: "%{group_name} - Group Files" + group_name_group_home_21f8a655: "%{group_name} - Group Home" + group_name_group_pages_def16554: "%{group_name} - Group Pages" + group_name_group_people_e9d548c1: "%{group_name} - Group People" + group_name_group_discussions_8e509286: "%{group_name} - Group Discussions" + invalid_points_possible: The value of possible points for this assignment must be zero or greater. + copy_9748f9f: Copy + the_group_category_can_t_be_changed_because_studen_9d7b1432: The group category can't be changed because students have already submitted on this assignment + anonymously_graded_assignments_can_t_be_group_assi_ddb00bb2: Anonymously graded assignments can't be group assignments + group_assignments_can_t_be_anonymously_graded_2dd9be24: Group assignments can't be anonymously graded + can_t_enable_anonymous_grading_and_group_assignmen_9938416e: Can't enable anonymous grading and group assignments together + discussion_group_category_locked: Group categories cannot be set directly on a discussion assignment, but should be set on the discussion instead + moderated_grading_setting_cannot_be_changed_if_gra_ba939ce2: Moderated grading setting cannot be changed if graded submissions exist + moderated_grading_setting_cannot_be_enabled_for_un_e40e6cd4: Moderated grading setting cannot be enabled for ungraded assignments + moderated_grading_setting_cannot_be_enabled_for_gr_d81fb43b: Moderated grading setting cannot be enabled for group assignments + moderated_grading_setting_cannot_be_enabled_for_pe_fc7b5b8b: Moderated grading setting cannot be enabled for peer reviewed assignments + assignment: + atom_no_author: No Author + feed_entry_title: 'Assignment: %{assignment}' + feed_entry_title_with_course: 'Assignment, %{course}: %{assignment}' + labels: + due: Due + comment_from_files: + one: See attached file + other: See attached files + submission_types: + a_quiz: a quiz + a_file_upload: a file upload + a_text_entry_box: a text entry box + a_website_url: a website url + a_discussion_post: a discussion post + a_content_page: a content page + a_media_recording: a media recording + on_paper: on paper + external_tool: an external tool + submission_action_take_quiz: Take %{title} + submission_action_turn_in_assignment: Turn in %{title} + errors: + cannot_save_att: You don't have permission to edit the locked attribute %{att_name} + assignment_group_must_have_group: Please select an assignment group for this assignment + select_external_tool_dialog_title: Configure External Tool + buttons: + select_url: Select + name_is_required: Name is required! + at_least_one_submission_type: Please choose at least one submission type + vericite_submission_types_validation: VeriCite only supports file submissions and text entry + at_least_one_file_type: Please specify at least one allowed file type + points_possible_number: Points possible must be a number + titles: + gpa_scale_explainer: What is GPA Scale Grading? + grading_scheme_info: View/Edit Grading Scheme + gpa_scale_explainer: What is GPA Scale Grading? + grading_type_options: + percent: Percentage + pass_fail: Complete/Incomplete + points: Points + letter_grade: Letter Grade + gpa_scale: GPA Scale + not_graded: Not Graded + complete_title_7482ddcf: Complete %{title} + anonymous_moderated_assignments_cannot_be_unmuted__8f7b09e7: Anonymous moderated assignments cannot be unmuted until grades are posted + grader_grader_number_e92327d3: Grader %{grader_number} + must_be_between_availability_dates_ceaca984: must be between availability dates + due_at: cannot be blank when Post to Sis is checked + cannot_be_blank_for_any_assignees_when_post_to_sis_2edd9b2a: cannot be blank for any assignees when Post to Sis is checked + the_title_cannot_be_longer_than_length_characters_7a822943: The title cannot be longer than %{length} characters + assignment_group: + default_title: Assignments + default_name: Assignments + no_students_dd8de9f0: No Students + assignment_override: + student_count: + one: "%{count} student" + other: "%{count} students" + attachment: + errors: + not_found: File data could not be found + default_filename: File + feed_title: 'File: %{title}' + feed_title_with_context: 'File, %{course_or_group}: %{title}' + title: + migration_list: Associated Files + over_quota: The downloaded file exceeds the quota. + upload_error_too_many_redirects: Too many redirects + upload_error_invalid_response_code: Invalid response code, expected 200 got %{code} + upload_error_relative_uri: 'No host provided for the URL: %{url}' + upload_error_invalid_url: 'Could not parse the URL: %{url}' + upload_error_timeout: 'The request timed out: %{url}' + upload_error_over_quota: 'file size exceeds quota limits: %{bytes} bytes' + upload_error_unexpected: An unknown error occurred downloading from %{url} + authentication_provider: + default_login_handle_name: Email + default_delegated_login_handle_name: Login + waiting_for_attempted_login_6d00cb49: Waiting for attempted login + testing_state_effd4a82: Testing state + received_cas_ticket_ea1bbeb: Received CAS Ticket + validated_service_ticket_20d1fcec: Validated Service Ticket + user_is_from_unacceptable_domain_domain_b4b6fd1b: User is from unacceptable domain %{domain}. + authentication_provider/ldap: + test_host_unknown: 'Unknown host: %{host}' + test_connection_timeout: Timeout when connecting + test_bind_timeout: Timeout when binding + test_bind_failed: 'Failed to bind with the following error: %{error}' + test_search_failed: 'Search failed with the following error: %{error}' + test_login_auth_failed: Authentication failed + test_login_auth_exception: 'Exception on login: %{error}' + timeout_when_searching_5c24ff9d: Timeout when searching + nonce_77113ba4: Nonce + authorize_url_f28167a3: Authorize URL + error_fetching_access_token_1445a9e3: Error fetching access token + error_fetching_user_details_7c85d23: Error fetching user details + id_token_fa5f144e: ID Token + userinfo_d21114ef: Userinfo + authnrequest_sent_to_idp_74e030fc: AuthnRequest sent to IdP + authnresponse_from_idp_185037e9: AuthnResponse from IdP + logoutrequest_sent_to_idp_4da4261e: LogoutRequest sent to IdP + logoutresponse_from_idp_d45995f1: LogoutResponse from IdP + request_id_1499afb0: Request ID + loginrequest_encoded_url_44c49c18: LoginRequest encoded URL + loginrequest_xml_sent_to_idp_9fafd03a: LoginRequest XML sent to IdP + idp_inresponseto_c07f028c: IdP InResponseTo + idp_loginresponse_destination_75546c46: IdP LoginResponse destination + canvas_thinks_response_is_valid_8cc4a67d: Canvas thinks response is valid + validation_error_3b943100: Validation Error + user_succesfully_logged_into_canvas_6cfbe279: User succesfully logged into Canvas + canvas_login_failure_message_4c922f2f: Canvas Login failure message + logged_in_user_id_5a54b1ae: Logged in user id + idp_loginresponse_encoded_460dca94: IdP LoginResponse encoded + idp_loginresponse_encrypted_e7c6fe02: IdP LoginResponse encrypted + idp_loginresponse_decrypted_2f2674b4: IdP LoginResponse Decrypted + logout_request_id_ac12f5c: Logout request id + logoutrequest_encoded_url_a4a63f20: LogoutRequest encoded URL + logoutrequest_xml_sent_to_idp_39a7ffd: LogoutRequest XML sent to IdP + idp_logout_inresponseto_e11e1d4a: IdP Logout InResponseTo + idp_logoutresponse_destination_1e6220b1: IdP LogoutResponse Destination + idp_logoutresponse_encoded_bac9de6b: IdP LogoutResponse encoded + idp_logoutresponse_xml_fe65de19: IdP LogoutResponse XML + entity_entity_id_not_found_in_federation_name_meta_e622124: Entity %{entity_id} not found in %{federation_name} Metadata + authentication_provider/saml: + debug: + logout_redirect: LogoutRequest sent to IdP + big_blue_button_conference: + recording_setting: Recording + recording_setting_enabled_description: Enable recording for this conference + this_conference_may_be_recorded_f76deeeb: This conference may be recorded. + bookmark_service: + default_title: No Title + calendar_event: + errors: + no_updating_user: Can't update child events unless an updating_user is set + duplicate_child_event_contexts: Duplicate child event contexts + invalid_child_event_context: Invalid child event context + feed_item_title: 'Calendar Event: %{event_title}' + feed_item_title_with_context: 'Calendar Event, %{course_or_account_name}: %{event_title}' + see_related_link: See Related Link + see_assignment: See %{assignment_name} + see_quiz: See %{quiz_name} + see_file: See %{file_name} + see_discussion_topic: See %{discussion_topic_name} + afghanistan_93_ab06805: Afghanistan (+93) + argentina_54_375d6af4: Argentina (+54) + australia_61_eb9bb701: Australia (+61) + austria_43_7bc58b34: Austria (+43) + belgium_32_e5f5b598: Belgium (+32) + bolivia_591_9b8a7a5c: Bolivia (+591) + brazil_55_34103ffa: Brazil (+55) + canada_1_921df67a: Canada (+1) + chile_56_88238b47: Chile (+56) + china_86_36913b7a: China (+86) + colombia_57_c6c75620: Colombia (+57) + costa_rica_506_d63d2ea1: Costa Rica (+506) + denmark_45_929d5d34: Denmark (+45) + dominican_republic_1_3cef4021: Dominican Republic (+1) + el_salvador_503_b0907d30: El Salvador (+503) + finland_358_abeffc8a: Finland (+358) + france_33_90b595d7: France (+33) + germany_49_fc5b8179: Germany (+49) + guatemala_502_ae25c68f: Guatemala (+502) + honduras_504_af7aa636: Honduras (+504) + hong_kong_852_98e3b3fe: Hong Kong (+852) + hungary_36_cd3e515b: Hungary (+36) + iceland_354_1a03c558: Iceland (+354) + india_91_6c290107: India (+91) + indonesia_62_4c35bd62: Indonesia (+62) + ireland_353_3cd32cc0: Ireland (+353) + israel_972_e671df75: Israel (+972) + italy_39_cfad867a: Italy (+39) + japan_81_d1832e9d: Japan (+81) + kazakhstan_7_8fe892c: Kazakhstan (+7) + kenya_254_2945663a: Kenya (+254) + luxembourg_352_85f4124d: Luxembourg (+352) + malaysia_60_7d357b28: Malaysia (+60) + mexico_52_60d635c7: Mexico (+52) + netherlands_31_63e4f1b9: Netherlands (+31) + new_zealand_64_f126cf2e: New Zealand (+64) + norway_47_bc598662: Norway (+47) + oman_968_46f8d901: Oman (+968) + panama_507_831fbc99: Panama (+507) + pakistan_92_da28c36: Pakistan (+92) + paraguay_595_ca58b83a: Paraguay (+595) + philippines_63_a4f62138: Philippines (+63) + poland_48_e77cc14d: Poland (+48) + qatar_974_7e9684ca: Qatar (+974) + russia_7_87bc99d5: Russia (+7) + rwanda_250_1a6b344b: Rwanda (+250) + saudi_arabia_966_d01ed717: Saudi Arabia (+966) + singapore_65_b4927585: Singapore (+65) + south_africa_27_d5e0f1e1: South Africa (+27) + south_korea_82_10618967: South Korea (+82) + spain_34_d5286826: Spain (+34) + sweden_46_55cc3620: Sweden (+46) + switzerland_41_f861e414: Switzerland (+41) + taiwan_886_9a5b6bbf: Taiwan (+886) + thailand_66_5b3ef324: Thailand (+66) + trinidad_and_tobago_1_fc2d8d1c: Trinidad and Tobago (+1) + united_arab_emirates_971_649b3750: United Arab Emirates (+971) + united_kingdom_44_880b06ad: United Kingdom (+44) + united_states_1_e4be485f: United States (+1) + uruguay_598_866a5ef3: Uruguay (+598) + venezuela_58_959d01f7: Venezuela (+58) + vietnam_84_e50a2a44: Vietnam (+84) + communication_channel: + default_twitter_handle: Twitter Handle + body: Your Canvas verification code is %{verification_code} + for_all_devices_1f603968: For All Devices + user_id_bcace870: User ID + name_1aed4a1b: Name + communication_channel_id_197ef6f9: Communication channel ID + type_c8106334: Type + path_4f9abf12: Path + date_of_most_recent_bounce_b23d0119: Date of most recent bounce + bounce_reason_689ed4c6: Bounce reason + created_at_73839757: Created at + content_migration: + unknown: Unknown + errors: + import_error: 'Import Error:' + cannot_shift_and_remove: cannot specify shift_dates and remove_dates simultaneously + unexpected_error: There was an unexpected error, please contact support. + bad_attachment: The file was not successfully uploaded. + missing_content_links_title: Missing links found in imported content + missing_content_links_message: 'The following references could not be resolved:' + upload_timeout_error: The file upload process timed out. + blocked_by_running_migration_d8a57cb7: Blocked by running migration + content_tag: + no_title: No title + context_external_tool: + url_or_domain_required: Either the url or domain should be set. + url_or_domain_no_valid: Incorrect url for %{url} + context_module: + requirements: + must_view: must view the page + must_contribute: must contribute to the page + must_submit: must submit the assignment + min_score: must score at least a %{score} + must_mark_as_done_bf6cc563: must mark as done + conversation_message: + subject_specified: 'Private message: %{subject}' + subject: Private message + users_added: + one: "%{user} was added to the conversation by %{current_user}" + other: "%{list_of_users} were added to the conversation by %{current_user}" + conversation_participant: + batch_update_message: + one: 1 conversation processed + other: "%{count} conversations processed" + not_participating: The user is not participating in this conversation + one_or_more_items_are_currently_being_imported_the_186fe069: One or more items are currently being imported. They will be shown in the course below once they are available. + import_status_b147bd27: Import Status + course: + errors: + sis_in_use: SIS ID "%{sis_id}" is already in use + course: Course + institution: Institution + public: Public + syllabus: Syllabus + default_name: My Course + missing_name: Unnamed Course + default_short_name: Course-101 + grade_export_types: + instructure_csv: Instructure formatted CSV + default_grading_scheme_name: Default Grading Scheme + wiki_permissions: + only_teachers: Only Teachers + teachers_students: Teacher and Students + all: Anyone + file_copy_error: Couldn't copy file "%{name}" + student_view_student_name: Test Student + batch_update_message: + one: 1 course processed + other: "%{count} courses processed" + course_not_found: The course was not found + access_denied: Access was denied + course_format: + not_set: Not Set + on_campus: On-Campus + online: Online + blended: Blended + student_summary: + not_sorted: Student summary table + integration_id_int_id_is_already_in_use_f30f03b5: Integration ID "%{int_id}" is already in use + end_date_cannot_be_before_start_date_eb62ed6d: End date cannot be before start date + image_url_and_image_id_cannot_both_be_set_9d6cbba4: image_url and image_id cannot both be set. + image_id_is_not_a_valid_id_7dd6bad6: image_id is not a valid ID + image_url_is_not_a_valid_url_4e31c8b0: image_url is not a valid URL + home_page_is_not_valid_2e8a25ae: Home page is not valid + a_front_page_is_required_fd57b80: A Front Page is required + all_users_associated_with_this_course_6be8d492: All users associated with this course + all_users_associated_with_this_institution_d29850be: All users associated with this institution + anyone_with_the_url_9d7e5e07: Anyone with the URL + error_message_2b9d12ee: 'Error: %{message}' + not_synced_message_a343fe5e: 'Not Synced: %{message}' + pending_message_2d9a8796: 'Pending: %{message}' + syncing_message_416fdc58: 'Syncing: %{message}' + synced_message_20469c8f: 'Synced: %{message}' + unsyncable_message_95faa75d: 'Unsyncable: %{message}' + unknown_status_status_message_3a4ed4d5: 'Unknown status, %{status}: %{message}' + error_98e81528: Error + not_synced_529cbf29: Not Synced + pending_3e506a5b: Pending + syncing_e67b8a9f: Syncing + synced_97764882: Synced + unsyncable_4bf11ee6: Unsyncable + unknown_status_status_35331e1d: Unknown status, %{status} + course_section: + sis_id_taken: SIS ID "%{sis_id}" is already in use + discussion_entry: + default_user_name: User Name + atom_no_author: No Author + subject_reply_to: 'Re: %{subject}' + section_specific_topics_must_have_sections_11868960: Section specific topics must have sections + only_course_announcements_and_discussions_can_be_s_924d4386: Only course announcements and discussions can be section-specific + discussion_assignments_cannot_be_section_specific_93d63843: Discussion assignments cannot be section-specific + discussions_with_groups_cannot_be_section_specific_1146d29: Discussions with groups cannot be section-specific + discussion_topic: + default_title: No Title + atom_no_author: No Author + empty_message: No message + searching_for_announcements_in_sections_must_span__80e4dfe4: Searching for announcements in sections must span exactly one course + cannot_add_section_to_a_non_section_specific_discu_d2a7f263: Cannot add section to a non-section-specific discussion + section_does_not_belong_to_course_for_this_discuss_39fd6808: Section does not belong to course for this discussion topic + enrollment: + roles: + teacher: Teacher + ta: TA + designer: Designer + student: Student + observer: Observer + teacher_with_indefinite_article: A Teacher + ta_with_indefinite_article: A TA + designer_with_indefinite_article: A Designer + student_with_indefinite_article: A Student + observer_with_indefinite_article: An Observer + default_course_name: Course + with_section: "%{course_name}, %{section_name}" + default_email: No Email + default_user_name: Unknown User + workflow: + active: Active + completed: Completed + deleted: Deleted + invited: Invited + pending: Pending + rejected: Rejected + inactive: Inactive + title: "%{user_name} in %{course_name}" + cannot_change_the_default_term_name_edc2279b: Cannot change the default term name + enrollment_term: + errors: + delete_default_term: Cannot delete the default term + delete_term_with_courses: Cannot delete a term with active courses + not_unique: SIS ID "%{sis_source_id}" is already in use + cannot_be_associated_with_a_different_account_ac863be2: cannot be associated with a different account + eportfolio: + first_category: Home + first_entry: + title: Welcome + content: Nothing entered yet + errors: + name_required: Name is required + name_too_long: Name is too long + missing_file: Please select a file + upload_failed: Upload Failed. + section_name_invalid: Section name is not valid + section_name_too_long: Section name is too long + compiling: There was an error compiling your eportfolio. Please try again in a little while. + eportfolio_settings: ePortfolio Settings + default_description: This is my %{assignment} submission for %{course}. + titles: + add_submission: Add Page for Submission + section_list: Drag to Arrange, Click to Edit + download_eportfolio: Download ePortfolio + confirm_delete_message: Are you sure you want to delete this message? + confirm_delete_page: Delete this page and all its content? + buttons: + manage_sections: Manage Sections + done_editing: Done Editing + confirm_delete_section: Delete this section and all its pages? + eportfolio_category: + default_section: Section Name + eportfolio_entry: + default_content: No Content Added Yet + default_name: Page Name + atom_author: ePortfolio Entry + click_through: Click to view page content + error_running_quizzes_2_export_cfecedba: Error running Quizzes 2 export. + data_exports: data exports + skipped_file_filename_due_to_error_94f0194: Skipped file %{filename} due to error + external_feed: + short_feed_title: "%{short_url} feed" + original_article: Original article + folder: + errors: + invalid_root_folder_name: Root folder name cannot be changed + invalid_recursion: A folder cannot be the parent of itself + default_folder_name: New Folder + folder_created: Folder "%{name}" created + submissions_folders_must_be_created_in_user_or_gro_aba44f76: submissions folders must be created in User or Group context + uploaded_media_bc29db35: Uploaded Media + grading_period: + errors: + overlap_message: Grading period cannot overlap with existing grading periods in group + must_be_after_start_date_95e251a3: must be after start date + must_be_on_or_after_end_date_e4dda631: must be on or after end date + cannot_be_nil_when_account_id_is_nil_be6d1d60: cannot be nil when account_id is nil + cannot_be_nil_when_course_id_is_nil_f539388: cannot be nil when course_id is nil + cannot_be_present_when_account_id_is_present_f7d9b51f: cannot be present when account_id is present + cannot_be_present_when_course_id_is_present_785e6a59: cannot be present when course_id is present + must_belong_to_a_root_account_f84323f6: must belong to a root account + must_belong_to_an_active_root_account_d59a05af: must belong to an active root account + must_belong_to_an_active_course_9711934: must belong to an active course + grading_standard: + unknown_grading_details: Unknown Details + submissions_11e96106: Submissions + group_category: + name_required: Name is required + name_reserved: "%{name} is a reserved name." + name_unavailable: "%{name} is already in use." + name_too_long: Enter a shorter category name + greater_than_1: Must be greater than 1 + self_signup_for_courses: Self-signup may only be enabled for course groups or communities + invalid_self_signup: 'Self-signup needs to be one of the following values: %{values}' + cant_restrict_self_signup: Can't restrict self-signup while a mixed-section group exists in the category + invalid_auto_leader: 'AutoLeader type needs to be one of the following values: %{values}' + empty_course_or_account_id: Must have an account or course ID + group_category_must_have_context: Must belong to an account or course + group_categories: + student_organized: Student Groups + imported: Imported Groups + communities: Communities + uncategorized: Uncategorized + groups_must_be_empty_to_assign_by_section_a9fafa72: Groups must be empty to assign by section + groups_cannot_have_size_restrictions_to_assign_by__7d36fa32: Groups cannot have size restrictions to assign by section + must_have_at_least_as_many_groups_as_sections_to_a_af2a9dfb: Must have at least as many groups as sections to assign by section + group_membership: + errors: + not_in_group_section: "%{student} does not share a section with the other members of %{group}." + group_full: The group is full. + the_title_of_the_following_question_bank_was_trunc_b6c86975: 'The title of the following question bank was truncated: "%{title}"' + migration: + quiz_question_type: Quiz Question + assignment_group_type: Assignment Group + assignment_type: Assignment + file_type: File + calendar_event_type: Calendar Event + external_tool_type: External Tool + module_type: Module + announcement_type: Announcement + discussion_topic_type: Discussion Topic + external_feed_type: External Feed + grading_standard_type: Grading Standard + group_type: Group + learning_outcome_type: Learning Outcome + quiz_type: Quiz + rubric_type: Rubric + wiki_page_type: Wiki Page + ecollege: + course_not_found: The ECollege course wasn't found. + webct: + course_not_found: The Blackboard course wasn't found. + this_package_includes_the_question_type_pattern_ma_ce3dadc6: This package includes the question type, Pattern Match, which is not compatible with Canvas. We have converted the question type to Fill in the Blank + the_imported_question_text_for_this_question_was_t_83b4e6fb: The imported question text for this question was too long. + the_question_text_for_the_question_question_name_w_3a68a2c7: The question text for the question "%{question_name}" was too long. + error_associating_assignment_assignment_name_with__d92e9acf: Error associating assignment "%{assignment_name}" with an LTI tool. + untitled_assignment_59354b34: untitled assignment + importers/assignment_importer: + imported_assignments_group: Imported Assignments + errors: + import: + grading_standard_not_found: The assignment "%{title}" referenced a grading scheme that was not found in the target course's account chain. + external_tool_url: The url for the external tool assignment "%{assignment_name}" wasn't valid. + project_groups_1fa0320b: Project Groups + the_sync_to_sis_setting_could_not_be_enabled_for_t_b2be4b66: The Sync to SIS setting could not be enabled for the assignment "%{assignment_name}" without a due date. + we_were_unable_to_find_a_tool_profile_match_for_ve_5645a3e0: 'We were unable to find a tool profile match for vendor_code: "%{vendor_code}" product_code: "%{product_code}".' + importers/context_external_tool_importer: + external_tool_attention_needed: The security parameters for the external tool "%{tool_name}" need to be set in Course Settings. + importers/context_module_importer: + migration_module_item_type: Module Item + foreign_lti_tool: The account External Tool for module item "%{title}" must be configured before the item can be launched + the_announcement_title_could_not_be_linked_to_the__78c747f3: The announcement "%{title}" could not be linked to the module "%{mod_title}" + importers/course_content_importer: + file_import_warning: File %{file} could not be found + due_dates_warning: Couldn't adjust the due dates. + copied_grading_standard_warning: Couldn't find copied grading standard for the course. + account_grading_standard_warning: Couldn't find account grading standard for the course. + failed_to_import_media_objects_4c1fcb4f: Failed to import media objects + couldn_t_adjust_dates_on_assignment_name_id_id_eaf1c353: Couldn't adjust dates on assignment %{name} (ID %{id}) + importers/learning_outcome_group_importer: + no_global_permission: You're not allowed to manage global outcomes, can't add "%{title}" + importers/learning_outcome_importer: + no_context_found: The external Learning Outcome couldn't be found for "%{title}", creating a copy. + no_global_permission: You're not allowed to manage global outcomes, can't add "%{title}" + embedded_images_598ff8da: embedded_images + we_were_unable_to_find_a_tool_profile_match_for_pr_34e6a5d2: We were unable to find a tool profile match for "%{product_name}". + we_were_unable_to_find_a_tool_profile_match_for_pr_cd98678e: 'We were unable to find a tool profile match for "%{product_name}". If you would like to use this tool please install it using the following registration url: %{registration_url}' + we_found_a_different_version_of_product_name_insta_3a645773: We found a different version of "%{product_name}" installed for your course. If this tool fails to work as intended, try reregistering or reinstalling it. + missing_required_values_missing_values_f3be2ff8: 'Missing required values: %{missing_values}' + importers/wiki_page_importer: + title_for_topics_category: "%{category} Topics" + warnings: + truncated_wiki_title: 'The title of the following wiki page was truncated: %{title}' + undelivered_message_459916a9: Undelivered message + the_message_titled_subject_could_not_be_delivered__f063857e: |- + The message titled "%{subject}" could not be delivered because the discussion topic has been deleted. If you are trying to contact someone through Canvas you can try logging in to your account and sending them a message using the Inbox tool. + + Thank you, + Canvas Support + the_message_you_sent_with_the_subject_line_subject_c73f92e4: |- + The message you sent with the subject line "%{subject}" was not delivered. To reply to Canvas messages from this email, it must first be a confirmed communication channel in your Canvas profile. Please visit your profile and resend the confirmation email for this email address [See https://community.canvaslms.com/docs/DOC-2281]. You may also contact this person via the Canvas Inbox [See https://community.canvaslms.com/docs/DOC-2670]. + + Thank you, + Canvas Support + calculation_method_must_be_one_of_the_following_ca_d8ae5dac: 'calculation_method must be one of the following: %{calc_methods}' + a_calculation_value_is_not_used_with_this_calculat_b1e854b4: A calculation value is not used with this calculation method + calculation_int_is_not_a_valid_value_for_this_calc_1de6e060: "'%{calculation_int}' is not a valid value for this calculation method. The value must be between '%{valid_calculation_ints_min}' and '%{valid_calculation_ints_max}'" + no_description_c2554c25: No Description + exceeds_expectations_5910fc3a: Exceeds Expectations + meets_expectations_bb179565: Meets Expectations + does_not_meet_expectations_b0736d20: Does Not Meet Expectations + learning_outcome: + no_description: No Description + no_comment: No Comment + child_course_must_belong_to_the_same_root_account__66ed7b8e: Child course must belong to the same root account as master course + untitled_16aa4f2b: Untitled + message: + default_subject: Canvas Alert + anonymous_re_submission_assignment_title_d9402721: 'Anonymous Re-Submission: %{assignment_title}' + re_submission_user_name_assignment_title_621a1cb3: 'Re-Submission: %{user_name}, %{assignment_title}' + a_student_has_just_turned_in_a_re_submission_for_a_9e9a17: A student has just turned in a re-submission for %{assignment_title} in the course %{course_name} + user_name_has_just_turned_in_a_re_submission_for_a_bcd6a6a5: "%{user_name} has just turned in a re-submission for %{assignment_title} in the course %{course_name}" + a_student_just_turned_in_their_anonymous_assignmen_1a0e1c47: A student just turned in their anonymous assignment (again), %{assignment_title} + user_name_just_turned_in_their_assignment_again_as_a2a0d25a: "%{user_name} just turned in their assignment (again), %{assignment_title}" + more_info_at_web_address_dba7e187: More info at %{web_address} + turned_in_submission_date_e9180b8b: 'turned in: %{submission_date}' + canvas_alert_anonymous_resubmission_assignment_tit_6df1cd32: 'Canvas Alert - Anonymous Resubmission: %{assignment_title}' + canvas_alert_resubmission_user_name_assignment_tit_ed70e703: 'Canvas Alert - Resubmission: %{user_name}, %{assignment_title}' + anonymous_submission_assignment_title_896654de: 'Anonymous Submission: %{assignment_title}' + submission_user_name_assignment_title_2cf5e3e9: 'Submission: %{user_name}, %{assignment_title}' + a_student_has_just_turned_in_a_submission_for_assi_d5ba674d: A student has just turned in a submission for %{assignment_title} in the course %{course_name} + user_name_has_just_turned_in_a_submission_for_assi_3e82d569: "%{user_name} has just turned in a submission for %{assignment_title} in the course %{course_name}" + a_student_just_turned_in_their_anonymous_assignmen_15c4c644: A student just turned in their anonymous assignment, %{assignment_title} + user_name_just_turned_in_their_assignment_assignme_7105fb96: "%{user_name} just turned in their assignment, %{assignment_title}" + canvas_alert_anonymous_submission_assignment_title_ad1e034c: 'Canvas Alert - Anonymous Submission: %{assignment_title}' + canvas_alert_submission_user_name_assignment_title_4503ccf: 'Canvas Alert - Submission: %{user_name}, %{assignment_title}' + late_anonymous_assignment_a_student_has_submitted__60158b6a: 'Late anonymous assignment: A student has submitted late for %{assignment_title}' + late_assignment_user_name_has_submitted_late_for_a_ce1a2d41: 'Late assignment: %{user_name} has submitted late for %{assignment_title}' + a_student_has_just_turned_in_a_late_submission_for_23f0ba9e: A student has just turned in a late submission for %{assignment_name} in the course %{course_name} + user_name_has_just_turned_in_a_late_submission_for_874a9a31: "%{user_name} has just turned in a late submission for %{assignment_name} in the course %{course_name}" + a_student_just_turned_in_their_anonymous_assignmen_75cc5465: A student just turned in their anonymous assignment (late), %{assignment_name} + user_name_just_turned_in_their_assignment_late_ass_a54b128a: "%{user_name} just turned in their assignment (late), %{assignment_name}" + late_anonymous_assignment_assignment_name_b541c517: 'Late Anonymous Assignment: %{assignment_name}' + late_assignment_user_name_assignment_name_2df32e01: 'Late Assignment: %{user_name}, %{assignment_name}' + canvas_alert_late_anonymous_submission_assignment__bf9a6452: 'Canvas Alert - Late Anonymous Submission: %{assignment_name}' + canvas_alert_late_submission_user_name_assignment__ee1301ac: 'Canvas Alert - Late Submission: %{user_name}, %{assignment_name}' + reply_from_name: "%{name} via Canvas Notifications" + anonymous_submission_comment_student_id_assignment_10ffe8c7: 'Anonymous Submission Comment: Student (%{id}), %{assignment_title}, %{course_name}' + submission_comment_user_name_assignment_title_cour_d88ba875: 'Submission Comment: %{user_name}, %{assignment_title}, %{course_name}' + student_author_id_just_made_a_new_comment_on_the_a_115d92e6: Student (%{author_id}) just made a new comment on the anonymous submission for Student (%{user_id}) for %{assignment_title} + someone_just_made_a_new_comment_on_the_anonymous_s_3627de61: Someone just made a new comment on the anonymous submission for Student (%{user_id}) for %{assignment_title} + author_name_just_made_a_new_comment_on_the_submiss_cce9251b: "%{author_name} just made a new comment on the submission for %{user_name} for %{assignment_title}" + new_anonymous_comment_by_student_author_id_for_ass_6e579da4: New anonymous comment by Student (%{author_id}) for %{assignment_title}, Student (%{user_id}), %{course_name}. + new_anonymous_comment_for_assignment_title_student_d34cb28f: New anonymous comment for %{assignment_title}, Student (%{user_id}), %{course_name}. + new_comment_by_author_name_for_assignment_title_us_19f3c2a5: New comment by %{author_name} for %{assignment_title}, %{user_name}, %{course_name}. + anonymous_submission_comment_student_user_id_assig_96b99600: 'Anonymous Submission Comment: Student (%{user_id}), %{assignment_title}, %{course_name}' + someone_just_made_a_new_comment_on_the_anonymous_s_a2e944fc: Someone just made a new comment on the anonymous submission for Student (%{user_id}) for %{assignment_title}. + author_name_just_made_a_new_comment_on_the_submiss_dcfad73: "%{author_name} just made a new comment on the submission for %{user_name} for %{assignment_title}." + canvas_alert_anonymous_comment_student_author_id_f_a525b5eb: 'Canvas Alert - Anonymous Comment: Student (%{author_id}) for %{assignment_title}, Student (%{user_id}), %{course_name}.' + canvas_alert_anonymous_comment_assignment_title_st_e7df7956: 'Canvas Alert - Anonymous Comment: %{assignment_title}, Student (%{user_id}), %{course_name}.' + canvas_alert_comment_author_name_for_assignment_ti_871fd642: 'Canvas Alert - Comment: %{author_name} for %{assignment_title}, %{user_name}, %{course_name}.' + notification: + no_subject: No Subject + names: + manually_created_access_token_created: Manually Created Access Token Created + account_user_notification: Account User Notification + account_user_registration: Account User Registration + assignment_changed: Assignment Changed + assignment_created: Assignment Created + assignment_due_date_changed: Assignment Due Date Changed + assignment_due_date_override_changed: Assignment Due Date Override Changed + assignment_graded: Assignment Graded + assignment_resubmitted: Assignment Resubmitted + assignment_submitted: Assignment Submitted + assignment_submitted_late: Assignment Submitted Late + collaboration_invitation: Collaboration Invitation + confirm_email_communication_channel: Confirm Email Communication Channel + confirm_registration: Confirm Registration + confirm_sms_communication_channel: Confirm Sms Communication Channel + content_export_failed: Content Export Failed + content_export_finished: Content Export Finished + enrollment_accepted: Enrollment Accepted + enrollment_invitation: Enrollment Invitation + enrollment_notification: Enrollment Notification + enrollment_registration: Enrollment Registration + event_date_changed: Event Date Changed + forgot_password: Forgot Password + grade_weight_changed: Grade Weight Changed + group_assignment_submitted_late: Group Assignment Submitted Late + group_membership_accepted: Group Membership Accepted + group_membership_rejected: Group Membership Rejected + merge_email_communication_channel: Merge Email Communication Channel + migration_import_failed: Migration Import Failed + migration_import_finished: Migration Import Finished + new_account_user: New Account User + new_announcement: New Announcement + announcement_created_by_you: Announcement Created By You + announcement_reply: Announcement Reply + new_context_group_membership: New Context Group Membership + new_context_group_membership_invitation: New Context Group Membership Invitation + new_course: New Course + new_discussion_entry: New Discussion Entry + new_discussion_topic: New Discussion Topic + new_event_created: New Event Created + new_file_added: New File Added + new_files_added: New Files Added + new_student_organized_group: New Student Organized Group + new_user: New User + pseudonym_registration: Pseudonym Registration + pseudonym_registration_done: Pseudonym Registration Done + report_generated: Report Generated + report_generation_failed: Report Generation Failed + rubric_assessment_invitation: Rubric Assessment Invitation + rubric_assessment_submission_reminder: Rubric Assessment Submission Reminder + rubric_association_created: Rubric Association Created + conversation_message: Conversation Message + added_to_conversation: Added To Conversation + conversation_created: Conversation Created + submission_comment: Submission Comment + submission_comment_for_teacher: Submission Comment For Teacher + submission_grade_changed: Submission Grade Changed + submission_graded: Submission Graded + summaries: Summaries + updated_wiki_page: Updated Page + web_conference_invitation: Web Conference Invitation + alert: Alert + appointment_canceled_by_user: Appointment Canceled By User + appointment_deleted_for_user: Appointment Deleted For User + appointment_group_deleted: Appointment Group Deleted + appointment_group_published: Appointment Group Published + appointment_group_updated: Appointment Group Updated + appointment_reserved_by_user: Appointment Reserved By User + appointment_reserved_for_user: Appointment Reserved For User + submission_needs_grading: Submission Needs Grading + web_conference_recording_ready: Web Conference Recording Ready + blueprint_sync_complete: Blueprint Sync Complete + blueprint_content_added: Blueprint Content Added + content_link_error: Content Link Error + account_notification: Account Notification + categories: + all_submissions: All Submissions + announcement: Announcement + calendar: Calendar + student_appointment_signups: Student Appointment Signups + appointment_availability: Appointment Availability + appointment_signups: Appointment Signups + appointment_cancelations: Appointment Cancellations + course_content: Course Content + discussion: Discussion + discussion_entry: DiscussionEntry + due_date: Due Date + files: Files + grading: Grading + grading_policies: Grading Policies + invitiation: Invitation + late_grading: Late Grading + membership_update: Membership Update + other: Other + registration: Registration + migration: Migration + reminder: Reminder + submission_comment: Submission Comment + recording_ready: Recording Ready + blueprint: Blueprint + content_link_error: Content Link Error + account_notification: Account Notification + announcement_display: Announcement + announcement_created_by_you_display: Announcement Created By You + course_content_display: Course Content + files_display: Files + discussion_display: Discussion + discussion_post_display: Discussion Post + due_date_display: Due Date + grading_display: Grading + late_grading_display: Late Grading + all_submissions_display: All Submissions + submission_comment_display: Submission Comment + grading_policies_display: Grading Policies + invitation_display: Invitation + other_display: Administrative Notifications + calendar_display: Calendar + student_appointment_display: Student Appointment Signups + appointment_availability_display: Appointment Availability + appointment_signups_display: Appointment Signups + appointment_cancelations_display: Appointment Cancellations + conversation_message_display: Conversation Message + added_to_conversation_display: Added To Conversation + conversation_created_display: Conversations Created By Me + membership_update_display: Membership Update + reminder_display: Reminder + recording_ready_display: Recording Ready + blueprint_display: Blueprint Sync + content_link_error_display: Content Link Error + account_notification_display: Global Announcements + missing_display_display: For %{category} notifications + announcement_description: New Announcement in your course + announcement_created_by_you_description: |- + * Announcements created by you + * Replies to announcements you've created + course_content_description: |- + Change to course content: + + * Page content + * Quiz content + * Assignment content + files_description: New file added to your course + discussion_description: New discussion topic in your course + discussion_post_description: New discussion post in a topic you're subscribed to + due_date_description: Assignment due date change + grading_description: |- + Includes: + + * Assignment/submission grade entered/changed + * Un-muted assignment grade + * Grade weight changed + late_grading_description: |- + *Instructor and Admin only:* + + Late assignment submission + all_submissions_description: |- + *Instructor and Admin only:* + + Assignment (except quizzes) submission/resubmission + submission_comment_description: Assignment submission comment + grading_policies_description: Course grading policy change + invitation_description: |- + Invitation for: + + * Web conference + * Group + * Collaboration + * Peer Review & reminder + other_description: |- + *Instructor and Admin only:* + + * Course enrollment + * Report generated + * Content export + * Migration report + * New account user + * New student group + calendar_description: New and changed items on your course calendar + student_appointment_description: |- + *Instructor and Admin only:* + + Student appointment sign-up + appointment_signups_description: New appointment on your calendar + appointment_cancelations_description: Appointment cancellation + conversation_message_description: New Inbox messages + added_to_conversation_description: You are added to a conversation + conversation_created_description: You created a conversation + web_conference_recording_ready: A conference recording is ready + membership_update_description: |- + *Admin only: pending enrollment activated* + + * Group enrollment + * accepted/rejected + blueprint_description: |- + *Instructor and Admin only:* + + Content was synced from a blueprint course to associated courses + content_link_error_description: |- + *Instructor and Admin only:* + + Location and content of a failed link that a student has interacted with + account_notification_description: Institution-wide announcements (also displayed on Dashboard pages) + missing_description_description: For %{category} notifications + include_scores_when_alerting_about_grades_if_your__b221c2c8: |- + Include scores when alerting about grades. + If your email is not an institution email this means sensitive content will be sent outside of the institution. + new_appointment_timeslots_are_available_for_signup_a3e3f964: New appointment timeslots are available for signup + assignment_missing_assignment_name_in_course_code_7f940b35: 'Assignment missing: %{assignment_name} in %{course_code}' + an_unexpected_error_has_occurred_see_error_report__f20b878d: 'An unexpected error has occurred: see error report %{id}' + outcomes_import_completed_baff5cb0: Outcomes Import Completed + hello_name_your_outcomes_were_successfully_importe_a510e0d: |- + Hello %{name}, + + Your outcomes were successfully imported. You can now manage them at %{url} + + Thank you, + Instructure + row_row_message_e369e49e: 'Row %{row}: %{message}' + hello_name_your_outcomes_were_successfully_importe_d0c37335: |- + Hello %{name}, + + Your outcomes were successfully imported, but with the following issues (up to the first 100 warnings): + + %{rows} + + You can now manage them at %{url} + + Thank you, + Instructure + outcomes_import_failed_77efcdf4: Outcomes Import Failed + hello_name_your_outcomes_import_failed_due_to_an_e_385db5d3: |- + Hello %{name}, + + Your outcomes import failed due to an error with your import. Please examine your file and attempt the upload again at %{url} + + The following error occurred: + %{row} + + To view the proper import format, please review the Canvas API Docs at %{doc_url} + + Thank you, + Instructure + missing_required_ratings_9b19e66: Missing required ratings + exactly_one_rating_can_have_mastery_c1d87990: Exactly one rating can have mastery + points_should_be_strictly_decreasing_l_r_18f26f87: 'Points should be strictly decreasing: %{l} <= %{r}' + page_comment: + default_user_name: Anonymous + polling/poll_submission: + polling: + poll_submissions: + validations: + user_and_poll_session_uniqueness: can only submit one choice per poll session. + id_already_in_use_for_this_account_and_authenticat_dc3a7d65: ID already in use for this account and authentication provider + integration_id_integration_id_is_already_in_use_bd1bbb09: Integration ID "%{integration_id}" is already in use + quizzes/quiz: + submission_action_take_quiz: Take %{title} + exact_value_margin_eae7e67e: "%{exact_value} +/- %{margin}" + approximate_value_with_precision_precision_6b7cc6ef: "%{approximate_value} with precision %{precision}" + lower_bound_to_upper_bound_48d093c2: "%{lower_bound} to %{upper_bound}" + default_question_name: Question + default_question_text: Question text + quiz_title_quiz_type_report_type_report_9350daf7: "%{quiz_title} %{quiz_type} %{report_type} Report" + csv: + question: + id: Question Id + title: Question Title + answered: + student: + count: Answered Student Count + top: + student: + count: Top Student Count + middle: + student: + count: Middle Student Count + bottom: + student: + count: Bottom Student Count + quiz: + question: + count: Quiz Question Count + correct: + student: + count: Correct Student Count + ratio: Correct Student Ratio + top: + student: + count: Correct Top Student Count + middle: + student: + count: Correct Middle Student Count + bottom: + student: + count: Correct Bottom Student Count + wrong: + student: + count: Wrong Student Count + ratio: Wrong Student Ratio + variance: Variance + standard: + deviation: Standard Deviation + difficulty: + index: Difficulty Index + alpha: Alpha + point: + biserial: Point Biserial of Correct + distractor: Point Biserial of Distractor %{num} + encoding: UTF-8 + read_only_field: "(read only)" + logged_out_user: Logged Out User %{user_counter} + statistics: + csv_columns: + name: name + id: id + sis_id: sis_id + root_account: root_account + section: section + section_id: section_id + section_sis_id: section_sis_id + submitted: submitted + attempt: attempt + n_correct: n correct + n_incorrect: n incorrect + score: score + no_answer: No Answer + role: + duplicate_role: A role with this name already exists + role_override: + roles: + account_admin: Account Admin + student: Student + students: Students + teacher: Teacher + teachers: Teachers + ta: TA + tas: TAs + designer: Designer + designers: Designers + observer: Observer + observers: Observers + permissions: + manage_account_memberships: Add/remove other admins for the account + manage_account_settings: Manage account-level settings + manage_announcements: Manage global announcements + manage_catalog: Manage catalog + manage_: 'Manage ( add / edit / delete ) ' + manage_data_services: Manage data services + manage_developer_keys: Manage developer keys + moderate_user_content: Moderate user content + manage_feature_flags: Enable or disable features at an account level + manage_frozen_assignment: Manage (edit / delete) frozen assignments + manage_global_outcomes: Manage global learning outcomes + managed_jobs: Manage background jobs + manage_role_overrides: Manage permissions + manage_storage_quotas: Manage storage quotas + manage_sis: Manage SIS data + manage_site_settings: Manage site-wide and plugin settings + manage_user_logins: Modify login details for users + manage_user_observers: Manage observers for users + read_course_content: View course content + read_course_list: View the list of courses + read_messages: View notifications sent to users + view_course_changes: View Course Change Logs + view_error_reports: View error reports + view_grade_changes: View Grade Change Logs + view_jobs: View background jobs + view_notifications: View notifications + view_statistics: View statistics + undelete_courses: Undelete courses + change_course_state: Change course state + create_collaborations: Create student collaborations + create_conferences: Create web conferences + manage_admin_users: Add/remove other teachers, course designers or TAs to the course + manage_assignments: Manage (add / edit / delete) assignments and quizzes + manage_calendar: Add, edit and delete events on the course calendar + manage_content: Manage all other course content + manage_files: Manage (add / edit / delete) course files + manage_grades: Edit grades + manage_groups: Manage (create / edit / delete) groups + manage_interaction_alerts: Manage alerts + manage_outcomes: Manage learning outcomes + manage_sections: Manage (create / edit / delete) course sections + manage_students: Add/remove students for the course + manage_user_notes: Manage faculty journal entries + manage_rubrics: Create and edit assessing rubrics + moderate_form: Moderate discussions ( delete / edit other's posts, lock topics) + post_to_forum: Post to discussions + read_forum: View discussions + read_question_banks: View and link to question banks + read_reports: View usage reports for the course + read_roster: See the list of users + send_messages: Send messages to individual course members + send_messages_all: Send messages to the entire class + view_all_grades: View all grades + view_group_pages: View the group pages of all student groups + view_quiz_answer_audits: View the answer matrix in Quiz Submission Logs + view_analytics: Analytics - view pages + manage_canvasnet_courses: Manage Canvas Network courses + manage_demos: Manage demos + create_accounts: Create new root accounts + manage_links: Manage role and trust links + suspend_accounts: Suspend accounts + permission: + read_sis: Read SIS data + tooltips: + readonly: you do not have permission to change this. + toogle: Click to toggle this permission ON or OFF + act_as_users_de7ee378: Act as users + users_act_as_d922940: Users - act as + import_sis_data_428cc803: Import SIS data + sis_data_import_8bb623ce: SIS Data - import + admins_add_remove_26811ce5: Admins - add / remove + account_level_settings_manage_4fca6f8e: Account-level settings - manage + global_announcements_add_edit_delete_843ca4d2: Global Announcements - add / edit / delete + catalog_manage_f57e50f3: Catalog - manage + courses_add_edit_delete_aa2b55d3: Courses - add / edit / delete + data_services_manage_9b8f96da: 'Data Services - manage ' + change_course_visibility_eaa2ffc: Change course visibility + courses_change_visibility_9150ff1b: Courses - change visibility + developer_keys_manage_806da2d: 'Developer Keys - manage ' + users_moderate_content_36d6eed7: Users - moderate content + view_feature_settings_at_an_account_level_ec7f5e10: View feature settings at an account level + feature_options_view_a170e80c: Feature Options - view + feature_options_enable_disable_7e748054: Feature Options - enable / disable + blueprint_courses_create_edit_associate_delete_bf41988e: Blueprint Courses (create / edit / associate / delete) + blueprint_courses_add_edit_associate_delete_bc26d5c2: Blueprint Courses - add / edit / associate / delete + permissions_manage_9eea4f8f: Permissions - manage + storage_quotas_manage_6ca14bbb: Storage Quotas - manage + sis_data_manage_328a4799: SIS Data - manage + users_manage_login_details_9462b30f: Users - manage login details + users_add_remove_observers_d1273d9: Users - add / remove observers + course_content_view_5f68a57: Course Content - view + courses_view_list_47885585: Courses - view list + reset_multi_factor_authentication_2b63a558: Reset Multi-Factor Authentication + courses_view_change_logs_25af6a45: Courses - view change logs + grades_view_change_logs_6bc1b959: Grades - view change logs + notifications_view_f9a60770: Notifications - view + statistics_view_b19458: Statistics - view + courses_undelete_1f689a97: Courses - undelete + course_state_manage_2edd46dc: Course State - manage + student_collaborations_create_b9e312c1: Student Collaborations - create + web_conferences_create_8a9869c3: Web Conferences - create + create_new_discussions_6ab69da2: Create new discussions + discussions_create_94dff604: Discussions - create + users_generate_observer_pairing_codes_for_students_2c25d52a: Users - generate observer pairing codes for students + import_learning_outcomes_36d28a2b: Import learning outcomes + learning_outcomes_import_eca3a09c: Learning Outcomes - import + lti_add_and_edit_a359d8da: LTI add and edit + lti_add_edit_delete_15905170: LTI - add / edit / delete + users_add_remove_teachers_course_designers_or_tas__b480dd9: Users - add / remove teachers, course designers, or TAs in courses + assignments_and_quizzes_add_edit_delete_5bac17ed: Assignments and Quizzes - add / edit / delete + course_calendar_add_edit_delete_events_76b97c04: Course Calendar - add / edit / delete events + course_content_add_edit_delete_ea877eca: Course Content - add / edit / delete + course_files_add_edit_delete_24678a2f: Course Files - add / edit / delete + grades_edit_773dfc24: Grades - edit + groups_add_edit_delete_1536bbb4: Groups - add / edit / delete + alerts_add_edit_delete_d71091c6: Alerts - add / edit / delete + learning_outcomes_add_edit_delete_b686457a: Learning Outcomes - add / edit / delete + course_sections_add_edit_delete_c4f4ac19: Course Sections - add / edit / delete + users_add_remove_students_in_courses_efe7e748: Users - add / remove students in courses + faculty_journal_manage_entries_efc09599: Faculty Journal - manage entries + rubrics_add_edit_delete_8299eff7: Rubrics - add / edit / delete + manage_add_edit_delete_pages_5c73f2fb: Manage (add / edit / delete) pages + pages_add_edit_delete_4c690ec6: Pages - add / edit / delete + discussions_moderate_d1e69c7e: Discussions - moderate + discussions_post_62f64091: Discussions - post + view_announcements_b6d6d819: View announcements + announcements_view_1019d00d: Announcements - view + see_other_users_primary_email_address_59c8473f: See other users' primary email address + users_view_primary_email_address_14f4978f: Users - view primary email address + discussions_view_c6818792: Discussions - view + question_banks_view_and_link_e6d9cde2: Question banks - view and link + courses_view_usage_reports_3daed8fe: Courses - view usage reports + users_view_list_861c7a3f: Users - view list + sis_data_read_ac68a29: SIS Data - read + grades_select_final_grade_for_moderation_ae8585d1: Grades - select final grade for moderation + conversations_send_messages_to_individual_course_m_733620b: Conversations - send messages to individual course members + conversations_send_messages_to_entire_class_3f414741: Conversations - send messages to entire class + grades_view_audit_trail_cc4c1fcc: Grades - view audit trail + grades_view_all_grades_8bf9f8d3: Grades - view all grades + groups_view_all_student_groups_39bd1b85: Groups - view all student groups + quizzes_view_submission_log_ec105e3e: Quizzes - view submission log + view_login_ids_for_users_142bbe7a: View login ids for users + users_view_login_ids_a2e6a85: Users - view login IDs + view_learning_analytics_beta_1c98a397: View Learning Analytics (Beta) + learning_analytics_beta_view_46deb4c8: Learning Analytics (Beta) - view + rubric: + context_name_rubric: "%{course_name} Rubric" + no_description: No Description + rubric_assessment: + unknown_user: Unknown User + rubric_association: + no_details: No details + sis_batch: + instructure_csv: Instructure formatted CSV or zipfile of CSVs + errors: + unrecorgnized_type: Unrecognized import type + diff_filename: sis_upload_diffed_%{id}.zip + terms_not_found_terms_must_be_included_with_multi__ca2e5c25: Terms not found. Terms must be included with multi_term_batch_mode + count_type_would_be_deleted_and_exceeds_the_set_th_19dc538d: "%{count} %{type} would be deleted and exceeds the set threshold of %{change_threshold}%" + this_assignment_is_still_unpublished_a9185624: This assignment is still unpublished + this_submission_is_not_being_autograded_4fd68d32: This submission is not being autograded + you_don_t_have_permission_to_manage_grades_for_thi_a9a1be3a: You don't have permission to manage grades for this course + this_assignment_is_in_a_closed_grading_period_for__a22bb4ed: This assignment is in a closed grading period for this student + this_assignment_is_not_applicable_to_this_student_c149a5ad: This assignment is not applicable to this student + this_assignment_is_currently_being_moderated_ffd280f2: This assignment is currently being moderated + assignment_graded_grade_on_assignment_name_in_cour_5082fd1: 'Assignment graded: %{grade} on %{assignment_name} in %{course_code}' + turnitin: + no_score_after_retries: Turnitin has not returned a score after %{max_tries} attempts to retrieve one. + error_216: The student limit for this account has been reached. Please contact your account administrator. + error_217: The turnitin product for this account has expired. Please contact your sales agent to renew the turnitin product. + error_414: The originality report for this submission is not available yet. + error_415: The originality score for this submission is not available yet. + error_1007: The uploaded file is too big. + error_1009: Invalid file type. (Valid file types are MS Word, Acrobat PDF, Postscript, Text, HTML, WordPerfect (WPD) and Rich Text Format.) + error_1013: The student submission must be more than twenty words of text in order for it to be rated by turnitin. + error_1023: The PDF file could not be read. Please make sure that the file is not password protected. + tooltip: + score: Similarity Score - See detailed report + vericite: + no_score_after_retries: VeriCite has not returned a score after %{max_tries} attempts to retrieve one. + cannot_be_changed_at_this_time_grading_error_88f5a96b: 'cannot be changed at this time: %{grading_error}' + cannot_autograde_at_this_time_a146ad9d: Cannot autograde at this time + cannot_grade_at_this_time_489744b0: Cannot grade at this time + submission: + state: + submitted: submitted + unsubmitted: unsubmitted + graded: graded + attached_files_comment: See attached files. + atom_no_author: No Author + student_5da6bfd1: Student + submission_comment: + unknown_author: Someone + the_media_object_id_must_match_an_existing_media_o_62195fef: the media_object_id must match an existing media object + submission_draft_cannot_be_more_then_one_attempt_a_43f45197: submission draft cannot be more then one attempt ahead of the current submission + default_9db103d: Default + custom_6979cd81: Custom + no_terms_eab5ee7b: No Terms + user: + default_user_name: User + errors: + required: Required + too_long: Can't exceed %{max} characters + invalid_code: Invalid code + already_enrolled: You are already enrolled in this course + course_full: This course is full + terms: You must agree to the terms + user_profile: + tabs: + notifications: Notifications + settings: Settings + profile: Profile + profile_title_too_long: Title is too long + shared_content_803ac37b: Shared Content + user_service: + descriptions: + google_drive: Students can use Google Drive to collaborate on group projects. Google Drive allows for real-time collaborative editing of documents, spreadsheets and presentations. + twitter: Twitter is a great resource for out-of-class communication. + delicious: Delicious is a collaborative link-sharing tool. You can tag any page on the Internet for later reference. You can also link to other users' Delicious accounts to share links of similar interest. + diigo: Diigo is a collaborative link-sharing tool. You can tag any page on the Internet for later reference. You can also link to other users' Diigo accounts to share links of similar interest. + skype: Skype is a free tool for online voice and video calls. + web_conference: + settings: + boolean: + 'true': 'On' + 'false': 'Off' + default_name_for_courses: Course Web Conference + default_name_for_groups: Group Web Conference + wiki: + front_page_name: Front Page + default_course_wiki_name: "%{course_name} Wiki" + default_group_wiki_name: "%{group_name} Wiki" + wiki_page: + buttons: + view_all_pages: View All Pages + edit: Edit + labels: + front_page: Front Page + published_indicator: Published + unpublished_indicator: Not Published + toolbar_menu: + settings: Settings + delete_wiki: Delete + view_page_history_wiki: View Page History + menu: + use_front_page: Use as Front Page + wiki: + todo_date: 'To-Do Date:' + wiki_page_content: + page_locked_by_modules_until: 'This page will be available on %{lock_info.unlock_at} if you have completed these modules:' + page_locked_by_modules: 'This page will be available once you have completed these modules:' + page_locked_until: This page will be available on %{lock_info.unlock_at} + page_locked: This page is locked + wiki_page_edit: + title_label: Page Title + options_label: Options + course_editing_roles: + only_teachers: Only teachers + teachers_and_students: Teachers and students + anyone: Anyone + editing_roles: + only_members: Only members + anyone: Anyone + notify_users_text: Notify users that this content has changed + buttons: + cancel: Cancel + save_and_publish: Save & Publish + save: Save + wiki_page_index: + pages_title: Pages + buttons: + new_page_label: Add a page + new_page: Page + headers: + page_title: Page title + creation_date: Creation date + last_edit: Last edit + todo_date: To-Do Date + no_pages: No pages created yet. + add_page: Add one! + loading: Loading ... + loading_more: Loading more ... + wiki_page_index_edit_dialog: + page_title: Title + wiki_page_index_item: + labels: + front_page: Front Page + menu: + settings: Settings + wiki_page_revision: + revision_summary: "*%{updated_at}* by %{edited_by}" + latest_revision: Latest Revision + same_as_latest: Same as *Latest* + restore_revision: Restore this revision + wiki_page_revisions: + revision_history: Revision History + wiki_page: + cannot_unpublish_front_page: cannot unpublish front page + errors: + blank_title: Title can't be blank + title_too_long: Title can't exceed %{max_characters} characters + title_characters: Title must contain at least one letter or number + cannot_set_unpublished_front_page: could not set as front page because it is unpublished + atom_entry_title: 'Wiki Page, %{course_or_group_name}: %{page_title}' + atom_author: Wiki Page + defaults: + no_content: no content + unknown_user_name: Unknown + wimba_conference: + external_urls: + archive: Archive + archive_link: View archive(s) + shared: + menu_enrollment: + labels: + invited_as: invited as + enrolled_as: enrolled as + account_notification: + close: close + accounts_right_side_shared: + titles: + find_user: Find A User + buttons: + go: Go + assignment_rubric_dialog: + links: + assign_rubric: Assign Rubric + add_rubric: Add Rubric + available_dates: + headers: + available: Available + quiz_available_through: "%{start_time} - %{end_time}" + quiz_available_until: until %{end_time} + quiz_available_after: after %{start_time} + canvas-user-nav: + navigation: + user_menu: User Menu + canvas_footer: + by_instructure: By Instructure + open_source_learning_management_system: Open Source LMS + current_enrollment: + nonfavorited_tooltip: Click to add to the courses menu. + favorited_tooltip: Click to remove from the courses menu. + unpublished_course_tooltip: This course has not been published. Students should contact the course instructor for access. + unpublished_course: 'No' + published_course_tooltip: This course has been published. + published_course: 'Yes' + dashboard_invitation: + invitation_text: You have been invited to join [%{course}](%{link_to_course}) as %{enrollment_type_with_indefinite_article} + buttons: + decline: Decline + accept: Accept + event_list: + titles: + events: Events + links: + view_calendar: View Calendar + nothing_one_week: Nothing for the next week + nothing_two_weeks: Nothing for the next two weeks + nothing_for_now: Nothing for now + at_least_more_events_one_week_future: at least %{count_of_events} more in the next week + at_least_more_events_two_weeks_future: at least %{count_of_events} more in the next two weeks + at_least_more_events: at least %{count_of_events} more + at_least_more_events_one_week: at least %{count_of_events} more in the past week + at_least_more_events_two_weeks: at least %{count_of_events} more in the past two weeks + more_events_one_week_future: "%{count_of_events} more in the next week" + more_events_two_weeks_future: "%{count_of_events} more in the next two weeks" + more_events: "%{count_of_events} more" + more_events_one_week: "%{count_of_events} more in the past week" + more_events_two_weeks: "%{count_of_events} more in the past two weeks" + find_outcome: + titles: + select_and_add_criterion: Select and Add Criterion + mastery_level: percent above which to set mastery + labels: + criterion_ratings: Criterion Ratings + use_for_scoring: use this criterion for scoring + master_level: set mastery for any score at or above + points: "%{points} pts" + points_threshold: 'threshold: %{points} pts' + buttons: + add_outcome: Add Outcome + global_dialogs: + you_need_a_webcam: In order to create video or audio recordings your computer needs to be webcam-enabled. If you don't have a webcam on your computer, you can still record audio-only messages by first installing the Google Video Chat plugin. + buttons: + install_video_plugin: Install the Video Plugin + dont_have_a_webcam: Don't have a webcam? + grading_standard: + find: Find + select_another_scheme: Select Another Scheme + labels: + scheme_name: Scheme Name + name: Name + range: Range + range_upper: Upper limit of range + range_of_numbers: "%{lower_number} to %{higher_number}" + range_lower: Lower limit of range + insert_here: insert here + managing_grading_standards: manage grading schemes + buttons: + done: Done + save: Save + loading_grading_standards: Loading Grading Standards... + some_standard: Some standard + full_name: Full name, smaller text + use_this_standard: Use This Grading Standard + inline_preview: + links: + exit_frame: Lose the Frames + course_home: Course Home + files: Files + modules: Modules + hide_sidebar: Hide Sidebar + invitation: + body_teacher: You've been invited to join %{course} as a **teacher** for the user account **%{email_address}**. + body_ta: You've been invited to join %{course} as a **TA** for the user account **%{email_address}**. + body_observer: You've been invited to join %{course} as an **observer** for the user account **%{email_address}**. + body_designer: You've been invited to join %{course} as a **designer** for the user account **%{email_address}**. + body_student: You've been invited to join %{course} as a **student** for the user account **%{email_address}**. + wander_around_dont_get_lost: Feel free to [wander around](%{link_to_course}) and see what it's like. + accept_or_reject: When you're ready, you can either accept or reject the invitation. + buttons: + accept: Accept Invitation + reject: Reject Invitation + locale_warning: + crowdsourced_warning_title: Crowdsourced Language + crowdsourced_warning_message: The language you have selected was translated via crowdsourcing. Instructure has not reviewed or verified the accuracy of the translation, and accepts no responsibility for your use of this language setting. Please use at your own discretion. + message_students: + labels: + subject: Subject + body: Message + mute_dialog: + gradebook: + mute_assignment: Mute Assignment + mute_dialog: |- + Are you sure you want to mute this assignment? While this assignment + is muted, students will not receive new notifications about or be + able to see: + + * Grade change notifications + * Submission comments + * Curving assignments + * Score change notifications + + Students will be able to see that this assignment is muted. + + Once you have muted this assignment, you can begin sending + notifications again by clicking the "Unmute Assignment" link. + new_course_form: + start_a_new_course: Start a New Course + labels: + name: Course Name + course_code: Short Name + license: Content License + new_course_name_placeholder: Course Name + sample_course_code: Course-101 + course_cose_explanation: This will be displayed in places with little space + course_is_public_explanation: Make course publicly visible *(student data will remain private)* + cancel: Cancel + creating_course: Creating course... + create_course: Create course + new_nav_header: + links: + dashboard: Dashboard + skip_to_content: Skip To Content + default_page_title: Canvas LMS + no_recent_activity: + no_recent_messages: No Recent Messages + empty_stream_message: You don't have any messages to show in your stream yet. Once you begin participating in your courses you'll see this stream fill up with messages from discussions, grading updates, private messages between you and other users, etc. + pending_enrollment: + student_title: Invited as a student, click to see the Course + teacher_title: Invited as a teacher, click to see the Course + ta_title: Invited as a TA, click to see the Course + observer_title: Invited as an observer, click to see the Course + designer_title: Invited as a designer, click to see the Course + teacher: "%{course} as a teacher." + ta: "%{course} as a TA." + observer: "%{course} as an observer." + designer: "%{course} as a designer." + student: "%{course} as a student." + profile: + titles: + click_to_change_profile_pic: Click to change profile pic + name: Name + title: Title + message_title: Message + message_me: message me in Canvas + service_contact: contact %{user} with %{service} + social_instructions: Check the contact methods you'd like to be visible to others on your profile. + manage_settings: Manage Registered Services + ways_to_contact_user: Contact + message_user_canvas: Message %{user} in Canvas + bio: Biography + user_has_no_bio: "%{user} hasn't added a bio" + user_enrolled: Enrollments + nothing_in_common: You don't have anything in common + links: Links + no_links: "%{name} hasn't added any links" + links_title: Title + links_url: URL + add_link_field: Add another link + cancel: Cancel + save_profile: Save Profile + recent_activity: + recent_activity: Recent Activity + recent_activity_in_course: Recent Activity in %{course_or_group} + unread_count_badge: + one: 1 *unread item* + other: "%{count} *unread items*" + unread_column: Unread + message_column: Message + date_column: Date + recent_activity_item: + unread: Unread + right_side: + sidebar_content: Sidebar content + rubric: + rubric: Rubric + links: + edit: Edit Rubric + find_another_rubric: Find Another Rubric + delete: Delete Rubric + find_a_rubric: Find a Rubric + find_rubric: Find Rubric + messages: + locked: Can't change a rubric once you've started using it. + rubric_in_use: + one: Keep in mind that 1 student has already been assessed using this rubric. Changing it will affect their evaluation. + other: Keep in mind that %{count} students have already been assessed using this rubric. Changing it will affect their evaluations. + rubric_in_use2: You've already rated students with this rubric. Any major changes could affect their assessment results. + titles: + find_existing_rubric: Find Existing Rubric + title: 'Title:' + defaults: + rubric_title: Some Rubric + rubric_title: Title + headers: + criteria: Criteria + ratings: Ratings + points: Pts + labels: + total_points: Total Points + grading_rubric: Use this rubric for assignment grading + out_of: "%{points} *out of %{total}*" + buttons: + create: Create Rubric + rubric_criterion: + defaults: + description: Description of criterion + labels: + threshold: threshold + points: "%{points} pts" + full_marks: Full Marks + no_marks: No Marks + rubric_criterion_dialog: + labels: + additional_comments: Additional Comments + rubric_dialog: + titles: + find_a_rubric: Find a Rubric + links: + manage_rubrics: Manage Rubrics + criterion_count: "%{count} criteria" + points_possible: "%{points} points possible" + buttons: + use_this_rubric: Use This Rubric + rubric_summary: + rubric: Rubric + defaults: + title: Title + headers: + criteria: Criteria + assessment: Assessment + labels: + total_points: Total Points + buttons: + edit_assessment: Edit Assessment + rubric_summary_criterion: + full_marks: Full Marks + no_marks: No Marks + defaults: + description: Description of criterion + links: + view_longer_description: view longer description + labels: + long_description: Long Description + titles: + full_comments: Click to see full comments + out_of_points: "%{points}/%{total} pts" + rubrics_component: + links: + assign_rubric: Assign Rubric + select_content_dialog: + select_item_type_label: Select the type of content to add. + assignment_item: Assignment + quiz_item: Quiz + file_item: File + content_page_item: Page + discussion_item: Discussion + text_header_item: Text Header + external_url_item: External URL + external_tool_item: External Tool + add_to_module: Add %{item} to *module* + sub_header_notice: Type the text you'd like to add as a *module* sub-header + labels: + header: Header + url: URL + page_name: Page Name + wiki_page_name: Page Name + file: File + folder: Folder + quiz_name: Quiz Name + quiz_group: Group + wiki_page_namem: Assignment Name + assignment_name: Assignment Name + topic_name: Topic Name + indentation: Indentation + external_url_notice: Enter a URL and page name to add a link to any website URL to this *module*. + new_tab: Load in a new tab + external_tool_notice: Select a tool from the list below, or enter a URL for an external tool you already know is configured with Basic LTI to add a link to it to this *module*. + loading: Loading... + domain_match_notice: to use this tool the domain must match %{domain} + new_page_option: "[ New Page ]" + file_notice: Select the file you want to associate with this *module*, or add a file by selecting "New File". + quiz_notice: Select the quiz you want to associate with this *module*, or add a new one by selecting "New Quiz". + quiz_select_label: Select the quiz you want to associate, or add a new one by selecting "New Quiz". + new_quiz_option: "[ New Quiz ]" + options: + assignments: Assignments + assignment_notice: Select the assignment you want to associate with this *module*, or add an assignment by selecting "New Assignment". + assignment_item_select_label: Select the assignment you want to associate, or add an assignment by selecting "New Assignment". + new_assignment_option: "[ New Assignment ]" + topic_notice: Select the topic you want to associate with this *module*, or add a topic by selecting "New Topic". + discussion_topic_select_label: Select the topic you want to associate, or add a topic by selecting "New Topic". + new_topic_option: "[ New Topic ]" + indent_level: + zero: "*Don't Indent*" + one: "*Indent 1 Level*" + other: "*Indent %{count} levels*" + static_notices: + javascript_required: You need to have JavaScript enabled in order to access this site. + bouncing_communication_channels: There appears to be a problem with one of your contact methods. Please check your *Settings Page*. + unmute_dialog: + unmute_dialog: This assignment is currently muted. That means students can't see their grades and feedback. Would you like to unmute now? + user_lists: + copy_and_paste_notice_with_login_handle: Copy and paste a list of users. You can use their email address or %{login_handle_name}. + copy_and_paste_notice_just_email: Copy and paste a list of email addresses to add users. + user_list_explanation: 'Sample format: "Example Student" , "Lastname, Firstname" , justAnEmailAddress@example.com' + labels: + notice: Notice + alert: Alert + no_valid_users: "*Sorry,* it does not seem as if there were any valid email addresses or login IDs typed in, please go back and try again." + titles: + new_user: New user + wiki_image: + titles: + embed_image: Click to embed image + click_to_embed: Click to embed %{image} + errors: + 400_message: + title: Page Error + headings: + page: Page Error + error: 'Error:' + 403_message: + error: 'Error:' + 404_message: + title: Page Not Found + headings: + page: Page Not Found + 500_message: + title: Page Error + headings: + page: Page Error + AUT_message: + title: Session Timeout + headings: + page: Page Error + description: There was a problem with your last request. You may have tried to perform an action after a long period of inactivity. If that's the case, try going back, reloading the page you were working on, and resubmitting. If not, please let us know what you were doing when the error happened. + error_form: + labels: + email_optional: Email (optional) + email_required: Email (required) + buttons: + submit: Send Comments + file_not_found: + title: Broken Link Error + headings: + unauthorized_action: Oops you’ve found a broken link! + registration_incomplete: + headings: + confirm_email: Confirm Your Email Address + confirm_email_instructions: Before you can view this page, you need to *verify your email address* (%{email}). Click the link in your email to finish setting up your account. If you don't see the email, **click to re-send it**, and make sure to check your spam box. + terms_required: + updated_terms_of_use: Updated Acceptable Use Policy + unauthorized: + titles: + unauthorized_action: Unauthorized + headings: + needs_cookies: Cookies Required + unpublished: Not Yet Available + needs_login: Access to this page is limited to authorized users. You do not currently have permission to view this page. + public_course: This page is part of the content for the course, **%{course}**. + unauthorized_feed: + title: Invalid Feed + bad_params: The parameters for the feed you were trying to access are invalid. + feedback: If you're pretty sure this url was supposed to work, please tell us how you got here by clicking the link below, and we'll look into it. + links: + feedback: Tell us what you were looking for + footer_links: + privacy_policy: Privacy Policy + facebook: Facebook + twitter: Twitter + error_form: + message_sent: Thank you for your help! We'll get right on this. + message_failed: Report didn't send. Please try again. + components: + ic_submission_download_dialog: + download_submissions: Download all submissions + download_message_intro: Your student submissions are being gathered. + download_message: The submissions will be compressed into a zip file for download. This may take some time, depending on the size and number of submission files. + click_to_download: Click here to download + author_s_name_b35e905a: Author's Name + grade_summary: + graph_title: Mean %{mean}, High %{high}, Low %{low} + due_date_822625d8: Due Date + title_ee03d132: Title + assignment_group_1a781505: Assignment Group + module_90d9fd32: Module + overrides: + everyone_else: Everyone else + everyone: Everyone + question_answered: Answered + question_unanswered: Haven't Answered Yet + more_than_a19b440: "%{more_than}+" + more_than_999_submissions_need_grading_bc087dd0: More than 999 submissions need grading + count_submissions_need_grading_d34bae25: + one: 1 submission needs grading + other: "%{count} submissions need grading" + ignore_until_new_submission_90ba19b7: Ignore until new submission + ignore_until_new_mark_935e00a2: Ignore until new mark + ignore_this_assignment_b7a71f80: Ignore this assignment + ignore_item_until_new_submission_58246b15: Ignore %{item} until new submission + ignore_item_until_new_mark_68518bf0: Ignore %{item} until new mark + ignore_item_46c066f3: Ignore %{item} + this_item_will_reappear_when_a_new_submission_is_m_fcccfc76: This item will reappear when a new submission is made. + this_item_will_reappear_when_there_are_new_grades__8f9e5383: This item will reappear when there are new grades to moderate. + ignore_assignment_a4837cb3: Ignore %{assignment} + user_696f4d6a: user + a_partner_id_is_required_to_use_academic_benchmark_adba3df0: A partner ID is required to use Academic Benchmarks + a_partner_key_is_required_to_use_academic_benchmar_da9f31bd: A partner key is required to use Academic Benchmarks + user_isn_t_allowed_to_edit_global_outcomes_a7eb4a87: User isn't allowed to edit global outcomes + an_api_key_is_required_to_use_academic_benchmarks_26011dd6: An API key is required to use Academic Benchmarks + no_outcome_file_or_authority_given_c90f9c5f: No outcome file or authority given + the_provided_academic_benchmark_file_has_an_error_4ad2c631: The provided Academic Benchmark file has an error + couldn_t_update_standards_for_authority_auth_81206187: Couldn't update standards for authority %{auth} + couldn_t_find_an_authority_to_update_44d9407e: Couldn't find an authority to update + name: Academic Benchmark Importer + failed_please_report_the_following_error_code_to_y_42248d60: 'Failed, please report the following error code to your system administrator: ErrorReport:%{error};' + failed_the_report_failed_to_generate_a_file_please_60a6582d: Failed, the report failed to generate a file. Please try again. + report_has_been_aborted_2b5763ed: Report has been aborted + id_ac7afadf: id + sis_id_8c2029e1: sis id + short_name_ad9bf84f: short name + name_badfe525: name + account_id_2c3b4f15: account id + account_sis_id_2e4a461: account sis id + account_name_7f63a13: account name + storage_used_in_mb_c75fbd9c: storage used in MB + sum_of_all_files_in_mb_2b705055: sum of all files in MB + account_reports: + report_header_id: id + report_header_sis_id: sis id + report_header_short_name: short name + report_header_name: name + report_header_start_date: start date + report_header_end_date: end date + report_header_course_id: course id + report_header_course_sis_id: course sis id + report_header_long_name: long name + report_header_status: status + report_header_created_at: created at + grades: + limited: deleted objects limited by days specified; + outcomes: + order: 'Order: %{order}' + default: + all_terms: All Terms + extra_text_term: 'Term: %{term_name};' + term_text: 'Term: %{term_name};' + start_text: 'Start At: %{start_at};' + end_text: 'End At: %{end_at};' + course_text: 'For Course: %{course};' + section_text: 'For Section: %{section};' + message: "%{type} report successfully generated with the following settings. Account: %{account}; %{options}" + description: + header: Example + sis_exporter: + reports: 'Reports: %{files}' + report_header_canvas_user_id: canvas_user_id + report_header_user__id: user_id + report_header_integration_id: integration_id + report_header_authentication_provider_id: authentication_provider_id + report_header_login_id: login_id + report_header_first_name: first_name + report_header_last_name: last_name + report_header_full_name: full_name + report_header_sortable_name: sortable_name + report_header_user_short_name: short_name + report_header_email: email + report_header_canvas_account_id: canvas_account_id + report_header_account_id: account_id + report_header_canvas_parent_id: canvas_parent_id + report_header_parent_account_id: parent_account_id + report_header_canvas_term_id: canvas_term_id + report_header_term__id: term_id + report_header_start__date: start_date + report_header_end__date: end_date + report_header_canvas_course_id: canvas_course_id + report_header_course__id: course_id + report_header_short__name: short_name + report_header_long__name: long_name + report_header_course_format: course_format + report_header_canvas_section_id: canvas_section_id + report_header_section__id: section_id + report_header_role: role + report_header_role_id: role_id + report_header_canvas_associated_user_id: canvas_associated_user_id + report_header_associated_user_id: associated_user_id + report_header_canvas_group_id: canvas_group_id + report_header_group_id: group_id + report_header_canvas_xlist_course_id: canvas_xlist_course_id + report_header_xlist_course_id: xlist_course_id + report_header_canvas_nonxlist_course_id: canvas_nonxlist_course_id + report_header_nonxlist_course_id: nonxlist_course_id + student: + enrollment_state: 'Include Enrollment State: true;' + enrollment_states: 'Enrollment States: %{states};' + report_header_user_id: user id + report_header_user_sis_id: user sis id + report_header_user_name: user name + report_header_section_id: section id + report_header_section_sis_id: section sis id + report_header_section_name: section name + report_header_course_name: course name + report_header_enrollment_state: enrollment state + report_header_last_access_at: last access at + report_header_last_ip: last ip + report_header_last_activity_at: last activity at + report_header_token_hint: token hint + report_header_expiration: expiration + report_header_token_last_used: last used + report_header_token_dev_key_id: dev key id + report_header_token_dev_key_name: dev key name + report_header_restrict_section_dates: restrict_enrollments_to_section_dates + report_header_restrict_course_dates: restrict_enrollments_to_course_dates + grading_standard_id: grading_standard_id + report_header_student_name: student name + report_header_student_id: student id + report_header_student_sis: student sis + report_header_course: course + report_header_course_sis: course sis + report_header_section: section + report_header_section_sis: section sis + report_header_term: term + report_header_term_id: term id + report_header_term_sis: term sis + report_header_current_score: current score + report_header_final_score: final score + report_header_student_sis_id: student sis id + report_header_assessment_title: assessment title + report_header_assessment_id: assessment id + report_header_assessment_type: assessment type + report_header_submission_date: submission date + report_header_submission_score: submission score + report_header_learning_outcome_name: learning outcome name + report_header_learning_outcome_id: learning outcome id + report_header_attempt: attempt + report_header_outcome_score: outcome score + report_header_assessment_question: assessment question + report_header_assessment_question_id: assessment question id + report_header_assignment_title: assignment title + report_header_assignment_id: assignment id + report_header_assignment_url: assignment url + grade_export_title: Grade Export + mgp_grade_export_d29b471f: MGP Grade Export + last_user_access_title: Last User Access + last_enrollment_activity_10fe15ba: Last Enrollment Activity + outcome_export_89229eb4: Outcome Export + outcome_results_title: Outcome Results + provisioning_title: Provisioning + recently_deleted_courses_title: Recently Deleted Courses + sis_export_title: SIS Export + student_assignment_outcome_map_title: Student Competency + students_with_no_submissions_title: Students with no submissions + unpublished_courses_title: Unpublished Courses + public_courses_title: Public Courses + course_storage_391e1bd: Course Storage + unused_courses_title: Unused Courses + zero_activity_title: Zero Activity + user_access_tokens_title: User Access Tokens + lti_report_2b6193ab: LTI Report + student_name_b446c661: student name + student_id_7cc45fb5: student id + student_sis_d9f0cd39: student sis + student_integration_id_b9e6ede: student integration id + course_8dcfb195: course + course_id_a7c924d5: course id + course_sis_7ae8f649: course sis + section_84b5391: section + section_id_6f73f3d5: section id + section_sis_94511bcd: section sis + term_41f37cae: term + term_id_74b933ef: term id + term_sis_7edb8ab7: term sis + no_grading_periods_configured_for_this_term_ca22393e: no grading periods configured for this term + grading_period_set_f49fe74c: grading period set + grading_period_set_id_f2377529: grading period set id + name_grading_period_id_c9c8b6ae: "%{name} grading period id" + name_current_score_b3198dfa: "%{name} current score" + name_final_score_2dce3ff8: "%{name} final score" + name_unposted_current_score_e98e95fd: "%{name} unposted current score" + name_unposted_final_score_124708d2: "%{name} unposted final score" + name_override_score_7f6a5216: "%{name} override score" + name_current_grade_d8da149f: "%{name} current grade" + name_final_grade_460da69d: "%{name} final grade" + name_unposted_current_grade_824d0c98: "%{name} unposted current grade" + name_unposted_final_grade_798491b7: "%{name} unposted final grade" + name_override_grade_14a9cb73: "%{name} override grade" + current_score_74777363: current score + final_score_61e15cf3: final score + enrollment_state_7a9c55e2: enrollment state + unposted_current_score_c1dd3879: unposted current score + unposted_final_score_c19c35b3: unposted final score + override_score_53994655: override score + current_grade_1fb4ea06: current grade + final_grade_a22c596: final grade + unposted_current_grade_aa1ea11c: unposted current grade + unposted_final_grade_aa5facd6: unposted final grade + override_grade_385adf30: override grade + student_sis_id_abe6b292: student sis id + assignment_title_8a707dd2: assignment title + assignment_id_96baa1b7: assignment id + submission_date_a7920dac: submission date + submission_score_b7a291e8: submission score + learning_outcome_name_9cb475e6: learning outcome name + learning_outcome_id_88ff198c: learning outcome id + attempt_3dd42b18: attempt + outcome_score_141cf00a: outcome score + course_name_45175338: course name + course_sis_id_bbed1a60: course sis id + section_name_edb51b2: section name + section_sis_id_6f989834: section sis id + assignment_url_37c849c6: assignment url + learning_outcome_friendly_name_bde2c4fb: learning outcome friendly name + learning_outcome_points_possible_628a9d55: learning outcome points possible + learning_outcome_mastery_score_c96330b8: learning outcome mastery score + learning_outcome_mastered_7b30ef43: learning outcome mastered + learning_outcome_rating_8143e88c: learning outcome rating + learning_outcome_rating_points_c453bb8a: learning outcome rating points + assessment_title_7ab69b66: assessment title + assessment_id_9a1476be: assessment id + assessment_type_81a73b9c: assessment type + assessment_question_6ad1766d: assessment question + assessment_question_id_4eacadb3: assessment question id + include_deleted_objects_3cced3b5: Include Deleted Objects; + created_by_sis_93fbb66b: created_by_sis + blueprint_course_id_9ee357fb: blueprint_course_id + base_role_type_a9cc892d: base_role_type + limit_section_privileges_e6425dfd: limit_section_privileges + canvas_enrollment_id_d0e8b9a4: canvas_enrollment_id + root_account_3fb3aacf: root_account + canvas_group_category_id_38d8cfd7: canvas_group_category_id + group_category_id_7001cf89: group_category_id + canvas_course_id_db4de2b8: canvas_course_id + course_id_f8640bb8: course_id + status_e051bb30: status + context_id_83fdfe0d: context_id + context_type_eb76a7b9: context_type + max_membership_bd0ddc68: max_membership + role_b3951149: role + self_signup_15b23092: self_signup + group_limit_87ae4421: group_limit + auto_leader_7791c30a: auto_leader + canvas_observer_id_59db0918: canvas_observer_id + observer_id_2be07260: observer_id + canvas_student_id_c74f57bf: canvas_student_id + student_id_236970d8: student_id + admin_user_name_29dd115a: admin_user_name + canvas_user_id_4c18b78a: canvas_user_id + user_id_8256faeb: user_id + canvas_account_id_97b0471f: canvas_account_id + account_id_73966078: account_id + role_id_f33b0bd2: role_id + analytics: + filters: + current: Current Courses + completed: Completed Courses + crumb: + current: Current Courses + completed: Completed Courses + page_title: + current: 'Analytics: %{account} -- Current Courses' + completed: 'Analytics: %{account} -- Completed Courses' + term: 'Analytics: %{account} -- %{term}' + course: + analytics: Analytics + page_title: 'Analytics: %{course}' + department: + analytics: Analytics + student_in_course: + analytics: Analytics + page_title: 'Analytics: %{course} -- %{student}' + analytics_c94ba601: Analytics + view_course_analytics_eefe6b2: View Course Analytics + service_cloud_ticketing_connector_889e1b7b: Service Cloud Ticketing Connector + get_your_users_error_reports_posted_to_salesforce__76f57839: Get your users error reports posted to Salesforce Service Cloud + salesforce_ticketing_webtocase_connector_80f75716: Salesforce Ticketing WebToCase Connector + get_your_users_error_reports_posted_to_salesforce_dfb1a6c2: Get your users error reports posted to Salesforce + you_have_reached_the_maximum_webhooks_per_user_lim_2af4b256: You have reached the maximum webhooks per user limit (%{max}) + you_have_reached_the_maximum_webhooks_per_account__ae9a7f83: You have reached the maximum webhooks per account limit (%{max}) + permissions: + manage_webhooks: Webhooks - manage + provision_catalog: Provision a Catalog + zendesk: + engine: + plugin_name: Zendesk + catalog_already_enabled_56478a3c: Catalog already enabled + catalog_users_already_exist_2894b8c4: Catalog users already exist + host_is_unreachable_or_not_pointing_to_catalog_fb3fc082: Host is unreachable or not pointing to Catalog + uh_oh_contact_your_friendly_catalog_developer_erro_861aaf3d: 'Uh oh! Contact your friendly Catalog Developer. Error message: %{message}' + user_id_user_id_69a9e865: 'User ID: %{user_id}' + student_id_a61d78c7: Student Id + student_sis_6721040e: Student Sis + account_name_bff54ed5: Account Name + account_id_f6e26867: Account Id + account_sis_id_5da8fd2d: Account Sis Id + course_8a63b4a3: Course + course_id_b0bc82d4: Course Id + course_sis_df8b379: Course Sis + section_c7f66a0d: Section + section_id_b5aad4a7: Section Id + section_sis_2a80d2fa: Section Sis + term_e1c1d390: Term + term_id_2e802ed1: Term Id + term_sis_bfe0ae01: Term Sis + instructor_name_36bc0f39: Instructor Name + instructor_id_ed9c0d8b: Instructor Id + instructor_sis_id_899dd697: Instructor Sis Id + current_score_6c81792: Current Score + current_letter_grade_50f4ebb1: Current Letter Grade + final_score_26bcfc20: Final Score + final_letter_grade_80dccec1: Final Letter Grade + enrollment_state_ac62019b: Enrollment State + enrollment_role_f5d985a7: Enrollment Role + student_submissions_910da1b3: Student Submissions + the_term_to_report_on_5f586e7c: The term to report on + the_beginning_date_for_submissions_9d890f3b: The beginning date for submissions + the_end_date_for_submissions_66168efa: The end date for submissions + include_unsubmitted_and_deleted_submissions_101225c7: Include unsubmitted and deleted submissions + include_unpublished_assignments_83ebbaec: Include Unpublished Assignments + teacher_engagement_report_ec03613d: Teacher Engagement Report + student_engagement_report_bf958028: Student Engagement Report + either_course_or_student_c42bb055: Either 'course' or 'student' + the_course_to_report_on_defaults_to_canvas_id_unle_9e1d8f79: The course to report on; defaults to Canvas id unless specified as SIS in course_id_type + set_value_to_sis_if_using_sis_id_default_search_is_ab3d05f2: set value to 'SIS' if using sis id, default search is Canvas id + the_student_to_report_on_defaults_to_canvas_id_unl_9d76ffdf: The student to report on; defaults to Canvas id unless specified as SIS in student_id_type + the_term_to_report_on_needed_for_report_type_stude_623bffbc: The term to report on (needed for report_type student only) + ilumno_grade_export_251bc4b5: Ilumno Grade Export + the_beginning_date_for_the_courses_to_report_on_9c224177: The beginning date for the courses to report on + the_beginning_date_range_for_the_courses_to_report_82353138: The beginning date range for the courses to report on + the_ending_date_for_the_courses_to_report_on_1c417d5e: The ending date for the courses to report on + the_ending_date_range_for_the_courses_to_report_on_99e0ea8f: The ending date range for the courses to report on + lbs_report_header_lbs_no: LBSNo + lbs_report_header_student_name: Student Name + lbs_report_header_program_code: Program Code + lbs_report_header_course_code: Course Code + lbs_report_header_final_score: Final Score + lbs_report_header_scores: Scores + lbs_report_notes: Notes + orbis_report_header_canvas_course_id: course id + orbis_report_header_course_sis_id: course sis id + orbis_report_header_course_name: course name + orbis_report_header_assignment_id: assignment id + orbis_report_header_assignment_title: assignment title + orbis_report_header_student_sis_id: user sis + orbis_report_header_student_canvas_id: canvas user id + orbis_report_header_student_name: student name + orbis_report_header_submission_score: submission score + orbis_report_header_points_possible: points possible + orbis_report_header_date_submitted: date submitted + created_by_sis_b590894c: Created by SIS; + always_include_dates_74b3721d: Always Include Dates; + canvas_demo_7a005cf3: Canvas Demo + time_left_in_your_instant_trial_extend_now_afb9bd2f: "%{time} left in your Instant Trial *(extend now)*" + time_left_in_your_instant_trial_5dd0392b: "%{time} left in your Instant Trial" + teacher_view_b2047bc6: Teacher View + student_view_ac9b672f: Student View + admin_view_a2f4cd5c: Admin View + rce_contents_replace_display_name: RCE Contents Replace + rce_contents_replace_description: Enable RCE full text replace from LTI's + submit_a_feature_idea_2d4baa3d: Submit a Feature Idea + this_canvas_installation_is_only_for_testing_and_w_12e52370: This Canvas installation is only for testing and *will reset every month.* + this_canvas_installation_is_only_for_testing_and_w_17ce8bc2: + one: This Canvas installation is only for testing and *will reset every week.* + other: This Canvas installation is only for testing and *will reset every %{count} weeks.* + warnings: + test_install: + periodic_message: This Canvas installation is only for testing and *will reset periodically.* + title: Canvas Test Installation + students_are_not_allowed_to_access_test_installati_11b9078: Students are not allowed to access test installations. + this_environment_is_currently_being_updated_with_a_235f1875: This environment is currently being updated with a copy of the latest production data. Please check back later. + instructure_legacy_a2cacda7: Instructure Legacy + instructure_default_73317bb1: Instructure Default + internet2_254c6ca6: Internet2 + bulk_course_migrations: + only_one_bulk_migration: Only one bulk course migration can be run at a time. + bulk_course_migration: + migration_finished_on: Finished on %{date} + migration_cancelled_on: Cancelled on %{date} + migration_failed_on: Failed on %{date} + see_results: See results + migration_waiting: The bulk migration is waiting to run. + migration_queueing: The individual course migrations are being queued to run. + migration_started_at: Bulk migration started at %{time} + finished: Finished + failed: Failed + waiting_to_export: Waiting to export from Blackboard + waiting_to_import: Waiting to import into Canvas + exporting: Exporting from Blackboard + importing: Importing into Canvas + show_warnings: Show warnings + index: + page_title: Bulk Course Migration + credential_description: This tool will help you migrate multiple courses at the same time from a Blackboard Vista/CE system. Add a set of credentials for your Blackboard system then add Canvas course identifiers to the provided CSV template to migrate your courses. + login_credentials: Blackboard login credentials + school: School + user_name: User Name + available_courses: Available Courses + csv_template: CSV Template + buttons: + add_credentials: Add Credentials + migrate_courses: Migrate Courses + labels: + school: School + user_name: User Name + password: Password + only_use_one: Only use one of these two columns + school_not_supported: Please have your administrator contact Instructure to help get your school supported. + upload_migration_csv: Upload a Migration CSV + bulk_description: 'These are the headers expected in the CSV:' + column_name: Column Name + description: Description + lcid_description: The lcid of the course in the Blackboard system. + user_name_description: The user name of the user that has teacher/designer access to the course for the row. This must match one of the user name's listed in the Blackboard login credentials above. + course_id_description: The canvas id of the course to import into. + sis_id_description: The SIS ID of the canvas course to import into. + csv_description: 'Any other columns can be added but they will be ignored. Here is an example of a simple CSV for 3 courses in the account for a user name of "greg":' + errors: + choose_file: You must choose a .csv file to upload + current_migration_batch: Current Migration Batch + previous_migration_batches: Previous Migration Batches + webct_credentials: + credential_not_found: Credential not found. + bulk_course_migration: + queue_error: There was an error while queueing the migrations. + no_credentials_found: No credentials were found for the user name %{user_name} + no_credentials_given: No user name was given for the course %{course_identifier} + no_course_found: No course was found with %{id_type} of %{id} + no_course_id_given: No Canvas course was identified for bb_lcid %{id} + no_lcid_found: No bb_lcid was specified for a row + export_failed_not_found: The course with bb_lcid %{id} could not be found in Blackboard with user %{user_name} + export_failed: There was an error exporting the course with bb_lcid %{id} from Blackboard + export_failed_with_id: There was an error importing the course with bb_lcid %{id} into Canvas + export_failed_no_id: There was an error importing a course + angel: + file_import_fail: Could not import file "%{file_path}" + file_copy_fail: Could not copy folder "%{base_path}" + file_copy_fail_message: Could not rename directory to path "%{path}" + blackboard: + no_manifest: This Blackboard .zip has no imsmanifest.xml file in the root directory. + no_marks_5e7d2b59: No Marks + formula_many_warning_title: There are %{count} Formula questions in this bank that will need to have their possible answers regenerated + formula_warning_title: Possible answers will need to be regenerated for Formula question + webct_name: Blackboard Vista/CE (WebCT) + webct_display: Blackboard Vista/CE (WebCT) + webct_file_description: Blackboard Vista/CE, WebCT 6+ Course + ange_name: Angel Converter + angel_display: ANGEL Learning + angel_file_description: Angel export .zip format + bb_name: Blackboard Converter + bb_display: Blackboard Learn + bb_file_description: Blackboard 6/7/8/9 export .zip file + d2l_name: D2L Converter + d2l_display: Desire2Learn + d2l_file_description: D2L export .zip format + ecollege_name: Ecollege Converter + ecollege_file_description: Ecollege + moodle_dropdown_many_warning_title: There are %{count} Multiple Dropdowns questions in this bank that may have been imported incorrectly + moodle_dropdown_warning_title: Multiple Dropdowns question may have been imported incorrectly + moodle_formula_many_warning_title: There are %{count} Formula questions in this bank that will need to have their possible answers regenerated + moodle_formula_warning_title: Possible answers will need to be regenerated for Formula question + m2c_name: Moodle Importer + m2c_file_description: Moodle 1.9/2.x + search_term_is_mututally_exclusive_with_name_and_d_28406c32: search_term is mututally exclusive with name and domain + domain_lookups_d66bc148: Domain Lookups + name_is_required_ba379522: Name is required + domain_is_required_1d4c8b25: Domain is required + account_creation_still_in_progress_ac0e0a18: Account creation still in progress + user_search_results_f5445b8b: User Search Results + domain_lookups_for_account_54e321a3: Domain Lookups for %{account} + unable_to_find_clever_district_district_id_61deb1cb: Unable to find Clever District %{district_id} + multiple_canvas_accounts_are_associated_with_cleve_c1739660: Multiple Canvas accounts are associated with Clever District %{district_id} + salesforce_account_id_eb5c78ad: Salesforce Account Id + no_migration_file: File required for content migration. + qti_img_matching_question: Imported matching question contains images on both sides, which is unsupported + qti_img_matching_question_distractors: Imported matching question contains images inside the choices, and could not be fixed because it also contains distractors + qti_name: QTI Converter + qti_display: QTI + qti_file_description: QTI .zip file + respondus_lockdown_browser_support_413352eb: Respondus LockDown Browser support + google_drive_7cb003c9: Google Drive + google_docs_preview_9f41b23c: Google Docs Preview + skype_18850ba7: Skype + twitter_fcef6b54: Twitter + delicious_7f9ac66f: Delicious + diigo_993c4646: Diigo + user_avatars_e4fc4ed3: User Avatars + account_surveys_b0039876: Account Surveys + messageableuser_library_767eed20: MessageableUser library + assignments_api: + invalid_submission_types: Invalid submission types + invalid_date_time: Invalid datetime for %{attribute} + not_a_number: must be a positive number + course_has_no_active_instructors_with_this_id_74f1d8a: course has no active instructors with this ID + user_does_not_have_permission_to_select_final_grad_47560e75: user does not have permission to select final grade + cannot_be_changed_because_this_assignment_is_due_i_a529873f: cannot be changed because this assignment is due in a closed grading period + count_students_30e46120: + one: 1 student + other: "%{count} students" + default_conference_title: "%{course_name} Conference" + unprocessable_entity: unprocessable entity + unprocessable_entity_message: Signed meeting id invalid + unauthorized: unauthorized + unauthorized_message: JWT signature invalid + syllabus_f191f65b: Syllabus + course_settings_f6d0bbf8: Course Settings + student_name: Student name + student_id: Student ID + outcome_path_result: "%{path} result" + outcome_path_mastery_points: "%{path} mastery points" + stream_items_api: + assessment_request_title: Peer Review for %{title} + oauth_2_eb9d97: OAuth 2 + api_token_scopes_67b11c16: API Token Scopes + account_domain_lookups_f9d1147e: Account Domain Lookups + account_notifications_f3b7f01f: Account Notifications + account_reports_eeb41194: Account Reports + accounts_752dc365: Accounts + admins_3e1dce15: Admins + announcement_external_feeds_5be3f36b: Announcement External Feeds + announcements_a4b8ed4a: Announcements + appointment_groups_bd225e60: Appointment Groups + assignment_extensions_cac06daa: Assignment Extensions + assignment_groups_bc9cc3c9: Assignment Groups + assignments_1e02582c: Assignments + authentication_providers_9e8e0e84: Authentication Providers + authentications_log_ca16ce81: Authentications Log + blueprint_courses_9dd321b8: Blueprint Courses + bookmarks_5b5b81c9: Bookmarks + brand_configs_b465a03f: Brand Configs + calendar_events_8820f2db: Calendar Events + collaborations_5c56c15f: Collaborations + commmessages_9fa33faa: CommMessages + communication_channels_a9abd037: Communication Channels + conferences_a0a8984b: Conferences + content_exports_e5a66f6a: Content Exports + content_migrations_c2841e9f: Content Migrations + content_security_policy_settings_3e87fcb2: Content Security Policy Settings + content_shares_e1e1: Content Shares + conversations_69a8dc26: Conversations + course_audit_log_77407457: Course Audit log + course_quiz_extensions_4102f98f: Course Quiz Extensions + courses_43204aae: Courses + custom_gradebook_columns_81944594: Custom Gradebook Columns + discussion_topics_b35ac745: Discussion Topics + enrollment_terms_8753ec11: Enrollment Terms + enrollments_e250c9c3: Enrollments + error_reports_7d6c8b1e: Error Reports + external_tools_6e77821: External Tools + favorites_c7e0207c: Favorites + feature_flags_52141c74: Feature Flags + files_c300e900: Files + grade_change_log_231f90e4: Grade Change Log + grading_periods_81941e66: Grading Periods + grading_standards_b73bfa72: Grading Standards + group_categories_7a569a4d: Group Categories + groups_6c90e26a: Groups + image_search_b0944fc2: Image Search + jwts_4f397c85: JWTs + late_policy_9d0e76b5: Late Policy + line_items_828f62cc: Line Items + liveassessments_92d9edc0: LiveAssessments + logins_9aee0cbe: Logins + media_objects_c2fa37cd: Media Objects + modules_c4325335: Modules + names_and_role_ebff0149: Names and Role + notification_preferences_cf47083d: Notification Preferences + originality_reports_1e36b935: Originality Reports + outcome_groups_3bc3b150: Outcome Groups + outcome_imports_c496a81f: Outcome Imports + outcome_results_23a0a117: Outcome Results + outcomes_d1b18d33: Outcomes + pages_e5414c2c: Pages + peer_reviews_e3a55964: Peer Reviews + plagiarism_detection_platform_assignments_fc19e0bd: Plagiarism Detection Platform Assignments + plagiarism_detection_platform_users_b0e5410f: Plagiarism Detection Platform Users + plagiarism_detection_submissions_4f322a00: Plagiarism Detection Submissions + planner_7fd46783: Planner + poll_sessions_516c4c26: Poll Sessions + pollchoices_f1cd038c: PollChoices + pollsubmissions_ce0ef4d: PollSubmissions + polls_d8096fb7: Polls + proficiency_ratings_e4078451: Proficiency Ratings + progress_9de4af8f: Progress + public_jwk_ee2d719d: Public JWK + quiz_assignment_overrides_cec1973b: Quiz Assignment Overrides + quiz_extensions_d2550649: Quiz Extensions + quiz_ip_filters_685f7f63: Quiz IP Filters + quiz_question_groups_bd0bb222: Quiz Question Groups + quiz_questions_ecea3c40: Quiz Questions + quiz_reports_ef7ddf1c: Quiz Reports + quiz_statistics_e57611c2: Quiz Statistics + quiz_submission_events_e8b69549: Quiz Submission Events + quiz_submission_files_4a5579d1: Quiz Submission Files + quiz_submission_questions_f25d1947: Quiz Submission Questions + quiz_submission_user_list_9d782163: Quiz Submission User List + quiz_submissions_75eaf377: Quiz Submissions + quizzes_7e598f57: Quizzes + result_8f971a09: Result + roles_730b879e: Roles + rubrics_b5ef369b: Rubrics + sis_import_errors_d7fe542b: SIS Import Errors + sis_imports_d88db59e: SIS Imports + sis_integration_ffd3705d: SIS Integration + score_f7ac9e08: Score + search_280d00bd: Search + sections_94731e51: Sections + services_ccd7bca0: Services + shared_brand_configs_e5d319d7: Shared Brand Configs + submission_comments_4fa03a17: Submission Comments + tabs_5605547e: Tabs + user_observees_40cec795: User Observees + users_d1b60cb0: Users + webhooks_subscriptions_ed524e73: Webhooks Subscriptions + epub_exports_3822c3f8: ePub Exports + invalid_timestamp_timestamp_not_parseable_dae79e92: Invalid timestamp - timestamp not parseable + invalid_timestamp_timestamp_in_future_5bc855d7: Invalid timestamp - timestamp in future + primary_brand_color_db79b428: Primary Brand Color + main_text_color_7d65ab1b: Main Text Color + link_color_55f8b835: Link Color + primary_button_3a98f4bc: Primary Button + primary_button_text_1f55d27b: Primary Button Text + secondary_button_36a86f03: Secondary Button + secondary_button_text_e92b3e52: Secondary Button Text + nav_background_fd299145: Nav Background + nav_icon_ca3fef59: Nav Icon + nav_icon_active_e4825558: Nav Icon Active + nav_text_94206145: Nav Text + nav_text_active_a924ae88: Nav Text Active + nav_avatar_border_3246beb1: Nav Avatar Border + nav_badge_3c67de17: Nav Badge + nav_badge_text_574b6eb: Nav Badge Text + nav_logo_background_ba33fb7f: Nav Logo Background + nav_logo_4b255c91: Nav Logo + responsive_global_nav_logo_99488e92: Responsive Global Nav Logo + watermark_c93fae0d: Watermark + watermark_opacity_ce3d3097: Watermark Opacity + favicon_6e658914: Favicon + mobile_homescreen_icon_f85d6b63: Mobile Homescreen Icon + windows_tile_color_2b786bd9: Windows Tile Color + windows_tile_square_b91d2b33: 'Windows Tile: Square' + windows_tile_wide_4d40910: 'Windows Tile: Wide' + right_sidebar_logo_5483dc0a: Right Sidebar Logo + background_color_b92b52ac: Background Color + background_image_1a401e1a: Background Image + body_shadow_d36e8c2e: Body Shadow + login_logo_5eecf564: Login Logo + top_box_background_6db383e9: Top Box Background + top_box_border_94cee4a7: Top Box Border + inner_box_background_6f9092f: Inner Box Background + inner_box_border_d0524b03: Inner Box Border + form_background_fb654518: Form Background + form_border_f61f12dc: Form Border + login_label_1dea0f9d: Login Label + login_link_color_a887a109: Login Link Color + login_footer_link_badb3898: Login Footer Link + login_footer_link_hover_1b474e6c: Login Footer Link Hover + login_instructure_logo_8f2332db: Login Instructure Logo + global_branding_df1cae12: Global Branding + global_navigation_8bee3501: Global Navigation + watermarks_other_images_e970fc6a: Watermarks & Other Images + login_screen_83518c07: Login Screen + accepted_formats_svg_png_jpg_gif_f793e4bc: 'Accepted formats: svg, png, jpg, gif' + appears_at_the_top_of_the_global_navigation_tray_t_f293877e: 'Appears at the top of the global navigation tray that opens on mobile sized screens. display height: 48px. Accepted formats: svg, png, jpg, gif' + this_image_appears_as_a_background_watermark_to_yo_1c6b4497: 'This image appears as a background watermark to your page. Accepted formats: png, svg, gif, jpeg' + specify_the_transparency_of_the_watermark_backgrou_f4d5cc1d: Specify the transparency of the watermark background image. + you_can_use_a_single_16x16_32x32_48x48_ico_file_85da88b5: You can use a single 16x16, 32x32, 48x48 ico file. + the_shortcut_icon_for_ios_android_devices_180x180__cc17b661: The shortcut icon for iOS/Android devices. 180x180 png + 558x558_png_jpg_gif_1_8x_the_standard_tile_size_so_c56cc472: 558x558 png, jpg, gif (1.8x the standard tile size, so it can be scaled up or down as needed) + 558x270_png_jpg_gif_c3faa839: 558x270 png, jpg, gif + a_full_size_logo_that_appears_in_the_right_sidebar_18873685: 'A full-size logo that appears in the right sidebar on the Canvas dashboard. Ideal size is 360 x 140 pixels. Accepted formats: svg, png, jpeg, gif' + accepted_formats_hex_rgba_rgb_hsl_42a37ef7: 'accepted formats: hex, rgba, rgb, hsl' + messages: + quiz_locked_at: This quiz was locked %{at}. + assignment_locked_at: This assignment was locked %{at}. + topic_locked_at: This topic was locked %{at}. + file_locked_at: This file was locked %{at}. + page_locked_at: This page was locked %{at}. + content_locked_at: This content was locked %{at}. + quiz_locked_until: This quiz is locked until %{date}. + assignment_locked_until: This assignment is locked until %{date}. + topic_locked_until: This topic is locked until %{date}. + file_locked_until: This file is locked until %{date}. + page_locked_until: This page is locked until %{date}. + content_locked_until: This content is locked until %{date}. + quiz_unpublished_module: This quiz is part of an unpublished module and is not available yet. + assignment_unpublished_module: This assignment is part of an unpublished module and is not available yet. + topic_unpublished_module: This topic is part of an unpublished module and is not available yet. + file_unpublished_module: This file is part of an unpublished module and is not available yet. + page_unpublished_module: This page is part of an unpublished module and is not available yet. + content_unpublished_module: This content is part of an unpublished module and is not available yet. + quiz_module_time_locked: This quiz is part of the module *%{module}*, which is locked until %{time}. + assignment_module_time_locked: This assignment is part of the module *%{module}*, which is locked until %{time}. + topic_module_time_locked: This topic is part of the module *%{module}*, which is locked until %{time}. + file_module_time_locked: This file is part of the module *%{module}*, which is locked until %{time}. + page_module_time_locked: This page is part of the module *%{module}*, which is locked until %{time}. + content_module_time_locked: This content is part of the module *%{module}*, which is locked until %{time}. + quiz_locked_module: This quiz is part of the module *%{module}* and hasn't been unlocked yet. + assignment_locked_module: This assignment is part of the module *%{module}* and hasn't been unlocked yet. + topic_locked_module: This topic is part of the module *%{module}* and hasn't been unlocked yet. + file_locked_module: This file is part of the module *%{module}* and hasn't been unlocked yet. + page_locked_module: This page is part of the module *%{module}* and hasn't been unlocked yet. + content_locked_module: This content is part of the module *%{module}* and hasn't been unlocked yet. + visit_modules_page: "*Visit the course modules page for information on how to unlock this content.*" + quiz_locked: This quiz is currently locked. + assignment_locked: This assignment is currently locked. + file_locked: This file is currently locked. + page_locked: This page is currently locked. + content_locked: This quiz is currently locked. + email: + footer: |- + You received this email because you are participating in one or more classes using Canvas. To change or turn off email notifications, visit: + %{url} + account_notification: + email: + html: + link: View Announcement on Dashboard + account_user_notification: + email: + subject: Account Admin Notification + url_info: |- + Visit the account page here: + %{url} + html: + subject: Account Admin Notification + url_info: Visit the account page + account_user_registration: + email: + subject: Canvas Account Admin Invitation + name_info: 'Name: %{name}' + email_info: 'Email: %{email}' + username_info: 'Username: %{username}' + url_info: |- + You'll need to register with Canvas before you can participate as an account admin. You can finish the registration process here: + %{url} + html: + subject: Canvas Account Admin Invitation + click_to_finish_registration: Click here to finish the registration process + name: Name + email: Email + username: Username + url_info_label: You'll need to register with Canvas before you can participate as an account admin. + added_to_conversation: + email: + unknown_user: Unknown User + subject: "%{user_name} just added you to a conversation in Canvas." + html: + unknown_user: Unknown User + subject: "%{user_name} just added you to a conversation in Canvas." + link_text: View Conversation + body: "%{user_name} just added you to a conversation in Canvas." + sms: + unknown_user: Unknown User + body: "%{user_name} just added you to a conversation in Canvas." + more_info: More info at %{url} + summary: + unknown_user: Unknown User + subject: "%{user_name} just added you to a conversation in Canvas." + body: "%{user_name} just added you to a conversation in Canvas." + twitter: + unknown_user: Unknown User + tweet: Canvas Alert - Added to conversation by %{user_name}. + alert: + email: + subject: 'Alert: %{user_name}' + body_student: + one: 'An alert has been triggered for you because the following condition has been met:' + other: 'An alert has been triggered for you because the following conditions have been met:' + body: + one: 'An alert has been triggered for %{student} because the following condition has been met:' + other: 'An alert has been triggered for %{student} because the following conditions have been met:' + interaction_description: No student/teacher interaction for %{count} days + ungraded_count_description: "%{count} or more submissions have not been graded" + ungraded_timespan_description: A submission has been left ungraded for %{count} days + usernote_description: No faculty journal entries for %{count} days + html: + subject: 'Alert: %{user_name}' + view_here: You can view it here + body_student: + one: 'An alert has been triggered for you because the following condition has been met:' + other: 'An alert has been triggered for you because the following conditions have been met:' + body: + one: 'An alert has been triggered for %{student} because the following condition has been met:' + other: 'An alert has been triggered for %{student} because the following conditions have been met:' + interaction_description: No student/teacher interaction for %{count} days + ungraded_count_description: "%{count} or more submissions have not been graded" + ungraded_timespan_description: A submission has been left ungraded for %{count} days + usernote_description: No faculty journal entries for %{count} days + sms: + body_student: An alert has been triggered for you + body: An alert has been triggered for %{student} + more_info: More info at %{url} + summary: + subject: 'Alert: %{user_name}' + body_student: + one: 'An alert has been triggered for you because the following condition has been met:' + other: 'An alert has been triggered for you because the following conditions have been met:' + body: + one: 'An alert has been triggered for %{student} because the following condition has been met:' + other: 'An alert has been triggered for %{student} because the following conditions have been met:' + interaction_description: + one: No student/teacher interaction for one day + other: No student/teacher interaction for %{count} or more days + ungraded_count_description: + one: One or more assignments have not been graded + other: "%{count} or more assignments have not been graded" + ungraded_timespan_description: + one: One or more submissions have been left ungraded for one or more days + other: One or more submissions have been left ungraded for %{count} or more days + usernote_description: + one: No faculty journal entries for a day or more + other: No faculty journal entries for %{count} or more days + twitter: + body_student: An alert has been triggered for you + body: An alert has been triggered for %{student} + announcement_created_by_you: + email: + labels: + file_included: File Included + html: + link: View Announcement + attached_file: Attached File + download: download + sms: + details: More info at %{url} + twitter: + body: 'Canvas Alert - You created this Announcement: %{title}, %{course}.' + announcement_reply: + email: + subject: 'New Comment on Announcement %{discussion_topic}: %{course}' + body: "%{user} posted a new comment on the announcement: %{discussion_topic} for %{course}:" + html: + subject: 'New Comment on Announcement %{discussion_topic}: %{course}' + link: Click here to join view the announcement + body: "%{user} posted a new comment on the announcement: %{discussion_topic} for %{course}:" + discussion_entry_reply_message: Join the conversation using the link below, or comment by replying to this message. When allowed, if you need to include an attachment, please log in to Canvas and reply to the announcement. + sms: + details: More info at %{url} + summary: + subject: 'New Comment on Announcement: %{discussion_topic}: %{course}' + twitter: + body: 'Canvas Alert - Announcement Comment: %{discussion_topic}, %{course}.' + appointment_canceled_by_user: + email: + subject: Reservation canceled for "%{appointment_name}" (%{course}) + message: '%{user} canceled his/her reservation for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + cancel_reason: Reason for canceling + no_reason_given: none given + instructions: 'View the appointment at the following link: %{link}' + html: + click_to_see_appointment: Click here to view the appointment + subject: Reservation canceled for %{appointment_name} (%{course}) + message: "%{user} canceled his/her reservation for %{appointment_name}." + details: Appointment Details + date_and_time: Date/Time + attendees: Attendees + group: Group + attendee: Attendee + slots_remaining: Available time slots + cancel_reason: Reason for canceling + no_reason_given: none given + sms: + message: '%{user} canceled his/her reservation for "%{appointment_name}".' + more_info: More info at %{url} + twitter: + message: Canvas Alert - %{user} canceled his/her reservation for "%{appointment_name}". + appointment_deleted_for_user: + email: + subject: Your time slot for "%{appointment_name}" has been canceled (%{course}) + message: '%{user} canceled your time slot for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + instructions: 'Sign up for a different time slot at the following link: %{link}' + html: + link_text: Click here to sign up for a different time slot + subject: Your time slot for %{appointment_name} has been canceled (%{course}) + message: "%{user} canceled your time slot for %{appointment_name}." + details: Appointment Details + date_and_time: Date/Time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + sms: + message: Your time slot for "%{appointment_name} was canceled". + more_info: More info at %{url} + twitter: + message: Canvas Alert - Your time slot for "%{appointment_name} was canceled". + appointment_group_deleted: + email: + subject: Appointments for "%{appointment_name}" have been canceled (%{course}) + message: All appointments for "%{appointment_name}" have been canceled. + labels: + details: Appointment details + dates: Date(s) + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + html: + subject: Appointments for %{appointment_name} have been canceled (%{course}) + link_text: View the appointment + message: All appointments for %{appointment_name} have been canceled. + details: Appointment Details + dates: Date(s) + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + sms: + message: All appointments for "%{appointment_name} have been canceled". + more_info: More info at %{url} + twitter: + message: Canvas Alert - All appointments for "%{appointment_name} have been canceled". + appointment_group_published: + email: + subject: Appointment "%{appointment_name}" is available for signup (%{course}) + message: Time slots for "%{appointment_name}" are now available for signup. + labels: + details: Appointment details + dates: Date(s) + signup_type: Signup Type + course: Course + slots_remaining: Available time slots + group_signup: Group (%{group_category}) + individual_signup: Individual + instructions: 'Sign up for a time slot at the following link: %{link}' + html: + subject: Appointment "%{appointment_name}" is available for signup (%{course}) + link_text: Sign up for a time slot + message: Time slots for "%{appointment_name}" are now available for signup. + details: Appointment Details + dates: Date(s) + signup_type: Signup Type + group_signup: Group (%{group_category}) + individual_signup: Individual + course: Course + slots_remaining: Available time slots + sms: + message: Signups are open for "%{appointment_name}". + more_info: More info at %{url} + summary: + subject: Appointment "%{appointment_name}" is available for signup (%{course}) + message: Time slots for "%{appointment_name}" are now available for signup (%{dates}). + twitter: + message: Canvas Alert - Signups are open for "%{appointment_name}". + appointment_group_updated: + email: + subject: Appointment "%{appointment_name}" has been updated (%{course}) + message: Time slots have been added to "%{appointment_name}" and are available for signup. + labels: + details: Appointment details + dates: Date(s) + signup_type: Signup Type + course: Course + slots_remaining: Available time slots + group_signup: Group (%{group_category}) + individual_signup: Individual + instructions: 'Sign up for a time slot at the following link: %{link}' + html: + subject: Appointment "%{appointment_name}" has been updated (%{course}) + link_text: Sign up for a time slot + message: Time slots have been added to "%{appointment_name}" and are available for signup. + details: Appointment Details + dates: Date(s) + group_signup: Group (%{group_category}) + individual_signup: Individual + course: Course + slots_remaining: Available time slots + sms: + message: New time slots are available for "%{appointment_name}". + more_info: More info at %{url} + summary: + subject: Appointment "%{appointment_name}" has been updated (%{course}) + message: Time slots have been added to "%{appointment_name}" and are available for signup (%{dates}). + twitter: + message: Canvas Alert - New time slots are available for "%{appointment_name}". + appointment_reserved_by_user: + email: + subject: User signed up for "%{appointment_name}" (%{course}) + message: '%{user} has signed up for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + instructions: 'View the appointment at the following link: %{link}' + html: + subject: User signed up for "%{appointment_name}" (%{course}) + link_text: View the appointment + message: '%{user} has signed up for "%{appointment_name}".' + details: Appointment Details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + sms: + message: '%{user} has signed up for "%{appointment_name}".' + more_info: More info at %{url} + twitter: + message: Canvas Alert - %{user} has signed up for "%{appointment_name}". + appointment_reserved_for_user: + email: + subject: You have been signed up for "%{appointment_name}" + message: '%{user} has signed you up for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + instructions: 'Sign up for a different time slot at the following link: %{link}' + html: + subject: You have been signed up for "%{appointment_name}" + link_text: Sign up for a different time slot + message: '%{user} has signed you up for "%{appointment_name}".' + details: Appointment Details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + sms: + message: You have been signed up for "%{appointment_name}". + more_info: More info at %{url} + summary: + subject: You have been signed up for "%{appointment_name}" (%{course}) + message: '%{user} has signed you up for "%{appointment_name}" (%{date_and_time}).' + twitter: + message: Canvas Alert - You have been signed up for "%{appointment_name}". + assignment_changed: + email: + subject: 'Assignment Changed: %{title}, %{course}' + body: "The assignment \"%{title}\" for %{course} has changed. \n\nClick here to view the assignment: \n%{url}" + html: + link: Click here to view the assignment + subject: 'Assignment Changed: %{title}, %{course}' + body: The assignment "%{title}" for %{course} has changed. + sms: + body: |- + %{title}, %{course} has changed. + + More info at %{website} + summary: + subject: 'Assignment Changed: %{title}, %{course}' + twitter: + assignment_change: 'Canvas Alert - Change: %{assignment_name}, %{course_name}' + assignment_created: + email: + labels: + click_to_see_assignment: Click here to view the assignment + assignment_due_date_changed: + email: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name}' + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name}, has changed to:' + no_due_date: No Due Date + labels: + click_to_see_assignment: Click here to view the assignment + html: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name}' + link_text: View the assignment + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name}, has changed to:' + no_due_date: No Due Date + summary: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name}' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + twitter: + assignment_change: 'Canvas Alert - Date Change: %{assignment_name}, %{course_name}' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + assignment_due_date_override_changed: + email: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name} (%{override})' + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name} (%{override}), has changed to:' + no_due_date: No Due Date + labels: + click_to_see_assignment: Click here to view the assignment + html: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name} (%{override})' + link: Click here to view the assignment + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name} (%{override}), has changed to:' + no_due_date: No Due Date + sms: + more_info_at_url: More info at %{web_address} + summary: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name} (%{override})' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + twitter: + assignment_change: 'Canvas Alert - Date Change: %{assignment_name}, %{course_name} (%{override})' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + assignment_graded: + email: + assignment_graded: 'Assignment Graded: %{assignment_name}, %{course_name}' + the_assignment_is_graded: The assignment, %{assignment_name}, has been graded. + labels: + view_here: You can view it here + html: + assignment_graded: 'Assignment Graded: %{assignment_name}, %{course_name}' + link: Click here to view the assignment + the_assignment_is_graded: The assignment, %{assignment_name}, has been graded. + sms: + assignment_is_graded: "%{assignment_name}, %{course_name} has been graded." + more_info_at: More info at %{web_address} + summary: + assignment_graded: 'Assignment Graded: %{assignment_name}, %{course_name}' + the_assignment_is_graded: The assignment, %{assignment_name}, has been graded. + twitter: + assignment_graded: 'Canvas Alert - Graded: %{assignment_name}, %{course_name}' + assignment_resubmitted: + email: + labels: + view_submission: You can view the submission here + assignment_submitted: + email: + labels: + view_submission: You can view the submission here + assignment_submitted_late: + email: + labels: + view_submission: You can view the submission here + html: + link: Click here to view the submission + assignment_unmuted: + email: + subject: 'Assignment Unmuted: %{title}, %{course}' + body: |- + Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + + You can view it here: + %{url} + html: + subject: 'Assignment Unmuted: %{title}, %{course}' + link: You can view it here + body: Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + sms: + body: |- + Your instructor has released grades and comments for %{title}, %{course}. + + More info at %{website} + summary: + subject: 'Grades and comments released for: %{title}, %{course}' + blueprint_content_added: + email: + subject: 'Blueprint Sync: %{name}' + body: Blueprint course changes have been synced to %{name}. + details_link: 'View changes: %{link}' + html: + subject: 'Blueprint Sync: %{name}' + details_link: View changes + body: Blueprint course changes have been synced to %{name}. + sms: + body: Blueprint course changes synced to %{name}. + link_message: More info at %{url} + summary: + subject: 'Blueprint Sync: %{name}' + body: 'Blueprint Sync: Changes synced to %{name}.' + twitter: + tweet: Canvas Alert - Blueprint course changes synced to %{name} + blueprint_sync_complete: + email: + subject: 'Blueprint Sync Finished: %{name}' + body: Your blueprint course, %{name}, has synced changes to all associated courses. + details_link: 'More info: %{link}' + html: + subject: 'Blueprint Sync Finished: %{name}' + details_link: More info + body: Your blueprint course, %{name}, has synced changes to all associated courses. + sms: + body: Blueprint course changes synced from %{name}. + link_message: More info at %{url} + summary: + subject: 'Blueprint Sync Finished: %{name}' + body: 'Blueprint Sync: Changes synced from %{name}.' + twitter: + tweet: Canvas Alert - Blueprint course changes synced from %{name}. + collaboration_invitation: + email: + subject: 'Collaboration Invitation: %{course_or_group}' + body: |- + You've been invited to collaborate on a document, %{document} for + %{course_or_group}. The document was created in %{service} + and you were invited using your email address, %{email}. + + If that's the wrong email address for this type of collaboration, you'll need to + change your profile settings or register with %{service}. + + You can see the details here: + %{link} + body_with_user: "You've been invited to collaborate on a document, %{document} for\n%{course_or_group}. The document was created by %{user}\nin %{service} and you were invited using your email address, %{email}.\n\nIf that's the wrong email address for this type of collaboration, you'll need to \nchange your profile settings or register with %{service}.\n\nYou can see the details here:\n%{link}" + html: + subject: 'Collaboration Invitation: %{course_or_group}' + link: You can see the details here + body_with_user: You've been invited to collaborate on a document, %{document} for %{course_or_group}. The document was created by %{user} in %{service} and you were invited using your email address, %{email}. + body: You've been invited to collaborate on a document, %{document} for %{course_or_group}. The document was created in %{service} and you were invited using your email address, %{email}. + change_profile_settings: If that's the wrong email address for this type of collaboration, you'll need to change your profile settings or register with %{service}. + sms: + body: |- + You were invited to collaborate on a document, %{document} for %{course_or_group}. + + More info at %{link} + summary: + subject: 'Collaboration Invitation: %{course_or_group}' + body: |- + You've been invited to collaborate on a document, %{document} for + %{course_or_group}. The document was created in %{service} + and you were invited using your email address, %{email}. + body_with_user: |- + You've been invited to collaborate on a document, %{document} for + %{course_or_group}. The document was created by %{user} + in %{service} and you were invited using your email address, %{email}. + twitter: + body: 'Canvas Alert - Collaboration Invite: %{document}, %{course_or_group}' + confirm_email_communication_channel: + email: + subject: 'Confirm Email: Canvas' + body: The email address, %{email} is being registered at %{website} for the user, %{user}. + details: 'To confirm this registration, please visit the following url:' + html: + subject: 'Confirm Email: Canvas' + details: Click here to confirm this registration + body: The email address, %{email} is being registered at %{website} for the user, %{user}. + confirm_registration: + email: + subject: 'Confirm Registration: %{product_name}' + body: Thank you for registering with %{product_name}! This email is confirmation that the user %{user} is registering for a new account at %{website}. + details: 'To finish the registration process, please visit the following url:' + html: + subject: 'Confirm Registration: %{product_name}' + link: Click here to finish the registration process + body: Thank you for registering with %{product_name}! This email is confirmation that the user %{user} is registering for a new account at %{website}. + confirm_sms_communication_channel: + sms: + body: |- + Confirm Canvas registration w/ code %{confirmation_code} for %{user} by visiting + %{website} + content_export_failed: + email: + subject: 'Course Export Failed: %{course}' + body: |- + There was a problem exporting the course "%{course}". + Please notify your system administrator, and give them the following export identifier: %{id}. + html: + subject: 'Course Export Failed: %{course}' + link: Click to view exports + body2: 'There was a problem exporting the course *%{course}*. Please notify your system administrator, and give them the following export identifier:' + content_export_finished: + email: + subject: 'Course Export Finished: %{course}' + body: Your content export for "%{course}" has finished. + html: + subject: 'Course Export Finished: %{course}' + body2: Your course export for *%{course}* has finished. + link: Click to view exports + content_link_error: + summary: + subject: Content Link Error - %{assignment_name} + conversation_created: + email: + unknown_user: Unknown User + attached_files: 'Attached Files:' + html: + unknown_user: Unknown User + audio_comment: 'This message includes media comments. To listen or reply, click the link below:' + reply_to_conversation_message: You can reply to this message in Canvas by replying directly to this email. If you need to include an attachment, please log in to Canvas and reply through the Inbox. + pre_you_can: You can + attached_files: 'Attached Files:' + download: download + sms: + more_info: More info at %{url} + summary: + unknown_user: Unknown User + subject: "%{user_name}, you just sent a message in Canvas." + body: "%{user_name}, you just sent a message in Canvas:" + twitter: + tweet: Canvas Alert - Message from %{user_name}. + conversation_message: + email: + unknown_user: Unknown User + attached_files: 'Attached Files:' + html: + unknown_user: Unknown User + audio_comment: 'This message includes media comments. To listen or reply, click the link below:' + reply_to_conversation_message: You can reply to this message in Canvas by replying directly to this email. If you need to include an attachment, please log in to Canvas and reply through the Inbox. + pre_you_can: You can + attached_files: 'Attached Files:' + download: download + audio_comment: 'This message includes media comments. To listen or reply, click the link below:' + sms: + unknown_user: Unknown User + summary: + unknown_user: Unknown User + subject: "%{user_name} just sent you a message in Canvas." + body: "%{user_name} just sent you a message in Canvas:" + twitter: + tweet: Canvas Alert - Message from %{user_name}. + enrollment_accepted: + email: + subject: "%{user} accepted the Course Invitation" + details: 'See the list of current enrollments here:' + html: + subject: "%{user} accepted the Course Invitation" + details: See the list of current enrollments + sms: + details: More info at %{url} + summary: + subject: "%{user} accepted the Course Invitation" + enrollment_invitation: + email: + subject: Course Invitation + labels: + name: Name + email: Email + username: Username + none: none + details: 'Visit the course page here:' + html: + subject: Course Invitation + link: Click here to view the course page + name: Name + email: Email + username: Username + none: none + sms: + labels: + name: Name + email: Email + username: Username + none: none + details: More info at %{url} + summary: + subject: Course Invitation + enrollment_notification: + email: + subject: Course Enrollment + labels: + name: Name + email: Email + username: Username + none: none + register: Visit %{link} to complete registration + details: 'Visit the course page here:' + html: + subject: Course Enrollment + complete_registration_link: Click here to complete registration + link: Click here to view the course page + name: Name + email: Email + username: Username + none: none + sms: + labels: + name: Name + email: Email + username: Username + none: none + details: More info at %{url} + summary: + subject: Course Enrollment + twitter: + body: 'Canvas Alert - Enrolled: course as %{role_type}' + enrollment_registration: + email: + subject: Course Invitation + labels: + name: Name + email: Email + username: Username + none: none + details: 'You''ll need to register with Canvas before you can participate in the class. To get started, visit the course page here:' + html: + subject: Course Invitation + link: Click here to view the course page + body: 'You''ve been invited to participate in a class at %{website}. The class is called %{course}. Course role: %{role_type}' + name: Name + email: Email + username: Username + none: none + details: You'll need to register with Canvas before you can participate in the class. + sms: + labels: + name: Name + email: Email + username: Username + none: none + details: More info at %{url} + summary: + subject: Course Invitation + event_date_changed: + email: + subject: 'Event Date Changed: %{event_title}, %{course_name}' + email_body: 'The event, %{event_title}, for the course, %{course_name}, has changed times. It''s now:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + labels: + see_details: You can see details here + html: + subject: 'Event Date Changed: %{event_title}, %{course_name}' + see_details: You can see details here + email_body: 'The event, %{event_title}, for the course, %{course_name}, has changed times. It''s now:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + sms: + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + more_info: More info at %{web_link} + summary: + subject: 'Event Date Changed: %{event_title}, %{course_name}' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + twitter: + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + email_body: 'The event, %{event_title}, for the course, %{course_name}, has changed times. It''s now: %{new_time}' + forgot_password: + email: + subject: 'Forgot Password: Canvas' + requested_password_reset: You requested a confirmation of your password for logging into Canvas. + labels: + associated_with_accounts: This address is associated with the following accounts + change_password_at: change this login's password at + click_to_reset: To set a new password, please click the following link + login_at_account: "%{login_email} at %{account_name}" + login_managed_by_account: this login's credentials are managed by %{account_name} + associated_login: This address is associated with the login, "%{login_identifier}". + password_from_account: The password for this login should have been given to you by the system administrators at %{account_name}, and Instructure doesn't have access to your password. If your password is not working, please contact the system administrators about changing or verifying your password. + html: + subject: 'Forgot Password: Canvas' + requested_password_reset: You requested a confirmation of your password for logging into Canvas. + labels: + associated_with_accounts: This address is associated with the following accounts + change_password_at: change this login's password at + login_at_account: "%{login_email} at %{account_name}" + login_managed_by_account: this login's credentials are managed by %{account_name} + associated_login: This address is associated with the login, "%{login_identifier}". + password_from_account: The password for this login should have been given to you by the system administrators at %{account_name}, and Instructure doesn't have access to your password. If your password is not working, please contact the system administrators about changing or verifying your password. + click_to_reset: Click here to set a new password + grade_weight_changed: + email: + labels: + subject: Grade Weight Changed + grades_based_on_percent: Grading is based on the weighted total for each assignment group + now_see_here: You can see details here + grade_changed: The grading policy for the course, %{course_name} has changed. + grading_based_on_points: Grading is based on total points for all assignments. + html: + labels: + subject: Grade Weight Changed + grades_based_on_percent: Grading is based on the weighted total for each assignment group + see_details: You can see details here + grade_changed: The grading policy for the course, %{course_name} has changed. + grading_based_on_points: Grading is based on total points for all assignments. + sms: + grade_changed: The grading policy for the course, %{course_name} has changed. + more_info_at: More info at %{course_url} + summary: + labels: + subject: Grade Weight Changed + grades_based_on_percent: Grading is based on the weighted total for each assignment group + grade_changed: The grading policy for the course, %{course_name} has changed. + grading_based_on_points: Grading is based on total points for all assignments. + twitter: + grade_changed: 'Canvas Alert - Grading Policy Changed: %{course_name}' + group_assignment_submitted_late: + email: + subject: 'Late Assignment: %{group_name}, %{assignment_name}' + body: The group %{group_name} has just turned in a late submission for %{assignment_name} in the course %{course_name}. + labels: + view_submission_here: You can view the submission here + html: + subject: 'Late Assignment: %{group_name}, %{assignment_name}' + view_submission_here: You can view the submission here + body: The group %{group_name} has just turned in a late submission for %{assignment_name} in the course %{course_name}. + sms: + subject: "%{group_name} just turned in their assignment (late), %{assignment_name}" + more_info: More info at %{web_address} + summary: + subject: 'Late Assignment: %{group_name}, %{assignment_name}' + body: The group %{group_name} turned in a late submission for %{assignment_name} in the course %{course_name}. + twitter: + subject: 'Canvas Alert - Late Group Submission: %{group_name}, %{assignment_name}' + group_membership_accepted: + email: + subject: 'Group Membership Accepted: %{group_name}' + group_request_accepted: 'Group Request Accepted: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + html: + subject: 'Group Membership Accepted: %{group_name}' + link: Click to check out the group + group_request_accepted: 'Group Request Accepted: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + sms: + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + more_info: More info at %{web_address} + summary: + subject: 'Group Membership Accepted: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + twitter: + account_group: 'Canvas Alert - Group Membership Accepted: %{group_name} for the account %{account_name}.' + course_group: 'Canvas Alert - Group Membership Accepted: %{group_name} for the course %{course_name}.' + group_membership_rejected: + email: + subject: 'Group Membership Rejected: %{group_name}' + group_request_rejected: 'Group Request Rejected: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + html: + subject: 'Group Membership Rejected: %{group_name}' + link: Click to view other groups + group_request_rejected: 'Group Request Rejected: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + sms: + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + more_info: More info at %{web_address} + summary: + subject: Group Membership Rejected for %{group_name} + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + twitter: + account_group: 'Canvas Alert - Group Membership Rejected: %{group_name} for the account %{account_name}.' + course_group: 'Canvas Alert - Group Membership Rejected: %{group_name} for the course %{course_name}.' + merge_email_communication_channel: + email: + subject: New Canvas Account + body: 'An account has been created for you at %{host}, but you already have a Canvas account. If you would like to merge them together, please visit the following url:' + html: + subject: New Canvas Account + account_created: An account has been created for you at %{host}, but you already have a Canvas account. + merge2: If you would like to merge them together, *click here* + new_account_user: + email: + subject: New Account User + body: New Account Admin for %{account} + details: A new admin, %{user}, has been added for the account %{account} + html: + subject: New Account User + body: New Account Admin for %{account} + details: A new admin, %{user}, has been added for the account %{account} + sms: + body: A new admin, %{user}, has been added for the account %{account} + details: More info at %{website} + summary: + subject: New Account User + body: A new admin, %{user}, has been added for the account %{account} + twitter: + body: 'Canvas Alert - New Admin: %{user}, %{account}' + new_announcement: + email: + labels: + file_included: File Included + html: + link: View announcement + attached_file: Attached File + twitter: + body: 'Canvas Alert - Announcement: %{title}, %{course}.' + new_context_group_membership: + email: + subject: New Group Membership for %{course_or_account} + title: 'New Group Membership: %{group_name}' + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + html: + subject: New Group Membership for %{course_or_account} + details: You can check out the group by clicking here + title: 'New Group Membership: %{group_name}' + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + sms: + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + details: More info at %{url} + summary: + subject: New Group Membership for %{course_or_account} + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + twitter: + body_account: 'Canvas Alert - New Group: %{group} for the account %{account}' + body_course: 'Canvas Alert - New Group: %{group} for the course %{course}' + new_context_group_membership_invitation: + email: + subject: New Group Membership for %{course_or_account} + title: 'New Group Membership: %{group_name}' + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + html: + subject: New Group Membership for %{course_or_account} + details: You can check out the group by clicking here + title: 'New Group Membership: %{group_name}' + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + sms: + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + details: More info at %{url} + summary: + subject: New Group Membership for %{course_or_account} + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + twitter: + body_account: 'Canvas Alert - Invitation: %{group} for the account %{account}' + body_course: 'Canvas Alert - Invitation: %{group} for the course %{course}.' + new_course: + email: + subject: New Course + title: New Course for %{account} + body: A course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + html: + subject: New Course + link: Click here to view the course + title: New Course for %{account} + body: A course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + sms: + body: A new course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + details: More info at %{url} + summary: + subject: New Course + body: A new course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + twitter: + body: 'Canvas Alert - New Course: %{course}, %{account}' + new_discussion_entry: + email: + subject: 'New Comment for %{discussion_topic}: %{course}' + body: "%{user} posted a new comment on the thread %{discussion_topic} for %{course}:" + html: + subject: 'New Comment for %{discussion_topic}: %{course}' + link: Click here to join the conversation + body: "%{user} posted a new comment on the thread %{discussion_topic} for %{course}:" + discussion_entry_reply_message: Join the conversation using the link below, or comment by replying to this message. When allowed, if you need to include an attachment, please log in to Canvas and reply to the discussion. + summary: + subject: 'New Comment for %{discussion_topic}: %{course}' + twitter: + body: 'Canvas Alert - Comment: %{discussion_topic}, %{course}.' + new_discussion_topic: + email: + subject: 'New Discussion - %{discussion_topic}: %{course}' + body: 'A new discussion has been started that may be interesting to you:' + labels: + file_included: File Included + details: 'Join the conversation here:' + html: + subject: 'New Discussion - %{discussion_topic}: %{course}' + link: Click here to join the conversation + body: 'A new discussion has been started that may be interesting to you:' + attached_file: Attached File + download: download + sms: + details: More info at %{url} + summary: + subject: 'New Discussion - %{discussion_topic}: %{course}' + twitter: + subject: 'Canvas Alert - Topic: %{discussion_topic}, %{course}' + new_event_created: + email: + subject: New Event - %{event_title}, %{course_name} + body: 'There''s a new event scheduled for %{course_name} that you should be aware of:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + labels: + see_details: You can see details here + html: + subject: New Event - %{event_title}, %{course_name} + see_details: You can see details here + body: 'There''s a new event scheduled for %{course_name} that you should be aware of:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + sms: + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + more_info: More info at %{web_address} + summary: + subject: New Event - %{event_title}, %{course_name} + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + twitter: + subject: 'Canvas Alert - Event: %{event_title}, %{course_name}' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + new_file_added: + email: + subject: 'New File Added: %{title}, %{name}' + body: 'A new file has been added for the course, %{name}:' + view: You can view it here + html: + subject: 'New File Added: %{title}, %{name}' + link: Click to view + body: 'A new file has been added for the course, %{name}:' + sms: + link: More info at %{link} + summary: + subject: 'New File Added: %{title}, %{name}' + twitter: + body: 'Canvas Alert - New File: %{title} (%{size}) for %{name}:' + new_files_added: + email: + subject: "%{count} new files added for the course, %{name}:" + body: "%{count} new files have been added for the course, %{name}:" + link: You can view them here + html: + subject: "%{count} new files added for the course, %{name}:" + see_details: You can view them here + body: "%{count} new files have been added for the course, %{name}:" + sms: + body: "%{count} new files added for %{name}." + link: More info at %{link} + summary: + subject: "%{count} new files added for the course, %{name}:" + body: "%{count} new files added for %{name}." + link: You can view them here + twitter: + body: Canvas Alert - %{count} new files for %{name} + new_student_organized_group: + email: + subject: New Student Group for %{course_or_account} + title: 'New Student Group: %{group_name}' + body_account: A new student organized group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new student organized group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + html: + subject: New Student Group for %{course_or_account} + details: Click here to see details for this group + title: 'New Student Group: %{group_name}' + body_account: A new student organized group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new student organized group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + sms: + body_account: A new group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + detail: More info at %{url} + summary: + subject: New Student Group for %{course_or_account} + body_account: A new student organized group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new student organized group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + twitter: + body_account: 'Canvas Alert - New Group: %{group_name} for the account %{account}' + body_course: 'Canvas Alert - New Group: %{group_name} for the course %{course}' + new_user: + email: + subject: New User + title: New User for %{account} + body: A new user, %{user}, has just registered for the account %{account} + html: + subject: New User + link: Click here to view user + body: A new user, %{user}, has just registered for the account %{account} + sms: + body: A new user, %{user}, has registered for the account %{account} + details: More info at %{url} + summary: + subject: New User + body: A new user, %{user}, has just registered for the account %{account} + twitter: + body: 'Canvas Alert - New User: %{user}, %{account}' + peer_review_invitation: + email: + subject: Assigned peer review for %{reviewee} + html: + link_message: Click here to complete your review + body: You've been invited to peer review %{reviewee}. Follow the link below to review them! + sms: + more_info: More info at %{url} + twitter: + body: You've been invited to peer review %{reviewee}. Follow the link below to review them! + pseudonym_registration: + email: + subject: 'Finish Registration: Canvas' + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + link_message: 'To finish the registration process, please visit the following url:' + html: + subject: 'Finish Registration: Canvas' + link: Click here to finish the registration process + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + sms: + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + link: 'Click the following url to finish the registration process: %{link}' + summary: + subject: 'Finish Registration: Canvas' + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + link_message: 'To finish the registration process, please visit the following url:' + twitter: + body: Canvas Alert - You have been registered for a Canvas account at %{account}! + pseudonym_registration_done: + email: + subject: Canvas Registration Complete + body: 'You have been registered for a Canvas account at %{account}! ' + link_message: 'Visit the following url to access your account:' + html: + subject: Canvas Registration Complete + body: You have been registered for a Canvas account at %{account}! + link: Click here to access your account + sms: + body: 'You have been registered for a Canvas account at %{account}! ' + link: Visit the following url to access your account %{link} + summary: + subject: Canvas Registration Complete + body: 'You have been registered for a Canvas account at %{account}! ' + link_message: 'Visit the following url to access your account:' + twitter: + body: 'Canvas Alert - You have been registered for a Canvas account at %{account}! ' + quiz_regrade_finished: + email: + subject: 'Quiz Regrade Finished: %{quiz}, %{context}' + body: A regrade has finished for the quiz %{quiz} + link_message: 'You can view the quiz here:' + html: + subject: 'Quiz Regrade Finished: %{quiz}, %{context}' + link_message: 'You can view the quiz here:' + body: A regrade has finished for the quiz %{quiz} + sms: + body_sms: Quiz Regrade Finished for %{title} in %{context}. + more_info: More info at %{url} + summary: + subject: 'Quiz Regraded: %{quiz}, %{context}' + body: A regrade has finished for your quiz %{title}. + twitter: + body: 'Canvas Alert - Quiz Regraded : %{quiz}' + report_generated: + email: + subject: Report Generated + link_message: 'Click here to download the report:' + html: + subject: Report Generated + link_message: Click here to download the report + report_generation_failed: + email: + subject: Report Generation Failed + html: + subject: Report Generation Failed + rubric_assessment_submission_reminder: + email: + subject: 'Reminder to Assess: %{rubric}, %{context}' + body: 'You''ve been reminded to assess: %{rubric}, %{context}:' + link_message: 'You can review the assessment and submit your entry here:' + html: + subject: 'Reminder to Assess: %{rubric}, %{context}' + link_message: Click here to review the assessment and submit your entry + body: 'You''ve been reminded to assess %{rubric}, %{context}:' + sms: + more_info: More info at %{url} + summary: + subject: 'Reminder to Assess: %{rubric}, %{context}' + body: 'You''ve been reminded to assess: %{rubric}, %{context}:' + twitter: + tweet: 'Canvas Alert - Reminder: assess %{rubric}, %{context}' + rubric_association_created: + email: + subject: 'New Assessment: %{title}, %{context}' + body: 'A new assessment has been created for %{context}:' + link_message: 'You can review the assessment and submit your entry here:' + html: + subject: 'New Assessment: %{title}, %{context}' + link_message: Click here to review the assessment and submit your entry + body: 'A new assessment has been created for %{context}:' + sms: + body: A new assessment has been created for %{context}. + more_info: More info at %{url} + summary: + subject: 'New Assessment: %{title}, %{context}' + body: 'A new assessment has been created for %{context}:' + twitter: + tweet: 'Canvas Alert - New Assessment: %{title}, %{context}.' + submission_comment: + email: + subject: 'Submission Comment: %{user}, %{assignment}, %{context}' + body: "%{author} just made a new comment on the submission for %{user} for %{assignment}" + html: + subject: 'Submission Comment: %{user}, %{assignment}, %{context}' + link_message: Click here to view the comment + body: "%{author} just made a new comment on the submission for %{user} for %{assignment}" + submission_comment_link_message: You can review the submission details using the link below, or can reply to this comment by responding to this message. When allowed, if you need to include an attachment, please log in to Canvas and reply to the submission. + sms: + body: New comment by %{author} for %{assignment}, %{user}, %{context}. + more_info: More info at %{url} + summary: + subject: 'Submission Comment: %{user}, %{assignment}, %{context}' + body: "%{author} just made a new comment on the submission for %{user} for %{assignment}." + twitter: + tweet: 'Canvas Alert - Comment: %{author} for %{assignment}, %{user}, %{context}.' + submission_grade_changed: + email: + subject: 'Grade Changed: %{assignment}, %{context}' + body: The grade on your assignment %{assignment_title} has been changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + link_message: 'You can review the assignment here:' + html: + subject: 'Grade Changed: %{assignment}, %{context}' + link_message: You can review the assignment here + body: The grade on your assignment %{assignment_title} has been changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + sms: + body_sms: Your grade for %{title} in %{context} just changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + more_info: More info at %{url} + summary: + subject: 'Grade Changed: %{title}, %{context}' + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + twitter: + no_date_set: No Date Set + tweet: 'Canvas Alert - Grade Change: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: "(pending review)" + submission_graded: + email: + subject: 'Assignment Graded: %{assignment}, %{context}' + body: Your assignment %{assignment} has been graded. + no_date_set: No Date Set + graded_date: 'graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: score pending review by the teacher + link_message: 'You can review the assignment here:' + html: + subject: 'Assignment Graded: %{assignment}, %{context}' + link_message: You can review the assignment here + body: Your assignment %{assignment} has been graded. + no_date_set: No Date Set + graded_date: 'graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: score pending review by the teacher + sms: + sms_body: "%{assignment} has been graded." + not_applicable: N/A + score: 'score: %{score} out of %{total}' + summary: + subject: 'Assignment Graded: %{assignment}, %{context}' + no_date_set: No Date Set + graded_date: 'graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: score pending review by the teacher + twitter: + tweet: 'Canvas Alert - Graded: %{assignment}, %{context}' + no_date_set: No Date Set + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: "(pending review)" + submission_needs_grading: + email: + subject: 'Quiz Submitted: %{quiz}, %{context}' + body: "%{user_name} has completed the quiz %{quiz_title}, and it requires manual grading." + submitted_date: 'submitted: %{date}' + link_message: 'You can review the submission here:' + html: + subject: 'Quiz Submitted: %{quiz}, %{context}' + link_message: You can review the submission here + body: "%{user_name} has completed the quiz %{quiz_title}, and it requires manual grading." + submitted_date: 'submitted: %{date}' + sms: + body_sms: Your grade for %{title}, %{context} just changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + more_info: More info at %{url} + summary: + subject: 'Quiz Submitted: %{quiz}, %{context}' + body: A submission has been turned in for your quiz, *%{title}*, and it requires manual grading. + submitted_date: 'submitted: %{date}' + twitter: + body: 'Canvas Alert - Quiz Submitted: %{quiz}, %{user_name}' + submission_posted: + email: + html: + link: You can view it here + body: Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + submissions_posted: + email: + html: + link: You can view the assignment here + summaries: + email: + subject: Recent Canvas Notifications + daily_body: 'You''re signed up to receive a daily report of some notifications from your Canvas account. Below is the report for %{date}:' + weekly_body: 'You''re signed up to receive a weekly report of some notifications from your Canvas account. Below is the report for the week ending %{date}:' + notifications_link: 'You can change your notification settings by visiting the following page:' + html: + subject: Recent Canvas Notifications + daily_body: 'You''re signed up to receive a daily report of some notifications from your Canvas account. Below is the report for %{date}:' + weekly_body: 'You''re signed up to receive a weekly report of some notifications from your Canvas account. Below is the report for the week ending %{date}:' + view: Click to view + sms: + notifications_sms: "%{notifications_count} new notifications at %{url}" + twitter: + tweet: Canvas Alert - %{notification_count} new notifications + updated_wiki_page: + email: + subject: 'Updated Page: %{title}, %{user}' + body: The page %{title} has been updated. + link_message: 'You can review it here: %{link}' + html: + subject: 'Updated Page: %{title}, %{user}' + link_message: Click here to review it + body: The page %{title} has been updated. + sms: + more_info: More info at %{url} + summary: + subject: 'Updated Page: %{title}, %{user}' + twitter: + tweet: 'Canvas Alert - Page Updated: %{title}, %{user}.' + web_conference_invitation: + email: + subject: 'Web Conference Invitation: %{name}' + body: You've been invited to participate in a web conference, %{title} for %{name}. + details_link: 'You can see the details here: %{link}' + html: + subject: 'Web Conference Invitation: %{name}' + details_link: Click here to see the details + body: You've been invited to participate in a web conference, %{title} for %{name}. + sms: + body: You were invited to join a web conference, %{title} for %{name}. + link_message: More info at %{url} + summary: + subject: 'Web Conference Invitation: %{name}' + body: You've been invited to participate in a web conference, %{title} for %{name}. + twitter: + tweet: 'Canvas Alert - Invite: attend %{title}, %{name}' + web_conference_recording_ready: + email: + subject: 'Web Conference Recording Ready: %{name}' + body: Your recording of %{title} for %{name} is ready. + details_link: 'You can see the details here: %{link}' + html: + subject: 'Web Conference Recording Ready: %{name}' + details_link: Click here to see the details + body: Your recording of %{title} for %{name} is ready. + sms: + body: Your recording of %{title} for %{name} is ready. + link_message: More info at %{url} + summary: + subject: 'Web Conference Recording Ready: %{name}' + body: Your recording of %{title} for %{name} is ready. + twitter: + tweet: 'Canvas Alert - Recording ready: %{title}, %{name}' + message: + meta_data: Meta Data + plain_text: Plain Text + titles: + subject: Subject + to: To + from_name: From Name + reply_to: Reply to + created_at: Created at + sent_at: Sent at + delay_for: Delay for + path_type: Path type + notification_name: Notification Name + actions: + reply: Reply + html_message: + html_not_exist: The HTML version of this message was not created nor sent + index: + titles: + messages: Messages for %{name} + course_already_started: + email: + course_already_started: Your course has already started + body: |- + Hi %{user}, + + %{course}, your course on Canvas Network, started a couple days ago, and we noticed you haven't logged in yet. We just wanted to send you one last reminder in case you forgot. + + To log in, go to %{site} and enter your username and password. If you haven't set a password yet, you can set one here: %{password_url} + + If you simply can't make this particular course, feel free to browse our course catalog at %{site} to find something else that inspires you. New courses are being added all the time! + + We hope to see you soon, + + Canvas Network + course_required_materials: + email: + course_required_materials: Materials and instructions for %{course} + body: |- + Hi %{user}, + + Good news! %{course}, the course you enrolled in on Canvas Network, will be starting soon. + + To help make sure you get the most from your course, you should check for any special instructions or course materials listed by the instructor. You can look for this on the course details page on Canvas Network, or just click the link below. + + %{url} + + Keep learning, + + Canvas Network + course_started: + email: + course_starts_today: Your course begins today + body: |- + Hello %{user}, + + This is a friendly reminder that %{course}, your course on Canvas Network, begins today. You can now log in to %{site} and get started! + + Don't forget to set up your Canvas Network profile, so others in the course know who you are. You can update your profile at %{profile_url} + + Keep learning, + + Canvas Network + course_starts_in_week: + email: + course_starts_next_week: Your course starts next week + body: |- + %{user}, + + It's almost time! %{course}, a course you enrolled in on Canvas Network, begins next week. We know how excited you must be, and we're excited too. + + What can you do to get ready? + + If you haven't already created your Canvas Network profile, you can log in and set it up at Canvas.net. Your profile will help other people in the course know who you are. There, you can also set up your notification preferences. + + Finally, you can review the required materials and any instructions for your course here: %{url} + + Keep learning, + + Canvas Network + account_suspended: + email: + subject: Institution Suspended + body: "%{institution} has been suspended. Please contact your Customer Success Manager to find out why." + messages: + failure: There was an error sending your email. Please reload the page and try again. + success: Your email is being delivered. + dialog: + title: Send a reply message + send_form: + labels: + message_body: Message + send_button: Send + this_topic_is_closed_for_comments_3dd10c00: This topic is closed for comments. + extract_error_error_file_names_a4989ed0: 'Extract error, %{error}: %{file_names}' + file_already_exists_bdc61895: file already exists + unknown_compression_method_b6a850b5: unknown compression method + file_name_too_long_ea535796: file name too long + unsafe_file_link_8a18eceb: unsafe file link + linked_quiz_message: linked with Quiz '%{title}' + linked_discussion_topic_message: linked with Discussion Topic '%{title}' + linked_with_wiki_page_title_b17c3521: linked with Wiki Page '%{title}' + linked_assignment_message: linked with Assignment '%{title}' + canvas: + migration: + errors: + file_does_not_exist: The file "%{file_path}" did not exist in the content package and could not be imported. + plugins: + errors: + all_fields_required: All fields are required + invalid_url: Invalid URL + fields_required: The field "%{field}" is required + need_integer: Please enter an integer for the play list cache + stream_name_required: The kinesis stream name is required. + endpoint_or_region_required: The AWS region (or endpoint) is required. + invalid_live_events_url: Invalid endpoint, must be a valid URL. + aws_creds_required: The AWS credentials are required. + login_expiration_minimum: Session expiration must be 20 minutes or greater + package_error: 'Error identifying package type: %{error}' + unsupported_package: Unsupported content package + course_copy_argument_error: A course copy requires a source course. + course_copy_not_allowed_error: You are not allowed to copy the source course. + course_copy_no_course_error: The source course was not found. + zip_argument_error: A .zip upload requires a folder to upload to. + zip_no_folder_error: The specified folder couldn't be found in this course. + pseudonym_sessions: + default_app_name: Third-Party Application + latest_outcome_import_context_is_not_self_300d5795: latest_outcome_import context is not self + canvas_cartridge_name: Canvas Cartridge Importer + canvas_cartridge_display: Canvas Common Cartridge + canvas_cartridge_description: This enables converting a canvas export to the intermediary json format to be imported + canvas_cartridge_file_description: Canvas Course Export Package + course_copy_name: Copy Canvas Course + course_copy_display: Course Copy + course_copy_description: Migration plugin for copying canvas courses + course_copy_file_description: Copy a Canvas Course + zip_file_name: ".zip file" + zip_file_display: File Import + zip_file_description: Migration plugin for unpacking .zip archives into course, group, or user files + zip_file_file_description: Unzip .zip file into folder + common_cartridge_name: Common Cartridge Importer + common_cartridge_display: Common Cartridge + common_cartridge_description: This enables converting a Common Cartridge packages in the intermediary json format to be imported + common_cartridge_file_description: Common Cartridge 1.x Package + ticketing_system_52205bff: Ticketing System + ticketing_system_configurations_c4fecd96: Ticketing system configurations + canvas_ticketing_email_connector_27e253ae: Canvas Ticketing Email Connector + pick_a_destination_we_ll_send_you_errors_fa0cb0e0: pick a destination, we'll send you errors + canvas_error_report_ff678539: Canvas Error Report + canvas_ticketing_web_post_connector_11158897: Canvas Ticketing Web Post Connector + pick_an_endpoint_we_ll_post_your_error_reports_the_71610f47: pick an endpoint, we'll post your error reports there + invalid_aws_configuration_e8a6ae0f: Invalid AWS Configuration + course_exports: + unknown_titles: + assignment: Unknown assignment + topic: Unknown topic + file: Unknown file + wiki_page: Unknown wiki page + errors: + assignment_is_locked: The assignment "%{title}" could not be copied because it is locked. + assignment: The assignment "%{title}" failed to export + course_settings: Failed to export course settings + module_meta: Failed to export module meta data + external_feeds: Failed to export external feeds + assignment_groups: Failed to export assignment groups + grading_standards: Failed to export grading standards + rubrics: Failed to export rubrics + learning_outcomes: Failed to export learning outcomes + file_meta: Failed to export file meta data + events: Failed to export calendar events + course_export: Error running course export. + organization: Failed to generate organization structure. + resources: Failed to link some resources. + question_bank: The question bank "%{title}" failed to export + quiz_is_locked: The quiz "%{title}" could not be copied because it is locked. + quiz: The quiz "%{title}" failed to export + quizzes: Some quizzes failed to export + canvas_meta: Failed to export canvas-specific meta data + wiki_pages: Failed to export wiki pages + assignments: Failed to export some assignments + topics: Failed to export some topics + web_links: Failed to export some web links + files: Failed to export some files + media_files: Failed to export some media files + lti_links: Failed to export some external tool configurations + tool_profiles: Failed to export some tool profiles + topic_is_locked: The topic "%{title}" could not be copied because it is locked. + topic: The discussion topic "%{title}" failed to export + file: The file "%{file_name}" failed to export + media_files_too_large: Media files were not exported because the total file size was too large. + media_file: A media file failed to export + wiki_page: The wiki page "%{title}" failed to export + errors_list_message: 'Export errors for export %{export_id}:' + pass_fail_3d9461b0: Pass/Fail + percentage_34ab7c2c: Percentage + letter_grade_29ff1938: Letter Grade + gpa_scale_a6d1cdea: GPA Scale + points_bb475533: Points + not_graded_e027c866: Not Graded + online_upload_59969592: Online Upload + online_text_entry_1d893ce: Online Text Entry + online_url_37830a72: Online URL + media_recording_77cddc52: Media Recording + on_paper_46d0ba36: On Paper + file_filename_could_not_be_included_in_the_epub_do_4bf71a87: File %{filename} could not be included in the ePub document. Please see separate zip file for access. + audio_content_is_not_supported_by_your_device_or_a_2f5037c6: Audio content is not supported by your device or app. + video_content_is_not_supported_by_your_device_or_a_25214f57: Video content is not supported by your device or app. + link_has_been_removed_because_content_is_not_prese_fd55f11: "(Link has been removed because content is not present or cannot be resolved.)" + table_of_contents_544d9471: Table Of Contents + invalid_xml_configuration_9c3f6bcf: Invalid XML Configuration + invalid_xml_syntax: Invalid xml syntax + invalid_url_in_xml: Invalid url in xml. Ampersands must be escaped. + retrieve_timeout: could not retrieve configuration, the server response timed out + this_package_includes_apip_file_s_which_are_not_co_b50b30a7: This package includes APIP file(s), which are not compatible with Canvas and were not included in the import. + this_package_includes_iwb_file_s_which_are_not_com_6e3c37d2: This package includes IWB file(s), which are not compatible with Canvas and were not included in the import. + this_package_includes_epub3_file_s_which_are_not_c_bbafef30: This package includes EPub3 file(s), which are not compatible with Canvas and were not included in the import. + this_package_includes_curriculum_standards_which_a_1a137060: This package includes Curriculum Standards, which are not compatible with Canvas and were not included in the import. + unknown_question_bank: Unknown question bank + unknown_quiz: Unknown quiz + cc: + private: Private (Copyrighted) + public_domain: Public Domain + by: CC Attribution + by_sa: CC Attribution Share Alike + by_nc: CC Attribution Non-Commercial + by_nc_sa: CC Attribution Non-Commercial Share Alike + by_nd: CC Attribution No Derivatives + by_nc_nd: CC Attribution Non-Commercial No Derivatives + course_card_image_5285f1bf: Course Card Image + syllabus: Course Syllabus + this_feature_can_t_be_disabled_because_there_is_at_a015b943: This feature can't be disabled because there is at least one sub-account or course with this feature enabled. + this_feature_can_t_be_enabled_while_autodetection__a3552fb4: This feature can't be enabled while autodetection of field separators is enabled + this_feature_can_t_be_enabled_while_semicolons_are_2e0adb54: This feature can't be enabled while semicolons are forced to be field separators + course_grade_grade_in_course_code_9fa854db: 'Course grade: %{grade}% in %{course_code}' + email: + default_from_name: Instructure Canvas + live_events_subscriptions_service_is_not_configure_8c6024e2: Live events subscriptions service is not configured + plagiarism_review_tool_is_missing_submission_event_75273069: Plagiarism review tool is missing submission event service + plagiarism_review_tool_submission_event_service_is_b023b4c7: Plagiarism review tool submission event service is missing endpoint + plagiarism_review_tool_error_513f47ff: Plagiarism review tool error + invalid_csv_file_2c076da5: Invalid CSV File + database_error_err_6393d244: Database error (%{err}) + file_has_no_data_213a4540: File has no data + file_has_no_outcomes_data_1517801f: File has no outcomes data + not_a_valid_utf_8_string_string_7f6819c: 'Not a valid utf-8 string: %{string}' + invalid_fields_after_ratings_fields_815ff223: 'Invalid fields after ratings: %{fields}' + missing_required_fields_fields_30e20799: 'Missing required fields: %{fields}' + invalid_fields_fields_8698284: 'Invalid fields: %{fields}' + mastery_points_f1672cc: mastery points + points_for_rating_tier_index_not_present_338d94e6: Points for rating tier %{index} not present + rating_tier_index_threshold_3f02a6d7: rating tier %{index} threshold + points_for_tier_index_must_be_less_than_points_for_9683c02: Points for tier %{index} must be less than points for prior tier (%{points} is greater than %{prior}) + invalid_value_for_name_i_4a7c601a: 'Invalid value for %{name}: "%{i}"' + the_field_field_is_required_56512820: The "%{field}" field is required + the_field_field_must_have_no_spaces_d1c2fc37: The "%{field}" field must have no spaces + field_must_be_either_active_or_deleted_329a42a: '"%{field}" must be either "%{active}" or "%{deleted}"' + invalid_field_type_61d31870: 'Invalid %{field}: "%{type}"' + invalid_fields_for_a_group_invalid_f440b733: 'Invalid fields for a group: %{invalid}' + an_outcome_group_can_only_have_one_parent_c626c13b: An outcome group can only have one parent + group_with_id_guid_already_exists_in_another_unrel_be1baf71: Group with ID %{guid} already exists in another unrelated course or account (%{name}) + group_guid_has_already_appeared_in_this_import_78f35ff3: Group "%{guid}" has already appeared in this import + outcome_with_id_guid_already_exists_in_another_unr_ee551c9d: Outcome with ID %{guid} already exists in another unrelated course or account (%{name}) + outcome_guid_has_already_appeared_in_this_import_b9b8b34: Outcome "%{guid}" has already appeared in this import + name_ea82c4df: '"%{name}"' + the_global_context_9c3a8062: the global context + cannot_modify_outcome_from_another_context_changes_a80561a4: 'Cannot modify outcome from another context: %{changes}; outcome must be modified in %{context}' + outcome_with_canvas_id_id_not_found_215c5227: Outcome with canvas id "%{id}" not found + outcome_group_with_canvas_id_id_not_found_5c2469cd: Outcome group with canvas id %{id} not found + parent_references_not_found_prior_to_this_row_miss_31723438: 'Parent references not found prior to this row: %{missing}' + invalid_date_or_datetime_for_field_b38fe386: Invalid date or datetime for %{field} + she_her_3f459cc2: She/Her + he_him_99aea1a8: He/Him + they_them_f4d17a04: They/Them + can_t_perform_diffing_against_more_than_one_file_o_44475c0d: Can't perform diffing against more than one file of the same type + couldn_t_generate_diff_message_a0528b20: 'Couldn''t generate diff: %{message}' + malformed_csv_aaa4b7f2: Malformed CSV + error_while_importing_csv_please_contact_support_e_57e6b3b: Error while importing CSV. Please contact support. (Error report %{number}) + invalid_utf_8_13c76a6: Invalid UTF-8 + couldn_t_find_canvas_csv_import_headers_487f1b6c: Couldn't find Canvas CSV import headers + skipping_unknown_file_type_cd1086ee: Skipping unknown file type + no_existing_user_provided_for_login_with_sis_id_us_6bcde71f: No existing user provided for login with SIS ID %{user_id} + sis_id_4495a887: SIS ID + canvas_id_f42f6ad: Canvas ID + an_existing_canvas_user_with_the_user_id_has_alrea_e487b0: An existing Canvas user with the %{user_id} has already claimed %{other_user_id}'s requested integration_id, skipping + an_existing_canvas_user_with_the_sis_id_user_id_or_64c7d5fa: An existing Canvas user with the SIS ID %{user_id} or login of %{login} already exists, skipping + an_existing_canvas_user_with_the_sis_id_user_id_ha_4b64d1c1: An existing Canvas user with the SIS ID %{user_id} has already claimed %{other_user_id}'s user_id requested login information, skipping + an_existing_canvas_user_with_the_user_id_has_alrea_aabbea6e: An existing Canvas user with the %{user_id} has already claimed %{other_user_id}'s user_id requested login information, skipping + could_not_find_the_existing_user_for_login_with_si_6968e3e6: Could not find the existing user for login with SIS ID %{user_id}, skipping + an_existing_user_does_not_match_existing_user_ids__156c7a52: An existing user does not match existing user ids provided for login with SIS ID %{user_id}, skipping + cannot_set_the_due_date_to_a_date_within_a_closed__8c88c45d: Cannot set the due date to a date within a closed grading period + cannot_change_the_due_date_when_due_in_a_closed_gr_965b99cb: Cannot change the due date when due in a closed grading period + cannot_change_the_due_date_to_a_date_within_a_clos_61eb0951: Cannot change the due date to a date within a closed grading period + cannot_set_override_due_date_to_a_date_within_a_cl_a3fa90e6: Cannot set override due date to a date within a closed grading period + cannot_change_the_due_date_of_an_override_in_a_clo_4b3a4dcd: Cannot change the due date of an override in a closed grading period + cannot_change_an_override_due_date_to_a_date_withi_8b1be496: Cannot change an override due date to a date within a closed grading period + cannot_delete_an_override_with_a_due_date_within_a_fa94ca3b: Cannot delete an override with a due date within a closed grading period + cannot_set_only_visible_to_overrides_when_due_in_a_fac518ce: Cannot set only visible to overrides when due in a closed grading period + can_create_and_view_assignment_data_in_the_gradebo_ab56f20: Can create and view assignment data in the gradebook associated with the tool. + can_view_assignment_data_in_the_gradebook_associat_36ab163c: Can view assignment data in the gradebook associated with the tool. + can_view_submission_data_for_assignments_associate_dd06f583: Can view submission data for assignments associated with the tool. + can_create_and_update_submission_results_for_assig_51e7033d: Can create and update submission results for assignments associated with the tool. + can_retrieve_user_data_associated_with_the_context_c5ec482c: Can retrieve user data associated with the context the tool is installed in. + can_update_public_jwk_for_lti_services_26037129: Can update public jwk for LTI services. + can_create_subscription_to_data_service_data_bb2874f2: Can create subscription to data service data. + can_show_subscription_to_data_service_data_688ce3: Can show subscription to data service data. + can_update_subscription_to_data_service_data_374a0c89: Can update subscription to data service data. + can_list_subscriptions_to_data_service_data_b52d5e37: Can list subscriptions to data service data. + can_destroy_subscription_to_data_service_data_b8dfca27: Can destroy subscription to data service data. + can_list_categorized_event_types_52596f7: Can list categorized event types. + can_view_feature_flags_c92e0aa9: Can view feature flags + an_error_occurred_while_attempting_to_contact_turn_b7de17d6: An error occurred while attempting to contact Turnitin. + there_was_an_error_submitting_to_the_similarity_de_eb6a261: There was an error submitting to the similarity detection service. Please try resubmitting the file before contacting support. + update_your_notification_settings_ed9564f3: Update your notification settings + you_ve_been_given_an_account_role_for_the_account__18e0ef38: 'You''ve been given an account role for the %{account} account at %{website}. Role type: %{role_type}.' + user_name_just_added_you_to_a_conversation_in_canv_7b278b51: "%{user_name} just added you to a conversation in Canvas. To view the conversation, click this link: %{link}." + you_created_an_announcement_in_course_c49e3d70: You created an announcement in %{course} + comment_by_replying_to_this_message_or_join_the_co_886bc612: 'Comment by replying to this message, or join the conversation using this link: %{link}.When allowed, if you need to include an attachment, please log in to Canvas and reply to the announcement.' + join_the_conversation_using_this_link_link_9017499: 'Join the conversation using this link: %{link}.' + join_the_conversation_using_the_link_below_54ab1f0e: Join the conversation using the link below. + new_comment_on_announcement_discussion_topic_cours_7905b782: New Comment on Announcement %{discussion_topic}, %{course} + signup_type_8b4506f3: Signup Type + assignment_created_assignment_name_course_name_324a5639: Assignment Created - %{assignment_name}, %{course_name} + a_new_assignment_has_been_created_for_your_course__12b72639: A new assignment has been created for your course, %{course_name} + due_multiple_dates_ea8a95e1: 'due: Multiple Dates' + due_no_due_date_3c1d1651: 'due: No Due Date' + due_assignment_due_date_time_607f2e1d: 'due: %{assignment_due_date_time}' + view_the_assignment_e61ca4fc: View the assignment + new_assignment_for_course_name_f71dd337: New assignment for %{course_name} + canvas_alert_change_assignment_name_course_name_2fc63d9c: 'Canvas Alert - Change: %{assignment_name}, %{course_name}' + assignment_name_is_now_due_80025e91: "%{assignment_name} is now due:" + assignment_name_is_now_due_no_due_date_d3127a8f: "%{assignment_name} is now due: No Due Date" + assignment_name_course_name_override_is_now_due_ed5ce1e: "%{assignment_name}, %{course_name} (%{override}) is now due" + assignment_name_course_name_override_no_longer_has_5a94da2b: "%{assignment_name}, %{course_name} (%{override}) no longer has a due date" + click_here_to_view_the_submission_24777a69: Click here to view the submission + content_link_error_assignment_name_course_name_b8be789a: Content Link Error - %{assignment_name}, %{course_name} + students_are_attempting_to_access_unpublished_cont_be329862: Students are attempting to access unpublished content, %{bad_link}, in %{asset_link}. + students_are_clicking_on_bad_link_to_content_that__d9c51d0d: Students are clicking on %{bad_link} to content that has been removed in %{asset_link}. + in_asset_link_students_are_clicking_bad_link_to_co_da1ae5ea: In %{asset_link}, students are clicking %{bad_link} to content in a different course. + in_asset_link_students_are_clicking_bad_link_to_co_dae988cd: In %{asset_link}, students are clicking %{bad_link} to content they cannot access. + in_asset_link_students_are_clicking_bad_link_to_a__be07a02b: In %{asset_link}, students are clicking %{bad_link} to a non-existent page in your course. + to_check_for_other_broken_links_visit_validator_li_e350c852: To check for other broken links, visit %{validator_link} + to_check_for_other_broken_links_visit_the_validato_ba3b3f1e: To check for other broken links, visit the %{validator_link} + to_check_for_other_broken_links_visit_the_course_l_ace6921d: To check for other broken links, visit the Course Link Validator + canvas_alert_students_are_attempting_to_access_unp_be207cdc: Canvas Alert - Students are attempting to access unpublished content, %{bad_link}, in %{asset_link}. + canvas_alert_students_are_clicking_on_bad_link_to__d5e1e282: Canvas Alert - Students are clicking on %{bad_link} to content that has been removed in %{asset_link}. + canvas_alert_in_asset_link_students_are_clicking_b_da080154: Canvas Alert - In %{asset_link}, students are clicking %{bad_link} to content in a different course. + canvas_alert_in_asset_link_students_are_clicking_b_4cfcfbff: Canvas Alert - In %{asset_link}, students are clicking %{bad_link} to content they cannot access. + canvas_alert_in_asset_link_students_are_clicking_b_d3ff2650: Canvas Alert - In %{asset_link}, students are clicking %{bad_link} to a non-existent page in your course. + user_name_you_just_sent_a_message_in_canvas_b1fd4598: "%{user_name}, you just sent a message in Canvas." + user_name_you_just_sent_a_message_in_canvas_do_not_7c7bc1c6: "%{user_name}, you just sent a message in Canvas - Do not reply" + view_this_message_in_conversations_5a16bc9f: View this message in Conversations + reply_to_this_message_in_canvas_7ec72dce: Reply to this message in Canvas + this_message_includes_media_comments_to_listen_or__5fc98641: 'This message includes media comments. To listen or reply, click this link: %{link}.' + you_can_reply_to_this_message_in_canvas_by_replyin_c9f9abb: 'You can reply to this message in Canvas by replying directly to this email, or by clicking this link: %{link}. If you need to include an attachment, please log in to Canvas and reply through the Inbox.' + please_do_not_reply_to_this_email_it_will_not_be_d_1e49982a: Please do not reply to this email, it will not be delivered. + you_can_fac644aa: 'You can ' + reply_to_this_message_in_canvas_2542e450: reply to this message in Canvas. + you_just_sent_a_message_in_canvas_86b4945c: You just sent a message in Canvas + user_name_just_sent_you_a_message_in_canvas_a2cb3bf4: "%{user_name} just sent you a message in Canvas." + user_name_just_sent_you_a_message_in_canvas_do_not_16b13cf2: "%{user_name} just sent you a message in Canvas - Do not reply" + new_canvas_message_from_user_name_94cc720: New Canvas message from %{user_name} + user_just_accepted_their_invitation_to_participate_7a4b2ce4: "%{user} just accepted their invitation to participate in the course, %{course}. Course role: %{role_type}" + user_accepted_their_invitation_for_the_course_cour_9d600393: "%{user} accepted their invitation for the course, %{course}." + course_role_role_type_119c2f64: 'Course role: %{role_type}' + accepted_user_role_type_course_course_2ce91589: 'Accepted: %{user}, %{role_type}, course, %{course}' + you_ve_been_invited_to_participate_in_the_course_c_a8d1f6a8: 'You''ve been invited to participate in the course, %{course}. Course role: %{role_type}' + get_started_b9507525: Get Started + you_ve_been_invited_to_the_course_course_2aac8140: You've been invited to the course, %{course}. + you_ve_been_invited_to_the_course_course_course_ro_a74d748b: 'You''ve been invited to the course, %{course}. Course role: %{role_type}' + canvas_alert_invited_course_as_role_type_9ed79ce3: 'Canvas Alert - Invited: %{course} as %{role_type}' + you_ve_been_enrolled_in_the_course_course_course_r_2b2f00f9: 'You''ve been enrolled in the course, %{course}. Course role: %{role_type}' + you_ve_been_enrolled_in_the_course_course_67b2e1b7: You've been enrolled in the course, %{course}. + you_ve_been_invited_to_participate_in_a_class_at_w_b87cd481: 'You''ve been invited to participate in a class at %{website}. The class is called %{course}. Course role: %{role_type}' + you_ve_been_invited_to_course_90764f1: You've been invited to %{course}. + canvas_alert_invited_course_as_role_type_ea825937: 'Canvas Alert - Invited: course as %{role_type}' + event_title_course_name_changed_to_37510fbb: "%{event_title}, %{course_name} changed to" + you_can_check_out_the_group_by_clicking_this_link__10fb5deb: 'You can check out the group by clicking this link: %{link}.' + you_can_check_out_other_groups_by_clicking_this_li_1c09e4fb: 'You can check out other groups by clicking this link: %{link}' + access_token_created_or_regenerated_4ce9ed1f: Access Token Created or Regenerated + a_canvas_security_token_was_just_generated_for_you_efeeac68: 'A Canvas security token was just generated for your account. If you requested a user token, no further action is necessary. If you did not request a token or would like to manage your canvas access tokens, you can do so here:' + manage_user_settings_827ab12d: Manage User Settings + new_announcement_title_30ba7c1b: 'New announcement: %{title}' + you_can_check_out_the_group_by_clicking_this_link__e49e4f1d: 'You can check out the group by clicking this link: %{link}' + comment_by_replying_to_this_message_or_join_the_co_52b5ac1c: 'Comment by replying to this message, or join the conversation using this link: %{link}. When allowed, if you need to include an attachment, please log in to Canvas and reply to the discussion.' + new_comment_discussion_topic_by_user_name_666ccfa: 'New comment: %{discussion_topic} by %{user_name}' + discussion_content_is_locked_or_not_yet_available_ab6d5314: Discussion content is locked or not yet available + new_topic_for_course_3d98222a: New Topic for %{course} + content_not_available_7b2e004: Content not available + new_event_for_course_name_2ba1f734: New event for %{course_name} + new_file_added_for_name_a5ec3156: New file added for %{name} + you_can_see_details_for_this_group_by_clicking_thi_acaf07e5: 'You can see details for this group by clicking this link: %{link}.' + you_ve_been_invited_to_peer_review_reviewee_follow_2e71fce2: 'You''ve been invited to peer review %{reviewee}. Follow this link to review them: %{link}.' + you_ve_been_invited_to_peer_review_reviewee_82580fb: You've been invited to peer review %{reviewee}. + you_ve_been_reminded_to_assess_rubric_context_70eeb600: You've been reminded to assess %{rubric}, %{context}. + this_message_includes_media_comments_to_listen_or__df72d662: 'This message includes media comments. To listen or reply, click this link: %{link}. When allowed, if you need to include an attachment, please log in to Canvas and reply to the submission.' + you_can_review_the_submission_details_by_clicking__9abc5515: 'You can review the submission details by clicking this link: %{link}.' + you_can_review_the_submission_details_using_the_li_c25dd615: You can review the submission details using the link below. + you_can_reply_to_this_comment_by_responding_to_thi_4fd1379e: 'You can reply to this comment by responding to this message, or review the submission details using this link: %{link}. When allowed, if you need to include an attachment, please log in to Canvas and reply to the submission' + you_can_review_the_submission_details_using_this_l_c7f51917: 'You can review the submission details using this link: %{link}.' + attached_files_4c1d26cf: 'Attached Files:' + click_here_to_review_the_submission_ae017c01: Click here to review the submission + this_message_includes_media_comments_to_listen_or__75ea03a1: 'This message includes media comments. To listen or reply, click the link below:' + you_can_review_the_submission_details_by_clicking__58a7753: 'You can review the submission details by clicking the link below:' + the_grade_on_assignment_assignment_title_has_been__f2487efc: The grade on assignment %{assignment_title} has been changed for %{name}. + the_grade_for_title_in_context_for_name_just_chang_caef1c12: The grade for %{title} in %{context} for %{name} just changed. + for_name_d5684bfd: For %{name} + canvas_alert_grade_change_date_for_name_56f680ed: 'Canvas Alert - Grade Change: %{date} for %{name}' + assignment_has_been_graded_for_name_4384f9b: "%{assignment} has been graded for %{name}." + canvas_alert_graded_assignment_context_for_name_459fdf31: 'Canvas Alert - Graded: %{assignment}, %{context} for %{name}' + submission_posted_title_course_138bd744: 'Submission Posted: %{title}, %{course}' + your_instructor_has_released_grade_changes_and_new_ffe458c8: |- + Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + + Your can view it here: + %{url} + your_instructor_has_released_grade_changes_and_new_218d61bb: |- + Your instructor has released grade changes and new comments for %{title}, %{course}. + + More info at %{url} + grade_changes_and_new_comments_released_for_title__f1350f92: 'Grade changes and new comments released for: %{title}, %{course}' + submissions_posted_title_course_43677dba: 'Submissions Posted: %{title}, %{course}' + grade_changes_and_comments_have_been_released_for__624411ff: 'Grade changes and comments have been released for everyone graded in sections: %{section_names}.' + grade_changes_and_comments_have_been_released_for__79d3473e: Grade changes and comments have been released for everyone graded. + grade_changes_and_comments_have_been_released_for__5d6a01a0: 'Grade changes and comments have been released for everyone in sections: %{section_names}.' + grade_changes_and_comments_have_been_released_for__3978b741: Grade changes and comments have been released for everyone. + body_text_you_can_view_the_assignment_here_url_a4d5092c: |- + %{body_text} + + You can view the assignment here: + %{url} + body_text_more_info_at_url_754b1a5a: |- + %{body_text} + + More info at %{url} + wiki_page_content_is_locked_or_not_yet_available_6fdad388: Wiki page content is locked or not yet available + user_just_updated_title_88074ab2: "%{user} just updated %{title}" + remove_name_as_an_admin_c296cf49: Remove %{name} as an admin + add_a_new_course_4a041207: Add a New Course + add_a_new_user_c440d053: Add a New User + buttons: + cancel: Cancel + filter: Filter + authorize_google_drive: Authorize Google Drive Access + update: Update + save: Save + unpublished: Unpublished + publish: Publish + unpublish: Unpublish + published: Published + search: Search + refresh: refresh + back_to_outcomes: Back to Outcomes + show_all_artifacts: Show All Artifacts + apply: Apply + submit: Submit + add_item: Add Item + find_user: Find User + delete: Delete + login: Login + send: Send + okay: Okay + import: Import + done: Done + delete_file: Delete file %{name} + choose_a_file: Choose a File + blueprint_course_e16ed131: Blueprint Course + last_pushed_update_last_export_at_9f634f7c: 'Last Pushed Update: %{last_export_at}' + show_only_blueprint_courses_9fb37b41: Show only blueprint courses + sort_courses_cf94b8d4: Sort courses + sort_40afa70: 'Sort:' + announcement_type_b231573b: Announcement type + information_816d9fa5: information + error_59293a2c: error + warning_6576b5b8: warning + question_f06476d1: question + calendar_283a9ed9: calendar + message_5c38209d: Message + enter_account_domain_to_substitute_the_user_s_root_1b79eac2: Enter "{{ACCOUNT_DOMAIN}}" to substitute the user's root account domain + enter_canvas_user_id_to_substitute_the_user_s_uniq_b2a75735: Enter "{{CANVAS_USER_ID}}" to substitute the user's unique Canvas ID + only_show_announcement_on_current_account_domain_fc341eea: Only show announcement on current account domain + show_to_d57767f: Show to + course_roles_1314f962: Course roles + send_this_announcement_to_users_with_the_course_ro_46904d40: Send this announcement to users with the course role of %{role} + unenrolled_users_e7632d24: Unenrolled users + send_this_announcement_to_unenrolled_users_4ea549d7: Send this announcement to unenrolled users + account_roles_d13f8f75: Account roles + send_this_announcement_to_users_with_the_account_r_bd69c809: Send this announcement to users with the account role of %{role} + announcement_starts_at_2e987a38: Announcement starts at + announcement_ends_at_4ccc2a7e: Announcement ends at + re_send_notification_directly_to_users_when_announ_c421cea5: Re-send notification directly to users when announcement starts + send_notification_directly_to_users_when_announcem_c3aac61c: Send notification directly to users when announcement starts + cancel_caeb1e68: Cancel + save_changes_698abe77: Save Changes + external_integration_keys_8b4f4548: External Integration Keys + sis_agent_token_authentication_2a0b29e3: SIS Agent Token Authentication + this_will_allow_you_to_authenticate_canvas_for_pos_fdfca40: This will allow you to authenticate Canvas for posting grades to SIS + user_observers_454d4303: User Observers + change_sis_ids_3a47154d: Change SIS IDs + there_were_a_total_of_count_errors_db1d89de: There were a total of %{count} errors. + there_were_a_total_of_count_warnings_6405df1e: There were a total of %{count} warnings. + sis_integration_settings_18c28506: SIS Integration Settings + if_you_wish_you_can_rename_sis_to_something_more_f_ac9ef13b: If you wish, you can rename "SIS" to something more familiar to your staff + sis_friendly_name_52b5683d: SIS friendly name + sis_imports_17308c02: SIS imports + include_integration_ids_in_the_gradebook_exports_4b94c795: Include Integration IDs in the gradebook exports. + sis_syncing_635bfb63: SIS syncing + additional_settings_for_sis_syncing_f926973e: Additional settings for SIS syncing + lock_this_setting_for_sub_accounts_2ae5af17: Lock this setting for sub-accounts + default_sis_sync_for_assignments_quizzes_grade_dis_3b2b4878: Default SIS Sync for assignments, quizzes, grade discussion + additional_sis_sync_assignment_quiz_and_discussion_d941fa5: Additional SIS Sync Assignment, Quiz, and Discussion settings + require_assignment_due_date_778b200d: Require assignment due date + limit_assignment_names_lengths_max_255_5ee9ebb5: Limit assignment names lengths (max 255) + sis_grade_export_settings_45a9f709: SIS Grade Export Settings + sync_grades_to_sis_checkbox_is_enabled_by_default__fad7a785: '"Sync Grades to SIS" checkbox is enabled by default for assignments, graded discussions, and quizzes' + reported_3de7086a: Reported + re_reported_b9671073: Re-Reported + locked_762f138b: Locked + approved_c3b285d4: Approved + deleting_a_user_will_destroy_all_of_their_eportfol_7f9ff34a: Deleting a user will destroy all of their ePortfolios. Alternatively, ePortfolios can be individually marked as 'spam' or 'safe' to modify their visibility. + explanation_of_statuses_90a26d07: 'Explanation of statuses:' + needs_review_flagged_as_possible_spam_instructure__5fb1dd92: "'Needs review: flagged as possible spam': Instructure's systems have identified this ePortfolio as possible spam, and it needs administrator review. It is only visible to the original author and administrators." + marked_as_spam_an_administrator_has_reviewed_this__9af72a8b: "'Marked as spam': An administrator has reviewed this ePortfolio and marked it as spam. It is only visible to the original author and administrators." + marked_as_safe_an_administrator_has_reviewed_this__4f57f42e: "'Marked as safe': An administrator has reviewed this ePortfolio and marked it as safe. It is visible to its original intended audience." + author_215203d2: Author + eportfolio_3c009f9c: Eportfolio + currently_visible_to_e2f85345: Currently Visible To + needs_review_flagged_as_possible_spam_233657fb: 'Needs review: flagged as possible spam' + marked_as_spam_ab87846d: Marked as spam + marked_as_safe_f7f953df: Marked as safe + not_reviewed_c38d9e97: Not reviewed + administrators_and_author_only_flagged_as_possible_42345cba: Administrators and author only (flagged as possible spam) + administrators_and_author_only_marked_as_spam_184becce: Administrators and author only (marked as spam) + everyone_public_45ff1f25: Everyone (public) + anyone_with_a_direct_link_private_b3bc9661: Anyone with a direct link (private) + download_report_77164f62: Download Report + security_7a7e8808: Security + this_is_a_comma_separated_list_of_url_s_to_trust_t_a6611f4: This is a comma separated list of URL's to trust. Trusting any URL's in this list will bypass the CSRF token when logging in to Canvas. + default_view_for_dashboard_ea91b60f: Default View for Dashboard + overwrite_all_users_existing_default_dashboard_pre_9b2ad7d1: Overwrite all users' existing default dashboard preferences + restrict_students_from_accessing_courses_before_st_f7c22c00: Restrict students from accessing courses before start date + restrict_students_from_accessing_courses_after_end_7dd66bce: Restrict students from accessing courses after end date + allow_students_to_download_course_content_and_view_810e66ec: Allow students to download course content and view offline + copyright_and_license_information_must_be_provided_5feffaf: Copyright and license information must be provided for files before they are published. + slack_api_key_92f0c667: Slack Api Key + current_slack_api_key_9eba6a5: 'Current Slack Api Key:' + new_slack_api_key_453d04d: New Slack Api Key + personal_pronouns_7d271f52: Personal Pronouns + remove_pronouns_pronoun_c8b03d78: Remove Pronouns %{pronoun} + add_pronouns_option_906ff625: Add pronouns option + acceptable_use_policy_29a28124: Acceptable Use Policy + license_type_6b74b543: License Type + old_policy_39e4f77: Old Policy + allow_passive_acceptance_of_terms_of_service_63ef5994: Allow passive acceptance of Terms of Service + quiz_ip_address_filters_49a75ec8: Quiz IP Address Filters + name_3806192d: 'Name:' + filter_9df28e5b: 'Filter:' + filter_e3398407: Filter + add_quiz_ip_filter_c7b37dc5: Add Quiz IP Filter + features_2581da: Features + custom_css_and_javascript_may_cause_accessibility__93d2a823: Custom CSS and Javascript may cause accessibility issues or conflicts with future Canvas updates! + before_implementing_custom_css_or_javascript_pleas_128da8cd: Before implementing custom CSS or Javascript, please refer to * our documentation*. + enable_gravatar_8a865b41: Enable Gravatar + similarity_detection_platform_9e424d70: Similarity Detection Platform + students_can_see_originality_score_797fe634: Students can see originality score + enabled_web_services_f620b2be: Enabled Web Services + who_can_create_new_courses_7a6c1338: Who Can Create New Courses + add_account_admins_99c03c9e: Add Account Admins + add_more_e1ffaa65: Add More + edit_announcement_title_cce0b4e: Edit announcement %{title} + delete_announcement_title_756a9d1f: Delete announcement %{title} + this_is_a_message_for_name_7abf1e39: This is a message for *%{name}* + send_only_to_the_following_types_of_users_d8465c11: 'Send only to the following types of users:' + add_new_announcement_ddacd624: Add New Announcement + new_announcement_23af4598: New Announcement + site_admin_only_send_to_1_denominator_users_in_ena_b4b3ed14: Site Admin Only. Send to 1 / %{denominator} users in enabled accounts each month. + publish_announcement_fec6d7e2: Publish announcement + term_42976f1c: 'Term:' + data_set_identifier_data_set_id_c228b5df: 'Data Set Identifier: %{data_set_id}' + incremental_update_successfully_generated_against__db3f3f06: Incremental update successfully generated against a previous SIS Import. + download_the_complete_list_of_errors_and_warnings__7d993f7b: Download the complete list of errors and warnings here. + download_errors_attchment_82ffea3f: Download errors_attchment + the_previous_sis_batch_was_aborted_d7d89955: The previous SIS batch was aborted + category_b9a94408: Category + value_d842f16d: Value + actions_efcde10d: Actions + courses_over_time_41dc0428: courses over time + teachers_over_time_1905603b: teachers over time + students_over_time_7ec52f7a: students over time + users_over_time_9a2ee74a: users over time + file_storage_32477f6: File Storage + uploaded_over_time_d59abb68: uploaded over time + media_over_time_d9332e25: media over time + alerts: + alert: + links: + title: + edit_alert: Edit alert + delete_alert: Delete this alert + labels: + criteria: Trigger an alert when + recipients: Send a notification to + repetition: Repetition + criteria: Trigger an alert when + buttons: + add_criterion: Trigger + add_recipient: Recipient + save_alert: Save Alert + recipients: Send a notification to + no_repetition_description: Do not re-send alert + repetition_description: Re-send alert every %{count} days until resolved + alerts: + alerts_description_course: An alert is generated for each student that meets all of the criteria. They are checked every day, and notifications will be sent to the student and/or the teacher until the triggering problem is resolved. + alerts_description_account: An alert is generated for each student that meets all of the criteria. They are checked every day, and notifications will be sent to the student, teacher, and/or account admin until the triggering problem is resolved. + remove: Remove this item + buttons: + add_alert: Alert + the_student: The Student + the_teacher: The Teacher + description: A teacher has not interacted with the student for %{count} days + option: No Teacher Interaction + title: Days since a teacher has interacted with the student + ungraded_count_description: More than %{count} submissions have not been graded + ungraded_count_option: Ungraded Submissions (Count) + ungraded_count_title: Number of submissions that have not been graded + ungraded_timespan_description: A submission has been left ungraded for %{count} days + ungraded_timespan_option: Ungraded Submissions (Time) + ungraded_timespan_title: Days that a submission has been left ungraded + usernote_description: No faculty journal entry has been added for %{count} days + usernote_option: No Faculty Journal Entry + usernote_title: Days since a faculty journal has been added + errors: + criteria_required: At least one trigger is required + threshold_should_be_numeric: This should be a positive number + recipients_required: At least one recipient is required + add_trigger_bc1a0fae: Add Trigger + add_recipient_ff135ed7: Add Recipient + add_alert_b2729c99: Add Alert + i_agree_to_the_tool_s_270301a5: I agree to the tool's + end_user_license_agreement_6d2c666b: End-User License Agreement. + if_you_made_changes_to_the_student_submission_file_e006d49b: |- + If you made changes to the student submission files you downloaded + before, just zip them back up and upload the zip with the form below. + Students will see the modified files in their comments for the submission. + + *Make sure you don't change the names of the submission files so we can recognize them.* + all_comments_are_sent_to_the_whole_group_778126f3: All comments are sent to the whole group. + send_comment_to_instructor_only_4295a109: Send comment to instructor only + send_comment_to_the_whole_group_8d41e63a: Send comment to the whole group + finished_19aaf6f5: Finished + assessment_not_yet_completed_e800a0a7: Assessment not yet Completed + excused_5877183c: Excused! + this_assignment_has_been_excused_87f1dc13: This assignment has been excused. + you_may_not_see_all_comments_right_now_because_the_96cf2051: You may not see all comments right now because the assignment is currently being graded. + editor: + switch_editor_html: HTML Editor + switch_editor_rich_text: Rich Content Editor + switch_editor_visual: Rich Content Editor + keyboard_shortcuts: + keybindings: + open_menubar: Open the editor's menubar + open_toolbar: Open the editor's toolbar + close_submenu: Close menu or dialog, also gets you back to editor area + navigate_toolbar: Navigate left/right through menu/toolbar + dialog_title: Keyboard Shortcuts + screen_reader_tip: 'Screen reader users: The most accessible way to use this editor is to switch to the advanced view, and then either enter LaTeX directly, or use the toolbar to assist you in doing so. The link to switch to the advanced view can be found near the end of this dialog, directly before the edit field.' + switch_to_mathquill: Switch View to Advanced + switch_to_mathjax: Switch View to Basic + mathjax_text_entry_field_label: Enter the equation as LaTeX. + tabs: + basic: Basic + greek: Greek + operators: Operators + relationships: Relationships + arrows: Arrows + delimiters: Delimiters + misc: Misc + remove_empty_attachment_b2aea632: remove empty attachment + create_assignment_68532ceb: Create Assignment + edit_assignment_ebf22a72: Edit Assignment + this_assignment_does_not_count_toward_the_final_gr_a5c238e2: This assignment does not count toward the final grade. + add_rubric_3636d9a6: Add Rubric + allow_intra_group_peer_reviews_53f1e455: Allow intra-group peer reviews + send_to_b940900a: Send To... + copy_to_64f8456b: Copy To... + you_can_log_in_directly_with_this_provider_by_goin_467d7f66: You can log in directly with this provider by going to %{url} + position_f9c9b93c: Position + are_you_sure_26795d3c: Are you sure? + deleting_6421031e: deleting... + save_11a80ec3: Save + self_registration_156392d6: Self Registration + disabled_3b1b332a: Disabled + all_account_types_e83c1516: All Account Types + observer_accounts_only_30c70a70: Observer Accounts Only + cas_url_4ba2843e: CAS URL + you_will_need_to_register_an_application_on_clever_ecdb9faf: |- + You will need to [register an application on Clever](%{clever_url}). + You should configure %{callback_url} as the Redirect URL. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + to_restrict_to_users_from_a_specific_clever_distri_dc3b89fb: To restrict to users from a specific Clever district, enter the district's Clever ID here. This is required for Clever Instant Login to work in a multi-tenant environment. + district_id_6f408184: District ID + note_that_some_attributes_may_not_be_populated_for_7c1f2854: Note that some attributes may not be populated for all users at Clever. + before_label_wrapper: "%{text}:" + debugging_f98fcd74: Debugging + once_you_start_debugging_all_info_about_the_next_a_e871403b: Once you start debugging all info about the next attempted login attempt will be collected. Click "Refresh" to see if more data has been collected or "Stop Debugging" to clear the collected data and stop the current debug attempt. + you_will_need_to_create_a_new_app_on_facebook_face_8fe85297: |- + You will need to create a [new app on Facebook](%{facebook_url}), and enable Client OAuth Login + in Advanced Settings. You should configure %{callback_url} as the Valid OAuth redirect URI. + After you save your app, make a note of the App ID and App Secret, and enter them here. + federated_attributes_5cbe6441: Federated Attributes + federated_attributes_are_information_sent_from_you_2116fb61: Federated attributes are information sent from your authentication provider that can be used to automatically update corresponding information for users in Canvas each time they log in. + canvas_attribute_eaa7e31a: Canvas Attribute + provider_attribute_b1cad655: Provider Attribute + provisioning_only_7c0e5911: Provisioning Only + if_an_attribute_is_marked_as_provisioning_only_the_6545b46f: If an attribute is marked as provisioning only, then it will only be used when Just in Time Provisioning creates a new user, and will not be kept up to date each time the user logs in. + what_does_provisioning_only_mean_eac9a4a1: What does Provisioning Only mean? + remove_attribute_59a4aa64: Remove Attribute + choose_attribute_to_add_866e128d: Choose attribute to add + add_attribute_6d6d4a65: Add Attribute + attribute_d9f3af72: Attribute + you_will_need_to_register_an_application_on_github_3c8f213a: |- + You will need to [register an application on GitHub](%{github_url}). + You should configure %{callback_url} as the Authorization callback URL. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + domain_3b54c511: Domain + you_will_need_to_create_a_web_application_in_the_g_43f753ec: |- + You will need to create a web application in the [Google Developer Console](%{google_url}). + You should add %{callback_url} as a redirect URI. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + to_restrict_to_users_from_specific_google_apps_dom_72aec2d5: To restrict to users from specific Google Apps domains, enter the domain(s) here as a comma separated list. To restrict to a Google Apps user in general, you can enter '*'. + google_apps_domain_eddc8dee: Google Apps Domain + just_in_time_provisioning_382a0354: Just in Time Provisioning + host_8be927e0: Host + port_75f69d1: Port + tls_7a2eaba5: TLS + start_tls_26e4b0dc: Start TLS + simple_tls_45df2648: Simple TLS + no_tls_618add1a: No TLS + base_847aca7c: Base + login_attribute_731a8181: Login Attribute + username_47bb5bbe: Username + password_8a271b1c: Password + you_will_need_to_register_a_new_app_with_microsoft_53e97ced: |- + You will need to register a [new app with Microsoft](%{ms_app_url}). + You should configure %{callback_url} as the Redirect URI. + After you save your app, make a note of the Application ID and Secret, and enter them here. + application_id_2aa1640f: Application ID + application_secret_e6803c7e: Application Secret + to_restrict_to_users_of_your_azure_active_director_df7cdd41: To restrict to users of your Azure Active Directory, enter your tenant here. + tenant_d2a41f78: Tenant + note_that_email_may_not_always_be_populated_in_the_bb4a1572: Note that email may not always be populated in the user's profile at Microsoft. Oid will not be populated for personal Microsoft accounts. + to_configure_an_openid_connect_provider_you_need_t_5c937249: |- + To configure an OpenID Connect provider you need the authorize and token urls, and + obtain a Client ID and Client Secret. + + If the provider can configure valid callback or redirect URIs, use %{callback_url}. + the_canvas_saml_entity_id_is_metadata_url_and_the__af7349ab: |- + The Canvas SAML Entity ID is %{metadata_url}, and the Service Provider metadata + is available at that URL. + provide_a_uri_to_your_idp_s_metadata_to_automatica_38e985bd: Provide a URI to your IdP's metadata to automatically populate the other fields. If your school is part of InCommon or the UK Access Management Federation, specify urn:mace:incommon or http://ukfederation.org.uk, respectively, for the metadata URI, and also provide your school's entity ID. + idp_metadata_uri_dae5314a: IdP Metadata URI + idp_entity_id_25c51837: IdP Entity ID + log_on_url_fc166e4c: Log On URL + log_out_url_2605c2c1: Log Out URL + certificate_fingerprint_b376df90: Certificate Fingerprint + strip_domain_from_login_attribute_value_bb6daa88: Strip Domain From Login Attribute Value + identifier_format_6ca23365: Identifier Format + authentication_context_60748f2f: Authentication Context + message_signing_b65abadf: Message Signing + the_algorithm_to_use_for_signing_authnrequest_logo_67a75cc9: The algorithm to use for signing AuthnRequest, LogoutRequest, and LogoutResponse messages sent to the IdP. + not_signed_47acf472: Not Signed + rsa_sha1_c457d751: RSA-SHA1 + rsa_sha256_3d41d605: RSA-SHA256 + provide_the_url_to_your_saml_idp_discovery_service_daa80306: |- + Provide the URL to your SAML IdP Discovery Service that conforms to the + *urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol* protocol. + Additional SAML providers must also be configured to follow the response + from the discovery service. + discovery_service_url_ca13d3f4: Discovery Service URL + sso_settings_ebf98263: SSO Settings + forgot_password_url_3f9c04b: Forgot Password URL + discovery_url_3dce06d9: Discovery URL + unknown_user_url_82196ba7: Unknown User URL + you_will_need_to_register_an_application_on_twitte_5ff04bee: |- + You will need to [register an application on Twitter](%{twitter_url}). + You should configure %{callback_url} as the Callback URL. + After you create your application, make a note of the Consumer Key and Consumer Secret, and enter them here. + current_provider_6c3f7f96: Current Provider + welcome_to_the_canvas_theme_editor_73091d1: Welcome to the Canvas Theme Editor + this_sample_page_includes_common_ui_elements_in_ca_331f4ac4: This sample page includes common UI elements in Canvas to help you build your custom branding. Once you start making changes to the color values and images in the left sidebar, you will see a *Preview Your Changes* button. Click it to refresh this page and see how your changes look. + important_note_educational_institutions_have_an_ob_c9350304: "*Important note: Educational institutions have an obligation to make their content as accessible as possible. Instructure recommends at least a 3:1 text-to-background-color ratio to keep your text readable. Easily test your contrast ratios with the **WebAIM Color Contrast Checker***." + text_input_d3480b8c: Text input + select_input_3dbd73c1: Select input + option_1_dea39f90: Option 1 + option_2_47aace2a: Option 2 + option_3_30adfebc: Option 3 + option_4_aec96b1f: Option 4 + progress_loading_bar_a26b8861: Progress/loading bar + switch_style_checkbox_97a44345: Switch-style checkbox + regular_style_checkbox_ee3d71c1: Regular-style checkbox + radio_button_option_1_a8ec51f9: Radio button option 1 + radio_button_option_2_31e50043: Radio button option 2 + primary_color_button_b75db628: Primary color button + primary_color_button_disabled_9081ddff: Primary color button disabled + secondary_color_button_7589827d: Secondary color button + secondary_color_button_disabled_ac2252d2: Secondary color button disabled + click_to_test_dropdown_b950974d: Click to test dropdown + dropdown_option_1_e6ff2fc: Dropdown option 1 + dropdown_option_2_9766a346: Dropdown option 2 + link_number_1_9f169e48: Link number 1 + link_number_2_61fcff2: Link number 2 + link_number_3_7118ff64: Link number 3 + an_assignment_name_dc624e70: An Assignment Name + publish_5211dca3: Publish + unpublished_click_to_publish_c073631a: Unpublished. Click to publish. + manage_b88f7150: Manage + edit_c5fbea07: Edit + another_assignment_name_369f8481: Another Assignment Name + breadcrumb_1_cb3c504: Breadcrumb 1 + breadcrumb_2_95ba94be: Breadcrumb 2 + context_nav_link_8d15d95: Context nav link + context_nav_link_active_78adb0fa: Context nav link active + email_address_6e0443a5: Email address + more_information_3dfb76b5: More information + hover_over_me_496521b9: Hover over me + tab_1_3d6b3fb: Tab 1 + tab_2_9adfe241: Tab 2 + tab_3_edd8d2d7: Tab 3 + tab_1_content_8944c219: Tab 1 content + tab_2_content_b0c9fedc: Tab 2 content + tab_3_content_a7b2ea9f: Tab 3 content + accordion_section_1_7888782d: Accordion Section 1 + content_for_section_1_7ecfb319: Content for Section 1 + accordion_section_2_e1812997: Accordion Section 2 + content_for_section_2_e7c6e2a3: Content for Section 2 + accordion_section_3_96861901: Accordion Section 3 + content_for_section_3_90c1d235: Content for Section 3 + login_6f3d6249: Login + are_you_sure_you_want_to_delete_this_event_824b1e33: Are you sure you want to delete this event? + prev_month_34bd934c: Prev month + next_month_b55a387c: Next month + calendar_d14cfc8f: Calendar + previous_month_7adf1380: Previous month + today_76e10f9c: Today + click_to_view_event_details_b25dc1f3: Click to view event details + calendars_toggle_list_visibility_488db143: Calendars toggle list visibility + undated_items_toggle_list_visibility_6219e641: Undated items toggle list visibility + delete_this_collaboration_4f20b698: Delete this Collaboration + edit_this_collaboration_393b1a9a: Edit this Collaboration + instructions: + authorize_google_drive: 'Before you can collaborate on documents, you need to authorize Canvas to access your Google Drive account:' + the_following_content_is_partner_provided_ed1da756: The following content is partner provided + the_preceding_content_is_partner_provided_d753928c: The preceding content is partner provided + register_email_efc06d59: Register Email + i_agree_to_the_34aa16ce: I agree to the + if_you_keep_having_problems_click_the_link_link_be_a4d695eb: If you keep having problems, click the "%{link}" link below to search the guides or to let us know what's going on. + new_conferences_a020a8a9: New Conferences + concluded_conferences_cdbe53f9: Concluded Conferences + creating_a_submission_export_will_allow_you_to_dow_b4b1a658: Creating a Submission Export will allow you to download a zip file of all your assignment submissions in all of your present and past courses. This could be a big file, so it may take a while. You can navigate away from the page and come back later. + course_export_from_date_file_not_available_8a775e53: Course Export from %{date} (file not available) + course_export_from_date_f4e2a3e4: "*Course Export from %{date}*" + qti_export_from_date_8f018de5: "*QTI Export from %{date}*" + user_data_export_from_date_6ba21b89: "*User Data Export from %{date}*" + file_export_from_date_cf867c8d: "*File Export from %{date}*" + content_export_files_cannot_be_downloaded_after_da_2872b0e4: Content export files cannot be downloaded after %{days} days. + view_user_groups_538f22b4: View User Groups + view_faculty_journals_ad0e8c8f: View Faculty Journals + view_prior_enrollments_9b519b25: View Prior Enrollments + student_interactions_report_7717b685: Student Interactions Report + export_pairing_codes_5749f6f1: Export Pairing Codes + student_grades_4cbc59a1: Student Grades + faculty_journal_5634938e: Faculty Journal + interactions_report_47c1219e: Interactions Report + access_report_80d28095: Access Report + outcomes_report_8887bd49: Outcomes Report + created_created_bf5714b8: Created %{created} + table_headings: + name: Name + type: Type + total: Total + course_roster_78f70e97: Course Roster + group_roster_1846bf84: Group Roster + inactive_cd40317f: inactive + completed_9b809e44: completed + module_name_1127ebdb: Module Name + labels: + lock_module_until: Lock until + unlock_module_on_date_17144fbd: Unlock module on date + unlock_at_bb930b34: Unlock At + delete_prerequisite_5e97bdf4: Delete prerequisite + remove_icon_a4646413: remove icon + add_icon_567dbcaa: add icon + students_must_complete_all_of_these_requirements_15fa97f7: Students must complete all of these requirements + student_must_complete_one_of_these_requirements_6046eb3a: Student must complete one of these requirements + no_items_in_module_21f111a2: No items in module + delete_requirement_bce2d943: Delete requirement + export_course_content_f4774b74: Export Course Content + modules_settings_a7066f13: Modules Settings + last_export_899a04c5: 'Last Export:' + select_indentation_d056bab8: Select indentation + select_type_of_prerequisite_8d6fa902: Select type of prerequisite + select_prerequite_module_e9042bb0: Select prerequite module + select_prerequisite_module_57894963: Select prerequisite module + requirement_subject_7cfac6c8: Requirement subject + requirement_f5b75da1: Requirement + mark_as_done_779556d7: mark as done + minimum_score_e6d1c134: Minimum Score + toggle_module_visibility_781a2f6c: toggle module visibility + complete_one_item_90e5fb03: Complete One Item + complete_all_items_e1779257: Complete All Items + completed_19711ce7: Completed + module_completed_50c50762: Module Completed + in_progress_9d1ce8b9: In Progress + module_in_progress_fa600662: Module In Progress + locked_until_unlock_date_498ead5f: Locked until %{unlock_date} + module_locked_f6a7ea9d: Module Locked + published_c944a23d: published + unpublished_dfd8801: unpublished + add_content_to_module_name_589a8d54: Add Content to %{module_name} + manage_module_name_dfe16816: Manage %{module_name} + move_module_contents_74fa15d5: Move module contents + move_contents_cefe9e92: Move Contents... + move_this_module_4a262aaf: Move this module + move_module_346b8112: Move Module... + duplicate_module_name_ab26e5c3: Duplicate %{module_name} + duplicate_this_module_79ca8243: Duplicate this module + duplicate_31cec192: Duplicate + up_c553575d: Up + previous_module_item_2bb5e499: Previous Module/Item + down_5831a426: Down + next_module_item_9bb8a222: Next Module/Item + space_ec476863: Space + move_module_item_77754119: Move Module/Item + j_5226008a: j + k_2521301c: k + e_c2991d1b: e + edit_module_item_83258f6d: Edit Module/Item + d_b59e2d8d: d + delete_current_module_item_21fefc54: Delete Current Module/Item + i_cb2f5130: i + increase_indent_6af90f7c: Increase Indent + o_224cf405: o + decrease_indent_d9cf469d: Decrease Indent + n_554bc493: n + new_module_4e9287e4: New Module + locked_content_f4ef2968: Locked Content + item_type_locked_85c560ec: 'Item type: Locked' + locked_until_item_name_is_graded_3b8d967f: Locked until "%{item_name}" is graded + content_choice_51f4ca0f: Content Choice + item_type_choice_aebcf2ef: 'Item type: Choice' + choose_assignment_group_9e7de13c: Choose Assignment Group + count_options_190d6373: + one: 1 Option + other: "%{count} Options" + mastery_path_processing_f4471152: Mastery path processing + locked_until_mastery_path_is_processed_for_item_na_48766cf7: Locked until mastery path is processed for "%{item_name}" + item_type_document_493ac5b0: 'Item type: Document' + item_type_download_e949cdb6: 'Item type: Download' + item_type_discussion_e3ddae9b: 'Item type: Discussion' + item_type_assignment_13a1132e: 'Item type: Assignment' + item_type_quiz_c894ddb1: 'Item type: Quiz' + item_type_link_5a2abed2: 'Item type: Link' + must_score_at_least_score_to_complete_this_module__b86b5101: Must score at least %{score} to complete this module item + module_item_has_been_completed_by_scoring_at_least_70bcdbcc: Module item has been completed by scoring at least %{score} + view_ba339f93: View + must_view_in_order_to_complete_this_module_item_dec2e583: Must view in order to complete this module item + viewed_6b75c21e: Viewed + module_item_has_been_viewed_and_is_complete_6d180117: Module item has been viewed and is complete + mark_done_9d81bcd9: Mark done + must_mark_this_module_item_done_in_order_to_comple_ca3c390f: Must mark this module item done in order to complete + marked_done_9fd646f: Marked done + module_item_marked_as_done_and_is_complete_ad240246: Module item marked as done and is complete + must_contribute_to_this_module_item_to_complete_it_84ed571c: Must contribute to this module item to complete it + contributed_to_this_module_item_and_is_complete_2799d5c: Contributed to this module item and is complete + must_submit_this_module_item_to_complete_it_c29d67f0: Must submit this module item to complete it + module_item_submitted_and_is_complete_d61a909f: Module item submitted and is complete + manage_item_name_6118d4b0: Manage %{item_name} + decrease_indent_de6343ab: Decrease indent + increase_indent_6d550a4a: Increase indent + edit_item_details_c9a7b9c5: Edit item details + duplicate_item_339f54bb: Duplicate Item + move_this_item_41145b2d: Move this item + move_to_dde1a5e1: Move to... + remove_this_item_from_the_module_4b2ceab7: Remove this item from the module + remove_f47dc62a: Remove + prerequisites_49659f16: 'Prerequisites:' + open_title_in_a_new_window_b29fed77: Open %{title} in a new window + you_are_trying_to_launch_insecure_content_from_wit_5c1c692b: You are trying to launch insecure content from within a secure site (canvas). Some web browsers may prevent this content from loading. + inbox_bb245a60: Inbox + archive_selected_d64506ca: Archive Selected + delete_selected_a023ccf8: Delete Selected + search_by_user_dd3ad189: Search by user + locked_object_configuration_d1fb1b82: 'Locked object configuration:' + count_points_4735a2e8: + one: 1 point + other: "%{count} points" + validate_links_in_content_b1630fba: Validate Links in Content + blueprint_information_95dcef55: Blueprint Information + grading_period_weights_aaea757f: Grading Period Weights + grading_periods_are_weighted_4f3663ab: Grading periods are weighted + grading_period_8b0a4a10: Grading Period + weight_9b308e5b: Weight + no_grading_periods_set_up_a20a8819: No Grading Periods Set Up + none_9b6c9bec: none + assignment_weights_d4bcf9ab: Assignment Weights + grade_assignment_7c1abc11: Grade %{assignment} + moderate_assignment_ccb00173: Moderate %{assignment} + peer_review_for_assignment_ce72fc52: Peer Review for %{assignment} + course_starts_at_3a01f9da: Course starts at + course_ends_at_e8b166df: Course ends at + add_a_course_b72b18d7: Add a Course + you_are_not_enrolled_in_any_courses_a5c63286: You are not enrolled in any courses. + nickname_1e6da3ad: Nickname + enrolled_as_272da3b9: Enrolled as + published_4bb5209e: Published + group_a8f5ed9c: Group + the_course_link_validator_searches_course_content__563fa215: The course link validator searches course content for invalid or unreachable links and images. + grade_syncing_e78475e8: Grade Syncing + yes_dde87d5: 'Yes' + changing_course_dates_may_override_term_availabili_d92b10de: Changing course dates may override term availability settings and placement in the Courses page and Dashboard. Please confirm term dates before modifying course dates. + when_selected_the_course_is_in_a_read_only_state_o_5aaeb0d: When selected, the course is in a read-only state outside these dates. + when_selected_the_course_is_inaccessible_outside_c_af595406: When selected, the course is inaccessible outside course dates. If the course dates are blank, these start and end dates apply to the term dates. + large_course_db3d58b: 'Large Course:' + launch_speedgrader_filtered_by_student_group_8bd9b5c7: Launch SpeedGrader Filtered by Student Group + creative_commons_licenses_7d557d9a: Creative Commons Licenses + course_visibility_options_ca8ab3a8: Course Visibility Options + syllabus_visibility_options_a81ef419: Syllabus Visibility Options + if_you_need_to_make_your_course_public_please_cont_7084c67b: If you need to make your course public please contact your administrator/support. + contact_your_administrator_if_you_need_to_change_c_9002a501: Contact your administrator if you need to change course visibility. + organize_epub_by_content_type_default_is_by_module_6f44ae06: Organize epub by content type (default is by module). + allow_course_content_to_be_downloaded_and_viewed_o_48a0d252: Allow course content to be downloaded and viewed offline + can_create_rename_and_edit_course_pages_by_default_f9ad4253: can create, rename, and edit course pages by default + edit_section_name_558cc89: Edit Section "%{name}" + delete_section_name_a48d9d79: Delete Section "%{name}" + add_section_8b027a1c: Add Section + enabled_links_be110215: Enabled Links + settings_for_tab_label_3bff4468: Settings for %{tab_label} + disable_a5c05db3: Disable + move_abf00365: Move + disabled_links_b3bdea99: Disabled Links + enable_6f5d1328: Enable + coming_up_4348b0bd: Coming Up + all_assignments_b79a4d6a: All Assignments + developer_keys: + index: + title: Developer Keys + developer_keys: Developer Keys + add_developer_key: Add Developer Key + name: Name + user: User + details: Details + stats: Stats + notes: Notes + show_all: Show All %{count} Keys + key_settings: Key Settings + index_react: + title: Developer Keys + unnamed_tool: Unnamed Tool + no_user: No User + button: + saving: Saving Key... + saving_failed: Saving Key Failed + messages: + confirm_delete: Are you sure you want to delete this developer key? + developer_key_921ddbae: Developer Key + note_for_differentiated_group_topics_some_threads__90adbb21: 'Note: for differentiated group topics, some threads may not have any students assigned.' + you_have_completed_a_peer_review_for_person_thank__1371f37e: You have completed a peer review for %{person}. Thank you + review_now_318a6a3e: Review Now + press_the_comma_key_or_shift_to_see_a_list_of_keyb_155d8ca3: Press the comma key or shift + ? to see a list of keyboard shortcuts + press_the_comma_key_or_shift_question_mark_to_see__930af9df: Press the comma key or shift + question mark to see a list of keyboard shortcuts + search_entries_or_author_63fb0a86: Search entries or author + filter_replies_by_unread_342e8e90: Filter replies by unread + show_deleted_replies_a2e0a36f: Show deleted replies + you_are_unsubscribed_and_will_not_be_notified_of_n_bf4b96a2: You are unsubscribed and will not be notified of new comments. Click to subscribe + you_are_subscribed_and_will_be_notified_of_new_com_60b5b62b: You are subscribed and will be notified of new comments. Click to unsubscribe + flagged_as_possible_spam_ebbc4683: Flagged as possible spam + mark_as_safe_c01fea35: Mark as Safe + confirm_as_spam_2f8b7105: Confirm as Spam + mark_as_spam_9c613d87: Mark as Spam + rename_or_reorder_a_page_via_the_settings_menu_nex_f4aff39f: Rename or reorder a page via the settings menu next to the page name. Alternatively, click a page's name to rename it or drag a page's name to reorder it. + page_name_21defa75: Page Name + drag_to_rearrange_sections_637efee3: Drag to rearrange sections + assignment_preview_3833e819: "%{assignment} preview" + settings_for_title_d3ca495: Settings for %{title} + rename_this_page_554f0583: Rename this Page + rename_45608f54: Rename + delete_this_page_509f2baf: Delete this Page + move_this_page_4a05c813: Move this page + section_name_b6d82574: Section Name + add_remove_or_rearrange_sections_for_this_portfoli_4628320a: Add, remove or rearrange sections for this portfolio + done_editing_9f7379d9: Done Editing + eportfolio_settings_75ba1f9a: ePortfolio Settings + rename_this_section_bcbb6741: Rename this section + delete_this_section_380338: Delete this section + move_this_section_890bee38: Move this section + step: Step + this_eportfolio_has_been_flagged_as_possible_spam__d1285994: This ePortfolio has been flagged as possible spam. Until it has been reviewed by an administrator, it will only be visible to you. Please contact an administrator if you have any questions. + this_eportfolio_has_been_identified_as_spam_and_is_8430467: This ePortfolio has been identified as spam, and is only visible to you. Please contact an administrator if you have any questions. + this_eportfolio_has_been_identified_as_possible_sp_b5eb6605: This ePortfolio has been identified as possible spam. It is currently only visible to administrators and the author. If you're sure this content is not spam, you can mark it as safe. Otherwise, you can confirm it as spam. + this_eportfolio_has_been_identified_as_spam_it_is__f927947b: This ePortfolio has been identified as spam. It is currently only visible to administrators and the author. If you're sure this content is not spam, you can mark it as safe. + click_to_select_bd3b3a0d: click to select + file_size_limit_user_file_quota_applies_19b9b466: "%{file_size_limit} user file quota applies" + download_course_content_7f66edc9: Download Course Content + downloading_course_content_allows_access_to_conten_164d9336: Downloading course content allows access to content while offline. Content may include files, pages, assignments, discussion topics or quizzes. Click "Generate ePub" for each course and open with any eReader software to view. + current_courses_d5287d50: Current Courses + external_content: + cancel: + canceling: Canceling... + popup_success: Canceled. This popup should close on its own... + popup_failure: Cannot find the parent window, you'll need to close this popup manually. + success: + retrieving_content: Retrieving Content... + popup_success: Success! This popup should close on its own... + content_failure: Content retrieval failed, please try again or notify your system administrator of the error. + oembed_failure: Content retrieval failed, please try again or notify your system administrator of the error. + edit_tool_690c199b: Edit Tool + delete_tool_90ca44da: Delete Tool + file_previews: + lock_explanation: + messages: + folder_locked: The folder "%{folder}," which includes this file, has been locked. + file_locked: This file has not been unlocked yet. + no_preview: + file_previews: + no_preview_available: No preview is available for this file. + download_file: Download *filename* + file_content_a99b5c6b: File Content + upload_gradebook_386a46c8: Upload Gradebook + choose_a_csv_file_to_upload_9644480c: 'Choose a CSV file to upload:' + what_should_the_csv_file_look_like_985a59ac: What should the CSV file look like? + upload_data_dc4fa4cb: Upload Data + choose_student_1513fcd1: "-- Choose student --" + choose_assignment_b0132c5e: "-- Choose assignment --" + points_possible_1c0b3445: Points Possible + some_assignments_could_not_be_created_because_they_d91f2f21: Some assignments could not be created because they would fall in a closed grading period. + some_submissions_are_not_gradeable_grade_changes_f_f8bf44e2: Some submissions are not gradeable; grade changes for those submissions have been ignored. + some_custom_columns_could_not_be_changed_because_t_88abc9be: Some custom columns could not be changed because they were read only; changes for those columns have been ignored. + out_of_points_possible_8ab14f7: out of %{points_possible} + excused_cf8792eb: Excused + late_penalty_78099d18: 'Late Penalty:' + final_grade_6e94d99e: 'Final Grade:' + you_can_view_your_grades_based_on_what_if_scores_s_a1aeae72: You can view your grades based on What-If scores so that you know how grades will be affected by upcoming or resubmitted assignments. You can test scores for an assignment that already includes a score, or an assignment that has yet to be graded. + instructor_is_working_on_grades_135388d2: Instructor is working on grades + show_saved_what_if_scores_358bfe5f: Show Saved "What-If" Scores + note_this_is_not_your_official_score_f2d4582f: "*NOTE*: This is NOT your official score." + revert_to_actual_score_f665eea9: Revert to Actual Score + show_all_details_9879980c: Show All Details + grades_for_student_aff00ba: Grades for %{student} + print_grades_9d5dd50f: Print Grades + status_e7fdbe06: Status + this_assignment_is_excused_and_will_not_be_conside_5892de1f: This assignment is excused and will not be considered in the total calculation + grade_info_19fb9875: Grade Info + read_comments_3fcc7590: Read comments + count_comments_cb137ab8: + one: 1 comment + other: "%{count} comments" + see_scoring_details_f7fd1f3b: See scoring details + see_rubric_results_62a6447d: See rubric results + similarity_score_more_information_b7010a87: Similarity score -- more information + see_turnitin_results_cd9d4a6c: See Turnitin results + originality_report_5d461681: Originality Report + final_grade_info_2aa35d25: Final Grade Info + close_grade_info_58ef5a20: Close grade info + close_d634289d: Close + assessment_by_name_7b879a2c: Assessment by %{name} + gradebook_context_name_9dbae5bc: Gradebook - %{context_name} + gradebook_1620a0aa: Gradebook + warning_for_improved_accessibility_please_click_he_e6472c02: 'Warning: For improved accessibility, please click here to use the Individual View Gradebook.' + grades_a61eba0a: Grades + learning_mastery_5fc34276: Learning Mastery + keyboard_shortcuts_ed1844bd: Keyboard Shortcuts + sync_grades_a16622ca: Sync Grades + individual_view_81c2f124: Individual View + filter_by_student_name_or_secondary_id_83dc524f: Filter by student name or secondary ID + import_1b31507: Import + export_de71cd8e: Export + csv_file_8061540e: CSV File + previous_csv_file_time_d7bfe7ef: Previous CSV File (%{time}) + gradebook_settings_b45c6df9: Gradebook Settings + view_gradebook_history_a9272918: View Gradebook History + sync_grades_to_sis_4e7fbc08: Sync grades to SIS + hide_student_names_3e59e862: Hide Student Names + arrange_columns_by_due_date_f74f9e2d: Arrange columns by due date + arrange_columns_by_points_48da9ba3: Arrange columns by points + arrange_columns_by_assignment_group_59bbddd0: Arrange columns by assignment group + show_attendance_columns_4d160e16: Show Attendance Columns + treat_ungraded_as_0_d38c2b41: Treat Ungraded as 0 + show_concluded_enrollments_6a05544c: Show Concluded Enrollments + show_inactive_enrollments_8f4c4824: Show Inactive Enrollments + search_23a88d5c: Search… + gradebook_individual_view_8846598e: 'Gradebook: Individual View' + mute_unmute_assignment_62608e44: Mute/Unmute Assignment + unmute_assignment_29a49038: Unmute Assignment + mute_assignment_bb505cd8: Mute Assignment + graded_25cd3fcd: Graded + previous_bd2ac015: Previous + next_40e12421: Next + notice_inactive_student_bcc4248a: 'Notice: Inactive Student' + notice_concluded_student_6d416c4: 'Notice: Concluded Student' + notice_the_grading_period_is_closed_for_this_stude_6c3ce0f9: 'Notice: The grading period is closed for this student' + your_comment_was_auto_saved_as_a_draft_c49d3510: Your comment was auto-saved as a draft. + this_submission_has_already_been_graded_and_is_rea_8ec61c52: This submission has already been graded and is ready for moderation. + submitted_files_82dd3009: Submitted Files + click_to_load_a020891b: "(click to load)" + download_this_file_669f9174: Download this file + resubmit_to_the_associated_tool_for_plagiarism_ana_8d84d913: Resubmit to the associated tool for plagiarism analysis. + resubmit_to_tool_name_1cf02a31: Resubmit to %{tool_name} + grading_aa6de9: Grading + select_rubric_2aa2ffa2: Select Rubric + comments_for_this_attempt_a5fae61f: Comments for this Attempt + assignment_comments_e43ed898: Assignment Comments + draft_comment_b2376ea4: Draft comment + submit_a3cc6859: Submit + delete_comment_a71040c3: Delete comment + click_here_to_view_ec8cb2fd: click here to view + all_comments_are_sent_to_the_whole_group_284591e7: All comments are sent to the whole group + send_comment_to_this_student_only_e3d9ca1: Send comment to this student only + file_attachment_8e7dbfd1: File Attachment + media_comment_e494a952: Media Comment + speech_recognition_c1c0b7f7: Speech Recognition + grading_standards: + account_index: + title: Grading Standards + course_index: + title: Grading Standards + titles: + grading_scheme_info: View/Edit Grading Scheme + confirm: + delete_grading_scheme: Are you sure you want to delete this grading scheme? + unlink_grading_scheme: Are you sure you want to unlink this grading scheme? + errors: + cannot_delete_grading_scheme: There was a problem deleting this grading scheme + cannot_remove_grading_scheme: There was a problem removing this grading scheme. Please reload the page and try again. + cannot_load_grading_standards: Loading Grading Standards Failed. Please Try Again + save_failed: Save Failed + grading_scheme_not_set: Not Set + status: + loading_grading_standards: Loading Grading Standards... + saving: Saving... + no_grading_standards: No grading schemes found + grading_scheme_currently_set: Currently Set + buttons: + save: Save + start_date_field_for_styleguide_8a8ab1d6: Start Date field for styleguide + due_date_field_for_styleguide_a88e02d6: Due Date field for styleguide + available_from_field_for_styleguide_7ced3861: Available From field for styleguide + available_until_field_for_styleguide_85d5d65a: Available Until field for styleguide + info: + styleguide: + manage: Manage + jobs: + index: + title: Jobs CP + headings: + running_jobs: Running Jobs + popular_tags: Popular Tags + jobs_list: Jobs List + selected_job: Selected Job + job_options: + current: Current + all: All + future: Future + failed: Failed + id: ID + strand: Strand + tag: Tag + search_jobs: Search Jobs + labels: + total_jobs: Total + with_selection: With Selection + id: id + tag: tag + strand: strand + shard: shard + priority: Priority + num_attempts: Attempts + max_attempts: Max Attempts + locked_by: Locked By + run_at: Run At + locked_at: Locked At + source: Source + failed_at: Failed At + original_job_id: Original Job ID + handler: Handler + last_error: Last Error + buttons: + select_all: select all + hold: hold + un_hold: un-hold + delete: delete + actions: + show: show + columns: + id: id + tag: tag + attempt: attempt + priority: priority + strand: strand + run_at: run at + worker: worker + runtime: runtime + count: count + confirm: + hold_all: Are you sure you want to hold *all* jobs of this type and matching this query? + unhold_all: Are you sure you want to unhold *all* jobs of this type and matching this query? + destroy_all: Are you sure you want to destroy *all* jobs of this type and matching this query? + titles: + job_handler: Job Handler + last_error: Last Error + warning_aacb8c24: Warning + close_warning_d61daf2c: Close warning + layouts: + fixed_bottom: + student_view: + warning_title: You are currently logged into Student View + reset_explanation: Resetting the test student will clear all history for this student, allowing you to view the course as a brand new student. + reset: Reset Student + leave: Leave Student View + head: + default_page_title: Canvas LMS + application: + links: + close: Close + keyboard_navigation: + close: Press comma to close this dialog + mobile_auth: + log_in_to_canvas: Log In To Canvas + you_are_currently_acting_as_user_name_8d2be0ee: You are currently acting as %{user_name} + stop_acting_as_user_8809a97f: Stop Acting as User + show_navigation_menu_34e7f441: Show Navigation Menu + show_courses_navigation_menu_7ad1a8d4: Show Courses Navigation Menu + show_account_navigation_menu_d97270a9: Show Account Navigation Menu + show_admin_navigation_menu_92fb579f: Show Admin Navigation Menu + show_groups_navigation_menu_1521d38d: Show Groups Navigation Menu + hide_navigation_menu_f0b3e90: Hide Navigation Menu + hide_courses_navigation_menu_6f7c4cfd: Hide Courses Navigation Menu + hide_account_navigation_menu_ccdf9480: Hide Account Navigation Menu + hide_admin_navigation_menu_5cab9c9e: Hide Admin Navigation Menu + hide_groups_navigation_menu_62e8b3d0: Hide Groups Navigation Menu + you_are_currently_logged_into_student_view_3e8a1da: You are currently logged into Student View + switch_group_42e23c11: Switch Group + parent_of_a_canvas_user_afba1624: Parent of a Canvas User? + click_here_for_an_account_9536cb36: Click Here For an Account + need_a_canvas_account_221d18ed: Need a Canvas Account? + click_here_it_s_free_eeccb9cb: Click Here, It's Free! + forgot_password_f0c3fbac: Forgot Password? + login_with_provider_3fd3998e: Login with %{provider} + create_account_263ec6: Create Account + log_out_379ba28a: Log Out + logged_out_724b3717: Logged Out + you_are_logged_out_of_canvas_8b5fc59a: You are logged out of Canvas. + click_here_to_log_in_again_4a6055de: Click here to log in again + failed_to_log_in_7ceec561: Failed to Log In + you_can_try_to_log_in_again_2b23ef0f: You can try to *log in again*. + it_looks_like_your_content_might_not_load_you_can__dfb85860: It looks like your content might not load. You can use this button to try launching it in a new tab. + lti: + lti_message: + new_tab: This tool needs to be loaded in a new browser window + new_tab_expired: The session for this tool has expired. Please reload the page to access the tool again + load_tool_new_tab_button: Load %{tool} in a new window + new_tab_loaded: This tool was successfully loaded in a new browser window. Reload the page to access the tool again. + tool_content_e699e813: Tool Content + message_body_1f782712: Message Body + provider_icon_5064fa6e: Provider icon + oauth2_provider: + confirm_form: + details: + allow_application: "%{app_name} is requesting access to your account." + login_name: You are authorizing this app as %{user_name}. + email: Your email address is %{email}. + cancel: Cancel + labels: + remember_access: Remember my authorization for this service + auth: + oauth2_complete: The application has finished the login workflow, and should reactivate shortly. + confirm: + page_title: App Login + confirm_mobile: + page_title: App Login + details: + allow_application: Allow %{app_name} to access your account. + authorize: Authorize + cancel: Cancel + remember_auth: Remember Authorization + authorize_e3f25bb4: Authorize + please_wait_e6355980: Please wait... + multi_factor_authentication_backup_codes_4d781044: Multi-factor Authentication Backup Codes + canvas_multi_factor_authentication_backup_codes_4bd08f93: Canvas Multi-factor Authentication Backup Codes + these_backup_codes_can_be_used_if_your_multi_facto_ca30a3df: These backup codes can be used if your multi-factor authentication device is unavailable. Please print them out and keep them in a safe location, like your wallet. + regenerate_3e4679f8: Regenerate + app_center_will_appear_in_the_apps_tab_on_the_sett_1b9eb936: App Center will appear in the "Apps" tab on the settings page of either a course or account. The URL provided below should point to a valid App Center endpoint (for example, %{url} -- be sure to omit the trailing slash + sample_data_e4fd01ff: Sample Data + you_will_need_to_register_an_application_on_clever_f412c7b8: |- + You will need to [register an application on Clever](%{clever_url}). + You should configure %{callback_url} as the redirect URL. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + you_will_need_to_register_an_application_on_linked_26ecb18d: |- + You will need to [register an application on LinkedIn](%{linkedin_url}). + You should add %{callback_url} as an OAuth 2.0 authorized redirect URL, and set the Application Status to Live + After you create your application, make a note of the Client ID and Client Secret, and enter them here. + use_mathman_to_convert_latex_to_svg_3f61c9b: Use MathMan to convert LaTeX to SVG? + use_mathman_to_convert_latex_to_mathml_680ef7b0: Use MathMan to convert LaTeX to MathML? + you_will_need_to_register_an_application_on_twitte_95e7b621: |- + You will need to [register an application on Twitter](%{twitter_url}). + You should configure %{callback_url} as the Callback URL, and set Access Level to + Read, Write, and Access direct messages + After you create your application, make a note of the Consumer Key and Consumer Secret, and enter them here. + canvas_revision_unknown: Unknown + count_errors_prohibited_this_plugin_from_being_sav_e796e372: + one: '1 error prohibited this plugin from being saved:' + other: "%{count} errors prohibited this plugin from being saved:" + email_addresses_893faeb2: Email Addresses + set_email_as_default_5b4a28e: Set Email as Default + email_actions_a9bfe457: Email Actions + set_default_email_address_400f70dc: Set default email address + set_email_address_as_default_954d284: Set email address as default + this_is_the_default_email_address_f3c421fb: This is the default email address + set_as_default_email_address_bd3b9b8f: Set as default email address + this_email_address_is_unconfirmed_f0fc8c6e: This email address is unconfirmed + remove_email_address_b1820820: Remove email address + you_cannot_remove_your_default_email_address_8ed68e52: You cannot remove your default email address + reset_this_email_address_s_bounce_count_d81d8fd9: Reset this email address's bounce count + add_email_address_aef3b61: Add Email Address + reset_this_contact_method_s_bounce_count_3845ecf4: Reset this contact method's bounce count + confirm_contact_method_29d6fe4b: Confirm contact method + remove_contact_method_ca890ba3: Remove contact method + sms_f0ddceeb: sms + add_contact_method_d2dfea03: Add Contact Method + slack_email_9204e2ea: Slack Email + register_slack_email_1f6d7e6d: Register Slack Email + country_or_region_26ea046c: Country or Region + select_country_or_region_4e9fb08e: Select Country or Region + international_text_messaging_rates_may_apply_d4b4a97a: International text messaging rates may apply. + other_carrier_45531207: Other Carrier + we_emailed_a_confirmation_link_to_email_address_cl_e5f1d2ae: We emailed a confirmation link to %{email_address}. Click the link in that email to finish registering. Make sure to check your spam box in case it got filtered. + to_activate_this_communication_channel_enter_the_f_f465efc5: To activate this communication channel, enter the four-character confirmation code sent to %{sms_number}. + code_is_case_sensitive_d8175cad: Code is case sensitive. + confirmation_code_required_22984955: Confirmation code (required) + user_settings_785eed40: User Settings + download_submissions_7454665f: Download Submissions + click_to_change_profile_picture_for_display_name_6a4b41db: Click to change profile picture for %{display_name} + user_s_settings_d65644b4: "%{user}'s Settings" + none_3b5e34d2: None + these_pronouns_will_appear_after_your_name_when_sh_6b7ff5b2: These pronouns will appear after your name when shown in the UI + system_default_language_28a1052d: System Default (%{language}) + remove_account_from_this_profile_c3095eb2: Remove account from this profile + unregister_service_985238e9: Unregister Service + access_tokens_can_be_used_to_allow_other_applicati_16c4a3ab: Access tokens can be used to allow other applications to make API calls on your behalf. You can also generate access tokens and *use the Canvas Open API* to come up with your own integrations. + before_you_can_edit_your_profile_you_need_to_verif_4fd9143e: Before you can edit your profile, you need to verify your email address (%{email}) by clicking the link in the email we sent you. If you don't see it, *click to re-send the email*, and make sure to check your spam box. + act_as_user_d7ef0e48: Act as User + bookmark_bank_46d729be: Bookmark %{bank} + unbookmark_bank_70569249: Unbookmark %{bank} + edit_bank_92eb8e14: Edit %{bank} + delete_bank_d8f4cb64: Delete %{bank} + edit_this_question_1c82c3cf: Edit this Question + delete_this_question_8f955ceb: Delete this Question + once_you_have_submitted_an_answer_you_will_not_be__840df9e9: Once you have submitted an answer, you will not be able to change it later. You will not be able to view the previous question. + question_9121487: Question + your_answer_8dad6ea4: 'Your Answer:' + other_incorrect_match_options_c1418af5: 'Other Incorrect Match Options:' + correct_answer_comments_34ca671f: Correct answer comments + wrong_answer_comments_14963a24: Wrong answer comments + general_answer_comments_730136ba: General answer comments + click_to_set_this_answer_as_correct_1326e3fd: Click to set this answer as correct + answer_weight_43420dc5: Answer Weight + answer_text_909894d6: Answer Text + matching_left_side_900f860b: Matching left side + matching_right_side_920e71b2: Matching right side + number_between_1_and_16_inclusive_31f5468d: number between 1 and 16 inclusive + click_to_enter_comments_if_the_student_chooses_thi_507c20f6: Click to enter comments, if the student chooses this answer + toggle_editing_answer_text_as_html_9a93fe6: Toggle editing answer text as HTML + delete_this_answer_f1802eaa: Delete this Answer + enter_your_question_and_multiple_answers_31370054: Enter your question and multiple answers. + enter_your_question_text_4729b886: Enter your question text. + enter_your_question_text_students_will_see_the_que_f19af9e9: Enter your question text. Students will see the question followed by a small text box to type their answer. + enter_your_question_specifying_where_each_blank_sh_2c6e8035: Enter your question, specifying where each blank should go. Students must type answers into text boxes at each blank. + this_question_will_show_a_checkbox_next_to_each_an_169cd6d9: This question will show a checkbox next to each answer. + enter_your_question_specifying_where_each_dropdown_b428a9ff: Enter your question, specifying where each dropdown should go. Then define possible answers for each dropdown. + define_text_to_go_before_and_after_the_dropdown_an_be8d16e2: Define text to go before and after the dropdown and build a set of possible answers. + possible_combination_count_db651ca4: Possible combination count + tolerance_value_9e96573c: Tolerance value + this_element_is_a_more_accessible_alternative_to_d_e17b4e51: This element is a more accessible alternative to drag & drop reordering. Press Enter or Space to move this question. + question_group_837b8014: Question Group + this_question_group_is_set_to_pick_more_questions__2e3552c4: This question group is set to pick more questions than are available. + students_have_either_already_taken_or_started_taki_a076336: Students have either already taken or started taking this quiz, so be careful about editing it. If you change any quiz questions in a significant way, you may want to consider regrading students who took the old version of the quiz. + details_98a31b68: Details + questions_a955145c: Questions + quiz_title_4b50ade9: Quiz Title + html_editor_fb2ab713: HTML Editor + rich_content_editor_2708ef21: Rich Content Editor + quiz_type_be1633db: Quiz Type + students_will_automatically_receive_full_credit_on_cc61df39: students will automatically receive full credit once they take the survey + options_3ab0ea65: Options + sync_to_name_6f04716d: Sync to %{name} + shuffle_answers_edb602b7: Shuffle Answers + time_limit_a6f1a51e: Time Limit + how_many_minutes_ecca5ee7: How many minutes? + minutes_4aee5a41: Minutes + keep_submissions_anonymous_5cbaf419: Keep Submissions Anonymous + allow_multiple_attempts_e67a0a37: Allow Multiple Attempts + quiz_score_to_keep_d1f7c4b1: Quiz Score to Keep + allowed_attempts_4e229caa: Allowed Attempts + number_of_allowed_attempts_3d10b740: Number of allowed attempts + students_cannot_view_quiz_responses_after_course_c_88e929ed: Students cannot view quiz responses after course concludes + let_students_see_their_quiz_responses_incorrect_qu_f5c9cb70: Let Students See Their Quiz Responses (Incorrect Questions Will Be Marked in Student Feedback) + only_after_their_last_attempt_3593d101: Only After Their Last Attempt + only_once_after_each_attempt_cc842738: Only Once After Each Attempt + let_students_see_the_correct_answers_dacc2faf: Let Students See The Correct Answers + show_correct_answers_at_30c37e01: Show Correct Answers at + show_correct_answers_at_a5475aa3: Show Correct Answers At + hide_correct_answers_at_2421b0aa: Hide Correct Answers at + hide_correct_answers_at_b1a59408: Hide Correct Answers At + show_one_question_at_a_time_271e346d: Show one question at a time + lock_questions_after_answering_5aecef9d: Lock questions after answering + quiz_restrictions_5db831c5: Quiz Restrictions + require_an_access_code_600e06e8: Require an access code + required_access_code_592902d7: Required access code + filter_ip_addresses_2f296bd2: Filter IP Addresses + filter_by_ip_address_40965f66: Filter by IP address + find_ip_address_filter_96ec70bb: Find IP Address Filter + require_respondus_lockdown_browser_31425b3a: Require Respondus LockDown Browser + required_to_view_quiz_results_dba7368b: Required to view quiz results + assign_eedf72bb: Assign + notify_users_this_quiz_has_changed_c5b05995: Notify users this quiz has changed + save_publish_36440725: Save & Publish + show_rubric_dca783f2: Show Rubric + points_n_e0b20623: Points %{n} + not_published_73f7079: Not Published + show_question_details_b059df00: Show Question Details + note_question_details_not_available_when_more_than_93199f6d: 'NOTE: Question details not available when more than %{question_count}.' + new_question_9107c469: New Question + new_question_group_d9306280: New Question Group + find_questions_4930b38f: Find Questions + instructions_2f88ee72: Instructions + options: + 'yes': 'Yes' + 'no': 'No' + logged_out_user_index_68a0edb2: Logged Out User %{index} + search_people_4782671a: Search People + search_people_as_you_type_in_this_field_the_list_o_5755e8ad: Search people. As you type in this field, the list of people will be automatically filtered to only include those whose names match your input. + available_until_date_cd125c62: Available Until Date + message_students_who_369b8488: Message Students Who... + this_is_a_preview_of_the_draft_version_of_the_quiz_910a02e0: This is a preview of the draft version of the quiz + this_quiz_has_been_excused_d89d2b74: This quiz has been excused + this_is_a_preview_of_the_published_version_of_the__70e0c8: This is a preview of the published version of the quiz + rubrics: + index: + page_title: Rubrics + buttons: + add_rubric: Add Rubric + course_rubrics: Course Rubrics + user_rubrics: User Rubrics + account_rubrics: Account Rubrics + points_possible: + one: 1 point possible + other: "%{count} points possible" + show: + titles: + edit_rubric: Edit Rubric + rubric_can_not_modify: Rubrics cannot be modified once they have been used in more than one place. + buttons: + delete: Delete Rubric + user_index: + page_title: Rubrics + buttons: + add_rubric: Add Rubric + headings: + user_rubrics: User Rubrics + delete_rubric: Delete Rubric + remove_rubric: Remove this Rubric from my list + points_possible: + one: 1 point possible + other: "%{count} points possible" + edit_rubric_title_104d6fd2: 'Edit Rubric: %{title}' + delete_rubric_title_ac3a24e6: 'Delete Rubric: %{title}' + count_criteria_22927713: + one: 1 criterion + other: "%{count} criteria" + delete_rubric_9b66412d: Delete Rubric + remove_this_rubric_from_my_list_c7d80704: Remove this Rubric from my list + join_course_511e6cb3: Join %{course} + changing_section_dates_may_override_course_and_ter_6634950e: Changing section dates may override course and term availability settings and placement in the Courses page and Dashboard. Please confirm term and course dates before modifying section dates. + section_starts_at_65eaed1: Section starts at + section_ends_at_bb9df3c0: Section ends at + students_can_only_participate_in_the_course_betwee_6f8595aa: Students can only participate in the course between these dates + when_selected_the_course_section_is_in_a_read_only_a7571eb2: When selected, the course section is in a read-only state outside these dates. + self_enrollments: + already_enrolled: + already_enrolled: You are already enrolled in **%{course}**. + buttons: + go_to_dashboard: Go to your Dashboard + go_to_course: Go to the Course + authenticate: + getting_started: You are enrolling in **%{course}**. + labels: + password: Password + buttons: + next: Next + enroll_in_course: Enroll in Course + authenticate_or_register: + getting_started: You are enrolling in **%{course}**. + new_user: I am a new user + existing_user: I already have a %{institution_name} login + labels: + password: Password + name: Full Name + buttons: + next: Next + enroll_in_course: Enroll in Course + confirm_enrollments: + getting_started: You are enrolling in **%{course}** + buttons: + next: Next + enroll_in_course: Enroll in Course + course_full: + class_full: Enrollment has filled up for **%{course}**. We apologize for the inconvenience. + enrollment_closed: + enrollment_is_closed: Enrollment is closed for **%{course}**. + successfully_enrolled: + already_enrolled: You have successfully enrolled in **%{course}**. + buttons: + go_to_dashboard: Go to your Dashboard + go_to_course: Go to the Course + not_available_yet: We'll send you an email shortly before the course begins. + new: + titles: + course_enrollment: Enroll in %{course} + please_enter_your_label_name_and_password_5c56be80: 'Please enter your %{label_name} and password:' + site: + view_privacy_policy: View Privacy Policy + please_enter_your_label_name_7745272d: 'Please enter your %{label_name}:' + login_with_auth_type_a0aaa52a: Login with *%{auth_type}* + this_course_cannot_be_added_to_the_courses_menu_at_a3fbb11e: This course cannot be added to the courses menu at this time. + chat_2153c6b7: Chat + all_terms_cd27b0fb: All Terms + active_terms_83df727e: Active Terms + future_terms_7fba2ae6: Future Terms + past_terms_4b6ec40e: Past Terms + all_grading_periods_77974940: All Grading Periods + select_a_grading_period_5ea50f1: Select a Grading Period... + find_an_existing_grading_scheme_d836ea: Find an Existing Grading Scheme + edit_grading_scheme_title_ff41d916: Edit Grading Scheme %{title} + remove_grading_scheme_title_d3942a08: Remove Grading Scheme %{title} + default_grading_scheme_894a0eb: Default Grading Scheme + current_grading_scheme_for_this_assignment_d525463e: Current grading scheme for this assignment + insert_above_row_de82d138: insert above %{row} + insert_here_ccdb022e: insert here + remove_row_row_167c424a: Remove row %{row} + remove_row_c198da5a: Remove row + insert_below_row_55ed6f34: insert below %{row} + hide_sidebar_2b5b3776: Hide Sidebar + done_54e3d4b6: Done + mark_as_done_6fa48d2f: Mark as done + message_students_who_b9f2bf20: Message students who... + for_title_69d92b3a: for %{title} + message_type_480e7b89: Message Type + cutoff_score_74254c89: cutoff score + send_message_6ccc90e8: Send Message + account_97b34646: Account + admin_4d3ba42f: Admin + dashboard_7f1dbf71: Dashboard + expand_global_navigation_2c28d5d4: Expand global navigation + minimize_global_navigation_2d839351: Minimize global navigation + click_to_report_profile_picture_370f9625: Click to report profile picture + click_to_report_profile_picture_for_display_name_9ffbcc86: Click to report profile picture for %{display_name} + pronouns_d1cd8dd0: Pronouns + i_ll_write_free_form_comments_when_assessing_stude_5cf50d06: I'll write free-form comments when assessing students + remove_points_from_rubric_dcd4b585: Remove points from rubric + don_t_post_outcomes_results_to_learning_mastery_gr_d0b85a19: Don't post Outcomes results to Learning Mastery Gradebook + hide_score_total_for_assessment_results_d0ef117f: Hide score total for assessment results + edit_criterion_description_5828919: Edit criterion description + delete_criterion_row_80c3b3b: Delete criterion row + this_criterion_is_linked_to_a_learning_outcome_c8aa57bf: This criterion is linked to a Learning Outcome + view_longer_description_6b762087: view longer description + long_description_7d89285c: Long Description + range_56b2f310: Range + instructor_comments_205e0ec8: Instructor Comments + select_1e849959: "[ Select ]" + save_this_comment_for_reuse_5eda0b70: Save this comment for reuse + edit_rating_c2ac31e5: Edit rating + delete_rating_24876355: Delete rating + to_c4c44f4b: to + pts_699bd9aa: pts + add_rating_89d7fbde: Add rating + this_area_will_be_used_by_the_assessor_to_leave_co_98a5db8b: This area will be used by the assessor to leave comments related to this criterion. + points_total_pts_5b4cbd77: "%{points} / %{total} pts" + additional_comments_9aed10bb: Additional Comments + description_436c48d7: Description + update_criterion_edcbd330: Update Criterion + update_comments_21991be0: Update Comments + rating_score_22cfc724: Rating Score + rating_max_score_eade1523: Rating max score + rating_min_score_3d35a762: Rating min score + min_e10fe94c: min + rating_title_3b60881e: Rating Title + rating_description_db6adf39: Rating Description + update_rating_6d29c2ef: Update Rating + points_out_of_total_24f61148: "*%{points}* out of **%{total}**" + select_the_page_you_want_to_associate_with_this_mo_47e6cfd9: Select the page you want to associate with this *module*, or add a new page by selecting "New Page". + select_the_page_you_want_to_associate_or_add_a_new_83af9f82: Select the page you want to associate, or add a new page by selecting "New Page". + you_re_editing_your_canvas_theme_the_changes_have__c0ae1bd1: You're editing your Canvas Theme! The changes have not been applied yet. + you_re_editing_your_canvas_theme_apply_or_cancel_c_1633384e: You're editing your Canvas Theme! Apply or cancel changes from within the *Theme Editor*. + note_sub_account_themes_are_not_active_during_this_a5dd9da: 'Note: sub-account themes are not active during this preview.' + something_broke_unexpectedly_6d3720ee: Something broke unexpectedly. + if_you_have_a_moment_click_here_to_tell_us_what_ha_d8b578d5: If you have a moment, *click here to tell us what happened*. + access_denied_f922a9ff: Access Denied + you_don_t_have_permission_to_access_this_resource_447d3a5e: You don't have permission to access this resource. + we_ve_let_your_instructor_know_to_review_this_link_f8d56088: We've let your instructor know to review this link as soon as possible. + either_you_re_a_new_user_or_the_terms_of_use_has_c_29797cc2: Either you're a new user or the *terms of use* has changed since you last agreed to it. Please agree to the *terms of use* before you continue. + please_adjust_your_security_preferences_before_con_fd568e8d: Please adjust your security preferences before continuing. + you_don_t_have_access_to_view_this_resource_8378e0e8: You don't have access to view this resource. + sub_accounts: + sub_accounts: + show_sub_accounts: Show Sub-Accounts + hide_sub_accounts: Hide Sub-Accounts + add_sub_accounts: Add Sub-Account + edit_account_name: Edit Account Name + can_not_delete: You can't delete a sub-account that has courses in it + delete_sub_account: Delete Sub-Account + account_courses: + one: 1 Course + other: "%{count} Courses" + account_sub_accounts: + one: 1 Sub-Account + other: "%{count} Sub-Accounts" + index: + titles: + sub_accounts: Sub-Accounts + page_header_title: Sub Accounts + alerts: + subaccount_has_courses: You can't delete a sub-account that has courses in it + subaccount_has_subaccounts: You can't delete a sub-account that has sub-accounts + confirms: + delete_subaccount: Are you sure you want to delete this sub-account? + courses_count: + one: 1 Course + other: "%{count} Courses" + sub_accounts_count: + one: 1 Sub-Account + other: "%{count} Sub-Accounts" + show_sub_accounts_for_account_name_fa71a658: Show Sub-Accounts for %{account_name} + hide_sub_accounts_for_account_name_a6de98bd: Hide Sub-Accounts for %{account_name} + add_sub_account_to_account_name_b104db90: Add Sub-Account to %{account_name} + edit_account_name_for_account_name_ae3633e8: Edit Account Name for %{account_name} + you_can_t_delete_account_name_because_it_has_cours_a81c57c9: You can't delete %{account_name} because it has courses in it + delete_account_name_96aee330: Delete %{account_name} + loading_bde52856: Loading + gathering_files_933551d9: Gathering Files... + grade_a91e433e: 'Grade:' + points_possible_44cb4190: "/ %{points_possible}" + late_penalty_817fff4e: 'Late penalty:' + final_grade_6938dca8: 'Final grade:' + this_is_a_media_comment_click_here_to_view_c297bf62: This is a media comment, *click here to view*. + submission_preview_383473ec: Submission Preview + url_preview_5d1f4a4e: URL Preview + assignment_assignment_submission_paper_view_8a4c9776: Assignment %{assignment} submission Paper View + paper_view_7405eeab: Paper View + assignment_assignment_submission_plain_text_view_b217d372: Assignment %{assignment} submission Plain Text View + plain_text_view_7640af4c: Plain Text View + edit_term_name_29a8a322: Edit Term %{name} + delete_term_name_f707abc9: Delete Term %{name} + add_new_term_d2217c0d: Add New Term + delete_entry_title_5e59727b: Delete entry %{title} + count_errors_prohibited_this_note_from_being_saved_fb546efe: + one: '1 error prohibited this note from being saved:' + other: "%{count} errors prohibited this note from being saved:" + note_8b73ce09: Note + never_df100b49: Never + notifications_cbfa7704: Notifications + tell_us_how_and_when_you_would_like_to_be_notified_de3ed2bc: Tell us how and when you would like to be notified of events in Canvas. + this_login_is_for_provider_6f17462: This login is for %{provider} + unnamed_account_id_e688ad87: Unnamed Account (%{id}) + note_this_login_s_account_uses_delegated_authentic_89227914: 'Note: This login''s account uses delegated authentication, but allows fallback Canvas password authentication. The password fields in this form update the fallback Canvas password, *not* the delegated authentication.' + clear_user_cache_ef079f7f: Clear User Cache + view_grades_8d3bae6c: View Grades + send_a_message_to_the_teacher_1ae115b6: Send a Message to the Teacher + user_search_results_3af96217: User Search results + academic_benchmark: + plugin_settings: + description: You will need access to an [Academic Benchmark](%{url}) account. + labels: + partner_id: Partner ID + partner_key: Partner Key + api_url: Api Url + api_key: API Key + common_core_guid: Common Core GUID (optional) + api_url_description: "(e.g. %{url})" + common_core_guid: "(e.g. %{guid})" + these_credentials_are_for_academic_benchmark_api_v_324baaa4: These credentials are for Academic Benchmark API v3. Leaving the Partner Key empty will default the importer to use Academic Benchmark API v1. + these_credentials_are_for_academic_benchmark_api_v_952718b1: These credentials are for Academic Benchmark API v1, which will be deprecated in a future release. + this_report_shows_all_the_courses_for_a_given_term_3cdc11e5: This report shows all the courses for a given term. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, account id, account sis id, account name, storage used in MB, and sum of all files in MB. The storage used reflects all files that go against the courses quota. The sum of all files in the course is the sum of all files that are in the course regardless of impact to the courses quota. + example_84698b7d: Example + configuration_location_ee0f6592: Configuration Location + associated_account_course_id_d87a01c5: Associated Account/Course ID + associated_account_name_91854e37: Associated Account Name + associated_course_name_9b5b1945: Associated Course Name + tool_name_7d58a6e4: Tool Name + tool_type_afa58fcb: Tool Type + tool_created_at_82c0daba: Tool Created At + tool_privacy_level_9d392813: Tool Privacy Level + launch_url_e150bd41: Launch URL + custom_fields_fc3e55af: Custom Fields + this_report_shows_grading_period_grades_and_overal_a86346a: This report shows grading period grades (and overall course grades) for each student enrolled in a given term. The resulting csv file will have one row per enrollment. + spring_grading_period_id_61aec82c: Spring grading period id + spring_grading_period_current_score_7083cf0d: Spring grading period current score + spring_grading_period_final_score_386d92f7: Spring grading period final score + fall_grading_period_id_74ef68e: Fall grading period id + fall_grading_period_current_score_d48c7f78: Fall grading period current score + fall_grading_period_final_score_56d96a8f: Fall grading period final score + this_report_shows_all_learning_outcomes_that_exist_e77bd04b: This report shows all learning outcomes that exist within this account. The resulting csv file will have one row per outcome, and will show the details of all associated attributes with each outcome. + user_observer_csv_3592a9cf: User Observer CSV + admin_csv_f8d1b3eb: Admin CSV + created_by_sis_e1449c31: Created by SIS + group_categories_csv_21eb0566: Group Categories CSV + 451_message: + title: Not Authorized + headings: + page: Not Authorized + description: You are not authorized to access this site because you are located in a country subject to U.S. trade restrictions. + settings: + service_cloud_settings: + labels: + api_url: Salesforce API Host (https://something.salesforce.com) + consumer_key: Salesforce Consumer Key + consumer_secret: Salesforce Consumer Secret + refresh_token: Refresh Token + is_sandbox: This is a salesfoce sandbox account + send_custom_fields: Send the custom fields listed below with each ticket + web_to_case_settings: + labels: + api_url: Salesforce API Endpoint URL + orgid: Salesforce Org ID + record_type: Record Type + ret_val: Return URL + recaptcha_settings: + instructions: |- + Before you can use the ReCAPTCHA plugin you'll need to + [sign up for an account on ReCAPTCHA](%{url}). Make sure to set up your + domain correctly to handle your site domain(s). After you've set up an + account, enter your public and private keys below. + + **Note:** any changes you make to these settings won't be + updated until you restart your server. + labels: + recaptcha_public_key: ReCAPTCHA Public Key + recaptcha_private_key: ReCAPTCHA Private Key + get_the_following_from_your_salesforce_connected_a_881fc9a3: Get the following from your Salesforce Connected App + you_ll_need_a_refresh_token_follow_the_steps_at_th_79a3984b: You'll need a refresh token, follow the steps at this link, you may want a technical expert to help + salesforce_has_a_different_login_host_for_sanbox_a_2d878ae9: Salesforce has a different login host for sanbox accounts than it does for production accounts, so if you're using a Salesforce sanbox account and you don't check this box it won't be able to authenticate (and this works in reverse too, if you have a production account and you DO check this box it won't authenticate) + if_you_enable_this_feature_be_sure_that_your_sales_566967e6: If you enable this feature, be sure that your salesforce account has these custom fields added exactly with the names in the left column of the table + field_name_31fff38e: Field Name + the_error_stack_trace_if_there_is_one_b7e008a1: The error stack trace, if there is one + the_severity_of_the_issue_as_selected_by_the_user__88db91d9: The severity of the issue, as selected by the user from a dropdown menu. + the_account_id_of_the_account_to_which_the_reporti_93ddb00f: The account ID of the account to which the reporting user belongs + the_full_hostname_for_the_account_instance_somethi_e325da1f: The full hostname for the account instance (something.instructure.com, for example) + the_url_of_the_page_the_user_was_on_when_they_repo_11dfa92f: The URL of the page the user was on when they reported the error + the_roles_held_by_the_reporting_user_student_teach_8fa5a269: the roles held by the reporting user (student, teacher, admin, etc) + the_url_a_sufficiently_priviledged_user_could_use__e6b02c56: The url a sufficiently priviledged user could use to masquerade as the reporting user on the same page to try and reproduce the problem + a_handy_key_value_dump_of_a_host_of_interesting_en_d0518dfe: A handy key/value dump of a host of interesting environment info for the reporting user + the_unique_id_used_for_representing_the_specific_r_3bdf5870: The unique id used for representing the specific request/response cycle this error report occured around + should_be_self_evident_the_canvas_id_of_the_report_44378262: should be self-evident, the canvas ID of the reporting user + same_value_as_canvas_url__c_will_probably_be_going_37027686: Same value as 'Canvas_URL__c', will probably be going away soon + the_salesforce_account_id_if_it_exists_e7949706: The Salesforce Account ID (if it exists) + add_your_zendesk_instance_s_custom_field_id_for_ea_3aeb75f4: 'Add your Zendesk instance''s custom field ID for each of the following (fields that do not have ID''s will not be logged):' + provisioned_catalog_account_26339afd: Provisioned Catalog Account + region_47e29025: 'Region:' + url_cc9398ca: 'URL:' + beta_url_3c7b88ec: 'Beta URL:' + note_it_may_take_up_to_a_week_for_the_beta_url_to__d695bddc: 'Note: It may take up to a week for the Beta URL to provision, depending on the Beta refresh cycle.' + provision_a_catalog_account_8cea67f6: Provision a Catalog Account + catalog_name_46d37909: Catalog Name + school_of_rock_4b7b1fd0: School of Rock + example_school_of_rock_41f32c31: 'example: "School of Rock"' + region_939f2a6c: Region + url_type_3ece27d2: URL Type + subdomain_url_1e43b6f0: Subdomain URL + example_https_schoolofrock_catalog_instructure_com_b7a35ab5: 'example: "https://schoolofrock.catalog.instructure.com"' + vanity_url_76f93382: Vanity URL + example_https_schoolofrock_edu_d4326f03: 'example: "https://schoolofrock.edu"' + catalog_url_a01655dd: Catalog URL + canvas_dashboard_links_will_navigate_to_the_catalo_4143635e: Canvas dashboard links will navigate to the Catalog dashboard + create_132b3be1: Create + edit_your_catalog_account_cce59310: Edit your Catalog Account + update_4d8ee62: Update + user_id_or_sis_id_sis_id_should_be_prepended_with__980ff02b: User ID or SIS ID (SIS ID should be prepended with sis_user_id:) + include_deleted_enrollments_1c87684a: Include Deleted Enrollments + enrolled_a6a517cd: Enrolled + withdrawn_4c838347: Withdrawn + all_configured_apps_a14eef0a: All Configured Apps + course_implemented_apps_fa658f5a: Course Implemented Apps + include_unpublished_courses_7a0e7aab: Include Unpublished Courses + course_canvas_id_9e36b24c: Course Canvas ID + this_is_a_report_of_all_students_enrolled_in_a_cou_d0137d3c: |- + This is a report of all students enrolled in a course in a given term that + have submitted an assignment. This report contains one row per student + submission. + include_unsubmitted_deleted_submissions_99fc2aad: Include Unsubmitted & Deleted Submissions + course_sis_id_sis_id_or_canvas_id_4d323f5c: 'Course SIS ID (SIS_ID:####) OR Canvas ID: (###)' + start_dates_8f1c22a8: 'Start Dates:' + start_date_from_20503757: 'Start Date From:' + start_date_to_1e6e6bbe: 'Start Date To:' + end_dates_249d8dbb: 'End Dates:' + end_date_from_cdd9d90: 'End Date From:' + end_date_to_8b17929d: 'End Date To:' + this_report_shows_the_student_final_grade_results__5a508b55: This report shows the student final grade results for all students in a given term. The resulting CSV file will have one row per enrollment, and will show the current and final grade that is displayed in the course gradebook. + this_report_displays_student_engagement_activity_c1d96b5c: This report displays student engagement activity. + alumno_88c80e37: Alumno + curso_f0ee9b5: Curso + id_del_curso_4ef15337: ID del Curso + sis_del_curso_bf9d61ae: SIS del Curso + id_del_alumno_bc4bcf8a: ID del Alumno + sis_del_alumno_716babc5: SIS del Alumno + this_report_displays_teacher_engagement_activity_f_5888d45b: This report displays teacher engagement activity for each teacher enrollment. + models_to_include_9fb154ca: Models to include + additional_options_7cefee79: Additional Options + always_include_dates_1ae2935e: Always Include Dates + the_default_report_only_includes_course_section_da_729092f0: The default report only includes Course/Section dates if Enrollment restrictions are enabled + demos: + demos_add: + labels: + master_template: Master template + school_name: School Name + username: Email Address + register: + sign_up_to_canvas: Sign up to try Canvas + personalize_demo: Personalize Your Demo + labels: + organization_type: Organization Type + school_position: Title + school_name: School / Organization + name: Name + phone: Phone Number + username: Email + location: Location + type_what_you_see: Type what you see + type_what_you_hear: Type what you hear + choose: Choose One + higher_education: Higher Ed + higher_education_for_profit: Higher Ed For-Profit + k12: K12 + k12_for_profit: K12 For-Profit + corporate: Corporate + government: Government + cio: CIO + dean: Dean + director: Director + instructional_designer: Instructional Designer + lms_administrator: LMS Administrator + provost: Provost + school_administrator: School Administrator + student: Student + support: Support + teacher_instructor: Teacher/Instructor + technologist: Technologist + vp: VP + assistant_superintendent: Assistant Superintendent + bus_finance_purchasing_director: Bus/Finance/Purchasing Dir + e_rate_administrator: ERate Administrator + instructional_media_svcs_dir: Instructional Media Svcs Dir + library_media_specialist: Library/Media Specialist + network_system_administrator: Network System Administrator + principal: Principal + school_technology_coordinator: School Technology Coordinator + superintendent: Superintendent + technology_computer_coord: Technology/Computer Coord + technology_education_director: Technology Education Director + c_level: C-Level + employee: Employee + manager: Manager + executive_officer: Executive Officer + gs_1_7: GS 1-7 + gs_8_10: GS 8-10 + gs_11_15: GS 11-15 + other: Other + united_states_and_canada: United States and Canada + europe_uk: Europe - UK + europe_other: Europe - Other + africa: Africa + asia_and_middle_east: Asia and Middle East + australia_new_zealand_and_oceania: Australia, New Zealand, and Oceania + south_america_central_america_and_caribbean: South America, Central America, and Caribbean + subscribe: I want to receive news, tips and info from Instructure + agree_to_terms: I agree to the *terms of use* and acknowledge the **privacy policy**. + incorrect: Incorrect. Try again. + begin_trial: Begin Trial + _register: + add_site: Add Site + invalid_email: Invalid email address + specify_location: Please specify your geographic location + you_must_agree_to_terms: You must agree to the terms of use + personalizing: Personalizing... + ready: Ready! + registered_successfully: Registered successfully! + try_again: Try Again + recaptcha_not_configured_3a6ef9ee: Recaptcha not configured + demo_sites_require_recaptcha_settings_to_be_config_8bf9c7e3: Demo sites require Recaptcha settings to be configured. Please see your site admin for this instance of Canvas. + canvas_cloud_information_fdd404f2: Canvas Cloud Information + created_by_b39b9c8b: Created By + delete_domain_domain_c5b68f5: Delete domain %{domain} + add_new_domain_e097d4a0: Add new domain + delete_domain_5ba75b7c: Delete domain + users_matching_search_term_c604db9e: Users Matching "%{search_term}" + root_accounts_cc035dcf: Root Accounts + create_a_new_account_4cf7c0f9: Create a New Account + account_domain_78f43049: Account Domain + trusted_account_url_e6200e41: Trusted Account URL + trusted_account_669ba397: Trusted Account + site_admin: + domain_not_found: + page_title: Oops, Canvas can’t find your login page. + you_typed: You typed + body_description: Please check your Canvas URL and try again. If you do not know your Canvas URL, please contact your institution or course instructor. + body_reference: If you're interested in a free Canvas account not tied to a specific institution you can sign up at + links: + canvas_instructure: canvas.instructure.com + institution_suspended: + page_title: Institution Suspended + links: + stop_masquerading: "[Stop Masquerading]" + logout: Logout + body: Your school's Canvas account is temporarily suspended. Please contact your Canvas administrator. + respondus_soap_endpoint: + plugin_settings: + labels: + enabled: Enabled (must enable QTI Converter as well) + provision_a_quiz_next_service_c7c6bd87: Provision a Quiz.Next Service + there_are_no_announcements_for_this_course_5ee649c3: There are no announcements for this course. + back_to_table_of_contents_d878b315: Back to Table of Contents + back_to_announcements_1036e43e: Back to Announcements + due_at_time_fa41cf6c: 'Due at: %{time}' + unlock_at_time_a0bbfb9: 'Unlock at: %{time}' + lock_at_time_3c8a044e: 'Lock at: %{time}' + grading_type_type_7d8b42d7: 'Grading Type: %{type}' + points_points_b6b422e2: 'Points: %{points}' + submitting_types_7c5a7096: 'Submitting: %{types}' + back_to_ref_title_377ea1f0: Back to %{ref_title} + click_here_to_see_the_file_79e2b366: Click here to see the file. + this_module_is_locked_until_datetime_b2486751: This module is locked until %{datetime} + this_module_is_locked_until_completing_all_of_the__ddf06070: 'This module is locked until completing all of the requirements for the following modules: %{prerequisites}' + item_name_is_not_currently_supported_d0d7dcb: "%{item_name} is not currently supported" + back_to_title_39e7a8f4: Back to %{title} + due_time_9acd6b69: Due %{time} + table_of_contents_d2d11ba6: Table of Contents + course_content_a92eca20: Course Content + login_is_too_long_25373f95: Login is too long + login_is_invalid_must_be_alphanumeric_or_an_email__ae4499b3: 'Login is invalid: must be alphanumeric or an email address' + choose_an_authentication_service_47dc8875: Choose an authentication service + another_configuration_is_currently_selected_select_95b394e: Another configuration is currently selected. Selecting this configuration will deselect the other. + account_settings: + account_name_too_long: Account Name is too long + help_menu_name_too_long: Help menu name is too long + titles: + configure_report: Configure Report + what_are_quiz_ip_filters: What are Quiz IP Filters? + open_registration_delegated_warning_dialog: An External Identity Provider is Enabled + confirms: + remove_account_admin: Are you sure you want to remove this account admin? + global_announcement: You must confirm the global announcement + delete_announcement: Are you sure you want to delete this announcement? + links: + turnitin: + confirm_settings: confirm Turnitin settings + notices: + turnitin: + checking_settings: checking Turnitin settings... + setings_confirmed: Turnitin settings confirmed! + invalid_settings: invalid Turnitin settings, please check your account id and shared secret from Turnitin + custom_text_blank: "[Custom Text]" + siteadmin: Site Admin + account: Account + course: Course + user: User + there_are_no_reports_for_you_to_view_b716717a: There are no reports for you to view. + security_tab_failed_to_load_2d2242a: Security Tab failed to load + about_this_service_b10bc808: About this service + data_point_over_time_8d0a54cc: "%{data_point} Over Time" + date_ee500367: Date + loading_6ac402e1: loading... + over_time_bee1a733: over time + ajax_errors: + no_text: No text + errors: + logged_out: You are not currently logged in, possibly due to a long period of inactivity. + unhandled: Oops! The last request didn't work out. + connection_lost: Connection to %{host} was lost. Please make sure you're connected to the Internet and try again. + links: + login: Login + details: details... + error_heading: 'Ajax Error: %{status_code}' + calculator: + command: + no_description: No description found for the function, %{functionName} + unrecognized: "%{functionName} is not a recognized function" + default_description: No description given + abs: + description: Returns the absolute value of the given value + asin: + description: Returns the arcsin of the given value + acos: + description: Returns the arccos of the given value + atan: + description: Returns the arctan of the given value + log: + description: Returns the log of the given value with an optional base + ln: + description: Returns the natural log of the given value + rad_to_deg: + description: Returns the given value converted from radians to degrees + deg_to_rad: + description: Returns the given value converted from degrees to radians + sin: + description: Returns the sine of the given value + cos: + description: Returns the cosine of the given value + tan: + description: Returns the tangent of the given value + sec: + description: Returns the secant of the given value + cosec: + description: Returns the cosecant of the given value + cotan: + description: Returns the cotangent of the given value + pi: + description: Returns the computed value of pi + if: + description: Evaluates the first argument, returns the second argument if it evaluates to a non-zero value, otherwise returns the third value + max: + description: Returns the highest value in the list + min: + description: Returns the lowest value in the list + sqrt: + description: Returns the square root of the given value + sort: + description: Returns the list of values, sorted from lowest to highest + reverse: + description: Reverses the order of the list of values + first: + description: Returns the first value in the list + last: + description: Returns the last value in the list + at: + description: Returns the indexed value in the given list + rand: + description: Returns a random number between zero and the range specified, or one if no number is given + length: + description: Returns the number of arguments in the given list + mean: + description: Returns the average mean of the values in the list + median: + description: Returns the median for the list of values + range: + description: Returns the range for the list of values + count: + description: Returns the number of items in the list + sum: + description: Returns the sum of the list of values + fact: + description: Returns the factorial of the given number + perm: + description: Returns the permutation result for the given values + comb: + description: Returns the combination result for the given values + ceil: + description: Returns the ceiling for the given value + floor: + description: Returns the floor for the given value + round: + description: Returns the given value rounded to the nearest whole number + e: + description: Returns the value for e + headings: + formula: Formula + result: Result + last_formula_row: the last formula row will be used to compute the final answer + decimal_places: Decimal Places + buttons: + save: Save + sample_final_answer: This value is an example final answer for this question type + drag_to_reorder: Drag to reorder + delete_formula: Delete Formula + quiz_statistics: + duration_in_seconds: + one: 1 second + other: "%{count} seconds" + duration_in_minutes: + one: 1 minute + other: "%{count} minutes" + duration_in_minutes_and_seconds: "%{minutes} and %{seconds}" + duration_in_hours: + one: 1 hour + other: "%{count} hours" + duration_in_hours_and_minutes: "%{hours} and %{minutes}" + no_answer: No Answer + unknown_answer: Something Else + summary: + audible_chart_description: "%{above_average} students scored above or at the average, and %{below_average} below. " + chart_title: Score percentiles chart + not_available_abbrev: N/A + quiz_summary: Quiz Summary + table_description: Summary statistics for all turned in submissions + mean: Average Score + high_score: High Score + low_score: Low Score + stdev: Standard Deviation + avg_time: Average Time + question_header: Question %{position} + attempts: 'Attempts: %{count} out of %{total}' + discrimination_index_help: "* This metric provides a measure of how well a single question can tell the difference (or discriminate) between students who do well on an exam and those who do not. * ** It divides students into three groups based on their score on the whole quiz and displays those groups by who answered the question correctly. ** *** ****Learn more about quiz statistics.**** ***" + discrimination_index: + discrimination_index: Discrimination Index + discrimination_index_dialog_title: The Discrimination Index Chart + discrimination_index_dialog_trigger: Learn more about the Discrimination Index. + audible_discrimination_index: 'Discrimination Index: %{number}.' + user_names: User Names + speedgrader: View in SpeedGrader + download_submissions: Download All Files + sad-panda-alttext: Sad things in panda land. + quiz-stats-noshow-warning: Even awesomeness has limits. We can't render statistics for this quiz, but you can download the reports. + title: Quiz Statistics + question_breakdown: Question Breakdown + loading_questions: Question statistics are being loaded. Please wait a while. + empty_question_breakdown: There are no question statistics available. + quiz_log_auditing: + loading: Loading... + event_stream: + session_started: Session started + question_answered: + one: 'Answered question:' + other: 'Answered the following questions:' + question_viewed: + one: Viewed (and possibly read) question + other: 'Viewed (and possibly read) the following questions:' + page_blurred: Stopped viewing the Canvas quiz-taking page... + page_focused: Resumed. + question_flagged: 'Flagged question:' + question_unflagged: 'Unflagged question:' + headers: + action_log: Action Log + notices: + no_events_available: There were no events logged during the quiz-taking session. + links: + log_accessibility_warning: 'Warning: For improved accessibility when using Quiz Logs, please remain in the current Stream View.' + page_header: Session Information + buttons: + reload_events: Reload + table_view: View Table + session_table_headers: + started_at: Started at + attempt: Attempt + no_answer: No answer + question_answers: + essay: + view_plain_answer: View Plain + view_html_answer: View HTML + question_header: 'Question #%{position}' + question_type: "%{type}" + question_response_count: + zero: This question was never answered. + one: This question was answered once. + other: This question was answered %{count} times. + navigation: + questions: Questions + links: + back_to_session_information: Back to Log + question: Question %{position} + table_view: + legend: + empty_circle: Empty Circle + empty_circle_desc: An empty answer. + dotted_circle: Dotted Circle + dotted_circle_desc: An answer, regardless of correctness. + filled_circle: Filled Circle + filled_circle_desc: The final answer for the question, the one that counts. + headers: + timestamp: Timestamp + question: Question %{position} + options: + truncate: Truncate textual answers + expand_all: Expand all answers + invert: Invert + buttons: + go_to_stream: View Stream + answer_sequence_cfeda025: Answer Sequence + count_students_in_percentile_percentile_d0adecfe: + one: '1 student in percentile %{percentile}. ' + other: "%{count} students in percentile %{percentile}. " + quiz_reports: + student_analysis: Student Analysis + item_analysis: Item Analysis + non_generatable_report_notice: Report can not be generated for Survey Quizzes. + generation_complete: Report has been generated. + generated_at: 'Generated: %{date}' + generation_started: Report is being generated. + generation_halfway: Less than half-way to go. + generation_almost_done: Almost done. + generatable: Report has never been generated. + generating: Report is being generated... + cancel_generation: Cancel + download_student_analysis_report_statuslabel_1471c8c2: Download student analysis report %{statusLabel} + download_item_analysis_report_statuslabel_8c9387ec: Download item analysis report %{statusLabel} + generate_student_analysis_report_statuslabel_aecdc4dc: Generate student analysis report %{statusLabel} + generate_item_analysis_report_statuslabel_16e02c8: Generate item analysis report %{statusLabel} + section_filter_cde54d0a: Section Filter + ratio_answered_correctly_b0c1e7d: "%{ratio}% answered correctly" + user_count_respondents_e30a8593: "%{user_count} respondents" + usercount_respondents_1521244: "%{userCount} respondents" + correct_check_icon_617da6c3: correct check icon + graph_bar_b5daa23d: Graph bar + correct_answer_5a6a57d1: Correct Answer + incorrect_answer_7c17e63b: Incorrect Answer + answers_which_scored_in_the_top_27_a605232d: Answers which scored in the top 27% + answers_which_scored_in_the_middle_46_46466ffd: Answers which scored in the middle 46% + answers_which_scored_in_the_bottom_27_74409483: Answers which scored in the bottom 27% + ungraded_answers_31ef2df7: Ungraded answers + unknown_answers_9688a2bc: Unknown answers + answer_correct_answer_c2c4a20c: "%{answer}, (Correct answer)" + answer_incorrect_answer_80efe585: "%{answer}, (Incorrect answer)" + _b4455c8b: "%" + a_table_of_answers_and_brief_statistics_regarding__f516e98f: A table of answers and brief statistics regarding student answer choices. + answer_description_6b353cfd: Answer Description + number_of_respondents_e1e7e8b: Number of Respondents + percent_of_respondents_selecting_this_answer_4c2ce4ee: Percent of respondents selecting this answer + answer_distribution_2a956e3f: Answer Distribution + ratio_responded_correctly_6d890107: "%{ratio}% responded correctly" + collaboration_was_deleted_9cf9934b: Collaboration was deleted + collaboration_update_failed_eb6622f3: Collaboration update failed + collaboration_creation_failed_95ff831f: Collaboration creation failed + country_or_region_is_required_86917b39: Country or Region is required + email_is_required_736ac26b: Email is required + email_is_invalid_e0d982eb: Email is invalid! + cell_number_is_required_2edcee60: Cell Number is required + cell_number_is_invalid_bd6faee0: Cell Number is invalid! + bounce_count_reset_c4c2218f: Bounce count reset! + confirm_communication_channel_81c48d08: Confirm Communication Channel + confirmation_failed_please_try_again_ae566d37: Confirmation failed. Please try again. + your_content_has_been_exported_bbb57764: Your content has been exported. + new_export_3ab758: New Export + content_locks: + messages: + quiz_locked_at: This quiz was locked %{at}. + assignment_locked_at: This assignment was locked %{at}. + topic_locked_at: This topic was locked %{at}. + file_locked_at: This file was locked %{at}. + page_locked_at: This page was locked %{at}. + content_locked_at: This content was locked %{at}. + quiz_locked_until: This quiz is locked until %{date}. + assignment_locked_until: This assignment is locked until %{date}. + topic_locked_until: This topic is locked until %{date}. + file_locked_until: This file is locked until %{date}. + page_locked_until: This page is locked until %{date}. + content_locked_until: This content is locked until %{date}. + quiz_locked_module: This quiz is part of the module *%{module}* and hasn't been unlocked yet. + assignment_locked_module: This assignment is part of the module *%{module}* and hasn't been unlocked yet. + topic_locked_module: This topic is part of the module *%{module}* and hasn't been unlocked yet. + file_locked_module: This file is part of the module *%{module}* and hasn't been unlocked yet. + page_locked_module: This page is part of the module *%{module}* and hasn't been unlocked yet. + content_locked_module: This content is part of the module *%{module}* and hasn't been unlocked yet. + visit_modules_page_for_details: Visit the modules page for information on how to unlock this content. + quiz_locked_no_reason: This quiz is locked. No other reason has been provided. + assignment_locked_no_reason: This assignment is locked. No other reason has been provided. + topic_locked_no_reason: This topic is locked. No other reason has been provided. + file_locked_no_reason: This file is locked. No other reason has been provided. + page_locked_no_reason: This page is locked. No other reason has been provided. + content_locked_no_reason: This content is locked. No other reason has been provided. + buttons: + ok_thanks: Ok, Thanks + titles: + content_is_locked: Content Is Locked + context_modulespublic: + errors: + reorder: Reorder failed, please try again. + points_possible_short: "%{points} pts" + buttons: + add: Add Module + update: Update Module + add_item: Add Item + titles: + add: Add Module + edit: Edit Module Settings + edit_item: Edit Item Details + add_item: Add Item to %{module} + add_prerequisite: Add Prerequisite to %{module} + optgroup: + assignments: Assignments + files: Files + quizzes: Quizzes + external_urls: External URLs + external_tools: External Tools + discussion_topics: Discussions + confirm: + delete: Are you sure you want to delete this module? + delete_item: Are you sure you want to remove this item from the module? + multiple_due_dates_283dd861: Multiple Due Dates + released_by_mastery_path_path_b562d741: 'Released by Mastery Path: %{path}' + edit_mastery_paths_for_title_3c0a15e1: Edit Mastery Paths for %{title} + not_completed_d70acea3: Not completed + this_assignment_is_overdue_a44bea3b: This assignment is overdue + you_scored_a_score_a5dd5561: You scored a %{score}. + your_submission_has_not_been_graded_yet_d6963e53: Your submission has not been graded yet + must_submit_the_assignment_782d025: Must submit the assignment + must_mark_as_done_91cff799: Must mark as done + must_view_the_page_67eec19e: Must view the page + must_contribute_to_the_page_fff632c: Must contribute to the page + must_score_at_least_a_score_3b4f813d: Must score at least a %{score} + not_yet_completed_345a0bca: Not yet completed + prerequisites_list_62d66d12: 'Prerequisites: %{list}' + delete_prerequisite_title_19741947: Delete prerequisite %{title} + delete_requirement_item_type_d7453a69: Delete requirement %{item} (%{type}) + duplicating_module_this_may_take_some_time_eef73720: Duplicating Module, this may take some time + error_rendering_duplicated_module_db821097: Error rendering duplicated module + error_duplicating_module_4b023042: Error duplicating module + module_module_name_was_successfully_deleted_fc9e9d47: Module %{module_name} was successfully deleted. + title_is_required_437f9993: Title is required + module_item_module_item_name_was_successfully_dele_8626d846: Module item %{module_item_name} was successfully deleted. + move_module_item_f525d6c8: Move Module Item + move_module_90e6927e: Move Module + move_contents_into_f3e4fd9d: Move Contents Into + some_module_items_could_not_be_published_e4be3c0: Some module items could not be published + expanded_f4493860: Expanded + collapsed_510aa02a: Collapsed + resync_grades_to_sis_d4dcfe12: Resync grades to SIS + syncing_grades_to_sis_d63112e0: Syncing grades to SIS... + are_you_sure_you_want_to_resync_these_grades_to_th_e509cb9e: Are you sure you want to resync these grades to the student information system? + are_you_sure_you_want_to_sync_these_grades_to_the__ca3c28a4: Are you sure you want to sync these grades to the student information system? You should only do this if all your grades have been finalized. + something_went_wrong_when_trying_to_sync_grades_to_592c4c35: Something went wrong when trying to sync grades to the student information system. Please try again later. + invalid_sis_sync_status_b68db497: Invalid SIS sync status + course_settings: + buttons: + adding_section: Adding Section... + add_section: Add Section + re_sending_all: Re-Sending Unaccepted Invitations... + re_sent_all: Re-Sent All Unaccepted Invitations! + errors: + section: Add Section Failed, Please Try Again + invitation: Invitation Failed. Please try again. + re_send_all: Send Failed, Please Try Again + confirm: + delete_section: Are you sure you want to delete this section? + titles: + move_course: Move Course + reset_course_content_dialog_help: Reset Course Content + section_enrollments: Section Enrollments + link_to_students: Link to Students + links: + more_options: more options + fewer_options: fewer options + re_sending_invitation: Re-Sending Invitation... + re_send_all: Re-Send All Unaccepted Invitations + invitation_sent_now: Just Now + invitation_sent: Invitation Sent! + edit_sections_placeholder: Enter a section name + edit_sections_title: Section name + remove_user_from_course_section: Remove user from %{course_section} + flash: + sections: Section enrollments successfully updated + sectionError: Something went wrong updating the user's sections. Please try again later. + invitation: Invitation sent. + links: Student links successfully updated + linkError: Something went wrong updating the user's student links. Please try again later. + re_send_invitation: Resend Invitation + cancel: Cancel + link_students_placeholder: Enter a student name + setting_failed_to_load_try_refreshing_c24bf008: Setting failed to load, try refreshing. + new_rating_created_54125331: New Rating Created + edit_rubric: + buttons: + create_rubric: Create Rubric + update_rubric: Update Rubric + titles: + edit_rubric_rating: Edit Rating + find_existing_rubric: Find Existing Rubric + messages: + loading_rubric_groups: Loading rubric groups... + loading_rubrics: Loading rubrics... + errors: + load_rubrics_failed: Loading rubrics failed, please try again + prompts: + read_only_rubric: You can't edit this rubric, either because you don't have permission or it's being used in more than one place. Any changes you make will result in a new rubric based on the old rubric. Continue anyway? + confirm_delete: Are you sure you want to delete this rubric? + change: Change + leave_different: Leave different + discussion_points_possible: + one: "%{count} point possible" + other: "%{count} points possible" + edit_criterion_5e4dadca: Edit Criterion + add_criterion_eb9587ef: Add Criterion + create_criterion_6df4d4ad: Create Criterion + criterion_long_description_e9a97247: Criterion Long Description + new_criterion_canceled_d8c2a655: New Criterion Canceled + max_dd02d615: max + new_rating_canceled_eed3c4ff: New Rating Canceled + criterion_updated_36c0b3dc: Criterion Updated + criterion_created_42669293: Criterion Created + rating_updated_7aff90ea: Rating Updated + submission_added_title_50ebdc85: 'submission added: %{title}' + click_to_edit_drag_to_reorder_ab725681: Click to edit, drag to reorder + move_page_e25b123d: Move Page + move_section_d3866941: Move Section + findLinkForService: + buttons: + search: Search + search_by_tag: Search by Tag + status: + diigo_search_throttling: Diigo limits users to one search every ten seconds. Please wait... + searching: Searching... + no_results_found: No Results Found + no_description: No description + errors: + search_failed: Search failed, please try again. + titles: + bookmark_search: 'Bookmark Search: %{service_name}' + find_outcome: + messages: + loading_outcomes: Loading Outcomes... + no_rubric_outcomes_found: No Rubric-Configured Outcomes found + no_outcomes_found: No Outcomes found + errors: + outcome_retrieval_failed: Outcomes Retrieval failed unexpected. Please try again. + titles: + find_outcome: Find Outcome + title_is_too_long_b192a46a: Title is too long + to_51406be9: To + from_fdd4956d: From + instructure_js: + links: + minimize_youtube_video: Minimize Video + view_equella_content_in_new_window: view the content in a new window + minimize_file_preview: Minimize File Preview + titles: + external_link: Links to an external site. + preview_document: Preview the document + equella_content_preview: Equella Content Preview + switched_roles_message: + teacher: You have switched roles temporarily for this course, and are now viewing the course as a teacher. You can restore your role and permissions from the course home page. + student: You have switched roles temporarily for this course, and are now viewing the course as a student. You can restore your role and permissions from the course home page. + ta: You have switched roles temporarily for this course, and are now viewing the course as a TA. You can restore your role and permissions from the course home page. + observer: You have switched roles temporarily for this course, and are now viewing the course as an observer. You can restore your role and permissions from the course home page. + designer: You have switched roles temporarily for this course, and are now viewing the course as a designer. You can restore your role and permissions from the course home page. + alerts: + file_previews_disabled: File previews have been disabled for this Canvas site + status: + posting_message: Posting Message... + errors: + posting_message_failed: Post Failed, Try Again + draft: Draft + buttons: + previous_module: Previous Module + next_module: Next Module + disableWhileLoading: + loading: Loading... + jquery_doc_previews: + errors: + document_preview_processing: The document preview is currently being processed. Please try again later. + cannot_view_document_in_canvas: This document cannot be displayed within Canvas. + instructure: + errors: + required: Required field + invalid_datetime: Invalid date/time value + invalid_number: This should be a number. + invalid_entry_for_field: 'Invalid entry: %{field}' + field_is_required: This field is required + instructure_misc_plugins: + confirms: + default_delete_thing: Are you sure you want to delete this? + link_enrollment: + messages: + loading_students: Loading Students... + linking_to_student: Linking to Student... + options: + no_link: "[ No Link ]" + errors: + load_failed: Loading Students Failed, please try again + link_failed: Linking Failed, please try again + titles: + link_to_student: Link to Student + buttons: + link: Link to Student + manage_avatars: + prompts: + delete_avatar: Are you sure you want to delete this user's profile pic? + lock_avatar: Locking this picture will approve it and prevent the user from updating it. Continue? + messages: + updating: Updating... + errors: + update_failed: Update failed, please try again + mathquill: + tabs: + basic: Basic + greek: Greek + operators: Operators + relationships: Relationships + arrows: Arrows + delimiters: Delimiters + miscellaneous: Misc + media_comments_publicjs: + messages: + submitting: Submitting Media File... + submitted: Submitted Media File! + flash_required_record_audio: Flash required for recording audio. + flash_required_upload_audio: Flash required for uploading audio. + flash_required_upload_video: Flash required for uploading video. + loading: Loading... + errors: + file_too_large: "*This file is too large.* The maximum size is %{size}MB." + upload_failed: 'Upload failed with error:' + media_comment_installation_broken: Media comment uploading has not been set up properly. Please contact your administrator. + must_be_logged_in: You must be logged in to record media. + load_failed: Media Comment Application failed to load. Please try again. + save_failed: Saving appears to have failed. Please close this popup to try again. + persistent_problem: If this problem keeps happening, you may want to try recording your media locally and then uploading the saved file instead. + save_failed_try_again: Entry failed to save. Please try again. + titles: + media_contribution: Media Contribution + record_upload_media_comment: Record/Upload Media Comment + buttons: + submit: Submit Media File + captions_subtitles_af2c47e: Captions/Subtitles + are_you_sure_you_want_to_delete_this_track_f5a16357: Are you sure you want to delete this track? + delete_track_fc21128b: Delete track + remove_student_from_recipients_4b206e35: Remove %{student} from recipients + message_students_for_course_name_e55f8077: Message Students for %{course_name} + public_message_students: + send_message: Send Message + sending_message_8ac5bc90: Sending Message... + message_sent_9ff3a79d: Message sent! + sending_message_failed_please_try_again_b53cc904: Sending Message Failed, please try again + prerequisites_lookup: + headers: + completion_prerequisites: Completion Prerequisites + labels: + requirements_must_be_completed: The following requirements need to be completed before this page will be unlocked + question_bank: + updating_outcomes: Updating Outcomes... + align_outcomes: Align Outcomes + update_outcomes_fail: Updating Outcomes Failed + remove_outcome_from_bank: Are you sure you want to remove this outcome from the bank? + links: + more_questions: more questions + loading_more_fail: loading more questions fails, please try again + delete_are_you_sure: Are you sure you want to delete this bank of questions? + bookmarking: Bookmarking... + already_bookmarked: Already Bookmarked + bookmark_failed: Bookmark Failed + question_bank: Question Bank + title: + move_copy_questions: Move/Copy Questions + buttons: + submit_moving: + one: Moving Question... + other: Moving Questions... + submit_copying: + one: Copying Question... + other: Copying Questions... + submit_moving_failed: + one: Moving Question Failed, please try again + other: Moving Questions Failed, please try again + submit_copying_failed: + one: Copying Question Failed, please try again + other: Copying Questions Failed, please try again + submit_retry_moving: Moving Question Failed, please try again... + submit_retry_copying: Copying Question Failed, please try again... + load_questions: Loading Questions... + move_questions: Move Questions + multiple_questions: Multiple Questions + answer_answerid_97fc4afc: Answer %{answerId} + quizzes_public: + titles: + click_to_set_as_correct: Click to set this answer as correct + set_as_correct: This answer is set as correct + click_to_unset_as_correct: Click to unset this answer as correct + click_to_enter_comments_on_answer: Click to enter comments for the student if they choose this answer + click_to_enter_comments_on_wrong_match: Click to enter comments for the student if they miss this match + ip_address_filtering: IP Address Filtering + find_question_bank: Find Question Bank + find_quiz_question: Find Quiz Question + add_questions_as_group: Add Questions as a Group + help_with_formulas: Help with Quiz Question Formulas + labels: + correct_answer: Correct Answer + possible_answer: Possible Answer + comments_on_answer: Comments, if the user chooses this answer + comments_on_question: Comments for this question + comments_on_wrong_match: Comments if the user gets this match wrong + answer_text: Answer text + other_incorrect_matches: Other Incorrect Match Options + message_text: Message Text + enter_answer_variable_above: "[ Enter Answer Variables Above ]" + answer_text: Answer text + label: + question: + instructions: Question instructions, rich text area + quiz: + instructions: Quiz instructions, rich text area + answer: + text: Answer text, rich text area + final_answer: Final Answer + choose_option: "[ Choose ]" + question_colon: 'Question:' + 'true': 'True' + 'false': 'False' + default_question_name: Question + errors: + quiz_score_not_a_number: Score must be a number between 0 and 2,000,000,000. + quiz_score_too_short: Score must be greater than 0. + quiz_score_too_long: Score must be less than 2,000,000,000. + invalid_show_correct_answers_range: Hide date cannot be before show date. + missing_ip_filter: You must enter a valid IP Address + missing_access_code: You must enter an access code + retrieving_filters_failed: Retrieving Filters Failed + field_is_required: This field is required + loading_banks_failed: Question Banks failed to load, please try again + creating_group_failed: Create Group Failed, Please Try Again + loading_questions_failed: Questions failed to load, please try again + loading_more_questions_failed: loading more questions failed + adding_questions_failed: Adding Questions Failed, please try again + no_possible_solution: Please generate at least one possible solution + no_answer: Please add at least one answer + no_correct_answer: Please choose a correct answer + loading_question_failed: Loading Question Failed... + default_quesiton_name: Question + answer_comments: Answer comments + question_limit_reached: |- + You have reached the maximum number of questions allowed for a quiz (%{count}/%{limit}). + + As a workaround, consider spreading the material across multiple quizzes. + retrieving_filters: Retrieving Filters... + no_filters_found: No filters found + quiz_short_answer_length_error: Answers for fill in the blank questions must be under 80 characters long + quiz_attempts_nan_error: Quiz attempts can only be specified in numbers + quiz_attempts_length_error: Quiz attempts are limited to 3 digits, if you would like to give your students unlimited attempts, do not check Allow Multiple Attempts box to the left + buttons: + saved: Saved! + save: Save + save_and_publish: Save & Publish + saving: Saving... + update_question: Update Question + create_group: Create Group + create_question: Create Question + creating_group: Creating Group... + adding_questions: Adding Questions... + add_selected_questions: Add Selected Questions + update_group: Update Group + generating: Generating... + generating_combinations_progress: Generating... (%{done}/%{total}) + confirms: + scrap_and_restart: Scrap this quiz and start from scratch? + delete_question: Are you sure you want to delete this question? + delete_answer: Are you sure? Deleting answers from a question with submissions disables the option to regrade this question. + delete_quiz: Are you sure you want to delete this quiz? + default_quiz_title: Quiz + loading_question_banks: Loading Question Banks... + question: + positive_points: Must be zero or greater + loading_questions: Loading Questions... + loading_more_questions: loading more questions... + more_questions: more questions + default_answer_comments: Response if the student chooses this answer + default_response_to_essay: Response to show student after they submit an answer + default_response_to_file_upload: Response to show student after they submit an answer + default_comments_on_wrong_match: Response if the user misses this match + default_answer_comments_on_match: Response if the student matches this answer + loading_question: Loading Question... + top_level: "-- Top level --" + before_quiz_item: before %{name} + at_the_bottom: "-- at the bottom --" + alerts: + no_valid_combinations: The system could not generate any valid combinations for the parameters given + only_n_valid_combinations: + one: The system could only generate 1 valid combination for the parameters given + other: The system could only generate %{count} valid combinations for the parameters given + ip_filter_is_not_valid_152a46d8: IP filter is not valid. + the_quiz_name_must_be_under_length_characters_68e7de3a: The Quiz name must be under %{length} characters + please_add_at_least_one_non_blank_answer_for_each__a05a55f9: Please add at least one non-blank answer for each variable. + please_add_at_least_one_non_blank_answer_213c2c8e: Please add at least one non-blank answer. + quiz_40ee61b1: quiz + extra_credit_not_permitted_on_outcomes_score_adjus_714dd746: Extra credit not permitted on outcomes, score adjusted to maximum possible for %{outcome} + are_you_sure_you_want_to_delete_this_rubric_this_a_d4ff43c7: Are you sure you want to delete this rubric? This action will remove this rubric association from all assignments in the current course, and delete any existing associated assessments. + are_you_sure_you_want_to_delete_this_rubric_any_co_29d7ac76: Are you sure you want to delete this rubric? Any course currently associated with this rubric will still have access to it, but no new courses will be able to use it. + section: + confirms: + delete_enrollment: Are you sure you want to delete this enrollment permanently? + status: + removing_crosslisting_of_section: De-Cross-Listing Section... + confirming_course: Confirming %{course_name}... + default_course_name: Course ID "%{course_id}" + errors: + course_not_authorized_for_crosslist: "%{course_name} not authorized for cross-listing" + confirmation_failed: Confirmation Failed + enrolled_as_limited_teacher: enrolled as a teacher with section-only access + enrolled_as_limited_ta: enrolled as a TA with section-only access + enrolled_as_limited_observer: enrolled as a observer with section-only access + enrolled_as_limited_designer: enrolled as a designer with section-only access + enrolled_as_limited_student: enrolled as a student with section-only access + enrolled_as_teacher: enrolled as a teacher + enrolled_as_ta: enrolled as a TA + enrolled_as_observer: enrolled as a observer + enrolled_as_designer: enrolled as a designer + enrolled_as_student: enrolled as a student + selected_content_is_not_an_lti_link_11780d96: Selected content is not an LTI link. + error_retrieving_content_c07ee76b: Error retrieving content + are_you_sure_you_want_to_cancel_changes_you_made_m_c5210496: Are you sure you want to cancel? Changes you made may not be saved. + changes_you_made_may_not_be_saved_4e8db973: Changes you made may not be saved. + unselected_external_tool_tool_1bd68403: Unselected external tool %{tool} + selected_external_tool_tool_bae095ba: Selected external tool %{tool} + select_content_dialog: + link_from_external_tool: Link Resource from External Tool + invalid_lti_resource_selection: There was a problem retrieving a valid link from the external tool + buttons: + add_item: Add Item + titles: + add_item_to_module: Add Item to Module + find_links_using_service: Find links using %{service} + errors: + external_tool_url: An external tool can't be saved without a URL. + failed_to_create_item: Failed to Create new Item + assignment_name_blank: Assignment name cannot be blank. + loading_failed: Loading Failed + url_is_required_4689ed84: URL is required + page_name_is_required_d8c2736e: Page Name is required + sis_import: + headers: + import_errors: Errors that prevent importing + import_warnings: Warnings + imported_items: Imported Items + import_counts: + accounts: 'Accounts: %{account_count}' + terms: 'Terms: %{term_count}' + courses: 'Courses: %{course_count}' + sections: 'Sections: %{section_count}' + users: 'Users: %{user_count}' + logins: 'Logins: %{login_count}' + enrollments: 'Enrollments: %{enrollment_count}' + crosslists: 'Crosslists: %{crosslist_count}' + admins: 'Admins: %{admin_count}' + group_categories: 'Group Categories: %{group_categories_count}' + groups: 'Groups: %{group_count}' + group_enrollments: 'Group Enrollments: %{group_enrollments_count}' + user_observers: 'User Observers: %{user_observers_count}' + change_sis_ids: 'Change SIS IDs: %{change_sis_ids_count}' + status: + processing: Processing + notices: + processing_takes_awhile: this may take a bit... + messages: + import_complete_success: The import is complete and all records were successfully imported. + import_complete_warnings: 'The SIS data was imported but with these messages:' + errors: + import_failed_code: 'There was an error importing your SIS data. Please notify your system administrator and give them the following code: "%{code}"' + import_failed_messages: 'The import failed with these messages:' + buttons: + process_data: Process Data + LongTextEditor: + save: Save + cancel: Cancel + cannot_view_detailed_reports_for_anonymous_assignm_33ed6c3e: Cannot view detailed reports for anonymous assignments until grades are unmuted. + all_sections_daf11554: All Sections + show_all_sections_190203e8: Show all sections + change_section_to_sectionname_6e947e90: Change section to %{sectionName} + speed_grader: + alerts: + no_students_in_section: Could not find any students in that section, falling back to showing all sections. + no_students_in_groups_close: Sorry, submissions for this assignment cannot be graded in Speedgrader because there are no assigned users. Please assign users to this group set and try again. Click 'OK' to close this window. + no_students_in_groups_back: Sorry, submissions for this assignment cannot be graded in Speedgrader because there are no assigned users. Please assign users to this group set and try again. Click 'OK' to go back. + no_active_students: Sorry, there are either no active students in the course or none are gradable by you. + cancel_button: Cancel + mute_assignment: Mute Assignment + buttons: + saving_settings: Saving Settings... + dialog_buttons: Cancel + submitting: Submitting... + unmute_assignment: Unmute Assignment + begin_record_prompt: Click the "Record" button to begin. + allow_message: Click the "Allow" button to begin recording. + recording_message: Recording... + recording_expired_message: Speech recognition has expired due to inactivity. Click the "Stop" button to use current text for comment or "Cancel" to discard. + mic_blocked_message: Permission to use microphone is blocked. To change, go to chrome://settings/content/microphone + nodetect_message: No speech was detected. You may need to adjust your microphone settings. + titles: + click_to_record: Speech to Text + dialog_button: + aria_record: Click to record + aria_stop: Hit "Stop" to end recording. + aria_record_reset: Click to record + edit_view_rubric: View Rubric + student_index: Student %{index} + turnitin: + tooltip: + pending: Similarity Score - Submission pending + error: Similarity Score - See submission error details + info_message: This file is still being processed by the plagiarism detection tool associated with the assignment. Please check back later to see the score. + vericite: + tooltip: + pending: VeriCite Similarity Score - Submission pending + error: VeriCite Similarity Score - See submission error details + info_message: This file is still being processed by VeriCite. Please check back later to see the score + error_message: There was an error submitting to VeriCite. Please try resubmitting the file before contacting support + resubmitting: Resubmitting... + no_submission_time: no submission time + portion_graded: "%{x}/%{y}" + canvadoc_expiring: Your Canvas DocViewer session is expiring soon. Please reload the window to avoid losing any work. + crocodoc_expiring: Your Crocodoc session is expiring soon. Please reload the window to avoid losing any work. + submit: Submit + group: Group + student: Student + submissions_dropdown: + submitted: "*Submitted:* %{submittedAt}" + submission_to_view: 'Submission to view:' + grade: "(grade: %{grade})" + see_all_quiz_attempts: See all quiz attempts + student_number_db6f06c1: Student %{number} + uploading_submission_4c8d944b: Uploading Submission + submission_failed_to_submit_8de4efcd: Submission Failed to Submit + no_file_submitted_a879fa53: No File Submitted + hidden_14a032a7: Hidden + add_a_comment_872470ac: Add a Comment + download_submission_comments_2a6c0395: Download Submission Comments + similarity_score_see_detailed_report_a113dac0: Similarity Score - See detailed report + vericite_similarity_score_see_detailed_report_390ab687: VeriCite Similarity Score - See detailed report + x_y_4a86b3ab: "%{x}/%{y}" + are_you_sure_you_want_to_delete_this_comment_4ee386d: Are you sure you want to delete this comment? + failed_to_submit_draft_comment_1de83451: Failed to submit draft comment + are_you_sure_you_want_to_submit_this_comment_fbe76ba6: Are you sure you want to submit this comment? + student_position_6d3b7750: Student %{position} + submit_comment_commenttext_8e5638d7: 'Submit comment: %{commentText}' + delete_comment_commenttext_c8afe129: 'Delete comment: %{commentText}' + the_following_students_have_unsaved_changes_to_the_7762def7: |- + The following students have unsaved changes to their quiz submissions: + + %{users} + Continue anyway? + if_you_would_like_to_keep_your_unsubmitted_comment_b7e349ce: If you would like to keep your unsubmitted comments, please save them before navigating away from this page. + the_maximum_number_of_graders_has_been_reached_for_a9302ebb: The maximum number of graders has been reached for this assignment. + the_grade_you_entered_has_been_selected_and_can_no_ca87612b: The grade you entered has been selected and can no longer be changed. + an_error_occurred_updating_this_assignment_21287c7e: An error occurred updating this assignment. + something_went_wrong_please_try_refreshing_the_pag_3f651814: Something went wrong. Please try refreshing the page. If the problem persists, you can try loading a single student group in SpeedGrader by using the *Large Course setting*. + speed_grader_helpers: + graded: graded + not_graded: not graded + not_submitted: not submitted + graded_then_resubmitted: graded, then resubmitted (%{when}) + turnitin: + resubmitting: Resubmitting... + download_assignment_submissions_41e50ee7: Download Assignment Submissions + click_here_to_download_size_of_file_74443988: Click here to download %{size_of_file} + q_what_goes_black_white_black_white_a_a_panda_roll_c682ee13: 'Q: What goes black, white, black, white? A: A panda rolling down a hill.' + submit_assignment: + messages: + submitting: Submitting... + submit_failed: Submit Failed, please try again + not_submitted_yet: You haven't finished submitting your assignment. You still need to click "Submit" to finish turning it in. Do you want to leave this page anyway? + now_overdue: This assignment is now overdue. Any new submissions will be marked as late. Continue anyway? + overdue: This assignment is overdue. Do you still want to submit it? + record_before_submitting: Record Before Submitting + titles: + uploading: Uploading Submission + buttons: + submit_assignment: Submit Assignment + file_retrieval_error: Retrieving File Failed + invalid_file_retrieval: There was a problem retrieving the file sent from this tool. + getting_file: Retrieving File... + button: + submit_assignment: Submit Assignment + attached_files_must_be_greater_than_0_bytes_7f57bee7: Attached files must be greater than 0 bytes + selected_filename_7552a8c0: selected %{filename} + file_tree_expanded_a1d20c4a: File tree expanded + file_tree_collapsed_d4b0ae96: File tree collapsed + remove_filename_87f3781e: remove %{filename} + the_launched_tool_returned_an_invalid_resource_for_24512878: The launched tool returned an invalid resource for this assignment + submit_assignment_helper: + messages: + agree_to_pledge: You must agree to the submission pledge before you can submit this assignment. + you_have_been_given_extra_time_on_this_attempt_9d8bff6c: You have been given extra time on this attempt + your_time_for_this_quiz_has_been_reduced_394652e9: Your time for this quiz has been reduced. + saving_d55dd90e: Saving... + ExternalToolsPlugin: + more_external_tools: More External Tools + no_grade_3fa326c: no grade + user_logins: + save_succeeded: Save successful + error: + unauthorized: You do not have sufficient privileges to make the change requested + titles: + update_login: Update Login + add_login: Add Login + buttons: + update_login: Update Login + add_login: Add Login + notices: + cant_delete_last_login: You can't delete the last login for a user + mfa_reset: Multi-factor authentication reset + confirms: + delete_login: Are you sure you want to delete the login, "%{login}"? + user_name: + messages: + updating_user_details: Updating User Details... + removing_image: Removing image... + reporting_image: Reporting image... + buttons: + update_user: Update User + errors: + updating_user_details_failed: Updating user details failed, please try again + failed_to_remove_image: Failed to remove the image, please try again + failed_to_report_image: Failed to report the image, please try again + confirms: + remove_profile_picture: Are you sure you want to remove this user's profile picture? + notices: + image_reported: This image has been reported + cache_cleared_successfully_9ab84d5a: Cache cleared successfully + failed_to_clear_cache_7361ab: Failed to clear cache + no_graded_submissions_e40c957a: No graded submissions + muting_assignment_a9aeb5c7: Muting Assignment... + this_assignment_is_currently_muted_that_means_stud_94d63139: This assignment is currently muted. That means students can't see their grades and feedback. Would you like to unmute now? + assignment_muter: + unmute_button: Unmute Assignment + unmuting_assignment: Unmuting Assignment... + unmute_assignment: Unmute Assignment + paginated_list: + no_results_found: No Results + view_more_link: View More + set_created_createdat_895e2243: Set created %{createdAt} + locked_image_24f37a16: Locked image + instructure_inline_media_comment: + links: + minimize_embedded_kaltura_content: Minimize embedded content + alerts: + kaltura_disabled: Kaltura has been disabled for this Canvas site + term_start_b8c2aad1: term start + whenever_b943b119: whenever + show_all_artifacts_34b91a83: Show All Artifacts + hide_all_artifacts_d654fbd5: Hide All Artifacts + calendar: + today: Today + calendar_title: 'Calendar:' + agenda_view_displaying_start_end: Now displaying %{start} through %{end} + prompts: + delete_assignment: Are you sure you want to delete this assignment? + delete_override: Are you sure you want to delete this assignment override? + titles: + edit_appointment_group: Edit Appointment Group + edit_event: Edit Event + save_changes: Save Changes + save: Save + save_and_publish: Save & Publish + name_is_required: Name is required! + edit: + confirm_delete_calendar_event: Are you sure you want to delete this calendar event? + event_deleted: "%{event_title} deleted successfully" + event_saved: Event Saved Successfully + titles: + warning: Warning + missingDueDate: + one: "%{sections} does not have a due date assigned." + other: "%{sections} do not have a due date assigned." + buttons: + cancel: Cancel + send_message: Send + sending_message: Sending... + no_groups: No groups found + no_users: No users found + messages_sent: Messages Sent + errors: + send_message_failed: There was an error sending your message, please try again + event_on_this_day: There is an event on this day + open_appointment_on_this_day: There is an open appointment on this day + confirm_appointment_group_deletion: Are you sure you want to delete this appointment group? + appointment_group_deletion_details: Deleting it will also delete any appointments that have been signed up for by students. + confirm_deletion: Confirm Deletion + no_dates_error: You need to specify at least one date and time + time_block_errors: There are errors in your time block selections. + end_before_start_error: Start time must be before end time + ends_in_past_error: You cannot create an appointment slot that ends in the past + loading_undated_events: Loading undated events + loading_more_items: Loading more items. + time_block_row: + date_label: Date + start_time_label: Start Time + end_time_label: End Time + delete_link: Delete Time Range + agenda_view: + due: Due + no_events: "*No events after this date.*" + loading: Loading + appointment_group_list: + location: 'Location:' + x_groups_have_signed_up: "%{n_participant_count} groups have signed up" + x_people_have_signed_up: "%{n_participant_count} people have signed up" + manage: Manage %{title} appointment group + edit: Edit + delete: Delete + signed_up_for: "*%{title} appointment group* You're signed up for" + scheduler_explanation_teacher_header: You have not created any appointment groups, and there are none you can sign up for + scheduler_explanation_teacher_paragraph_1: This is the Scheduler Tool. You can use it to create appointment groups for your students to sign up for. + scheduler_explanation_teacher_paragraph_2: For example, lets say you want to go over the midterm paper assignment with each of the students in your course. You would create a new appointment group, specify the dates and times that you're available, tell it to split that time into 15 minute blocks and only allow one student per time-block. + scheduler_explanation_teacher_paragraph_3: Then students would get notified and see that they need to sign up for one of the specified time blocks. They will be shown a calendar with the available time blocks overlaid on top of everything on their other calendars so they can pick a time that works for them. + scheduler_explanation_teacher_paragraph_4: '* Get started now by clicking the "Create an appointment group" button to the right. *' + scheduler_explanation_student_header: You do not have any appointment groups to sign up for + scheduler_explanation_student_paragraph_1: Teachers can use this tool to schedule things for their students to sign up for, e.g. office hours, group presentation time slots, etc. + scheduler_explanation_student_paragraph_2: Currently, none of your teachers have made any appointments available. You will be notified if appointment slots become available. + calendar_header: + links: + improved_accessibility_recommend_agenda: 'Warning: For improved accessibility, please use the "Agenda view" Calendar.' + calendar_week: Week + calendar_month: Month + calendar_agenda: Agenda + calendar_scheduler: Scheduler + my_appointment_groups: My Appointment Groups + done_go_back_to_list: Done, Go Back To List + loading: Loading + create_event: Create New Event + calendar_navigator: + today: Today + previous: Previous + next: Next + enter_navigation_date: Enter the date you would like to navigate to. + context_selector: + done: Done + delete_item: + deletion_reason: 'Reason for deletion:' + edit_appointment_group: + name: Name + location: Location + calendar: Calendar + group_signup: Have students sign up in groups. + group_category: Group Category + date: Date + time_range: Time Range + appt_group_options_help1: Some existing reservations are over the limit you have added. These will not be affected, this change only prevents new reservations from being made. + appt_group_options_help2: You can, however, manually remove any existing reservations. + affect_reservations: How will this affect reservations? + details: 'Details:' + edit_appt_calendar_event: + description: 'Description:' + edit_assignment: + title: 'Title:' + due: 'Due:' + calendar: 'Calendar:' + group: 'Group:' + links: + more_options: More Options + edit_assignment_override: + due: 'Due:' + calendar: 'Calendar:' + links: + more_options: More Options + edit_calendar_event: + title: 'Title:' + date: 'Date:' + from: 'From:' + timespan_separator: to + location: 'Location:' + calendar: 'Calendar:' + links: + more_options: More Options + edit_calendar_event_full: + new_calendar_event_header: New Calendar Event + edit_calendar_event_header: Edit Calendar Event + event_title: Event Title + event_description: Event Description + different_date_for_each_section: Use a different date for each section + date: Date + start_time: Start Time + end_time: End Time + location_name: 'Location:' + location_address: 'Address:' + repeat: Duplicate + count: 'Count:' + delete: Delete + buttons: + create: Create Event + update: Update Event + edit_event: + tabs: + event: Event + assignment: Assignment + todo: My To Do + appointment_group: Appointment Group + edit_planner_note: + title: 'Title:' + date: 'Date:' + time: 'Time:' + calendar: 'Calendar:' + edit_to_do_item: + title: 'Title:' + date: 'Date:' + time: 'Time:' + links: + more_options: More Options + event_details: + close: Close + calendar: Calendar + location: Location + location_address: Address + details: Details + attendees: Attendees + slots_available: Slots available + links: + delete: Delete + edit: Edit + reserve: Reserve + unreserve: Un-reserve + message_students: Message students + message_participants: + message_groups: Message Groups + message_students: Message Students + send_message_to: Send a message to... + all_groups: All groups + unregistered_groups: Groups who haven't signed up yet + registered_groups: Groups who have already signed up + all_users: All users + unregistered_users: Users who haven't signed up yet + registered_users: Users who have already signed up + message_label: 'Message:' + reservation_over_limit_dialog: + cancel_existing_reservation: Cancel existing reservation and sign up for this one? + appointment_limit_reached: Appointment limit reached + you_are_already_signed_up_for: 'You are already signed up for:' + would_you_like_to_cancel_that_and_sign_up_for_this: Would you like to cancel that and sign up for this? + cancel_some_appointments_and_try_again: Please cancel one of your other reservations and try again. + scheduler_right_side_admin_section: + create_a_new_set_of_appointments: Create an appointment group + undated_events: + loading_undated_events: Loading undated items... + show_undated_events: Show undated items + no_undated_events: No undated items. + assignment_title_82b4422e: 'Assignment Title:' + to_do_5526f10a: 'To Do:' + event_title_57a50568: 'Event Title:' + reserved_by_you_cd03b62d: Reserved By You + unreserved_e86b7425: Unreserved + reserved_by_d563e7d2: 'Reserved By: ' + calendar_a8563bb2: 'Calendar:' + assignment_has_a_locked_date_due_date_cannot_be_se_2e2e3389: Assignment has a locked date. Due date cannot be set outside of locked date range. + the_next_available_appointment_in_this_course_is_o_da10316c: The next available appointment in this course is on *%{date}* + there_are_no_available_signups_for_this_course_26b05c56: There are no available signups for this course. + failed_loading_course_sections_refresh_page_to_try_f97160bf: Failed loading course sections. Refresh page to try again. + due_dueat_ef67f6f4: 'Due: %{dueAt}' + no_date_bfeb2df7: No Date + available_8606e40c: Available + availableslots_available_87b8b69d: "%{availableSlots} Available" + availableslots_more_available_be5193a8: "%{availableSlots} more available" + filled_5d8c39e: Filled + reserved_f247b60b: Reserved + and_more_1c35b232: and more... + are_you_sure_you_want_to_delete_this_to_do_item_497016ea: Are you sure you want to delete this To Do item? + are_you_sure_you_want_to_delete_this_page_2185844: Are you sure you want to delete this page? + are_you_sure_you_want_to_delete_this_discussion_334554e0: Are you sure you want to delete this discussion? + discussion_6719c51d: Discussion + event_fe9ba3fe: Event + to_do_1d554f36: To Do + hide_course_sections_for_course_name_bd1911af: Hide course sections for course %{name} + show_course_sections_for_course_name_5f715702: Show course sections for course %{name} + minutes_per_slot_5b7169e5: Minutes per slot + max_users_groups_per_appointment_867c505b: Max users/groups per appointment + maximum_number_of_appointments_a_participant_can_a_70dfd6cd: Maximum number of appointments a participant can attend + EditAppointmentGroupDetails: + affect_reservations: How will this affect reservations? + bad_max_appts: You must allow at least one appointment per participant + bad_per_slot: You must allow at least one appointment per time slot + context_required: You need to select a calendar + select_calendars: Select Calendars + and_n_contexts: and %{n} others + and_n_sectionCodes: and %{n} others + appt_calendar_event_dialog: + title: Edit %{name} + update: Update + invalid_participants: You must allow at least one user to attend + you_must_allow_at_least_one_group_to_attend_68531eab: You must allow at least one group to attend + name_is_too_long_must_be_under_length_characters_b8dad44c: Name is too long, must be under %{length} characters + due_date_is_required_cdb75f25: Due Date is required! + title_is_required_8bb13295: Title is required! + date_is_required_9c6f5e83: Date is required! + to_do_item_d76ecb78: To Do Item + scheduler_shown_df77ca6f: Scheduler shown + confirm_deletion_b2efe7d4: Confirm Deletion + do_nothing_9672b478: Do Nothing + reschedule_9f780bb8: Reschedule + confirm_reservation_removal_e6350e7c: Confirm Reservation Removal + are_you_sure_you_want_to_delete_your_reservation_t_5ae87209: Are you sure you want to delete your reservation to this event? + are_you_sure_you_want_to_cancel_your_appointment_w_dbbd27eb: Are you sure you want to cancel your appointment with %{name}? + confirm_removal_a9bb889: Confirm Removal + GroupUserCollection: + flash: + userAlreadyInGroup: 'WARNING: %{user} is already a member of %{group}' + discussions: + uknown_author: Unknown Author + reply: + saving_reply: Saving reply... + unknown_author: Unknown Author + no_content: No Content + this_student: This Student + discussion_participant: Discussion Participant + like_count: + one: "(%{count} like)" + other: "(%{count} likes)" + participant: + anonymous_user: Anonymous + show_all_n_replies: + one: Show one reply + other: Show all %{count} replies + unknown: Unknown + mark_as_read: Mark as Read + mark_as_unread: Mark as Unread + are_your_sure_delete: Are you sure you want to delete this entry? + show_due_dates: Show Due Dates + hide_due_dates: Hide Due Dates + entry_collection_view: + add_reply_to_topic: Add Reply to Topic + author_link: + authors_name: Author's name + unknown_author: ">Unknown Author" + deleted_entry: + deleted: Deleted by *%{editor_name}* on %{edited_at} + entry_content: + manage_discussion_entry: Manage Discussion Entry + go_to_parent: Go To Parent + go_to_topic: Go To Topic + open_in_speedgrader: Open in SpeedGrader + edited_comment: Edited by *%{editor.display_name}* on %{edited_at} + write_a_reply: Reply + like_entry: Like entry + reply_attachment: + attachment_label: Attachment + remove_attachment: remove + reply_form: + write_a_reply: Reply + attach_file: Attach + cancel: Cancel + post_reply: Post Reply + entry_stats: + show_more: Show more + no_results: + your_search_did_not_match_any_entries: Your search did not match any entries. + suggestions: 'Suggestions:' + make_sure_all_search_terms_are_spelled_correctly: Make sure all search terms are spelled correctly. + try_different_more_general_or_fewer_keywords: Try different, more general, or fewer keywords. + try_disabling_the_unread_filter: Try disabling the "Unread" filter. + results_entry: + edited_comment: Edited by *%{editor.display_name}* on %{edited_at} + view_in_discussion: View in discussion + remove_attachment_ceae0973: Remove Attachment + failed_to_save_please_try_again_later_bb7070fb: Failed to save, please try again later + an_error_occurred_please_post_your_reply_again_lat_b0220ac6: "*An error occurred*, please post your reply again later" + EditorToggle: + done_as_in_finished: Done + done: + title: Click to finish editing the rich text area + editor_accessibility: + titles: + font_size: Font Size, press down to select + formatting: Formatting, press down to select + rte_help: Rich Text Area. Press ALT+F8 for help + accessibles: + forecolor: Text Color, press down to select + background_color: Background Color, press down to select + sr_gradebook: + assignment_muted: Click to unmute. + assignment_unmuted: Click to mute. + final_point_ratio: "%{pointRatio} points" + student_hidden_name: Student %{position} + all_grading_periods: All Grading Periods + all_sections: All Sections + no_student: No Student Selected + no_assignment: No Assignment Selected + no_outcome: No Outcome Selected + notes: Notes + invalid_group_warning: + one: 'Note: Score does not include assignments from the group %{list_of_group_names} because it has no points possible.' + other: 'Note: Score does not include assignments from the groups %{list_of_group_names} because they have no points possible.' + assignment_order_assignment_groups: By Assignment Group and Position + assignment_order_alpha: Alphabetically + assignment_order_due_date: By Due Date + discussion_topic: Discussion topic + online_quiz: Online quiz + on_paper: On paper + none: None + external_tool: External tool + online_text_entry: Online text entry + online_url: Online URL + online_upload: Online upload + media_recordin: Media recording + previous_object: Previous %{type} + next_object: Next %{type} + grading_cell: + grade_ungraded: Ungraded + grade_complete: Complete + grade_incomplete: Incomplete + score_out_of_points_84f44331: "(%{score} out of %{points})" + no_points_possible_72db3a55: No points possible + out_of_points_37a749d7: "(out of %{points})" + download_scores_generated_on_date_ff5b9cd2: Download Scores Generated on %{date} + external_toolsHomeworkSubmissionLtiContainer: + no_tools_found: No tools found + concluded_63150003: concluded + gradebookold: + percent_of_grade: "%{percentage} of grade" + points_out_of: out of %{points_possible} + show_student_names: Show Student Names + hide_student_names: Hide Student Names + student_name: Student Name + secondary_id: Secondary ID + total: Total + invalid_assignment_groups_warning: + one: Score does not include %{groups} because it has no points possible + other: Score does not include %{groups} because they have no points possible + no_assignments_have_points_warning: Can't compute score until an assignment has points possible + show_notes: Show Notes Column + hide_notes: Hide Notes Column + notes: Notes + powerschool_a30f0bfc: PowerSchool + there_was_a_problem_exporting_c33dc250: There was a problem exporting. + previous_csv_timestamp_6673c69c: Previous CSV (%{timestamp}) + exporting_b1eab154: Exporting + upload_successful_ca47465f: Upload successful + notes_c42e0fd5: Notes + this_grade_differs_from_the_student_s_view_of_the__56742bd0: This grade differs from the student's view of the grade because some assignments are muted + unable_to_set_default_grade_because_this_assignmen_d19842a9: Unable to set default grade because this assignment is due in a closed grading period for at least one student + unable_to_curve_grades_because_this_assignment_is__17f78c27: Unable to curve grades because this assignment is due in a closed grading period for at least one student + gradebookHeaderMenu: + errors: + upload_as_zip: Please upload files as a .zip + note_length_cannot_exceed_maxlength_characters_82798b1: Note length cannot exceed %{maxLength} characters. + oldgradebookgradebookKeyboardNav: + keycodes: + sort: s + menu: m + close_menu: esc + goto_assignment: g + comment: c + keyboard_sort_desc: Sort the grid on the current active column + keyboard_menu_desc: Open the menu for the active column's assignment + keyboard_close_menu: Close the currently active assignment menu + keyboard_assignment_desc: Go to the current assignment's detail page + keyboard_comment_desc: Comment on the active submission + dropped_for_grading_purposes_46256461: Dropped for grading purposes + submitted_late_3741af29: Submitted late + anonymous_e1b8ad27: Anonymous + moderated_assignment_12873e87: Moderated Assignment + assignment_muted_4cb590a4: Assignment muted + resubmitted_since_last_graded_8484d285: Resubmitted since last graded + not_factored_into_grading_455dcf6a: Not factored into grading + url_submission_f76327e3: URL Submission + discussion_submission_781d5d33: Discussion Submission + file_upload_submission_740711f: File Upload Submission + text_entry_submission_7b0ae0c5: Text Entry Submission + this_quiz_needs_review_50e014e: This quiz needs review + media_comment_submission_14e224dc: Media Comment Submission + media_recording_submission_b7fd1491: Media Recording Submission + quiz_submission_dca0c013: Quiz Submission + has_similarity_score_d5f332b4: Has similarity score + this_submission_is_not_in_any_grading_period_cbbd2f8: This submission is not in any grading period + this_submission_is_in_another_grading_period_36bc720b: This submission is in another grading period + this_submission_is_in_a_closed_grading_period_cc9ecb8a: This submission is in a closed grading period + there_was_an_error_updating_this_assignment_please_59fc608d: There was an error updating this assignment. Please refresh the page and try again. + this_student_was_just_awarded_an_unusually_high_gr_9ad835f3: This student was just awarded an unusually high grade. + this_student_was_just_awarded_negative_points_55741a37: This student was just awarded negative points. + pass_2a8c4f07: pass + fail_62dbb06a: fail + blank_38df4238: blank + excused_3aab77: excused + gradebookOutcomeGradebookGrid: + learning_outcome: Learning Outcome + exceeds_mastery_1f995dce: Exceeds Mastery + meets_mastery_754e1c06: Meets Mastery + near_mastery_f25174a4: Near Mastery + well_below_mastery_37664bdc: Well Below Mastery + there_was_an_error_fetching_course_statistics_96e9dbad: There was an error fetching course statistics + override_3de65b2c: Override + there_was_an_error_fetching_submission_comments_ce153077: There was an error fetching Submission Comments + successfully_posted_the_comment_12d95d56: Successfully posted the comment + there_was_a_problem_posting_the_comment_75d15646: There was a problem posting the comment + successfully_updated_the_comment_946360d5: Successfully updated the comment + there_was_a_problem_updating_the_comment_5f3595b9: There was a problem updating the comment + successfully_deleted_the_comment_a8bbe561: Successfully deleted the comment + there_was_a_problem_deleting_the_comment_93053aa9: There was a problem deleting the comment + there_was_a_problem_creating_the_teacher_notes_col_dd73456f: There was a problem creating the teacher notes column. + there_was_a_problem_hiding_the_teacher_notes_colum_3f03014: There was a problem hiding the teacher notes column. + there_was_a_problem_showing_the_teacher_notes_colu_a6e4a2bc: There was a problem showing the teacher notes column. + there_was_a_problem_updating_the_submission_6e5280a1: There was a problem updating the submission. + you_have_entered_an_invalid_grade_for_this_student_7c41e9bc: You have entered an invalid grade for this student. Check the value and the grading type and try again. + gradezillaGradebookKeyboardNav: + keycodes: + sort: s + menu: m + close_menu: esc + goto_assignment: g + keyboard_sort_desc: Sort the grid on the current active column + keyboard_menu_desc: Open menu for the active column + keyboard_close_menu: Close the currently active menu + keyboard_assignment_desc: Go to the current assignment's detail page + open_the_grade_detail_tray_cea682a5: Open the grade detail tray + this_assignment_is_unpublished_64c0f46c: This assignment is unpublished + assignment_excused_eb6c08fa: Assignment Excused + submitted_late_97730017: Submitted Late + missing_submission_ec204c33: Missing Submission + assignment_muted_8d74bfa0: Assignment Muted + gradezillaOutcomeGradebookGrid: + learning_outcome: Learning Outcome + duration_hours_hours_and_minutes_minutes_d5da8c3: 'Duration: %{hours} hours and %{minutes} minutes' + duration_minutes_minutes_d7b9182b: 'Duration: %{minutes} minutes' + duration_1_minute_29c7d5ab: 'Duration: 1 minute' + helpDialog: + Help: Help + Back: Back + sequence_footer: + prev_module_item_desc: 'Previous: *item*' + prev_module: 'Previous Module:' + prev_module_desc: 'Previous Module: *module*' + next_module: 'Next Module:' + next_module_desc: 'Next Module: *module*' + choose_the_next_mastery_path_b035b727: Choose the next mastery path + next_mastery_path_is_currently_locked_a9253711: Next mastery path is currently locked + next_mastery_path_is_still_processing_please_perio_bb0121af: Next mastery path is still processing, please periodically refresh the page + next_item_2d1ddc96: 'Next: *item*' + jquery_media_comments: + loading: Loading media... + media_still_converting: Media is currently being converted, please try again in a little bit. + titles: + play_comment: Play Media Comment + media_has_been_queued_for_conversion_please_try_ag_74343bbd: Media has been queued for conversion, please try again in a little bit. + play_media_comment_8614d30f: Play Media Comment + play_media_comment_by_name_from_createdat_515b3b: Play media comment by %{name} from %{createdAt}. + play_media_comment_35257210: Play media comment. + validate: + is_required: This field is required + media_comment_dialog_manager: + messages: + loading: Loading... + titles: + record_upload_media_comment: Record/Upload Media Comment + media_comments_upload_view_manager: + file_size_error: Size of %{file} is greater than the maximum %{max} MB allowed file size. + file_type_error: "%{file} is not an acceptable %{type} file." + errors: + media_comment_installation_broken: Media comment uploading has not been set up properly. Please contact your administrator. + messages: + submitting: Submitting Media File... + can_t_unpublish_name_if_there_are_student_submissi_8ab8086c: Can't unpublish %{name} if there are student submissions + models_conversations: + cannot_be_empty: Message cannot be blank + no_recipients_choose_another_group: No recipients are in this group. Please choose another group. + course_logging: + event_type: + created: Created + updated: Updated + concluded: Concluded + unconcluded: Unconcluded + restored: Restored + deleted: Deleted + published: Published + copied_from: Copied From + copied_to: Copied To + reset_from: Reset From + reset_to: Reset To + corrupted: Details Not Available + event_source: + manual: Manual + api: Api + sis: SIS + blank_placeholder: "-" + field_label: + name: Name + account_id: Account Id + group_weighting_scheme: Group Weighting Scheme + workflow_state: Workflow State + uuid: UUID + start_at: Start At + conclude_at: Concluded At + grading_standard_id: Grading Standard Id + is_public: Is Public + allow_student_wiki_edits: Allow Student Wiki Edit + created_at: Created At + updated_at: Updated At + show_public_context_messages: Show Public Context Message + syllabus_body: syllabus_body + allow_student_forum_attachments: Allow Student Forum Attachments + default_wiki_editing_roles: Default Wiki Editing Roles + wiki_id: Wiki Id + allow_student_organized_groups: Allow Student Organized Groups + course_code: Course Code + default_view: Default View + abstract_course_id: Abstract Course Id + root_account_id: Root Account Id + enrollment_term_id: Enrollment Term Id + sis_source_id: SIS Source Id + sis_batch_id: SIS Batch Id + open_enrollment: Open Enrollment + storage_quota: Storage Quota + tab_configuration: Tab Configuration + allow_wiki_comments: Allow Wiki Comments + turnitin_comments: Turnitin Comments + self_enrollment: Self Enrollment + license: License + indexed: Indexed + restrict_enrollments_to_course_dates: Restrict Enrollments To Course Dates + template_course_id: Template Course Id + locale: Locale + replacement_course_id: Replacement Course Id + public_description: Public Description + self_enrollment_code: Self Enrollment Code + self_enrollment_limit: Self Enrollment Limit + integration_id: Integration Id + hide_final_grade: Hide Final Grade + hide_distribution_graphs: Hide Distribution Graphs + allow_student_discussion_topics: Allow Student Discussion Topics + allow_student_discussion_editing: Allow Student Discussion Editing + lock_all_announcements: Lock All Announcements + large_roster: Large Roster + public_syllabus: Public Syllabus + unpublished_8b6107d6: Unpublished + course_restore: + restore_error: There was an error attempting to restore the course. Course was not restored. + models_DateGroup: + everyone_else: Everyone else + could_not_duplicate_discussion_953ed67f: Could not duplicate discussion + modelsOutcome: + criteria: + exceeds_expectations: Exceeds Expectations + meets_expectations: Meets Expectations + does_not_meet_expectations: Does Not Meet Expectations + modelsPageView: + browsers: + unrecognized: Unrecognized Browser + pseudonym: + errors: + required: Required + too_long: Can't exceed %{max} characters + invalid: 'May only contain letters, numbers, or the following: %{characters}' + taken: Already in use + bad_credentials: Invalid username or password + not_email: Not a valid email address + sis_taken: The SIS ID is already in use + too_short: Must be at least %{min} characters + sequence: Can't incude a run of more than %{max} characters (e.g. abcdef) + common: Can't use common passwords (e.g. "password") + repeated: Can't have the same character more than %{max} times in a row + mismatch: Doesn't match + publishable: + cant_unpublish: Can't unpublish + publishing_item_name_is_disabled_8207a9e7: Publishing %{item_name} is disabled + publishing_is_disabled_for_this_item_efa7803f: Publishing is disabled for this item + can_t_unpublish_item_name_if_there_are_student_sub_b83c7a9f: Can't unpublish %{item_name} if there are student submissions + can_t_unpublish_if_there_are_student_submissions_2d7cd742: Can't unpublish if there are student submissions + modelsQuiz: + question_count: + one: 1 Question + other: "%{count} Questions" + assignment_points_possible: + one: 1 pt + other: "%{count} pts" + cant_unpublish_when_students_submit: Can't unpublish if there are student submissions + modelsSection: + overrides: + everyone: Everyone + this_course_has_concluded_7995a84c: This course has concluded + pages: + cannot_unpublish_front_page: Cannot unpublish the front page + restore_failed: Failed to restore page revision + delete_dialog_title: Delete Page + delete_confirmation: Are you sure you want to delete this page? + notices: + page_deleted: The page "%{title}" has been deleted. + delete_failed: The page "%{title}" could not be deleted. + cancel_button: Cancel + delete_button: Delete + deleting_button: Deleting... + reload_editing_page: This page has changed since you started editing it. *Reloading* will lose all of your changes. + errors: + require_title: You must enter a title + warnings: + unsaved_changes: You have unsaved changes. Do you want to continue without saving these changes? + overwrite_changes: |- + You are about to overwrite other changes that have been made since you started editing. + + Overwrite these changes? + edit_dialog_title: Edit Page + save_button: Save + saving_button: Saving... + headers: + sort_ascending: "%{title}, Sort ascending" + sort_descending: "%{title}, Sort descending" + reload_viewing_page: This page has changed since you started viewing it. *Reload* + recentint_remainderint_decaying_average_79bc09fb: "%{recentInt}/%{remainderInt} Decaying Average" + decaying_average_8bf6a0dd: Decaying Average + last_item_79583712: 'Last Item: ' + between_1_and_99_d421a4c0: Between 1% and 99% + most_recent_result_counts_as_calculation_int_of_ma_d2fc1d19: Most recent result counts as %{calculation_int} of mastery weight, average of all other results count as %{remainder} of weight. If there is only one result, the single score will be returned. + achieve_mastery_count_times_8c9bbcec: + one: Achieve mastery one time + other: Achieve mastery %{count} times + n_number_of_times_c2e78b72: n Number of Times + items_299a7626: 'Items: ' + between_1_and_5_f2a74bcf: Between 1 and 5 + must_achieve_mastery_at_least_count_times_scores_a_628db168: + one: Must achieve mastery at least one time. Scores above mastery will be averaged to calculate final score. + other: Must achieve mastery at least %{count} times. Scores above mastery will be averaged to calculate final score. + latest_score_905aa87b: Latest Score + most_recent_score_13a87e8c: Most Recent Score + mastery_score_reflects_the_most_recent_graded_assi_921f138f: Mastery score reflects the most recent graded assignment or quiz. + highest_score_e080551e: Highest Score + mastery_score_reflects_the_highest_score_of_a_grad_fd426d1e: Mastery score reflects the highest score of a graded assignment or quiz. + unstarted_932f2990: Unstarted + content_migration_queued_46c27790: Content migration queued + notification_preferences: + groups: + course: Course Activities + discussions: Discussions + communication: Conversations + scheduling: Scheduling + parent: Parent Emails + groups: Groups + alerts: Alerts + admin: Administrative + conferences: Conferences + other: Other + frequencies: + immediately: ASAP + title: + right_away: Notify me right away + daily: Send daily summary + weekly: Send weekly summary + never: Do not send me anything + daily: Daily + weekly: Weekly + never: Never + communication: + errors: + saving_preferences_failed: Oops! Something broke. Please try again + email_address_a1b97a39: Email Address + cell_number_69a7c309: Cell Number + push_notification_a6532ff3: Push Notification + slack_1130ad43: Slack + show_name_of_observed_students_in_notifications_a56dd9e4: Show name of observed students in notifications. + react_files: + name: Name + created_at_short: Created + created_at: Date Created + updated_at_short: Modified + updated_at: Date Modified + modified_by: Modified By + size: Size + move_question: + one: Where would you like to move %{item}? + other: Where would you like to move these %{count} items? + results_count: Showing %{num_results} search results + confirm_delete_with_contents: + one: Are you sure you want to delete %{name}? It is not empty, anything inside it will be deleted too. + other: Are you sure you want to delete these %{count} items and everything inside them? + progress_message: 'Preparing download: %{percent}% complete' + move_success: + one: "%{item} moved to %{destinationFolder}" + other: "%{count} items moved to %{destinationFolder}" + folder_browsing_tree: Folder Browsing Tree + files: Files + search_results_for: search results for "%{search_term}" + sorted_ascending: Sorted Ascending + sorted_desending: Sorted Descending + folder_name: Folder Name + accept: Accept + cancel: Cancel + errors: + no_match: + your_search: Your search - "%{search_term}" - did not match any files. + suggestions: 'Suggestions:' + spelled: Make sure all words are spelled correctly. + keywords: Try different keywords. + three_chars: Enter at least 3 letters in the search box. + this_folder_is_empty: This folder is empty + select_all: Select All + usage_rights_f0960ad6: Usage Rights + a_file_named_itemname_already_exists_in_this_folde_b0dc7185: A file named %{itemName} already exists in this folder. + this_folder_is_currently_locked_and_unavailable_to_f85c451: This folder is currently locked and unavailable to view. + file_list_updated_38e2a5ad: File list updated + available_after_unlock_at_until_lock_at_499e8092: Available after %{unlock_at} until %{lock_at} + available_after_unlock_at_b5682224: Available after %{unlock_at} + available_until_lock_at_ab022445: Available until %{lock_at} + you_must_specify_a_usage_right_5eb57f87: You must specify a usage right. + there_was_an_error_setting_usage_rights_53739e1d: There was an error setting usage rights. + available_from_date_must_precede_available_until_c9f9e533: '"Available From" date must precede "Available Until"' + an_unknown_server_error_occurred_please_try_again_f517eaf3: An unknown server error occurred. Please try again. + please_enter_a_search_term_with_three_or_more_char_53fd5ed8: Please enter a search term with three or more characters + filename_progress_percent_uploaded_1f465e66: "%{fileName} - %{progress} percent uploaded" + filename_uploaded_successfully_edd8e825: "%{fileName} uploaded successfully!" + usage_rights_have_been_set_d1b433c7: Usage rights have been set. + are_you_sure_you_want_to_delete_these_count_items_148e98ba: + one: Are you sure you want to delete %{name}? + other: Are you sure you want to delete these %{count} items? + error_deleting_name_reason_11f9d399: 'Error deleting %{name}: %{reason}' + count_items_deleted_successfully_a287aa53: + one: "%{name} deleted successfully." + other: "%{count} items deleted successfully." + if_you_leave_the_zip_file_download_currently_being_c47c1dfb: If you leave, the zip file download currently being prepared will be canceled. + an_error_occurred_trying_to_prepare_download_pleas_df6fa596: An error occurred trying to prepare download, please try again. + file_status: + restricted_status: Available from %{from_date} until %{until_date} + hidden_status: Hidden. Available with a link + published_status: Published + unpublished_status: Unpublished + incompleteregistration: + welcome_to_canvas: Welcome to Canvas! + get_started: Get Started + video_player_b371005: Video Player + canvas_introduction_video_2d81f3ad: Canvas Introduction Video + registration: + teacher_dialog: + agree_to_terms_and_pp: You agree to the *terms of use* and acknowledge the **privacy policy**. + labels: + name: Name + email: Email + buttons: + start_teaching: Start Teaching + incomplete_registration_warning: + set_up_account: Your account is almost set up. To finish, please check your email at *%{email}* to set your password. + start_participating: You can start participating now, but you must set a password before you can log back in. + login: + password: Password + sign_in: Sign In + remember_me: Remember Me + new_parent_dialog: + labels: + name: Your Name + email: Your Email + password: Password + confirm_password: Re-enter Password + code: Student Pairing Code + anchor: + pairing_code: What is a pairing code? + buttons: + cancel: Cancel + start_participating: Start Participating + parent_dialog: + labels: + name: Your Name + email: Your Email + username: Child's Username + password: Child's Password + buttons: + start_participating: Start Participating + student_dialog: + labels: + join_code: Join Code + name: Full Name + username: Username + password: Password + password_confirmation: Confirm Password + buttons: + start_learning: Start Learning + sharedCurveGradesDialog: + errors: + no_points_possible: Cannot curve without points possible + none_to_update: None to Update + studentcount_student_scores_updated_232ad7b7: + one: 1 Student score updated + other: "%{studentCount} Student scores updated" + studentcount_students_will_get_num_points_fdd43b55: + one: 1 student will get %{num} points + other: "%{studentCount} students will get %{num} points" + of_students_5d1af0d2: "# of students" + gradezillaGradeDisplayWarningDialog: + grade_display_warning: + points_text: Students will also see their final grade as points. Are you sure you want to continue? + percent_text: Students will also see their final grade as a percentage. Are you sure you want to continue? + cancel: Cancel + continue: Continue + default_grade_cannot_be_set_to_ex_723caa59: Default grade cannot be set to %{ex} + sharedSetDefaultGradeDialog: + alerts: + scores_updated: + one: 1 Student score updated + other: "%{count} Student scores updated" + user_content_aaf0fb5a: User Content + user_lists: + adding_users: Adding Users... + cant_unenroll: This user was automatically enrolled using the campus enrollment system, so they can't be manually removed. Please contact your system administrator if you have questions. + delete_confirm: Are you sure you want to remove this user? + users_added: + one: 1 user added + other: "%{count} users added" + users_existed: + one: "(1 user already existed)" + other: "(%{count} users already existed)" + users_adding_failed: Failed to enroll users + buttons: + continue: Continue... + messages: + processing: Processing... + add_n_users: + one: OK Looks Good, Add This 1 User + other: OK Looks Good, Add These %{count} Users + user_parsing_errors: + one: There was 1 error parsing that list of users. + other: There were %{count} errors parsing that list of users. + invalid_users_notice: There may be some that were invalid, and you might need to go back and fix any errors. + users_to_add: + one: If you proceed as is, 1 user will be added. + other: If you proceed as is, %{count} users will be added. + duplicate_users: + one: 1 duplicate user found, duplicates have been removed. + other: "%{count} duplicate user found, duplicates have been removed." + titles: + existing_user: Existing user + just_now: Just Now + due_date_cannot_be_before_section_start_f8950484: Due date cannot be before section start + due_date_cannot_be_before_course_start_ecc523ba: Due date cannot be before course start + due_date_cannot_be_before_term_start_ea660b2c: Due date cannot be before term start + due_date_cannot_be_after_section_end_b0f54388: Due date cannot be after section end + due_date_cannot_be_after_course_end_fd128a14: Due date cannot be after course end + due_date_cannot_be_after_term_end_5d504cb1: Due date cannot be after term end + unlock_date_cannot_be_before_section_start_793ddc66: Unlock date cannot be before section start + unlock_date_cannot_be_before_course_start_9c7b8524: Unlock date cannot be before course start + unlock_date_cannot_be_before_term_start_d3c01813: Unlock date cannot be before term start + unlock_date_cannot_be_after_due_date_8829d9ca: Unlock date cannot be after due date + unlock_date_cannot_be_after_lock_date_591f7fda: Unlock date cannot be after lock date + lock_date_cannot_be_before_due_date_ac30f54: Lock date cannot be before due date + lock_date_cannot_be_after_section_end_d37da70c: Lock date cannot be after section end + lock_date_cannot_be_after_course_end_a473158b: Lock date cannot be after course end + lock_date_cannot_be_after_term_end_cf1a188f: Lock date cannot be after term end + please_enter_a_due_date_on_or_after_earliestdate_b3fe6d29: Please enter a due date on or after %{earliestDate} + due_date_cannot_fall_in_a_closed_grading_period_e4336124: Due date cannot fall in a closed grading period + please_add_a_due_date_1d433d2: Please add a due date + enrollmentNames: + student: Student + teacher: Teacher + teacher_assistant: TA + observer: Observer + course_designer: Course Designer + listWithOthers: + other: + one: 1 other + other: "%{count} others" + audio_dd489fcc: Audio + source_code_2395ca74: Source code + text_document_eacbcdb7: Text document + flash_6afbf65a: Flash + web_page_146f9102: Web page + image_8ad06: Image + presentation_2d9387ca: Presentation + pdf_d8236d9a: PDF + plain_text_e3ab33aa: Plain text + video_b9f27375: Video + spreadsheet_6d622119: Spreadsheet + archive_3f794d7e: Archive + unknown_47a3b725: Unknown + dates: + no_date: No Date + CollectionView: + no_items: No items. + expand_subdiscussion_cd226ed4: Expand Subdiscussion + collapse_subdiscussion_89af1f5c: Collapse Subdiscussion + discussion_topic_a7bf935: discussion topic + discussion_topic_will_show_on_student_to_do_list_f_1c9e6286: Discussion Topic will show on student to-do list for date + you_must_enter_a_date_f8eabfb1: You must enter a date + you_must_input_a_section_b8d370fe: You must input a section + a_message_is_required_129e1814: A message is required + title_is_too_long_must_be_under_length_characters_ab694ae4: Title is too long, must be under %{length} characters + KeyboardNavDialog: + titles: + keyboard_shortcuts: Keyboard Shortcuts + locked_click_to_unlock_50747e11: Locked. Click to unlock. + unlocked_click_to_lock_53262ce7: Unlocked. Click to lock. + unlock_f6196bf5: Unlock + unlocking_a6b5c02d: Unlocking... + unlocked_beee43de: Unlocked + lock_c341af13: Lock + locking_91f476a5: Locking... + message_students_for_context_ee62ff92: Message students for %{context} + message_students_37ba5dd5: Message students + message_sent_5e328899: Message Sent! + unpublished_click_to_publish_title_7c57293f: Unpublished. Click to publish %{title}. + unpublished_click_to_publish_6a6d12e1: Unpublished. Click to publish. + published_click_to_unpublish_title_358122a: Published. Click to unpublish %{title}. + published_click_to_unpublish_db016671: Published. Click to unpublish. + publish_btn_module: + buttons: + publish: Publish + published: Published + unpublish: Unpublish + publishing: Publishing... + unpublishing: Unpublishing... + course_statistics: + unknown: unknown + rootFoldersFinder: + course_files: Course files + group_files: Group files + my_files: My files + base_message_please_make_sure_name_has_a_due_date__9e9b0cfd: "%{base_message} Please make sure %{name} has a due date and name is not too long." + base_message_please_make_sure_name_has_a_due_date_928ae7ab: "%{base_message} Please make sure %{name} has a due date." + base_message_please_make_sure_name_name_is_not_too_d0c9454f: "%{base_message} Please make sure %{name} name is not too long." + sync_to_name_enabled_click_to_toggle_ddaef134: Sync to %{name} enabled. Click to toggle. + the_grade_for_this_assignment_will_sync_to_the_stu_5d32cedb: The grade for this assignment will sync to the student information system. + sync_to_name_disabled_click_to_toggle_53a1396f: Sync to %{name} disabled. Click to toggle. + the_grade_for_this_assignment_will_not_sync_to_the_3bb4f6f5: The grade for this assignment will not sync to the student information system. + selected_subtree_a7693937: Selected %{subtree} + no_students_being_observed_42e11732: No students being observed + in_order_to_complete_the_process_you_will_be_redir_83376e10: In order to complete the process you will be redirected to a login page where you will need to log in with your child's credentials. + observees: + observee_added: Now observing %{user} + observing: Observing + new_observee_pairing_code: Student Pairing Code + being_observed: Students Being Observed + auth_logging: + login: LOGIN + logout: LOGOUT + corrupted: Details Not Available + comm_messages: + from_beginning: the beginning + to_now: now + course_search: + cant_be_blank: Can't be blank + course_not_found_c248a721: Course not found + course_found_f5a40cd3: Course found + course_found_not_deleted_a20f72f0: Course found (not deleted) + user_date_range_search: + cant_come_before_from: "'To Date' can't come before 'From Date'" + length_results_found_3afd01e5: "%{length} results found" + length_notifications_found_25276610: "%{length} notifications found" + generate_activity_for_user_2b0af749: Generate Activity for %{user} + find_8d605019: Find + to_date_cannot_come_before_from_date_3eeb2633: To Date cannot come before From Date + not_a_valid_date_d3ac20ba: Not a valid date + AssignmentGroupCreateDialog: + titles: + add_assignment_group: Add Assignment Group + AssignmentGroupListItemView: + toggle_message: toggle assignment visibility + rules_text: + one: 1 Rule + other: "%{count} Rules" + drop_lowest_rule: + one: Drop the lowest score + other: Drop the lowest %{count} scores + drop_highest_rule: + one: Drop the highest score + other: Drop the highest %{count} scores + never_drop_rule: Never drop %{assignment_name} + move_group_3dd7f76e: Move Group + AssignmentKeyBindingsMixin: + keycodes: + next: j + previous: k + edit_item: e + del_item: d + add_item: a + show_assign: f + close_menu: esc + keyboard_next_item: Focus on the next assignment or group + keyboard_prev_item: Focus on the previous assignment or group + keyboard_edit_item: Edit the current assignment or group + keyboard_del_item: Delete the current assignment or group + keyboard_add_item: Add an assignment to selected group + keyboard_show_assign: Show full preview of the selected assignment + keyboard_close_menu: Close the active dialog + are_you_sure_you_want_to_delete_this_assignment_88be6f5e: Are you sure you want to delete this assignment? + name_is_unlocked_click_to_lock_b8b9a2c8: "%{name} is unlocked. Click to lock." + name_is_locked_click_to_unlock_7aad9928: "%{name} is locked. Click to unlock" + move_assignment_6f890f64: Move Assignment + assignment_was_deleted_8320d26d: Assignment was deleted + AssignmentListItemView: + incomplete: Incomplete + complete: Complete + grade_percent: "%{grade}%" + grade_percent_screenreader: 'Grade: %{grade}%' + grade_pass_fail_screenreader: 'Grade: %{grade}' + grade_letter_grade_screenreader: 'Grade: %{grade}' + grade_gpa_scale_screenreader: 'Grade: %{grade}' + must_be_a_valid_number_59f0069: Must be a valid number + sync_to_name_successfully_disabled_8045ad95: Sync to %{name} successfully disabled + disabling_sync_to_name_failed_e7521ebb: Disabling Sync to %{name} failed + CreateAssignmentView: + name_is_required: Name is required! + points_possible_number: Points possible must be a number + due_date_cannot_be_after_lock_date_675b30aa: Due date cannot be after lock date + due_date_cannot_be_before_unlock_date_f263aab0: Due date cannot be before unlock date + you_must_use_a_number_912ce4bd: You must use a number + you_must_use_a_positive_number_203b86fe: You must use a positive number + you_cannot_use_a_number_greater_than_the_number_of_af33e220: You cannot use a number greater than the number of assignments + a_name_is_required_b5df38a9: A name is required + name_is_too_long_48daa8db: Name is too long + assignment_group_was_saved_successfully_5caa27d3: Assignment group was saved successfully + delete_assignment_group_7c3b01c4: Delete Assignment Group + you_must_select_an_assignment_group_c16a2168: You must select an assignment group. + DeleteGroupView: + confirm_delete_group: Are you sure you want to delete this Assignment Group? + cannot_delete_group: You must have at least one Assignment Group + you_must_have_a_student_or_section_selected_a99e45df: You must have a student or section selected + you_cannot_assign_to_a_group_outside_of_the_assign_7869eb3b: You cannot assign to a group outside of the assignment's group set + anonymous_grading_cannot_be_enabled_for_group_assi_faa33494: Anonymous grading cannot be enabled for group assignments + group_assignments_cannot_be_enabled_for_anonymousl_ed896b1c: Group assignments cannot be enabled for anonymously graded assignments + peer_reviews_cannot_be_enabled_for_moderated_assig_149d33c4: Peer reviews cannot be enabled for moderated assignments + group_assignments_cannot_be_enabled_for_moderated__6b2faeef: Group assignments cannot be enabled for moderated assignments + assignment_d8387b78: assignment + grader_is_required_62c88f67: Grader is required + grader_count_is_required_45b6c85b: Grader count is required + grader_count_cannot_be_0_9228afe4: Grader count cannot be 0 + points_possible_must_be_0_or_more_for_selected_gra_f96a04e3: Points possible must be 0 or more for selected grading type + external_tool_url_cannot_be_left_blank_a34b6bb2: External Tool URL cannot be left blank + cannot_be_edited_for_assignments_in_closed_grading_792ef6c1: Cannot be edited for assignments in closed grading periods + ExternalContentFileSubmissionView: + processing_submission: Canvas is currently processing your submission. You can safely navigate away from this page and we will email you if the submission fails to process. + file_retrieval_error: Retrieving File Failed + invalid_file_retrieval: There was a problem retrieving the file sent from this tool. + getting_file: Retrieving File... + please_create_a_group_set_8db6e8fe: Please create a group set + please_select_a_group_set_for_this_assignment_e1da63d3: Please select a group set for this assignment + count_assignments_found_17520826: + one: 1 assignment found. + other: "%{count} assignments found." + zero: No matching assignments found. + assignmentsNeverDrop: + remove_unsaved_never_drop_rule: Remove unsaved never drop rule + remove_never_drop_rule: Remove never drop rule + assignmentsToggleShowByView: + overdue_assignments: Overdue Assignments + upcoming_assignments: Upcoming Assignments + undated_assignments: Undated Assignments + past_assignments: Past Assignments + show_by_709f525b: Show By + show_by_date_e3967761: Show by Date + show_by_type_c5d61732: Show by Type + conference_was_deleted_30869390: Conference was deleted + are_you_sure_you_want_to_delete_this_recording_a4aab14b: Are you sure you want to delete this recording? + sorry_the_action_performed_on_this_recording_faile_2a1badda: Sorry, the action performed on this recording failed. Try again later + recording_was_deleted_b989eaff: Recording was deleted + count_recordings_9f8e4148: "%{count} Recordings" + count_recording_5ba8a655: "%{count} Recording" + edit_conference_title_6e234815: Edit "%{conference_title}" + new_conference_8b483024: New Conference + count_sub_modules_3373a1c4: + one: "%{count} sub-module" + other: "%{count} sub-modules" + content_migration_running_percent_complete_4b00c024: Content migration running, %{percent}% complete + queued_d0e45c4b: Queued + running_c5a4998d: Running + failed_276786d: Failed + waiting_for_selection_ce0398c7: Waiting for Selection + pre_processing_92865c1d: Pre-processing + select_content: Select Content + you_must_select_a_course_to_copy_content_from_e7bd9e09: You must select a course to copy content from + you_must_select_a_folder_to_upload_your_migration__ac7bc7c0: You must select a folder to upload your migration to + this_option_is_not_compatible_with_new_quizzes_ed489d7c: This option is not compatible with New Quizzes + select_content_checkbox: + select_content_error: You must choose a content option + viewsContextModules: + context_modules: + publish: Publish + context_module: + unpublish: Unpublish + select_course_a_selection_is_required_before_recip_f622d9df: 'Select course: a selection is required before recipients field will become available' + unarchive_selected_e0c4bd3d: Unarchive Selected + conversation_dialog: + message_sent: Message sent! + no_course: No course + select_course: Select course + compose_message_8abd180a: Compose Message + sending_bf324366: Sending... + invalid_recipient_name_56b22b86: Invalid recipient name. + no_subject_58b7941c: No Subject + select_conversation_subject_3f36074a: Select Conversation %{subject} + starred_subject_click_to_unstar_6aafcddc: Starred "%{subject}", Click to unstar. + starred_no_subject_click_to_unstar_3191d64: Starred "(No Subject)", Click to unstar. + not_starred_subject_click_to_star_4ea6eb64: Not starred "%{subject}", Click to star. + not_starred_no_subject_click_to_star_dc91380: Not starred "(No Subject)", Click to star. + mark_as_read_e7de2ce3: Mark as read + mark_as_unread_4a413c41: Mark as unread + star_conversation_2e2ba614: Star conversation + unstar_conversation_45fc43d6: Unstar conversation + below_this_search_field_is_a_list_of_content_type__58aaa03f: Below this search field is a list of %{content_type}. As you type, the list will be filtered to match your query. Conversation messages will be filtered by whichever option you select. + there_are_count_results_in_the_list_e74f6e36: + one: There is 1 result in the list + other: There are %{count} results in the list + move_navigation_item_f034cd8a: Move Navigation Item + create_users_view: + required: Please enter some email addresses + edit_course_role_3b992fc2: Edit Course Role + role_successfully_updated_4317e6a4: Role successfully updated + something_went_wrong_updating_the_user_s_role_plea_5de95400: Something went wrong updating the user's role. Please try again later. + remove_linked_student_name_52dc7fce: Remove linked student %{name} + ResendInvitationsView: + invitations_re_sent: Invitations sent successfully + error_sending_invitations: Error sending invitation. Please try again. + RosterDialogMixin: + updating: Updating... + RosterUserView: + nobody: nobody + observing_user: 'Observing: %{user_name}' + flash: + removeError: Unable to remove the user. Please try again later. + are_you_sure_you_want_to_deactivate_this_user_they_3fdaab79: Are you sure you want to deactivate this user? They will be unable to participate in the course while inactive. + user_successfully_deactivated_9d92d80d: User successfully deactivated + something_went_wrong_while_deactivating_the_user_p_8ff3e261: Something went wrong while deactivating the user. Please try again later. + user_successfully_re_activated_b897e35b: User successfully re-activated + something_went_wrong_re_activating_the_user_please_82c3e7a: Something went wrong re-activating the user. Please try again later. + are_you_sure_you_want_to_remove_this_user_8d1a8295: Are you sure you want to remove this user? + user_successfully_removed_a366ca5f: User successfully removed. + RosterView: + greater_than_three: Please enter a search term with three or more characters + unknown_error: Something went wrong with your search, please try again. + open_this_keyboard_shortcuts_dialog_9658b83a: Open this keyboard shortcuts dialog + this_will_affect_every_customer_are_you_sure_a1e0cac6: This will affect every customer. Are you sure? + gradebookHeaderFilterView: + course_average: Course average + course_median: Course median + there_was_an_error_fetching_outcome_results_45c57590: There was an error fetching outcome results + gradebookSectionMenuView: + all_sections: All Sections + gradezillaHeaderFilterView: + course_average: Course average + course_median: Course median + clone_group_set_c2a40e15: Clone Group Set + must_have_at_least_1_group_per_section_9809e708: Must have at least 1 group per section + count_max_students_2db76773: "%{count} / %{max} students" + count_max_users_bdebb537: "%{count} / %{max} users" + GroupDetailView: + student_count: + one: 1 student + other: "%{count} students" + user_count: + one: 1 user + other: "%{count} users" + delete_confirm: Are you sure you want to remove this group? + flash: + removed: Group successfully removed. + removeError: Unable to remove the group. Please try again later. + removed_user_as_group_leader_bb69330f: Removed %{user} as group leader + user_is_now_group_leader_60ec9b98: "%{user} is now group leader" + move_student_49d6bc9d: Move Student + cannot_restrict_by_section_unless_groups_are_empty_662d3144: Cannot restrict by section unless groups are empty and not limited in size + modules: + requirements_changed: Requirements Changed + relock_modules: Re-Lock Modules + continue: Continue + assignments_to_grade: + one: 1 assignment has ungraded submissions + other: "%{count} assignments have ungraded submissions" + progression_module_collection: + module_progress_for_student: Module Progress for %{student.name} + module_progress_for: Module Progress for *%{student.name}* + no_modules_found: No modules were found + progression_module_view: + items_below: Items to complete below + items: Items to complete + progression_student_view: + show_progressions_for_student: Show progressions for %{name} + progressions_index: + progression_header: Module Progression + student_progress: Student Progress + back_to_modules: Back to Modules Page + no_students_found: No students were found + no_directory_is_selected_please_select_a_directory_46ded46: No directory is selected, please select a directory before clicking 'move' + where_would_you_like_to_move_title_fabd6e8f: Where would you like to move %{title}? + you_have_no_outcomes_click_here_to_go_to_the_outco_574bd0af: You have no outcomes. Click here to go to the outcomes page. + outcomesFindDialog: + dont_import: This group cannot be imported. + flash: + importSuccess: Import successful + importError: An error occurred while importing. Please try again later. + top_level: "%{context} Top Level" + confirm: + import_group: Import group "%{group}" to group "%{target}"? + import_outcome: Import outcome "%{outcome}" to group "%{target}"? + outcomesFindDirectoryVew: + account_standards: Account Standards + account_standards_description: To the left you'll notice the standards your institution has created for you to use in your courses. + state_standards: State Standards + state_standards_description: To the left you'll see a folder for each state with their updated state standards. This allows for you to painlessly include state standards for grading within your course. + common_core: Common Core Standards + common_core_description: To the left is the familiar outcomes folder structure for each grouping of the Common Core State Standards. This will allow you to effortlessly include any of the Common Core Standards for grading within your course. + OutcomeContentBase: + blank_error: Cannot be blank + length_error: Must be 255 characters or less + flash: + addSuccess: Creation successful + updateSuccess: Update successful + error: An error occurred. Please refresh the page and try again. + deleteSuccess: Deletion successful + deleteError: Something went wrong. Unable to delete at this time. + confirm: + delete: Are you sure you want to delete? + OutcomeView: + length_error: Must be 255 characters or less + mastery_error: Must be greater than or equal to 0 + points_possible_points_fda3b111: "%{points_possible} Points" + OutcomesDirectoryView: + flash: + error: An error occurred. Please refresh the page and try again. + updateSuccess: Update successful + loading_more_results_1d437202: Loading more results + outcomesSidebarView: + titles: + find_outcomes: Find Outcomes + model_is_already_located_in_newgroup_e5cea361: "%{model} is already located in %{newGroup}" + successfully_moved_model_to_newgroup_f7b7aa5a: Successfully moved %{model} to %{newGroup} + your_profile_photo_could_not_be_uploaded_you_may_h_1c90540c: Your profile photo could not be uploaded. You may have exceeded your upload limit. + profile_photo_save_failed_too_many_times_e1ebda5: Profile photo save failed too many times + are_you_sure_you_want_to_report_this_profile_pictu_e22c2210: Are you sure you want to report this profile picture? + the_profile_picture_has_been_reported_d609d6dd: The profile picture has been reported + count_quizzes_found_e5e29bb4: + one: 1 quiz found. + other: "%{count} quizzes found." + zero: No matching quizzes found. + migration_in_progress_6f0ed4f9: Migration in progress + an_error_occurred_while_migrating_405ac0b5: An error occurred while migrating. + EditRubricPage: + titles: + find_outcomes: Find Outcomes + EquationEditorView: + equation_editor_title: Use the toolbars here, or Switch View to Advanced to type/paste in LaTeX + button: + insert_equation: Insert Equation + cannot_render_equation: This equation cannot be rendered in Basic View. + InsertUpdateImageView: + titles: + insert_edit_image: Insert / Edit Image + name_is_locked_click_to_unlock_bbebf03e: "%{name} is locked. Click to unlock." + recipient_input: + context_search_placeholder: Enter a name, course, or group + context_search_title: Name, course, or group + no_results: No results found + people_count: + one: 1 person + other: "%{count} people" + groups_count: + one: 1 group + other: "%{count} groups" + sections_count: + one: 1 section + other: "%{count} sections" + datepicker: + prevText: Prev + nextText: Next + first_day_index: '0' + errors: + not_a_date: That's not a date! + UploadMediaTrackForm: + cancel: Cancel + uploading: Uploading... + upload: Upload + track_uploaded_successfully: Track uploaded successfully; please refresh your browser. + assignmentRubricDialog: + loading: Loading... + titles: + assignment_rubric_details: Assignment Rubric Details + search_term_must_be_at_least_num_characters_669098ed: Search term must be at least %{num} characters + click_to_sort_by_name_ascending_739c011e: Click to sort by name ascending + click_to_sort_by_name_descending_b6262093: Click to sort by name descending + click_to_sort_by_sis_id_ascending_832c870: Click to sort by SIS ID ascending + click_to_sort_by_sis_id_descending_2d611236: Click to sort by SIS ID descending + click_to_sort_by_term_ascending_c3ef1eb7: Click to sort by term ascending + click_to_sort_by_term_descending_199c48c0: Click to sort by term descending + teacher_5a73b637: Teacher + click_to_sort_by_teacher_ascending_cda7a18c: Click to sort by teacher ascending + click_to_sort_by_teacher_descending_45ef0d1e: Click to sort by teacher descending + sub_account_daeadd0: Sub-Account + click_to_sort_by_sub_account_ascending_989b1ab: Click to sort by sub-account ascending + click_to_sort_by_sub_account_descending_88c611db: Click to sort by sub-account descending + students_1b8cd07b: Students + course_option_links_a79d263d: Course option links + count_people_successfully_enrolled_into_course_nam_db8eed18: + one: "%{user_name} successfully enrolled into *%{course_name}*." + other: "%{count} people successfully enrolled into *%{course_name}*." + add_users_to_name_b8109bbb: Add Users to %{name} + this_is_a_blueprint_course_5e7b47fe: This is a blueprint course + statistics_for_name_f4b7b0fc: Statistics for %{name} + settings_for_name_7731a33d: Settings for %{name} + yes_3593c135: 'yes' + no_74e9b590: 'no' + show_more_af9cbc16: Show More + teacher_count_teachers_a92f7199: "%{teacher_count} teachers" + no_courses_found_12d68a74: No courses found + show_courses_from_8a087f63: Show courses from + loading_more_terms_4053e31f: Loading more terms... + search_courses_by_teacher_e9760a48: Search courses by teacher... + search_courses_591bc900: Search courses... + filter_by_term_cfe778b2: Filter by term + search_by_99d1ba5f: Search by + hide_courses_without_students_fc6fc7a0: Hide courses without students + create_new_course_e3ef9cd0: Create new course + course_name_is_required_90919349: Course name is required + reference_code_is_required_c32c757f: Reference code is required + course_name_successfully_added_48116a50: "%{course_name} successfully added!" + something_went_wrong_creating_the_course_please_tr_431adff5: Something went wrong creating the course. Please try again. + course_name_63b973d1: Course Name + reference_code_3e8355dd: Reference Code + subaccount_91f4c279: Subaccount + enrollment_term_7bfe840: Enrollment Term + add_course_406cb773: Add Course + there_was_an_error_with_your_query_please_try_a_di_761dff12: There was an error with your query; please try a different search + no_users_found_64a043ff: No users found + user_results_updated_9ce38dce: User results updated. + course_results_updated_df9d1c95: Course results updated. + no_results_f36777ee: No results + no_matches_to_your_search_16d3d3b1: No matches to your search + enter_text_to_search_792cd5a1: Enter text to search + begin_typing_to_search_7daa7b1: Begin typing to search + email_22a7d52d: Email + click_to_sort_by_email_ascending_cb789ec4: Click to sort by email ascending + click_to_sort_by_email_descending_72801b54: Click to sort by email descending + last_login_54565109: Last Login + click_to_sort_by_last_login_ascending_eafcbee4: Click to sort by last login ascending + click_to_sort_by_last_login_descending_61fdadc: Click to sort by last login descending + user_option_links_66090987: User option links + act_as_name_16d15bfa: Act as %{name} + send_message_to_name_c8ac05fc: Send message to %{name} + edit_name_cbdef0c2: Edit %{name} + search_people_44f36cd2: Search people... + filter_by_user_type_dbbd3e3d: Filter by user type + all_roles_f3bba14d: All Roles + add_people_7948b7da: Add people + more_people_options_730e9686: More People Options + manage_profile_pictures_40c958ce: Manage profile pictures + view_user_groups_d2bfa855: View user groups + content_on_this_page_violates_the_security_policy__25685d8a: Content on this page violates the security policy, contact your admin for assistance. + canvas_content_security_policy_c3d7bf2b: Canvas Content Security Policy + the_content_security_policy_allows_you_to_restrict_197ca4ff: |- + The Content Security Policy allows you to restrict custom + JavaScript that runs in your instance of Canvas. You can manually add + up to %{max_domains} domains to your whitelist. Wild cards are recommended + (e.g. *.instructure.com). Canvas and Instructure domains are included + automatically and do not count against your 50 domain limit. + inherit_content_security_policy_94aff861: Inherit Content Security Policy + enable_content_security_policy_8bd0b492: Enable Content Security Policy + blocked_domain_name_b5b93150: Blocked Domain Name + requested_bbdb5b26: Requested + last_attempt_7258ebd7: Last Attempt + add_to_whitelist_24f3f1ba: Add to Whitelist + no_violations_have_been_reported_977a08d1: No violations have been reported. + csp_violations_337f8529: CSP Violations + success_you_added_hostname_to_the_whitelist_6061236e: 'Success: You added %{hostname} to the whitelist.' + add_hostname_to_the_whitelist_c808192e: Add %{hostname} to the whitelist + violation_log_491edd84: Violation Log + something_went_wrong_loading_the_violations_try_re_6e2fa92: Something went wrong loading the violations, try reloading the page. + invalid_domain_e810c1d: Invalid domain + whitelist_e88fd8ed: Whitelist + whitelist_count_max_26a270f: Whitelist (%{count}/%{max}) + view_violation_log_e80ea322: View Violation Log + you_have_reached_the_domain_limit_you_can_add_more_e5ccc070: You have reached the domain limit. You can add more domains by deleting existing domains in your whitelist. + whitelist_editing_is_disabled_when_security_settin_ab40cc90: Whitelist editing is disabled when security settings are inherited from a parent account. + domain_name_6c783b0: Domain Name + add_domain_f15bc6c1: Add Domain + no_domains_whitelisted_9dfb4960: No domains whitelisted + whitelisted_domains_faed9e0c: Whitelisted Domains + remove_domain_from_the_whitelist_14c7d5e9: Remove %{domain} from the whitelist + whitelisted_tool_domains_7df5e481: Whitelisted Tool Domains + the_following_domains_have_automatically_been_adde_2c7a1654: |- + The following domains have automatically been added to your + whitelist from tools already existing in your account. + To remove these domains, remove the associated tools. + note_associated_tools_are_only_listed_once_even_if_ebae2aba: |- + NOTE: Associated tools are only listed once, even if they have + been installed in multiple subaccounts. + violation_log_tray_d4eff9f4: Violation Log Tray + user_information_6353d7e1: User information + full_name_14c958f7: 'Full Name:' + display_name_6c2cfc58: 'Display Name:' + sortable_name_e25fe66c: 'Sortable Name:' + default_email_5cb9fa04: 'Default Email:' + login_id_bc943b97: 'Login ID:' + sis_id_70eda157: 'SIS ID:' + integration_id_a6977535: 'Integration ID:' + act_as_is_essentially_logging_in_as_this_user_with_6244031c: '"Act as" is essentially logging in as this user without a password. You will be able to take any action as if you were this user, and from other users'' points of views, it will be as if this user performed them. However, audit logs record that you were the one who performed the actions on behalf of this user.' + user_details_e9aef9e5: User details + login_info_d1d9f11e: Login info + proceed_f3d33864: Proceed + you_do_not_have_permission_to_invite_users_that_do_b7142404: You do not have permission to invite users that do not already exist. + back_2900f52a: Back + loading_725811ca: loading + user_search_panel_18f80511: User search panel + use_this_panel_to_search_for_people_you_wish_to_ad_a3d726a7: Use this panel to search for people you wish to add to this course. + user_vaildation_issues_panel_66b66945: User vaildation issues panel + use_this_panel_to_resolve_duplicate_results_or_peo_856d1c96: Use this panel to resolve duplicate results or people not found with your search. + start_over_f7552aa9: Start Over + add_users_b10c7fb1: Add Users + ready_to_enroll_panel_46f45abb: Ready to enroll panel + this_panel_lists_the_users_ready_to_be_added_to_th_79efad22: This panel lists the users ready to be added to this course. + add_people_to_coursename_5ea234e1: 'Add People to: %{courseName}' + add_people_7ee4b2ec: Add People + the_following_users_could_not_be_created_2573360a: The following users could not be created. + new_user_s_name_909b6267: New user's name + required_email_address_379b2392: Required Email Address + click_to_select_user_name_41746803: Click to select user %{name} + click_to_create_a_new_user_for_address_325f6683: Click to create a new user for %{address} + click_to_create_a_new_user_for_login_56d2daf5: Click to create a new user for %{login} + create_a_new_user_for_address_7487e9c9: Create a new user for "%{address}" + click_to_skip_address_8f874b32: Click to skip %{address} + don_t_add_this_user_for_now_32912974: Don’t add this user for now. + possible_matches_for_address_select_the_correct_on_e206f972: Possible matches for "%{address}". Select the correct one below or create a new user. + user_selection_f6139840: User Selection + login_id_12109693: Login ID + institution_14179014: Institution + click_to_add_a_name_6cf551b0: Click to add a name + check_to_skip_adding_a_user_for_loginid_5fa643da: Check to skip adding a user for %{loginid} + check_to_add_a_user_for_loginid_6cd25597: Check to add a user for %{loginid} + check_to_select_all_98e484f1: Check to select all + unmatched_login_list_283ca77: Unmatched login list + the_following_users_are_ready_to_be_added_to_the_c_1ea01560: The following users are ready to be added to the course. + no_users_were_selected_to_add_to_the_course_a51c6083: No users were selected to add to the course + user_list_66428346: User list + it_looks_like_you_have_an_invalid_email_address_ad_67dec734: 'It looks like you have an invalid email address: "%{addr}"' + enter_the_sis_ids_of_the_users_you_would_like_to_a_25e441f1: Enter the SIS IDs of the users you would like to add, separated by commas or line breaks + enter_the_login_ids_of_the_users_you_would_like_to_502fcbc5: Enter the login IDs of the users you would like to add, separated by commas or line breaks + enter_the_email_addresses_of_the_users_you_would_l_f76448a6: Enter the email addresses of the users you would like to add, separated by commas or line breaks + add_user_s_by_b2549f89: Add user(s) by + example_cb3509b8: 'Example:' + role_13a7be77: Role + can_interact_with_users_in_their_section_only_48cb8c43: Can interact with users in their section only + when_adding_multiple_users_use_a_comma_or_line_bre_67f9c87d: When adding multiple users, use a comma or line break to separate users. + there_were_several_possible_matches_with_the_impor_ad58bcd0: There were several possible matches with the import. Please resolve them below. + we_were_unable_to_find_matches_below_select_any_yo_87035b30: We were unable to find matches below. Select any you would like to create as new users. Unselected will be skipped at this time. + we_were_unable_to_find_matches_below_f1c6d1ed: We were unable to find matches below. + an_internal_error_occurred_83b8a685: An internal error occurred + failed_creating_user_b706a1c5: Failed creating user + count_announcements_found_b7b055b3: "%{count} announcements found." + an_error_ocurred_while_loading_announcements_32af2ce4: An error ocurred while loading announcements + failed_to_load_external_feeds_7ac8411d: Failed to Load External Feeds + external_feed_deleted_successfully_33209dbc: External Feed deleted successfully + failed_to_delete_external_feed_36f19d70: Failed to delete external feed + announcements_locked_successfully_43d58107: Announcements locked successfully + announcements_unlocked_successfully_1432da9d: Announcements unlocked successfully + an_error_occurred_while_updating_announcements_loc_5a1c5dcf: An error occurred while updating announcements locked state. + an_error_occurred_while_locking_announcements_8115ccd7: An error occurred while locking announcements. + announcements_deleted_successfully_7d77e9e1: Announcements deleted successfully + an_error_occurred_while_deleting_announcements_ab1ff3f6: An error occurred while deleting announcements. + external_feed_successfully_added_e0ce0784: External feed successfully added + failed_to_add_new_feed_ee1c5ea: Failed to add new feed + full_article_9296bb6f: Full article + truncated_56b1a661: Truncated + link_only_995966e: Link only + dropdown_changed_state_to_expanded_517689c2: dropdown changed state to %{expanded}. + select_embedded_content_type_966f048a: Select embedded content type + add_feed_49ed1cb2: Add Feed + only_add_posts_with_a_specific_phrase_in_the_title_b8b7b04e: Only add posts with a specific phrase in the title + enter_specific_phrase_9b686755: Enter specific phrase + add_external_feed_6d437a28: Add External Feed + feed_url_8a433438: Feed url + no_announcements_280df147: No Announcements + create_announcements_above_1c36202b: Create announcements above + check_back_later_c4234dbc: Check back later + announcements_list_c75fc413: Announcements List + next_announcements_page_3956eb11: Next Announcements Page + previous_announcements_page_79c0ada1: Previous Announcements Page + loading_announcements_b927a86c: Loading Announcements + confirm_delete_6febeafb: Confirm Delete + you_are_about_to_delete_count_announcements_are_yo_96a2b383: + one: You are about to delete 1 announcement. Are you sure? + other: You are about to delete %{count} announcements. Are you sure? + external_feeds_b6345379: External Feeds + rss_feed_cf6286b3: RSS Feed + feeds_9f1c5c76: Feeds + all_4321c3a1: All + unread_e9c1b19c: Unread + announcement_filter_d35318a7: Announcement Filter + search_announcements_by_title_407a998e: Search announcements by title + lock_selected_announcements_33740f80: Lock Selected Announcements + unlock_selected_announcements_37485f05: Unlock Selected Announcements + delete_selected_announcements_69e23710: Delete Selected Announcements + add_announcement_165c3b05: Add announcement + count_posts_added_fa55ce4: + zero: "%{count} posts added" + one: "%{count} post added" + other: "%{count} posts added" + delete_feedname_1ac9a4a4: Delete %{feedName} + adding_rss_feed_f1202567: Adding RSS Feed + error_retrieving_similarity_detection_tools_d6d4f9e9: Error retrieving similarity detection tools + error_retrieving_assignment_external_tools_9102d343: Error retrieving assignment external tools + external_tool_tool_id_6028b3b1: External Tool %{tool_id} + tool_not_found_f6366382: Tool Not Found + the_tool_is_not_installed_in_the_course_or_account_1be7230b: The tool is not installed in the course or account + content_successfully_added_395c906f: "%{content} successfully added" + successfully_added_fb3e6008: Successfully Added + add_content_58b4305a: Add Content + click_the_button_above_to_add_content_4c7024a: Click the button above to add content + grader_that_determines_final_grade_cc55f20: Grader that determines final grade + select_grader_782af48: Select Grader + grades_were_successfully_released_to_the_gradebook_4c3b07d6: Grades were successfully released to the gradebook. + assignment_grades_have_already_been_released_4c8a91b: Assignment grades have already been released. + all_submissions_must_have_a_selected_grade_3a84e5a9: All submissions must have a selected grade. + there_was_a_problem_releasing_grades_fa0ae6: There was a problem releasing grades. + grades_for_this_assignment_are_now_visible_to_stud_623efda0: Grades for this assignment are now visible to students. + there_was_a_problem_updating_the_assignment_61b9b98b: There was a problem updating the assignment. + there_was_a_problem_loading_students_5bdb6cf2: There was a problem loading students. + grade_saved_ab539b53: Grade saved. + there_was_a_problem_saving_the_grade_8ea5d2ac: There was a problem saving the grade. + grades_saved_5954b0bb: Grades saved. + there_was_a_problem_saving_the_grades_5e61f9e2: There was a problem saving the grades. + there_was_a_problem_updating_the_grade_1b6c8b4c: There was a problem updating the grade. + accept_2fdd362e: Accept + accept_grades_by_gradername_7a98b969: Accept grades by %{graderName} + accepting_40ba3b70: Accepting + accepted_c9f8ab87: Accepted + grader_details_6406bea0: Grader Details + grader_d1198a9c: Grader + accept_grades_4d56a3dd: Accept Grades + selected_grade_942f40ba: Selected Grade + grade_for_studentname_d124b199: Grade for %{studentName} + grade_selection_table_dcf9d1ea: Grade Selection Table + final_grade_4d7f6545: Final Grade + student_studentnumber_f398d9c2: Student %{studentNumber} + are_you_sure_you_want_to_do_this_it_cannot_be_undo_3379a544: Are you sure you want to do this? It cannot be undone and will override existing grades in the gradebook. + are_you_sure_you_want_to_post_grades_for_this_assi_bafe5753: Are you sure you want to post grades for this assignment to students? + attention_aaca1f1d: Attention! + grades_cannot_be_modified_from_this_page_as_they_h_d0ebeb6: Grades cannot be modified from this page as they have already been released. + grade_summary_255289f6: Grade Summary + students_are_loading_206c5246: Students are loading + post_to_students_b02df196: Post to Students + posting_to_students_eaa57964: Posting to Students + grades_posted_to_students_56b8cb2d: Grades Posted to Students + release_grades_c68fbcc: Release Grades + releasing_grades_31a57dde: Releasing Grades + grades_released_488c2808: Grades Released + grader_gradernumber_fef5d5cf: Grader %{graderNumber} + graders_can_view_each_other_s_comments_d836b848: Graders can view each other's comments + there_is_currently_1_available_grader_758e4a21: There is currently 1 available grader + there_are_currently_availablegraderscount_availabl_58f85403: There are currently %{availableGradersCount} available graders + must_have_at_least_1_grader_d4a54e85: Must have at least 1 grader + number_of_graders_cde8dd54: Number of graders + final_grader_can_view_other_grader_names_67736530: Final grader can view other grader names + disable_sync_to_name_10c371dc: Disable Sync to %{name} + assignments_settings_30613d0c: Assignments Settings + assignment_options_1e5b7074: Assignment Options + assignment_groups_weight_2f1a5a7c: Assignment Groups Weight + moderated_grading_cannot_be_enabled_for_group_assi_7e947ab7: Moderated grading cannot be enabled for group assignments + moderated_grading_cannot_be_enabled_for_peer_revie_6b7eedc1: Moderated grading cannot be enabled for peer reviewed assignments + allow_moderator_to_review_multiple_independent_gra_c59d64f6: Allow moderator to review multiple independent grades for selected submissions + show_report_to_students_a07888a6: Show report to students + after_the_assignment_is_graded_53754607: After the assignment is graded + after_the_due_date_eee89c9c: After the due date + select_group_to_grade_6df28d80: Select Group to Grade + must_select_a_student_group_first_15c6a3cb: Must select a student group first + no_content_5dbc9acf: No Content + available_2ed9f226: 'Available:' + until_6437a827: " until" + to_1126ab55: " to" + available_until_3278ebe9: Available until + available_after_3416802b: Available after + filename_preview_71b2cde2: "%{filename} preview" + attached_d7423f41: Attached + preview_filename_f1b58572: Preview %{filename} + remove_filename_dab5c02e: Remove %{filename} + new_attempt_57eae3d9: New Attempt + not_graded_yet_82f63c67: Not Graded Yet + submitted_318fad53: Submitted + unavailable_46d2c344: Unavailable + upload_8b403d05: Upload + uploaded_285a2bfb: Uploaded + button_a1577211: button + complete_4f4efbc: complete + incomplete_95612d72: incomplete + in_progress_13b9e26f: in-progress + unavailable_c04e4c93: unavailable + view_previous_submission_2b57bb85: View Previous Submission + view_next_submission_d2a429d: View Next Submission + create_new_attempt_19c96c03: Create New Attempt + missing_1a256b3b: Missing + late_2be42b88: Late + more_modules_d9a9f003: More Modules + now_viewing_attempt_current_attempt_918e616: Now viewing Attempt %{current_attempt} + attempt_current_attempt_ef626179: Attempt %{current_attempt} + attempt_current_attempt_of_max_attempts_427ed508: Attempt %{current_attempt} of %{max_attempts} + choose_one_submission_type_cf4eda5b: Choose One Submission Type + submission_type_a925fc5f: Submission Type + choose_one_2c4277df: Choose One + audio_1c89b0c8: audio + code_93e9abbb: code + doc_c63509f8: doc + flash_ab3ad95e: flash + html_fc8563c6: html + image_c1c98202: image + pdf_4e842f10: pdf + ptt_f7ff4c09: ptt + text_df773ce4: text + video_78335c71: video + xls_e593104b: xls + zip_26961da: zip + file_6863ad33: file + preview_unavailable_aacd459a: Preview Unavailable + download_c7ffdfb9: Download + no_submission_fb131a40: No Submission + error_adding_canvas_file_to_submission_draft_de258021: Error adding canvas file to submission draft + error_updating_submission_draft_1d40ade7: Error updating submission draft + error_adding_files_to_submission_draft_6acac337: Error adding files to submission draft + uploading_files_5ff8f4fd: Uploading files + upload_file_fd2361b8: Upload File + file_permitted_filetypes_714e4e8d: 'File permitted: %{fileTypes}' + drag_and_drop_or_click_to_browse_your_computer_60772d6d: Drag and drop, or click to browse your computer + add_media_cfa37b54: Add Media + record_upload_35dfb2ab: Record/Upload + file_select_filename_folder_contents_9146bab7: File select, %{filename} folder contents + type_file_14f017c9: 'type: file' + name_name_913c785b: 'name: %{name}' + date_created_createdat_265a0dfa: 'date created: %{createdAt}' + date_modified_modifiedat_b839cc8b: 'date modified: %{modifiedAt}' + modified_by_user_e6c8ade3: 'modified by: %{user}' + size_size_a77bd760: 'size: %{size}' + state_unpublished_e19c06e6: 'state: unpublished' + state_published_e42697da: 'state: published' + type_folder_115f3b07: 'type: folder' + return_to_parent_folder_4ece2184: return to parent folder + date_created_87e265bc: Date Created + date_modified_e1c8ac8f: Date Modified + modified_by_c1584b3c: Modified By + size_b30e1077: Size + root_523acd46: Root + current_folder_path_e094d59: current folder path + assignments_2_student_error_page_3ca3e0df: Assignments 2 Student Error Page + canvas_files_889a274f: Canvas Files + user_groups_query_error_bba6a6b7: User groups query error + more_options_272b4953: More Options + course_external_tools_query_error_d5110efe: Course external tools query error + text_entry_e1808b2f: Text Entry + remove_submission_draft_f5c7f58b: Remove submission draft + start_entry_4b491f60: Start Entry + please_enter_a_valid_url_e_g_http_example_com_b97051b4: Please enter a valid url (e.g. http://example.com) + website_url_input_1a3eab25: Website url input + http_67e238b4: http:// + preview_website_url_eb5b8a5f: Preview website url + website_url_b995c5b6: Website Url + all_submission_comments_have_been_marked_as_read_74c0683b: All submission comments have been marked as read + there_was_a_problem_marking_submission_comments_as_27c2f5c7: There was a problem marking submission comments as read + send_a_comment_to_your_instructor_about_this_assig_83fd5960: Send a comment to your instructor about this assignment. + at_791460b3: at + error_sending_submission_comment_dc15d24f: Error sending submission comment + submission_comment_sent_3f2af3d0: Submission comment sent + comment_input_box_b8c7e58b: Comment input box + submit_a_comment_7edbf648: Submit a Comment + attach_a_file_86a4fc00: Attach a File + record_audio_video_d9993f6c: Record Audio/Video + send_comment_4e05f2fb: Send Comment + load_more_comments_dc00ac34: Load More Comments + submitted_d5ba370a: 'Submitted:' + not_submitted_fff47f17: Not submitted + you_cannot_leave_comments_until_you_submit_the_ass_82c3ad79: You cannot leave comments until you submit the assignment + attempt_attempt_d3911720: Attempt %{attempt} + comments_e07bcbe3: Comments + rubric_fc39da76: Rubric + due_5d7267be: 'Due:' + ungraded_pointspossible_e2f86bd9: ungraded/%{pointsPossible} + ungraded_147a0dce: ungraded + formattedgrade_points_90505a61: "%{formattedGrade} Points" + calculated_by_4ac40468: 'Calculated by: ' + most_recent_b2797d2: Most Recent + attempt_attempt_grade_c01f45df: 'Attempt %{attempt}: %{grade}' + late_penalty_minus_count_points_810572fe: + one: 'Late Penalty: minus 1 Point' + other: 'Late Penalty: minus %{count} Points' + grade_grade_7e52dd1c: 'Grade: %{grade}' + late_penalty_9c312b22: Late Penalty + grade_9c6f076d: Grade + late_policy_d3f95a91: 'Late Policy:' + late_policy_minus_count_points_1a945541: + one: 'Late Policy: minus 1 Point' + other: 'Late Policy: minus %{count} Points' + _count_points_23dc93e0: + one: "-1 Point" + other: "-%{count} Points" + assignment_locked_a6233228: Assignment Locked + availability_dates_438d71e0: Availability Dates + attempt_1_7ba3c30f: Attempt 1 + submission_locked_image_93aced38: Submission Locked Image + submission_locked_a6074f8b: Submission Locked + accept_course_invitation_to_participate_in_this_as_b8342676: Accept course invitation to participate in this assignment + log_in_to_submit_962106cf: Log in to submit + accept_course_invitation_b4c04fbb: Accept course invitation + log_in_c9e240ef: Log in + assignment_locked_with_prerequisite_5b8cb148: Assignment Locked with Prerequisite + prerequisite_completion_period_c562d63: Prerequisite Completion Period + go_to_prerequisite_175c1f3f: Go to Prerequisite + ta_8d966626: TA + assignments_2_student_initial_query_error_52aa5ebd: Assignments 2 Student initial query error + failed_to_load_more_submissions_148ff11f: Failed to load more submissions + submission_draft_updated_e953166a: Submission draft updated + submit_confirmation_4d366dd1: Submit Confirmation + you_are_submitting_a_submissiontype_submission_onl_29c1cdc1: You are submitting a %{submissionType} submission. Only one submission type is allowed. All other submission types will be deleted. + okay_1772bbeb: Okay + error_sending_submission_d32dc075: Error sending submission + submission_sent_3f0d2ee1: Submission sent + media_af190855: Media + file_c851020d: File + url_22a5f3b8: URL + points_is_required_9a9d05b2: Points is required + points_must_be_a_number_0_daa4f7dc: Points must be a number >= 0 + points_must_0_3bff353: Points must >= 0 + assignment_name_is_required_9d17311b: Assignment name is required + the_date_is_not_valid_b6285fb5: The date is not valid. + you_must_provide_a_date_with_a_time_ec369ff4: You must provide a date with a time. + invalid_date_or_time_333acd43: Invalid date or time + due_date_must_be_after_the_available_date_94f03d92: Due date must be after the Available date + due_date_must_be_before_the_until_date_740484c5: Due date must be before the Until date + available_date_must_be_before_the_due_date_cbab390b: Available date must be before the Due date + available_date_must_be_before_the_until_date_9ccc52b: Available date must be before the Until date + until_date_must_be_after_the_due_date_d961566c: Until date must be after the Due date + until_date_must_be_after_the_available_date_8670dfcd: Until date must be after the Available date + close_17f50799: close + working_b1f63edf: working... + add_override_da70f198: Add Override + invalid_date_time_3ae423f5: Invalid date-time + label_3c9a991: "%{label}:" + no_label_date_ff3a372f: No %{label} Date + no_assignment_group_assigned_8f1cdb9b: No Assignment Group Assigned + no_module_assigned_ca183bd7: No Module Assigned + modules_b8f6aa9: modules + edit_assignment_name_8a7af80c: Edit assignment name + assignment_name_12eadcbd: Assignment name + edit_points_3a339cd8: Edit Points + peer_review_assignment_7d314c59: Peer Review Assignment + group_assignment_7060989f: Group Assignment + assignment_type_60255aac: Assignment Type + previous_445ca243: previous + next_e0d38b1f: next + time_2b5aac58: Time + edit_when_36c1c2c8: Edit %{when} + quizzes_are_not_yet_handled_in_the_new_assignments_3898536a: Quizzes are not yet handled in the new assignments flow. Head to the legacy create quiz page? + peer_reviewed_assignments_are_not_yet_handled_in_t_5eef60fb: Peer reviewed assignments are not yet handled in the new assignments flow. Head to the legacy create assignment page? + creating_a_group_is_not_yet_handled_by_the_new_ass_3360471d: Creating a group is not yet handled by the new assignments flow. Head to the legacy assignments page? + send_e3bd0ed0: Send + no_submission_for_assignmenttitle_243bd1f4: No submission for %{assignmentTitle} + no_grade_for_assignmenttitle_83baad53: No grade for %{assignmentTitle} + scored_less_than_score_on_assignmenttitle_5a011033: Scored less than %{score} on %{assignmentTitle} + scored_more_than_score_on_assignmenttitle_2afa1d32: Scored more than %{score} on %{assignmentTitle} + sending_messages_effc7237: Sending messages + messages_sent_b851d0dd: Messages sent + error_sending_messages_13c874eb: Error sending messages + sending_messages_f8f41998: sending messages... + haven_t_submitted_yet_e63834db: Haven't submitted yet + haven_t_been_graded_d7dee5bb: Haven't been graded + scored_less_than_2427896c: Scored less than + scored_more_than_d1646bd5: Scored more than + filter_students_2327fe79: Filter Students + message_students_who_778ce759: Message students who + to_f0e90538: 'To:' + remove_studentname_16ba8c3a: Remove %{studentName} + subject_1bc03dea: 'Subject:' + body_f48fe5cd: 'Body:' + everyone_else_cc5f6888: Everyone else + everyone_854554dd: Everyone + click_to_hide_details_f7d353d9: Click to hide details + click_to_show_details_310154eb: Click to show details + assign_to_6b806cd9: 'Assign to:' + attempts_allowed_8441aadf: Attempts Allowed + limited_322546c5: Limited + unlimited_ff19e96d: Unlimited + attempts_22baad: + one: Attempt + other: Attempts + unlimited_attempts_81a37d4: Unlimited Attempts + count_attempts_d23c69a0: + one: 1 Attempt + other: "%{count} Attempts" + due_available_and_until_dates_f90713da: Due, available, and until dates + due_a73610f6: Due + until_4a1f8cda: Until + all_types_allowed_287eb6b0: All Types Allowed + doc_50924b72: DOC + csv_de77e441: CSV + ppt_534cb87: PPT + txt_cae4e953: TXT + xls_733452c1: XLS + rtf_9165aba5: RTF + all_image_types_allowed_9c65004d: All Image Types Allowed + jpg_903bacff: JPG + png_55cbb586: PNG + tiff_c70066a3: TIFF + bmp_e297149c: BMP + gif_74e4a622: GIF + psd_33ae8820: PSD + svg_d5969386: SVG + eps_81bd3fbf: EPS + all_media_types_allowed_3c0cdce7: All Media Types Allowed + avi_2d8cc99f: AVI + flv_15e62834: FLV + wmv_1119d032: WMV + mp4_5c789afc: MP4 + mp3_c21c0f5f: MP3 + mov_329e9416: MOV + arc_a935e585: ARC + in_class_23eeca38: In Class + app_b157c2b3: App + non_canvas_11f36d4a: Non Canvas + add_submission_type_8690db4b: Add submission type + or_9b70ccaa: Or + and_7fcc2911: And + coming_soon_79d46687: COMING SOON + item_count_3c7bae0d: Item %{count} + submission_items_b2db1b8d: Submission Items + due_639f281d: 'Due: ' + available_d3bb0b5c: 'Available ' + delete_this_submission_type_37a0809c: Delete this submission type + attempt_count_267a4fc5: Attempt %{count} + assign_to_95404a83: Assign To + assignments_2: + attempts: + filter: Attempts + submission_attempts: Attempts + close_student_details_2f6900: Close student details + user_c95de254: User + go_to_name_s_profile_eaa1826b: Go to %{name}'s profile + message_student_f12b37a6: Message Student + submit_for_student_d90838e8: Submit for Student + extend_due_date_20651e76: Extend Due Date + invalid_date_and_time_1a42d206: Invalid date and time + score_student_points_possible_points_78360e86: Score {{student_points}}/{{possible_points}} + previous_student_46275eae: Previous student + next_student_b62869f4: Next student + send_a_message_4600821d: Send a message + student_details_49901ceb: Student Details + you_have_count_submissions_to_grade_6c5b511a: You have %{count} submissions to grade + speedgrader_d9a6fa90: Speedgrader + message_students_cecc3f83: Message Students + search_by_student_name_26536097: Search by student name + disable_extra_filter_options_1d1cdc02: disable extra filter options + enable_extra_filter_options_b52c23e6: enable extra filter options + submission_date_8f659c0c: Submission Date + more_cf9cc661: More + attempt_number_83dcd86a: Attempt %{number} + student_points_possible_points_196c7108: "{{student_points}}/{{possible_points}}" + open_student_context_tray_24c1b1d6: Open student context tray + overview_of_student_status_a004bcf3: Overview of student status + unable_to_delete_assignment_abcf8d62: Unable to delete assignment + you_cannot_save_while_there_are_errors_b86585e9: You cannot save while there are errors + an_error_occured_saving_the_assignment_d71cb3d2: An error occured saving the assignment + you_cannot_publish_this_assignment_while_there_are_e3dee69a: You cannot publish this assignment while there are errors + confirm_delete_a5239715: confirm delete + deleting_assignment_22d5851d: deleting assignment + assignments_2_teacher_view_error_page_8e45dedc: Assignments 2 Teacher View Error Page + saving_assignment_fb958949: Saving assignment + delete_assignment_5d3f3f15: delete assignment + asset_string_ddeaf719: Asset String + start_date_e937be8a: Start Date + previous_month_bb1e3c84: Previous Month + next_month_749b1778: Next Month + end_date_e0093ed7: End Date + user1_masquerading_as_user2_4fa5bb55: "%{user1} masquerading as %{user2}" + load_more_a36f9cf9: Load more + no_more_results_17c4f108: No more results + hide_params_eadf0961: Hide params + show_params_3401895b: Show params + something_went_wrong_89195131: Something went wrong. + mutations_on_search_e5a62790: mutations on %{search} + timestamp_865fa6b7: Timestamp + mutation_f0ac253f: Mutation + performed_by_70b3ce96: Performed by + parameters_a13374ec: Parameters + no_results_found_e4b686bd: No results found. + graphql_mutation_activity_5a47678b: GraphQL Mutation Activity + add_an_identity_provider_to_this_account_c2644478: 'Add an identity provider to this account:' + no_attributes_locked_611c5cc: no attributes locked + an_error_occurred_while_loading_changes_9851b56f: An error occurred while loading changes + an_error_ocurred_while_loading_sync_history_ad9dc6df: An error ocurred while loading sync history + an_error_occurred_while_checking_the_migration_sta_d17035b1: An error occurred while checking the migration status + sync_completed_successfully_8f68b542: Sync completed successfully + there_was_an_unexpected_problem_with_the_sync_be079a67: There was an unexpected problem with the sync + an_error_occurred_while_starting_migration_8e6015e2: An error occurred while starting migration + an_error_occurred_while_loading_courses_11d4571e: An error occurred while loading courses + an_error_occurred_while_loading_associations_9699b3ee: An error occurred while loading associations + associations_saved_successfully_48b9eae3: Associations saved successfully + an_error_occurred_while_saving_associations_bd66f3f4: An error occurred while saving associations + an_error_ocurred_while_loading_unsynced_changes_aed0d04d: An error ocurred while loading unsynced changes + there_was_a_problem_toggling_the_content_lock_2a5d678b: There was a problem toggling the content lock. + loading_associations_started_1f65d8d: Loading associations started + loading_associations_complete_b93a9c6e: Loading associations complete + removed_course_association_course_a233342c: Removed course association %{course} + restored_course_association_course_c9e16045: Restored course association %{course} + short_name_42f454a1: Short Name + teacher_s_fdefb2c: Teacher(s) + remove_association_1412eabf: Remove Association + remove_course_association_name_b760c502: Remove course association %{name} + undo_remove_course_association_name_68eb4037: Undo remove course association %{name} + undo_a7be8fef: Undo + current_367624e9: Current + to_be_added_2959cc72: To be Added + to_be_removed_d4b48586: To be Removed + blueprint_course_associations_72c9609: Blueprint Course Associations + loading_associations_9da66c4e: Loading Associations + there_are_currently_no_associated_courses_fba1754f: There are currently no associated courses. + saving_associations_started_8ac85360: Saving associations started + saving_associations_complete_e4b9634d: Saving associations complete + warning_d9ac42ef: 'Warning:' + you_have_unsynced_changes_that_will_sync_to_all_as_9028e711: You have unsynced changes that will sync to all associated courses when a new association is saved. + saving_associations_989bd4da: Saving Associations + search_courses_7b5c4ab3: Search Courses + associated_74756cc4: Associated + enable_course_as_a_blueprint_course_8515ffd5: Enable course as a Blueprint Course + general_locked_objects_6a9adafb: General Locked Objects + define_general_settings_for_locked_objects_in_this_20da2981: 'Define general settings for locked objects in this course. ' + define_settings_by_type_for_locked_objects_in_this_676197bf: 'Define settings by type for locked objects in this course. ' + locked_objects_cannot_be_edited_in_associated_cour_1af858c8: Locked objects cannot be edited in associated courses. + locked_objects_by_type_ff376c6c: Locked Objects by Type + blueprint_5cca2ef: Blueprint + open_sidebar_2852e8c8: Open sidebar + blueprint_settings_233e909a: Blueprint Settings + close_sidebar_10b0fbb4: Close sidebar + loading_change_log_94ac6073: Loading Change Log + learning_object_1f9e5dd8: Learning Object + object_type_e4f3bbeb: Object Type + change_applied_89d1aa5a: Change Applied + applied_cc7be774: Applied + blueprint_course_information_term_course_10d5cf30: 'Blueprint Course Information: %{term} - %{course}' + any_term_d49af19f: Any Term + any_sub_account_ec7069f2: Any Sub-Account + search_by_title_short_name_or_sis_id_fe84aa12: Search by title, short name, or SIS ID + select_term_f8083fb0: Select Term + select_sub_account_6704196a: Select Sub-Account + loading_courses_started_6e6d742c: Loading courses started + loading_courses_complete_count_courses_found_6768d9e1: + one: 'Loading courses complete: one course found' + other: 'Loading courses complete: %{count} courses found' + loading_courses_409a3641: Loading Courses + selected_course_course_a581f834: Selected course %{course} + unselected_course_course_89995a83: Unselected course %{course} + selected_all_courses_9cfef57f: Selected all courses + unselected_all_courses_99a9d35c: Unselected all courses + course_selection_245808bf: Course Selection + toggle_select_course_name_310fdee4: Toggle select course %{name} + select_all_count_courses_4fc63811: + one: Select (%{count}) Course + other: Select All (%{count}) Courses + associations_3fd4abe8: Associations + loading_associations_2b92bcf7: Loading associations... + sync_history_3d46eb19: Sync History + loading_sync_history_3eb11baf: Loading sync history... + unsynced_changes_4ddaec76: Unsynced Changes + loading_unsynced_changes_1b52f725: Loading unsynced changes... + loading_unsynced_changes_b5d7b202: Loading Unsynced Changes + there_are_count_unsynced_changes_25ed3bed: + one: There is 1 Unsynced Change + other: There are %{count} Unsynced Changes + there_are_count_associations_906edb03: + one: There is 1 Association + other: There are %{count} Associations + not_available_during_sync_ae645e8c: Not available during sync + attributes_locked_1a1a0f46: "%{attributes} locked" + locked_796957c7: 'Locked:' + your_course_db806851: Your Course + count_of_max_maximum_characters_fcb6ddf8: "%{count} of %{max} maximum characters" + you_have_reached_the_limit_of_len_characters_in_th_babea8fe: You have reached the limit of %{len} characters in the notification message + include_course_settings_c4c08764: Include Course Settings + send_notification_81773687: Send Notification + add_a_message_a5ed12bf: Add a Message + chars_written_max_character_length_len_fec9bd18: "%{chars} written, max character length %{len}" + len_maxlen_97f1c88d: "%{len}/%{maxLen}" + message_text_5f692459: Message text + processing_2fcc9739: Processing + this_may_take_a_bit_48fe4235: This may take a bit... + sync_in_progress_12ff1d3c: Sync in progress + you_can_leave_the_page_and_you_will_get_a_notifica_fefe11e8: You can leave the page and you will get a notification when the sync process is complete. + syncing_3061cc8d: Syncing... + sync_68e5c167: Sync + show_exceptions_270ea1c5: Show exceptions + count_exceptions_1176c596: + one: "%{count} exception" + other: "%{count} exceptions" + loading_sync_history_9f342cbf: Loading Sync History + count_pushed_changes_6fe7fba: "%{count} pushed changes" + there_are_no_unsynced_changes_4e8f0838: There are no unsynced changes + count_unsynced_changes_1fc147e5: "%{count} Unsynced Changes" + changed_item_1d16a85f: Changed Item + type_of_change_1cb24a0e: Type of Change + type_of_item_8a37f69d: Type of Item + question_bank_f6c44d62: Question Bank + outcome_da397d20: Outcome + outcome_group_39fae76f: Outcome Group + folder_705fd2d7: Folder + settings_5aa0fd0c: Settings + discussions_a5f96392: Discussions + created_58b8a75a: Created + updated_2c1e8615: Updated + deleted_1be5ed1: Deleted + points_changed_exceptions_b0c771f7: 'Points changed exceptions:' + content_changed_exceptions_e8bff81e: 'Content changed exceptions:' + due_dates_changed_exceptions_ddb028: 'Due Dates changed exceptions:' + availability_dates_changed_exceptions_465ba375: 'Availability Dates changed exceptions:' + settings_changed_exceptions_e5247936: 'Settings changed exceptions:' + deleted_content_exceptions_237e809d: 'Deleted content exceptions:' + content_1440204b: Content + due_dates_520a6c08: Due Dates + course_catalog_4cc7c8ce: Course Catalog + recent_announcements_8becc59c: Recent Announcements + please_upload_files_as_a_zip_5a2c799f: Please upload files as a .zip + content_shares_received_view_error_page_c7021a4a: Content Shares Received View Error Page + are_you_sure_you_want_to_archive_your_copies_of_th_7d219afe: + one: Are you sure you want to archive your copy of this conversation? + other: Are you sure you want to archive your copies of these conversations? + are_you_sure_you_want_to_unarchive_these_conversat_ec7d7e8d: + one: Are you sure you want to unarchive this conversation? + other: Are you sure you want to unarchive these conversations? + are_you_sure_you_want_to_delete_your_copy_of_these_f04442ed: + one: Are you sure you want to delete your copy of this conversation? This action cannot be undone. + other: Are you sure you want to delete your copy of these conversations? This action cannot be undone. + messages_deleted_8f781481: + one: Message Deleted! + other: Messages Deleted! + starred_5a9efa8a: Starred + sent_fe0a1eb4: Sent + archived_de543437: Archived + course_list: + favorited_tooltip: Click to remove from the courses menu. + nonfavorited_tooltip: Click to add to the courses menu. + you_must_log_in_to_view_replies_9ccd4da0: You must log in to view replies + this_version_of_gradebook_is_being_replaced_by_an__b5a174b2: This version of Gradebook is being replaced by an updated Gradebook on or before January 18, 2020. + learn_more_7a8d626: Learn More + keep_in_mind_this_submission_will_count_for_everyo_bb526d67: Keep in mind, this submission will count for everyone in your %{groupType} group. + license_help: + content_license_help: Content Licensing Help + pseudonyms_mobile_login: + parent_signup: Parent Signup + bundles_quesiton_bank: + titles: + find_outcomes: Find Outcomes + quizzes_index: + headers: + assignment_quizzes: Assignment Quizzes + practice_quizzes: Practice Quizzes + surveys: Surveys + toggle_message: toggle quiz visibility + roster_publicjs: + filter_no_users_found: No matching users found. + filter_one_user_found: 1 user found. + filter_multiple_users_found: "%{userCount} users found." + you_must_agree_to_the_terms_99723f97: You must agree to the terms + appointments_dcb41d23: Appointments + find_appointment_85d6922e: Find Appointment + select_course_5cf89177: Select Course + start_date_start_time_to_end_time_dc676ce1: "%{start_date}, %{start_time} to %{end_time}" + contextname_and_count_others_9dda769b: + one: "%{contextName} and %{count} other" + other: "%{contextName} and %{count} others" + select_calendars_d5fa50b6: Select Calendars + an_error_ocurred_while_deleting_the_appointment_gr_4948bbc5: An error ocurred while deleting the appointment group + you_must_provide_a_value_or_unselect_the_option_3b28b754: You must provide a value or unselect the option. + you_must_allow_at_least_one_appointment_per_time_s_76e22300: You must allow at least one appointment per time slot. + you_must_allow_at_least_one_appointment_per_partic_c142139c: You must allow at least one appointment per participant. + an_error_ocurred_while_saving_the_appointment_grou_e19452cd: An error ocurred while saving the appointment group + you_are_here_54075d8c: 'You are here:' + edit_pagetitle_cd8abab9: Edit %{pageTitle} + delete_group_86c381ec: Delete Group + edit_assignment_group_c04c4af0: Edit Assignment Group + calendars_a756c286: Calendars + time_block_5a7cda5c: Time Block + location_e17bd402: Location + limit_each_time_slot_to_input_value_user_s_47461538: 'Limit each time slot to %{input_value} user(s). ' + allow_students_to_see_who_was_signed_up_for_time_s_37f5cb01: Allow students to see who was signed up for time slots that are still available + limit_students_to_attend_input_value_slot_s_9a5bf576: 'Limit students to attend %{input_value} slot(s). ' + start_time_2c3d11b5: Start Time + end_time_250391e8: End Time + must_be_a_number_0_e6ec3e78: Must be a number > 0 + divide_into_equal_time_slots_in_minutes_234312fa: Divide into equal time slots (in minutes + divide_into_equal_slots_value_is_in_minutes_13fe14d2: Divide into equal slots (value is in minutes) + create_slots_71dbb2f8: Create Slots + points_pts_e5596bf7: "%{points} pts" + assignment_path_selected_e80191d1: Assignment Path Selected + choose_assignment_path_8ea55f3a: Choose Assignment Path + select_one_of_the_options_c8b0c6e4: 'Select one of the options:' + option_index_6308524d: Option %{index} + selected_274ce24f: Selected + select_d70f31da: Select + edit_collaboration_b014c18b: Edit Collaboration + delete_collaboration_23035eaf: Delete Collaboration + remove_collaborationtitle_c3e81adb: Remove "%{collaborationTitle}"? + yes_remove_86a61759: Yes, remove + no_collaboration_apps_3bbd30ce: No Collaboration Apps + collaborations_are_web_based_tools_to_work_collabo_8ae6dd38: Collaborations are web-based tools to work collaboratively on tasks like taking notes or grouped papers. Get started by adding a collaboration app. + learn_more_about_collaborations_2978f66d: Learn more about collaborations + you_have_no_collaboration_apps_configured_talk_to__6733123a: You have no Collaboration apps configured. Talk to your teacher to get some set up. + getting_started_with_collaborations_794240ba: Getting started with Collaborations + collaborations_are_web_based_tools_to_work_collabo_6e9f7b3f: Collaborations are web-based tools to work collaboratively on tasks like taking notes or grouped papers. Get started by clicking on the "+ Collaboration" button. + loading_collaborations_e6c5f262: Loading collaborations + add_collaboration_da9665ac: Add Collaboration + collaboration_ce3e2bac: "+ Collaboration" + loaded_more_collaborations_13f1d630: Loaded More Collaborations. + close_details_sidebar_ff8f663d: Close details sidebar + lowerbound_to_upperbound_352a3c0b: "%{lowerBound}+ to %{upperBound}" + view_range_student_details_8116d68a: View range student details + rangestudents_out_of_totalstudents_students_e5ee60e1: "%{rangeStudents} out of %{totalStudents} students" + loading_data_ecd89ba: Loading Data.. + mastery_paths_breakdown_6e0b5fce: Mastery Paths Breakdown + view_previous_student_90000459: view previous student + view_next_student_9fc72fef: view next student + not_submitted_7d05fdb4: Not Submitted + submitted_submitdate_bdd3bf09: 'Submitted: %{submitDate}' + view_submission_ff3da5d: View Submission + select_student_name_caaff244: Select student %{name} + starting_import_operation_f25745f0: Starting import operation + import_started_successfully_a3467411: Import started successfully + there_was_a_problem_starting_import_operation_4c42c5e: There was a problem starting import operation + content_share_preview_166f6562: Content Share Preview + no_content_has_been_shared_with_you_667fde6c: No content has been shared with you. + count_shared_items_loaded_ef94ef6a: + one: 1 shared item loaded. + other: "%{count} shared items loaded." + are_you_sure_you_want_to_remove_this_item_7887ce31: Are you sure you want to remove this item? + there_was_an_error_removing_the_item_f8324776: There was an error removing the item + received_content_53049822: Received Content + the_list_below_is_content_that_has_been_shared_wit_2b2648bc: The list below is content that has been shared with you. You can preview the content, import it into your course, or remove it from the list. + import_e929507b: Import... + manage_options_for_name_83278ad0: Manage options for %{name} + name_mark_as_read_cc9e5fd6: "%{name} mark as read" + name_mark_as_unread_abd650da: "%{name} mark as unread" + content_shared_by_others_to_you_5a40bb2c: Content shared by others to you + received_7689640e: Received + last_login_b7bc0479: 'Last login:' + high_b5cbd048: High + low_eab1cadd: Low + section_section_names_98f172e6: 'Section: %{section_names}' + view_grades_for_name_45aeb2f2: View grades for %{name} + view_analytics_for_name_9b31594e: View analytics for %{name} + send_a_message_to_student_b2e72576: Send a message to %{student} + activity_compared_to_class_8133cb0: Activity Compared to Class + participation_af2598: Participation + page_views_eb64cf53: Page Views + grade_10d1e5a1: "%{grade}" + last_length_graded_items_6db7374e: Last %{length} Graded Items + select_the_file_you_want_to_associate_or_add_a_fil_eedd8dc4: Select the file you want to associate, or add a file by selecting "New File". + new_file_135ae520: "[ New File ]" + restart_link_validation_b61286fc: Restart Link Validation + start_link_validation_dc0ac99c: Start Link Validation + link_validation_is_running_caf08ced: Link validation is running + found_count_broken_links_9224b8dd: + one: Found 1 broken link + other: Found %{count} broken links + an_error_occured_please_try_again_e59b65b: An error occured. Please try again. + no_broken_links_found_38d951e3: No broken links found + show_links_to_unpublished_content_30c0450d: Show links to unpublished content + assessment_question_b523622f: Assessment Question + quiz_question_1da5198e: Quiz Question + links_to_other_courses_in_this_resource_may_not_be_d9f2779: 'Links to other courses in this resource may not be accessible by the students in this course:' + unpublished_content_referenced_in_this_resource_865f8ef6: 'Unpublished content referenced in this resource:' + non_existent_content_referenced_in_this_resource_d86c6bcb: 'Non-existent content referenced in this resource:' + external_links_in_this_resource_were_unreachable_ad00a7e3: 'External links in this resource were unreachable:' + external_images_in_this_resource_were_unreachable_5d9cbad2: 'External images in this resource were unreachable:' + deleted_content_referenced_in_this_resource_e42d1998: 'Deleted content referenced in this resource:' + there_was_an_error_uploading_the_image_932fc4ce: There was an error uploading the image + there_was_an_error_removing_the_image_c83acffe: There was an error removing the image + there_was_an_error_retrieving_the_course_image_d7ea094d: There was an error retrieving the course image + type_is_not_a_valid_image_type_try_jpg_png_or_gif_1c109633: "'%{type}' is not a valid image type (try jpg, png, or gif)" + saving_the_csp_status_failed_please_try_again_8275aaa4: Saving the CSP status failed, please try again. + failed_to_load_csp_information_try_refreshing_the__4a056997: Failed to load CSP information, try refreshing the page. + disable_content_security_policy_8660a787: Disable Content Security Policy + only_account_administrators_can_change_this_settin_149f8fe3: Only account administrators can change this setting. + file_must_be_an_image_293567a8: File must be an image + computer_1d7dfa6f: Computer + upload_image_6120b609: Upload Image + unsplash_ee049fbf: Unsplash + flickr_9bed633e: Flickr + course_image_settings_eba3ec55: Course image settings + choose_image_242f727e: Choose image + remove_image_341340b3: Remove image + choose_image_e5ee5d7a: Choose Image + drag_and_drop_your_image_here_or_7fba7c14: 'Drag and drop your image here or ' + browse_your_computer_for_a_course_image_d7db2376: Browse your computer for a course image + browse_your_computer_9a735a4: browse your computer + for_best_results_crop_image_to_262px_wide_by_146px_af81a540: For best results crop image to 262px wide by 146px tall. JPG, PNG or GIF file types accepted + setup_checklist_eb8b00b8: Setup Checklist + item_complete_d334fd43: "(Item Complete)" + item_incomplete_d6a16040: "(Item Incomplete)" + course_setup_wizard_is_showing_a7c087c1: Course Setup Wizard is showing. + course_wizard_31c87552: Course Wizard + my_dashboard_b724020: My dashboard + close_and_return_to_canvas_80544344: Close and return to Canvas + great_so_you_ve_got_a_course_now_what_well_before__38cfba67: Great, so you've got a course. Now what? Well, before you go publishing it to the world, you may want to check and make sure you've got the basics laid out. Work through the list on the left to ensure that your course is ready to use. + this_course_is_visible_only_to_teachers_until_it_i_ce972f0: This course is visible only to teachers until it is published. + now_that_your_course_is_set_up_and_available_you_p_c0c8635c: Now that your course is set up and available, you probably won't need this checklist anymore. But we'll keep it around in case you realize later you want to try something new, or you just want a little extra help as you make changes to your course content. + you_do_not_have_permission_to_publish_this_course_ff361c82: You do not have permission to publish this course. + next_steps_ce0f0d0c: Next Steps + import_content_b2fd6620: Import Content + if_you_ve_been_using_another_course_management_sys_67edfab1: If you've been using another course management system, you probably have stuff in there that you're going to want moved over to Canvas. We can walk you through the process of easily migrating your content into Canvas. + add_course_assignments_628ed6d0: Add Course Assignments + add_your_assignments_you_can_just_make_a_long_list_8a7862dd: Add your assignments. You can just make a long list, or break them up into groups - and even specify weights for each assignment group. + add_students_to_the_course_874be8fb: Add Students to the Course + you_ll_definitely_want_some_of_these_what_s_the_fu_f4f3578b: You'll definitely want some of these. What's the fun of teaching a course if nobody's even listening? + add_files_to_the_course_da6ffd32: Add Files to the Course + the_files_tab_is_the_place_to_share_lecture_slides_95a93bce: The Files tab is the place to share lecture slides, example documents, study helps -- anything your students will want to download. Uploading and organizing your files is easy with Canvas. We'll show you how. + select_navigation_links_68e1e924: Select Navigation Links + by_default_all_links_are_enabled_for_a_course_stud_8e617dbc: By default all links are enabled for a course. Students won't see links to sections that don't have content. For example, if you haven't created any quizzes, they won't see the quizzes link. You can sort and explicitly disable these links if there are areas of the course you don't want your students accessing. + choose_a_course_home_page_8059c7b: Choose a Course Home Page + when_people_visit_the_course_this_is_the_page_they_de94acc2: When people visit the course, this is the page they'll see. You can set it to show an activity stream, the list of course modules, a syllabus, or a custom page you write yourself. The default is the course activity stream. + add_course_calendar_events_146154a5: Add Course Calendar Events + here_s_a_great_chance_to_get_to_know_the_calendar__187ce49: Here's a great chance to get to know the calendar and add any non-assignment events you might have to the course. Don't worry, we'll help you through it. + add_tas_to_the_course_2aac6e02: Add TAs to the Course + you_may_want_to_assign_some_tas_to_help_you_with_t_702244aa: You may want to assign some TAs to help you with the course. TAs can grade student submissions, help moderate the discussions and even update due dates and assignment details for you. + publish_the_course_f2f6ef80: Publish the Course + all_finished_time_to_publish_your_course_click_the_b6f07217: All finished? Time to publish your course! Click the button below to make it official! Publishing will allow the users to begin participating in the course. + this_course_is_claimed_and_ready_but_you_ll_need_t_25b95a0a: This course is claimed and ready, but you'll need to finish the registration process before you can publish the course. You should have received an email from Canvas with a link to finish the process. Be sure to check your spam box. + change_dcaa253a: Change + front_page_must_be_set_first_c5246f7d: Front Page must be set first + pages_front_page_9ce5188: Pages Front Page + course_activity_stream_40091c17: Course Activity Stream + assignments_list_fe3e54be: Assignments List + before_publishing_your_course_you_must_either_publ_cf84cad9: Before publishing your course, you must either publish a module in the Modules page, or choose a different home page. + select_what_you_d_like_to_display_on_the_home_page_c1b53804: Select what you'd like to display on the home page. + choose_course_home_page_d8642f9e: Choose Course Home Page + choose_and_publish_980812cb: Choose and Publish + before_publishing_your_course_you_must_either_publ_cdfdc78c: Before publishing your course, you must either publish a module or choose a different home page. + create_a_new_module_6f31b0fe: Create a new Module + add_existing_content_7e36da66: Add existing content + complete_registration_by_clicking_the_finish_the_r_fcd13ac8: Complete registration by clicking the “finish the registration process” link sent to your email. + an_error_ocurred_while_publishing_course_3760cf04: An error ocurred while publishing course + choose_home_page_80cef4ee: Choose Home Page + move_text_up_91fb4241: Move %{text} up + move_text_down_7176acd4: Move %{text} down + edit_text_27d8aa3d: Edit %{text} + remove_text_8e485c41: Remove %{text} + teachers_52e2423f: Teachers + observers_672971d: Observers + unenrolled_bc89d5e3: Unenrolled + cancel_custom_link_creation_39ec70bd: Cancel custom link creation + custom_link_details_35fd38fc: Custom link details + link_name_b76fdb38: Link name + link_description_4355ca82: Link description + link_url_a213671c: Link URL + e_g_http_university_edu_helpdesk_acab04d6: e.g., http://university.edu/helpdesk + available_to_b7350e02: Available to + add_link_fc336ed6: Add link + update_link_b7cab181: Update link + icon_215a1dc6: Icon + question_mark_icon_d2bbd204: Question mark icon + information_icon_8a514faa: Information icon + folder_icon_29017021: Folder icon + cog_icon_69bdffd5: Cog icon + life_preserver_icon_8660b6ce: Life preserver icon + add_link_5c01c1e8: Add Link + link_7262adec: Link + add_help_menu_links_de9fc34f: Add help menu links + add_custom_link_22059c0: Add Custom Link + please_enter_a_name_for_this_link_318f01a4: Please enter a name for this link. + please_enter_a_valid_url_protocol_is_required_e_g__4bc49ab1: Please enter a valid URL. Protocol is required (e.g. http://, https://, ftp://, tel:, mailto:). + please_select_a_user_role_for_this_link_9fb4e655: Please select a user role for this link. + you_left_the_required_name_field_empty_8f9bce5c: You left the required name field empty. + help_menu_options_7ecf7031: Help menu options + help_menu_links_51184b65: Help menu links + failed_to_load_recent_activity_d3e5adeb: Failed to load recent activity + failed_to_save_dashboard_selection_32e71c72: Failed to save dashboard selection + no_courses_favorited_4e69fd63: No courses favorited + you_have_no_courses_favorited_reloading_this_page__a2bae9de: "You have no courses favorited. Reloading this page will show all\n your active courses. To add favorites, go to " + all_courses_80701c6f: All Courses. + confirm_unfavorite_course_fa01966d: Confirm unfavorite course + unfavorite_coursename_32f77231: Unfavorite %{courseName} + you_are_about_to_remove_this_course_from_your_dash_7e806db6: |- + You are about to remove this course from your dashboard. It will still be available + by navigating to Courses > All Courses from the main menu. + we_were_unable_to_remove_this_course_from_your_fav_70fa598d: We were unable to remove this course from your favorites. + choose_a_color_or_course_nickname_or_move_course_c_dd23f754: Choose a color or course nickname or move course card for %{course} + course_image_for_course_cfbb08df: Course image for %{course} + course_card_color_region_for_course_c356a69c: Course card color region for %{course} + actions_for_course_312ff446: Actions for %{course} + color_a363e1b0: Color + dashboard_card_movement_menu_b65b98f5: Dashboard Card Movement Menu + move_to_top_e0d7d66e: Move to top + move_up_2440f707: Move up + move_down_4a9c9b18: Move down + move_to_bottom_d0f71bf0: Move to bottom + unfavorite_cd0c113e: Unfavorite + dashboard_options_b240ed5a: Dashboard Options + dashboard_view_d7d85969: Dashboard View + toggle_course_card_color_overlays_b5b8137a: Toggle course card color overlays + color_overlay_fb5ecce7: Color Overlay + retrieving_content_ed0b9b33: Retrieving Content + are_you_sure_you_want_to_delete_this_developer_key_ce246033: Are you sure you want to delete this developer key? This action will also delete all tools associated with the developer key in this context. + are_you_sure_you_want_to_delete_this_developer_key_9937481a: Are you sure you want to delete this developer key? + make_key_invisible_e66af89: Make key invisible + make_key_developername_invisible_212ecf72: Make key %{developerName} invisible + make_key_visible_5c03fa34: Make key visible + make_key_developername_visible_97c404bf: Make key %{developerName} visible + edit_this_key_1ee53473: Edit this key + edit_key_developername_2980f240: Edit key %{developerName} + delete_this_key_70f74aa1: Delete this key + delete_key_developername_be80e695: Delete key %{developerName} + developer_key_developerkeyid_deleted_focus_moved_t_80fffb4d: Developer key %{developerKeyId} deleted. Focus moved to add developer key button. + loaded_more_developer_keys_focus_moved_to_the_name_6e3c3b34: Loaded more developer keys. Focus moved to the name of the last loaded developer key in the list. + loaded_more_developer_keys_focus_moved_to_the_dele_f5b867f8: Loaded more developer keys. Focus moved to the delete button of the last loaded developer key in the list. + developer_key_developerkeyid_deleted_focus_moved_t_9f5b5198: Developer key %{developerKeyId} deleted. Focus moved to the delete button of the previous developer key in the list. + developers_keys_table_69ae6b7e: Developers Keys Table + inherited_developer_keys_table_e4a65b67: Inherited Developer Keys Table + owner_email_236d1b2: Owner Email + stats_9272cef3: Stats + state_66a67ba2: State + show_all_keys_fa88c55c: Show All Keys + developer_keys_d70ba44a: Developer Keys + inherited_d4d0bc33: Inherited + unnamed_tool_961cb95b: Unnamed Tool + no_email_8585ad7e: No Email + toolname_logo_6b639926: "%{toolName} Logo" + uri_redirect_uri_d4aad2b9: 'URI: %{redirect_uri}' + last_used_f9457313: 'Last Used:' + key_f2a919d5: Key + hide_key_e8fe1e8c: Hide Key + show_key_1fbf0c64: Show Key + access_token_count_access_token_count_dfb5463c: 'Access Token Count: %{access_token_count}' + created_created_at_37c0ec3b: 'Created: %{created_at}' + developer_key_is_an_external_tool_27c6166b: Developer key is an external tool. + toggle_tooltip_2447b4fa: Toggle ToolTip + key_state_for_the_current_account_d16b1cd5: Key state for the current account + on_8f7190e5: 'On' + allow_bb7ce9b1: Allow + off_5385ef3f: 'Off' + additional_settings_20362654: Additional Settings + identification_values_86d9ffda: Identification Values + tool_id_afd739e1: Tool Id + icon_url_e3d56e89: Icon Url + text_7f4593da: Text + selection_height_9d57ec24: Selection Height + selection_width_183acd79: Selection Width + one_per_line_format_name_value_79647700: 'One per line. Format: name=value' + privacy_level_f0ec09a3: Privacy Level + public_a749f507: Public + private_3883d133: Private + placement_values_c0a2cf56: Placement Values + this_placement_requires_deep_link_support_by_the_v_702d554f: This placement requires Deep Link support by the vendor. Check with your tool vendor to ensure they support this functionality + request_values_89976f2c: Request Values + target_link_uri_d166858: Target Link URI + select_message_type_806b2dea: Select Message Type + label_values_76f4b5fa: Label Values + display_values_f517c73c: Display Values + placements_5b5e056b: Placements + remove_placement_90862c13: Remove %{placement} + field_cannot_be_blank_afb5b332: Field cannot be blank. + missing_required_fields_please_fill_in_all_require_1e10b2e9: Missing required fields. Please fill in all required fields. + public_jwk_json_is_not_valid_please_submit_properl_31ea2004: Public JWK json is not valid. Please submit properly formatted json. + required_values_1eb5841f: Required Values + title_f8e03596: "* Title" + description_61f4296: "* Description" + target_link_uri_bbed67d1: "* Target Link URI" + openid_connect_initiation_url_d9037d30: "* OpenID Connect Initiation Url" + jwk_method_6d5d0c84: "* JWK Method" + public_jwk_url_b5564c1d: Public JWK URL + lti_advantage_services_c1746cb4: LTI Advantage Services + services_must_be_supported_by_the_tool_in_order_to_1f194a36: Services must be supported by the tool in order to work. Check with your Tool Vendor to ensure service capabilities. + check_services_to_enable_8877c451: Check Services to enable + manual_configuration_b586fe54: Manual Configuration + must_have_at_least_one_redirect_uri_defined_bb236d38: Must have at least one redirect_uri defined. + developer_key_settings_889721f1: Developer Key Settings + key_name_7311d22: 'Key Name:' + owner_email_4d02f795: 'Owner Email:' + redirect_uris_79534b60: "* Redirect URIs:" + redirect_uris_a54bd82f: 'Redirect URIs:' + redirect_uri_legacy_b32323d3: 'Redirect URI (Legacy):' + vendor_code_lti_2_ef36207b: 'Vendor Code (LTI 2):' + icon_url_ecce6557: 'Icon URL:' + notes_6cfc3988: 'Notes:' + test_cluster_only_70e61c19: Test Cluster Only + at_least_one_scope_must_be_selected_97d6fce9: At least one scope must be selected. + save_successful_b2f64da4: Save successful. + failed_to_save_changes_errors_6920f334: 'Failed to save changes: %{errors}%' + a_redirect_uri_is_required_please_supply_one_471908db: A redirect_uri is required, please supply one. + a_json_url_is_required_please_supply_one_ed03101c: A json url is required, please supply one. + create_developer_key_78de8510: Create developer key + edit_developer_key_d8fa33c4: Edit developer key + key_settings_44df6a41: Key Settings + creating_key_8a026e61: Creating Key + create_an_ba36d171: Create an + create_a_64f6f82: Create a + api_key_eeeb2167: API Key + lti_key_14ad02b1: LTI Key + disable_scope_6ba4e4d4: Disable scope + enable_scope_ac28b832: Enable scope + clicking_the_checkbox_will_cause_scopes_table_to_d_dbdbffd3: Clicking the checkbox will cause scopes table to disappear below + clicking_the_checkbox_will_cause_scopes_table_to_a_fba5886a: Clicking the checkbox will cause scopes table to appear below + loading_available_scopes_bc29bf98: Loading Available Scopes + when_scope_enforcement_is_disabled_tokens_have_acc_6939182f: When scope enforcement is disabled, tokens have access to all endpoints available to the authorizing user. + search_endpoints_d5abf37f: Search endpoints + enforce_scopes_be28989c: Enforce Scopes + allow_include_parameters_bf3d3230: 'Allow Include Parameters ' + permit_usage_of_all_includes_parameters_for_this_d_4f8318f4: Permit usage of all “includes” parameters for this developer key. "Includes" parameters may grant access to additional data not included in the scopes selected below. + all_scopename_scopes_6c220783: All %{scopeName} scopes + disable_all_read_only_scopes_f9ffdd28: Disable all read only scopes. + enable_all_read_only_scopes_3ddc2bb5: Enable all read only scopes. + read_only_3d26d8fe: Read only + json_is_not_valid_please_submit_properly_formatted_e3b2f88f: Json is not valid. Please submit properly formatted json. + lti_1_3_configuration_c3534f3b: LTI 1.3 Configuration + json_url_adbee260: JSON URL + manual_entry_e4a4f99a: Manual Entry + paste_json_26ad8050: Paste JSON + enter_url_e8bb8a33: Enter URL + configure_ecb97e30: Configure + next_message_780bcf24: Next Message + previous_message_8804f87e: Previous Message + edit_current_message_da650d4c: Edit Current Message + delete_current_message_5da0221a: Delete Current Message + reply_to_current_message_55391f5b: Reply to Current Message + reply_to_topic_12412b0f: Reply to Topic + updating_discussion_failed_aadb2d35: Updating discussion failed + failed_to_update_discussion_23cc229a: Failed to update discussion + count_discussions_found_fc326362: "%{count} discussions found." + successfully_deleted_discussion_title_a685f345: Successfully deleted discussion %{title} + failed_to_delete_discussion_title_986df717: Failed to delete discussion %{title} + saved_discussion_settings_successfully_ebd46a57: Saved discussion settings successfully + error_saving_discussion_settings_3360661d: Error saving discussion settings + duplication_of_title_succeeded_2e0bd645: Duplication of %{title} succeeded + duplication_failed_3351ffb1: Duplication failed + unsubscribed_failed_2a176d2: Unsubscribed failed + subscribe_failed_2eb62de0: Subscribe failed + you_currently_have_no_pinned_discussions_6f0078b8: You currently have no pinned discussions + to_pin_a_discussion_to_the_top_of_the_page_drag_a__bfe476c3: To pin a discussion to the top of the page, drag a discussion here, or select Pin from the discussion settings menu. + there_are_no_discussions_to_show_in_this_section_e8f04ebd: There are no discussions to show in this section + click_here_to_add_a_discussion_f17c4260: Click here to add a discussion + you_currently_have_no_discussions_with_closed_comm_366a9dab: You currently have no discussions with closed comments + to_close_comments_on_a_discussion_drag_a_discussio_85b27448: To close comments on a discussion, drag a discussion here, or select Close for Comments from the discussion settings menu. + ordered_by_recent_activity_112d33d5: Ordered by Recent Activity + due_date_bf4eaf46: 'Due %{date} ' + last_post_at_date_bf77652f: Last post at %{date} + not_available_until_date_3c1c73c2: Not available until %{date} + was_locked_at_date_acf1c576: Was locked at %{date} + available_until_date_d2fe6cb1: Available until %{date} + unpin_of_discussion_title_succeeded_ce315adb: Unpin of discussion %{title} succeeded + pin_of_discussion_title_succeeded_c7d59580: Pin of discussion %{title} succeeded + unpin_of_discussion_title_failed_852116d4: Unpin of discussion %{title} failed + pin_of_discussion_title_failed_6c2c32a5: Pin of discussion %{title} failed + unlock_discussion_title_succeeded_cd97847c: Unlock discussion %{title} succeeded + lock_discussion_title_succeeded_fb24ebfc: Lock discussion %{title} succeeded + unlock_discussion_title_failed_42a4252f: Unlock discussion %{title} failed + lock_discussion_title_failed_9d49f2d: Lock discussion %{title} failed + count_unread_replies_86976ab: "%{count} unread replies" + count_replies_a685c742: "%{count} replies" + title_is_unlocked_click_to_lock_6a20cfcb: "%{title} is unlocked. Click to lock." + title_is_locked_click_to_unlock_21548cfb: "%{title} is locked. Click to unlock" + unsubscribe_from_title_c98461b3: Unsubscribe from %{title} + subscribe_to_title_c7d6bbd2: Subscribe to %{title} + unpublish_title_26ae9667: Unpublish %{title} + publish_title_102f2d90: Publish %{title} + unpin_a318452a: Unpin + pin_cdbc9f8f: Pin + open_for_comments_1810648: Open for comments + close_for_comments_ce0e5d00: Close for comments + open_discussion_title_for_comments_6baa3fa: Open discussion %{title} for comments + close_discussion_title_for_comments_adde43bc: Close discussion %{title} for comments + unpin_discussion_title_8c2a0942: Unpin discussion %{title} + pin_discussion_title_67c84658: Pin discussion %{title} + move_to_25d7ef11: Move To + move_discussion_title_93ea7be1: Move discussion %{title} + duplicate_discussion_title_6537ef4d: Duplicate discussion %{title} + send_title_to_user_d952e233: Send %{title} to user + copy_title_to_course_2a41a2f4: Copy %{title} to course + delete_discussion_title_a28df8b6: Delete discussion %{title} + unread_c14cb06f: unread, + due_date_2c6e4cfb: Due %{date} + to_do_date_d6b79bfd: To do %{date} + student_settings_354d9a7e: Student Settings + create_discussion_topics_8330d52b: Create discussion topics + edit_and_delete_their_own_posts_f4f7cc6: Edit and delete their own posts + attach_files_to_discussions_bd16c245: Attach files to discussions + saving_2521e616: Saving + discussion_settings_2fbf0b95: Discussion Settings + edit_discussion_settings_1bbb03d: Edit Discussion Settings + my_settings_2ff35329: My Settings + manually_mark_posts_as_read_afa5d035: Manually mark posts as read + save_settings_cafe79a5: Save Settings + you_are_about_to_delete_count_discussions_are_you__7ff455aa: + one: You are about to delete 1 discussion. Are you sure? + other: You are about to delete %{count} discussions. Are you sure? + move_discussion_9ff5b2d1: Move Discussion + pinned_discussions_a55c0cea: Pinned Discussions + closed_for_comments_e395b42f: Closed for Comments + loading_discussions_8ed5fcd7: Loading Discussions + discussions_menu_f18eb4a2: Discussions Menu + discussion_filter_5d68de61: Discussion Filter + search_discussion_by_title_30466604: Search discussion by title + search_by_title_or_author_273a8f49: Search by title or author... + add_discussion_653dab4c: Add discussion + add_new_set_of_due_dates_e8e240f: Add new set of due dates + add_8523c19b: Add + available_from_f84e4611: Available from + remove_these_dates_48453a81: Remove These Dates + due_date_falls_in_a_closed_grading_period_e447ff2f: Due date falls in a closed Grading Period + due_date_set_1c6364db: Due Date Set + currently_assigned_to_tokenname_click_to_remove_5a853a84: Currently assigned to %{tokenName}, click to remove + course_section_7a988066: Course Section + searching_b0207e7f: Searching + continue_typing_to_find_additional_sections_or_stu_49786085: Continue typing to find additional sections or students. + no_results_found_58717065: No results found + add_students_by_searching_by_name_course_section_o_abb9e2f2: Add students by searching by name, course section or group. After entering text, navigate results by using the down arrow key. Select a result by using the Enter key. + use_this_list_to_remove_assigned_students_add_new__ad6205ad: Use this list to remove assigned students. Add new students with combo box after list. + assign_to_c46e21: Assign to + everyone_else_6c6dc7b6: Everyone Else + ExternalToolDialog: + embed_from_external_tool: Embed content from External Tool + SwitchEditorControl: + switch_editor_html: HTML Editor + switch_editor_rich_text: Rich Content Editor + place_section_before_5b45714e: 'Place "%{section}" before:' + _at_the_bottom__4360f2b4: "-- At the bottom --" + generated_f26ee56b: 'Generated:' + failed_307449e1: 'Failed:' + generating_5b5e20f8: 'Generating:' + download_epub_757cf0af: Download ePub + download_associated_files_f35dcb5e: Download Associated Files + regenerate_epub_395c8e56: Regenerate ePub + generate_epub_80e89ea4: Generate ePub + generating_c2aabc02: Generating... + consumer_key_6f94ba11: Consumer Key + shared_secret_892c88f2: Shared Secret + the_following_fields_are_invalid_fields_b3565800: 'The following fields are invalid: %{fields}' + there_was_an_error_in_processing_your_request_6513a49a: There was an error in processing your request + add_app_baf540f: Add App + there_was_an_unknown_error_registering_the_tool_b9a29954: There was an unknown error registering the tool + the_app_was_added_58e2836a: The app was added + we_were_unable_to_add_the_app_418877ef: We were unable to add the app. + name_app_has_been_deleted_fb2d9426: "%{name} app has been deleted" + tool_toolname_found_for_client_id_clientid_would_y_13f35b91: Tool "%{toolName}" found for client ID %{clientId}. Would you like to install it? + install_c54fad9b: Install + the_app_was_added_successfully_3f785a23: The app was added successfully + installed_7b284a91: Installed + view_app_configurations_52b52441: View App Configurations + view_app_center_6c89a3fe: View App Center + back_to_app_center_95420d83: Back to App Center + count_apps_found_f4d86860: "%{count} apps found" + not_installed_37a21a76: Not Installed + filter_by_name_34cbe139: Filter by name + view_name_app_62a2ad8e: View %{name} app + launch_registration_tool_38d4781: Launch Registration Tool + client_id_is_required_1afd54d1: Client ID is required + client_id_cb2502af: Client ID + to_obtain_a_client_id_an_account_admin_will_need_t_33f4063e: To obtain a client ID, an account admin will need to generate an LTI developer key. + this_field_is_required_fa58c4a: This field is required + registration_url_60e0eaaa: Registration URL + example_https_lti_tool_provider_example_herokuapp__e9802142: 'Example: https://lti-tool-provider-example.herokuapp.com/register' + e_mail_only_2cc5e513: E-Mail Only + name_only_5f56718e: Name Only + this_field_name_is_required_b9196401: This field "name" is required. + either_the_url_or_domain_should_be_set_c29cf8c1: Either the url or domain should be set. + there_were_errors_with_the_form_errors_ab5b559a: 'There were errors with the form: %{errors}' + allow_this_tool_to_access_the_ims_names_and_role_p_33e16d7f: Allow this tool to access the IMS Names and Role Provisioning Service + unchanged_aca18e02: "[Unchanged]" + privacy_290109ea: Privacy + this_field_name_is_required_988caebc: This field "%{name}" is required. + config_url_e96ceaf3: Config URL + example_https_example_com_config_xml_be5f36ac: 'Example: https://example.com/config.xml' + xml_configuration_5ea1b942: XML Configuration + configuration_type_25a084a4: Configuration Type + by_url_a163275e: By URL + paste_xml_cda3a64e: Paste XML + by_client_id_4f2fe02c: By Client ID + by_lti_2_registration_url_e421e523: By LTI 2 Registration URL + tool_configuration_63cd43b0: Tool Configuration + configure_toolname_app_651371be: Configure %{toolName} App + configure_tool_app_3b1bb50b: Configure %{tool} App? + delete_toolname_app_85f9d4ee: Delete %{toolName} App + delete_tool_app_9c9f6d35: Delete %{tool} App? + are_you_sure_you_want_to_remove_this_tool_7363f90b: Are you sure you want to remove this tool? + deployment_id_for_toolname_app_e54a7364: Deployment id for %{toolName} App + deployment_id_fc270280: Deployment Id + deployment_id_for_tool_app_cb59335: Deployment Id for %{tool} App + this_tool_has_already_been_installed_in_this_conte_b73ea29c: This tool has already been installed in this context. Would you like to install it anyway? + no_cancel_installation_db8d12d7: No, Cancel Installation + yes_install_tool_f51b3278: Yes, Install Tool + the_app_was_updated_successfully_3d71cd1b: The app was updated successfully + we_were_unable_to_update_the_app_659f5bc6: We were unable to update the app. + the_app_was_activated_a84e055f: The app was activated + we_were_unable_to_activate_the_app_578defe7: We were unable to activate the app. + the_app_was_deactivated_573520ab: The app was deactivated + we_were_unable_to_deactivate_the_app_5e2632f3: We were unable to deactivate the app. + edit_toolname_app_23cfbb8: Edit %{toolName} App + edit_app_b0cc1c17: Edit App + account_navigation_80bbefd4: Account Navigation + assignment_edit_6dced39f: Assignment Edit + assignment_selection_6bff05c4: Assignment Selection + assignment_view_1206a60b: Assignment View + similarity_detection_dcada48: Similarity Detection + assignment_menu_91fe3716: Assignment Menu + assignments_index_menu_4088a035: Assignments Index Menu + assignments_group_menu_c2522316: Assignments Group Menu + collaboration_71c024f4: Collaboration + course_assignments_menu_fa6aeb23: Course Assignments Menu + course_home_sub_navigation_b1ee6b03: Course Home Sub Navigation + course_navigation_dd035109: Course Navigation + course_settings_sub_navigation_b95deae: Course Settings Sub Navigation + discussion_topic_menu_3d4684c6: Discussion Topic Menu + discussions_index_menu_42591bc9: Discussions Index Menu + editor_button_6647db9c: Editor Button + file_menu_cc0ca54: File Menu + files_index_menu_c6961f14: Files Index Menu + homework_submission_172e8354: Homework Submission + link_selection_1486c5d0: Link Selection + migration_selection_5f1c5f55: Migration Selection + module_menu_3201af4e: Module Menu + modules_index_menu_c8748e7c: Modules Index Menu + modules_group_menu_4aae0d5f: Modules Group Menu + quiz_menu_4fcd5e61: Quiz Menu + quizzes_index_menu_1ce11b54: Quizzes Index Menu + user_navigation_a097be0f: User Navigation + page_menu_2f8bee0: Page Menu + pages_index_menu_f391bf04: Pages Index Menu + app_placements_6d877225: App Placements + no_placements_enabled_f705f28: No Placements Enabled + view_toolname_placements_4a5724d1: View %{toolName} Placements + tool_placements_3f996c24: Tool Placements + external_apps_f5490181: External Apps + disabled_18c33a73: "(disabled)" + app_was_installed_by_admin_and_is_locked_3bee4d39: "%{app} was installed by Admin and is locked" + app_was_installed_by_the_master_course_and_is_lock_dbeb24a6: "%{app} was installed by the master course and is locked" + app_was_installed_by_the_master_course_e55ba1d7: "%{app} was installed by the master course" + an_update_is_available_for_toolname_bba3fa2: An update is available for %{toolName} + apps_are_an_easy_way_to_add_new_features_to_canvas_2cbc2531: Apps are an easy way to add new features to Canvas. They can be added to individual courses, or to all courses in an account. Once configured, you can link to them through course modules and create assignments for assessment tools. + link_to_lti_tools_608df3b0: Link to lti tools. + see_some_lti_tools_that_work_great_with_canvas_53e92091: See some LTI tools that work great with Canvas. + name_is_currently_status_9065c996: "*name* is currently **status**." + name_has_been_successfully_installed_but_has_not_y_c3148b96: "*name* has been successfully installed but has not yet been enabled." + would_you_like_to_enable_this_app_ccdf735d: Would you like to enable this app? + update_tool_7d48ef2a: Update %{tool} + would_you_like_to_accept_or_dismiss_this_update_9009d696: Would you like to accept or dismiss this update? + dismiss_dacdb625: Dismiss + we_were_unable_to_add_the_access_token_1f471fe6: We were unable to add the access token. + manage_app_list_994cc26c: Manage App List + enter_the_access_token_for_your_organization_from__38b84fd1: Enter the access token for your organization from *eduappcenter.com*. Once applied, only apps your organization has approved in the EduAppCenter will be listed on the External Apps page. Learn how to **generate an access token**. + access_token_3be22221: Access Token + manage_update_for_toolname_f8e3b2fb: Manage update for %{toolName} + manage_update_23de23a1: Manage Update + app_reregistration_87cc8817: App Reregistration + reregister_toolname_3dde0bfc: Reregister %{toolName} + reregister_9ab95a57: Reregister + unable_to_remove_app_4293cb53: Unable to remove app + unable_to_accept_update_fd53a7e2: Unable to accept update + unable_to_dismiss_update_df1e32eb: Unable to dismiss update + could_not_find_an_lti_configuration_for_client_id__b7d07b3c: Could not find an LTI configuration for client ID %{clientId} + the_client_id_clientid_is_disabled_b4a02cb1: The client ID %{clientId} is disabled + an_error_occured_while_trying_to_find_the_lti_conf_90f50a4c: An error occured while trying to find the LTI configuration + toggle_tooltip_1ed3b35e: toggle tooltip + this_is_the_new_feature_preview_ui_it_is_currently_9cb4b80e: This is the new Feature Preview UI. It is currently read-only. To revert to old UI, click the button. This will disable the "New Feature Flags" feature and refresh the page. + revert_to_old_ui_3211da41: Revert to old UI + loading_features_d26820f6: Loading features + feature_preview_5e1216a0: Feature Preview + feature_f5526584: Feature + info_8f47054a: Info + preview_removal_998101a9: Preview Removal + level_5fdf654a: Level + sorted_direction_by_columnname_d049ac44: Sorted %{direction} by %{columnName} + info_panel_displayed_51d481cc: Info panel displayed + info_panel_hidden_bf7c3b7b: Info panel hidden + view_previous_file_b846db4f: View previous file + view_next_file_a8a4a885: View next file + file_preview_eedb43f2: File Preview + file_not_found_9eec054c: File not found + file_preview_overlay_87f7e5f: File Preview Overlay + kind_7f0a88c4: Kind + last_modified_by_ca4bb5e1: Last Modified By + an_item_named_name_already_exists_in_this_location_147b7312: An item named "%{name}" already exists in this location. Do you want to replace the existing file? + a_locked_item_named_name_already_exists_in_this_lo_ab03ee39: A locked item named "%{name}" already exists in this location. Please enter a new name. + change_name_to_568374c8: Change "%{name}" to + change_name_c8cce76c: Change Name + replace_e61834a7: Replace + show_and_hide_courses_menu_9e09d1d0: Show and hide courses menu + folder_browsing_tree_1f00a3ae: Folder Browsing Tree + file_list_350d08df: File List + all_my_files_a0213441: All My Files + percentused_of_bytesavailable_used_a859a40d: "%{percentUsed} of %{bytesAvailable} used" + files_quota_percentused_of_bytesavailable_used_7f62792c: 'Files Quota: %{percentUsed} of %{bytesAvailable} used' + file_name_2fe68ec1: File Name + select_itemname_f70db487: Select %{itemName} + manage_usage_rights_c5a8c216: Manage Usage Rights + loading_more_results_def6df65: Loading more results... + copying_628a9607: Copying... + copy_to_folder_32ecc3c3: Copy to Folder + moving_a4d552df: Moving... + before_publishing_you_must_set_usage_rights_on_you_dcd7b567: Before publishing, you must set usage rights on your files. + unpublish_9f2d730b: Unpublish + not_visible_in_student_files_22f11883: Not visible in student files + schedule_student_availability_332154a: Schedule student availability + available_from_587ce92f: Available From + available_from_date_43b5e11d: Available From Date + available_until_f3b9c4ed: Available Until + your_search_encountered_the_following_errors_fc3e5e7f: + one: 'Your search encountered the following error:' + other: 'Your search encountered the following errors:' + warning_for_improved_accessibility_in_moving_files_71e1028b: 'Warning: For improved accessibility in moving files, please use the Move To Dialog option found in the menu.' + download_as_zip_5dae7f19: Download as Zip + edit_permissions_for_count_items_d65e3855: + one: 'Edit permissions for: %{itemName}' + other: Edit permissions for %{count} items + files_menu_86dddbc0: Files Menu + add_folder_ba50d107: Add Folder + count_items_selected_91814713: + one: "%{count} item selected" + other: "%{count} items selected" + manage_access_bd923d8d: Manage Access + viewing_folders_is_not_available_798a15e1: Viewing folders is not available + files_toolbar_2f2f0976: Files Toolbar + search_for_files_7541fb28: Search for files + upload_drop_zone: + drop_to_upload: Drop items to upload + error_uploading_file_e2d31b56: Error uploading file. + retry_ebd5f8ba: Retry + items_items_selected_5b55e566: "%{items} items selected" + usage_rights_will_be_set_for_all_of_the_files_cont_b192336a: 'Usage rights will be set for all of the files contained in:' + and_count_more_43eae021: and %{count} more… + items_selected_have_different_usage_rights_52b325cc: Items selected have different usage rights. + you_can_also_manage_access_at_this_time_105a2530: 'You can also manage access at this time:' + before_publishing_this_file_you_must_specify_usage_2229d20b: Before publishing this file, you must specify usage rights. + own_copyright_cc59db55: Own Copyright + public_domain_112ed397: Public Domain + used_by_permission_314a78dd: Used by Permission + fair_use_bee47d77: Fair Use + creative_commons_714a065f: Creative Commons + choose_usage_rights_33683854: Choose usage rights... + i_hold_the_copyright_71ee91b1: I hold the copyright + i_have_obtained_permission_to_use_this_file_6386f087: I have obtained permission to use this file. + the_material_is_in_the_public_domain_279c39a3: The material is in the public domain + the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2: The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws + the_material_is_licensed_under_creative_commons_3242cb5e: The material is licensed under Creative Commons + creative_commons_license_725584ae: 'Creative Commons License:' + if_you_do_not_select_usage_rights_now_this_file_wi_40c42125: If you do not select usage rights now, this file will be unpublished after it's uploaded. + usage_right_ff96f3e2: 'Usage Right:' + copyright_holder_66ee111: 'Copyright Holder:' + c_2001_acme_inc_283f7f80: "(c) 2001 Acme Inc." + zip_file_options_form: + message: Would you like to expand the contents of "%{fileName}" into the current folder, or upload the zip file as is? + zip_options: Zip file options + expand: Expand It + upload: Upload It + an_error_occurred_please_try_again_95361e05: An error occurred. Please try again. + arrange_by_a121617c: Arrange By + apply_781a2546: Apply + apply_filters_note_clicking_this_button_will_cause_753f04: 'Apply filters. Note: clicking this button will cause the page to reload.' + grade_changes_cb5a57a8: Grade Changes + type_a_few_letters_to_start_searching_3334657b: Type a few letters to start searching + error_loading_gradebook_history_try_again_19032437: Error loading gradebook history. Try again? + no_assignments_with_that_name_found_1d7be1: No assignments with that name found + no_graders_with_that_name_found_d8204d90: No graders with that name found + no_students_with_that_name_found_f6004da2: No students with that name found + from_date_must_be_before_to_date_79f00046: "'From' date must be before 'To' date" + search_form_fcaa38f7: Search Form + loading_students_30b71301: Loading Students + loading_graders_f6a76142: Loading Graders + loading_assignments_352ec769: Loading Assignments + dates_6e416047: Dates + before_44c686b4: Before + after_4c71e718: After + more_results_were_added_at_the_bottom_of_the_page_dc323877: More results were added at the bottom of the page. + loading_more_gradebook_history_results_810f6d2e: Loading more gradebook history results. + loading_results_769c8819: Loading Results + no_more_results_to_load_6774fb1c: No more results to load. + anonymously_graded_59149570: Anonymously graded + not_anonymously_graded_87574f91: Not anonymously graded + not_available_assignment_is_anonymous_94e77edf: Not available; assignment is anonymous + not_available_487d3648: Not available + name_error_fee4236: Name Error + assignment_name_b2d87383: Assignment Name + no_assignment_name_adbb215b: No Assignment Name + date_error_7b38f8ff: Date Error + ignore_name_55edc6fe: Ignore %{name} + ignore_assignment_738b3c99: Ignore Assignment + sync_grades_to_sis_fd01f7fd: Sync Grades to SIS + count_assignments_with_errors_e8f3c18c: + zero: No Assignments with Errors, Click Continue + one: 1 Assignment with Errors + other: "%{count} Assignments with Errors" + ignore_these_3940f6f5: Ignore These + continue_ac067716: Continue + note_students_have_submitted_work_for_these_assign_7bc34e28: 'NOTE: Students have submitted work for these assignmentsthat has not been graded. If you post these grades now, youwill need to re-post their scores after grading theirlatest submissions.' + ungraded_submissions_44efb0ec: Ungraded Submissions + you_are_ready_to_sync_count_assignments_525eb8b1: + one: You are ready to sync 1 assignment. + other: You are ready to sync %{count} assignments. + score_pointspossibletranslated_c1ac019e: "%{score}/%{pointsPossibleTranslated}" + no_submission_for_assignment_a9cb6fe2: No submission for %{assignment} + no_grade_for_assignment_97c9bc75: No grade for %{assignment} + scored_less_than_cutoff_on_assignment_5f5c4303: Scored less than %{cutoff} on %{assignment} + scored_more_than_cutoff_on_assignment_f422fec: Scored more than %{cutoff} on %{assignment} + you_will_be_redirected_to_gradebook_while_your_fil_23fab7de: You will be redirected to Gradebook while your file is being uploaded. If you have a large CSV file, your changes may take a few minutes to update. To prevent overwriting any data, please confirm the upload has completed and Gradebook is correct before making additional changes. + done_8af51c9b: Done. + there_was_a_problem_loading_submissions_39855ff0: There was a problem loading submissions. + there_was_a_problem_loading_final_grade_overrides_e269e08: There was a problem loading final grade overrides. + there_was_a_problem_overriding_the_grade_f6d83c4d: There was a problem overriding the grade. + open_submission_tray_4eb14e96: Open submission tray + ungraded_ed0c6f98: Ungraded + open_complete_incomplete_menu_cfe2033b: Open Complete/Incomplete menu + open_grading_scheme_menu_5f889203: Open Grading Scheme menu + this_grade_is_invalid_8ab192c7: This grade is invalid + this_is_not_a_valid_grade_9cc2cb8: This is not a valid grade + needs_grading_9143d47c: Needs Grading + this_user_is_currently_not_able_to_access_the_cour_39cabed1: This user is currently not able to access the course + this_grade_differs_from_the_student_s_view_of_the__f78d0023: This grade differs from the student's view of the grade because some assignment grades are not yet posted + score_does_not_include_groups_because_they_have_no_80d12f42: + one: Score does not include %{groups} because it has no points possible + other: Score does not include %{groups} because they have no points possible + can_t_compute_score_until_an_assignment_has_points_f34dd600: Can't compute score until an assignment has points possible + out_of_pointspossible_3fb5ee20: Out of %{pointsPossible} + manual_8c2665de: Manual + muted_3ff94739: Muted + post_grades_3e692d46: Post grades + all_grades_posted_616a85ab: All grades posted + no_grades_to_post_91425bfd: No grades to post + hide_grades_5ff26682: Hide grades + all_grades_hidden_3092d5b5: All grades hidden + no_grades_to_hide_6f51fc5b: No grades to hide + name_options_bc5c95ce: "%{name} Options" + sort_by_72dbba9c: Sort by + grade_low_to_high_1678b713: Grade - Low to High + grade_high_to_low_1cea0381: Grade - High to Low + unposted_8d9932ec: Unposted + message_students_who_57f07a41: Message Students Who + curve_grades_b7a75443: Curve Grades + set_default_grade_a202ebc1: Set Default Grade + enter_grades_as_e113e606: Enter Grades as + grading_scheme_f151d195: Grading Scheme + re_upload_submissions_125e415d: Re-Upload Submissions + grade_posting_policy_42c8a94b: Grade Posting Policy + weight_of_grade_dff535d9: "%{weight} of grade" + order_301c3ac1: Order + a_z_243c3301: A–Z + z_a_be2ab67c: Z–A + student_name_c45b2a7: Student Name + student_name_options_cb029725: Student Name Options + display_as_e2a5c383: Display as + secondary_info_835a07dd: Secondary info + show_76c0ed1c: Show + total_options_351e2682: Total Options + display_as_percentage_3e755dc: Display as Percentage + display_as_points_63084235: Display as Points + move_to_front_bf6f0194: Move to Front + move_to_end_c6bfbcf5: Move to End + gradebook_export_started_723461b9: Gradebook export started + gradebook_export_failed_reason_2b0f6c53: 'Gradebook Export Failed: %{reason}' + previous_export_c6a997f7: Previous Export + sis_2164965: SIS + sync_to_sisname_f343e59: Sync to %{sisName} + export_in_progress_70db262a: Export in progress + allow_final_grade_override_8cf4336b: Allow final grade override + anonymous_mode_on_feb53729: 'Anonymous Mode On:' + unable_to_access_specific_student_go_to_assignment_585e05e9: Unable to access specific student. Go to assignment in SpeedGrader? + open_speedgrader_11604608: Open SpeedGrader + anonymous_mode_on_2dd9b94a: Anonymous Mode On + grade_out_of_points_d401b79d: Grade out of %{points} + grade_out_of_percentage_1972bf52: Grade out of %{percentage} + this_assignment_is_not_graded_576f1244: This assignment is not graded. + this_grade_has_negative_points_496400d4: This grade has negative points + this_grade_is_unusually_high_60533c20: This grade is unusually high + anonymous_assignments_are_hidden_by_default_and_wi_c8884e1e: Anonymous assignments are hidden by default and will need to be posted manually even if the course setting is set to Automatic. + automatically_post_grades_29a7eff5: Automatically Post Grades + assignment_grades_will_be_visible_to_students_as_s_62975ef6: "\n Assignment grades will be visible to students as soon as they are entered.\n Grades that have already been hidden will remain hidden.\n " + manually_post_grades_18248306: Manually Post Grades + grades_will_be_hidden_by_default_any_grades_that_h_b6fac5e5: "\n Grades will be hidden by default. Any grades that have already posted will remain visible.\n Choose when to post grades for each assignment on each column in the gradebook.\n " + while_the_grades_for_an_assignment_are_set_to_manu_457c38ff: 'While the grades for an assignment are set to manual, students will not receive new notifications about or be able to see:' + their_grade_for_the_assignment_c36a60ef: Their grade for the assignment + grade_change_notifications_98461261: Grade change notifications + submission_comments_b6d65841: Submission comments + curving_assignments_e9479ee3: Curving assignments + score_change_notifications_6b94f27f: Score change notifications + once_a_grade_is_posted_manually_it_will_automatica_bb90f67c: Once a grade is posted manually, it will automatically send new notifications and be visible to students. + individual_assignment_grade_posting_d8322b99: Individual Assignment Grade Posting + gradebook_5fd8ef0: Gradebook… + individual_view_d60b9132: Individual View… + gradebook_history_b03f8524: Gradebook History… + learning_mastery_6ed4fd63: Learning Mastery… + an_error_occurred_while_saving_your_settings_b503a31c: An error occurred while saving your settings + an_error_occurred_while_saving_the_course_post_pol_b48976dc: An error occurred while saving the course post policy + gradebook_settings_updated_fef63d60: Gradebook Settings updated + an_error_occurred_while_loading_late_policies_c415f676: An error occurred while loading late policies + an_error_occurred_while_updating_late_policies_a95b707f: An error occurred while updating late policies + late_policies_42bac80: Late Policies + advanced_36b35b8: Advanced + missing_submission_grade_must_be_numeric_1a142ef2: Missing submission grade must be numeric + late_submission_deduction_must_be_numeric_5b3f468e: Late submission deduction must be numeric + lowest_possible_grade_must_be_numeric_3d97659d: Lowest possible grade must be numeric + automatically_apply_grade_for_missing_submissions_2b5c1a72: Automatically apply grade for missing submissions + missing_policies_4f195e0b: Missing policies + grade_percentage_for_missing_submissions_dc7ccac: Grade percentage for missing submissions + changing_the_late_policy_will_affect_previously_gr_49071db7: Changing the late policy will affect previously graded submissions. + automatically_apply_deduction_to_late_submissions_2b68166e: Automatically apply deduction to late submissions + late_policies_fd5dced6: Late policies + late_submission_deduction_percent_52516a62: Late submission deduction percent + late_submission_deduction_interval_b9fca334: Late submission deduction interval + day_9d999bec: Day + hour_34d02553: Hour + lowest_possible_grade_percent_20474418: Lowest possible grade percent + error_submitting_to_plagiarism_service_you_may_res_3c89e82d: Error submitting to plagiarism service. You may resubmit from SpeedGrader. + submission_is_being_processed_by_plagiarism_servic_df4aa603: Submission is being processed by plagiarism service. + score_similarity_score_2c25b94b: "%{score}% similarity score" + this_submission_has_plagiarism_data_for_multiple_a_335c881d: This submission has plagiarism data for multiple attachments. To see all reports, open SpeedGrader. + status_color_picker_9ea0156b: "%{status} Color Picker" + statuses_f41543d8: Statuses + cancel_submitting_comment_2666e98b: Cancel Submitting Comment + submit_comment_e5cc2718: Submit Comment + leave_a_comment_7991725b: Leave a comment + edited_date_b0455372: "(Edited) %{date}" + avatar_for_author_2eabbf55: Avatar for %{author} + edit_comment_comment_e74afa04: 'Edit Comment: %{comment}' + delete_comment_comment_d32ffc85: 'Delete Comment: %{comment}' + cancel_updating_comment_6816d855: Cancel Updating Comment + update_comment_8cedb4f0: Update Comment + dropped_38031953: Dropped + this_student_s_enrollment_has_been_concluded_f135b8e4: This student's enrollment has been concluded + not_calculated_in_final_grade_2b7d5bd1: Not calculated in final grade + loading_comments_32366acf: Loading comments + select_student_group_c0be9f3e: Select Student Group + due_to_the_size_of_your_course_you_must_select_a_s_f834ba66: "\n Due to the size of your course you must select a student group before launching\n SpeedGrader.\n " + submission_tray_429ac3df: Submission tray + close_submission_tray_c4988fa8: Close submission tray + previous_assignment_83d1f423: Previous assignment + next_assignment_8ec51175: Next assignment + days_late_a3a721b0: Days late + hours_late_989e9081: Hours late + day_s_7cc1231f: Day(s) + hour_s_b6e8d238: Hour(s) + default_order_8c409051: Default Order + assignment_name_a_z_aeefaa36: Assignment Name - A-Z + assignment_name_z_a_34f92f4b: Assignment Name - Z-A + due_date_oldest_to_newest_73e62815: Due Date - Oldest to Newest + due_date_newest_to_oldest_35cffef9: Due Date - Newest to Oldest + points_lowest_to_highest_45089e82: Points - Lowest to Highest + points_highest_to_lowest_87f1b143: Points - Highest to Lowest + module_first_to_last_6921f3ec: Module - First to Last + module_last_to_first_8cdb7a8e: Module - Last to First + filters_92f2776f: Filters + statuses_497dfa15: Statuses… + columns_464bd055: Columns + unpublished_assignments_9cdbcc87: Unpublished Assignments + all_assignment_groups_a65e9e46: All Assignment Groups + assignment_group_filter_c03f8a1d: Assignment Group Filter + use_arrow_keys_to_navigate_options_2021cc50: Use arrow keys to navigate options. + grading_period_filter_e1bf635a: Grading Period Filter + all_modules_20c9a1c8: All Modules + module_filter_63b17d11: Module Filter + all_student_groups_f74cd6c3: All Student Groups + student_group_filter_185fb085: Student Group Filter + student_groups_863201c1: Student Groups + resubmitted_2080646f: Resubmitted + first_last_name_9820d256: First, Last Name + last_first_name_95a078f5: Last, First Name + integration_id_8a20b328: Integration ID + inactive_enrollments_3b84be3d: Inactive enrollments + concluded_enrollments_9da8da6: Concluded enrollments + no_way_to_monitor_gradebook_exports_provided_b451236a: No way to monitor gradebook exports provided! + error_exporting_gradebook_msg_6ea31e2f: 'Error exporting gradebook: %{msg}' + no_way_to_export_gradebooks_provided_b4c2939d: No way to export gradebooks provided! + an_export_is_already_in_progress_54270f01: An export is already in progress. + invalid_csv_file_grades_could_not_be_updated_4d5c120c: Invalid CSV file. Grades could not be updated. + are_you_sure_you_want_to_delete_this_grading_perio_422359cd: Are you sure you want to delete this grading period? + the_grading_period_was_deleted_7814a349: The grading period was deleted + an_error_occured_while_deleting_the_grading_period_c8343484: An error occured while deleting the grading period + delete_title_6c18eba5: Delete %{title} + weight_ff579a8e: 'Weight:' + starts_ce584f1c: 'Starts:' + ends_4fcb632: 'Ends:' + closes_5c6b4367: 'Closes:' + grading_schemes_1c3c3252: Grading Schemes + automatically_dff02416: Automatically + assignment_grades_will_be_visible_to_students_as_s_bfbea571: "\n Assignment grades will be visible to students as soon as they are entered.\n Grades that have already been hidden will remain hidden.\n " + manually_9de23e1f: Manually + grades_will_be_hidden_by_default_any_grades_that_h_53a7fb03: "\n Grades will be hidden by default. Any grades that have already posted will remain visible.\n Choose when to post grades for this assignment in the gradebook.\n " + while_the_grades_for_this_assignment_are_set_to_ma_cb716ede: 'While the grades for this assignment are set to manual, students will not receive new notifications about or be able to see:' + once_a_grade_is_posted_manually_it_will_automatica_26aff290: "\n Once a grade is posted manually, it will automatically send new notifications and be visible to students.\n Future grade changes for posted grades will not need to be manually posted.\n " + post_grades_39c52870: Post Grades + success_the_post_policy_for_name_has_been_updated_ea92283f: Success! The post policy for %{name} has been updated. + an_error_occurred_while_saving_the_assignment_post_94f1184e: An error occurred while saving the assignment post policy + grade_posting_policy_tray_c929cfd: Grade posting policy tray + grade_posting_policy_name_a6d6f178: 'Grade Posting Policy: %{name}' + all_grading_period_sets_must_have_a_title_799538f: All grading period sets must have a title + save_grading_period_set_e029fa88: Save Grading Period Set + set_name_f83b658: Set name + set_name_d14182d7: Set name... + grading_period_set_title_880a6ec4: Grading Period Set Title + weighted_grading_periods_ae4edd70: Weighted grading periods + display_totals_for_all_grading_periods_option_4a72586: Display totals for All Grading Periods option + active_d7e32718: Active + undated_15c2e5fe: Undated + future_5416ea92: Future + past_14da759a: Past + no_unassigned_terms_deb7b76b: No unassigned terms + attach_terms_2b8770a5: Attach terms + enter_a_what_if_score_668c91a3: Enter a What-If score. + this_is_a_what_if_score_cbdc04f9: This is a What-If score + click_to_test_a_different_score_2e0bb6f0: Click to test a different score + based_on_what_if_scores_the_new_total_is_now_grade_d223be10: Based on What-If scores, the new total is now %{grade} + this_assignment_is_dropped_and_will_not_be_conside_35c3e198: This assignment is dropped and will not be considered in the total calculation + hide_all_details_61d7ebb: Hide All Details + assignment_details_expanded_20c6f0c7: assignment details expanded + assignment_details_collapsed_55b67150: assignment details collapsed + grades_are_now_reverted_to_original_scores_e6deade1: Grades are now reverted to original scores + grades_are_now_showing_what_if_scores_711a8be2: Grades are now showing what-if scores + save_grading_period_daaaddea: Save Grading Period + grading_period_weight_99b66906: Grading Period Weight + grading_period_title_23b7f8ac: Grading Period Title + close_date_a2f617b3: Close Date + all_grading_periods_must_have_a_title_a1a38d87: All grading periods must have a title + all_weights_must_be_greater_than_or_equal_to_0_cc2dcdf1: All weights must be greater than or equal to 0 + all_dates_fields_must_be_present_and_formatted_cor_3a0fe925: All dates fields must be present and formatted correctly + all_start_dates_must_be_before_the_end_date_d949eca9: All start dates must be before the end date + all_close_dates_must_be_on_or_after_the_end_date_b898d85d: All close dates must be on or after the end date + grading_periods_must_not_overlap_f45336fb: Grading periods must not overlap + are_you_sure_you_want_to_delete_this_grading_perio_380b040d: Are you sure you want to delete this grading period set? + the_grading_period_set_was_deleted_cce5d8f6: The grading period set was deleted + an_error_occured_while_deleting_the_grading_period_81bb16e5: An error occured while deleting the grading period set + terms_35d91184: 'Terms: ' + no_associated_terms_13bacefc: No Associated Terms + all_changes_were_saved_f6f3ddcc: All changes were saved + there_was_a_problem_saving_the_grading_period_243bed6c: There was a problem saving the grading period + add_grading_period_6f774dc3: Add Grading Period + toggle_title_grading_period_visibility_462b2136: Toggle %{title} grading period visibility + term_starting_5bd5e070: 'Term starting ' + term_created_27d27c2b: 'Term created ' + an_error_occured_while_fetching_grading_period_set_b4f12aa5: An error occured while fetching grading period sets. + an_error_occured_while_fetching_enrollment_terms_1b7b4ac: An error occured while fetching enrollment terms. + the_grading_period_set_was_updated_successfully_d8dd5d0f: The grading period set was updated successfully. + showing_all_sets_of_grading_periods_6c160874: Showing all sets of grading periods. + count_sets_of_grading_periods_found_c8857ae9: + one: 1 set of grading periods found. + other: "%{count} sets of grading periods found." + zero: No matching sets of grading periods found. + an_error_occured_while_updating_the_grading_period_9e024cd1: An error occured while updating the grading period set. + add_set_of_grading_periods_5b4d6e51: Add Set of Grading Periods + set_of_grading_periods_545b37e9: Set of Grading Periods + while_the_grades_for_this_assignment_are_hidden_st_c5d1992b: 'While the grades for this assignment are hidden, students will not receive new notifications about or be able to see:' + students_will_be_able_to_see_that_the_grades_for_t_5421a866: Students will be able to see that the grades for this assignment are hidden. + you_can_begin_sending_notifications_again_by_click_50d3f0cf: You can begin sending notifications again by clicking the Post Grades link. + hiding_grades_82691e44: Hiding grades + hide_e057ff36: Hide + hiding_grades_is_not_allowed_because_grades_have_n_55e83813: Hiding grades is not allowed because grades have not been released for this assignment. + hiding_grades_will_refresh_your_browser_this_may_t_65085e24: Hiding grades will refresh your browser. This may take a moment. + when_hiding_grades_for_anonymous_assignments_grade_1b0ef682: When hiding grades for anonymous assignments, grades will be hidden for everyone in the course. Anonymity will be re-applied. + hide_grades_585e63b4: Hide Grades + at_least_one_section_must_be_selected_to_hide_grad_f88c946f: At least one section must be selected to hide grades by section. + success_grades_have_been_hidden_for_the_selected_s_3ad5692: Success! Grades have been hidden for the selected sections of %{assignmentName}. + success_grades_have_been_hidden_for_assignmentname_4ed03c00: Success! Grades have been hidden for %{assignmentName}. + there_was_a_problem_hiding_assignment_grades_1d3fd0c7: There was a problem hiding assignment grades. + hide_grades_tray_5ed267fe: Hide grades tray + a_name_for_this_set_is_required_222bad23: A name for this set is required + successfully_created_a_set_38374719: Successfully created a set + there_was_a_problem_submitting_your_set_27ca2ed0: There was a problem submitting your set + posting_grades_cd7cd758: Posting grades + count_hidden_e8d2c57c: "%{count} hidden" + post_1e445890: Post + posting_grades_is_not_allowed_because_grades_have__229d9c9e: Posting grades is not allowed because grades have not been released for this assignment. + posting_grades_will_refresh_your_browser_this_may__97a9fe12: Posting grades will refresh your browser. This may take a moment. + when_posting_grades_for_anonymous_assignments_grad_b13f3ae6: When posting grades for anonymous assignments, grades will be posted for everyone in the course. Anonymity will be removed. + select_whether_to_post_for_all_submissions_or_only_b18d681f: Select whether to post for all submissions, or only graded ones. + post_types_93ff86d9: Post types + all_students_will_be_able_to_see_their_grade_and_o_66c1beab: All students will be able to see their grade and/or submission comments. + students_who_have_received_a_grade_or_a_submission_7ef046cc: Students who have received a grade or a submission comment will be able to see their grade and/or submission comments. + at_least_one_section_must_be_selected_to_post_grad_2c140f52: At least one section must be selected to post grades by section. + success_grades_have_been_posted_for_the_selected_s_54c73ef0: Success! Grades have been posted for the selected sections of %{assignmentName}. + success_grades_have_been_posted_to_postedto_for_as_255bc974: Success! Grades have been posted to %{postedTo} for %{assignmentName}. + there_was_a_problem_posting_assignment_grades_958669e8: There was a problem posting assignment grades. + post_grades_tray_83f2fb2e: Post grades tray + search_grading_periods_e947a3e9: Search grading periods... + specific_sections_a38d8b0d: Specific Sections + missing_d59852a7: missing + late_8bd684b6: late + insert_row_below_name_a5b3bd41: Insert row below %{name} + remove_row_name_c053f5ae: Remove row %{name} + upper_limit_of_range_c454a8f2: Upper limit of range + to_minscore_43e5452e: to %{minScore}% + range_name_90614433: Range name + to_35c6baa2: 'to ' + lower_limit_of_range_6ddd4983: Lower limit of range + there_was_a_problem_fetching_periods_bdc09a8f: There was a problem fetching periods + there_was_a_problem_deleting_the_grading_period_50ce07c5: There was a problem deleting the grading period + updating_6edbab78: Updating + delete_grading_period_dba36e59: Delete grading period + grading_period_name_31ceb3e3: Grading Period Name + context_contextname_24d82846: "(%{context}: %{contextName})" + context_level_56d88f5b: "(%{context} level)" + grading_standard_title_58f540a3: Grading standard title + delete_grading_scheme_title_215f0a40: Delete Grading Scheme %{title} + manage_grading_schemes_in_context_name_e3678273: Manage grading schemes in %{context_name} + message_896d2ed0: "%{message}" + looks_great_e4d883ed: Looks great! + a_table_containing_the_name_of_the_grading_scheme__8e6d32f8: A table containing the name of the grading scheme and buttons for editing or deleting the scheme. + a_table_that_contains_the_grading_scheme_data_each_fe739bf6: A table that contains the grading scheme data. Each row contains a name, a maximum percentage, and a minimum percentage. In addition, each row contains a button to add a new row below, and a button to delete the current row. + grading_scheme_saved_85535151: Grading scheme saved + there_was_a_problem_saving_the_grading_scheme_5e6076e9: There was a problem saving the grading scheme + are_you_sure_you_want_to_delete_this_grading_schem_df8b75f9: Are you sure you want to delete this grading scheme? + grading_scheme_deleted_7ae5a072: Grading scheme deleted + there_was_a_problem_deleting_the_grading_scheme_2a959c40: There was a problem deleting the grading scheme + no_grading_schemes_to_display_8b0e92e7: No grading schemes to display + add_grading_scheme_81e23c05: " Add grading scheme" + created_group_group_name_2097306b: Created Group %{group_name} + updated_group_group_name_727b1d98: Updated Group %{group_name} + left_group_group_name_aac4e813: Left Group %{group_name} + joined_group_group_name_e3802c04: Joined Group %{group_name} + add_new_group_7ac49f31: Add new group + search_groups_or_people_6c15d6ad: Search Groups or People + as_you_type_in_this_field_the_list_of_groups_will__16688a5f: As you type in this field, the list of groups will be automatically filtered to only include those whose names match your input. + group_name_in_group_category_name_group_category_29bf3254: "%{group_name} in %{group_category_name} group category" + you_are_the_group_leader_for_this_group_b8629b70: you are the group leader for this group + visit_group_group_name_7a816081: Visit group %{group_name} + visit_864b4060: Visit + manage_group_group_name_ac8578c6: Manage group %{group_name} + collapse_list_of_group_members_for_groupname_d6c66fa0: Collapse list of group members for %{groupName} + expand_list_of_group_members_for_groupname_9ce9d2f7: Expand list of group members for %{groupName} + group_members_ae5489ed: group members + group_leader_user_name_6f24bebb: group leader %{user_name} + leave_group_group_name_6847c632: Leave group %{group_name} + leave_5e852989: Leave + join_group_group_name_871a5e3f: Join group %{group_name} + join_6cafecca: Join + switch_to_group_group_name_786b913b: Switch to group %{group_name} + switch_to_3f310557: Switch To + group_is_full_56849d78: Group is full + group_group_name_is_full_297880d6: Group %{group_name} is full + group_is_not_available_at_this_time_d99f0eab: Group is not available at this time + group_group_name_is_not_available_at_this_time_971001c1: Group %{group_name} is not available at this time + group_is_joined_by_invitation_only_d00f5a63: Group is joined by invitation only + group_group_name_is_joined_by_invitation_only_4ac2a9e5: Group %{group_name} is joined by invitation only + group_name_is_required_5547bc0b: Group name is required + too_many_members_b8b15069: Too many members + member_count_members_out_of_maximum_of_max_members_d3e9f575: "%{member_count} members out of maximum of %{max_membership}" + group_name_b69c144: Group Name + members_af25c21d: Members + groups_are_a_good_place_to_collaborate_on_projects_fdfe57a9: |- + Groups are a good place to collaborate on projects or to figure out schedules for study sessions + and the like. Every group gets a calendar, a wiki, discussions, and a little bit of space to store + files. Groups can collaborate on documents, or even schedule web conferences. + It's really like a mini-course where you can work with a smaller number of students on a + more focused project. + joining_81f8b6c9: Joining + course_members_are_free_to_join_9b2603d4: Course members are free to join + membership_by_invitation_only_9bc27199: Membership by invitation only + invite_5b1fcbcd: Invite + ticket_successfully_submitted_f6254460: Ticket successfully submitted. + file_a_ticket_for_a_personal_response_from_our_sup_1e1ffaff: File a ticket for a personal response from our support team. + for_an_instant_answer_see_if_your_issue_is_address_48280e89: For an instant answer, see if your issue is addressed in the *Canvas Guides*. + subject_114b2e98: Subject + include_a_link_to_a_screencast_screenshot_using_so_4b2fabcb: Include a link to a screencast/screenshot using something like *Jing*. + how_is_this_affecting_you_b3b6a639: How is this affecting you? + please_select_one_f931e883: Please select one + just_a_casual_question_comment_idea_or_suggestion_1579d069: Just a casual question, comment, idea, or suggestion + i_need_some_help_but_it_is_not_urgent_d967ea0a: I need some help, but it is not urgent + something_is_broken_but_i_can_work_around_it_for_n_7fcedb9d: Something is broken, but I can work around it for now + i_cannot_get_things_done_until_i_hear_back_from_yo_83ba46b7: I cannot get things done until I hear back from you + extreme_critical_emergency_80b3dbda: EXTREME CRITICAL EMERGENCY! + your_email_address_f881e583: Your email address + submit_ticket_5515ffd: Submit Ticket + customize_this_menu_efa72a9: Customize this menu + message_sent_f4cba0c: Message sent. + loading_courses_bd1bffe: Loading courses... + ask_your_instructor_a_question_a61ca5e9: Ask your instructor a question + which_course_is_this_question_about_f819a158: Which course is this question about? + message_will_be_sent_to_all_the_teachers_and_teach_1b8d17c1: Message will be sent to all the teachers and teaching assistants in the course. + observer_pairing_code: + errors: + invalid: Invalid pairing code + current_volume_level_c55ab825: Current Volume Level + recording_98da6bda: Recording + something_went_wrong_accessing_your_mic_or_webcam_6e3cad12: Something went wrong accessing your mic or webcam. + mic_a7f3d311: Mic + webcam_fe91b20f: Webcam + finish_bc343002: Finish + no_video_1ed00b26: No Video + please_allow_canvas_to_access_your_microphone_and__dc2c3079: Please allow Canvas to access your microphone and webcam. + your_webcam_may_already_be_in_use_6cd64c25: Your webcam may already be in use. + pause_12af3bb4: Pause + play_1a47eaa7: Play + preview_a3f8f854: PREVIEW + file_name_8fd421ff: File name + start_recording_9a65141a: Start Recording + duplicating_module_ae6670b0: Duplicating Module + duplicating_module_9727f5e4: Duplicating Module... + move_item_failed_8e4c1db6: Move Item Failed + close_move_tray_8609e988: close move tray + group_select_330df8bd: Group Select + at_the_top_fa836591: At the Top + before_cb32fc0: Before.. + after_48b9d69: After.. + at_the_bottom_a6a5f0fe: At the Bottom + logout_a9312e35: Logout + my_dashboard_8983c283: My Dashboard + all_accounts_3bafc860: All Accounts + all_courses_a7dbb853: All Courses + all_groups_cea25817: All Groups + loading_f99d93d4: "...Loading" + courses_tray_cec46d6e: Courses tray + groups_tray_ef3e2649: Groups tray + admin_tray_3b680e7b: Admin tray + profile_tray_bcec5044: Profile tray + title_tray_ec9f7488: "%{title} tray" + global_navigation_tray_35612e2e: Global navigation tray + count_unread_messages_e312aa7b: + one: One unread message. + other: "%{count} unread messages." + count_unread_shares_ff9e91a5: + one: One unread share. + other: "%{count} unread shares." + count_unread_cff5855: "%{count} unread." + welcome_to_your_courses_to_customize_the_list_of_c_f95e4b2: Welcome to your courses! To customize the list of courses, click on the "All Courses" link and star the courses to display. + user_profile_picture_46bffbc7: User profile picture + end_course_set_up_tutorial_f358b85d: End Course Set-up Tutorial + turning_off_this_tutorial_will_remove_the_tutorial_dfd81b3a: Turning off this tutorial will remove the tutorial tray from your view for all of your courses. It can be turned back on under Feature Options in your User Settings. + expand_tutorial_tray_22630c49: Expand tutorial tray + collapse_tutorial_tray_66ee7dc1: Collapse tutorial tray + share_important_updates_with_users_97ec11ad: Share important updates with users + share_important_information_with_all_users_in_your_bc49ee7f: |- + Share important information with all users in your course. + Choose to get a copy of your own announcements in Notifications. + create_content_for_your_course_500a7032: Create content for your course + create_assignments_on_the_assignments_page_organiz_90c78fdc: |- + Create assignments on the Assignments page. Organize assignments + into groups like Homework, In-class Work, Essays, Discussions + and Quizzes. Assignment groups can be weighted. + work_and_create_together_c65f358b: Work and create together + provide_a_space_for_users_to_work_on_a_single_docu_9e4fc18c: |- + Provide a space for users to work on a single document + simultaneously, from within your Canvas course. + virtual_lectures_in_real_time_a1778dea: Virtual lectures in real-time + conduct_virtual_lectures_virtual_office_hours_and__cc05907b: |- + Conduct virtual lectures, virtual office hours, and student + groups. Broadcast real-time audio and video, share presentation + slides, give demonstrations of applications and online resources, + and more. + encourage_class_participation_4e069479: Encourage class participation + create_as_many_discussion_topics_as_needed_as_assi_45ec1df: |- + Create as many discussion topics as needed, as assignments + for grading or as a forum for shared ideas and information. + images_documents_and_more_dccb362f: Images, Documents, and more + upload_course_files_syllabi_readings_or_other_docu_21f8725f: |- + Upload course files, syllabi, readings, or other documents. + Lock folders to keep them hidden from students. Add files to Modules, + Assignments, Discussions, or Pages. + track_individual_student_and_class_progress_c13cf2d1: Track individual student and class progress + input_and_distribute_grades_for_students_display_g_9a2e46a0: |- + Input and distribute grades for students. Display grades as + points, percentages, complete or incomplete, pass or fail, GPA scale, + and letter grades. Group assignments for grade weighting. + home_351838cd: Home + this_is_your_course_landing_page_33d445ec: This is your course landing page + when_people_visit_your_course_this_is_the_first_pa_5093ec45: |- + When people visit your course, this is the first page they'll see. + We've set your homepage to Modules, but you have the option to change it. + you_can_publish_your_course_from_the_home_page_whe_a36d49d6: |- + You can publish your course from the home page whenever you’re ready + to share it with students. Until your course is published, only instructors will be able to access it. + bring_your_content_into_your_course_c0f3df7e: Bring your content into your course + bring_existing_content_from_another_course_or_cour_6e740692: |- + Bring existing content from another course or course + management system into your Canvas course. + organize_your_course_content_c3c7ed03: Organize your course content + organize_and_segment_your_course_by_topic_unit_cha_4c38a6b9: |- + Organize and segment your course by topic, unit, chapter, + or week. Sequence select modules by defining criteria and + prerequisites. + create_educational_resources_8219326e: Create educational resources + build_pages_containing_content_and_educational_res_6474319f: |- + Build Pages containing content and educational resources that + help students learn but aren't assignments. Include text, + multimedia, and links to files and external resources. + add_students_tas_and_observers_to_your_course_e84692dd: Add Students, TAs, and Observers to your course + manage_enrollment_status_create_groups_and_add_use_3c91de1b: Manage enrollment status, create groups, and add users from this page. + assess_and_survey_your_students_ce8172a9: Assess and survey your students + create_and_administer_online_quizzes_and_surveys_b_7d2fa85f: Create and administer online quizzes and surveys, both graded and ungraded. + manage_your_course_details_664c335f: Manage your course details + update_and_view_sections_course_details_navigation_de248be8: |- + Update and view sections, course details, navigation, feature + options and external app integrations, all visible only to Instructors. + an_auto_generated_chronological_summary_of_your_co_eeafee13: An auto-generated chronological summary of your course + communicate_to_your_students_exactly_what_will_be__7312d45d: |- + Communicate to your students exactly what will be required + of them throughout the course in chronological order. Generate a + built-in Syllabus based on Assignments and Events that you've created. + end_tutorial_7fb16b6f: End Tutorial + modules_tutorial_tray_d58ac3cb: Modules Tutorial Tray + pages_tutorial_tray_169464a9: Pages Tutorial Tray + syllabus_tutorial_tray_97e8ef82: Syllabus Tutorial Tray + assignments_tutorial_tray_4cc844b: Assignments Tutorial Tray + quizzes_tutorial_tray_6f87cdd3: Quizzes Tutorial Tray + settings_tutorial_tray_6f37761b: Settings Tutorial Tray + files_tutorial_tray_3ad1eea6: Files Tutorial Tray + people_tutorial_tray_a87a6c48: People Tutorial Tray + announcements_tutorial_tray_994287d6: Announcements Tutorial Tray + gradebook_tutorial_tray_d835c750: Gradebook Tutorial Tray + discussions_tutorial_tray_4ef79bcc: Discussions Tutorial Tray + collaborations_tutorial_tray_9219d9d: Collaborations Tutorial Tray + import_tutorial_tray_8b92e956: Import Tutorial Tray + conferences_tutorial_tray_6f071ce2: Conferences Tutorial Tray + home_tutorial_tray_66826983: Home Tutorial Tray + woops_looks_like_nothing_is_here_ce69ad5: Woops... Looks like nothing is here! + we_couldn_t_find_that_page_34068c1d: We couldn't find that page! + confirm_edit_outcome_a9746c99: Confirm Edit Outcome + this_will_update_all_rubrics_using_this_outcome_th_6954ca45: This will update all rubrics using this outcome that have not yet been assessed + you_ve_updated_the_scoring_criteria_this_will_affe_ec852671: You’ve updated the scoring criteria; this will affect all students previously assessed using this outcome + learning_outcomes_can_be_included_in_assignment_ru_a48bb903: |2 + + Learning outcomes can be included in assignment rubrics as an easy way to assess + mastery of outcomes aligned to specific assignments. When you define a learning + outcome, you should also define a criterion that can be used when building + assignment rubrics. Define as many rubric columns as you need, and specify a + point threshold that will be used to define mastery of this outcome. + criterion_ratings_3eed22e2: Criterion Ratings + more_information_about_ratings_57cdd446: More Information About Ratings + import_outcomes_7dda186b: Import Outcomes + upload_your_outcomes_bceeadbe: Upload your Outcomes! + drag_and_drop_or_click_to_browse_your_computer_2b46a2b6: Drag and drop or click to browse your computer + csv_or_json_formats_only_d8ba36d: CSV or JSON formats only + outcomes_csv_format_9005acfb: Outcomes CSV Format + your_score_a1fc2fcf: Your score + your_score_score_fb785381: 'Your score: %{score}' + not_mastered_5c2f9968: Not mastered + mastered_34d4c857: Mastered + count_alignments_40fbc23c: + zero: No alignments + one: "%{count} alignment" + other: "%{count} alignments" + score_out_of_points_possible_points_bbaea991: "%{score} out of %{points_possible} points" + no_alignments_are_available_for_this_outcome_7f8346f9: No alignments are available for this outcome. + toggle_alignment_details_for_title_944f605: Toggle alignment details for %{title} + nummastered_of_numgroup_mastered_b8113c9c: "%{numMastered} of %{numGroup} Mastered" + toggle_outcomes_for_title_6994b198: Toggle outcomes for %{title} + click_to_close_outcome_details_popover_d469d47d: Click to close outcome details popover + last_assessment_cd5659b6: 'Last Assessment: ' + no_submissions_164cea23: No submissions + calculation_method_fe281f9: Calculation Method + 1_item_scores_examplescores_9736236: '1- Item Scores: %{exampleScores}' + 2_final_score_exampleresult_922edf9c: '2- Final Score: %{exampleResult}' + click_to_expand_outcome_details_74a2a967: Click to expand outcome details + not_yet_assessed_9362f199: Not yet assessed + loading_outcome_results_96e21ce4: Loading outcome results + an_error_occurred_loading_outcomes_data_cfd18b61: An error occurred loading outcomes data. + there_are_no_outcomes_in_the_course_1d36d9c6: There are no outcomes in the course. + can_t_delete_alignments_based_on_rubric_associatio_1a10fcce: "\n Can't delete alignments based on rubric associations.\n To remove these associations you need to remove the row from the asset's rubric\"\n " + delete_alignment_f33c97d5: Delete alignment + there_was_an_error_uploading_your_file_please_try__ce458566: There was an error uploading your file. Please try again. + there_was_an_error_with_your_import_please_examine_7b42f29d: There was an error with your import, please examine your file and attempt the upload again. Check your email for more details. + there_was_a_problem_importing_some_of_the_outcomes_482bac10: There was a problem importing some of the outcomes in the uploaded file. Check your email for more details. + your_outcomes_were_successfully_imported_c5de884: Your outcomes were successfully imported. + importing_outcomes_e62a0375: importing outcomes + please_wait_as_we_upload_and_process_your_file_73c4b5a8: Please wait as we upload and process your file. + an_outcome_import_is_currently_in_progress_11e6cb38: An outcome import is currently in progress. + it_s_ok_to_leave_this_page_we_ll_email_you_when_th_2dbed7fa: It's ok to leave this page, we'll email you when the import is done. + count_permissions_found_1a926f7d: + one: One permission found + other: "%{count} permissions found" + failed_to_create_new_role_e336e461: Failed to create new role + failed_to_update_role_name_8c7b0119: Failed to update role name + failed_to_update_permission_33c493f: Failed to update permission + delete_role_label_succeeded_1690aa28: Delete role %{label} succeeded + failed_to_delete_role_label_27959de3: Failed to delete role %{label} + cannot_add_role_name_name_already_in_use_a523639c: 'Cannot add role name %{name}: already in use' + new_course_role_6a7bb75f: New Course Role + new_account_role_6e5c4964: New Account Role + role_name_18a5943b: Role Name + base_type_e2840170: Base Type + saving_new_role_458f4ba8: Saving New Role + enabled_ba7cab66: Enabled + enabled_and_locked_49ff3de4: Enabled and Locked + disabled_and_locked_d14dc6c2: Disabled and Locked + enable_and_lock_e6099cc2: Enable and Lock + disable_and_lock_7d0ef0e8: Disable and Lock + use_default_890939b7: Use Default + assigned_roles_ace6c950: Assigned Roles + unassigned_roles_cb9e95ec: Unassigned Roles + value_added_1846cc30: "%{value} Added" + value_removed_bba9430c: "%{value} Removed" + search_permissions_915bbd09: Search Permissions + filter_roles_12cf2271: Filter Roles + start_typing_to_search_press_the_down_arrow_to_nav_72815747: Start typing to search. Press the down arrow to navigate results. + remove_role_filter_label_a27b6797: Remove role filter %{label} + add_role_3dc4d273: Add Role + permissions_365c49e: Permissions + course_roles_d2d5d666: Course Roles + account_roles_10fea071: Account Roles + create_14873ed7: create + read_7cabda44: read + update_374eb54: update + delete_a143a2ab: delete + 4_rows_added_44e0db4d: 4 rows added + 4_rows_removed_f4ae9fb1: 4 rows removed + cannot_change_role_name_to_label_already_in_use_c8126e4e: 'Cannot change role name to %{label}: already in use' + ok_ff1b646a: Ok + warning_if_there_are_any_users_with_this_role_they_1a7c1fef: 'Warning: If there are any users with this role, they will keep the current permissions but you will not be able to create new users with this role.' + click_ok_to_continue_deleting_this_role_baa9d9e2: Click "ok" to continue deleting this role. + warning_all_permissions_will_change_to_match_the_s_e3c9819f: 'Warning: All permissions will change to match the selected base role.' + assigned_permissions_6f6fecb6: Assigned Permissions + unassigned_permissions_6a38ca95: Unassigned Permissions + based_on_basedon_d6e4f4d7: 'Based on: %{basedOn}' + last_changed_b544504d: 'Last changed:' + edit_label_769ed6c5: Edit %{label} + expand_permission_c61d5958: Expand permission + what_it_does_d4debc07: What it Does + additional_considerations_3ee46e5b: Additional Considerations + account_settings_fe083453: Account Settings + allows_user_to_view_and_manage_the_settings_and_no_e223e6b8: Allows user to view and manage the Settings and Notifications tabs in Account Settings. + authentication_1b518c38: Authentication + allows_user_to_view_and_manage_authentication_opti_e1bb0ad3: Allows user to view and manage authentication options for the whole account. + subaccounts_efd02bd4: Subaccounts + allows_user_to_view_and_manage_subaccounts_for_the_37d5120b: Allows user to view and manage subaccounts for the account. + terms_4d979628: Terms + allows_user_to_view_and_manage_terms_for_the_accou_4547d971: Allows user to view and manage terms for the account. + allows_user_to_access_the_theme_editor_26691f9a: Allows user to access the Theme Editor. + the_announcements_tab_is_always_visible_to_admins__58df854d: The Announcements tab is always visible to admins; however, to manage announcements, Global Announcements - add / edit / delete must also be enabled. + feature_options_account_settings_294a39f8: Feature Options (Account Settings) + to_manage_the_feature_options_tab_feature_options__fc32fca3: To manage the Feature Options tab, Feature Options - enable disable - must also be enabled. + reports_account_settings_78f5336a: Reports (Account Settings) + to_view_the_reports_tab_courses_view_usage_reports_d371ec85: To view the Reports tab, Courses - view usage reports must also be enabled. + subaccount_navigation_account_settings_add9eff9: Subaccount Navigation (Account Settings) + not_all_settings_options_are_available_at_the_suba_20efaa98: Not all settings options are available at the subaccount level, including the Notifications tab. + allows_user_to_add_and_remove_other_account_admins_7834ea9a: Allows user to add and remove other account admins. + commons_ed0252fb: Commons + allows_user_to_access_and_edit_the_admin_settings__b3390b66: Allows user to access and edit the Admin settings in Commons. Allows user to create and manage Groups. Allows user to manage shared resources in the account. + allows_user_to_designate_a_course_as_a_blueprint_c_208ec223: Allows user to designate a course as a Blueprint Course. Allows user to manage Blueprint Course settings in Course Settings. Allows user to add associated courses. + blueprint_courses_is_an_account_level_feature_opti_3a0161d3: Blueprint Courses is an account-level feature option. Course roles can only manage Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. To access the Blueprint Courses sidebar, Courses - add / edit / delete courses must be enabled. To add an associated course, Courses - view list a​nd Courses - add / edit / delete must also be enabled. To edit lock settings on any blueprint object type, Courses - add / edit / delete must be enabled. + to_manage_blueprint_course_settings_in_course_sett_c3bfdd4f: To manage Blueprint Course settings in Course Settings, Courses - add / edit / delete must also be enabled. + admin_tools_restore_courses_tab_b07bbfa7: Admin Tools (Restore Courses tab) + allows_user_to_restore_a_course_not_available_at_t_3a749177: Allows user to restore a course. (Not available at the subaccount level.) + allows_user_to_access_the_blueprint_courses_sideba_cb5f6a46: Allows user to access the Blueprint Courses Sidebar. Allows user to manage Blueprint Courses content settings in Course Settings. Allows user to remove an associated course. Allows user to edit blueprint lock settings on individual assignments, pages, or discussions + courses_account_navigation_f84fdec3: Courses (Account Navigation) + allows_user_to_view_and_manage_courses_in_the_acco_12333da2: Allows user to view and manage courses in the account. + course_settings_course_details_tab_fabf1adc: Course Settings (Course Details tab) + course_settings_course_details_tab_allows_user_to__2eb67ad2: 'Course Settings (Course Details tab): Allows user to access the Navigation tab in Course Settings. Allows user to access Student View (test student), Copy this Course, Reset Course Content, and Permanently Delete Course buttons. Allows user to edit course image, name, course code, time zone, subaccount, term, and other options in Course Details tab.' + allows_user_to_view_choose_home_page_and_course_se_6fd35f37: Allows user to view Choose Home Page and Course Setup Checklist buttons in the Home page. + course_setup_checklist_78dcff7e: Course Setup Checklist + determines_whether_the_course_setup_checklist_opti_fd5a8f70: Determines whether the Course Setup Checklist option is included in the Course Home page. + student_context_cards_376d2072: Student Context Cards + allows_user_to_view_student_context_cards_in_annou_dadef934: Allows user to view student context cards in announcement and discussion replies. + if_this_permission_is_enabled_and_courses_view_lis_cdf22691: If this permission is enabled and Courses - view list is disabled, users can add a new course with the Add a New Course button in Account Settings. + to_restore_a_deleted_course_courses_undelete_and_c_dc2d0470: To restore a deleted course, Courses - undelete​ and Course Content - view must also both be enabled. + blueprint_courses_is_an_account_level_feature_opti_6c9b5baf: Blueprint Courses is an account-level feature option. To edit Blueprint course settings in Course Settings, Blueprint Courses - add / edit / associate / delete​ - must also be enabled. To add an associated course, Blueprint Courses - add / edit / associate / delete - and Courses - view list must also be enabled. To edit lock settings on any blueprint object, this permission must be enabled. To edit lock settings on files, Course Files - add / edit / delete must also be enabled. To edit lock settings on quizzes, Assignments and Quizzes - add / edit / delete must also be enabled. + to_cross_list_a_section_course_sections_add_edit_d_20b5fd9d: To cross-list a section, Course Sections - add / edit / delete ​must also be enabled. To edit the course SIS ID, SIS Data - manage​ must also be enabled. To allow an account-level user to delete a course, Course State - manage​ must also be enabled. + to_manage_course_content_course_content_add_edit_d_94caa77f: To manage course content, Course Content - add / edit / delete must be enabled. + to_cross_list_a_section_course_sections_add_edit_d_160006f7: To cross-list a section, Course Sections - add / edit / delete must also be enabled. To edit the course SIS ID, SIS Data - manage must also be enabled. To allow an account-level user to delete a course, Course State - manage must also be enabled. + to_view_grades_in_a_course_grades_view_all_grades__acecd649: To view grades in a course, Grades - view all grades​ must also be enabled. + student_context_cards_must_be_enabled_for_an_accou_f194b7c4: Student context cards must be enabled for an account by an admin. If this permission is not enabled, users can still view student context cards through the Gradebook. + allows_user_to_filter_for_blueprint_courses_as_the_45dc2c3d: Allows user to filter for blueprint courses as the account level. Allows user to add associated courses. + allows_user_to_see_the_list_of_courses_in_the_acco_5fa0142f: Allows user to see the list of courses in the account. + if_this_permission_is_disabled_and_courses_add_edi_5f31ce8f: If this permission is disabled and Courses - add / edit / delete is enabled, users can add a new course with the Add a New Course button in Account Settings. + blueprint_courses_is_an_account_level_feature_opti_390ed2e7: Blueprint Courses is an account-level feature option. To add associated courses, Blueprint Courses - add / edit / associate / delete and Courses - add / edit / delete must also be enabled. + statistics_4573b730: Statistics + allows_user_to_see_the_list_of_recently_started_an_f6d3fe6: Allows user to see the list of recently started and ended courses in account statistics. + allows_user_to_create_developer_keys_for_accounts_76bedd2b: Allows user to create developer keys for accounts. + required_fields_include_key_name_owner_email_tool__b8e42174: Required fields include key name, owner email, tool ID, redirect URL, and icon URL. + not_available_at_the_subaccount_level_3fc74ab: Not available at the subaccount level. + announcements_account_4e9df626: Announcements (Account) + allows_user_to_add_edit_and_delete_global_announce_8463e383: Allows user to add, edit, and delete global announcements. + analytics_account_c2bf8cf6: Analytics (Account) + allows_user_to_view_account_analytics_98fbc6ad: Allows user to view account analytics. + analytics_course_5d53aef7: Analytics (Course) + allows_user_to_view_course_analytics_through_the_c_5f24ec08: Allows user to view course analytics through the course dashboard. Allows user to view student analytics. + to_view_student_analytics_in_course_analytics_grad_91d58a8a: To view student analytics in course analytics, Grades - view all grades must also be enabled + the_analytics_feature_must_be_enabled_in_account_s_cf577263: The analytics feature must be enabled in Account Settings to view analytics pages. To see the Analytics link in the user sidebar from the People page, Profiles must be disabled in your account. + people_course_ddd9a66: People (Course) + to_view_student_analytics_users_view_list_and_grad_59d0da3e: To view student analytics, Users - view list and Grades - view all grades​ must also be enabled. + allows_user_to_view_course_and_student_analytics_f_5e3dca12: Allows user to view course and student analytics from the Course Home Page or People page. + allows_user_to_view_and_manage_permissions_bdc80a1d: Allows user to view and manage permissions. + determines_visibility_and_management_of_sis_import_a91ed255: Determines visibility and management of SIS Import tab in account navigation. + sis_import_14517892: SIS Import + allows_user_to_import_sis_data_583b20a5: Allows user to import SIS data. + to_manage_sis_data_sis_data_manage_must_also_be_en_748806e8: To manage SIS data, SIS Data - manage must also be enabled. + not_available_at_the_subaccount_level_6ee9b41f: Not available at the subaccount level + determines_visibility_of_sis_import_tab_in_account_3d48272d: Determines visibility of SIS Import tab in account navigation. Allows user to view the previous SIS import dates, errors, and imported items. + allows_user_to_edit_the_course_sis_id_e1eccee3: Allows user to edit the course SIS ID. + people_account_30bbffec: People (Account) + allows_user_to_view_and_edit_the_sis_id_and_integr_f206fdcb: Allows user to view and edit the SIS ID and Integration ID in a user’s Login Details + subaccount_settings_8549eff7: Subaccount Settings + allows_user_to_view_and_insert_data_in_the_sis_id__921967c: Allows user to view and insert data in the SIS ID field. + to_edit_course_settings_courses_add_edit_delete_mu_844988d0: To edit course settings, Courses - add / edit / delete must be enabled. + to_view_or_edit_a_user_s_sis_id_or_integration_id__76b8d055: To view or edit a user’s SIS ID or Integration ID, Users - view list and Users - manage login details must also both be enabled. + if_this_permission_is_enabled_users_do_not_need_th_49974dc2: If this permission is enabled, users do not need the SIS Data - read permission enabled. The account permission overrides the course permission. To disallow users from managing SIS IDs at the course level, SIS Data - manage and SIS Data - read must both be disabled. To add users to courses via SIS ID, Users - add/remove students from courses - and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. + to_import_sis_data_sis_data_import_must_also_be_en_187c39b: To import SIS data, SIS Data - import must also be enabled. + account_statistics_2b52a1c9: Account Statistics + allows_admin_user_to_view_account_statistics_341f00d9: Allows admin user to view account statistics. + admin_tools_logging_tab_680698f3: Admin Tools (Logging tab) + allows_user_to_generate_login_logout_activity_repo_e03fb94f: Allows user to generate login/logout activity report in Admin Tools. (Not available at the subaccount level.) + if_statistics_view_or_users_manage_login_details_i_18b00d5c: If Statistics - view or Users - manage login details is enabled, the user will be able to generate login/logout activity in Admin Tools. To hide the login/logout activity option in Admin Tools, both of these permissions need to be disabled. + to_view_user_page_views_users_view_list_must_also__81cc34ed: To view user page views, Users - view list must also be enabled. + quotas_account_settings_22c12b8d: Quotas (Account Settings) + allows_user_to_view_and_manage_quotas_tab_in_accou_935a7874: Allows user to view and manage Quotas tab in account settings. User can set default course, user, and group storage quotes. + allows_user_to_act_as_other_users_in_the_account_195628ae: Allows user to act as other users in the account. + allows_a_user_to_access_the_act_as_user_link_on_st_7d3e3e3d: Allows a user to access the Act as User link on student context cards + api_7bd66e19: API + allows_user_to_view_login_ids_in_a_course_people_p_b2cfd83e: Allows user to view Login IDs in a course People page. + to_view_the_list_of_users_in_an_account_users_view_9db2061: To view the list of users in an account, Users - view list must be enabled. + student_context_cards_must_be_enabled_for_an_accou_f84169cb: Student Context Cards must be enabled for an account by an admin. + the_roles_api_refers_to_this_permission_as_become__bededd25: The Roles API refers to this permission as become_user. + to_view_the_list_of_users_in_an_account_users_view_630d77a0: To view the list of users in an account, Users - view must also be enabled. + allows_user_to_manage_observers_associated_with_st_4b45f2be: Allows user to manage observers associated with students in the account. + allows_user_to_create_accounts_for_new_users_with__30b55094: Allows user to create accounts for new users with the account-level Add People button. Allows user to remove and merge users in an account. Allows user to modify user account details such as name, email, and time zone. Allows user to view and modify login information for a user. + allows_user_to_generate_login_logout_activity_repo_bba62f2: Allows user to generate login/logout activity report in Admin Tools. + if_users_manage_login_details_or_statistics_view_i_cff4155d: If Users - manage login details or Statistics - view is enabled, the user will be able to generate login/logout activity in Admin Tools. To hide the login/logout activity option in Admin Tools, both of these permissions need to be disabled. + to_view_users_and_user_account_details_users_view__ff62392: To view users and user account details, Users - view list must be enabled. To change user passwords, Users - view must also be enabled. To view a user’s SIS ID, SIS Data - manage or SIS Data - read must also be enabled. To view a user’s Integration ID, SIS Data - manage must also be enabled. + this_permission_only_controls_adding_users_at_the__5a2463b1: This permission only controls adding users at the account level. To add users to a course, Users - add/remove students from courses or Users - add/remove teachers, course designers, or TAs from courses to the course must be enabled. + eportfolios_f6dc4579: ePortfolios + allows_user_to_view_the_eportfolio_moderation_page_5a6be051: Allows user to view the ePortfolio Moderation page and manage ePortfolio spam content. + canvas_catalog_87f39420: Canvas Catalog + placeholder_for_webhooks_access_in_canvas_catalog_b8c9d864: Placeholder for webhooks access in Canvas Catalog. + this_permission_is_available_for_all_canvas_accoun_25cd5444: This permission is available for all Canvas accounts but only in use for institutions associated with a Canvas Catalog account. Permission currently has no front-end effects, but engineering suggests the permission remain enabled for admins. For other roles the permission can be disabled. + allows_user_to_access_the_restore_courses_tab_in_a_397d9178: Allows user to access the Restore Courses tab in Admin Tools. + to_search_for_a_course_in_the_restore_courses_tab__a903343: To search for a course in the Restore Courses tab, Course Content - view must also be enabled. To restore a deleted course in an account, Courses - add / edit / delete, Course Content - view, and Courses - undelete must all be enabled. + determines_visibility_of_the_course_activity_optio_2446c4b3: Determines visibility of the Course Activity option in the Admin Tools Logging tab. Allows user to view course activity information for the account. + determines_visibility_of_the_grade_change_activity_6c23036b: Determines visibility of the Grade Change Activity option in the Admin Tools Logging tab. + to_search_by_grader_or_student_id_users_view_must__524aa668: To search by grader or student ID, Users - view must also be enabled. To search by course ID or assignment ID, Grades - edit must also be enabled. To search by assignment ID only, Grades - view all grades must also be enabled. + admin_tools_notifications_tab_120d6cdf: Admin Tools (Notifications tab) + allows_user_to_access_the_view_notifications_tab_i_71995596: Allows user to access the View Notifications tab in Admin Tools. + to_search_and_view_notifications_for_a_user_users__fab7293a: To search and view notifications for a user, Users - view must also be enabled. + alerts_course_settings_53551794: Alerts (Course Settings) + allows_user_to_configure_alerts_in_course_settings_f8acd7ba: Allows user to configure alerts in Course Settings. Alerts are a seldom-used feature designed to send an alert to students, teachers or admins for specific triggers (e.g., no student-teacher interaction for 7 days). They are checked every day, and notifications will be sent to the student and/or the teacher until the triggering problem is resolved. + this_is_an_account_setting_that_must_be_turned_on__4c939dea: This is an account setting that must be turned on by your Customer Success Manager. + allows_user_to_configure_alerts_in_course_settings_38675b12: Allows user to configure alerts in course settings. Alerts are a seldom-used feature designed to send an alert to students, teachers or admins for specific triggers (e.g., no student-teacher interaction for 7 days). They are checked every day, and notifications will be sent to the student and/or the teacher until the triggering problem is resolved. + allows_user_to_view_the_announcements_link_in_cour_f6b03e9a: Allows user to view the Announcements link in Course Navigation. Allows user to view course announcements. + to_view_recent_announcements_on_the_home_page_cour_ffc52530: To view recent announcements on the home page, Course content - view must be enabled, and the Show recent announcements on Course home page checkbox must be selected in Course Settings. To manage course announcements, Discussions - moderate ​must also be enabled. + global_announcements_a78912c8: Global Announcements + this_permission_only_affects_course_announcements__6bc2b0a5: This permission only affects course announcements; to manage global announcements, Global Announcements - add / edit / delete​ must be enabled. + allows_user_to_access_the_announcements_link_in_co_2783579a: Allows user to access the Announcements link in Course Navigation. Allows user to view course announcements. Allows user to view recent announcements on the course home page. + to_add_announcements_discussions_moderate_must_als_2496cbd7: To add announcements, Discussions - moderate must also be enabled. To view recent announcements on the home page, the Show recent announcements on Course home page checkbox must be selected in Course Settings. + allows_user_to_add_edit_delete_and_publish_and_unp_4f9c2fd4: Allows user to add, edit, delete, and publish and unpublish assignments. Allows user to manage assignment settings. Allows user to add assignment groups in a course. Allows user to enable and edit assignment group weighting in a course. + allows_user_to_edit_blueprint_lock_settings_on_the_a2534937: Allows user to edit blueprint lock settings on the Assignments and Quizzes index pages in a Blueprint master course. + allows_user_to_share_a_quiz_to_commons_6746e0da: Allows user to share a quiz to Commons. + allows_user_to_edit_assignment_details_on_individu_ecf19e63: Allows user to edit assignment details on individual discussions. + allows_user_to_add_new_assignments_to_a_module_51ae198c: Allows user to add new assignments to a module. + question_banks_account_navigation_9a7ab7c2: Question Banks (Account Navigation) + determines_visibility_and_management_of_the_questi_fbf70ba9: Determines visibility and management of the Question Banks account navigation link. + allows_user_to_add_edit_delete_and_publish_and_unp_5f5b97aa: Allows user to add, edit, delete, and publish and unpublish quizzes. + to_access_the_assignments_index_page_course_conten_a5b00f98: To access the Assignments Index Page, Course Content - view must be enabled. To differentiate assignments to individual students, Users - view list ​must also be enabled. + blueprint_courses_is_an_account_level_feature_opti_4c34e5d3: Blueprint courses is an account-level feature option. To edit blueprint lock settings from the Assignments index page, Courses - add / edit / delete must also be enabled. If this permission is not enabled, and Courses - add / edit / delete is enabled, blueprint lock settings for an assignment can be managed from the assignment’s details page. To edit blueprint lock settings on an individual quiz, or on the Quizzes index page, Courses - add / edit / delete must also be enabled. + to_import_assignments_and_quizzes_using_the_course_86c5bdbb: To import assignments and quizzes using the Course Import Tool, Course Content - add / edit / delete must be enabled. + to_moderate_grades_grades_select_final_grade_for_m_8c605763: To moderate grades, Grades - Select final grade for moderation must also be enabled. + to_moderate_a_quiz_grades_edit_must_also_be_enable_72ca6ca1: To moderate a quiz, Grades - edit​ must also be enabled. + disabling_this_permission_will_override_if_enabled_7f2a87cc: Disabling this permission will override (if enabled) the Rubrics - add / edit / delete permission, preventing user from creating or editing rubrics from an individual assignment. However, if Learning Outcomes - add / edit / delete is enabled, user can still add rubrics via user can still add rubrics via Outcomes (Manage Rubrics button). + allows_user_to_edit_assignment_details_on_individu_3e50993a: 'Allows user to edit assignment details on individual discussions. Modules: Allows user to add new assignments to a module.' + to_differentiate_assignments_to_individual_student_6cc40fde: To differentiate assignments to individual students, Users - view list ​must also be enabled. + disabling_this_permission_will_override_if_enabled_6481b015: Disabling this permission will override (if enabled) the Rubrics - add / edit / delete permission, preventing user from creating or editing rubrics from an individual assignment. However, if Learning Outcomes - add / edit / delete is enabled, user can still add rubrics via Outcomes (Manage Rubrics button). + allows_user_to_send_a_message_to_all_in_course_nam_29ffb3b1: Allows user to send a message to “All in [course name]”. Allows user to send a message to “All in [course group]”. + allows_user_to_send_a_message_to_all_in_course_nam_992e425: Allows user to send a message to “All in [course name],” or “All in [course group].” + allows_user_to_send_messages_to_individual_course__9347e1e2: Allows user to send messages to individual course members. + when_disabled_students_can_still_send_individual_m_567a911c: When disabled, students can still send individual messages to course teachers, course TAs, and students that belong to the same account-level groups. + to_edit_a_student_s_section_users_add_remove_stude_684e6cc3: To edit a student’s section, Users - add/remove students from courses and Users - view must also be enabled. To edit a section for a teacher, course designer, or TA, Users - add/remove teachers, course designers, or TAs from courses and Users - view must also be enabled. + to_edit_a_student_s_section_users_add_remove_stude_c05f26: To edit a student’s section, Users - add/remove students in courses and Users - view must also be enabled. To edit a section for a teacher, course designer, or TA, Users - add/remove teachers, course designers, or TAs in courses and Users - view list must also both be enabled. + allows_user_to_add_edit_and_delete_events_in_the_c_14413268: Allows user to add, edit, and delete events in the course calendar. + scheduler_65b5ac91: Scheduler + allows_user_to_create_and_manage_appointments_on_t_393e9e84: Allows user to create and manage appointments on the calendar using Scheduler. + regardless_of_whether_this_permission_is_enabled_o_a16e31b5: Regardless of whether this permission is enabled or disabled, users will still be able to manage events in their personal calendar. + scheduler_must_be_enabled_for_your_account_e6e53972: Scheduler must be enabled for your account. + scheduler_must_be_enabled_by_your_canvas_admin_7508c8c2: Scheduler must be enabled by your Canvas admin. + allows_user_to_share_course_items_directly_with_ot_b5a68ecc: Allows user to share course items directly with other users. Allows user to copy individual course items to another course. + attendance_ca433183: Attendance + allows_user_to_access_the_attendance_tool_72ef0b68: Allows user to access the Attendance tool. + allows_user_to_add_events_to_list_view_dashboard_v_1339e29e: 'Allows user to add events to List View Dashboard via the Add to Student To-Do checkbox. ' + allows_user_to_access_the_chat_tool_48d5f5c4: Allows user to access the Chat tool. + allows_user_to_view_previously_created_collaborati_bb4b86f1: Allows user to view previously created collaborations. Allows user to edit title, description, or remove collaborators on all collaborations. + allows_user_to_import_resources_from_commons_into__6e9d32e6: Allows user to import resources from Commons into a course. Allows user to share assignments to Commons or edit previously shared content. + allows_user_to_edit_conferences_61eb62e0: Allows user to edit Conferences. + course_home_page_5c61dba7: Course Home Page + allows_user_to_view_course_status_choose_home_page_21bf32a8: Allows user to view Course Status, Choose Home Page, and Course Setup Checklist buttons in the Home page. + allows_user_to_import_content_using_the_course_imp_4a4ec4c7: Allows user to import content using the Course Import Tool. + allows_user_to_add_non_graded_discussions_to_list__65e44efe: Allows user to add non-graded discussions to List View Dashboard via the Add to Student To-Do checkbox. + allows_user_to_manage_modules_create_add_items_edi_9459e815: Allows user to manage modules (create, add items, edit module settings, publish, unpublish, etc.). + allows_user_to_add_pages_to_list_view_dashboard_vi_a661a203: Allows user to add pages to List View Dashboard via the Add to Student To-Do checkbox. + allows_user_to_edit_the_course_syllabus_a28ff262: Allows user to edit the course syllabus. + the_attendance_tool_must_be_enabled_by_your_canvas_108e6dca: The Attendance tool must be enabled by your Canvas admin. + the_chat_tool_must_be_enabled_by_your_canvas_admin_e3b26123: The Chat tool must be enabled by your Canvas admin. + to_share_a_discussion_to_commons_discussions_view__ef6c015a: To share a Discussion to Commons, Discussions - view must also be enabled. + the_course_status_buttons_unpublished_and_publishe_e2dca595: The Course Status buttons (unpublished and published) are only displayed until a student submission is received. Courses cannot be unpublished with student submissions. + to_publish_and_unpublish_module_content_courses_ad_2b1d0c46: To publish and unpublish module content, Courses - add / edit / delete and Course Content - view must also be enabled. Module items cannot be unpublished if there are student submissions. + to_publish_and_unpublish_module_content_courses_ad_ae996413: To publish and unpublish module content, Courses - add / edit / delete and Course Content - view must also be enabled. + allows_user_to_view_published_and_unpublished_cour_25a5dcc0: Allows user to view published and unpublished course content. + allows_user_to_view_the_new_gradebook_50f53ef0: Allows user to view the New Gradebook. + admin_tools_undelete_courses_d9bd8631: Admin Tools (Undelete Courses) + regardless_of_whether_this_permission_is_enabled_o_437ee269: Regardless of whether this permission is enabled or disabled, the user will still be able to manage events on their personal calendar. + if_disabled_user_will_still_have_access_to_course__d78fddc4: If disabled, user will still have access to Course Settings. User cannot manage individual course content without the appropriate permission for that content item. If course visibility is limited to users enrolled in the course, this permission allows the user to view course content without being enrolled in the course. + allows_user_to_edit_blueprint_lock_settings_on_the_9f51663c: Allows user to edit blueprint lock settings on the Files page in a Blueprint master course. + allows_user_to_add_edit_and_delete_course_files_an_5adadbf5: Allows user to add, edit, and delete course files and folders. Allows user to download files into a zip file, import a zip file, and lock and unlock files. + allows_user_to_access_the_files_tab_in_the_content_a5187929: Allows user to access the Files tab in the Content Selector. + blueprint_courses_must_be_enabled_for_an_account_b_a8e326ea: Blueprint courses must be enabled for an account by an admin. To edit blueprint lock settings for course files, Courses - add / edit / delete must also be enabled. + if_disabled_user_can_still_view_and_download_files_336ffc30: If disabled, user can still view and download files into a zip file. + to_import_files_using_the_course_import_tool_cours_a0c2db0c: To import files using the Course Import Tool, Course Content - add / edit / delete must also be enabled. + blueprint_courses_must_be_enabled_for_an_account_b_ffb3ac4b: Blueprint courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. + course_settings_sections_tab_4ae03a9a: Course Settings (Sections tab) + allows_user_to_add_edit_and_delete_course_sections_92715d3: Allows user to add, edit, and delete course sections. Allows user to cross-list sections. + to_cross_list_sections_course_add_edit_delete_must_a024d5b9: To cross-list sections, Course - add / edit / delete must also be enabled. + the_user_must_also_be_enrolled_as_an_instructor_in_e7e22eea: The user must also be enrolled as an instructor in the courses they are trying to cross-list. + determines_whether_a_publish_course_option_is_incl_9bf770e9: Determines whether a Publish Course option is included on the Course Home Page. + affects_viewing_the_publish_course_and_conclude_co_6589f97e: Affects viewing the Publish Course and Conclude Course buttons. + for_course_level_users_deleting_a_course_is_part_o_d134dea2: 'For course-level users, deleting a course is part of the Course State - manage permission. However, for an account-level user, deleting a course requires this permission and Course - add / edit / delete. ' + to_see_the_course_setup_checklist_option_on_the_co_6c485483: To see the Course Setup Checklist option on the Course Home Page, Manage - add / edit / delete courses must also be enabled. + the_course_state_manage_permission_allows_the_user_1d9da094: The Course State - manage permission allows the user to publish courses that do not contain modules. To publish and unpublish module content, Course Content - add / edit / delete must be enabled. + allows_user_to_publish_conclude_and_delete_courses_336cf352: Allows user to publish, conclude, and delete courses. + course_setup_checklist_course_home_page_f8baa04a: Course Setup Checklist, Course Home Page + determines_whether_a_publish_course_option_is_incl_ac5eed8f: Determines whether a Publish Course option is included in the Course Setup Checklist and in the Course Home Page. + affects_viewing_the_publish_course_conclude_course_96953d6a: Affects viewing the Publish Course, Conclude Course, and Permanently Delete this Course buttons. The Permanently Delete this Course button only appears for manually created courses. + the_course_state_manage_permission_allows_users_to_a4fe62af: The Course State - manage permission allows users to publish courses that do not contain modules. To publish and unpublish module content, Course Content - add / edit / delete must be enabled. + reports_1b9ab7a7: Reports + allows_user_to_view_and_configure_reports_in_accou_e8c6f9a1: Allows user to view and configure reports in Account Settings. Allows user to view Access Reports. Allows user to view last activity and total activity information on the People page. + to_view_last_activity_and_total_activity_informati_b24e3864: To view Last Activity and Total Activity information on the Course People page, Users - view list must also be enabled. To access a Course People page, Users - view list must also be enabled. + reports_course_f09b7d9e: Reports (Course) + to_access_the_student_interactions_report_grades_v_69105662: To access the Student Interactions report, Grades - view all grades must also be enabled. + allows_user_to_view_the_course_statistics_button_i_f44b2c7a: Allows user to view the Course Statistics button in Course Settings. + allows_user_to_view_last_activity_and_total_activi_786a7286: Allows user to view Last Activity and Total Activity information on the People page. + allows_user_to_view_last_activity_and_total_activi_1455c521: Allows user to view Last Activity and Total Activity reports. + to_access_the_people_page_users_view_list_must_be__6f42bf9e: To access the People Page, Users - view list must be enabled. + allows_user_to_add_discussions_in_the_discussions__1b3d9a53: Allows user to add discussions in the Discussions page. + to_create_announcements_discussions_moderate_must__8a8278f2: To create announcements, Discussions - moderate must also be enabled. + to_view_discussions_in_a_course_discussions_view_m_a1c78aa2: To view discussions in a course, Discussions - view must be enabled. Both Discussions - create and Discussions - moderate allow the user to create a discussion in the Discussions page. To manage discussions, Discussions - moderate must also be enabled. + allows_user_to_view_the_new_announcement_button_in_d21f2922: Allows user to view the New Announcement button in the Home page. Allows user to add announcements in the Announcements page. + allows_user_to_edit_blueprint_lock_settings_on_the_94a44495: Allows user to edit blueprint lock settings on the Discussions index page in a Blueprint master course. + allows_user_to_add_discussions_in_the_discussions__3cc51c31: Allows user to add discussions in the Discussions page. Allows user to close for comments, move, pin and unpin, edit, and delete discussion topics created by other users. + to_view_announcements_announcements_view_must_also_75f652df: To view announcements, Announcements - view must also be enabled. + blueprint_courses_is_an_account_level_feature_opti_c7e81929: Blueprint Courses is an account-level feature option. To edit blueprint lock settings on the Discussions index page, Courses - add / edit / delete and Discussions - view must also be enabled. If this permission is not enabled, and Courses - add / edit / delete and Discussions - view are enabled, blueprint lock settings can be edited on individual discussions. + both_discussions_create_and_discussions_moderate_a_1c00baf0: Both Discussions - create and Discussions - moderate allow the user to create a discussion in the Discussions page. If this permission is enabled, Discussions - create is not required. To view discussions in a course, Discussions - view must be enabled. To reply to a discussion, Discussions - post must also be enabled. To edit assignment details on a discussion, Assignments and Quizzes - add / edit / delete must also be enabled. + blueprint_courses_must_be_enabled_for_an_account_b_4ef094f4: Blueprint courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. If this setting is disabled, and Discussions - view is enabled, the user can still adjust content lock settings on individual discussions in a Blueprint master course. + allows_user_to_reply_to_a_discussion_post_83f43e19: Allows user to reply to a discussion post. + to_view_discussions_in_a_course_discussions_view_m_545cbe9b: To view discussions in a course, Discussions - view must also be enabled. To manage discussions, Discussions - moderate must be enabled. + allows_user_to_edit_blueprint_content_lock_setting_25128c82: Allows user to edit blueprint content lock settings on individual discussions. + allows_user_to_view_the_discussions_link_in_course_eb30f2d0: Allows user to view the Discussions link in Course Navigation. Allows user to view course discussions. + blueprint_courses_are_an_account_level_feature_opt_e1f9ec2d: 'Blueprint Courses are an account-level feature option. To edit blueprint lock settings from the Discussions index page, Course - add / edit / delete and Discussions - moderate must also be enabled. ' + to_share_a_discussion_to_commons_course_content_ad_962c5e53: To share a discussion to Commons, Course Content - add / edit / delete must also be enabled. + to_manage_discussions_discussions_post_and_discuss_a27d31c4: To manage discussions, Discussions - post and Discussions - moderate must also be enabled. To reply to a discussion, Discussions - post must also be enabled. + allows_user_to_edit_blueprint_content_lock_setting_fd580fab: Allows user to edit blueprint content lock settings on individual settings If the user is enrolled in a Blueprint master course. + blueprint_courses_must_be_enabled_for_an_account_b_fa574265: Blueprint Courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course with a teacher, TA, or designer role. To edit blueprint lock settings from the Discussions index page, Discussions - moderate must also be enabled. + to_manage_discussions_discussions_moderate_must_al_d6d665be: To manage discussions, Discussions - moderate must also be enabled. To reply to a discussion, Discussions - post must also be enabled. + allows_user_to_manage_feature_options_in_account_s_c3c8ee03: Allows user to manage Feature Options in Account Settings. + allows_user_to_view_the_faculty_journal_link_in_gl_e3fd6889: Allows user to view the Faculty Journal link in Global Navigation. + student_interaction_report_3f3d2ff1: Student Interaction Report + allows_user_to_view_faculty_journal_entries_in_the_3f58f09c: Allows user to view Faculty Journal entries in the Student Interactions Report. + user_details_2613c079: User Details + allows_user_to_view_a_link_to_the_faculty_journal__4c48b57b: Allows user to view a link to the Faculty Journal in the User Details page sidebar. Allows user to view Faculty Journal information for individual students. Allows user to create new entries in the Faculty Journal. + to_view_the_student_interactions_report_grades_vie_68f791b0: To view the Student Interactions Report, Grades - view all grades and Courses - view usage reports must also be enabled. + to_view_the_user_details_page_for_a_student_users__5d0ca2d5: To view the User Details page for a student, Users - add/remove students in courses must also be enabled. + allows_user_to_select_final_grade_for_moderated_as_c5e28a9c: Allows user to select final grade for moderated assignments. + to_add_students_to_a_moderation_set_grades_view_al_40f2b8eb: To add students to a moderation set, Grades - view all grades must also be enabled. + to_review_a_moderated_assignment_in_speedgrader_gr_33227412: To review a moderated assignment in SpeedGrader, Grades - edit must also be enabled. + to_publish_final_grades_for_a_moderated_assignment_430368a0: To publish final grades for a moderated assignment, Grades - edit must also be enabled. To post or hide grades for a moderated assignment, Grades - edit must also be enabled. + allows_user_to_review_an_audit_trail_in_assignment_9ca5d03d: Allows user to review an audit trail in assignments, both moderated and anonymous. + to_moderate_grades_grades_select_final_grade_for_m_57d4f675: To moderate grades, Grades - Select final grade for moderation must also be enabled. To post or hide grades for an assignment, Grades - edit must also be enabled. + allows_user_to_search_by_course_id_or_assignment_i_e6f3e7f: Allows user to search by course ID or assignment ID in grade change logs in Admin Tools. (Not available at the subaccount level.) + allows_user_to_view_student_specific_data_in_analy_4abbf6be: Allows user to view student-specific data in Analytics. + allows_user_to_view_the_course_grading_scheme_32a6042: Allows user to view the course grading scheme. + allows_user_to_like_discussion_posts_when_the_only_7390d91c: Allows user to like discussion posts when the Only Graders Can Like checkbox is selected. + allows_user_to_add_edit_and_update_grades_in_the_g_5d50d581: Allows user to add, edit, and update grades in the Gradebook. Allows user to access Gradebook History. Allows user to access the Learning Mastery Gradebook (if enabled). + allows_user_to_create_and_modify_grading_schemes_e4433a19: Allows user to create and modify grading schemes. + allows_user_to_moderate_a_quiz_and_view_the_quiz_s_59ce0eee: Allows user to moderate a quiz and view the quiz statistics page. + allows_user_to_edit_grades_and_add_comments_in_spe_dc18e3c0: Allows user to edit grades and add comments in SpeedGrader. + to_search_grade_change_logs_grades_view_change_log_d4d40cf2: To search grade change logs, Grades - view change logs must also be enabled. + to_view_student_analytics_in_course_analytics_anal_21ed5b9c: To view student analytics in course analytics, Analytics - view must also be enabled. + to_edit_course_grading_schemes_courses_add_edit_de_bdcf3563: To edit course grading schemes, Courses - add / edit / delete must also be enabled. + gradebook_speedgrader_66cb7a6a: Gradebook, SpeedGrader + gradebook_and_speedgrader_will_be_inaccessible_if__eda88bc3: Gradebook and SpeedGrader will be inaccessible if both Grades - edit and Grades - view all grades are disabled. + to_view_student_analytics_users_view_list_and_anal_41d32ecb: To view student analytics, Users - view list and Analytics - view must also be enabled. + to_moderate_a_quiz_assignments_and_quizzes_add_edi_92b4d1d6: To moderate a quiz, Assignments and Quizzes - add / edit / delete also be enabled. To view the user SIS ID column in the Quiz Item Analysis CSV file, SIS Data - read must also be enabled. To view the submission log, Quizzes - view submission log must also be enabled. + to_access_the_student_interactions_report_courses__e8432cd0: To access the Student Interactions report, Courses - view usage reports must also be enabled. + allows_user_to_edit_grading_schemes_98c35117: Allows user to edit grading schemes. + allows_user_to_edit_grades_in_the_gradebook_allows_432849ce: Allows user to edit grades in the Gradebook. Allows user to access Gradebook History. Allows user to access the Learning Mastery Gradebook (if enabled). + to_moderate_a_quiz_assignments_and_quizzes_add_edi_22d5e3b1: To moderate a quiz, Assignments and Quizzes - add / edit / delete must also be enabled. To view the user SIS ID column in the Quiz Item Analysis CSV file, SIS Data - read must also be enabled. + course_grading_schemes_can_be_enabled_disabled_in__26b298b3: Course Grading Schemes can be enabled/disabled in Course Settings. + allows_user_to_view_the_moderate_button_for_modera_5f3c6d21: 'Allows user to view the Moderate button for moderated assignments. NOTE: This permission is being deprecated. To enable users to view the Moderate button, enable Grades - Select final grade for moderation.' + to_publish_final_grades_for_a_moderated_assignment_713090cf: To publish final grades for a moderated assignment, Grades - edit must also be enabled. + to_allow_a_user_to_add_students_to_a_moderation_se_db848def: To allow a user to add students to a moderation set, Grades - view all grades must also be enabled. To allow a user to add students to a moderation set, review a moderated assignment in SpeedGrader, and publish final grades for a moderated assignment, Grades - edit must also be enabled. + allows_user_to_search_by_assignment_id_in_grade_ch_308afd80: Allows user to search by assignment ID in grade change logs. (Not available at the subaccount level.) + assignments_speedgrader_2fbd6df4: Assignments, SpeedGrader + allows_user_to_view_a_link_to_speedgrader_from_ass_8ed9b342: Allows user to view a link to SpeedGrader from assignments. + allows_user_to_view_gradebook_allows_user_to_expor_e6b24e2c: Allows user to view Gradebook. Allows user to export the Gradebook to a comma separated values (CSV) file. Allows user to access the Learning Mastery Gradebook (if enabled). + allows_user_to_view_student_grades_pages_e0091b20: Allows user to view student Grades pages. + allows_user_to_access_the_student_progress_page_aca95197: Allows user to access the Student Progress page. + adds_analytics_link_on_the_user_settings_menu_3a048816: Adds analytics link on the user settings menu. + allows_user_to_view_student_results_view_quiz_stat_7d77640a: Allows user to view student results, view quiz statistics, and access a quiz in SpeedGrader. + rubrics_speedgrader_a6ebec57: Rubrics, SpeedGrader + allows_user_to_view_grader_comments_on_a_rubric_in_2ac9f890: Allows user to view grader comments on a rubric in SpeedGrader. + adds_analytics_to_a_student_s_context_card_d4c1e3a3: Adds analytics to a student’s context card. + admin_tools_grade_change_logs_d804833f: Admin Tools (Grade Change Logs) + to_view_student_analytics_analytics_view_must_also_a735c0b4: To view student analytics, Analytics - view must also be enabled. + if_both_grades_edit_and_grades_view_all_grades_are_ed522d43: If both Grades - edit and Grades - view all grades are disabled, Gradebook will be hidden from Course Navigation. + to_post_or_hide_grades_grades_edit_must_also_be_en_c58f5efe: To post or hide grades, Grades - edit must also be enabled. + to_view_module_progression_grades_view_all_grades__1acc0880: To view module progression, Grades - view all grades must also be enabled. + allows_user_to_access_speedgrader_from_an_assignme_3b908f7: Allows user to access SpeedGrader from an assignment. + if_both_grades_edit_and_grades_view_all_grades_are_9bfa7a61: If both Grades - edit and Grades - view all grades are disabled, Gradebook will be hidden from the course navigation. + account_groups_2f301732: Account Groups + allows_user_to_create_edit_and_delete_account_grou_abc8c12: Allows user to create, edit, and delete account groups. + course_groups_e8239a1e: Course Groups + allows_user_to_create_edit_and_delete_course_group_36097d72: Allows user to create, edit, and delete course groups. Allows user to create, edit, and delete course groups created by students. + if_this_permission_is_disabled_at_the_account_leve_b5f6dfa4: If this permission is disabled, at the account level, the user cannot view any existing account groups. At the course level, the user can view, but not access, any existing groups, including groups created by students. To view groups, Users - view list must also be enabled. To add account level groups via CSV, SIS Data - import must also be enabled. + by_default_students_can_always_create_groups_in_a__149d08b7: By default, students can always create groups in a course. To restrict students from creating groups, Courses - add / edit / delete must be enabled and the Let students organize their own groups checkbox in Course Settings must be deselected. + to_access_the_people_page_and_view_groups_users_vi_43aceac3: To access the People page and view Groups, Users - view list must also be enabled. + people_groups_tab_b245a614: People (Groups tab) + allows_user_to_view_all_course_groups_not_just_tho_bad6d687: Allows user to view all course groups, not just those they are enrolled in, in the Collaborate With window. + if_this_permission_is_disabled_the_user_can_only_v_75dbf069: If this permission is disabled, the user can only view existing groups, including groups created by students. + to_restrict_students_from_creating_groups_deselect_6269c8cb: To restrict students from creating groups, deselect the Let students organize their own groups checkbox in Course Settings. + allows_user_to_view_the_group_home_pages_of_all_st_47f48a3e: Allows user to view the group home pages of all student groups. Allows students to access other student groups within a group set with a direct link. + by_default_students_are_able_to_create_groups_to_r_d4901649: By default students are able to create groups; to restrict students from creating groups, deselect the Let students organize their own groups checkbox in Course Settings. + allows_user_to_manually_add_and_delete_an_app_in_a_402d3d91: Allows user to manually add and delete an app in Account Settings. + allows_user_to_manually_add_and_delete_an_app_in_c_18250cad: Allows user to manually add and delete an app in Course Settings. + allows_user_to_edit_configurations_for_manually_ad_7e0f496c: Allows user to edit configurations for manually added external apps. + external_apps_account_course_settings_78de2b2f: External Apps (Account, Course Settings) + if_this_permission_is_disabled_users_can_still_ins_4e3cef83: If this permission is disabled, users can still install approved apps through the Canvas App Center (if enabled for your institution). Additionally, if this permission is disabled, users cannot delete manually added external apps. + external_apps_course_settings_1f045644: External Apps (Course Settings) + determines_visibility_and_management_of_outcomes_t_8a40bf86: Determines visibility and management of Outcomes tab in account navigation. Allows user to create, import, edit, and delete outcomes and outcome groups at the account and course levels. + determines_visibility_and_management_of_rubrics_ta_e5dad169: Determines visibility and management of Rubrics tab in the account navigation. Allows user to manage rubrics. + outcomes_and_rubrics_f893d141: Outcomes and Rubrics + to_view_the_outcomes_page_as_read_only_course_cont_50a4f201: To view the Outcomes page as read-only, Course content - view must be enabled. Users can access individual assignment rubrics through Assignments when Course Content - view and Assignments and Quizzes - add / edit / delete is also enabled. + allows_user_to_create_import_edit_and_delete_outco_8eff991: Allows user to create, import, edit, and delete outcomes and outcome groups at the course level. + allows_user_to_manage_rubrics_326eedc2: Allows user to manage rubrics. + if_disabled_the_outcomes_page_becomes_read_only_an_29ea1940: If disabled, the Outcomes page becomes read-only and hides the Manage Rubrics button. User can still access individual assignment rubrics through Assignments. + outcomes_and_rubrics_account_course_f0d23419: Outcomes and Rubrics (Account, Course) + allows_user_to_import_learning_outcomes_17fce84a: Allows user to import learning outcomes. + allows_user_to_import_learning_outcomes_to_rubrics_45331ded: Allows user to import learning outcomes to rubrics. + to_view_a_course_outcomes_page_as_read_only_course_b961cbec: To view a Course Outcomes page as read-only, Course Content - view must be enabled. To import learning outcomes from the Outcomes page, Rubrics - add / edit / delete must also be enabled. Users can access and create (but not edit) individual assignment rubrics through Assignments when Course Content - view and Assignments and Quizzes - add / edit / delete are enabled. + allows_user_to_edit_blueprint_lock_settings_on_the_371aeb2a: Allows user to edit blueprint lock settings on the Pages index page in a Blueprint master course. + allows_user_to_view_create_edit_delete_and_publish_7e087ae8: Allows user to view, create, edit, delete, and publish and unpublish pages. Allows user to view page history and set front page. + blueprint_courses_is_an_account_level_feature_opti_8d968b0e: Blueprint Courses is an account-level feature option. To edit blueprint lock settings on the Pages index page, Courses - add / edit / delete must also be enabled. If this permission is not enabled, and Courses - add / edit / delete is enabled, blueprint lock settings can be edited on individual pages. + students_can_edit_and_view_page_history_if_allowed_39a47edc: Students can edit and view page history if allowed in the individual page options. + blueprint_courses_must_be_enabled_for_an_account_b_5ab5b804: Blueprint courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. If this permission is disabled, a user can still adjust content lock settings on individual pages in a Blueprint master course. + question_banks_45bdf347: Question Banks + allows_user_to_view_and_link_questions_in_a_quiz_t_f6795580: Allows user to view and link questions in a quiz to account-level question banks. + quizzes_and_question_banks_9b7569e3: Quizzes and Question Banks + users_can_access_the_manage_question_banks_link_on_e411d01: Users can access the Manage Question Banks link on the Quizzes Index Page when Course content - view and Assignments and Quizzes - add / edit / delete are enabled. + allows_user_to_view_and_link_questions_in_a_quiz_t_b899a247: Allows user to view and link questions in a quiz to account-level question banks. If disabled, user will only be able to view and link to course question banks. Enables the Manage Question Banks link on the Quizzes Index Page. + this_permission_does_not_affect_the_ability_to_man_f6aa3f8a: This permission does not affect the ability to manage course level question banks in Quizzes. Instead, Manage Question Banks is dependent on the Assignments and Quizzes - add / edit / delete permission. For full management of course question banks, this permission and Assignments and Quizzes - add / edit / delete must both be enabled. + allows_user_to_view_student_quiz_logs_e1c4491: Allows user to view student quiz logs. + grades_edit_must_also_be_enabled_c025f45d: Grades - edit must also be enabled. + the_quiz_log_auditing_feature_option_must_be_enabl_77bf321e: The Quiz Log Auditing feature option must be enabled in Course Settings. + allows_user_to_create_edit_and_delete_rubrics_1c0acc08: Allows user to create, edit, and delete rubrics. + if_this_permission_is_disabled_users_can_still_cre_76a2d4b8: If this permission is disabled, users can still create or add rubrics to assignments if Assignments and Quizzes - add / edit / delete is enabled. + allows_user_to_create_edit_and_delete_course_rubri_92b58f29: Allows user to create, edit, and delete course rubrics in the Rubrics link. + governs_account_related_sis_ids_i_e_subaccount_sis_b7dd0954: Governs account-related SIS IDs (i.e., subaccount SIS ID). + allows_user_to_view_a_course_s_sis_id_5c4a4c50: Allows user to view a course’s SIS ID. + allows_user_to_view_the_sis_id_in_a_user_s_login_d_71e0922b: Allows user to view the SIS ID in a user’s login details. + allows_user_to_view_user_sis_ids_in_a_course_peopl_fc145ade: Allows user to view user SIS IDs in a course People page. + allows_user_to_view_the_user_sis_id_column_in_the__265cb234: Allows user to view the user SIS ID column in the Quiz Item Analysis CSV file. + account_and_subaccount_40c6430: Account and Subaccount + users_and_terms_are_located_at_the_account_so_the__6896b895: Users and terms are located at the account, so the SIS endpoint always confirms the user’s permissions according to account. Subaccounts only have ownership of courses and sections; they do not own user data. Subaccount admins are not able to view SIS information unless they are also granted an instructor role in a course. Subaccount admins cannot view SIS information without the course association, as the instructor role has permission to read SIS data at the account level. + to_view_a_user_s_login_details_users_view_list_and_6d42118b: To view a user’s login details, Users - view list and Modify login details for users must also both be enabled. + to_view_the_list_of_users_in_the_course_users_view_bc0462e3: To view the list of users in the course, Users - view list must also be enabled. To add users via SIS ID, Users - add/remove students from courses and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. + to_manage_sis_data_sis_data_manage_must_be_enabled_a92ce831: To manage SIS data, SIS Data - manage must be enabled. If SIS Data - manage is enabled and SIS Data - read is disabled, the account permission overrides the course permission. If SIS Data - manage is disabled and SIS Data - read is enabled, users can only view course, user, and subaccount SIS IDs. To disallow users from viewing any SIS IDs at the course level, SIS Data - manage and SIS Data - read must both be disabled. + allows_user_to_view_course_sis_id_3a1818a5: Allows user to view course SIS ID. + allows_user_to_view_user_sis_ids_68a9d218: Allows user to view user SIS IDs. + to_view_the_list_of_users_in_the_course_users_view_96d03136: To view the list of users in the course, Users - view list must also be enabled. To add users via SIS ID, Users - add/remove students from courses​ - and or Users - add/remove teachers, course designers, or TAs from courses ​ to the course must also be enabled. + allows_user_to_create_collaborations_allows_user_t_eff2a175: Allows user to create collaborations. Allows user to view, edit, and delete collaborations they created. + to_allow_view_edit_delete_functionality_of_collabo_ad4bd343: To allow view edit delete functionality of collaborations created by other users, Course Content - add / edit / delete must also be enabled. If Course Content - add / edit / delete is enabled and Student Collaborations - create is disabled, the user will not be able to create new collaborations but will be able to view edit delete all collaborations. To add students to a collaboration, Users - view list must also be enabled. To add a course group to a collaboration, Group view all student groups must also be enabled. + allows_user_to_create_collaborations_allows_user_t_96f8c3be: Allows user to create collaborations. Allows user to view, edit, and delete conferences they created. + to_allow_view_edit_and_delete_functionality_of_col_47c4821d: To allow view, edit, and delete functionality of collaborations created by other users, Course Content - add / edit / delete must also be enabled. If Course Content - add / edit / delete is enabled and Student Collaborations - create is disabled, the user will not be able to create new collaborations but will be able to view, edit, and delete all collaborations. To add students to a collaboration, Users - view list must also be enabled. To add a course group to a collaboration, Groups - add / edit / delete must also be enabled. + allows_user_to_generate_a_pairing_code_on_behalf_o_9ea9bb0a: Allows user to generate a pairing code on behalf of a student to share with an observer. + to_generate_a_pairing_code_from_a_student_s_user_s_3dccb574: To generate a pairing code from a student's User Settings page, the User - act as permission must also be enabled. To generate a pairing code from a student's User Details page, the Users - add/remove students from courses permission must also be enabled. + to_generate_a_pairing_code_from_a_student_s_user_d_28a10a61: To generate a pairing code from a student's User Details page, the Users - add/remove students in courses permission must also be enabled. + courses_account_72e4fca7: Courses (Account) + allows_user_to_add_students_to_a_course_from_the_a_3b752dd2: Allows user to add students to a course from the account Courses page. + allows_user_to_add_and_remove_students_allows_user_6b31aafc: Allows user to add and remove students. Allows user to add and remove observers. Allows user to view login ID information for students. Allows user to view prior enrollments. Allows user to access a user’s settings menu and user details. Allows user to edit a student’s section or role. Allows user to resend course invitations from the Course People page. + if_the_open_registration_account_setting_is_enable_f3b9a75f: If the Open Registration account setting is enabled, users with this permission can add students or observers to a course via email address or login ID even if the student or observer does not already have a Canvas account. + to_access_the_account_courses_page_courses_view_li_e1da6165: To access the account Courses page, Courses - view list must be enabled. + to_view_the_list_of_users_in_the_course_users_view_79e1eb45: To view the list of users in the course, Users - view list must be enabled. To view SIS IDs, SIS Data - read must be enabled. To add a user to a course via SIS ID, SIS Data - manage must also be enabled. To edit a student's section and course role, Users - view list and Conversations - send messages to individual course members must also be enabled. To unenroll users the user details page, View the list of courses and See the list of users must also be enabled. Allows user to resend course invitations from the Course People page. If the Open Registration account setting is enabled, users with this permission can add students to a course from the Course People page via email addresses if the user does not already have a Canvas account. To link an observer to a student, Users - manage login details and Conversations - send to individual course members must be enabled. + allows_user_to_add_and_remove_students_to_the_cour_bb69582a: Allows user to add and remove students to the course. Allows user to add and remove observers to the course. Allows user to view login ID information for students. Allows user to view prior enrollments. Allows user to access a user’s settings menu and user details. Allows user to conclude or delete enrollments on a student’s details page. Allows user to resend course invitations. + to_access_the_people_page_users_view_list_must_be__1e9e5d75: To access the People Page, Users - view list must be enabled. If the Open Registration account setting is enabled, users with this permission can add students to a course via email address if the user does not already have a Canvas account. To view SIS IDs, SIS Data - read must be enabled. To add a user to a course via SIS ID, SIS Data - manage must also be enabled. To edit a student’s section, Users - view list and Conversations - send messages to individual course members must also be enabled. To link an observer to a student, Conversations - send messages to individual course members must also be enabled. + allows_user_to_add_teachers_course_designers_or_ta_a7fdaceb: Allows user to add teachers, course designers, or TAs to a course from the account Courses page. + allows_user_to_add_and_remove_other_teachers_cours_b69ba1cd: Allows user to add and remove other teachers, course designers, or TAs. Allows user to add and remove observers. Allows user to view login ID information for teachers, designers, and TAs. Allows user to view user details for any user. Allows user to edit a user’s section or role. + to_view_the_list_of_users_in_the_course_users_view_34c164ea: To view the list of users in the course, Users - view list must be enabled. To view SIS IDs, SIS Data - read must be enabled. To add a user to a course via SIS ID, SIS Data - manage must also be enabled. To edit a teacher or TA's section, Conversations - send messages to individual course members must also be enabled. To link an observer to a student, Conversations - send messages to individual course members must also be enabled. + allows_user_to_add_and_remove_other_teachers_cours_bff27199: Allows user to add and remove other teachers, course designers, or TAs. Allows user to add and remove observers to the course. Allows user to view login ID information for teachers, designers, and TAs. Allows user to view settings menu for teachers, course designers, TAs, and observers. Allows user to view user details for teachers, course designers, and TAs. Allows user to limit students to only view fellow section members. + to_view_the_list_of_users_in_the_course_users_view_c44bdef0: To view the list of users in the course, Users - view list must be enabled. To view SIS IDs, SIS Data - read must be enabled. To edit a teacher or TAs section, Users - view list and Conversations - send messages to individual course members must also be enabled. To link an observer to a student, Conversations - send messages to individual course members must also be enabled. + allows_user_to_access_the_users_link_in_account_na_d77e46de: Allows user to access the Users link in Account Navigation. + allows_user_to_view_login_logout_activity_of_users_e4ff7ca: Allows user to view login/logout activity of users in Admin Tools. Allows user to search grade change logs by grader or student in Admin Tools. (Not available at the subaccount level.) + allows_user_to_differentiate_assignments_to_indivi_37f701a5: Allows user to differentiate assignments to individual students. + allows_user_to_view_and_add_users_in_a_collaborati_9ec3c68b: Allows user to view and add users in a collaboration. + allows_user_to_send_a_message_in_conversations_wit_d48abf1a: Allows user to send a message in Conversations without selecting a course. + allows_user_to_view_the_people_link_in_course_navi_58b38f5d: Allows user to view the People link in Course Navigation. + groups_course_c73e4c2c: Groups (Course) + allows_user_to_view_groups_in_a_course_8a95805b: Allows user to view groups in a course. + allows_user_to_view_list_of_users_in_the_account_1802ad42: Allows user to view list of users in the account. + allows_user_to_view_list_of_users_in_the_course_pe_bc91c8fb: Allows user to view list of users in the course People page. Allows user to view the Prior Enrollments button in the course People page. + to_view_account_level_groups_groups_add_edit_delet_bf12e984: To view account-level groups, Groups - add / edit / delete must also be enabled. + to_generate_login_logout_activity_in_admin_tools_u_253c565b: To generate login/logout activity in Admin Tools, Users - manage login details or Statistics - view must also be enabled.To generate grade change logs in Admin Tools, Grades - view change logs must also be enabled. + to_add_users_to_a_course_users_add_remove_students_a47d4331: To add users to a course, Users - add/remove students from courses - and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. + to_edit_user_details_modify_login_details_or_chang_800e894d: To edit user details, modify login details, or change user passwords, Users - manage login details must also be enabled. To view user page views, Statistics - view must also be enabled. To act as other users, Users - act as must also be enabled. + to_edit_a_student_s_section_users_add_remove_stude_73beca5c: To edit a student’s section, Users - add/remove students from courses and Send messages to individual course members must also be enabled. To edit a teacher, TA, or course designer’s section, Users - add/remove teachers, course designers, or TAs from courses to the course and Conversations - send messages to individual course members must also be enabled. + navigation_allows_user_to_view_the_people_link_in__dd533d29: Navigation Allows user to view the People link in Course Navigation. + allows_user_to_view_enrollments_on_the_sections_ta_6279a03e: Allows user to view enrollments on the Sections tab. + to_send_a_message_to_an_individual_user_conversati_8d86a0da: To send a message to an individual user, Conversations - send messages to individual course members must also be enabled. + to_add_edit_or_delete_groups_groups_add_edit_delet_b826f547: To add, edit, or delete groups, Groups - add / edit / delete must also be enabled. + to_add_users_to_a_course_users_add_remove_students_1c4d63d7: To add users to a course, Users - add/remove students from courses and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. To edit a student’s section, Conversations - send messages to individual course members and Users - add/remove students from courses must also both be enabled. To edit a teacher, course designer, or TAs section, Conversations - send messages to individual course members and Users - add/remove teachers, course designers, or TAs from courses must also both be enabled. + people_account_course_97b2bbb6: People (Account, Course) + allows_user_to_search_for_other_users_by_login_id__3edb3702: Allows user to search for other users by Login ID in the account People page. + to_access_the_people_page_users_view_list_must_be__92f4e2ca: To access the People page, Users - view list must be enabled. If this permission is enabled, and if Users - view primary email address is disabled, users will see email addresses used as login IDs. To view login IDs, Users - add/remove students in courses and Users - add/remove teachers, course designers, or TAs in courses must also be enabled. + allows_user_to_search_for_other_users_by_login_id__2b0bd8c9: Allows user to search for other users by Login ID in the course People page. + allows_user_to_search_for_account_users_via_primar_14b7d977: Allows user to search for account users via primary email address in the account People page. Allows user to search for other users via primary email address in a course People page. + to_view_the_account_people_page_users_view_list_mu_f44cef80: To view the account People page, Users - view list must be enabled. If this permission is disabled, and Users - view login IDs is enabled, users will still see email addresses used as login IDs. + allows_user_to_search_for_other_users_via_primary__c95888c8: Allows user to search for other users via primary email addresses in the People page. + to_access_the_people_page_users_view_list_must_be__dcfc7c3b: To access the People page, Users - view list must be enabled. If this permission is disabled, and Users - view login IDs is enabled, users will still see email addresses used as login IDs. + allows_user_to_create_new_conferences_allows_user__89cebec2: Allows user to create new conferences. Allows user to start conferences they created. + to_allow_full_management_of_conferences_created_by_bece5de: To allow full management of conferences created by the user or others, the Course Content permission must also be enabled. To end a long-running conference, the Course Content permission must be enabled. If the Course Content permission enabled and Web Conferences - create is disabled, the user can still manage conferences. This permission controls the user’s ability to create conferences in courses and groups. + there_was_an_error_generating_the_pairing_code_9edd639b: There was an error generating the pairing code + share_the_following_pairing_code_with_an_observer__44f50f99: |- + Share the following pairing code with an observer to allow + them to connect with %{name}. This code will expire in seven days, + or after one use. + share_the_following_pairing_code_with_an_observer__9b7c3667: |- + Share the following pairing code with an observer to allow + them to connect with you. This code will expire in seven days, + or after one use. + pair_with_observer_b1541895: Pair with Observer + generating_pairing_code_d480ccf4: Generating pairing code + generating_pairing_code_251b7fc8: Generating pairing code... + learn_more_about_the_differences_a1217479: Learn more about the differences. + new_quizzes_dbda7e0a: New Quizzes + classic_quizzes_dee3c7b7: Classic Quizzes + this_has_more_question_types_like_hotspot_categori_620e9df6: |- + This has more question types like hotspot, + categorization, matching, and ordering. It also has + more moderation and accommodation features. + for_the_time_being_if_you_need_security_from_3rd_p_95f5c0d4: |- + For the time being, if you need security from + 3rd-party tools, Speedgrader, or CSVs for student + response analysis, this is the better choice. + canvas_now_has_two_quiz_engines_please_choose_whic_4aa9821: |- + Canvas now has two quiz engines. Please choose which + you'd like to use. + choose_a_quiz_engine_8820d521: Choose a Quiz Engine + student_extensions_d35a907: Student Extensions + add_bank: + default_name: No Name + load_bank: + loading_banks: Loading banks... + error_loading_banks: Error loading banks + add_additional_comments_ec34a62f: Add Additional Comments + _2d4c0d31: "…" + saved_comments_2f6ba95: Saved Comments + select_from_saved_comments_dd398cd4: Select from saved comments + threshold_pts_45f0e5d8: 'threshold: %{pts}' + possible_pts_b63dff4c: "%{possible} pts" + points_possible_720fc8fd: "%{points} / %{possible}" + invalid_score_3d247da7: Invalid score + cannot_give_outcomes_extra_credit_696208f0: Cannot give outcomes extra credit + change_mastery_f4d43c07: Change mastery + change_description_34c49853: Change description + change_points_9e5104ac: Change points + delete_proficiency_rating_5436ee08: Delete proficiency rating + an_error_occurred_while_loading_account_proficienc_d38554c8: An error occurred while loading account proficiency ratings + an_error_occurred_while_loading_account_proficienc_c7d6568b: 'An error occurred while loading account proficiency ratings: %{m}' + added_new_proficiency_rating_e30cab8a: Added new proficiency rating + proficiency_rating_deleted_77827473: Proficiency Rating deleted + account_proficiency_ratings_saved_292d9239: Account proficiency ratings saved + an_error_occurred_while_saving_account_proficiency_43e7fb6a: An error occurred while saving account proficiency ratings + missing_required_description_99a99ff: Missing required description + invalid_points_8e929c3f: Invalid points + negative_points_fda45730: Negative points + points_must_be_less_than_previous_rating_bc627bec: Points must be less than previous rating + customize_learning_mastery_ratings_4ace142a: Customize Learning Mastery Ratings + set_up_how_your_proficiency_ratings_appear_inside__8139bb81: "\n Set up how your Proficiency Ratings appear inside of Learning Mastery Gradebook.\n Adjust number of ratings, mastery level, points, and colors.\n " + proficiency_ratings_2bbabdcd: Proficiency ratings + mastery_7ec348b5: Mastery + proficiency_rating_6346119f: Proficiency Rating + add_proficiency_rating_d819f6b8: Add proficiency rating + save_learning_mastery_82889d8b: Save Learning Mastery + points_to_endofrangepoints_pts_aad207f0: "%{points} to >%{endOfRangePoints} pts" + this_rating_is_selected_ca68fce6: This rating is selected + rating_selected_85c31e4c: Rating selected + no_details_1ee29870: No details + total_points_total_f41b2cff: 'Total Points: %{total}' + total_points_total_out_of_possible_9056fdb4: 'Total Points: %{total} out of %{possible}' + criteria_9fac648: Criteria + ratings_2433172b: Ratings + pts_51d69f4a: Pts + criterion_5f0b62f8: Criterion + new_criterion_6054bc7f: New Criterion + find_outcome_746cc57e: Find Outcome + account_rubrics_40c190a8: Account Rubrics + brick_f2656265: Brick + red_8258edf3: Red + magenta_4a65993c: Magenta + purple_7678a9fc: Purple + deep_purple_bb3e2907: Deep Purple + indigo_2035fc55: Indigo + blue_daf8fea9: Blue + light_blue_5374f600: Light Blue + cyan_c1d5f68a: Cyan + teal_f729a294: Teal + green_15af4778: Green + olive_6a3e4d6b: Olive + pumpkin_904428d5: Pumpkin + orange_81386a62: Orange + pink_68ad45cb: Pink + could_not_save_chosencolor_741b74ce: Could not save '%{chosenColor}' + chosencolor_is_not_a_valid_color_5d542cc: "'%{chosenColor}' is not a valid color." + select_course_color_cad8e62b: Select Course Color + select_a_predefined_color_c77ab2f5: Select a predefined color. + enter_a_hexcode_here_to_use_a_custom_color_51ecccce: Enter a hexcode here to use a custom color. + launch_external_tool_672c0409: Launch External Tool + please_let_them_know_which_page_you_were_viewing_a_c9816406: Please let them know which page you were viewing and the link you clicked on. + broken_file_link_found_in_your_course_7cc24395: Broken file link found in your course + this_most_likely_happened_because_you_imported_cou_a78ea880: This most likely happened because you imported course content without its associated files. + this_student_wrote_f1a3f22d: 'This student wrote:' + be_a_hero_and_ask_your_instructor_to_fix_this_link_4981930c: Be a hero and ask your instructor to fix this link. + your_message_has_been_sent_thank_you_e0284316: Your message has been sent. Thank you! + an_error_occurred_making_a_network_request_d1bda348: An error occurred making a network request + flickr_displays_safesearch_images_within_the_creat_48835f79: |- + Flickr displays SafeSearch images within the Creative Commons Public Domain. + However, safe search results are not guaranteed, as some images may not include a + specified safety level by their owners. + search_flickr_6f28b02e: Search flickr + count_images_found_for_term_a93635ed: "%{count} images found for %{term}" + no_results_found_for_searchterm_7ee9b03e: No results found for %{searchTerm} + artist_info_for_username_for_description_12d5d862: Artist info for %{userName} for %{description} + users_of_screen_readers_may_need_to_turn_off_the_v_98811cd: Users of screen readers may need to turn off the virtual cursor in order to use these keyboard shortcuts + press_the_esc_key_to_close_this_modal_14d10601: Press the esc key to close this modal + this_file_16b24f02: this file + an_error_occurred_changing_the_lock_state_for_file_77443f15: An error occurred changing the lock state for "%{fileName}" + this_file_9443cda1: This file + filename_is_locked_click_to_modify_bf711763: "%{fileName} is Locked - Click to modify" + filename_is_unlocked_click_to_modify_99e847be: "%{fileName} is Unlocked - Click to modify" + please_provide_a_field_e5a7d0b3: Please provide a %{field} + subject_must_contain_fewer_than_255_characters_2e72cd02: Subject must contain fewer than 255 characters. + your_message_was_sent_977f6583: Your message was sent! + we_re_sending_your_message_d586da: We're sending your message... + there_was_a_problem_sending_your_message_22b249a5: There was a problem sending your message. + body_9f663faf: Body + editing_permissions_for_name_3503e235: 'Editing permissions for: %{name}' + filename_is_restricted_click_to_modify_c0bb77f8: "%{fileName} is %{restricted} - Click to modify" + filename_is_not_visible_in_student_files_click_to__aa2a0651: "%{fileName} is not visible in student files - Click to modify" + filename_is_published_click_to_modify_38a4a269: "%{fileName} is Published - Click to modify" + filename_is_unpublished_click_to_modify_7e731102: "%{fileName} is Unpublished - Click to modify" + filename_is_restricted_9aaf9250: "%{fileName} is %{restricted}" + section_added_83879254: "%{section} added" + section_removed_2ac72a79: "%{section} removed" + a_section_is_required_64103992: A section is required + post_to_961f8937: Post to + remove_label_11d96b8f: Remove %{label} + name_count_users_ccc93c3d: "%{name} (%{count} Users)" + count_sections_466dcd5c: + one: 1 Section + other: "%{count} Sections" + count_users_374d6e47: "(%{count} Users)" + speedgrader_tm_44688790: SpeedGrader™ + select_one_8e0af564: Select One + loading_media_32847745: Loading Media + add_cc_subtitle_a9ef4a66: Add CC/Subtitle + drag_a_file_here_39357b48: Drag a File Here + record_7c9448b: Record + embed_828fac4a: Embed + upload_media_ce31135a: Upload Media + clear_selected_file_82388e50: Clear selected file + embed_video_code_703e10f2: Embed Video Code + error_uploading_video_audio_recording_16d9730a: Error uploading video/audio recording + cc_subtitles_a0d16ff6: CC/Subtitles + language_6b3e2c7c: Language + subtitle_ee60ca78: Subtitle + add_subtitle_9f660cc: Add Subtitle + choose_file_8d89ccab: Choose File + select_language_7c93a900: Select Language + media_record_not_available_f78c16dd: Media record not available + afrikaans_da0fe6ee: Afrikaans + albanian_21ed929e: Albanian + arabic_c5c87acd: Arabic + belarusian_b2f19c76: Belarusian + bulgarian_feccab7e: Bulgarian + catalan_16f6b78f: Catalan + chinese_111d37f6: Chinese + chinese_simplified_7f0bd370: Chinese Simplified + chinese_traditional_8a7f759d: Chinese Traditional + croatian_d713d655: Croatian + czech_9aa2cbe4: Czech + danish_c18cdac8: Danish + dutch_6d05cee5: Dutch + english_c60612e2: English + estonian_5e8e2fa4: Estonian + filipino_33339264: Filipino + finnish_4df2923d: Finnish + french_33881544: French + galician_7e4508b5: Galician + german_3ec99bbb: German + greek_65c5b3f7: Greek + haitian_creole_7eb4195b: Haitian Creole + hebrew_88fbf778: Hebrew + hindi_9bcd4b34: Hindi + hungarian_fc7d30c9: Hungarian + icelandic_9d6d35de: Icelandic + indonesian_5f6accd6: Indonesian + irish_567e109f: Irish + italian_bd3c792d: Italian + japanese_b5721ca7: Japanese + korean_da812d9: Korean + latvian_2bbb6aab: Latvian + lithuanian_5adcbe24: Lithuanian + macedonian_6ed541af: Macedonian + malay_f5dddce4: Malay + maltese_916925e8: Maltese + norwegian_53f391ec: Norwegian + persian_a8cadb95: Persian + polish_4cf2ecaf: Polish + portuguese_9c212cf4: Portuguese + romanian_13670c1e: Romanian + russian_1e3e197: Russian + serbian_7187f1f2: Serbian + slovak_69f48e1b: Slovak + slovenian_30ae5208: Slovenian + spanish_de9de5d6: Spanish + swahili_5caeb4ba: Swahili + swedish_59a593ca: Swedish + tagalog_74906db7: Tagalog + thai_8f9bc548: Thai + turkish_5b69578b: Turkish + ukrainian_945b00b7: Ukrainian + vietnamese_e7a76583: Vietnamese + welsh_42ab94b1: Welsh + yiddish_f96986df: Yiddish + delayed_until_58b7af4b: 'Delayed until:' + posted_on_e1010e1e: 'Posted on:' + reply_389d6fb9: Reply + allow_comments_a1f45d8: Allow Comments + disallow_comments_6d04b47a: Disallow Comments + allow_comments_for_title_7ac9e00: Allow comments for %{title} + disallow_comments_for_title_21f9c653: Disallow comments for %{title} + loading_options_c823e98b: Loading options... + list_collapsed_5f19f5bb: List Collapsed + option_selected_737b6f72: 'Option selected:' + list_collapsed_9ac35920: List collapsed. + count_options_loaded_cd59cc3b: "%{count} options loaded." + type_to_search_de63ad38: Type to search + list_expanded_efec2d0: List expanded. + list_collapsed_dde87718: List collapsed + option_selected_list_collapsed_70a356b4: "%{option} selected. List collapsed." + no_results_3cda4e72: No Results + enter_at_least_count_characters_1c7a0b36: Enter at least %{count} characters + send_to_a879095e: 'Send to:' + filter_conversations_by_type_1ce8c064: Filter conversations by type + username_saved_successfully_they_should_receive_an_877e31e: "*%{userName}* saved successfully! They should receive an email confirmation shortly." + username_saved_successfully_9303974f: "*%{userName}* saved successfully!" + full_name_23fdfb6d: Full Name + this_name_will_be_used_by_teachers_for_grading_9b6aa8a0: This name will be used by teachers for grading. + full_name_is_required_8efbdc84: Full name is required + display_name_b80c243e: Display Name + people_will_see_this_name_in_discussions_messages__fca9ebb2: People will see this name in discussions, messages and comments. + sortable_name_73f707cf: Sortable Name + this_name_appears_in_sorted_lists_dccbd84b: This name appears in sorted lists. + login_handle_is_required_90ab7fe0: "%{login_handle} is required" + email_the_user_about_this_account_creation_e63f8759: Email the user about this account creation + default_email_9efb7fbd: Default Email + time_zone_f56f5183: Time Zone + edit_user_details_4d7b63ff: Edit User Details + add_user_e73e8e50: Add User + sorry_something_broke_91c15918: Sorry, Something Broke + what_happened_322d8259: What happened? + email_address_optional_72795076: Email Address (Optional) + help_us_improve_by_telling_us_what_happened_d6392f18: Help us improve by telling us what happened + report_issue_b5f1db0e: Report Issue + comment_failed_to_post_please_try_again_later_e2d19a0a: Comment failed to post! Please try again later. + comment_submitted_d9934b: Comment submitted! + immersive_reader_failed_to_load_bc8d4dd4: Immersive Reader Failed to Load + immersive_reader_7b87538: Immersive Reader + page_page_59070cd8: Page %{page} + common_timezones_2b00baba: Common Timezones + all_timezones_5e8afa7b: All Timezones + unreadcount_unread_replies_509e167f: "%{unreadCount} unread replies" + totalcount_total_replies_b6988c0a: "%{totalCount} total replies" + error_in_mastery_paths_range_index_7d17ddac: "%{error} in mastery paths range %{index}" + multiple_ba5220cd: Multiple + upper_lower_56cad16c: "%{upper} - %{lower}" + points_bceb5005: points + percent_448ea947: percent + letter_grade_f00fedc4: letter grade + gpa_scale_6710e2ee: GPA scale + other_ddacb37d: other + score_pts_adcb1af3: "%{score} pts" + select_a_course_4710371f: Select a Course + select_a_module_optional_7edb5cb0: Select a Module (optional) + starting_copy_operation_cc46d911: Starting copy operation + copy_operation_started_successfully_b2f236a1: Copy operation started successfully + there_was_a_problem_starting_the_copy_operation_dd599cdd: There was a problem starting the copy operation + starting_content_share_2d8c2999: Starting content share + content_share_started_successfully_2c37fb79: Content share started successfully + error_starting_content_share_18fb1532: Error starting content share + remove_name_624e06be: Remove %{name} + loading_additional_items_ed5f672d: Loading additional items... + select_one_b647b384: Select one + item_select_fe0f320a: Item Select + place_title_2c183274: Place "%{title}" + place_b128fa94: Place + position_select_c2dd3980: Position Select + yyyy_mm_dd_hh_mm_a01b6081: YYYY-MM-DD hh:mm + other_1c6d9c79: Other + wiki_6603e81b: Wiki + _5a374287: "..." + load_more_results_460f49a9: Load more results + failed_retrieving_media_source_3f0cfd49: Failed retrieving media source + course_files_a31f97fc: Course files + group_files_82e5dcdb: Group files + my_files_2f621040: My files + something_went_wrong_d238c551: Something went wrong + success_file_uploaded_8174e93f: 'Success: File uploaded' + file_upload_failed_af22dd91: File upload failed + upload_not_available_for_this_folder_8f8623c6: Upload not available for this folder + file_uploading_56c9c0c8: File uploading + loading_folders_d8b5869e: Loading folders + available_folders_694d0436: Available folders + folder_tree_fbab0726: Folder tree + renderDatepickerTime: + datepicker: + titles: + hour: hr + minute: min + am_pm: am/pm + canvas_failed_to_initiate_the_upload_8e3824d5: Canvas failed to initiate the upload. + unable_to_transmit_file_to_the_storage_service_the_2d80b29e: Unable to transmit file to the storage service. The service may be down or you may need to re-login to Canvas. + canvas_failed_to_complete_the_upload_864a4c0f: Canvas failed to complete the upload. + unknown_event_7a0bcda3: Unknown event + assignment_created_b3ee04d7: Assignment created + assignment_unmuted_2cffe4ca: Assignment unmuted + assignment_updated_c7482598: Assignment updated + docviewer_area_created_37502a31: Docviewer area created + docviewer_area_deleted_6e56d3ba: Docviewer area deleted + docviewer_area_updated_43f60b7e: Docviewer area updated + docviewer_comment_created_1dc99da5: Docviewer comment created + docviewer_comment_deleted_44cf642e: Docviewer comment deleted + docviewer_comment_updated_696fbcea: Docviewer comment updated + docviewer_free_draw_created_727f26aa: Docviewer free draw created + docviewer_free_draw_deleted_2b79df21: Docviewer free draw deleted + docviewer_free_draw_updated_6d907e5: Docviewer free draw updated + docviewer_free_text_created_1b9c8cf9: Docviewer free text created + docviewer_free_text_deleted_429a7572: Docviewer free text deleted + docviewer_free_text_updated_6f3aadb6: Docviewer free text updated + docviewer_highlight_created_337a5ced: Docviewer highlight created + docviewer_highlight_deleted_6a7ca566: Docviewer highlight deleted + docviewer_highlight_updated_47dc7da2: Docviewer highlight updated + docviewer_point_created_ade65993: Docviewer point created + docviewer_point_deleted_f4e0a018: Docviewer point deleted + docviewer_point_updated_d94078dc: Docviewer point updated + docviewer_strikeout_created_84cccd3b: Docviewer strikeout created + docviewer_strikeout_deleted_ddca34b0: Docviewer strikeout deleted + docviewer_strikeout_updated_f06aec74: Docviewer strikeout updated + grader_count_set_to_count_24f05b53: Grader count set to %{count} + grader_names_visible_to_final_grader_turned_on_7f768b67: Grader names visible to final grader turned on + grader_names_visible_to_final_grader_turned_off_e2fb0c8b: Grader names visible to final grader turned off + graders_anonymous_to_graders_turned_on_6ccf213f: Graders anonymous to graders turned on + graders_anonymous_to_graders_turned_off_e017d355: Graders anonymous to graders turned off + grader_comments_visible_to_graders_turned_on_dca303c7: Grader comments visible to graders turned on + grader_comments_visible_to_graders_turned_off_d2af5e9d: Grader comments visible to graders turned off + grades_posted_c5d8dcce: Grades posted + provisional_grade_created_13f5c392: Provisional grade created + provisional_grade_selected_416db903: Provisional grade selected + provisional_grade_updated_6753e2dd: Provisional grade updated + provisional_grade_deleted_4af33a19: Provisional grade deleted + rubric_created_64980593: Rubric created + rubric_deleted_3d9efc18: Rubric deleted + rubric_updated_103e24dc: Rubric updated + anonymous_turned_on_fe56f997: Anonymous turned on + anonymous_turned_off_8118a0b: Anonymous turned off + submission_comment_created_f9375ca2: Submission comment created + submission_comment_deleted_a031a529: Submission comment deleted + submission_comment_updated_8d917ded: Submission comment updated + submission_updated_8897f3b7: Submission updated + administrator_f325c186: Administrator + final_grader_1693103c: Final Grader + unknown_role_cbe9a089: Unknown Role + name_quiz_15f55961: "%{name} (Quiz)" + name_lti_tool_b61eb0af: "%{name} (LTI Tool)" + name_user_e44eebed: "%{name} User" + unknown_user_1113fcaa: Unknown User + unknown_external_tool_c918e9b2: Unknown External Tool + unknown_quiz_3892d071: Unknown Quiz + assessment_audit_d4a76709: Assessment audit + anonymous_on_c5fa120d: Anonymous On + partially_anonymous_483a892d: Partially Anonymous + anonymous_off_7985fcaf: Anonymous Off + score_pointspossible_bd57ea9e: "%{score}/%{pointsPossible}" + anonymous_was_never_turned_on_e5e8aeda: Anonymous was never turned on + as_of_a036fa2e: As of + posted_to_student_861beec9: Posted to student + action_was_not_anonymous_b5262db1: Action was not anonymous + anonymous_was_turned_off_300d25ec: Anonymous was turned off + creatorname_performed_actions_while_anonymous_was__c2124eca: "%{creatorName} performed actions while anonymous was off" + toggle_tooltip_d3b7cb86: Toggle tooltip + assessment_audit_events_for_creatorname_56e84e8: Assessment audit events for %{creatorName} + monthandday_starting_at_time_769b12c8: "%{monthAndDay} starting at %{time}" + assessment_audit_tray_5dd11721: Assessment audit tray + loading_assessment_audit_trail_5cf4c10: Loading assessment audit trail + the_group_groupname_was_selected_because_the_stude_bcf7ba7c: The group "%{groupName}" was selected because the student you requested is not in the previously-selected group. You can change the selected group in the Gradebook. + the_group_groupname_was_selected_because_the_previ_e080c168: The group "%{groupName}" was selected because the previously-selected group contains no students. You can change the selected group in the Gradebook. + the_group_groupname_was_automatically_selected_bec_450689f: The group "%{groupName}" was automatically selected because no group was previously chosen. You can change the selected group in the Gradebook. + the_selected_group_was_cleared_because_the_student_656e4f1c: The selected group was cleared because the student you requested is not part of any groups. You can select a group in the Gradebook. + post_or_hide_grades_2d1d7815: Post or Hide Grades + all_grades_posted_d5b8cb68: All Grades Posted + no_grades_to_post_fc148c1b: No Grades to Post + all_grades_hidden_84409b76: All Grades Hidden + no_grades_to_hide_2072bbd: No Grades to Hide + out_of_pointspossible_c163105a: out of %{pointsPossible} + how_is_the_grade_determined_bb75bf53: How Is the Grade Determined? + select_a_provisional_grade_7106e3d5: Select a provisional grade + hide_details_df9ef4a2: Hide Details + show_details_194cf390: Show Details + speedgrader_settings_4195099b: SpeedGrader Settings + moderation_page_4061aa2b: Moderation Page + enter_a_valid_date_46d77547: Enter a valid date + failed_to_change_last_attended_date_1e340ba6: Failed To Change Last Attended Date + last_day_attended_b72d623c: Last day attended + loading_last_attended_date_5a42463: Loading last attended date + set_last_attended_date_8fb30092: Set Last Attended Date + value_is_not_a_valid_date_23c2d0a2: "%{value} is not a valid date" + theme_52404e51: Theme + create_theme_based_on_40651ed3: Create theme based on + default_template_f2a759ed: Default Template + default_templates_are_used_as_starting_points_for__f06f9e33: Default templates are used as starting points for new themes and cannot be deleted. + templates_4ca13d07: Templates + my_themes_b72217b8: My Themes + you_need_to_preview_changes_before_saving_85e60232: You need to "Preview Changes" before saving + there_are_no_unsaved_changes_9276e87c: There are no unsaved changes + save_theme_f706116e: Save theme + save_theme_36c73e6a: Save Theme + theme_name_68f46e09: Theme Name + pick_a_name_to_save_this_theme_as_9773cb1a: Pick a name to save this theme as + open_in_theme_editor_156028e2: Open in Theme Editor + this_is_your_current_theme_4331709b: This is your current theme + edit_this_theme_in_theme_editor_f8f07ac9: Edit this theme in Theme Editor + delete_theme_bdb70d25: Delete theme + delete_theme_918a7f24: Delete Theme? + delete_themename_8c4223a3: Delete %{themeName}? + current_theme_62e5e8cf: Current theme + multiple_are_marked_current_theme_because_the_same_3bdebbe1: Multiple are marked "Current theme" because the same values have been saved under multiple names—i.e., they're each the same as what's currently applied + you_are_about_to_lose_any_unsaved_changes_would_yo_e255f393: |- + You are about to lose any unsaved changes. + + Would you still like to proceed? + an_error_occurred_trying_to_generate_this_theme_pl_b493e2e9: An error occurred trying to generate this theme, please try again. + this_will_apply_this_theme_to_your_entire_account__4cfabbe5: This will apply this theme to your entire account. Would you like to proceed? + an_error_occurred_trying_to_apply_this_theme_pleas_253d0996: An error occurred trying to apply this theme, please try again. + apply_theme_7af08387: Apply theme + exit_d0c7b013: Exit + you_need_to_preview_changes_before_you_can_apply_t_212d1cca: You need to "Preview Changes" before you can apply this to your account + you_need_to_save_before_applying_to_this_account_7436a5ae: You need to "Save" before applying to this account + applying_please_be_patient_f7b5f244: Applying, please be patient + you_will_not_be_able_to_preview_your_changes_f7b868fb: You will not be able to preview your changes + to_preview_theme_editor_branding_you_will_need_to__462dda1a: To preview Theme Editor branding, you will need to *turn off High Contrast UI*. + preview_your_changes_373557d8: Preview Your Changes + clear_2084585f: Clear + reset_95a81614: Reset + view_file_8a1c62e5: View File + select_image_e1696a4d: Select Image + unknown_account_74d30b82: Unknown Account + account_name_13ed649: "%{account_name}" + progress_for_account_name_ef203250: Progress for %{account_name} + generating_preview_45b53be0: Generating preview... + applying_new_styles_to_subaccounts_e8aeeef2: Applying new styles to subaccounts + percent_complete_3a7edc20: "%{percent} complete" + changes_will_still_apply_if_you_leave_this_page_935cedc6: Changes will still apply if you leave this page. + before_implementing_custom_css_or_javascript_pleas_65423572: Before implementing custom CSS or Javascript, please refer to *our documentation*. + file_s_will_be_included_on_all_pages_in_the_canvas_80569935: File(s) will be included on all pages in the Canvas desktop application. + css_file_709e6a83: CSS file + javascript_file_fc27c32b: JavaScript file + file_s_will_be_included_when_user_content_is_displ_5e1fa73d: File(s) will be included when user content is displayed within the Canvas iOS or Android apps, and in third-party apps built on our API. + mobile_app_css_file_abbf06bd: Mobile app CSS file + mobile_app_javascript_file_faea55d5: Mobile app JavaScript file + dashboard: + announcements_expand: + one: Expand %{count} announcement + other: Expand %{count} announcements + announcements_collapse: + one: Collapse %{count} announcement + other: Collapse %{count} announcements + conversations_expand: + one: Expand %{count} conversation message + other: Expand %{count} conversation messages + conversations_collapse: + one: Collapse %{count} conversation message + other: Collapse %{count} conversation messages + assignments_expand: + one: Expand %{count} assignment notification + other: Expand %{count} assignment notifications + assignments_collapse: + one: Collapse %{count} assignment notification + other: Collapse %{count} assignment notifications + discussions_expand: + one: Expand %{count} discussion + other: Expand %{count} discussions + discussions_collapse: + one: Collapse %{count} discussion + other: Collapse %{count} discussions + confirm: + close: |- + Are you sure you want to end this conference? + + You will not be able to reopen it. + show_more_link: + show_less: Show Less + show_more: Show More + you_may_not_reproduce_or_communicate_any_of_the_co_7636b552: |- + You may not reproduce or communicate any of the content on + this course, including files exported from this course without the prior written + permission of your institution. Check with your institution for specific online + user agreement guidelines. + an_error_occurred_please_try_again_later_84223241: An error occurred. Please try again later. + this_may_take_a_bit_c061d0f6: this may take a bit... + the_download_process_has_started_this_can_take_awh_7e616db1: |- + The download process has started. This + can take awhile for large courses. You can leave the + page and you'll get a notification when the download + is complete. + no_exports_to_display_7f1b630b: No exports to display + package_export_from_d6e2b073: Package export from + export_failed_5d615d6d: Export failed + most_recent_export_7282b756: Most recent export + sorted_descending_84ec84c8: sorted descending. + col_is_sorted_descending_1cef74aa: "%{col} is sorted descending." + sorted_ascending_3138603c: sorted ascending. + col_is_sorted_ascending_cc5152cc: "%{col} is sorted ascending" + click_to_sort_c81ff8c8: Click to sort. + analytics_account_name_filter_name_c0fb1a7b: 'Analytics: %{account_name} -- %{filter_name}' + on_time_17ca5ad9: On Time + good_284a7a8f: Good + fair_38e62237: Fair + poor_1150a0f8: Poor + analytics_course_code_student_name_d63bab4c: 'Analytics: %{course_code} -- %{student_name}' + actions_taken_6fb20fd0: Actions Taken + percent_of_students_scoring_1239d948: Percent of Students Scoring + performance_ac5f9e70: Performance + median_ed291842: Median + 25th_75th_ile_406a67bf: 25th-75th %ile + instructor_messages_a4c28674: Instructor Messages + student_messages_b0a242d: Student Messages + due_at_5d7d2fa: Due At + submitted_at_4d5ea3aa: Submitted At + announcements_17c6a6bf: announcements + assignments_989ed7fb: assignments + collaborations_9132b987: collaborations + conferences_2634179c: conferences + discussions_2365ec45: discussions + files_2c1c604: files + general_eb111f34: general + grades_a1b2bf3c: grades + groups_6b3ce75c: groups + pages_24806328: pages + quizzes_b1e4b6cb: quizzes + count_page_views_b40102b3: + one: 1 page view + other: "%{count} page views" + start_date_end_date_d809dd93: "%{start_date} - %{end_date}" + percent_of_students_scored_score_53d2c4d5: "%{percent} of students scored %{score}" + note_some_items_fall_outside_the_start_and_or_end__feab0642: 'Note: some items fall outside the start and/or end dates of the course' + due_datetime_f5a81b81: 'Due: %{dateTime}' + no_due_date_6e6a23c1: "(no due date)" + submitted_datetime_fa2e9287: 'Submitted: %{dateTime}' + score_muted_82eef66: 'Score: (muted)' + due_multiple_dates_cc0ee3f5: 'Due: Multiple Dates' + due_date_6a281fe3: 'Due: %{date}' + missing_percent_94534638: 'Missing: %{percent}' + late_percent_b91d01b3: 'Late: %{percent}' + on_time_percent_eebffe38: 'On Time: %{percent}' + high_score_47924c1a: 'High: %{score}' + median_score_4657e907: 'Median: %{score}' + low_score_4eeb95b2: 'Low: %{score}' + possible_score_5e0a328e: 'Possible: %{score}' + muted_283cfa0f: "(muted)" + count_participations_ac8f82b7: + one: 1 participation + other: "%{count} participations" + student_921b864d: student + instructors_4b491a07: instructors + count_messages_4f8ff204: + one: 1 message + other: "%{count} messages" + goto_previous_page_85b2fa49: Goto previous page + goto_first_page_650f1638: Goto first page + goto_next_page_e8e1ae6f: Goto next page + goto_last_page_405adce9: Goto last page + goto_page_page_num_bd656bd5: Goto page %{page_num} + manage_snapshots_modal_b0517bb6: Manage Snapshots Modal + manage_snapshots_1dc4b79d: Manage Snapshots + snapshots_are_backups_of_your_canvas_trial_taking__f18bd571: Snapshots are backups of your Canvas trial. Taking a snapshot will create a unique "version", making a perfect record of the state of your trial at the moment of the snapshot. + take_a_snapshot_now_5b622d85: Take a Snapshot Now + previous_snapshots_d8cd4820: Previous Snapshots + click_on_a_snapshot_to_revert_back_to_your_trial_a_39250fdb: 'Click on a snapshot to revert back to your trial as it was when the snapshot was taken. Note: You will lose any work you have done since the snapshot was taken and it cannot be undone!' + switch_to_ea940b5b: 'Switch to:' + snapshots_6e1806b4: Snapshots + authentication_provider_2ba1abfa: Authentication Provider + delete_name_81c1b5b2: Delete %{name} + add_domain_lookup_825f9eb7: Add Domain Lookup + failed_to_create_domain_lookup_4d40fa17: Failed to create domain lookup + create_a_new_domain_lookup_1830a512: Create a new domain lookup + create_lookup_7ceb6d90: Create Lookup + are_you_sure_you_want_to_delete_this_domain_lookup_f7d8bbba: Are you sure you want to delete this domain lookup? + failed_to_delete_domain_lookup_7e73d3e7: Failed to delete domain lookup + failed_to_update_domain_lookup_b2437cf7: Failed to update domain lookup + update_name_6581781d: Update %{name} + update_domain_account_lookup_9c89440d: Update Domain Account Lookup + bulk_migration: + confirm: + delete_credential: Are you sure you want to remove these credentials? + cancel_migration: Are you sure you want to cancel this migration? All courses already in progress will finish. + messages: + uploading_button: Uploading CSV File... + buttons: + migrate_courses: Migrate Courses + errors: + upload_failed: Upload Failed, please try again + are_you_sure_you_want_to_delete_domain_domain_c9b4b5f5: Are you sure you want to delete domain %{domain}? + assignment_details_dialog: + grading_statistics_for_assignment: 'Grade statistics for: %{assignment.name}' + no_one_scored_lower: No one scored lower than %{min} + scores_lower_than_the_average: Scores lower than the average of %{average} + scores_higher_than_the_average: Scores higher than the average of %{average} + no_one_scored_higher: No one scored higher than %{max} + average_score: 'Average Score:' + high_score: 'High Score:' + low_score: 'Low Score:' + total_graded_submissions: 'Total Graded Submissions:' + count_of_submissions: "%{cnt} submissions" + assignment_group_weights_dialog: + titles: + assignment_group_weights: Manage assignment group weighting + total: Total + weight_final: Weight final grade based on groups + buttons: + save: Save + curve_grades_dialog: + curve_grade_for_assignment: Curve Grade for %{assignment.name} + curve_average: Enter an average grade for the curve for *%{assignment.name}*. The chart shows a best attempt at curving the grades based on current student scores. + average_score: Average Score + labels: + assign_blanks: Assign zeroes to unsubmitted students + this_is_permanent: Grade curving cannot be undone. Pre-curved grade histories will be available, but the curving action is irreversible. + buttons: + curving_grades: Curving Grades... + curve_grades: Curve Grades + out_of_formattedoutof_e08e90d5: out of %{formattedOutOf} + dialog_form_wrapper: + cancel: Cancel + saving: Saving... + save_settings: Save Settings + new_discussion_dae4fae3: New Discussion + add_attachment_93868828: Add Attachment + delay_posting_this_topic_until_aa483eec: Delay posting this topic until + allow_users_to_comment_45b8f753: Allow users to comment + add_to_student_to_do_58e66b4b: Add to student to-do + discussion_topic_will_be_available_starting_at_46aa7477: Discussion Topic will be available starting at + discussion_topic_will_be_available_until_f5e3abc8: Discussion Topic will be available until + if_you_change_an_assignment_s_points_possible_you__25a0edad: If you change an assignment's points possible you must regrade the assignment. + observing_f3c5e759: Observing + students_being_observed_4de3e520: Students Being Observed + tool_content_2924d18f: Tool content + find_flickr_image_view: + safesearch_warning_flickr: Flickr displays SafeSearch images within the Creative Commons Public Domain. However, safe search results are not guaranteed, as some images may not include a specified safety level by their owners. + find_cc_on_flickr: Find Creative Commons images on Flickr + search: Search + grade_display_warning_dialog: + grade_display_warning: + warning: Warning + checkbox: Don't show for this course again. + keyboard_nav_dialog: + esc_key_notification: Press the escape key before using keyboard shortcuts when navigating the gradebook grid. + record_media_6637ff19: Record Media + this_recorder_uses_flash_as_a_result_you_may_find__427d2ddb: This recorder uses Flash. As a result, you may find it easier to make a recording on your local machine, and then use the media uploader tab to upload it. + record_with_webcam_af21e07c: Record with Webcam + record_with_microphone_only_e4ee07aa: Record with Microphone Only + saving_recording_e111cb05: Saving Recording... + title_52b8638d: 'Title:' + select_audio_file_7d905cce: Select Audio File + select_video_file_35b61d4e: Select Video File + submit_media_file_f334c1ba: Submit Media File + paginated_view: + loading_more_results: Loading more results + set_default_grade_dialog: + dialog_title: Default grade for %{assignment.name} + overwrite: Overwrite already-entered grades + set_grades_button_loading: Setting Grades... + set_grades_button: Set Default Grade + give_all_students_the_same_percent_grade_for_assig_6a008004: 'Give all students the same *percent* grade for **%{assignment.name}** by entering and submitting a grade value below:' + give_all_students_the_same_grade_for_assignment_na_e44fcc7e: 'Give all students the same grade for *%{assignment.name}* by entering and submitting a grade value below:' + submission_details_dialog: + grade_form_label: 'Grade:' + update_grade: Update Grade + more_details_in_the_speedgrader: More details in the SpeedGrader + this_was_submitted_multiple_times_choose_a_submission_to_view: 'Submitted multiple times, choose which to view:' + late: LATE + submitted: 'Submitted:' + view_rubric_assessment_in_the_speedgrader: View Rubric Assessment in the SpeedGrader + loading_comments: Loading comments... + comments: Comments + links: + click_to_view: click here to view + add_a_comment: Add a comment + labels: + group_comment: Send comment to the whole group + post_comment: Post Comment + out_of_n_assignment_points_possible_3b026ea9: out of %{n_assignment.points_possible} + submission_detail: + go_to_submission_url: Go to submission URL + submitted_files: 'Submitted files:' + no_submission: No submission + turnitin_info: + buttons: + resubmit_to_turnitin: Resubmit + vericite_info: + buttons: + resubmit_to_vericite: Resubmit to VeriCite + restore_courses_182e162e: Restore Courses + search_for_a_deleted_course_by_id_f553398d: Search for a deleted course by ID + course_id_8bd2a21c: Course ID + user_login_logout_activity_90fbbd9a: User Login / Logout Activity + view_notifications_6aea09a2: View Notifications + to_view_all_notifications_sent_to_a_canvas_user_se_6172daa: To view all notifications sent to a Canvas user, select the user and date range for your search. + notifications_search_results_80a0b06f: Notifications Search Results + course_activity_bfe11267: Course Activity + grade_change_activity_75fb525: Grade Change Activity + assignment_id_b040cee0: Assignment Id + ex_ba24edf6: EX + select_a_log_type_to_search_247fc6b4: Select a log type to search. + limit_search_to_activity_after_c1ac2449: Limit search to activity after + limit_search_to_activity_before_e05aad05: Limit search to activity before + avatar_8a8aa935: Avatar + imported_from_posttosisname_f7cc9258: Imported from %{postToSISName} + n_groupweight_percentage_of_total_2ae4d996: "%{n_groupWeight_percentage} of Total" + add_assignment_to_name_caf173b0: Add Assignment to %{name} + manage_name_7f55f792: Manage %{name} + move_assignment_contents_245c61bb: Move Assignment Contents + move_contents_29713356: Move Contents… + move_assignment_group_46e09fc3: Move Assignment Group + move_group_77ae285d: Move Group… + group_weight_for_d46c5db4: 'Group weight for:' + making_a_copy_of_originalassignmentname_b7268992: Making a copy of "%{originalAssignmentName}" + oops_something_went_wrong_with_making_a_copy_of_or_7e9d6695: Oops! Something went wrong with making a copy of "%{originalAssignmentName}" + retry_duplicating_originalassignmentname_884aee1: Retry duplicating "%{originalAssignmentName}" + cancel_duplicating_originalassignmentname_fd7ee1d8: Cancel duplicating "%{originalAssignmentName}" + migrating_name_e05aa53e: Migrating "%{name}" + oops_something_went_wrong_with_migrating_name_acdbc98b: Oops! Something went wrong with migrating "%{name}" + retry_migrating_name_bdc802ef: Retry migrating "%{name}" + cancel_migrating_name_cfc745c2: Cancel migrating "%{name}" + importing_name_8f2b131d: Importing "%{name}" + oops_something_went_wrong_importing_name_d382cac1: Oops! Something went wrong importing "%{name}" + cancel_importing_name_a0b6f3e1: Cancel importing "%{name}" + multiple_modules_930713d4: Multiple Modules + n_pointspossible_points_possible_1d098245: "%{n_pointsPossible} Points Possible" + n_pointspossible_pts_73274d36: "%{n_pointsPossible} pts" + no_points_possible_368669d: No Points Possible + edit_mastery_paths_for_name_c9fc59f9: Edit Mastery Paths for %{name} + released_by_mastery_path_cyoe_releasedlabel_14c67a92: 'Released by Mastery Path: %{cyoe.releasedLabel}' + settings_for_assignment_name_c19565e1: Settings for Assignment %{name} + edit_assignment_name_a8f7fae1: Edit Assignment %{name} + you_do_not_have_permissions_to_edit_this_moderated_3195294f: You do not have permissions to edit this moderated assignment + duplicate_assignment_name_3ca7d753: Duplicate Assignment %{name} + move_assignment_name_aa253f26: Move Assignment %{name} + move_to_9b91c6e0: Move To… + edit_assignment_name_mastery_paths_40b50541: Edit Assignment %{name} Mastery Paths + delete_assignment_name_deec56e3: Delete Assignment %{name} + send_assignment_name_to_another_user_e2ca494d: Send Assignment %{name} to another user + copy_assignment_name_to_another_course_b62d0a54: Copy Assignment %{name} to another course + assignment_group_weights_can_t_be_edited_because_t_b6b591ae: Assignment group weights can't be edited because there are assignments in one of the groups whose due dates are closed. + weight_final_grade_based_on_assignment_groups_3124161: Weight final grade based on assignment groups + are_you_sure_you_want_to_disable_sync_to_sisname_f_f24245c1: Are you sure you want to disable Sync to %{sisName} for all assignments? + disabling_f594bda: Disabling... + due_at_5e18eeac: 'Due At:' + sync_to_posttosisname_9837a8bf: 'Sync to %{postToSISName}:' + assignment_group_weights_and_drop_rules_can_t_be_e_7b5f305d: Assignment group weights and drop rules can't be edited because there are assignments in one of the groups whose due dates are closed. + number_of_scores_to_ignore_for_each_student_fb94e818: Number of scores to ignore for each student + new_assignment_2a984756: New Assignment + manage_assignment_31a132fb: Manage Assignment + some_settings_have_been_administratively_locked_9e3ee880: Some settings have been administratively locked. + some_settings_have_been_disabled_because_the_assig_6b6cc3b4: Some settings have been disabled because the assignment is in a closed grading period. + if_you_change_an_assignment_s_points_possible_you__dba531cb: If you change an assignment's points possible, you must regrade any submissions. + do_not_count_this_assignment_towards_the_final_gra_4dd92e00: Do not count this assignment towards the final grade + sync_to_posttosisname_dffd5c9: Sync to %{postToSISName} + include_this_assignment_s_grades_when_syncing_to_y_55bfa487: Include this assignment's grades when syncing to your school's Student Information System + graders_cannot_view_student_names_2e8d3ff9: Graders cannot view student names + graders_cannot_view_each_other_s_names_b1fa7899: Graders cannot view each other's names + anonymize_all_annotations_made_by_instructors_on_s_5540bc09: Anonymize all annotations made by instructors on submissions for this assignment in DocViewer + i_agree_to_the_tool_s_end_user_license_agreement_1ba71197: I agree to the tool's *End-User License Agreement.* + select_a_group_category_295f7a34: Select a group category + new_group_category_66be9cbd: New Group Category + warning_for_improved_accessibility_of_reordering_a_5d0206c7: 'Warning: for improved accessibility of reordering assignments and groups, please use the Move To Dialog option found in the menu.' + select_a_grading_period_aab25483: Select a Grading Period + add_another_assignment_fc5c908f: Add another assignment + add_an_assignment_fb73942e: Add an assignment + assign_reviews_on_date_7e48ec50: Assign Reviews on Date + not_yet_graded_40475341: Not Yet Graded + online_submission_type_text_entry_ac56d100: Online Submission Type - Text Entry + online_submission_type_website_url_2c9df33d: Online Submission Type - Website URL + online_submission_type_media_recordings_9424bf34: Online Submission Type - Media Recordings + online_submission_type_file_uploads_24910d74: Online Submission Type - File Uploads + online_submission_type_file_uploads_restrict_uploa_5ec7b263: Online Submission Type - File Uploads - Restrict Upload File Types + enter_or_find_an_external_tool_url_6aebbd0d: Enter or find an External Tool URL + all_day_fb42c4fc: All Day + starts_at_29843f98: Starts at + ends_at_9a62b528: Ends at + not_completed_55fb4c00: Not Completed + calendar_contextinfo_name_a7d98525: Calendar %{contextInfo.name} + open_event_menu_for_783510e3: Open event menu for + message_groups_who_1ba736f: Message Groups Who... + title_appointment_group_you_can_sign_up_for_this_1c254712: "*%{title} appointment group* You can **sign up** for this." + open_name_color_picker_a2646a33: Open %{name} Color Picker + course_section_name_ea880ed1: Course Section %{name} + divide_into_equal_slots_of_num_minutes_minutes_go_52caee81: Divide into equal slots of %{num_minutes} minutes. *Go* + limit_each_time_slot_to_num_participants_groups_us_14ec4d65: Limit each time slot to %{num_participants} *groups.* **users.** + allow_students_to_see_who_has_signed_up_for_time_s_7eb1d0ef: Allow students to see who has signed up for time slots that are still available. + limit_participants_to_attend_num_appointments_appo_dd3fd62f: Limit participants to attend %{num_appointments} appointment(s). + limit_this_slot_to_input_type_number_name_max_part_1580add0: Limit this slot to %{input_type_number_name_max_parti} groups. + limit_this_slot_to_input_type_number_name_max_part_8344547a: Limit this slot to %{input_type_number_name_max_parti} users. + due_on_date_5ffb2182: Due on date + publish_aa888e3c: 'Publish:' + event_date_f05219e7: 'Event Date:' + event_start_time_441b491f: Event Start Time + event_end_time_ef830e66: Event End Time + event_date_c9459fe3: Event Date + every_665d821e: Every + week_s_cb1492ee: Week(s) + month_s_5c17590e: Month(s) + for_974cbb84: For + additional_occurrence_s_7b5b0173: additional occurrence(s) + appends_a_number_to_the_end_of_each_event_title_e__bca98abd: Appends a number to the end of each event title (e.g. Event 1, Event 2, etc) + to_do_date_ddfb582c: 'To Do Date:' + to_do_time_a7e17623: To Do Time + details_a6f427c3: 'Details:' + n_contextscount_more_2f708db4: "+ %{n_contextsCount} more" + remove_attendee_name_55165070: Remove attendee %{name} + group_details_e51122f1: Group Details + not_all_sections_will_be_assigned_this_item_4e2b8eaa: Not all sections will be assigned this item. + would_you_like_to_go_back_to_include_1d279044: 'Would you like to go back to include:' + go_back_ed239e69: Go Back + the_scheduler_tool_lets_you_set_up_time_slots_that_233345b1: The scheduler tool lets you set up time slots that students (or student groups) can sign up for. To get started, click the button below. + change_points_possible_to_match_rubric_dialog: + titles: + update_assignment_points: Change assignment points to match rubric? + prompts: + update_assignment_points: Leaving the assignment's total points at %{assignmentPoints} and the rubric's total points at %{rubricPoints} will result in a maximum possible score of %{toPercentage_pointRatio} for student submissions graded with the rubric. + remove_all_group_observer_members_af5675f3: Remove All Group Observer Members + remove_all_course_observer_members_4622c70d: Remove All Course Observer Members + pick_the_date_and_time_for_the_following_conferenc_e9f91edd: 'Pick the date and time for the following conference setting:' + content_import_files_cannot_be_downloaded_after_en_7e3a2099: Content import files cannot be downloaded after %{ENV.CONTENT_MIGRATIONS_EXPIRE_DA} days. + download_attachment_filename_8cc17629: Download %{attachment.filename} + file_not_available_1869c733: file not available + importing_course_content_into_the_same_course_will_b09c69e: Importing course content into the same course will duplicate content the first time and overwrite duplicates if repeated. + beginning_date_2d2a29ac: Beginning date + change_beginning_date_to_39dbd06e: Change beginning date to + ending_date_e1ea13a4: Ending date + change_ending_date_to_d2cebd54: Change ending date to + checked_883b93fd: checked + remove_recipient_name_a6b83cef: Remove recipient %{name} + more_courses_5ebbe998: More Courses + concluded_courses_94782e21: Concluded Courses + no_subject_970aad80: No subject + total_messages_af025be6: Total messages + starred_no_subject_click_to_unstar_bff04bce: Starred "(No subject)", Click to unstar. + not_starred_no_subject_click_to_star_adfefe93: '''Not starred "(No Subject)", Click to star.' + open_message_d7b12975: Open Message + reply_to_conversation_subject_4b2e6fe7: Reply to conversation %{subject} + reply_to_conversation_f1aa0d4: Reply to conversation + message_actions_for_conversation_subject_fdb54c88: Message actions for conversation %{subject} + message_actions_for_conversation_d29b26cc: Message actions for conversation + reply_to_conversation_text_cd45c48f: Reply to conversation %{text} + message_actions_for_text_27eead86: Message actions for %{text} + this_attachment_has_been_unpublished_by_the_author_37bff9c3: This attachment has been unpublished by the author. + calendar_event_89aadc1c: Calendar Event + due_by_c263dc10: due by + to_do_6ac7b2dc: 'to do:' + to_link_the_course_observer_name_to_a_student_star_f993c826: To link the course observer *%{name}* to a student, start typing the student's name below to find them and then click Update. + this_user_has_multiple_roles_in_the_course_changin_8cbd82d4: This user has multiple roles in the course. Changing their role here will overwrite all of their current enrollments. + role_7c0b7eaa: 'Role:' + add_group_set_f9809e11: Add Group Set + edit_role_1e96ad20: Edit Role + re_activate_user_f7d77c9a: Re-activate User + deactivate_user_86c09036: Deactivate User + you_cannot_remove_this_enrollment_c87be1cb: You cannot remove this enrollment. + remove_user_from_section_5556f465: Remove User from Section + id_id_4e148481: 'ID: %{id}' + key_api_key_68bf80ae: 'Key: *%{api_key}*' + created_6ee36dff: 'Created:' + edit_key_name_5c7d2f46: Edit key %{name} + developer_key: + edit_key: Edit this key + activate_key_name_a99df672: Activate key %{name} + activate_this_key_6cd98f4b: Activate this key + deactivate_this_key_3e79a2b5: Deactivate this key + developer_key_form: + key_name: 'Key Name:' + owner_email: 'Owner Email:' + redirect_uri: 'Redirect URI (Legacy):' + redirect_uris: 'Redirect URIs:' + vendor_code: 'Vendor Code (LTI 2):' + icon_url: 'Icon URL:' + notes: 'Notes:' + cancel: Cancel + save_key: Save Key + edit_disabled_e6a5ea0a: Edit (Disabled) + delete_disabled_3196ce47: Delete (Disabled) + reply_to_comment_72d96728: Reply to Comment + reply_to_title_f227303f: Reply to %{title} + feature_flags: + feature_flag: + toggle_feature_details_screenreader_info: Toggle feature details for %{title} + 'off': 'Off' + allow: Allow + 'on': 'On' + estimated_release: 'Estimated Release:' + no_description: no description + release_notes: release notes + feature_flag_admin_view: + feature_options: Feature Options + no_features_available: No features are currently available. + title_is_on_2b72a9b7: "%{title} is on" + title_is_off_6c823e2d: "%{title} is off" + enable_feature_title_987d8e9a: 'Enable feature: %{title}' + expand_collapse_title_outcome_group_student_meets__46ffef48: Expand/collapse %{title} Outcome Group, student meets mastery of %{mastery_count} of %{count} outcomes + outcome_title_has_a_status_of_statustooltip_82d1e6d9: 'Outcome: %{title} has a status of %{statusTooltip}' + n_count_alignments_a45bebe7: "*%{n_count}* Alignments" + click_for_more_details_on_this_outcome_8c018d2f: click for more details on this outcome + gradebook: + gradebook_header_menu: + assignment_details: Assignment Details + speedgrader: SpeedGrader + message_students_who: Message Students Who... + set_default_grade: Set Default Grade + curve_grades: Curve Grades + download_submissions: Download Submissions + re_upload_submissions: Re-Upload Submissions + column_header: + this_assignment_is_muted: This assignment is muted + zero_point_assignment: Assignments in this group have no points possible and cannot be included in grade calculation + assignment_options: Assignment Options + header_filter: + course_average: Course average + course_median: Course median + outcome_gradebook: + toggle_sidebar: Toggle Sidebar + row_student_name: + student_placeholder: Student + section_to_show_menu: + showing_sections: Showing *%{currentSection}* + choose_a_section_to_show: Choose a section to show + showing_course: Showing Course + total_column_header: + options: Options + switch_to_percent: Switch to percent + switch_to_points: Switch to points + move_to_end: Move to end + move_to_front: Move to front + hide_outcomes_with_no_results_7e4ce06f: Hide outcomes with no results + hide_students_with_no_results_6a22f991: Hide students with no results + export_report_7c5899e: Export report + this_user_is_currently_not_able_to_access_the_cour_b17d5df1: '"This user is currently not able to access the course"' + gradezilla: + header_filter: + course_average: Course average + course_median: Course median + outcome_gradebook: + toggle_sidebar: Toggle Sidebar + warning_you_are_about_to_adjust_this_group_s_membe_a04281b6: Warning! You are about to adjust this group's membership. *This change will affect existing group submissions, annotations, and comments and result in data loss for BOTH this group and the student's previous group.*** To prevent unintended consequences with existing group submissions, create a new group set for future assignments. ** + create_new_group_set_13b1f62a: Create New Group Set + change_existing_group_2c91a32b: Change Existing Group + group_set_name_2aed2347: Group Set Name + require_group_members_to_be_in_the_same_section_7f6c36af: Require group members to be in the same section + add_group_c84f9e9d: Add Group + module_navigation_97043417: Module Navigation + jquery: + module_sequence_footer: + previous: Previous + next: Next + recipients_a69b5e55: 'Recipients:' + sent_f4ee89ec: Sent! + you_have_changed_the_progression_requirements_for__6772bc89: You have changed the progression requirements for an active course. There may be students who have already progressed to this module and to others that depend on it. + would_you_like_to_let_students_continue_in_the_cou_a4c36171: Would you like to let students continue in the course or do you want to re-lock these modules until the new requirements are completed? + mute_dialog: + mute_assignment: Mute Assignment + sure_you_want_to_mute: 'Are you sure you want to mute this assignment? While this assignment is muted, students will not receive new notifications about or be able to see:' + see_grade: Their grade for the assignment + grade_change_notifications: Grade change notifications + submission_comments: Submission comments + curving_assignments: Curving assignments + score_change_notifications: Score change notifications + students_will_see: Students will be able to see that this assignment is muted. + how_to_unmute: Once you have muted this assignment, you can begin sending notifications again by clicking the "Unmute Assignment" link. + 1_item_scores_5512cd03: 1- Item scores + example_item_scores_6726c689: Example item scores + 2_final_score_7b0fd15e: 2- Final score + example_final_score_355aff0f: Example final score + the_most_recent_scores_for_user_current_user_name__ea82f0b6: The most recent scores for user %{current_user_name} and outcome %{outcome_name}. + add_a_new_outcome_cbdbe96c: Add a New Outcome + add_a_new_outcome_group_e3fab2fc: Add a New Outcome Group + import_a_set_of_outcomes_6b782192: Import a set of Outcomes + find_an_outcome_919328e6: Find an Outcome + manage_rubrics_5d274f6a: Manage Rubrics + outcomes_are_created_here_to_track_mastery_in_a_co_2f487549: Outcomes are created here to track mastery in a course. To get started, checkout the menu bar along the top. Click on the New Outcome button to create a new outcome, or the New Group button to create a new group to organize your outcomes into. The Find button will allow you to use outcomes that have been created by your state or institution. As you create and use outcomes you will be able to use the panel to the left to navigate through your outcomes. You can drag and drop outcomes between the different levels to create structure. + in_order_to_import_a_large_quantity_of_outcomes_at_c0d587e3: In order to import a large quantity of Outcomes at once, or to update your existing outcomes, please *follow the CSV format*. + more_importantly_canvas_allows_you_to_add_outcomes_78822cf: More importantly, Canvas allows you to add outcomes to your grading rubrics so that you can evaluate mastery as you grade assignments. Once you've set up outcomes, click Manage Rubrics to start using your outcomes for grading. + you_have_no_outcomes_click_here_to_create_one_ebf262a3: You have no outcomes. *Click here* to create one. + total_points_44d76792: Total Points + n_points_precision_2_strip_insig_points_60ad6f21: "%{n_points_precision_2_strip_insig} Points" + n_points_possible_precision_2_st_points_bc3748df: "%{n_points_possible_precision_2_st} Points" + mastery_n_mastery_points_precision_2_str_points_e0ed1b3b: 'Mastery: %{n_mastery_points_precision_2_str} Points' + this_outcome_has_been_used_to_assess_a_student_and_a3a48511: This outcome has been used to assess a student and some edits will affect student results. + move_outcome_ce497e6c: Move Outcome + edit_outcome_867a0381: Edit Outcome + delete_outcome_cc6546f1: Delete Outcome + new_outcome_7fba8c7d: New Outcome + move_outcome_group_cfa1a505: Move Outcome Group + edit_outcome_group_f82e0210: Edit Outcome Group + delete_outcome_group_6b399d34: Delete Outcome Group + new_outcome_group_af59f145: New Outcome Group + no_score_yet_c94e919b: No score yet + latest_assessment_a85280ef: Latest Assessment + not_available_until_next_submission_2175158: Not available until next submission + current_mastery_score_score_out_of_mastery_points_fedd343f: 'Current Mastery Score: %{score} out of %{mastery_points}' + paginated_collection: + no_items: No items. + link_title_189888b7: Link Title + link_url_cf96376: Link Url + upload_a_picture_9f5f6e3c: Upload a Picture + take_a_picture_d582acf1: Take a Picture + from_gravatar_58372d5a: From Gravatar + profiles: + gravatar_view: + enter_gravatar_email_below: enter your *Gravatar* email address below + button: + preview: Preview + notification_preferences: + captions: + notification_preferences: "%{name} notification events and settings" + notifications: + privacy_notice: + privacy_notice_title: Privacy Notice + privacy_notice: 'Notice: Some notifications may contain confidential information. Selecting to receive notifications at an email other than your institution provided address may result in sending sensitive Canvas course and group information outside of the institutional system.' + ok: Ok + take_picture_view: + retry: Retry + take_picture: Take Picture + upload_file_view: + crop_instructions: To crop the image, drag the selection with the mouse or use the arrow keys to move the selection and shift+arrow keys to resize the selection. Then click the "Save" button below. + choose_a_picture: choose a picture + quiz: + regrade: + regrade_options: Choose a regrade option for students who have already taken the quiz. Canvas will regrade all your submissions after you save the quiz (students' scores MAY be affected). + regrade_disabled: Regrading is not allowed on this question because either an answer was removed or the question type was changed after a student completed a submission. + no_scores_reduced: Award points for both corrected and previously correct answers (*no scores will be reduced*) + some_scores_reduced: Only award points for the correct answer (*some students' scores may be reduced*) + give_everyone_full_credit: Give everyone full credit for this question + update_question_without_regrading: Update question without regrading + add_quiz_cebfa28b: Add Quiz + quiz_settings_4e17f005: Quiz Settings + view_question_banks_188a9e0f: View Question Banks + making_a_copy_of_original_assignment_name_8f029a9b: Making a copy of "%{original_assignment_name}" + oops_something_went_wrong_with_making_a_copy_of_or_22787360: Oops! Something went wrong with making a copy of "%{original_assignment_name}" + retry_duplicating_original_assignment_name_90b83bb8: Retry duplicating "%{original_assignment_name}" + cancel_duplicating_original_assignment_name_e974c534: Cancel duplicating "%{original_assignment_name}" + edit_mastery_paths_for_title_label_41d81451: Edit Mastery Paths for %{title_label} + options_for_title_label_17f821ff: Options for %{title_label} + duplicate_quiz_name_79fdcb3e: Duplicate Quiz %{name} + migrate_quiz_5d0f777: Migrate Quiz + migrate_67c9f753: Migrate + send_quiz_to_user_e8c47177: Send Quiz to User + send_to_7881bf0e: Send to... + copy_quiz_to_course_74f9c8c1: Copy Quiz to Course + copy_to_a5396a6f: Copy to... + re_upload_submissions_form: + reupload_submission_files: Re-Upload Submission Files + upload_info: If you made changes to the student submission files you downloaded before, just zip them back up and upload the zip with the form below. Students will see the modified files in their comments for the submission. + upload_warning: Make sure you don't change the names of the submission files so we can recognize them. + buttons: + upload: Upload Files + recent_student: + last_logged_in: last logged in %{last_login} + your_name_7665e1d8: Your Name + your_email_b5364bee: Your Email + child_s_username_dde3aa9: Child's Username + you_will_be_redirected_to_a_login_page_where_you_w_fc8df402: You will be redirected to a Login page where you will need to log in with your child's credentials. + start_participating_f0c75256: Start Participating + student_viewed_document_9065adb8: Student Viewed Document + submission_index_e960f9bf: Submission %{index} + late_bd436902: LATE + missing_eaddacbd: MISSING + tinymce: + insert_update_image_view: + image_source: Image Source + url: URL + canvas: Canvas + flickr: Flickr + image_url_field_label: Image URL + attributes: Attributes + alt_text: Alt text + alt_help_text: Describe the image to improve accessibility + quiz_warning: 'Note: This label can be viewed by students taking the quiz.' + dimensions: Dimensions + image_width: Image Width + image_height: Image Height + dimension_help_text: Aspect ratio will be preserved + decorative_image_3c28aa7d: Decorative Image + indicates_the_image_is_for_decorative_purposes_onl_82064b55: Indicates the image is for decorative purposes only and should not be read by screenreaders + widget: + upload_media_track_form: + upload_media_track_info: "*Instructions:* Follow these three steps to create a subtitle file for your video, then upload it here. If you already have an SRT subtitle file you can skip to step 3." + upload_media_track_form_step1_label: 'Step 1:' + upload_media_track_form_description_1: 'Copy this video url:' + upload_media_track_form_step2_label: 'Step 2:' + upload_media_track_form_description_2: Create a subtitle file by clicking this link and following the instructions. + media_track_form_button: Go to subtitle creation tool + upload_media_track_form_step3_label: 'Step 3:' + upload_media_track_form_description: Once you have a subtitle track in either the SRT or *WebVTT* format, you can upload it here. + upload_media_track_form_description_3: Upload a subtitle track in either the SRT or *WebVTT* format. + error_message: "*Error:* You must choose a language and a valid track file." + language: Language + choose_a_language: "--Choose a Language--" + file: File + can_edit_this_page_role_selection_6ccec3c7: Can edit this page role selection + allow_in_mastery_paths_5332c786: Allow in mastery paths + pages_settings_968392a3: Pages Settings + master_lock_590266b6: Master Lock + remove_as_front_page_2698aa12: Remove as Front Page + use_as_front_page_274a488b: Use as Front Page + send_page_to_another_user_6ef5a7c1: Send page to another user + copy_page_to_another_course_405cc07c: Copy page to another course + screenreader_gradebook: + assignment_information: + actions: + assignment_is_muted: Muted? + set_default_grade: Set default grade + curve_grades: Curve Grades + details: + submission_types: 'Submission types:' + graded_sub_count: 'Graded submissions:' + points_possible: Points possible + avg_score: Average Score + high_score: High Score + low_score: Low Score + no_points: No points possible + index: + assignment_info: Assignment Information + assignment_in_speedgrader: See this assignment in speedgrader + empty_assignment_selection: Select an assignment to view additional information here. + components: + final_grade: + final_grade: 'Final Grade:' + content_selection: + assignment: + select_assignment: Select an assignment + header: + content_selection: Content Selection + outcome: + select_outcome: Select an outcome + student: + select_student: Select a student + grading: + grading: Grading + submission_hidden: This assignment is not available to this student and will not be included in their grade. + is_dropped: This grade is currently dropped for this student. + was_resubmitted: This assignment has been resubmitted since it was graded last. + submission_details: Submission Details + empty_submission_selection: Select a student and an assignment to view and edit grades. + header: + gradebook_individual_view: 'Gradebook: Individual View' + save_instructions: 'Note: Grades and notes will be saved automatically after moving out of the field.' + switch_to_gradebook: Switch to Default Gradebook + learning_mastery: + select_a_section: Select a section + hide_student_names_label: Hide Student Names + download_results: Download Results (.csv) + select_student: Select a student + result: Result + result_for: 'Result for:' + empty_submission_selection: Select a student and an outcome to view results. + student_info: Student Information + results_loading: Results for this student are still loading... + empty_student_selection: Select a student to view additional information here. + outcome_information: + outcome_info: Outcome Information + avg_score: Average Score + high_score: High Score + low_score: Low Score + empty_outcome_selection: Select an outcome to view additional information here. + screenreader_gradebook: + assignments: Assignments + learning_mastery: Learning Mastery + settings: + assignment_toggles_and_actions: + include_ungraded_assignments: Treat Ungraded as 0 + hide_student_names_label: Hide Student Names + show_concluded_enrollments_label: Show Concluded Enrollments + show_notes: Show Notes in Student Info + show_total_as_points: Show Totals as Points on Student Grade Page + download_current_scores: Download Current Scores (.csv) + upload_scores: Upload Scores (.csv) + grading_history: View Gradebook History + header: + global_settings: Global Settings + mastery_toggles_and_actions: + hide_student_names_label: Hide Student Names + download_results: Download Results (.csv) + section_select: + select_a_section: Select a section + sort_select: + sort_assignments: Sort assignments + student_information: + assignment_subtotals: + ag_group_grade: Grade + ag_letter_grade: Letter Grade + ag_group_percent_grade: "% of Grade" + details: + secondary_id: 'Secondary ID:' + hidden: hidden + sections: 'Sections:' + index: + student_info: Student Information + grades: Grades + submissions_loading: Submissions for this student are still loading... + empty_student_selection: Select a student to view additional information here. + assignments_in_this_group_have_no_points_possible__ab0adb72: Assignments in this group have no points possible and cannot be included in grade calculation. + excuse_this_assignment_for_the_selected_student_af04e132: Excuse This Assignment for the Selected Student + note_grades_and_notes_will_be_saved_automatically__e3270872: 'Note: Grades and notes will be saved automatically after moving out of the field.' + grade_for_name_b9df168a: 'Grade for: %{name}' + example_final_score_a92b30b9: Example final score]] + total_results_outcomedetails_cnt_30ff1f8d: 'Total results: %{outcomeDetails.cnt}' + allow_final_grade_override_a21a79ee: Allow Final Grade Override + graphs_89fcfeb: Graphs + view_analytics_data_in_tables_instead_of_graphs_8a33f536: View analytics data in tables instead of graphs + activity_by_date_878c5b49: Activity by Date + page_views_only_312b7577: Page Views Only + graph_of_student_page_views_and_participation_over_4a1d4803: Graph of student page views and participation over time + graph_showing_the_fraction_of_on_time_submissions__735e47db: Graph showing the fraction of on-time submissions for each assignment + total_range_45c8549a: Total Range + 25th_75th_percentile_aa4c11f2: 25th-75th Percentile + graph_of_grades_for_each_assignment_4c44d4d1: Graph of grades for each assignment + participations_1823832d: Participations + account_name_analytics_62bf60ae: "%{account.name} Analytics" + summary_statistics_f74852a5: Summary Statistics + activity_by_category_9c2033d1: Activity by Category + graph_of_student_page_views_by_category_7cb49887: Graph of student page views by category + grade_distribution_e52c9256: Grade Distribution + graph_of_the_distribution_of_grades_in_the_departm_30445777: Graph of the distribution of grades in the department + files_uploaded_519844ed: Files Uploaded + media_recordings_749aef6d: Media Recordings + current_total_67bf5f72: 'Current Total:' + message_this_student_6d14043d: Message this student + communication_5255723c: Communication + instructors_cdd595d0: Instructors + timeline_of_messages_between_the_student_and_instr_6dbd9ad3: Timeline of messages between the student and instructors + timeline_showing_when_assignments_were_turned_in_bb44c8a1: Timeline showing when assignments were turned in + good_score_b02f3587: Good Score + fair_score_554e2558: Fair Score + poor_score_715306e2: Poor Score + chart_of_the_student_s_grades_on_each_assignment_a1fb1908: Chart of the student's grades on each assignment diff --git a/lib/api/v1/developer_key.rb b/lib/api/v1/developer_key.rb index 778e35e31b5c1..2af0cc2e32f4c 100644 --- a/lib/api/v1/developer_key.rb +++ b/lib/api/v1/developer_key.rb @@ -53,6 +53,7 @@ def developer_key_json(key, user, session, context, inherited: false, include_to hash['public_jwk'] = key.public_jwk hash['public_jwk_url'] = key.public_jwk_url hash['allow_includes'] = key.allow_includes + hash['trusted'] = key.trusted end if account_binding.present? diff --git a/public/locales/en.yml b/public/locales/en.yml new file mode 100644 index 0000000000000..057badfd1a9e6 --- /dev/null +++ b/public/locales/en.yml @@ -0,0 +1,18716 @@ +--- +en: + will_paginate: + previous_label: "← Previous" + next_label: Next → + page_gap: "…" + page_entries_info: + single_page: + zero: No %{model} found + one: Displaying 1 %{model} + other: Displaying all %{count} %{model} + single_page_html: + zero: No %{model} found + one: Displaying 1 %{model} + other: Displaying all %{count} %{model} + multi_page: Displaying %{model} %{from} - %{to} of %{count} in total + multi_page_html: Displaying %{model} %{from} - %{to} of %{count} in total + date: + formats: + default: "%Y-%m-%d" + short: "%b %-d" + long: "%B %-d, %Y" + weekday: "%A" + short_weekday: "%a" + medium_with_weekday: "%a %b %-d, %Y" + long_with_weekday: "%A, %B %-d" + medium: "%b %-d, %Y" + short_with_weekday: "%a, %b %-d" + short_month: "%b" + medium_month: "%b %Y" + date_at_time: "%b %-d at %l:%M%P" + full: "%b %-d, %Y %-l:%M%P" + full_with_weekday: "%a %b %-d, %Y %-l:%M%P" + day_names: + - Sunday + - Monday + - Tuesday + - Wednesday + - Thursday + - Friday + - Saturday + abbr_day_names: + - Sun + - Mon + - Tue + - Wed + - Thu + - Fri + - Sat + month_names: + - + - January + - February + - March + - April + - May + - June + - July + - August + - September + - October + - November + - December + abbr_month_names: + - + - Jan + - Feb + - Mar + - Apr + - May + - Jun + - Jul + - Aug + - Sep + - Oct + - Nov + - Dec + datepicker: + column_headings: + - Su + - Mo + - Tu + - We + - Th + - Fr + - Sa + days: + today: Today + today_lower: today + tomorrow: Tomorrow + yesterday: Yesterday + time: + formats: + default: "%a, %d %b %Y %H:%M:%S %z" + short: "%d %b %H:%M" + long: "%B %d, %Y %H:%M" + tiny: "%l:%M%P" + tiny_on_the_hour: "%l%P" + am: am + pm: pm + ranges: + different_days: "%{start_date_and_time} to %{end_date_and_time}" + same_day: "%{date} from %{start_time} to %{end_time}" + times: "%{start_time} to %{end_time}" + with_ago: "%{time} ago" + due_date: "%{date} by %{time}" + event: "%{date} at %{time}" + less_than_a_minute_ago: less than a minute ago + count_minutes_ago: + one: 1 minute ago + other: "%{count} minutes ago" + count_hours_ago: + one: 1 hour ago + other: "%{count} hours ago" + support: + array: + words_connector: ", " + two_words_connector: " and " + last_word_connector: ", and " + or: + two_words_connector: " or " + last_word_connector: ", or " + help_menu: + community_support_forums: Community Support Forums + contact_support: Contact Support + contact_support_sub_text: Get assistance with time-sensitive issues. + networking_academy_faqs: Networking Academy FAQs + curriculum_assessment_errata: Curriculum/Assessment Errata + community_support_description: Interact with and get assistance from your peers. + global_support_desk: NetAcad Support + global_support_desk_description: Our ASCs are your first line of support, and can connect you with our Global Support Desk for issues that require additional assistance. + cisco_netacad_facebook: Support Community + cisco_netacad_facebook_description: Please visit our Networking Academy Facebook page for community support or contact your instructor. + networking_academy_description: View Cisco answers to the most commonly asked questions. + curriculum_assessment_errata_description: View already reported assessment and curricula errors. Search for "errata." + support_desk_livechat: Support Desk Live Chat + number: + format: + separator: "." + delimiter: "," + precision: 3 + significant: false + strip_insignificant_zeros: false + currency: + format: + format: "%u%n" + unit: "$" + separator: "." + delimiter: "," + precision: 2 + significant: false + strip_insignificant_zeros: false + percentage: + format: + delimiter: '' + format: "%n%" + precision: + format: + delimiter: '' + human: + format: + delimiter: '' + precision: 3 + significant: true + strip_insignificant_zeros: true + storage_units: + format: "%n %u" + units: + byte: + one: Byte + other: Bytes + kb: KB + mb: MB + gb: GB + tb: TB + pb: PB + eb: EB + decimal_units: + format: "%n %u" + units: + unit: '' + thousand: Thousand + million: Million + billion: Billion + trillion: Trillion + quadrillion: Quadrillion + errors: + format: "%{attribute} %{message}" + messages: + model_invalid: 'Validation failed: %{errors}' + inclusion: is not included in the list + exclusion: is reserved + invalid: is invalid + confirmation: doesn't match %{attribute} + accepted: must be accepted + empty: can't be empty + blank: can't be blank + present: must be blank + too_long: + one: is too long (maximum is 1 character) + other: is too long (maximum is %{count} characters) + too_short: + one: is too short (minimum is 1 character) + other: is too short (minimum is %{count} characters) + wrong_length: + one: is the wrong length (should be 1 character) + other: is the wrong length (should be %{count} characters) + not_a_number: is not a number + not_an_integer: must be an integer + greater_than: must be greater than %{count} + greater_than_or_equal_to: must be greater than or equal to %{count} + equal_to: must be equal to %{count} + less_than: must be less than %{count} + less_than_or_equal_to: must be less than or equal to %{count} + other_than: must be other than %{count} + odd: must be odd + even: must be even + required: must exist + taken: has already been taken + registration_incomplete: You need to confirm your email address before you can view this page + notices: + error_reported: Thanks for your help! We'll get right on this + sis_id_in_use: SIS ID "%{sis_id}" is already in use + max_attempts: Too many failed login attempts. Please try again later or contact your system administrator. + bad_navigation_config: Invalid course tab configuration + index: + message_contains: Message contains + all_categories: "- All Categories -" + labels: + account: account + category: category + created_at: created at + user: user + url: url + request_context_id: request context id + comments: comments + default_category: default + no_attached_file: You must attach at least one file to this assignment + wrong_file_extension: The file you selected with extension "%{extension}", is not authorized for submission + required: Required + blank: Required + unsaved_changes: You have unsaved changes. + activerecord: + errors: + messages: + record_invalid: 'Validation failed: %{errors}' + restrict_dependent_destroy: + has_one: Cannot delete record because a dependent %{record} exists + has_many: Cannot delete record because dependent %{record} exist + datetime: + distance_in_words: + half_a_minute: half a minute + less_than_x_seconds: + one: less than 1 second + other: less than %{count} seconds + x_seconds: + one: 1 second + other: "%{count} seconds" + less_than_x_minutes: + one: less than a minute + other: less than %{count} minutes + x_minutes: + one: 1 minute + other: "%{count} minutes" + about_x_hours: + one: about 1 hour + other: about %{count} hours + x_days: + one: 1 day + other: "%{count} days" + about_x_months: + one: about 1 month + other: about %{count} months + x_months: + one: 1 month + other: "%{count} months" + about_x_years: + one: about 1 year + other: about %{count} years + over_x_years: + one: over 1 year + other: over %{count} years + almost_x_years: + one: almost 1 year + other: almost %{count} years + prompts: + year: Year + month: Month + day: Day + hour: Hour + minute: Minute + second: Seconds + helpers: + select: + prompt: Please select + submit: + create: Create %{model} + update: Update %{model} + submit: Save %{model} + local: Local + course: Course + accessible_date_prompt: Format Like + accessible_date_only_format: YYYY-MM-DD + accessible_time_only_format: hh:mm + accessible_date_format: YYYY-MM-DD hh:mm + dashboard_helper: + x_more: "%{x} more..." + announcement_label: Visit Course Announcements + conversation_label: Visit Conversations + assignment_label: Visit Course Assignments + discussion_label: Visit Course Discussions + peer_review_label: Visit Course Peer Reviews + announcement_details: Announcement Details + conversation_details: Conversation Details + assignment_details: Assignment Details + discussion_details: Discussion Details + peer_review_details: Peer Review Details + x_new_in_announcements: + one: "*1* Announcement" + other: "*%{count}* Announcements" + x_new_in_conversations: + one: "*1* Conversation Message" + other: "*%{count}* Conversation Messages" + x_new_in_assignments: + one: "*1* Assignment Notification" + other: "*%{count}* Assignment Notifications" + x_new_in_discussions: + one: "*1* Discussion" + other: "*%{count}* Discussions" + x_new_in_peer_reviews: + one: "*1* Peer Review" + other: "*%{count}* Peer Reviews" + lib: + text_helper: + ellipsis: "..." + word_separator: " " + quoted_text_toggle: show quoted text + auth: + api: + not_found_status: not_found + not_found_message: not_found + bad_request_status: bad_request + bad_request_message: bad_request + errors: + teacher_not_found: No teacher found + student_not_found: No student found + not_authenticated: You must be logged in to access this page + status_unauthorized: unauthorized + not_authorized: user not authorized to perform that action + status_unauthenticated: unauthenticated + authentication_required: user authorization required + lti: + api: + status_unauthorized: unauthorized + not_unauthorized: unauthorized request + google_docs: + default_document_name: Instructure Doc + incoming_message_processor: + locked_topic: + body: |- + The message titled "%{subject}" could not be delivered because the discussion topic is locked. If you are trying to contact someone through Canvas you can try logging in to your account and sending them a message using the Inbox tool. + + Thank you, + Canvas Support + failure_message: + body: |- + The message titled "%{subject}" could not be delivered. The message was sent to an unknown mailbox address. If you are trying to contact someone through Canvas you can try logging in to your account and sending them a message using the Inbox tool. + + Thank you, + Canvas Support + angel: + failed_import_link: Failed import link + failed_import_link_body: This link referenced an Angel feature that couldn't be linked to by Canvas or that was left out of the export. + api: + attachments: + only_one_folder: Can't set folder path and folder id + over_quota: file size exceeds quota + basic_lti: + no_parseable_score: + result: 'Unable to parse resultScore: %{grade}' + result_total: 'Unable to parse resultTotalScore: %{grade}' + bad_score: Score is not between 0 and 1 + no_score: No score given + no_points_comment: |- + An external tool attempted to grade this assignment as %{grade}, but was unable + to because the assignment has no points possible. + no_points_possible: Assignment has no points possible. + no_submission_created: This outcome request failed to create a new homework submission. + canvas: + migration: + course_settings: Course Settings + syllabus_body: Syllabus Body + context_modules: Modules + assignments: Assignments + quizzes: Quizzes + assessment_question_banks: Question Banks + discussion_topics: Discussion Topics + wikis: Pages + external_tools: External Tools + tool_profiles: Tool Profiles + announcements: Announcements + calendar_events: Calendar Events + rubrics: Rubrics + groups: Student Groups + learning_outcomes: Learning Outcomes + attachments: Files + cc: + standard: + failed_to_convert_qti: Failed to import Assessment %{file_identifier} + progress_runner: + completed_message: + one: 1 item processed + other: "%{count} items processed" + error_message: "%{error}: %{ids}" + time_zones: + international_date_line_west: International Date Line West + midway_island: Midway Island + american_samoa: American Samoa + hawaii: Hawaii + alaska: Alaska + pacific_time_us_canada: Pacific Time (US & Canada) + tijuana: Tijuana + mountain_time_us_canada: Mountain Time (US & Canada) + arizona: Arizona + chihuahua: Chihuahua + mazatlan: Mazatlan + central_time_us_canada: Central Time (US & Canada) + saskatchewan: Saskatchewan + guadalajara: Guadalajara + mexico_city: Mexico City + monterrey: Monterrey + central_america: Central America + eastern_time_us_canada: Eastern Time (US & Canada) + indiana_east: Indiana (East) + bogota: Bogota + lima: Lima + quito: Quito + atlantic_time_canada: Atlantic Time (Canada) + caracas: Caracas + la_paz: La Paz + santiago: Santiago + newfoundland: Newfoundland + brasilia: Brasilia + buenos_aires: Buenos Aires + georgetown: Georgetown + greenland: Greenland + mid_atlantic: Mid-Atlantic + azores: Azores + cape_verde_is: Cape Verde Is. + dublin: Dublin + edinburgh: Edinburgh + lisbon: Lisbon + london: London + casablanca: Casablanca + monrovia: Monrovia + utc: UTC + belgrade: Belgrade + bratislava: Bratislava + budapest: Budapest + ljubljana: Ljubljana + prague: Prague + sarajevo: Sarajevo + skopje: Skopje + warsaw: Warsaw + zagreb: Zagreb + brussels: Brussels + copenhagen: Copenhagen + madrid: Madrid + paris: Paris + amsterdam: Amsterdam + berlin: Berlin + bern: Bern + rome: Rome + stockholm: Stockholm + vienna: Vienna + west_central_africa: West Central Africa + bucharest: Bucharest + cairo: Cairo + helsinki: Helsinki + kyiv: Kyiv + riga: Riga + sofia: Sofia + tallinn: Tallinn + vilnius: Vilnius + athens: Athens + istanbul: Istanbul + minsk: Minsk + jerusalem: Jerusalem + harare: Harare + pretoria: Pretoria + moscow: Moscow + st_petersburg: St. Petersburg + volgograd: Volgograd + kuwait: Kuwait + riyadh: Riyadh + nairobi: Nairobi + baghdad: Baghdad + tehran: Tehran + abu_dhabi: Abu Dhabi + muscat: Muscat + baku: Baku + tbilisi: Tbilisi + yerevan: Yerevan + kabul: Kabul + ekaterinburg: Ekaterinburg + islamabad: Islamabad + karachi: Karachi + tashkent: Tashkent + chennai: Chennai + kolkata: Kolkata + mumbai: Mumbai + new_delhi: New Delhi + kathmandu: Kathmandu + astana: Astana + dhaka: Dhaka + sri_jayawardenepura: Sri Jayawardenepura + almaty: Almaty + novosibirsk: Novosibirsk + rangoon: Rangoon + bangkok: Bangkok + hanoi: Hanoi + jakarta: Jakarta + krasnoyarsk: Krasnoyarsk + beijing: Beijing + chongqing: Chongqing + hong_kong: Hong Kong + urumqi: Urumqi + kuala_lumpur: Kuala Lumpur + singapore: Singapore + taipei: Taipei + perth: Perth + irkutsk: Irkutsk + ulaan_bataar: Ulaan Bataar + seoul: Seoul + osaka: Osaka + sapporo: Sapporo + tokyo: Tokyo + yakutsk: Yakutsk + darwin: Darwin + adelaide: Adelaide + canberra: Canberra + melbourne: Melbourne + sydney: Sydney + brisbane: Brisbane + hobart: Hobart + vladivostok: Vladivostok + guam: Guam + port_moresby: Port Moresby + magadan: Magadan + solomon_is: Solomon Is. + new_caledonia: New Caledonia + fiji: Fiji + kamchatka: Kamchatka + marshall_is: Marshall Is. + auckland: Auckland + wellington: Wellington + nukualofa: Nuku'alofa + tokelau_is: Tokelau Is. + samoa: Samoa + montevideo: Montevideo + ulaanbaatar: Ulaanbaatar + chatham_is: Chatham Is. + asuncion: Asuncion + kaliningrad: Kaliningrad + srednekolymsk: Srednekolymsk + samara: Samara + zurich: Zurich + philippines: Philippines + noronha: Noronha + fortaleza: Fortaleza + manaus: Manaus + cuiaba: Cuiaba + eirunepe: Eirunepe + features: + google_docs_domain_restriction: Google Docs Domain Restriction + high_contrast: High Contrast UI + learning_mastery_gradebook: Learning Mastery Gradebook + student_outcome_gradebook: Student Learning Mastery Gradebook + post_grades: Post Grades to SIS + k12: K-12 Specific Features + allow_opt_out_of_inbox: Allow Users to Opt-out of the Inbox + gradebook_list_students_by_sortable_name: Gradebook - List Students by Sortable Name + quizzes: + next: New Quizzes + quiz_log_auditing: Quiz Log Auditing + google_docs_domain_restriction_description: |- + Google Docs Domain Restriction allows Google Docs submissions and collaborations + to be restricted to a single domain. Students attempting to submit assignments or + join collaborations on an unapproved domain will receive an error message notifying them + that they will need to update their Google Docs integration. + epub_exporting_f5592ff2: ePub Exporting + this_enables_users_to_generate_and_download_course_4c69c531: This enables users to generate and download course ePub. + high_contrast_description: |- + High Contrast enhances the color contrast of the UI (text, buttons, etc.), making those items more + distinct and easier to identify. Note: Institution branding will be disabled. + underline_links_e7cf9b4f: Underline Links + underline_all_links_description: |- + Underline Links displays hyperlinks in navigation menus, the Dashboard, and page sidebars as + *underlined text*. This feature option does not apply to user-generated content links in the + Rich Content Editor, which always underlines links for all users. + course_set_up_tutorial_6ab7c2d1: Course Set-up Tutorial + course_set_up_tutorial_provides_tips_on_how_to_lev_3c098131: Course set-up tutorial provides tips on how to leverage the feature opportunities on each page in Canvas. It is especially useful when you are new to Canvas or are setting up a new course for the first time in a long time. + learning_mastery_gradebook_description: |- + Learning Mastery Gradebook provides a way for teachers to quickly view student and course + progress on course learning outcomes. Outcomes are presented in a Gradebook-like + format and student progress is displayed both as a numerical score and as mastered/near + mastery/remedial. + student_outcome_gradebook_description: |- + Student Learning Mastery Gradebook provides a way for students to quickly view progress + on course learning outcomes. Outcomes are presented in a Gradebook-like + format and progress is displayed both as a numerical score and as mastered/near + mastery/remedial. + allow_outcome_extra_credit_57c1e84e: Allow Outcome Extra Credit + if_enabled_allows_more_than_the_maximum_possible_s_5d79c0d5: If enabled, allows more than the maximum possible score on an Outcome to be given on a rubric. + post_grades_description: |- + Post Grades allows teachers to post grades back to enabled SIS systems: Powerschool, + Aspire (SIS2000), JMC, and any other SIF-enabled SIS that accepts the SIF elements GradingCategory, + GradingAssignment, GradingAssignmentScore. + anonymous_instructor_annotations_2b6c822: Anonymous Instructor Annotations + anonymize_all_instructor_comments_and_annotations__713924c9: Anonymize all instructor comments and annotations within DocViewer + new_gradebook_297f7e2d: New Gradebook + new_gradebook_enables_an_early_release_of_new_grad_76b8bf45: New Gradebook enables an early release of new Gradebook enhancements. + final_grade_override_be8a21cd: Final Grade Override + enable_ability_to_alter_the_final_grade_for_the_en_e120f72d: Enable ability to alter the final grade for the entire course without changing scores for assignments. + k12_description: Update the icons in the Global Navigation Menu that make more sense specifically in a K-12 environment. + duplicating_calendar_events_9932cd37: Duplicating Calendar Events + allows_the_duplication_of_calendar_events_7bb0d6c5: Allows the duplication of Calendar Events + duplicate_modules_8ea35557: Duplicate Modules + allows_the_duplicating_of_modules_in_canvas_2e15b444: Allows the duplicating of modules in Canvas + allow_opt_out_of_inbox: Allow users to opt out of the Conversation's Inbox. This will cause all conversation messages and notifications to be sent as ASAP notifications to the user's primary email, hide the Conversation's Inbox unread messages badge on the Inbox, and hide the Conversation's notification preferences. + enable_gradebook_list_students_by_sortable_name: List students by their sortable names in the Gradebook. Sortable name defaults to 'Last Name, First Name' and can be changed in settings. + lti_2_reregistration_afabde25: LTI 2 Reregistration + enable_reregistration_for_lti_2_b2a10444: Enable reregistration for LTI 2 + don_t_move_lti_query_params_to_post_body_5c80e037: Don't Move LTI Query Params to POST Body + if_enabled_query_parameters_will_not_be_copied_to__4c6ed625: If enabled, query parameters will not be copied to the POST body during an LTI launch. + membership_service_configuration_d8ba5a74: Membership Service Configuration + if_enabled_oauth_1_0a_signing_may_be_used_by_lti_t_f2d6da3b: If enabled, OAuth 1.0a signing may be used by LTI tools to access the Membership Service API + enable_new_sis_integration_settings_ab6780a4: Enable new SIS integration settings + new_sis_integrations: |- + This feature applies to institutions with an existing SIS Canvas integration. + Any customers that are currently using grade passback solutions in Canvas or + partner products should enable this feature for enhanced assignment data + validation workflows. When enabled, this feature displays the new SIS + Integration settings for SIS Sync (Assignment Level Grade Passback) in Account + Settings. The Post to SIS feature option has been incorporated into this new + setting and will be enabled by default. + allow_bulk_grade_export_to_sis_e11a6e66: Allow Bulk Grade Export to SIS + allows_teachers_to_mark_grade_data_to_be_exported__a6bf77cf: Allows teachers to mark grade data to be exported in bulk to SIS integrations. + use_remote_service_for_notifications_9fe667c6: Use remote service for notifications + allow_the_ability_to_send_notifications_through_ou_13cc8537: Allow the ability to send notifications through our dispatch queue + use_the_new_scheduler_1273b832: Use the new scheduler + uses_the_new_scheduler_and_its_functionality_b07e9b14: Uses the new scheduler and its functionality + enable_dashboard_images_for_courses_5af458b0: Enable Dashboard Images for Courses + allow_course_images_to_be_assigned_to_a_course_and_82fb7bdd: Allow course images to be assigned to a course and used on the dashboard cards. + responsive_layout_54e4ca06: Responsive Layout + this_is_a_feature_to_allow_the_development_of_a_re_8452eb0d: This is a feature to allow the development of a responsive layout + enable_i18n_features_in_outcomes_exports_64bcf82b: Enable i18n features in outcomes exports + enable_byte_order_mark_and_semi_colon_field_separa_f4375c16: Enable byte_order_mark and semi_colon_field_separator user-level feature flags to be toggled on or off for outcomes exports. + include_byte_order_mark_in_compatible_spreadsheet__ebd6e18: Include Byte-Order Mark in compatible spreadsheet exports + optionally_include_a_byte_order_mark_in_compatible_f3d0d243: Optionally include a byte-order mark in compatible spreadsheet exports so they can be imported into Excel for users in some locales. + use_semicolons_to_separate_fields_in_compatible_sp_56e0bdd2: Use semicolons to separate fields in compatible spreadsheet exports + use_semicolons_instead_of_commas_to_separate_field_62d24565: Use semicolons instead of commas to separate fields in compatible spreadsheet exports so they can be imported into Excel for users in some locales. + autodetect_field_separators_in_compatible_spreadsh_768067e1: Autodetect field separators in compatible spreadsheet exports + attempt_to_detect_an_appropriate_field_separator_i_bc043389: Attempt to detect an appropriate field separator in compatible spreadsheet exports based on the number format for your language. + international_sms_9edb9868: International SMS + allows_users_with_international_phone_numbers_to_r_f90f8522: Allows users with international phone numbers to receive text messages from Canvas. + account_course_and_user_search_22bf297a: Account Course and User Search + updated_ui_for_searching_and_displaying_users_and__6755e08e: Updated UI for searching and displaying users and courses within an account. + mastery_paths_cc4096c2: Mastery Paths + configure_individual_learning_paths_for_students_b_e2fce294: Configure individual learning paths for students based on assessment results. + wrap_event_titles_in_calendar_month_view_cbb29fd8: Wrap event titles in Calendar month view + show_calendar_events_in_the_month_view_on_multiple_e94c33ae: Show calendar events in the month view on multiple lines if the title doesn't fit on a single line + external_collaborations_tool_a4899abb: External Collaborations Tool + use_the_new_collaborations_external_tool_enabling__5f0ed73: Use the new Collaborations external tool enabling more options for tools to use to collaborate + student_context_card_ad59967e: Student Context Card + enable_student_context_card_links_eba2f2c5: Enable student context card links + new_user_tutorial_cdd3a446: New User Tutorial + provide_tutorial_information_for_new_users_in_a_fl_c23462ac: Provide tutorial information for new users in a flyout tray. + to_do_list_dashboard_d741f64e: To Do List Dashboard + provides_users_with_a_to_do_list_dashboard_option_9334f9fa: Provides users with a To Do List Dashboard option. + rubric_criterion_range_12499bf1: Rubric Criterion Range + specify_max_and_min_points_to_clarify_boundaries_o_1c4d732a: Specify max and min points to clarify boundaries of a rubric criterion rating. + encrypted_sourcedids_for_basic_outcomes_87fa11ea: Encrypted Sourcedids for Basic Outcomes + if_enabled_sourcedids_used_by_canvas_for_basic_out_aa2ea4b1: If enabled, Sourcedids used by Canvas for Basic Outcomes will be encrypted. + create_assessments_with_new_quizzes_and_migrate_ex_92b5f1ad: Create assessments with New Quizzes and migrate existing Canvas Quizzes. + new_quizzes_submission_history_d81b477b: New Quizzes submission history + if_enabled_submission_history_for_new_quizzes_quiz_fc295f42: If enabled, submission history for New Quizzes quizzes is dealt with separately. + new_quizzes_importing_c167dce0: New Quizzes Importing + allow_importing_of_qti_and_common_cartridge_into_n_4380a7a2: Allow importing of QTI and Common Cartridge into New Quizzes. + new_quizzes_on_the_quizzes_page_b21f338d: New Quizzes on the Quizzes page + show_new_quizzes_on_the_quizzes_page_b2db14d8: Show New Quizzes on the Quizzes page + common_cartridge_html_file_to_page_conversion_7bf9678: Common Cartridge HTML File to Page Conversion + if_enabled_common_cartridge_importers_will_convert_9bffff09: If enabled, Common Cartridge importers will convert HTML files into Pages + non_scoring_rubrics_9f2033ad: Non-scoring Rubrics + if_enabled_the_option_will_be_presented_to_have_no_5f91d8d0: If enabled, the option will be presented to have non-scoring rubrics. + slack_notifications_3a0288e6: Slack Notifications + the_ability_for_users_to_receive_notifications_fro_bbcf487b: The ability for users to receive notifications from slack + content_security_policy_3bb8d922: Content Security Policy + enable_the_security_tab_on_the_settings_page_to_ad_eab7c954: Enable the Security tab on the settings page to adjust CSP settings + restrict_students_from_annotating_6c28ab9b: Restrict Students from Annotating + prevents_students_from_leaving_annotations_in_assi_cb188d2: Prevents students from leaving annotations in assignments. Does not apply to peer-reviewed assignments. + rce_enhancements_5701e06: RCE Enhancements + allow_switching_to_the_enhanced_rce_317e746f: Allow switching to the enhanced RCE + new_feature_flags_c4b70a5e: New Feature Flags + this_feature_creates_a_siteadmin_release_flag_tab__15215be9: This feature creates a SiteAdmin Release Flag tab to be able to release features to users through the UI. It also reworks the UI for the old Feature Options tabs. + direct_share_80afd4a7: Direct Share + this_feature_allows_teachers_to_easily_copy_single_9d4cdfe: This feature allows teachers to easily copy single items from one course to another, and to share a single item of content with other users so they can import those items into their courses as well. + filter_speedgrader_by_student_group_53683142: Filter SpeedGrader by Student Group + allows_users_to_enable_the_launch_speedgrader_filt_7e1b442: Allows users to enable the "Launch SpeedGrader Filtered by Student Group" option for courses on the course settings page. When active and a student group has been selected in New Gradebook, SpeedGrader will only load students in the selected group. + remove_null_values_from_live_event_payloads_3c826f: Remove null values from live event payloads + canvas_will_remove_keys_with_null_values_from_live_6d7e3091: Canvas will remove keys with null values from live event payloads if this feature is enabled. + new_course_and_user_analytics_ffbc508c: New Course and User Analytics + show_new_analytics_for_course_and_user_data_18e92636: Show new analytics for course and user data + new_gradebook_plagiarism_indicator_8dd22971: New Gradebook Plagiarism Indicator + enables_display_of_plagiarism_reports_and_similari_3211dd8b: Enables display of plagiarism reports and similarity scores in the New Gradebook submission tray. + course_favorites_from_dashboard_27a3515a: Course Favorites From Dashboard + this_allows_the_user_to_unfavorite_a_course_direct_828d0587: This allows the user to unfavorite a course directly from its dashboard card. + import_commons_favorites_e68fce81: Import Commons Favorites + if_commons_is_installed_allows_importing_favorited_eff368f: If Commons is installed, allows importing favorited content items from within Canvas. + quiz_log_auditing_desc: |- + Enable the tracking of events for a quiz submission, and the ability + to view a log of those events once a submission is made. + anonymous_moderated_marking_801bbb65: Anonymous Moderated Marking + anonymous_moderated_marking_allows_teachers_to_sel_af80885d: Anonymous Moderated Marking allows teachers to select moderators to anonymously grade assignments. After which a moderator can select or supply a custom grade. + anonymous_grading_ccb5045c: Anonymous Grading + enable_anonymous_grading_of_assignments_e18f75be: Enable anonymous grading of assignments. + moderated_grading_e6127f72: Moderated Grading + enable_moderated_grading_bacd20d8: Enable moderated grading. + graphql_mutation_log_25acc923: GraphQL Mutation Log + allows_admins_to_view_a_log_containing_information_5d4eb5e0: |- + Allows admins to view a log containing information about all recently run + GraphQL mutations + microsoft_immersive_reader_free_trial_wiki_pages_f41b29d5: Microsoft Immersive Reader - Free Trial (Wiki Pages) + makes_a_microsoft_immersive_reader_link_option_sho_4dc2fcfb: Makes a Microsoft Immersive Reader link option show up on wiki pages. + new_post_policy_icons_da13a62c: New Post Policy Icons + updates_the_display_of_post_policy_icons_in_the_ne_eb9f3314: Updates the display of Post Policy icons in the New Gradebook assignment column header. + gradebook_import_reserved_names_bugfix_apg_122_32a77a18: Gradebook Import Reserved Names Bugfix (APG-122) + behaviour_change_related_to_the_bugfix_in_apg_122__63cfa767: Behaviour change related to the bugfix in APG-122. Do not allow custom columns to be created that are titled the same as gradebook importer reserved names, also ignore non-active custom columns on gradebook import as well as those that use reserved names. + add_grading_scheme_to_admin_grade_reports_23eb8c6e: Add Grading Scheme to Admin Grade Reports + includes_grade_values_in_the_admin_grade_reports_a28200da: Includes grade values in the admin grade reports. + allow_postable_submission_comments_a301b742: Allow Postable Submission Comments + for_manually_posted_assignments_the_presence_of_a__8aabf3cc: For manually posted assignments, the presence of a submission comment not by the submission's own user will allow posting the assignment. Previously, this would have required a grade before posting could occur. + additional_sort_options_for_new_gradebook_2dc1939: Additional Sort Options for New Gradebook + enables_sorting_by_sis_id_integration_id_and_login_6aa901b9: Enables sorting by SIS ID, integration ID and login ID in New Gradebook. + eportfolio_moderation_feb0ffd3: ePortfolio Moderation + flags_new_eportfolio_content_matching_specific_key_a66af560: Flags new ePortfolio content matching specific keywords as possible spam, and allows administrators to either confirm flagged ePortfolios or mark them as safe. + new_analytics_api_access_7eec1ead: New Analytics API Access + enables_new_api_endpoints_for_the_course_and_user__2ba4afbf: Enables new API endpoints for the course and user data provided by New Analytics. + custom_reports_experimental_features_40bbfe7c: 'Custom Reports: Experimental Features' + use_experimental_features_before_they_are_generall_3dfaddd1: Use experimental features before they are generally enabled in production + this_is_a_siteadmin_test_feature_flag_3ab5184: This is a SiteAdmin test Feature Flag + this_flag_will_not_cause_any_change_in_behavior_24c0308b: This flag will not cause any change in behavior. + assignments_2_teacher_view_3cd3aeda: Assignments 2 Teacher View + use_the_new_assignments_teacher_page_8add7e46: Use the new assignments teacher page + bookmarking_for_enrollments_index_api_840be156: Bookmarking for Enrollments Index API + use_bookmarking_for_api_pagination_in_enrollments__52b9bc28: Use bookmarking for API pagination in Enrollments Index + discussion_topic_performance_improvements_for_bibs_79a483ef: Discussion Topic performance improvements for Bibsys + discussion_topics_will_not_query_permissions_for_e_7570e632: Discussion Topics will not query permissions for every sub-discussion + assignment_enhancements_student_557372ab: Assignment Enhancements - Student + use_the_new_assignments_student_page_944262af: Use the new assignments student page + pronouns_for_users_da46fb5: Pronouns for users + allows_users_to_pick_pronouns_that_will_be_display_4adf5ac: Allows users to pick pronouns that will be displayed after their name when it is shown in the user interface. + immediate_notifications_for_global_announcements_682f5a3d: Immediate notifications for global announcements + if_you_turn_this_on_when_an_account_admin_goes_to__c1173b32: If you turn this on, when an account admin goes to the page to create a global announcement, a checkbox will appear to send notification directly to users when announcement starts. + system_and_user_generated_events_84bc4c8a: System- and User-Generated Events + differentiate_between_system_and_user_generated_li_dc466585: |- + Differentiate between system- and user-generated live events + in the Canvas Data Services tool + live_event_subscription_webhooks_1dae83bb: Live Event Subscription Webhooks + allow_live_event_subscription_to_be_set_to_be_deli_ba8d8a9a: |- + Allow Live Event Subscription to be set to be delivered + via HTTPS webhooks + live_event_tool_documentation_f6dcc3d7: Live Event Tool Documentation + show_embedded_documentation_in_live_events_lti_too_cbe229f3: Show embedded documentation in Live Events LTI Tool + developer_key_include_parameter_support_58cbf874: Developer Key Include Parameter Support + provides_a_flag_on_the_devloper_key_to_support_inc_4a1ce85a: Provides a flag on the Devloper Key to support Include Parameters on API requests + send_notifications_when_manually_created_access_to_a1631123: Send notifications when manually created access tokens are made + announcement_successfully_created_731a707f: Announcement successfully created + announcement_creation_failed_f7d227f5: Announcement creation failed + announcement_successfully_updated_7bc5130: Announcement successfully updated + announcement_update_failed_6a6ec9fe: Announcement update failed + announcement_not_found_d6d124c3: Announcement not found + account_notifications: + announcement_deleted_notice: Announcement successfully deleted + your_custom_theme_has_been_successfully_applied_eaa0fc82: Your custom theme has been successfully applied. + cannot_set_sis_account_id_on_a_root_account_dc7a969e: Cannot set sis_account_id on a root_account. + to_change_sis_account_id_the_user_must_have_manage_4b8a37a8: To change sis_account_id the user must have manage_sis permission. + accounts: + account_name_required: The account name cannot be blank + unrecognized_time_zone: "'%{timezone}' is not a recognized time zone" + cannot_manage_account: You are not allowed to manage account settings + quota_must_be_positive: Value must be positive + quota_too_large: Value too large + quota_integer_required: An integer value is required + cannot_manage_quotas: You are not allowed to manage quota settings + update_failed_notice: Account settings update failed + no_user_message: No user found with that id + user_deleted_message: "%{username} successfully deleted" + crumb_statistics: Statistics + account_user: + remove_admin_tooltip: Remove this admin + add_course_or_user: + add_course_link: New Course + add_user_link: New User + labels: + full_name: Full Name + short_name: Display Name + sortable_name: Sortable Name + path: Email + sis_user_id: SIS ID + send_confirmation: Email the user about this account creation + name: Course Name + course_code: Reference Code + account_id: Subaccount + enrollment_term_id: Enrollment Term + full_name_description: This name will be used by teachers for grading. + display_name_help: People will see this name in discussions, messages and comments. + sortable_name_help: This name appears in sorted lists. + unique_id_label_1: "%{label}:" + add_user_button: Add User + add_course_button: Add Course + course: + course_unpublished_title: This course hasn't been published yet + sis_id_label: SIS ID + associated_count: + one: 1 Associated Course + other: "%{count} Associated Courses" + more_count: + one: 1 more + other: "%{count} more" + student_count: + one: 1 Student + other: "%{count} Students" + teachers_label: Teachers + none: none + settings_link: Settings + statistics_link: Statistics + homepage_link: Homepage + courses_right_side: + course_filtering: Course Filtering + enrollment_term_label: Show courses from the term + hide_enrollmentless_courses: Hide enrollmentless courses + filter_label: Find a Course + go_button: Go + sis_agent_token_auth: + labels: + sis_app_token: SIS Agent Token + sis_app_url: SIS App URL + sis_batch_counts: + imported_items_title: Imported Items + accounts_label: Accounts + terms_label: Terms + courses_label: Courses + sections_label: Sections + users_label: Users + enrollments_label: Enrollments + crosslists_label: Crosslists + groups: Groups + group_enrollments: Group Enrollments + sis_batch_messages: + sis_batch_errors_title: Errors that prevent importing + sis_batch_warnings_title: Warnings + sis_integration_settings: + labels: + value: Characters + admin_tools: + page_title: Admin Tools for %{account} + admin_tools_cumb: Admin tools + admin_tools_title: Admin Tools + admin_tools: + tab_labels: + restore_course: Restore Courses + admin_tools_logging: Logging + view_messages: View Notifications + course_search_results: + labels: + coures_id1: 'Course ID:' + account_id: 'Account ID:' + course_code1: 'Course Code:' + restore_btn: Restore + coures_id2: 'Course ID:' + account_id2: 'Account ID:' + course_code2: 'Course Code:' + info_text: Enrollments to this course must be restored manually. + error_message: A deleted course with that ID could not be found for this account. + successfull_restore: + subtext: What would you like to do next? + add_enrollments: Add Enrollments + successful_restore: + view_course: View Course + notdeleted_restore: + header_subtext: "(Not Deleted)" + view_course: View Course + add_enrollments: Add Enrollments + auth_logging_search_results: + date: Date + time: Time + activity: Activity + no_item_found: No items found + comm_message_item: + to: To + from_name: From + reply_to: Reply to + created_at: Created at + sent_at: Sent at + comm_messages_search_overview: + messages_viewed: Notifications sent to *%{user}* from *%{start_date}* to *%{end_date}*. + comm_messages_search_results: + no_messages_found: No messages found + course_logging_details: + event_id: Event Id + date: Date + time: Time + user: User + event_source_label: Source + event_sis_batch: SIS Batch + blank_placeholder: "-" + event_type_label: Type + copied_to_label: Copied To + copied_from_label: Copied From + reset_to_label: Reset To + reset_from_label: Reset From + Field: Field + Value: Value + From: From + To: To + course_logging_item: + blank_placeholder: "-" + view_event_details: View Details + course_logging_results: + date: Date + time: Time + user: User + event_type: Type + event_source: Source + event_details: Event Details + no_item_found: No items found + date_range_search: + message_date_from: From Date + message_date_to: To Date + grade_change_logging_item: + event_type: + corrupted: Details Not Available + blank_placeholder: "-" + yes-abbreviation: y + no-abbreviation: n + grade_change_logging_results: + date: Date + time: Time + from: From + To: To + Grader: Grader + Student: Student + Course: Course + Assignment: Assignment + Anonymous: Anonymous + no_item_found: No items found + logging_content_pane: + select_default: Select a Log type + authentication: Login / Logout Activity + grade_change: Grade Change Activity + course: Course Activity + mutations: GraphQL Mutation Activity + user_date_range_search_form: + search_people: Search people + search: Search for people by ID or name + message_date_from: From Date + message_date_to: To Date + avatars: + page_title: Profile Pictures + title: Profile Pictures + labels: + show: Show + submitted_link: + zero: Submitted + one: Submitted %{count} + other: Submitted %{count} + reported_link: + zero: Reported + one: Reported %{count} + other: Reported %{count} + re_reported_link: + zero: Approved, Re-Reported + one: Approved, Re-Reported %{count} + other: Approved, Re-Reported %{count} + all_link: + zero: All + one: All %{count} + other: All %{count} + no_avatars_message: No Profile Pics to Show + approve_link: approve + lock_link: lock + unlock_link: unlock + delete_link: delete + saving: Saving... + confirm_delete_user: + page_title: Confirm Delete + title: Confirm Delete %{user} from %{account} + confirm_delete: Are you sure you want to delete this user from the account %{account}? This will remove the user's data (including grades) from all courses and groups. This process cannot be undone. + delete_button: Delete %{user} + courses: + courses_crumb: Courses + search_results_crumb: Search results for "%{query}" + page_title: Course Search results for "%{query}" + title: Course Search Results for "%{query}" + no_results_message: No Results Found + eportfolio_moderation: + eportfolio_moderation_crumb: Eportfolio Moderation + page_title: Eportfolio Moderation + title: Eportfolio Moderation + index: + page_title: Accounts + accounts_crumb: Accounts + title: Accounts I Manage + no_accounts_message: No Accounts + reports_tab: + headings: + sections: Reports + headers: + report_name: Name + report_last_run: Last Run + open_report_description: Open Report Description + report_last_run_never: Never + links: + run_report: Run Report + configure_report: Configure... + report_running: The report is running.*You'll receive an email when it is done.* + settings: + settings_crumb: Settings + page_title: Account Settings + page_header_title: Account Settings + tab_settings: Settings + tab_quotas: Quotas + tab_notifications: Notifications + tab_admins: Admins + tab_announcements: Announcements + tab_reports: Reports + tab_external_tools: Apps + tab_alerts: Alerts + feature_preview: Feature Preview + feature_options: Feature Options + headings: + settings: Account Settings + quotas: Account Quotas + account_settings_title: Account Settings + labels: + name: Account Name + sis_source_id: SIS ID + default_language: Default Language + default_time_zone: Default Time Zone + mfa_settings: Multi-Factor Authentication + self_enrollment: Allow Self-Enrollment + trusted_referers: Trusted HTTP Referers + prevent_course_renaming_by_teachers: Don't let teachers rename their courses + allow_sending_scores_in_emails: Students can opt-in to receiving scores in email notifications + include_students_in_global_survey: Include students in global surveys + restrict_quiz_questions: Restrict students from viewing quiz questions after course end date + locked: Lock this setting for sub-accounts and courses + restrict_student_future_listing: Restrict students from viewing future courses in enrollments list + value: Disable comments on announcements + can_add_pronouns: Enable Personal Pronouns + domain: 'Domain:' + admins_can_change_passwords: Password setting by admins + admins_can_view_notifications: Admins can view notifications + canvadocs_prefer_office_online: Prefer Office 365 file viewer + enable_user_notes: Faculty Journal + enable_eportfolios: ePortfolios + allow_invitation_previews: Invitation Previews + enable_alerts: Alerts (beta) + global_includes: Custom CSS/JavaScript overrides + show_scheduler: Enable Scheduler + enable_profiles: Enable Profiles + sub_account_includes: Let sub-accounts use the Theme Editor to customize their own branding + open_registration: Open Registration + users_can_edit_name: Users can edit their name + edit_institution_email: Users can delete their institution-assigned email address + author_email_in_notifications: Show the email address of sender for user interaction Notifications + enable_course_catalog: Show a searchable list of courses in this root account with the "Include this course in the public course index" flag enabled. + equella: Equella + enable_turnitin: Turnitin + equella_endpoint: Equella Endpoint + equella_teaser: Equella Comments + turnitin_pledge: Similarity Pledge + turnitin_account_id: Turnitin Account ID + turnitin_shared_secret: Turnitin Shared Secret + turnitin_host: Turnitin Host + turnitin_comments: Submission Comments + originality_report_visibility: Students can see the originality report + teachers_can_create_courses: Teachers + no_enrollments_can_create_courses: Users with no enrollments + students_can_create_courses: Students + outgoing_email_default_name_option_default: Default Canvas Setting + outgoing_email_default_name_option_custom: Custom "From" Name + no_language_preference: Not set (defaults to %{language}) + default_language_description: This will override any browser/OS language settings. Preferred languages can still be set at the course/user level. + select: + mfa: + disabled: Disabled + optional: Optional + required_for_admins: Required for Admins + required: Required + never_allow_self_enrollment_option: Never + self_enroll_for_manually_created_courses_option: For Manually-Created Courses + self_enroll_for_any_courses_option: For Any Courses + google_docs_domain: Allowed Google Docs Domain + quiz_ip_filters_help_tooltip: What are Quiz IP Filters? + quiz_ip_filters_help_title: What are Quiz IP Filters? + quiz_ip_filters_help_message: |- + Quiz IP filters are a way to limit access to quizzes to computers in a specified IP range. + + Specify a set of IP address filters that teachers can use to protect access to quizzes. Filters can be a comma-separated list of addresses, or an address followed by a mask ("192.168.217.1/24" or "192.168.217.1/255.255.255.0")." + quiz_ip_filters_delete: Remove Filter + add_ip_filter_link: Filter + features_title: Features + open_registration_delegated_warning_tooltip: An External Identity Provider is Enabled + open_registration_delegated_warning_message: An external identity provider is enabled, and users created via open registration may not be able to log in unless the external identity provider's login form has a link back to %{url}. + equella_settings_title: Equella Settings + equall_endpoint_help: This is the URL to your equella service. It will probably look something like "%{sample_url}". + turnitin_pledge_help: students must check a box acknowledging that they agree with this pledge + turnitin_settings_title: Turnitin Settings + confirm_turnitin_settings_link: confirm Turnitin settings + turnitin_comments_help: these comments will be shown to students when submitting a Turnitin-enabled assignment + about_google_docs_tooltip: About Google Docs Previews + about_google_docs: |- + Google Docs Previews allow users to view documents from + within Canvas, rather than having to download them and + open the corresponding program (e.g. Word or Excel). + + Google Docs Previews can also render file types + not supported by the Canvas document previewer. + + By using this service you + acknowledge that you have read and agreed to the + [Google Docs Viewer Terms of Service](%{terms_url}). + create_courses_title: Who Can Create New Courses + create_courses_description: "(Account Administrators can always create courses)" + update_settings_button: Update Settings + email_notification_from_settings: E-mail Notification "From" Settings + email_notification_from_description: This setting allows the Admin to brand or label the 'From' text on all notifications sent from Canvas for this Account. + notifications: + example: 'Example:' + from: From + subject: Subject + sample_subject: Recent Canvas Notifications + email_date: Date + email_to: To + email_reply_to: Reply-To + custom_name_description: If selected, this will replace all other branding sent in Canvas notifications. + external_services: Notifications Sent to External Services + external_services_label: Display one time pop-up warning on Notification Preferences page. + external_services_warning_label: 'Pop-up Message Content:' + external_services_warning: 'Notice: Some notifications may contain confidential information. Selecting to receive notifications at an email other than your institution provided address may result in sending sensitive Canvas course and group information outside of the institutional system.' + account_admins_title: Account Admins + links: + add_admins: Account Admins + add_admin_title: Add Account Admins + buttons: + modify_users: Go back and edit the list of users + continue: Continue... + add_users: OK Looks Good, Add These Users + global_announcements_title: Global Announcements + alert_timespan: from %{start_at} to %{end_at} + no_enrollment_roles: Unenrolled users + announcement_sent_to_subset: Sent to 1 / %{denominator} users each month + interpolate_account_domain: Enter "{{ACCOUNT_DOMAIN}}" to substitute the user's root account domain + interpolate_user_id: Enter "{{CANVAS_USER_ID}}" to substitute the user's unique Canvas ID + alerts_title: Alerts + manual_quotas: + manual_quotas_title: Manually Settable Quotas + select_type_label: Find course or group + select_type_courses: Course ID + select_type_groups: Group ID + find_button: Find + megabytes_tooltip: megabytes + megabytes: megabytes + update_button: Update Quota + quotas: + default_account_quota_title: Default Account Quotas + default_course_storage_quota: Course Quota + megabytes_tooltip: megabytes + megabytes: megabytes + default_user_storage_quota: User Quota + default_group_storage_quota: Group Quota + update_button: Update + account_quotas: + site_admin_quotas: Site Admin Quotas + student_quota: Student Quota + file_quota: File Quota + gigabytes: gigabytes + media_quota: Media Quota + update: Update + show: + courses_crumb: Courses + title: Courses In This Account + subtitle_term: For the term **%{term}** + too_many_courses_message: There are too many courses to show (%{count}). Please use the finder on the right to find a specific course. + no_courses_term_message: There are no courses in this term + no_courses_account_message: There are no courses in this account + sis_import: + sis_import_crumb: SIS Import + page_title: SIS Import + title: SIS Import + try_import_again_link: Try import again + select_file_instructions: "Select the zip file that you want imported. \nFor a description of how to generate these zip files, [please see this documentation](%{url})." + import_type_label: Import type + batch_mode_label: This is a full batch update + batch_import_instructions: "If selected, this will delete everything for this term, which includes all courses and enrollments that are not in the selected import file above. \nSee the documentation for details." + override_sis_stickiness_label: Override UI changes + override_sis_stickiness_instructions: "By default, UI changes have priority over SIS import changes; for a number of fields, the SIS import will not change that field's data if an admin has changed that field through the UI. If you select this option, this SIS import will override UI changes. \nSee the documentation for details." + add_sis_stickiness_label: Process as UI changes + add_sis_stickiness_instructions: With this option selected, changes made through this SIS import will be processed as if they are UI changes, preventing subsequent non-overriding SIS imports from changing the fields changed here. + clear_sis_stickiness_label: Clear UI-changed state + clear_sis_stickiness_instructions: With this option selected, all fields in all records touched by this SIS import will be able to be changed in future non-overriding SIS imports. + process_data_button: Process Data + import_started_message: The import process has started! This can take awhile if there is a lot to import. You can leave the page and come back. + import_log_title: Import Progress Log + pending_batches_title: Pending Batches + pending_batches_count: + one: "%{count} batch waiting to be processed." + other: "%{count} batches waiting to be processed." + last_batch_title: Last Batch + started_at_message: 'Started: %{started_at}' + imported_message: All SIS data was successfully imported. + imported_with_messages_message: 'The SIS data was imported but with these messages:' + import_failed_message: There was an error importing your SIS data. + import_failed_with_messages_message: 'The import failed with these messages:' + statistics: + page_title: Statistics for %{account} + page_header_title: Account Statistics + general_numbers_title: General Numbers + labels: + generated_at: Generated + courses: Courses + teachers: Teachers + students: Students + users: Users + uploaded_storage: Uploaded + media_storage: Media + over_time_link: over time + uploaded_data: + one: "%{file_size} *from one file*" + other: "%{file_size} *from %{count} files*" + uploaded_file_storage_header: Uploaded File Storage + media_data: + one: "%{file_size} *from one file*" + other: "%{file_size} *from %{count} files*" + media_file_storage_header: Media File Storage + recently_created_courses_title: Recently Created Courses + created_at_by: created %{at} by [%{teacher}](%{url}) + created_at: created %{at} + none_message: None to show + recently_started_courses_title: Recently Started Courses + started_at: started %{at} + recently_ended_courses_title: Recently Ended Courses + concluded_at: concluded %{at} + recently_logged_in_users_title: Recently Logged-In Users + last_logged_in_at: last logged in %{at} + download_csv_link: Download csv + date_picker_parameter: + account_reports: + default: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + grade_export_csv_description: + account_reports: + default: + description: + text: This report shows the student final grade results for all students in a given term. The resulting csv file will have one row per enrollment, and will show the current and final grade that is displayed in the course gradebook. + include_deleted_parameter: + account_reports: + default: + include_deleted: + check_box: Include Deleted Objects + last_enrollment_activity_csv_description: + account_reports: + default: + last_enrollment_activity: + text: This report shows the last activity on a user's enrollments. + last_user_access_csv_description: + account_reports: + default: + last_user_access: + text: This report shows the last login for active users. + lti_report_csv_description: + account_reports: + default: + lti_reports: + text: This report provides an export of data that shows LTI (Learning Tool Interoperability) usage information. + outcome_results_csv_description: + account_reports: + outcomes: + description: + text: This report shows the learning outcome results for all students. The resulting csv file will have one row per user-outcome-result pair, and will show the details of the result including the associated assignment. + outcome_results_csv_parameters: + account_reports: + outcomes: + order: + label: Order + user: + radio: Users + course: + radio: Courses + outcome: + radio: Outcomes + provisioning_csv_description: + account_reports: + sis_export: + description: + text: This report will export all the needed information that relates to provisioning Canvas in its respective categories. + provisioning_csv_parameters: + account_reports: + default: + users: + check_box: Users CSV + accounts: + check_box: Accounts CSV + terms: + check_box: Terms CSV + courses: + check_box: Courses CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + groups: + check_box: Groups CSV + group_membership: + login: + check_box: Group Membership CSV + group_categories: + login: + check_box: Group Categories CSV + xlist: + check_box: X list CSV + sis_default: + parameters: + note: "*Term settings only impact Courses, Sections, Enrollments, and X list CSV files." + public_courses_csv_description: + account_reports: + default: + public_courses: + text: This report shows all the courses that are not deleted for a given term that are public. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, course start and end dates. + recently_deleted_courses_csv_description: + account_reports: + default: + recently_deleted_courses: + text: This report shows all the courses for a given term that have been deleted in the last 30 days. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, course start and end dates. + sis_export_csv_description: + account_reports: + sis_export: + description: + text: 'SIS Export report: This report will export all the needed files for Users, Accounts, Terms, Courses, Sections, Enrollments, Groups, Group Memberships, and Cross Listings for an SIS import in their respective categories. This will only return items created or modified through SIS.' + sis_export_csv_parameters: + account_reports: + default: + users: + check_box: Users CSV + accounts: + check_box: Accounts CSV + terms: + check_box: Terms CSV + courses: + check_box: Courses CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + groups: + check_box: Groups CSV + group_membership: + login: + check_box: Group Membership CSV + xlist: + check_box: X list CSV + sis_default: + parameters: + note: "*Term settings only impact Courses, Sections, Enrollments, and X list CSV files." + student_assignment_outcome_map_csv_description: + account_reports: + student_assignment_map: + description: + text: This report shows the learning outcome results for all students. The resulting csv file will have one row per user-outcome-result pair, and will show the details of the result including the associated assignment. This report only shows outcome results for assignments and does not include outcomes tied to question banks. + students_with_no_submissions_csv_description: + account_reports: + default: + students_with_no_submissions: + text: This is a report of all students enrolled in a course in a given term that have not submitted an assignment between the given date range in a course. This report contains one row per student enrollment that meet the criteria. The date range can be no longer than two weeks. + students_with_no_submissions_csv_parameters: + account_reports: + default: + include_enrollment_state: + check_box: Include Enrollment State + enrollment_state: + header: Enrollment State + all: All Enrollments + active: Active Enrollments + terms_parameters: + account_reports: + default: + parameters: + header: Term + unpublished_courses_csv_description: + account_reports: + default: + unpublishd_courses: + text: This report shows all the courses for a given term that are not published. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, course start and end dates. + unused_courses_csv_description: + account_reports: + unused_courses: + main: + text: 'This is a report of all courses that have none of the following items: assignments, announcements, discussions, files, modules, pages, or quizzes.' + user_access_tokens_csv_description: + account_reports: + default: + user_access_token: + text: This report shows users with access tokens. + zero_activity_csv_description: + account_reports: + default: + zero_activity: + text: This report shows all the students enrolled in any courses in a given term. Resulting csv file will have one row per user enrollment that have not visited the course since the date. + assignment_scheduling_csv_parameters: + account_reports: + newark: + assignment_count: + field: "# Assignments:" + assignment_groups: + label: 'Assignment Groups To Include:' + assignments: + check_box: Assignments + tests: + check_box: Tests + projects: + check_box: Projects + papers: + check_box: Papers + reports: + check_box: Reports + major: + check_box: Major + ccp_zero_activity_csv_parameters: + account_reports: + ccp: + filter_online: + check_box: Online classes only + course_selector_parameters: + account_reports: + linn_benton: + course_ids: + text: 'course_ids:' + custom_grade_export_csv_parameters: + account_reports: + ross: + parameters: + note: Courses with muted assignments may not accurately reflect scores in this report. + custom_outcomes_csv_parameters: + account_reports: + edison: + outcome: + text: 'outcome_id:' + embry_riddle_activity_report_csv_parameters: + account_reports: + embry_riddle: + outcome: + text: 'Course SIS Pattern(s) (Comma separated list):' + engagement_report_csv_parameters: + account_reports: + bryan_engagement: + enrollment_term_ids: + field: Enrollment Term Ids + excelsior_activity_report_csv_parameters: + account_reports: + excelsior: + outcome: + text: 'Section Pattern:' + learning_outcome_assignment_type_csv_parameters: + account_reports: + samuel_merrit_university: + course: + text: Course ID + sis: + text: Course SIS ID + parameters: + note1: Course ID can be left blank to run the report for all courses in the term. + mississippi_sis_csv_parameters: + account_reports: + default: + users: + check_box: Users CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + new_excelsior_activity_report_csv_parameters: + account_reports: + excelsior: + outcome: + text: 'Section Pattern:' + ph_student_grades_csv_parameters: + account_reports: + penn_harris: + parameters: + note: Courses with muted assignments may not accurately reflect scores in this report. + proserve_all_versions_submissions_csv_parameters: + account_reports: + proserv: + use_serialized_submission: + check_box: Use serialized submission timestamp + safety_drill_csv_parameters: + account_reports: + newark: + assignment_groups: + label: 'Assignment Groups To Include:' + assignments: + check_box: Assignments + tests: + check_box: Tests + projects: + check_box: Projects + papers: + check_box: Papers + reports: + check_box: Reports + major: + check_box: Major + scantron_quiz_csv_parameters: + account_reports: + edison: + quiz_id: + field: Quiz id + section_id: + field: Section ID + single_course_ag_selector_parameters: + account_reports: + linn_benton: + course_id: + text: 'Course Id:' + assignment_group_id: + text: 'Assignment Group Id:' + student_assessment_scores_csv_parameters: + account_reports: + orbis: + parameters: + note: Courses with muted assignments may not accurately reflect scores in this report. + student_assignment_grades_csv_parameters: + account_reports: + auburn: + pseudonym_ids: + field: Login IDs + student_grades_csv_parameters: + account_reports: + auburn: + pseudonym_ids: + field: Pseudonym IDs + student_progress_custom_report_csv_parameters: + account_reports: + pearson: + outcome: + text: 'Course SIS ID:' + tempe_grade_export_csv_parameters: + account_reports: + tempe: + course: + text: Course ID + parameters: + note1: Course ID can be left blank to run the report for all courses in the term. + note2: Courses with muted assignments may not accurately reflect scores in this report. + user_access_csv_parameters: + account_reports: + usu: + enrollment_type: + header: Enrollment Type + all: All Enrollments + students: Student Enrollments + teachers: Teacher Enrollments + ta: Ta Enrollments + observer: Observer Enrollments + designer: Designer Enrollments + user_inactivity_csv_parameters: + account_reports: + webster: + login: + day_drop: 'Minimum course items visited:' + adtalem: + attendance_extract: + parameters: + custom_reports: + start: + parameters: + header: 'Activity Date:' + faculty_missing_grades: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + no_submissions: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + submissions_detail: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + devry_u: + attendance_extract: + parameters: + custom_reports: + start: + parameters: + header: 'Activity Date:' + faculty_missing_grades: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + no_submissions: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + submissions_detail: + parameters: + custom_reports: + start: + parameters: + header: 'Start at:' + end: + parameters: + header: 'End at:' + ilumno: + grade_export: + course_date_picker_parameter: + Optional: Optional + settings: 'settings:' + proservices: + provisioning: + parameters: + account_reports: + default: + users: + check_box: Users CSV + accounts: + check_box: Accounts CSV + terms: + check_box: Terms CSV + courses: + check_box: Courses CSV + sections: + check_box: Sections CSV + enrollments: + check_box: Enrollments CSV + groups: + check_box: Groups CSV + group_membership: + login: + check_box: Group Membership CSV + group_categories: + login: + check_box: Group Categories CSV + xlist: + check_box: X list CSV + sis_default: + parameters: + note: "*Term settings only impact Courses, Sections, Enrollments, and X list CSV files." + wssu: + user_access: + parameters: + account_reports: + usu: + enrollment_type: + header: Enrollment Type + all: All Enrollments + students: Student Enrollments + teachers: Teacher Enrollments + ta: Ta Enrollments + observer: Observer Enrollments + designer: Designer Enrollments + additional_settings: + account_status: Account Status + new_account_domain_title: New Account Domain + add_new_domain: Add New Domain + labels: + consortium_parent_account: Consortium parent account + consortium_can_create_own_accounts: Consortium admins can create root accounts + shard_per_account: Create a new shard for every new root account + consortium_autocreate_web_of_trust: Automatically create a web of trust when creating new accounts + consortium_autocreate_reverse_trust: Automatically have the parent account trust new root accounts (the reverse is always true) + additional_settings_right_side: + titles: + unsuspend: Unsuspend Account + links: + unsuspend: Unsuspend Account + suspend: Suspend Account + title: + suspend: Suspend Account + consortium_user_search: + find_user_by: Find a User by Login/Email + find_user_by_label: Login/Email + consortium_users: + user_search_label: User Search + root_accounts: + labels: + name: Account Name + add_course_dialog_title: Add a New Course + adding_course_message: Adding Course... + add_course_button: Add Course + course_added_message: "%{course} successfully added!" + course_add_failed_message: Adding Course Failed, please try again + add_user_dialog_title: Add a New User + adding_user_message: Adding User... + add_user_button: Add User + user_added_message_sent_message: "*%{user}* successfully added! They should receive an email confirmation shortly." + user_added_message: "*%{user}* successfully added!" + user_add_failed_message: Adding User Failed, please try again + test_ldap_dialog_title: Test LDAP Settings + test_ldap_result_ok: OK + test_ldap_result_failed: Failed + test_ldap_result_canceled: Canceled + testing: Testing... + test_login: Test Login + retry_login: Retry Login + quota_updated: Quota updated + quota_not_updated: Quota was not updated + integer_required: An integer value is required + course_type: course + group_type: group + find_not_authorized: You are not authorized to access that %{type} + find_not_found: Could not find a %{type} with that ID + default_account_quotas_updated: Default account quotas updated + default_account_quotas_not_updated: Default account quotas were not updated + account_quotas_updated: Account quotas updated + account_quotas_not_updated: Account quotas were not updated + users_list: + name: Name + login_name_or_sis_id: Login / SIS ID + no_people_found: No people found + you_can_search_by: 'You can search by:' + a_z_29d8e67c: A - Z + z_a_b48d8903: Z - A + newest_oldest_d768cf1a: Newest - Oldest + oldest_newest_4de86803: Oldest - Newest + announcements: + announcements_crumb: Announcements + feed_title_course: Course Announcements Atom Feed + podcast_title_course: Course Announcements Podcast Feed + feed_title_group: Group Announcements Atom Feed + podcast_title_group: Group Announcements Podcast Feed + feed_name: "%{course} Announcements Feed" + podcast_feed_name: "%{course} Announcements Podcast Feed" + podcast_feed_description_course: Any media files linked from or embedded within announcements in the course "%{course}" will appear in this feed. + podcast_feed_description_group: Any media files linked from or embedded within announcements in the group "%{group}" will appear in this feed. + error_draft_state: This topic cannot be set to draft state because it is an announcement. + links: + dashboard: My Dashboard + errors: + feedback: Click here to tell us what happened + application: + notices: + page_disabled_for_account: That page has been disabled for this account + page_disabled_for_course: That page has been disabled for this course + page_disabled_for_group: That page has been disabled for this group + page_disabled: That page has been disabled + first_teacher: This course is now claimed, and you've been registered as its first teacher. + first_teacher_with_email: This course is now claimed, and you've been registered as its first teacher. You should receive an email shortly to complete the registration process. + warnings: + please_log_in: For security purposes, please enter your password to continue + details: + suspended: This institution's Canvas account has been suspended. Only Account Administrators may log in to correct any problems. + titles: + suspended: Institution Suspended + errors: + unauthorized: + unpublished: This course has not been published by the instructor yet. + not_started_yet: The course you are trying to access has not started yet. It will start %{date}. + quota_exceeded_account: Account storage quota exceeded + quota_exceeded_course: Course storage quota exceeded + quota_exceeded_group: Group storage quota exceeded + quota_exceeded_user: User storage quota exceeded + quota_exceeded: Storage quota exceeded + mismatched_verification_code: The verification code does not match any currently enrolled user. + feed_unpublished_course: Feeds for this course cannot be accessed until it is published. + feed_unpublished_group: Feeds for this group cannot be accessed until it is published. + invalid_verification_code: The verification code is invalid. + feed_private_course: The matching course has gone private, so public feeds like this one will no longer be visible. + feed_private_group: The matching group has gone private, so public feeds like this one will no longer be visible. + feed_private: The matching context has gone private, so public feeds like this one will no longer be visible. + invalid_feed_parameters: Invalid feed parameters. + feed_not_found: Could not find feed. + invalid_external_tool: Couldn't find valid settings for this link + invalid_tag_type: Didn't recognize the item type for this tag + permission_denied: You don't have permission to access that page + student_view_unauthorized: You cannot access this functionality in student view. + invalid_external_tool_id: Couldn't find valid settings for this tool + submission_unauthorized: You cannot access this submission. + wiki_front_page_default_content_course: Welcome to your new course wiki! + wiki_front_page_default_content_group: Welcome to your new group wiki! + user_not_authorized_to_perform_that_action_until_v_4f095a7c: user not authorized to perform that action until verifying email + complete_registration_by_clicking_the_finish_the_r_6c1c958b: Complete registration by clicking the “finish the registration process” link sent to your email. + must_be_logged_in_and_registered_to_perform_that_a_7e3c8785: must be logged in and registered to perform that action + please_log_in_to_view_this_content_eec6cd0: Please Log in to view this content + you_ll_need_to_accept_the_enrollment_invitation_be_441a617b: You'll need to *accept the enrollment invitation* before you can fully participate in this course, starting on %{date}. + you_ll_need_to_accept_the_enrollment_invitation_be_1e962788: You'll need to *accept the enrollment invitation* before you can fully participate in this course. + this_course_hasn_t_started_yet_you_will_not_be_abl_c828c423: This course hasn’t started yet. You will not be able to participate in this course until %{date}. + crumbs: + site_admin: Site Admin + assignments: Assignments + syllabus: Syllabus + quizzes: Quizzes + calendar_events: Calendar Events + collaborations: Collaborations + conferences: Conferences + people: People + access_report: Access Report + modules: Modules + settings: Settings + developer_keys: Developer Keys + discussions: Discussions + announcements: Announcements + files: Files + grades: Grades + grading_standards: Grading + users: Users + groups: Groups + jobs: Jobs + outcomes: Outcomes + question_banks: Question Banks + wiki_pages: Pages + revisions: Revisions + eportfolio_welcome: Welcome to Your ePortfolio + media: Media + prior_users: Prior Users + registered_services: Registered Services + confirmation: Confirmation + copy_course: Copy Course + stats: Statistics + error_reports: Error Reports + messages: Messages + plugins: Plugins + rubrics: Rubrics + your_browser_does_not_meet_the_minimum_requirement_2fa7c11f: Your browser does not meet the minimum requirements for Canvas. Please visit the *Canvas Community* for a complete list of supported browsers. + group: + memeber: Member + name_required: Name is required + name_too_long: Enter a shorter group name + greater_than_1: Must be greater than 1 + tabs: + home: Home + pages: Pages + people: People + discussions: Discussions + files: Files + cannot_create_an_appointment_group_for_a_concluded_f4da02e3: cannot create an appointment group for a concluded course + edit_title_20a9577: Edit %{title} + assignment_groups_api: + errors: + frozen_assignments_error: You cannot delete a group with a locked assignment. + cannot_move_assignments_due_to_closed_grading_peri_59fc3c4: Cannot move assignments due to closed grading periods + assignment_groups: + notices: + deleted: This group has been deleted + created: Assignment Group was successfully created. + updated: Assignment Group was successfully updated. + errors: + cannot_delete_group: You can not delete a group with a locked assignment. + assignment_does_not_exist_74178c34: assignment does not exist + quiz_duplication_not_implemented_c1495585: quiz duplication not implemented + cannot_save_new_assignment_3bda0792: cannot save new assignment + bucket_name_must_be_one_of_the_following_bucket_na_81c1be40: 'bucket name must be one of the following: %{bucket_names}' + assignments: + notices: + assignment_delete: This assignment has been deleted + assignment_not_available: The assignment you requested is not available to your course section. + created: Assignment was successfully created. + quizzes_published: + one: 1 quiz successfully published! + other: "%{count} quizzes successfully published!" + quizzes_unpublished: + one: 1 quiz successfully unpublished! + other: "%{count} quizzes successfully unpublished!" + new_assignment: New Assignment + errors: + google_docs_masquerade_rejected: Unable to connect to Google Docs as a masqueraded user. + reminder_failed: Reminder failed + delete_reminder_failed: Delete failed + multiple_due_dates: Multiple Due Dates + assignments_list_right_side: + titles: + upcoming_assignments: Upcoming Assignments + grade_assignment: + titles: + related_items: Related Items + links: + download_submissions: Download Submissions + reupload_submissions: Re-Upload Submissions + peer_reviews: Peer Reviews + buttons: + upload_files: Upload Files + graded_count: "%{graded_count} *out of* %{total} Submissions Graded" + resubmission_count: + one: 1 Ungraded Re-submission + other: "%{count} Ungraded Re-submissions" + peer_review_assignment: + titles: + user_default: User + remind_reviewer: Remind %{user} about Assessment + remind_reviewier_with_last_notification: Remind %{user} about Assessment, last notified %{at} + submission_sidebar: + titles: + submission: Submission + submission_turned_in: Submitted! + submission_not_turned_in: Not Submitted! + assigned_peer_reviews: Assigned Peer Reviews + comments: 'Comments:' + messages: + submission_late_timestamp: "%{submitted_at} (late)" + no_comments: No Comments + links: + submission: + details: Submission Details + view_original_page: View the Original Page + download_attachment: Download %{attachment_display_name} + view_survey: View the Survey Submission + view_quiz: View the Quiz Submission + view_rubric_evaluation: View Rubric Evaluation + labels: + grade: 'Grade: %{grade} *(%{points_possible} pts possible)*' + 'yes': 'yes' + 'no': 'no' + graded_anonymously: 'Graded Anonymously: %{value}' + none_assigned: None Assigned + comment_signature: "%{author}, %{created_at}" + submit_assignment: + links: + submit: + file_upload: File Upload + text_entry: Text Entry + website: Website URL + google_doc: Google Doc + media: Media + external_tool: More + authorize_google_drive: Authorize Google Drive Access + instructions: + online_url: Copy and paste the link to the web site you'd like to submit for this assignment. + google_docs: Select the file from the list below. + media_recording: Use the link below to record your submission. Click "Save" when you're finished and ready to submit. + from_external_tool: Select a tool from the list below to load and submit a resource provided by that tool. + labels: + url: Website URL + comments_placeholder: Comments... + additional_comments: Additional comments + buttons: + submit_assignment: Submit Assignment + record_media: Record / Upload Media + invalid_google_docs_domain: Invalid domain + gmail_restriction_description: Your account has restricted Google Doc submissions to Google accounts on the %{domain} domain. To submit this assignment with a Google Doc, you will need to reconfigure the Google Docs integration on your user settings page. + messages: + uploading: Retrieving a copy of your Google Doc to submit for this assignment. This may take a little while, depending on the size of the file... + google_drives_auth_required: 'Before you can submit assignments directly from Google Drive you need to authorize Canvas to access your Google Drive account:' + media_recordings_disabled: Media recordings are not enabled for this Canvas site, and you will not be able to submit these types of assignments. Please contact your instructor about changing the settings for this assignment, or your system administrator about enabling media recordings. + media_recording_ready: Ready to Submit! Click 'Submit Assignment' button to finish. + submitting: Submitting... + titles: + media_recordings_disabled: Media recordings are not enabled for this Canvas site + loading_tools: Loading tools... + submission_url: 'Submission:' + no_submission: No Submission Selected + errors: + unacceptable_file_type: 'This file type is not allowed. Accepted file types are: %{allowed_extensions_list}' + submit_online_text_entry: + instructions: + online_text_entry: Copy and paste or type your submission right here. + comments_placeholder: Comments... + additional_comments: Additional comments + buttons: + submit_assignment: Submit Assignment + submit_online_upload: + upload_or_choose_file: Upload a file, or choose a file you've already uploaded. + labels: + uploaded_data: File + links: + add_another_file: Add Another File + find_file: Click here to find a file you've already uploaded + errors: + unacceptable_file_type: 'This file type is not allowed. Accepted file types are: %{allowed_extensions_list}' + comments_placeholder: Comments... + additional_comments: Additional comments + buttons: + submit_assignment: Submit Assignment + messages: + submitting: Submitting... + syllabus_content: + titles: + course_syllabus: Course Syllabus + links: + jump_to_today: Jump to Today + edit_syllabus_description: Edit + instructions: + syllabus: |- + The syllabus page shows a table-oriented view of the course schedule, and the basics of + course grading. You can add any other comments, notes, or thoughts you have about the course + structure, course policies or anything else. + + To add some comments, click the "Edit" link at the top. + labels: + syllabus_body: Syllabus Description + assignments_summary: Course Summary + buttons: + update_syllabus: Update Syllabus + headers: + date: Date + details: Details + edit: + links: + add_rubric: Rubric + peer_reviews: + page_title: Peer Reviews + links: + back_to_assignment: Back to Assignment + assign_peer_review: Give %{student} another submission to assess + details: To the left you can see the list of students for this assignment, and also which student submissions (if any) they have been assigned to review. + titles: + automatically_assign_reviews: Automatically Assign Reviews + reminder: Remind %{assessor} about Assessment, last notified %{time} + remind: Remind %{assessor} about Assessment, last notified %{time} + descriptions: + automatically_assign_reviews: You can assign peer reviews to those users who have submitted but don't already have reviews assigned by clicking the button below. + reviews_per_user: "%{count} reviews per user" + buttons: + assign_peer_reviews: Assign Peer Reviews + add: Add + title: "%{assignment} Peer Reviews" + overview_with_rubric: Student peer reviews will be considered complete when students have commented at least once on the page and filled out the rubric form for the assignment. + overview: Student peer reviews will be considered complete when students have commented at least once on the page. + messages: + no_students_found: No Students Found + cancel_peer_review: Cancel this peer review? + submitted: submitted + not_yet_submitted: not yet submitted + none_assigned: None Assigned + options: + select_student: "[ Select Student ]" + redirect_page: + redirect_message: "This submission was a url, we're taking you to the url link now. \n[Click Here to go to the submission](%{url})" + show: + assignment_locked: This assignment is currently locked. + links: + edit: Edit + add_rubric: Rubric + manage: Manage + due_at: Due + date_time_by: "%{date} by %{time}" + no_due_date: No Due Date + points: Points + no_points: None + turnitin_enabled_short: "(Turnitin enabled)" + vericite_enabled_short: "(VeriCite enabled)" + submitting: Submitting + submission_types: File Types + attempts: Attempts + allowed_attempts: Allowed Attempts + messages: + locked: This assignment is currently locked. + defaults: + no_content: No Content + no_submission: Nothing + turnitin: Turnitin + turnitin_enabled: Turnitin has been enabled for this assignment. + vericite: VeriCite + vericite_enabled: VeriCite has been enabled for this assignment. + due: Due + for: For + available_from: Available from + until: Until + syllabus: + page_title: Syllabus for %{course} + assignment_group_create_dialog: + links: + add_assignment_group: Add Assignment Group" + assignment_group: + labels: + name: Name + buttons: + add_group: Add Group + cancel: Cancel + assignment_group_list: + no_assignment_groups: No Assignment Groups found + assignment_group_selector: + assignment_group: Assignment Group + assignment_group_options: + new_group: New Group + assignment_list_item: + delete: Delete + create_assignment: + assignment_type: 'Type:' + assignment: Assignment + discussion_type: Discussion + quiz_type: Quiz + external_tool_type: External Tool + not_graded_type: Not Graded + assignment_name: 'Name:' + assignment_due_at: 'Due:' + multiple_due_dates: Multiple due dates + differentiated_due_dates: Differentiated due date + assignment_points: 'Points:' + more: More Options + cancel: Cancel + saving: Saving... + buttons: + save_and_publish: Save & Publish + save: Save + create_group: + group_name: 'Group Name:' + example_group_name: e.g., Essay Group 1 + percent_of_total: "% of total grade" + drop_lowest: 'Lowest Scores:' + drop_highest: 'Highest Scores:' + never_drop: 'Never Drop:' + cancel: Cancel + saving: Saving... + save: Save + date_available_column_view: + available: Available + multiple_dates: Multiple Dates + date_due_column_view: + due: Due + multiple_dates: Multiple Dates + due_date: Due + todo_date: To do + delete_group: + warnings: + delete_assignment_group: You are about to delete *%{name}*, which has **%{assignment_count}** assignments in it. + would_you_like: 'Would you like to:' + labels: + delete_assignments_in_group: Delete its assignments + move_assignments_to: Move its assignments to + tooltips: + target_group: Select a group to move this assignment to + options: + select_group: Select a Group + cancel: Cancel + deleting: Deleting... + delete: Delete Group + edit_view: + assignment_name: Assignment Name + description: Description + points_possible: Points + freeze_properties: Lock assignment properties when copied + notify_content_change: Notify users that this content has changed + buttons: + save_and_publish: Save & Publish + save: Save + external_content_homework_file_submission_view: + additional_comments: Additional comments + group_assignment_header: Comments... + buttons: + submit_assignment: Submit Assignment + external_content_homework_url_submission_view: + additional_comments: Additional comments + group_assignment_header: Comments... + buttons: + submit_assignment: Submit Assignment + grading_type_selector: + display_grade_as: Display Grade as + view_grading_scheme: View Grading Scheme + gpa_scale_title: '"What is GPA Scale Grading?"' + gpa_scale_explainer: 'GPA Scale Grading is designed for schools that use a 4.0 scale (or 5.0/6.0) for all assignments. This grading scheme is similar to the Letter Grade display but features some important differences:' + gpa_scale_input_explainer: Scores are input on the 4.0 scale. For instance, if an assignment is out of 100 points, inputting 4.0 results in 100%, 3.0 results in 87%, etc. + gpa_scale_percentage_explainer: You cannot input points directly, but can input percentages. For instance, if an assignment is out of 50 points, inputting "40" will not work, but "80%" will. + gpa_scale_scores_explainer: The only scores allowed are predefined in the grading scheme. + gpa_scale_letters_explainer: Letter grades can be used in addition to number grades. + gpa_scale_recommendation: Unless your school uses a 4.0 scale (or 5.0/6.0) for grading, Canvas recommends displaying grades as Letter Grade. + group_category_selector: + group_assignment_header: Group Assignment + is_group_assignment: This is a Group Assignment + grade_group_students_individually: Assign Grades to Each Student Individually + group_set: Group Set + group_category_locked_explanation: Students have already submitted homework on this assignment, so group settings cannot be changed. + index_view: + assignments: Assignments + search_for_assignment: Search for Assignment + title_add_quiz_lti: Add Quiz/Test + add_quiz_lti: Quiz/Test + title_add_group: Add Assignment Group + add_group: Group + title_add_assignment: Add Assignment + add_assignment: Assignment + no_assignments_list_item: + no_assignments_in_this_group: No assignments in this group + no_assignments_search: + aria_assignments: Assignments + assignments: Assignments + no_assignments_found: No assignments found + peer_reviews_selector: + peer_reviews_header: Peer Reviews + labels: + require_peer_reviews: Require Peer Reviews + manually_assign_peer_reviews: Manually Assign Peer Reviews + automatically_assign_peer_reviews: Automatically Assign Peer Reviews + anonymous_peer_reviews: Peer Reviews Appear Anonymously + how_to_peer_review: How to Assign Peer Reviews + reviews_per_user: Reviews Per User + locked_until: Assign Reviews + peer_reviews_assign_at_explanation: Must come after due date. If blank, uses due date. + anonymous_peer_reviews: Anonymity + turnitin_settings_dialog: + turnitin_settings: + originality_report_visibility: Students Can See the Originality Report + originality_report_visible_immediately: Immediately + originality_report_visible_after_grading: After the assignment is graded + originality_report_visible_after_due_date: After the Due Date + originality_report_never: Never + labels: + compare_against: Compare Against + student_paper_check: Other Student Papers + internet_check: Internet Database + journal_check: Journals, Periodicals, and Publications + do_not_consider: Do Not Consider + exclude_biblio: Bibliographic Material + exclude_quoted: Quoted Material + turnitin_repository: Turnitin Repository + submit_papers_to: Include in Repository + settings_exclude_fewer_than_count: Fewer than %{wordsInput} words + settings_exclude_less_than_percent: Less than %{percentInput} of the document + assignments: + turnitin_settings: + labels: + exclude_small_matches: Small Matches + buttons: + update_settings: Update Settings + veri_cite_settings_dialog: + vericite_settings: + originality_report_visibility: Students Can See the Originality Report + originality_report_visible_immediately: Immediately + originality_report_visible_after_grading: After the assignment is graded + originality_report_visible_after_due_date: After the Due Date + originality_report_never: Never + buttons: + update_settings: Update Settings + assignment_list_item_score: + empty_points_possible: "-/%{pointsPossible} pts" + score_with_points_possible: "*%{score}*/%{pointsPossible} pts" + no_submission: No Submission + assignment_grading_type_is_not_graded: This assignment will not be assigned a grade. + assignment_not_yet_graded_screenreader: Assignment not yet graded. %{pointsPossible} points possible. + score_with_points_possible_screenreader: 'Score: %{score} out of %{pointsPossible} points.' + no_submission_for_assignment_screenreader: No submission for this assignment. %{pointsPossible} points possible. + available_date_description: + not_available_until: Not available until + available_until: Available until + closed: Closed + submission_types_form: + submission_type: Submission Type + submission_types: + no_submission: No Submission + online: Online + on_paper: On Paper + external_tool: External Tool + online_entry_options: Online Entry Options + labels: + allow_text_entry: Text Entry + allow_url: Website URL + allow_media_recordings: Media Recordings + allow_file_uploads: File Uploads + restrict_file_extensions: Restrict Upload File Types + allowed_extensions: Allowed File Extensions + descriptions: + allowed_extensions: 'Enter a list of accepted extensions, for example: doc,xls,txt' + label: + turnitin_enabled: Enable Turnitin Submissions + vericite_enabled: Enable VeriCite Submissions + external_tool_new_tab: Load This Tool In A New Tab + advanced_turnitin_settings: Advanced Turnitin Settings + advanced_vericite_settings: Advanced VeriCite Settings + external_tool_options: External Tool Options + external_tool_group_warning: Group assignments can't use External Tools. The group setting will be unchecked when you save + moderate_d0c85e92: Moderate + create_new_e0946c49: Create new + duplicate_provider_provider_d9842134: Duplicate provider %{provider} + authentication_providers: + no_changing_auth_types: Can not change type of authorization config, please delete and create new config. + login_required: must be supplied + password_required: must be supplied + account_required: must be LDAP-authenticated + debugging: + start_debugging: Start Debugging + refresh_debugging: Refresh + stop_debugging: Stop Debugging + ldap_fields: + ldap_timeout_failure_help2: If Canvas times out too many times communicating with the LDAP server, it will block further login attempts from using that LDAP server for %{time}. Your LDAP server last timed out at %{timestamp}. + auth_filter_description: 'Use *%{placeholder}* as a placeholder for the username supplied by the user. For example: *(sAMAccountName=%{placeholder})*' + identifer_format_description: The LDAP attribute to use to look up the Canvas login. Leave blank to use the username supplied by the user. + ldap_settings_test: + test_ldap_connection_label: Testing connection... + test_ldap_connection_help_header: Canvas can't connect to your LDAP server + test_ldap_connection_help_body: 'The connection either timed out or was refused. Things to consider:' + test_ldap_connection_help_fixes_1: Canvas is connecting to %{ips} + test_ldap_connection_help_fixes_2: This was only a connection test. SSL certificates were not validated. + test_ldap_connection_help_fixes_3: Check your firewall settings. Are all Canvas IP address allowed to access your server? + test_ldap_bind_label: Testing LDAP bind... + test_ldap_bind_help_header: Canvas can't bind (login) to your LDAP server + test_ldap_bind_help_body: 'Your LDAP server rejected the bind attempt. Things to consider:' + test_ldap_bind_help_fixes_1: Verify the provided filter string (i.e. '(sAMAccountName={{login}})'). + test_ldap_bind_help_fixes_2: Does the username require more scoping information? (i.e. 'cn=Canvas,ou=people,dc=example,dc=com'). + test_ldap_search_label: Testing LDAP search... + test_ldap_search_help_header: Canvas can't search your LDAP instance + test_ldap_search_help_body: 'The search either failed or returned 0 results. Things to consider:' + test_ldap_search_help_fixes_1: Verify the provided filter string (i.e. '(sAMAccountName={{login}})'). + test_ldap_search_help_fixes_2: Verify the provided search base (i.e. 'ou=people,dc=example,dc=com'). + test_ldap_search_help_fixes_3: Verify that the user object in LDAP has search privileges for the provided search base. + test_ldap_dialog_page_title: Testing Your LDAP Configuration + test_ldap_login_label: Test user login... + test_ldap_login_form_header: 'Supply a valid LDAP username/password to test login:' + labels: + user: Username + pass: Password + ldap_test_login_button: Test Login + test_ldap_login_help_header: The LDAP server denied your credentials + test_ldap_dialog_close: Close + linkedin_fields: + description: |- + You will need to [register an application on LinkedIn](%{linkedin_url}). + You should add %{callback_url} as an OAuth 2.0 authorized redirect URL, and set the Application Status to Live + After you create your application, make a note of the Client ID and Client Secret, and enter them here. + sso_settings_form: + login_handle_name_description: 'The label used for unique login identifiers. Examples: Login, Username, Student ID, etc.' + change_password_url_help: Leave blank for default Canvas behavior + discovery_url_description: If a discovery URL is set, Canvas will forward all users to that URL when they need to be authenticated. That page will need to then help the user figure out where they need to go to log in. If no discovery URL is configured, the first configuration will be used to attempt to authenticate the user. + unknown_user_url_description: The url to redirect to when an authenticated user is not found in Canvas. + index: + page_title: Authentication Settings + test_ldap_link: Test LDAP Authentication + delete_auth_confirmation: Are you sure? Users may not be able to log in if this is removed. + delete_auth_link: Remove Authentication + settings_title: Authentication Settings + settings_description: In order for a user to authenticate through an external identity provider (IdP), the user must have a login identifier that is both linked to this account and that matches the unique identifier returned by the IdP. To see a user's current logins, see the "Login Information" section on the user's profile page. (Found by searching for the user on the "Users" tab.) + profile_page_link_example: 'For example, here is your profile page: [%{friendlyname}](%{url})' + ip_address_list_description: 'If you are using an authentication service that requires the Canvas servers to contact your servers directly, such as LDAP, you''ll need to make sure that your servers can accept connections from these IP addresses:' + no_auth_type_description: This account does not currently integrate with an identity provider. + themes_89bfe9c4: Themes + theme_editor_b7b00f6b: Theme Editor + theme_editor_changes_have_been_cancelled_2af5cc5f: Theme editor changes have been cancelled. + you_cannot_edit_themes_on_this_subaccount_63ceaaf3: You cannot edit themes on this subaccount. + cannot_create_event_for_deleted_course_c800f310: cannot create event for deleted course + only_a_maximum_of_limit_events_can_be_created_b81c405e: only a maximum of %{limit} events can be created + calendar_events_api: + ics_title: "%{course_or_group_name} Calendar (Canvas)" + ics_description_course: Calendar events for the course, %{course_name} + ics_description_group: Calendar events for the group, %{group_name} + ics_description_user: Calendar events for the user, %{user_name} + ics_description: Calendar events for %{context_name} + feed_title: "%{course_or_group_name} Calendar Feed" + invalid_date_or_time: Invalid date or invalid datetime for %{attr} + calendar_events: + notices: + deleted: This event has been deleted + created: Event was successfully created. + updated: Event was successfully updated. + crumbs: + new: New Calendar Event + full_calendar_event: + no_content: No Content + new: + page_title: New Calendar Event + show: + links: + back_to_calendar: Back to Calendar + edit: Edit Calendar Event + delete: Delete the Event + calendars: + feed_title: Course Calendar Atom Feed + event: + event_title: 'due: %{event_title}' + due: due + show: + page_title_header: Calendar + skip_to_calendar: Skip to calendar + calendars: Calendars + undated_items: Undated + calendar_feed: Calendar Feed + feed_dialog_title: Calendar Feed + calendar_feed_instructions: Copy the link below and paste it into any calendar app that takes iCal feeds (Google Calendar, iCal, Outlook, etc.) + links: + feed: click here to view the feed + collaborations: + errors: + cannot_load_collaboration: Cannot load collaboration + create_failed: Collaboration creation failed + update_failed: Collaboration update failed + not_enabled: Collaborations have not been enabled for this Canvas site + no_name: Please enter a name for this collaboration. + title_too_long: Please use %{maxLength} characters or less for the name. Use the description for additional content. + lti_collaborations: LTICollaborations + google_drive: + file_not_found: Collaboration file not found + auth_google_drive: + google: + drive: + upgrade: + description: To access this collaboration you must authorize Canvas to access your Google Drive account + collaboration_footer: + started_by: Started by *%{user}*, %{at} + delete_button: + links: + delete: Delete this Collaboration + edit_button: + links: + edit: Edit this Collaboration + forms: + titles: + new: Start a New Collaboration + labels: + collaboration_type: 'Collaborate using:' + document_name: 'Document name:' + description: 'Description:' + descriptions: + google_docs: "Google Docs is a great place to collaborate on a group project. It's like Microsoft Word, but lets you work together with others on the same file at the same time without having to email it around. \n \n**Warning**: you (and all your collaborators) will need a Google account in order to participate in any Google Docs collaborations." + etherpad: "EtherPad is an open source project that lets you quickly set up shared documents. It's fast enough that you can see what others are typing as they're typing it. On the other hand, \"pads\" aren't protected by a password so anyone with a link to them can edit them. EtherPad is better suited than Google Docs if you want to support anonymity and/or allowing people without Google accounts to participate. \n \n**Warning**: be sure you are familiar with [EtherPad's deletion policy](%{etherpad_deletion_policy_url}) to ensure your work is preserved." + buttons: + start_collaborating: Start Collaborating + delete_from_canvas: "Just Delete \nfrom Canvas" + delete_from_google_docs: "Also Delete From \nGoogle Docs" + update: Update Collaboration + messages: + delete_google_doc_as_well: This collaboration is being stored as a Google Doc. Did you want to delete it just from Canvas, or remove it from Google Docs as well? + collaboration_name: "%{course_or_group_name} Collaboration" + index: + page_title: Collaboration + description_rs: |- + Free online web tools like [Google Docs](%{google_url}) are an excellent place for students to work on group projects or papers, take shared notes, etc. + Teacher *or* students can set up group collaborations. + titles: + current: Current Collaborations + links: + new: Start a new collaboration + description_teacher: |- + **What do we mean by collaborations?** We're talking about web-based tools that most + likely your students are already familiar with. Students can use resources like + [Google Docs](%{google_url}) + to work collaboratively on tasks like group papers or note-taking. This page gives them + (and you) an easy place to keep track of those collaborations, and also to set them + up without having to swap emails. + description_student: |- + **What do we mean by collaborations?** We're talking about web-based tools for + working together on a shared document. You can use resources like + [Google Docs](%{google_url}) + to work collaboratively on tasks like group papers or note-taking. This page is + an easy place to keep track of those collaborations, and also to set them + up without having to swap emails. + how_to_start_a_new_collaboration: To find out more about a particular type of collaboration, click "Start a New Collaboration" and then choose that type in the dropdown list. + show: + error_title: Google Drive Collaboration Error + headings: + page: Google Drive Collaboration Error + error_summary: 'It looks like this collaboration isn''t working. Possible causes:' + error_cause_3: The google doc no longer exists. + error_cause_1: The creator's Google Drive account is different from the account used to create the collaboration. + error_cause_2: The collaboration's creator is no longer an author on the google doc. + resolution: Contact the creator and let them know. + titles: + delete: Delete collaboration? + collaboration: + delete: Are you sure you want to delete this collaboration? + collaborator_picker: + labels: + collaborate_with: 'Collaborate With:' + people: People + groups: Groups + available_users: Available users + loading: Loading + available_groups: Available groups + remove_all: Remove All + collaboration_members: Collaboration members + member_instructions: Click or tap a user or group in the left-hand column to add Collaborators. + edit: + labels: + title: Collaboration title + description: 'Description:' + buttons: + cancel: Cancel + update: Update collaboration + maximum_number_of_communication_channels_reached_70c4d2f9: Maximum number of communication channels reached + communication_channels: + profile: + notices: + contact_registered: Contact method registered! + notices: + login_to_confirm: Please log in to confirm your e-mail address + registration_confirmed: Registration confirmed! + confirm: + titles: + welcome_aboard: Welcome Aboard! + details: + wrong_account: The invitation for %{course} was sent to **%{invited_user}**, but you are currently logged in as **%{current_user}** + merge_one: Would you like to combine the user accounts **%{current_user}** and **%{other_user}**? + account_exists: |- + There's a user account already associated with %{email}. + + **Are you %{name}?** + choose_login: Select where you would like to log in at. + logged_in_other_user_course: The invitation for %{course} was sent to **%{email}**, but you are currently logged in as **%{user}**. + logged_in_other_user: "**%{email}** is a new account, but you are currently logged in as **%{user}**." + add_email: Would you like to add this email address to your current account? + merge_multiple: Select the account you would like to combine with **%{current_user}**. + multiple_accounts_course: |- + There are already %{count} accounts associated with this email address. + + Which is you? + none_of_these: None of these, I'm a new user + account_needed: You've been invited to join **%{course}**. To accept this request you need a Canvas account. Click the link below to create a Canvas account. + register_with_course: In order to finish signing you up for the course **%{course}**, we'll need a little more information. + register: In order to set up your account, we'll need a little more information. + buttons: + transfer_enrollment: Transfer Enrollment + login_as: Log in as %{invited_user} + 'no': 'No' + merge: Combine + 'yes': 'Yes' + back: Back + continue: Continue + new_account: 'No' + add_email_address: Yes, Add Email Address + have_account: I Have a Canvas Account + create_account: Create My Account + register: Register + labels: + unique_id: Login + password: Password + time_zone: Time Zone + subscribe_to_emails: I want to receive information, news and tips from Instructure + confirm_failed: + page_title: Registration Confirmation Failed + titles: + problems_with_registration: Problem with Registration + details: It looks like you may have already confirmed your registration. Try *logging in* with the email address and password you registered. If you can't remember your password, click the "Forgot Password" link and you should get a new link that you can use to log in and re-set your password. + some_conferences_on_this_page_are_hidden_because_o_789684fd: Some conferences on this page are hidden because of errors while retrieving their status + conferences: + type_disabled_error: This type of conference is no longer enabled for this Canvas site + general_error: There was an error joining the conference + inactive_error: That conference is not currently active + general_error_with_message: 'There was an error joining the conference. Message: ''%{message}''' + no_settings_error: The conference does not have an advanced settings page + disabled_error: Web conferencing has not been enabled for this Canvas site + index: + page_title: Web Conferences + conference_header: Conferences + new_conference: New Conference + conference: Conference + new_conferences: New Conferences + concluded_conferences: Concluded Conferences + show: + buttons: + close: End it now + join: Join it now + confirm: + delete: Are you sure you want to delete this conference? + close: |- + Are you sure you want to end this conference? + + You will not be able to reopen it. + loading_urls_message: Loading, please wait... + no_urls_error: Sorry, it looks like there aren't any %{type} pages for this conference yet. + multiple_urls_message: 'There are multiple %{type} pages available for this conference. Please select one:' + no_new_conferences: There are no new conferences + no_concluded_conferences: There are no concluded conferences + notifications: + inaccessible: 'Warning: This page contains third-party content which is not accessible to screen readers.' + concluded_conference: + recordings: "%{recordingCount} Recordings" + recording: 1 Recording + settings: Settings + delete: Delete + type: "%{type}" + edit_conference_form: + name: Name + conference_type: Type + advanced_settings: Manage Advanced Settings... + duration: Duration + duration_in_minutes: minutes + options: Options + long_running: No time limit (for long-running conferences) + description: Description + members: Members + invite_all: + group: Invite All Group Members + course: Invite All Course Members + new_conference: + in_progress: In Progress + recordings: "%{recordingCount} Recordings" + recording: 1 Recording + end_it_now: End + join: Join + start: Start + settings: Settings + edit: Edit + delete: Delete + type: "%{type}" + content_exports: + errors: + not_found: Export does not exist + couldnt_create: Couldn't create content export. + error: 'There was an error exporting your content. Please notify your system administrator and give them the following export identifier: "%{code}"' + quiz_export_checklist: + select_quizzes: Select Quizzes to Export + labels: + all_quizzes: All Quizzes + index: + content_exports: Content Exports + user_data_exports: Download Submissions + export_type: Export Type + labels: + course: Course + quiz: Quiz + buttons: + create: Create Export + no_submissions: You currently have no submissions to export. + message: + export_started: The export process has started. This can take awhile for large courses. *You can leave the page* and you'll get an email when the export is complete. + messages: + processing: Processing + this_may_take_a_bit: this may take a bit... + buttons: + process: Process Data + content_imports: + errors: + no_only_and_except: You can not use "only" and "except" options at the same time. + content_migrations: + bad_migration_type: Invalid migration_type + unsupported_migration_type: Unsupported migration_type for context + index: + page_title: Import Content + no_day_substitutions: No Day Substitutions Added + no_migrations_running: There are no migrations currently running + uploading: Uploading... + upload_warning: Navigating away from this page will cancel the upload process. + content_migration: Content Migration + loading: Loading... + hide_issues: Hide Issues + show_issues: Show Issues + issues: issues + no_content_selected: You have not selected any content to import. + file_required: You must select a file to import content from + file_too_large: Your migration cannot exceed %{file_size} + school_required: You must select a school. + course_list_error: Could not retrieve courses. Are you connected to the internet? + select_course: Select Course + canvas_export: + content: Content + options: Options + common_cartridge: + content: Content + options: Options + content_migration_issue: + error_report: Error Report + copy_course: + content: Content + options: Options + external_tool_content: + content: Content + migration_converter: + header: Import Content + import_from_label: Content Type + default_option: Select One + cancel_migration: Cancel + import_migration: Import + moodle_zip: + content: Content + options: Options + progressing_content_migration: + select_content: Select Content + show_issues: Show Issues + issues_text: issues + progressing_content_migration_collection: + progress_label: Current Jobs + no_items: No jobs have been queued + progressing_issues: + loading: Loading + qti_zip: + options: Options + select_content: + select_content_label: Select content, Use the up and down arrow keys to navigate through the tree. Press right to expand and left to collapse. + cancel_btn: Cancel + select_content_btn: Select Content + subviews: + choose_migration_file: + migration_text: Source + course_find_select: + search_label: Search for a course + select_default: Select a course + or: or + course_name: Course name + include_completed_courses: Include completed courses + date_shift: + checkbox_label: Adjust events and due dates + date_adjustment: Date adjustment + shift_dates: Shift dates + remove_dates: Remove dates + beginning_date: Beginning date + beginning_change_to: change to + ending_date: Ending date + ending_change_to: change to + add_day_sub_title: Add day substitution + substitution: Substitution + day_substitution: + move_from: Move from + move_from_select_title: Move from day of the week + move_from_select_label: Move from day of the week + to_happen_on: to + move_to_select_title: Move to day of the week + move_to_select_label: Move to day of the week + remove_day_substitution_link_label: Remove day substitution + remove_day_substitution_link: Remove day substitution + external_tool_launch: + course: Course + find_a_course: Find a Course + folder_picker: + upload_to: Upload to + default_select_folder: Select Folder + import_quizzes_next_view: + import_new_quizzes: Import assessment content as New Quizzes + import_quizzesNext_help_label: Import assessment as New Quizzes Help Icon + import_quizzesNext_help_title_icon: Import assessment as New Quizzes Help Icon + import_quizzesNext_help_title: New Quizzes + import_new_quizzes_help_text: New Quizzes is the new assessment engine for Canvas.%{p_p}To learn more please contact your system administrator or visit + overwrite_assessment_content: + overwrite_assessment_content: Overwrite assessment content with matching IDs + assessment_help_label: Overwrite Assessment Help Icon + assessment_help_title_icon: Overwrite Assessment Help Icon + assessment_help_title: '"Overwrite Assessment Help"' + assessment_help_text: Some systems recycle their IDs for each new export. As a result, if you export two separate question banks they will have the same IDs. To prevent losing assessment data we treat these objects as different despite the IDs. Choosing this option will disable this safety feature and allow assessment data to overwrite existing data with the same IDs. + question_bank: + default_question_bank_label: Default Question bank + select_question_bank: Select question bank + aria_new_label: Create new question bank + create_new_question: "-- Create new question bank --" + question_banks_disabled: This option has been disabled + question_bank_title: New question bank name + question_bank_placeholder_aria: Enter new question bank name + question_bank_placeholder: Question bank name + select_content_checkbox: + select_all_content: All content + select_specific_content: Select specific content + angel_exporter: + content: Content + options: Options + blackboard_export: + content: Content + options: Options + d2_l_export: + content: Content + options: Options + web_ct: + select_school: Select School + username: Username + password: Password + cancel: Cancel + get_courses: Get Courses + web_ct_course_list: + course_list: Course(s) + options: Options + skip_all_files: Do not download files from course + no_files_help_label: More Information for 'Do not download files' option + no_files_help_title_icon: More Information for 'Do not download files' option + no_files_help_title: '"More Information for not ''Do not download files'' option"' + no_files_help_text: Downloading files from WebCT courses can take a long time, and may cause the migration process to fail. Instead, you can manually copy the files and then choose this option to migrate the rest of the content. + file_upload_file_url_or_content_export_id_is_requi_23c1fe68: File upload, file_url, or content_export_id is required + context: + media_objects_not_configured: Media Objects not configured + roster: + group_members: Group Members + teachers_and_tas: Teachers & TAs + no_user: + course: That user does not exist or is not currently a member of this course + group: That user does not exist or is not currently a member of this group + deleted_item: + links: + restore: restore + created: created + last_updated: last updated + roster_right_side: + links: + view_services: View Registered Services + media_object_inline: + titles: + media_playback: Media Playback + new_roster_user: + links: + user_account_details: User Account Details + conclude_enrollment: Conclude + restore_enrollment: Restore + title: + enrollment_sis_defined: This enrollment was defined by the university, and can't be deleted + cant_delete: Can't Delete + delete_enrollment: Delete + user_view_all_sections: let this user see all course users + user_only_view_section: limit this user to only see fellow section users + legends: + memberships: Membership(s) + enrolled_as: Enrolled as a %{enrollment_type} + enrollment_linked_to: Linked to *%{linked_user}* + completed_enrollment: Completed *%{completed_at}* + labels: + user_privileges: Privileges + user_only_view_section: this user can only view students in their assigned course section(s) + user_view_all_sections: this user can view students in any course section + prior_users: + titles: + prior_users: Prior Users + links: + back_to_people: Back to People + headings: + prior_users: Prior Users + roster_user: + links: + more_about_this_user: More About This User + user_grades: Grades + message_user: Send Message + faculty_journal: Faculty Journal + teacher_activity: Student Interactions Report + access_report: Access Report + user_account_details: User Account Details + link_services: Link web services to my account + more_user_details: more user details... + conclude_enrollment: Conclude this Enrollment + restore_enrollment: Restore this Enrollment + title: + enrollment_sis_defined: This enrollment was defined by the university, and can't be deleted + cant_delete: Can't Delete + delete_enrollment: Delete this Enrollment + user_view_all_sections: let this user see all course users + user_only_view_section: limit this user to only see fellow section users + remove_avatar: Remove avatar picture + report_avatar: Report inappropriate picture + headings: + user_services: Registered Web Services + recent_messages: Recent Messages + services_not_visible: "%{user}'s registered services are not visible to you at this time." + no_services: "%{user} hasn't linked any external services to their account yet." + help: + services: You haven't linked your user profile to any external services. You can link your Canvas account to services like Twitter. This will make it easier for fellow course and group members to link up with you outside of class. + list_services: You haven't enabled your list of registered services. Enabling this list will let fellow course and group members more easily link up with you outside of class. + labels: + public_list_services: Let fellow course/group members see which services I've linked to my profile + user_privileges: Privileges + legends: + memberships: Membership(s) + enrolled_as: Enrolled as a %{enrollment_type} + enrollment_linked_to: linked to *%{linked_user}* + completed_enrollment: completed *%{completed_at}* + user_only_view_section: this user can only view students in their assigned course section(s) + user_view_all_sections: this user can view students in any course section + no_messages: No Messages + confirm: + conclude: Are you sure you want to conclude this enrollment? + delete_enrollment: Are you sure you want to delete this enrollment? + enrollment_change_failed: Enrollment privilege change failed, please try again + roster_user_services: + titles: + registered_services: Registered Services + links: + back_to_roster: Back to Roster + link_service: Link web services to my account + sign_up_for_service: Sign Up + link_existing_service_account: Link Existing Account + headings: + service_types: Service Types + registered_services: Registered Services + help: + user_services: If other members choose, they can let you see which outside services they've linked to their Canvas account. This can make it easier to coordinate group projects and also link up outside of class. + no_services: You haven't linked your user profile to any external services. You can link your Canvas account to services like Twitter. + services_private: You haven't enabled your list of registered services. Enabling this list will let fellow course and group members see which services you have linked to your Canvas account. + labels: + allow_view_services: Let fellow course/group members see which services I've linked to my profile + roster_user_usage: + titles: + access_report: Access Report + links: + back_to_user: Back to User Page + headings: + user_access_report: "%{user} Access Report" + table_headings: + content: Content + num_times_viewed: Times Viewed + num_times_participated: Times Participated + last_viewed_time: Last Viewed + loading_more_results: Loading more results + undelete_index: + headings: + restore__items: Restore Deleted Items + help: + restore_items: Keep in mind that some items may have lost some of their associated data when they were deleted. Make sure you confirm the results of any restores you perform. + are_you_sure: Are you sure you want to restore %{item_name}? + restoring: restoring... + restore_failed: restore failed + context_module_items_api: + invalid_content: Could not find content + invalid_position: Invalid position + invalid_requirement_type: Invalid completion requirement type + ok_c47544a2: OK + the_module_item_is_locked_27fe420b: The module item is locked. + item_cannot_be_duplicated_cebf3109: Item cannot be duplicated + context_modules_api: + invalid_position: Invalid position + choose_assignment_set_415f1b3: Choose Assignment Set + module_item_is_locked_19fa60b4: Module Item is locked. + context_modules: + module_empty: There are no items in the module "%{module}" + add_context_module_form: + labels: + before_viewing: Prerequisites + module_complete_when: Requirements + require_sequential_progress: Students must move through requirements in sequential order + publish_final_grade: Publish final grade for the student when this module is completed + links: + add_prerequisite: Add prerequisite + add_requirement: Add requirement + must_complete_prerequisites: Must complete + buttons: + add_module: Add Module + content_next: + headings: + course_modules: Course Modules + add_prerequisite: Add Prerequisite to %{name} + modules_keyboard_hint_updated: 'Warning: For improved accessibility in reordering Modules (or Module items), please use the Move To Dialog option found in the menu.' + links: + student_progress: View Progress + title: + remove_prerequisite: Remove this prerequisite + help: + no_modules: No modules have been defined for this course. + add_prerequisite: Add prerequisite to *%{module}* + buttons: + add_prerequisite: Add Prerequisite + labels: + title: Title + url: URL + indent: Indent + new_tab: Load in a new tab + indent: + n: + zero: Don't Indent + one: Indent 1 Level + other: Indent %{count} Levels + select_prerequisite: Select the type of prerequisite. Students cannot see a module until all prerequisites are satisfied. + prerequisites: + another_module: Another Module + module_details: Modules are shown in sequential order, so only modules that are above %{name} can be set as prerequisites. + select_module: + instructions: Select Module + name: "%{module}" + module: module + requirements: + must_view: view the item + must_contribute: contribute to the page + must_submit: submit the assignment + must_score_at_least: score at least + criterion_for_assignment: "%{assignment} %{select_criterion}" + assignment_points_possible: "/ %{points_possible}" + images: + alt: + min_score: minimum score + must_view: must view + must_submit: must submit + must_contribute: must contribute + title: + min_score: Students must get at least a %{min_score} on this item before the module is considered complete + must_view: Students must view this item before the module is considered complete + must_submit: Students must submit this assignment before the module is considered complete + must_contribute: Students must contribute to this item before the module is considered complete + buttons: + add_module: Module + context_module_next: + reorder_modules: Drag to reorder modules + links: + title: + edit_module: Edit + delete_module: Delete this module + student_progress: See Student Progress for this Module + text: + edit_module: Edit + delete_module: Delete + progression_started_count: "*%{count}* In Progress" + progression_complete_count: "*%{count}* Complete" + module_will_unlock_at: Will unlock *%{unlock_date}* + module_item_next: + drag_to_reorder: Drag to reorder or move item to another module + min_score: + unfulfilled: Score at least %{score} + fulfilled: Scored at least %{score} + must_contribute: + unfulfilled: Contribute + fulfilled: Contributed + must_submit: + unfulfilled: Submit + fulfilled: Submitted + prerequisites_message: + labels: + prerequisites: Prerequisites + tool_sequence_footer: + edit_assignment_settings: Edit Assignment Settings + index: + titles: + course_modules: Course Modules + progressions: + titles: + student_progression: Module Progression by Student + student_progress: Student Progress + url_show: + new_tab: This site was opened in a new browser window. + module_started: In Progress + module_complete: Complete + module_unlocked: Unlocked + module_locked: Locked + conversations: + titles: + rss_feed: Conversations Feed + conversation_context: From a conversation with + other_recipients: + one: and 1 other + other: and %{count} others + index_new: + filter_messages_by_course: Filter messages by course + reply: Reply + compose_new_message: Compose a new message + reply_all: Reply all + archive: Archive + delete: Delete + more_options: More options + settings: Settings + mark_as_unread: Mark as unread + mark_as_read: Mark as read + forward: Forward + sending: sending + clear_search: Clear search results + search_for_recipients: Search for recipients + search_names_groups_courses: Search names, groups, and courses + no_results_found: No results found + back: Back + all_in_context: All in %{context} + cannot_add_to_private: You cannot add participants to a private conversation. + result_status: The autocomplete has %{results} entries listed, use the up and down arrow keys to navigate to a listing, then press enter to add the person to the To field. + all_courses: All Courses + star: Star + unstar: Unstar + archive: Archive + unarchive: Unarchive + confirm: + delete_message: Are you sure you want to delete your copy of this message? This action cannot be undone. + more_participants: "+%{total} more" + hide: Hide + message_form_dialog: + headings: + new_message: New Message + inbox_actions: + add_people: Add People + labels: + course: Course + select_course: Select a course + to: To + subject: Subject + add_to_faculty_journal: Add as a Faculty Journal entry + attachments: Attachments + no_course: No course + comboboxInstructions: 'To: (Start typing to choose recipients. Press the down arrow to navigate results. If you don''t find an acceptable option, you can enter an alternative.)' + search_names_groups_courses: Search names, groups, and courses + no_subject: No subject + send_individual_messages: Send an individual message to each recipient + titles: + media_comment: Recorded media comment + remove_media_comment: Remove media comment + record_media_comment: Record an audio or video comment + media_comment: Media Comment + links: + media_comment: Record + body: Body + submission_comment_form_dialog: + body: Body + add_attachment: + titles: + attachment: File to attach + remove_attachment: Remove attachment + autocomplete_result: + no_results: No results + group_people: 'People: %{people}' + compose_button_bar: + titles: + add_attachment: Add an attachment + record_media_comment: Record an audio or video comment + compose_title_bar: + buttons: + close: close + context_message: + labels: + more: more... + less: less... + course_options: + course_options: + more_courses: More Courses + concluded: Concluded + groups: Groups + message_detail: + no_subject: No subject + reply: Reply + more_options: More options + reply_all: Reply all + forward: Forward + delete: Delete + message_item: + more_options: More options + reply_all: Reply all + forward: Forward + delete: Delete + message_list: + messages: Messages + no_message: + batch_selected: Multiple Conversations Selected + no_conversations_selected: No Conversations Selected + courses: + titles: + rss: + course_announcements: Course Announcements Atom Feed + rss_feed: "%{course} Feed" + errors: + create_failed: Course creation failed + role_not_active: 'Can''t add users for non-active role: ''%{role}''' + role_not_found: Could not find role + unpublish: Course cannot be unpublished if student submissions exist. + notices: + unconcluded: Course un-concluded + deleted: Course successfully deleted + concluded: Course successfully concluded + failed_conclude: Course failed to conclude + invitation_accepted: Invitation accepted! Welcome to %{course}! + login_to_accept: You'll need to log in before you can accept the enrollment. + invitation_cancelled: Invitation canceled. + enrollment_not_active: Your membership in the course, %{course}, is not yet activated + preview_course: You've been invited to join this course. You can look around, but you'll need to accept the enrollment invitation before you can participate. + updated: Course was successfully updated. + reset_test_student: The test student has been reset successfully. + unauthorized: + invalid_link: The enrollment link you used appears to no longer be valid. Please contact the course instructor and make sure you're still correctly enrolled. + recent_event: + not_submitted: not submitted + no_submissions: no submissions + no_new_submissions: no new submissions + all_graded: all graded + needs_grading: needs grading + settings: + none: None + page_title: Course Details + course_settings_title: Course Settings + tabs: + details: Course Details + sections: Sections + navigation: Navigation + tools: Apps + alerts: Alerts + feature_options: Feature Options + headings: + details: Course Details + sections: Course Sections + navigation: Course Navigation + move_course: Move the course to another root account + labels: + course_status_unpublished: Course is Unpublished + course_status_published: Course is Published + image: Image + course_name: Name + course_code: Course Code + blueprint_course: Blueprint Course + time_zone: Time Zone + sis_source_id: SIS ID + root_account: Root Account + account_id: Subaccount + enrollment_term_id: Term + start_at: Starts + conclude_at: Ends + restrict_enrollments_to_course_dates: Students can only participate in the course between these dates + restrict_student_past_view: Restrict students from viewing this course after end date + restrict_student_future_view: Restrict students from viewing this course before start date + language: Language + storage_quota: File Storage + turnitin_comments: Turnitin Comments + grading_scheme: Grading Scheme + grading_standard_enabled: Enable course grading scheme + license: License + usage_rights_required: File Copyright + course_visibility: Visibility + custom_course_visibility: Customize + indexed: Include this course in the public course index + course_format: Format + course_epub_export: Epub Export + course_offline_export: Offline Course + course_description: Description + open_enrollment: Add a "Join this Course" link to the course home page + show_announcements_on_home_page: Show recent announcements on Course home page + home_page_announcement_limit: Number of announcements shown on the homepage + allow_student_forum_attachments: Let students attach files to discussions + allow_student_discussion_topics: Let students create discussion topics + allow_student_discussion_editing: Let students edit or delete their own discussion posts + allow_student_organized_groups: Let students organize their own groups + hide_final_grades: Hide totals in student grades summary + hide_distribution_graphs: Hide grade distribution graphs from students + lock_all_announcements: Disable comments on announcements + course_section_name: Add a New Section + root_account_id: Root Account + tooltips: + cannot_unpublish_course: You cannot unpublish this course if there are graded student submissions + sis_source_id: SIS ID + course_conclude_at_warning_message: The course is currently set to end at midnight, meaning that the previous day will be the last day this course is active. + course_conclude_at_warning_title: Course Ending at Midnight + no_language_preference: Not set (user-configurable, defaults to %{language}) + language_overrides_preferences: This will override any user/system language preferences. This is only recommended for foreign language courses + megabytes: megabytes + turnitin: these comments will be shown to students when submitting a Turnitin-enabled assignment + view_grading_scheme: view grading scheme + set_grading_scheme: set grading scheme + course_open_enrollment: 'This course has enabled open enrollment. Students can self-enroll in the course once you share with them this URL: *%{url}*. Alternatively, they can sign up at *%{url2}* and use the following join code: *%{code}*' + course_open_enrollment_without_code: 'This course has enabled open enrollment. Students can self-enroll in the course once you share with them this URL: *%{url}*' + links: + more_options: more options + move_course: Move To Another Account + title: + edit_section: Edit Section + delete_section: Delete Section + cant_delete: You can't delete sections that have users enrolled + self_enrollment: Let students self-enroll by sharing with them a secret URL or code + self_enrollment_without_code: Let students self-enroll by sharing with them a secret URL + wiki_editing_roles_change_existing: Change pages currently editable by "%{current_setting}" to "%{new_setting}". + buttons: + update_course: Update Course Details + add_section: Section + edit_section_name: Edit section name + move_course: Move Course + enrollment_count: + one: 1 User + other: "%{count} Users" + section_sis_id: 'SIS ID: %{section_sis}' + nav_items_keyboard_drag_and_drop: 'Warning: For improved accessibility in reordering Course Navigation elements, please use the Move To Dialog option found in the menu.' + titles: + edit_navigation: Edit Course Navigation + help: + edit_navigation: Drag and drop items to reorder them in the course navigation. + tab_cant_disable: This page can't be disabled, only hidden + tab_disabled: Page disabled, will redirect to course home page + tab_hidden_if_disabled: Page disabled, won't appear in navigation + drag_to_hide: Drag items here to hide them from students. + drag_details: Disabling most pages will cause students who visit those pages to be redirected to the course home page. + alerts_title: Alerts + deatils: + move_course: Select a new root account for this course. After you move the course you'll want to specify a new department for the course as well. + group_list: + headings: + groups: Course Groups + link_enrollment: + details: |- + When an observer is linked to a student, they have access to that student's grades and course interactions. *Right now this observer is linked to the student, %{student}.* + + To link the course observer %{user} to a student, select the student's name from the list below. + loading: Loading Students... + labels: + student: Student + select_student: Select Student + buttons: + link: Link to Student + master_course_restrictions: + labels: + content: Content + points: Points + due_dates: Due Dates + availability_dates: Availability Dates + settings_sidebar: + links: + student_view: Student View + stats: Course Statistics + calendar: Course Calendar + conclude: Conclude this Course + delete: Delete this Course + copy: Copy this Course + import: Import Course Content + export_content: Export Course Content + reset: Reset Course Content + buttons: + unconclude: Un-Conclude Course + reset: Reset Course Content + help: + reset_course_content: Resetting course content will permanently delete all associated assignments, discussions, quizzes, modules, rubrics, pages, files, learning outcomes, question banks, collaborations, conferences, or any other content. This action is irreversible, and the data *cannot* be recovered. Are you sure you wish to continue? + headings: + current_users: Current Users + role: + inactive: inactive + sidebar_weighting: + labels: + assignments_weighting: Assignments are weighted by group + headings: + group: Group + weight: Weight + total: Total + no_groups: No Groups Set Up + default_name: Group + not_weighted: Course assignments are not weighted. + to_do_list: + headings: + to_do: To Do + links: + show_more: "%{count} more..." + confirm_action: + titles: + confirm: Confirm Action + headings: + confirm_delete: Confirm Course Deletion + confirm_conclude: Confirm Conclude Course + details: + confirm_delete: Are you sure you want to delete this course? Once it is deleted, students and teachers will no longer have access to it. If you just want to remove it from the course drop-down menu, you should *conclude the course instead*. + confirm_delete_addendum: If you do not have permission to conclude the course, you can *change the course end date*, or ask your administrator to conclude the course. + confirm_conclude: 'Warning: Concluding the course will archive all course content and prevent you from modifying grades.' + conclude_alt_text: If you would like to retain the ability to change grades while limiting student access to the course, please utilize the course dates settings. You can learn about course date settings in our guides *here*. + buttons: + delete_course: Delete Course + conclude_course: Conclude Course + copy: + titles: + copy_course: Copy Course + headings: + copy_course: Copy %{course} + details: Please enter the details for the new course. + name: Name + course_code: Course Code + start_at: Start Date + conclude_at: End Date + enrollment_term_id: Term + content_label: Content + select_all_content: All content + select_specific_content: Select specific content + buttons: + create_course: Create Course + description: + links: + join_course: Join this Course + index: + titles: + courses: Courses + headings: + my_courses: All Courses + past_enrollments: Past Enrollments + future_enrollments: Future Enrollments + my_groups: My Groups + browse_more_courses: Browse More Courses + start_new_course: Course + link_validator: + page_title: Course Link Validator + link_validator: Course Link Validator + show: + headers: + course_status: Course Status + links: + view_course_stream: View Course Stream + course_setup: Course Setup Checklist + new_announcement: New Announcement + student_view: Student View + join_course: Join this Course + drop_course: Drop this Course + view_course_calendar: View Course Calendar + headings: + confirm_unenroll: Confirm Unenrollment + details: + confirm_unenroll: Are you sure you want to unenroll in this course? You will no longer be able to see the course roster or communicate directly with the teachers, and you will no longer see course events in your stream and as notifications. + titles: + recent_feedback: Recent Feedback + drop_course: Drop this Course + license_notice: This course content is offered under a %{license_type} license. Content in this course can be considered under this license unless otherwise noted. + re_sending: Re-Sending... + send_done: Done! Message may take a few minutes. + send_failed: Request failed. Try again. + empty_body: No Content + statistics: + page_title: Course Statistics + headings: + stats: Statistics for %{course} + totals: Running Totals + assignments: Assignments Usage Report + students: Recently Logged-In Users + files: File Storage + tabs: + totals: Totals + assignments: Assignments + students: Students + files: File Storage + discussions: Discussions + discussion_posts: Discussion Posts + assignments: Assignments + assignment_groups: Assignment Groups + course_rubrics: Course Rubrics + all_rubrics: All Rubrics + active_students: Active Students + unaccepted_students: Unaccepted Students + quizzes: Quizzes + quiz_questions: Quiz Questions + quiz_submissions: Quiz Submissions + submission_type: Submission Type + number_of_assignments: "# Assignments" + number_of_submissions: "# Submissions" + file_upload: File Upload + text_entry: Text Entry + website_url: Website URL + quiz: Quiz + discussion_topic: Discussion Topic + labels: + allotted_storage: Allotted Storage + uploaded_files: Uploaded Files + media_files: Media Files + file_count: + one: 1 file + other: "%{count} files" + confirm_reject_invitation: Are you sure you want to reject the invitation to participate in this course? + syllabus: + syllabus: + hide_specific_dates: Hide section, group, and person specific dates + show_specific_dates: Show section, group, and person specific dates + headers: + date: Date + details: Details + roster: + edit_sections_view: + edit_sections_desc: Sections are an additional way to organize users. This can allow you to teach multiple classes from the same course, so that you can have the course content all in one place. Below you can move a user to a different section, or add/remove section enrollments. Users must be in at least one section at all times. + invitations_view: + admin_invitation_unaccepted: "%{name} hasn't yet accepted the invitation to join the course. The invitation was sent: %{time}" + student_invitation_unaccepted_available: "%{name} hasn't yet accepted the invitation to join the course. The invitation was sent: %{time}" + student_invitation_unaccepted_unavailable: "%{name} was added to the course: %{time}" + invitations_pending_publish: Invitations aren't sent until the course is *published* + accepted_invitation: "%{name} has already received and accepted the invitation to join the course, but you can still resend the invitation if it is needed." + link_to_students_view: + link_student_desc: When an observer is linked to a student, they have access to that student's grades and course interactions. + create_users: + form_instructions: 'Type or paste a list of email addresses below:' + email_field_place_holder: '"Example Student" , "Lastname, Firstname" , justAnEmailAddress@example.com' + email_field_label: Enter the email addresses of the users you would like to add, seperated by commas + user_role: 'Role:' + section: Section + validating: Validating... + next: Next + will_not_be_added: These users had errors and will not be added. Please ensure they are formatted correctly. + example_formats: 'Examples: user@example.com, "First Last" , "Last, First" ' + user_might_not_exist: If your format is correct, contact your Canvas Admin to ensure the user has a Canvas account. + adding_n_users: 'Validated and ready to add %{users.length} users:' + duplicates_removed: Some duplicates were removed. + name: Name + email_or_login: Email/Login + go_back: Start Over + adding: Adding... + add_these_users: Add Users + have_been_enrolled: The following users have been enrolled + email: Email + add_more_users: Add More Users + close: Done + index: + group_set: Group Set + search_people: Search people + filter_field_description: Search people. As you type in this field, the list of people will be automatically filtered to only include those whose names match your input. + role_to_search: Limit search to role + cannot_add_users: New users can not be added because this course is concluded + people: People + title_add_people: Add People + resend_invitations: + pending_invitation: 1 invitation hasn't been accepted. + pending_invitations: "%{pendingInvitationsCount} invitations haven't been accepted." + re_sending_invitations: Resending... + re_send_invitations: Resend + role_select: + all_roles: All Roles + roster_tabs: + everyone_tab: Everyone + groups: Groups + roster_user: + pending_acceptance_explanation: This user has not yet accepted the invitation to the course + pending_acceptance_of_invitation: pending + manage_user: Manage %{name} + links: + resend_invitation: Resend Invitation + link_to_students: Link to Students + edit_sections: Edit Sections + user_details: User Details + remove_from_course: Remove From Course + roster_users: + name: Name + login_name: Login ID + section: Section + role: Role + last_activity: Last Activity + total_activity: Total Activity + no_people_found: No people found + you_can_search_by: 'You can search by:' + canvas_user_id: Canvas User ID + section: + remove_user_from_course_section: Remove user from %{name} + last_name_303122f3: Last Name + first_name_d5c12500: First Name + pairing_code_bde979a7: Pairing Code + expires_at_6214b43f: Expires At + course_atom_feed_9d95214e: Course Atom Feed + invalid_restrictions_316cd740: Invalid restrictions + there_was_an_error_saving_the_changes_to_the_cours_ed2b1d24: There was an error saving the changes to the course + exported_package_history_bfca44b9: Exported Package History + invalid_grade_passback_setting_a1d209d1: Invalid grade_passback_setting + the_grading_period_cannot_be_found_646a8a24: The Grading Period cannot be found + discussion_entries: + deleted_entry_notice: That entry has been deleted + created_entry_notice: Entry was successfully created. + updated_entry_notice: Entry was successfully updated. + disabled_podcasts_notice: Podcasts have not been enabled for this topic. + posts_feed_title: "%{title} Posts Feed" + podcast_feed_title: "%{title} Posts Podcast Feed" + podcast_description: Any media files linked from or embedded within entries in the topic "%{title}" will appear in this feed. + announcements_cannot_be_duplicated_2de8824c: announcements cannot be duplicated + unable_to_save_new_discussion_topic_99239f3f: unable to save new discussion topic + titles: + discussions: Discussions + announcement: Announcement + discussion: Discussion + come_back_later: You marked this question to come back to later + announcements: Announcements + assignments: Assignments + error_reports: Error Reports + messages: Messages + learning_outcomes: Learning Outcomes + aligned_items: Aligned Items + outcome_artifacts: Outcome Artifacts + view_in_separate_window: View in Separate Window + discussion_topics: + course_discussions_atom_feed_title: Course Discussions Atom Feed + create_new_crumb: Create new + edit_crumb: Edit + deleted_topic_notice: That topic has been deleted + discussion_atom_feed_title: Discussion Atom Feed + discussion_podcast_feed_title: Discussion Podcast Feed + topic_deleted_notice: "%{topic_title} deleted successfully" + discussion_feed_title: "%{title} Discussion Feed" + error_section_permission: You do not have permissions to modify discussion for section(s) %{section_ids} + error_todo_date_unauthorized: You do not have permission to add this topic to the student to-do list. + error_todo_date_assignment: Date cannot be added if discussion topic is graded + error_draft_state_unauthorized: You do not have permission to set this topic to draft state. + error_group_announcement: You cannot use grouped discussion on an announcement. + error_group_change: You cannot change grouping on a discussion with replies. + error_draft_state_with_posts: This topic cannot be set to draft state because it contains posts. + assignment_details: + graded_discussion_and_points: + one: 'This is a graded discussion: *1 point possible*' + other: 'This is a graded discussion: *%{count} points possible*' + show_due_dates: Show Due Dates + due_date: due %{date} + due: Due + for: For + available_from: Available from + until: Until + assignment_todo: + todo_date: 'To-Do Date: %{date}' + entry: + authors_name: Author's name + reply_to_message: Make a Side Comment + edit_message: Edit this Message + delete_message: Delete this Message + labels: + attached_file: Attached File + show_more_entries: + one: Show 1 More Entry + other: Show %{count} More Entries + edited_comment: This comment was edited by %{user}. + make_side_comment: Make a Side Comment... + group_discussion: + separated_conversation_notice: 'Since this is a group discussion, each group has its own conversation for this topic. Here are the ones you have access to:' + new_and_total_badge: + unread_count_tooltip: + zero: No unread replies. + one: 1 unread reply. + other: "%{count} unread replies." + reply_count_tooltip: + zero: No replies. + one: 1 reply. + other: "%{count} replies." + peer_reviews: + peer_review_alert: You have been assigned a peer review for %{person} + due_date: due %{date} + sub_entry: + authors_name: Author's name + post_message: Post Message + show: + topic: Topic + announcement_locked_until: This announcement is locked until %{time} + topic_time_locked: This topic is locked until %{time} + edit: Edit + manage_announcement: Manage Announcement + manage_discussion: Manage Discussion + mark_all_as_read: Mark All as Read + mark_all_as_unread: Mark All as Unread + confirm_delete_discussion: Are you sure you want to delete this discussion? + delete: Delete + speed_grader: SpeedGrader™ + links: + peer_reviews: Peer Reviews + show_rubric: Show Rubric + add_rubric: Add Rubric + unlock_topic: Open for Comments + lock_topic: Close for Comments + from_context: From *%{context_name}* + announcement_locked: The content of this announcement will not be visible to users until %{date} + announcement_closed: This announcement is closed for comments + edited_by: This topic was edited by %{user} + topic_podcast_feed_link: Topic Podcast Feed + retrieved_from_feed: Retrieved from %{feed} + unread: Unread + collapse_replies: Collapse replies + expand_replies: Expand replies + topic_subscribe_tooltip: You are unsubscribed and will not be notified of new comments + topic_subscribe: Subscribe + topic_subscribed_tooltip: You are subscribed and will be notified of new comments + topic_unsubscribe: Subscribed + initial_post_required: Replies are only visible to those who have posted at least one reply. + loading_replies: Loading replies... + cannot_unpublish_with_replies: Can't unpublish if there are student replies + unread_count_tooltip: + zero: No unread replies. + one: 1 unread reply. + other: "%{count} unread replies." + reply_count_tooltip: + zero: No replies. + one: 1 reply. + other: "%{count} replies." + group_discussion_title: Group Discussion + this_is_a_group_discussion: This is a Group Discussion + group_discussion_locked: Students have already submitted to this discussion, so group settings cannot be changed. + default_discussion_title: No Title + points_possible_number: Points possible must be a number + edit_view: + topic_title: Topic Title + attachment: Attachment + options: Options + allow_threaded_replies: Allow threaded replies + delay_posting: Delay posting + post_at: Post At + users_must_post_before_seeing_replies: Users must post before seeing replies + enable_podcast_feed: Enable podcast feed + include_replies_in_podcast_feed: Include student replies in podcast feed + use_for_grading: Graded + allow_liking: Allow liking + only_graders_can_like: Only graders can like + sort_by_likes: Sort by likes + available_from: Available From + until: Until + points_possible: Points Possible + saving: Saving... + buttons: + save_and_publish: Save & Publish + save: Save + published_button: + buttons: + published: Published + not_published: Not Published + page_nav: + Page: Page + first_page: First + current_page: Current + last_page: Last + you_do_not_have_access_to_the_requested_announceme_a774d80a: You do not have access to the requested announcement. + you_do_not_have_access_to_the_requested_discussion_90d8ec99: You do not have access to the requested discussion. + you_cannot_set_a_grouped_discussion_as_a_student_a20f363: You cannot set a grouped discussion as a student. + eportfolio_categories: + default_name: New Page + errors: + missing_page: Couldn't find that page + eportfolio_entries: + notices: + missing_page: Couldn't find that page + errors: + not_found: Not Found + eportfolios: + crumb: ePortfolios + notices: + created: ePortfolio successfully created + updated: ePortfolio successfully updated + deleted: ePortfolio successfully deleted + zipping: File zipping still in process... + titles: + feed: Eportfolio Atom Feed + title: "%{portfolio_name} Feed" + show_me: show me + edit_link_text: "%{edit_icon} Edit This Page" + help_link_text: "%{help_icon} How Do I...?" + manage_pages_link_text: Organize/Manage Pages + manage_sections_link_text: Organize Sections + eportfolio: + entry_count: + one: "*1* page" + other: "*%{count}* pages" + updated_at: last updated %{updated_at} + page_list: + titles: + manage_pages: Add, remove or rearrange pages for this section + headers: + page_list: Pages for this section + links: + add_page: Add Another Page + buttons: + done_editing: Done Editing + page_section: + titles: + move_section: Drag to rearrange sections + delete_section: Delete this section + section_types: + rich_text: Rich Text Content + html: HTML/Embedded Content + submission: Course Submission + attachment: Image/File Upload + rich_text: + default_content: Nothing Entered Yet + links: + download_attachment: Click here to Download *%{attachment}* + page_section_static: + rich_text: + default_content: Nothing Entered Yet + links: + download_attachment: Click here to Download *%{attachment}* + submission_url: View the URL submitted for this assignment + headers: + submission: Student Submission for %{assignment}, created %{created_date} + not_rendered: There used to be a submission here, but we couldn't find it or didn't support the submission type for exporting. + static_page: + links: + skip_navigation: Skip Navigation + created_with_canvas: Created with Canvas + logo: logo + wizard_box: + headers: + getting_started: Getting Started + instructions: Using an ePortfolio + introduction: Introduction + sections: Portfolio Sections + pages: Section Pages + page_content: Page Content + submissions: Adding Submissions + settings: ePortfolio Settings + finish: Let's Do It + introduction: + body: ePortfolios are a place to demonstrate your work. They are made of sections and pages. The list of sections are along the left side of the window (%{showme1}). Each section can have multiple pages, shown on the right side of the window (%{showme2}). + sections: + body1: Sections are listed along the left side of the window (%{showme1}). Each section can have multiple pages inside of it. To organize or add sections, click the "%{manage_sections}" link (%{showme2}). + body2: You can rename any section by clicking on the %{edit_icon} icon that appears, rearrange sections by clicking and dragging them, or delete sections by clicking the %{delete_icon} icon. + pages: + body1: Sections have multiple pages. You can see the list of pages for the current section on the right side of the window (%{showme1}). To organize or add pages, click the "%{manage_pages}" link (%{showme2}). + body2: You can rename any page by click on the %{edit_icon} icon that appears, delete a page by clicking the %{delete_icon} icon, or rearrange the order of pages by click and dragging them. + page_content: + body1: The content you see on a page is the same content any visitors will see. To edit this content, click the "%{edit_link_text}" link (%{showme}) and the page will change to editing mode. + body2: Now you're editing! Rename the page or change commenting options (%{showme1}) if you like. You can save, preview or cancel your changes at any time by clicking the button on the right side (%{showme2}). + body3: Content is divided into subsections, which each have a dotted border. You can delete or edit the contents of a subsection by clicking the %{edit_icon} or %{delete_icon} icons at the top right corner of the subsection. + body4: To add new subsections, find and click the type of content you want to add in the options list on the right side of the page (%{showme}). + submissions: + body1: You may have noticed at the bottom of this page is a list of recent submissions from your classes (%{showme}). You can quickly add submissions to new pages in your portfolio from this page. Just click the submission you want to add and a simple dialog will pop up. + body2: Great! Now to finish adding the submission, you need to choose which section you'd like to add it to and give the page a name. After you click "Add Page" you'll be taken to the new page so you can edit it in more detail if you like. + settings: + body: To change the settings for your ePortfolio, click the "ePortfolio Settings" link (%{showme}). You can rename the portfolio and also change whether it is public or private. Private portfolios are only visible to those to whom you grant access. + finish: + body: Ready to get started? You can always get back to this wizard from any page by clicking the "%{help_link_text}" link you'll see there. + links: + portfolio: View the Portfolio + show: + links: + back: Back to Portfolio Dashboard + rich_content: Rich Text Content + html_content: HTML/Embedded Content + choose_submission: Course Submission + file_uload: Image/File Upload + wizard: Getting Started Wizard + portfolio: Go to the Actual ePortfolio + share: 'Copy and share this link to give others access to your private ePortfolio:' + download_eportfolio: Download the contents of this ePortfolio as a zip file + delete: Delete this ePortfolio + view_original: View the Original File + download_file: Click here to download %{filename} + headers: + add_content: Add Content + welcome: Welcome to Your ePortfolio + public_eportfolio: Your ePortfolio is Public + private_eportfolio: Your ePortfolio is Private + recent_submissions: Recent Submissions + export_progress: Collecting ePortfolio resources. this may take a while if you have a lot of files in your ePortfolio. + buttons: + preview: Preview + save_page: Save Page + keep_editing: Keep Editing + add_page: Add Page + select_submission: Select Submission + upload_file: Select/Upload File + update_eportfolio: Update ePortfolio + add_comment: Add Comment + delete: Delete ePortfolio + welcome: If this is your first time here, you may want to pop up the wizard and see how best to get started. Otherwise you can quickly add recent submissions or just jump straight to the portfolio. + public_eportfolio: That means anyone who knows the address of your portfolio can view it. You can make your portfolio private by *changing your portfolio settings*. + private_eportfolio: 'That means people can''t find it or even view it without permission. You can see it since it''s your portfolio, but if you want to let anybody else see it, you''ll need to copy and share the the following special link so they can access your portfolio:' + recent_submissions: Click any submission to add it to a new page in your ePortfolio. + no_submissions: No Submissions Found + titles: + already_used: This submission is already included in your portfolio + view_submission: View the Submission + attachment_count: + one: 1 Attachment + other: "%{count} Attachments" + add_submission: To make a new page for this submission, select a section and enter the name for the new page. + labels: + section: Section + page_name: Page Name + allow_comments: Allow Comments on this Page + show_comments: Make Comments Public + html_content: Copy and paste your HTML code into the box below + choose_submission: Select an assignment submission to embed in this page + file_select: Select a file to include on this page + file_upload: Or upload a new file + loading_submission: Loading Submission + uploading_file: Uploading + eportfolio_name: ePortfolio Name + make_public: Make it Public + add_comment: Add a New Comment + new_section: New Section + current_pages: Current Pages + no_files: No Files Uploaded + headings: + page_comments: Page Comments + private_comments: Right now only you can see the comments for this page. You can make the comments public if you like by *changing the settings for this page*. + no_comments: No Comments + write_only_comments: Comments for this page are private. You can make comments, but only the portfolio's owner will be able to see them. + login_required: You must be *logged in* to make comments on this page. + delete_confirm: + one: You currently have 1 page in this ePortfolio. Are you sure you want to delete the entire ePortfolio? + other: You currently have %{count} pages in this ePortfolio. Are you sure you want to delete the entire ePortfolio? + user_index: + page_title: My ePortfolios + headers: + eportfolios: ePortfolios + what: What's an ePortfolio? + my_eportfolios: My ePortfolios + add_eportfolio: Make an ePortfolio + links: + create: Create an ePortfolio + what: + details1: |- + ePortfolios are a place where you can display and discuss the significant + submissions and experiences that are happening during your learning + process. You can use an ePortfolio to: + + * Display the papers you're proud of for more than just your instructor to see + * Talk about all the thought and work that went into your class submissions + * Gather an overview of your educational experience as a whole + * Share your work with friends, future employers, etc. + + ePortfolios can be public for everyone to see, or private so only those you + allow can see, and you can change that setting at any time. + + Ready to get started? Click the button. + labels: + eportfolio_name: ePortfolio Name + make_public: Make it Public + defaults: + eportfolio_name: My Portfolio + buttons: + add_eportfolio: Make ePortfolio + _page_section: + section_types: + rich_text: Rich Text Content + html: HTML/Embedded Content + submission: Course Submission + attachment: Image/File Upload + external_tools: + cannot_locate_launch_request: Cannot locate launch request, please try again. + external_tool: + edit_tool: Edit Tool + delete_tool: Delete Tool + labels: + privacy: Privacy + consumer_key: Consumer Key + url: URL + domain: Domain + description: Description + vendor_help_link: Vendor Help Link + extras: Extras + editor_button_configured: Editor button configured + resource_selection_configured: Resource selection configured + course_navigation_configured: Course navigation configured + user_navigation_configured: User navigation configured + account_navigation_configured: Account navigation configured + homework_submission_configured: Homework submission configured + finished: + load_failure_title: Tool Failed to Load + load_failure_message: There was a problem loading the specified tool. Please contact your administrator if these problems persist. + load_success_title: Tool Use Finished + load_success_message: You are free to navigate away from this page. + there_was_an_error_generating_the_tool_launch_fb3f47ac: There was an error generating the tool launch + files: + my_files: My Files + files_page_title: Files + notices: + deleted: The file %{display_name} has been deleted + updated: File was successfully updated. + could_not_find_file: This file has been deleted + errors: + not_found: It looks like something went wrong when this file was uploaded, and we can't find the actual file. You may want to notify the owner of the file and have them re-upload it. + too_large: The file is too large to edit + show: + messages: + folder_locked: The folder "%{folder}," which includes this file, has been locked. + file_locked: This file has not been unlocked yet. + this_file_must_have_usage_rights_set_before_it_can_55aba559: This file must have usage_rights set before it can be published. + cannot_delete_a_file_that_has_been_submitted_as_pa_fda24c4: Cannot delete a file that has been submitted as part of an assignment + unauthorized_to_delete_this_file_a1271224: Unauthorized to delete this file + folders: + event_updated: Event was successfully updated. + only_one_folder: Can't set folder path and folder id + folder_created: Folder was successfully created. + no_deleting_root: Can't delete the root folder + no_deleting_folders_with_content: Can't delete a folder with content + n_a_d6f6c42f: N/A + gradebook_csvs: + grades_filename: Grades + gradebook_uploads: + no_file_attached: We did not detect a CSV to upload. Please select a CSV to upload and submit again. + show: + headers: + import_error: 'There was some stuff I couldn''t figure out with the data that you uploaded:' + missing_student: You uploaded rows for the following students, I couldn't decide which student in your class they are. Please tell me which student they are. + missing_assignment: You uploaded some assignments that don't appear to be in your gradebook before now. Please tell me if it is a new assignment, or if it represents an existing assignment. + no_changes: There were no changes detected in the gradebook you uploaded. + student_question: Student in question + student_answer: This person is really + student_example: Some Guy + ignore_student_option: Not in my class, Ignore this row. + assignment_question: Assignment in question + assignment_answer: This Assignment is + assignment_example: Equity Indices Quiz + new_assignment_option: A new assignment + ignore_assignment_option: Bogus, ignore it + buttons: + continue: Continue %{icon} + save_changes: Save Changes + links: + back: Go back to Gradebook + notices: + unchanged: 'Note: You uploaded some assignments that had no grade changes detected. They have been hidden.' + student: Student + errors: + select_an_option: Please select an option + grades_for_student_d4adfb55: Grades for Student + gradebook_history_a3e8e0b4: Gradebook History + gradebooks: + notices: + updated: Assignment submission was successfully updated. + uploaded: + one: Files and comments created for 1 submission + other: Files and comments created for %{count} submissions + errors: + submission_failed_default: Submission Failed + submission_failed: 'Submission was unsuccessful: %{error}' + not_allowed: This course does not allow score uploads. + missing_file: Could not find file to upload + speed_grader_disabled: SpeedGrader is disabled for this course + speedgrader_enabled_only_for_published_content: SpeedGrader is enabled only for published content. + grades: + complete: Complete + incomplete: Incomplete + history: + graded_on_submission: Graded on submission + regraded: Regraded + grading_box_extended: + labels: + grade: Grade + blank_submission: + no_submission: No Submission + grade_summary: + page_title: Grades for %{student} + labels: + final_grade_hidden: Calculation of totals has been disabled + total: Total + only_graded: Calculate based only on graded assignments + mean: Mean + high: High + low: Low + your_score: Your Score + assignments: Assignments + learning_outcomes: Learning Mastery + collapse_title: Collapse + collapse: Collapse all learning mastery outcome groups. + expand_title: Expand + expand: Expand all learning mastery outcome groups. + headers: + name: Name + due: Due + score: Score + out_of: Out of + details: Details + submission_progress_status: Submission Progress Status + click_to_change: Click to test a different score + total: Total + titles: + vericite_score: VeriCite similarity score -- more information + enter_score: Enter a score to test + revert_score: Revert to original score + see_vericite_results: See VeriCite results + score_details: Score Details + close_score_screenreader: Close score details + close_score: Close + disabled_for_student_view: Test Student scores are not included in grade statistics. + submission_score: "*%{score}* out of %{possible}" + comments: Comments + close_comments_label: Close comments + close_comments: Close + media_comment: This is a media comment, + links: + click_to_view: click here to view + download: Download %{attachment} + close_rubric: Close Rubric + student_mute_legend: Your instructor is working on grades. While your instructor is working on grades, grade and comment information is unavailable. + speed_grader: + page_title: "%{assignment_name}, SpeedGrader, %{course_name}" + loading: loading... + page_header_title: SpeedGrader + no_annotation: Annotations are not available for this document + crocodoc_pending: Crocodoc is still processing this document. + comment_submitted: Your comment has been submitted. + headers: + no_group_submission: This group does not have a submission for this assignment + no_submission: This student does not have a submission for this assignment + submission: This student has submitted the assignment + anonymous_submission: This student's responses are hidden because this assignment is anonymous. + assessment: Assessment + titles: + not_newest: use the dropdown above to change which submission to look at + preview_file: Preview this File + speedgrader_options: SpeedGrader Options + not_newest_notice: 'Note: This is not the most recent submission' + links: + submit_same_score: Use this same grade for the resubmission + remove_attachment: Remove Attachment + show_all_sections: Show All Sections + labels: + sort_by: Sort student list + hide_names: Hide student names in the SpeedGrader + grade_by_question_beta: Grade by question (beta) + showing: Showing + sort_by: + student_name: by student name (alphabetically) + submitted_at: the date they submitted the assignment + status: by submission status (needs grading, not submitted, etc) + buttons: + save_settings: Save Settings + all_sections: All Sections + keycodes: + next_student: j + previous_student: k + leave_comment: c + change_grade: g + use_rubric: r + keycode_descriptions: + next_student: Next Student + previous_student: Previous Student + leave_comment: Leave Comment + change_grade: Change Grade + use_rubric: Use Rubric + submissions_zip_upload: + submissions_upload: "%{assignment} Submissions Upload" + comments_made: + one: 1 Comment Made + other: "%{count} Comments Made" + files_ignored: + one: 1 File Ignored + other: "%{count} Files Ignored" + done: Done! We took the files you uploaded and attached them with a short comment to each user's submission page for this assignment. The students will get a notification that a new comment was added. + failures: There were some files we didn't know what to do with. They have not been added to anyone's submission page. You can see the list to the left. + links: + back_to_assignment: Back to Assignment Page + back_to_gradebook: Back to Gradebook + headers: + attached_files: Attached files to the following user submissions + no_comments_added: No Comments Added + renamed_file: renamed from %{filename} + header: + ignored_files: Ignored the following files + weight_of_final_abbbe82f: "%{weight} of Final" + total_71a4807: Total + page_not_found_2b0d05f5: Page not found + group_categories: + notices: + create_category_success: Category was successfully created. + update_category_success: Category was successfully updated. + delete_category_success: Category successfully deleted + groups: + notices: + already_deleted: That group has been deleted + welcome: Welcome to the group %{group_name}! + goodbye: You have removed yourself from the group %{group_name}. + create_success: Group was successfully created. + update_success: Group was successfully updated. + delete_success: Group successfully deleted + invalid_invitation: '' + errors: + group_full: The group is full. + group_atom_feed: Group Atom Feed + feed_title: "%{course_or_account_name} Feed" + context_groups: + page_title: Course Groups + student_groups_tabs_everyone: Everyone + student_groups_tabs_groups: Groups + account_groups: Account Groups + course_groups: Course Groups + group_explanation: Groups are a good place to collaborate on projects or to figure out schedules for study sessions and the like. Every group gets a calendar, a wiki, discussions, and a little bit of space to store files. Groups can collaborate on documents, or even schedule web conferences. It's really like a mini-course where you can work with a smaller number of students on a more focused project. + headings: + available_groups: Available Groups + new_group: Make a New Group + student_group_warning: If your teacher has talked about putting you into groups as part of an assignment, this is not the way to make that happen. Groups you organize yourself can't be used for grading... you can still form your own groups, but you won't be able to turn in an electric copy of any assignments unless your teacher builds the groups for you. + labels: + name: Group Name + restrictions_for_joining_groups: Joining + users_to_invite: Invite + options: + open_to_course_members: Course members are free to join + invite_only: Membership by invitation only + buttons: + create: Create Group + context_manage_groups: + page_title_accounts: Account Groups + page_title: Course Groups + index: + heading_current_groups: Current Groups + no_groups: No Groups + heading_previous_groups: Previous Groups + membership_pending: + group_join_request: Group Join Request + group_join_request_info: This group has received your request to join. You'll be notified once they accept or reject your request. + show: + edit_group: Edit Group + new_announcement: Announcement + coming_up: Coming Up + positive_group_count: Must enter a positive group count + create_group_set: Create Group Set + delete_confirm: Are you sure you want to remove this group set? + flash: + removed: Group set successfully removed. + removeError: Unable to remove the group set. Please try again later. + students_who_have_not_joined_a_group: Students who have not joined a group + edit_group_set: Edit Group Set + group_limit_number: Group limit must be a number + everyone: Everyone (%{count}) + unassigned_students: Unassigned Students (%{count}) + unassigned_users: Unassigned Users (%{count}) + groups_count: Groups (%{count}) + add_group: Add Group + edit_group: Edit Group + name_too_long: Name is too long + max_membership_number: Max membership must be a number + randomly_assigning_members: Randomly Assigning Students + manage: + auto_leadership_controls: + leadership: Leadership + auto_group_leader: Automatically assign a student group leader + auto_first_group_leader: Set first student to join as group leader + auto_random_group_leader: Set a random student as group leader + self_signup_help: + self_signup_description: You can create sets of groups where students can sign up on their own. Students are still limited to being in only one group in the set, but this way students can organize themselves into groups instead of needing the teacher to do the work. Note that as long as this option is enabled, students can move themselves from one group to another. + about_self_signup_groups: About Self Sign-up Groups + add_unassigned_menu: + add_unassigned_student: Add Unassigned Student + add_unassigned_user: Add Unassigned User + search_people: Search people + add_unassigned_user: + add_user_to_group: Add user %{name} to this group + add_to_group: Add user to group + add_unassigned_users: + no_users_found: No users found + too_short: Please enter a search term of 3 or more characters + assign_to_group_menu: + add_to_group: Add to Group + no_groups_created: Groups need to be created before users can be added. + all_groups_full: All groups are full. %{br} + all_groups_full_suggestion: Either change group limits or add more groups. + assign_user_to_group: Assign user to this group + assign_user_to_group_name: Assign user to group %{name} + group_categories: + headings: + groups: Groups + course_groups: Student Groups + account_groups: Account-level Student Groups + group_set: Group Set + course_group_explanation: Student groups are a useful way to organize students for things like group projects or papers. Every student group gets their own calendar, discussion board and collaboration tools so they can organize themselves and work together more effectively. + group_assignment_instructions: You can randomly assign students to groups of a specific size, or manually create and organize the groups. Once your groups are created, you can set assignments to be "group submission" assignments, which means each group will have one submission for all users of that group. + account_group_explanation: Account-level student groups are a good way to group students without being tied to a specific course. Every student group gets their own calendar, discussion board and collaboration tools so they can organize themselves and work together more effectively. + tabs: + everyone: Everyone + group_category: + search_groups: Search groups + randomly_assigning_students: Randomly Assigning Students + search_users: Search users + group_category_clone: + cancel: Cancel + group_category_create: + group_set_name: Group Set Name + self_signup: Self Sign-Up + allow_self_signup: Allow self sign-up + require_same_section: Require group members to be in the same section + group_structure: Group Structure + split_into_groups: Split students into %{num_groups} groups + create_groups_manually: I'll create groups manually + create_groups: Create %{num_groups} groups now + limit_group_size: Limit groups to %{group_limit} members + leave_group_limit_blank: Leave blank for no limit + cancel: Cancel + saving: Saving... + save: Save + group_category_detail: + self_signup_blurb: Self sign-up is enabled for these groups. + restricted_self_signup_blurb: All students in a group are required to be in the same section. + group_limit_blurb: Groups are limited to *%{group_limit}* members. + group: Group + settings: Settings + category_settings: Settings + message_all_unassigned_option: Message All Unassigned Students + randomly_assign_students_option: Randomly Assign Students + edit_category_option: Edit + delete_category_option: Delete + uncategorized_groups: These groups are not associated to any particular group set. Because they were imported via SIS, they can only be updated or deleted via SIS. + self_organized_warning: These groups are self-organized by students. Unlike other types of groups, students can belong to more than one of these groups at a time, so these groups cannot be used for graded assignments. + group_category_edit: + group_set_name: Group Set Name + allow_self_signup: Allow self sign-up + require_same_section: Require group members to be in the same section + limit_group_size: Limit groups to %{group_limit} members + leave_group_limit_blank: Leave blank for no limit + group_limit_override: Changing this will override any individually set group limits + cancel: Cancel + saving: Saving... + save: Save + group_detail: + show_group_details: Show details for group %{name} + group_leader: Group Leader + group_full: Full + add_user_to_group: Assign user to group + group_settings: Settings + visit_group_homepage: Visit Group Homepage + group_edit: Edit + group_delete: Delete + group_edit: + group_name: Group Name + group_join_level: Joining + open: Members are free to join + invitation_only: Invitation only + group_max_membership: Limit groups to + group_max_membership_members: members + group_max_membership_help: "(Leave blank to use group set max)" + cancel: Cancel + saving: Saving... + save: Save + group_user: + group_leader: Group Leader + assign_user_to_group: Assign %{name} to a group + edit_group_membership: Edit %{name}'s membership + remove_from_group: Remove %{name} from group + remove: Remove + remove_user_as_leader: Remove %{name} as leader + remove_as_leader: Remove as Leader + set_user_as_leader: Set %{name} as leader + set_as_leader: Set as Leader + move_to_new_group: Move %{name} to a new group + move: Move To... + group_users: + no_matching_students: No matching students. + no_matching_users: No matching users. + greater_than_three: Please enter a search term with three or more characters + no_students: There are currently no students in this group. + add_student: Add a student to get started. + no_users: There are currently no users in this group. + add_user: Add a user to get started. + groups: + no_groups: There are currently no groups in this group set. Add a group to get started. + no_matching_groups: There are no groups that match your current search term. + randomly_assign_members: + randomly_assign_students_dialog: This will automatically assign all unassigned students as evenly as possible among the existing student groups. + cancel: Cancel + cannot_access_group_in_concluded_course_90a8db52: Cannot access group in concluded course + your_password_has_been_changed_df0e72aa: Your password has been changed. + invalid_authenticity_token_b753558c: Invalid Authenticity Token + no_password_was_given_472222e5: No password was given + too_many_failed_login_attempts_please_try_again_la_f8e0d7c8: Too many failed login attempts. Please try again later or contact your system administrator. + that_user_account_has_been_deleted_please_contact__350e0e0: That user account has been deleted. Please contact your system administrator to have your account re-activated. + invalid_username_or_password_b60aa240: Invalid username or password + failed_to_validate_cas_ticket_error_31aa4c63: 'Failed to validate CAS ticket: %{error}' + there_was_a_problem_logging_in_at_institution_5a298155: There was a problem logging in at %{institution} + validated_ticket_for_username_c6c7722f: Validated ticket for %{username} + canvas_doesn_t_have_an_account_for_user_user_5bcae0dd: 'Canvas doesn''t have an account for user: %{user}' + cas_server_rejected_ticket_message_code_a6ef4093: 'CAS server rejected ticket: %{message} (%{code})' + cas_server_rejected_ticket_5dc2a0bc: CAS server rejected ticket. + email_already_in_use_330248e: Email already in use + username_could_not_be_found_6c3e8383: Username could not be found + redirected_to_identity_provider_6c4e17d2: Redirected to identity provider + received_callback_from_identity_provider_80d999f5: Received callback from identity provider + it_took_too_long_to_login_please_try_again_c1ed2e28: It took too long to login. Please try again + authentication_with_provider_was_successful_but_no_6a194137: Authentication with %{provider} was successful, but no unique ID for logging in to Canvas was provided. + multi_factor_authentication_configured_865b1bde: Multi-factor authentication configured + login: + otp: + errors: + invalid_otp: Invalid verification code, please try again + new: + page_title: Multi-factor Authentication + titles: + mfa: Multi-factor Authentication + details: + mfa_required: You are required to set up multi-factor authentication. + mfa_enrollment: |- + Multi-factor authentication increases security by requiring that you have something in your physical possession, + in addition to knowing your password, in order to log in to Canvas. This can be a device that can generate + verification codes, or a phone that can receive text messages. The Google Authenticator app for [iPhone](%{iphone_url}) or + [Android](%{android_url}) can be configured by scanning the QR Code below. Other tokens can be configured by entering the + secret key **%{secret_key}**. Once you have configured multi-factor authentication, it is recommended that you go to your + profile page and print out a set of back-up codes, in case your normal multi-factor device is unavailable. + send_to_sms: Send text messages to %{phone_number} + otp_sent_to_phone: A verification code has been sent to your phone. Please enter it here. + otp_on_device: Please enter the verification code shown by your token. + select: + new_number: a new phone + buttons: + send: Send + verify: Verify + labels: + phone_number: Phone Number + carrier: Carrier + verification_code: Verification Code + remember_me: Remember this computer + links: + choose_number: Choose an existing phone + saml: + debug: + redirect_from_idp: Received LoginResponse from IdP + logout_response_redirect_from_idp: Received LogoutResponse from IdP + logout_request_redirect_from_idp: Received LogoutRequest from IdP + logout_response_redirect_to_idp: Sending LogoutResponse to IdP + canvas: + forgot_password_link: + dont_know_password: Forgot Password? + new_login_content: + browse_courses: Browse courses + log_in: Log In + labels: + password: Password + remember_me: Stay signed in + login_handle: Enter your %{login_handle_name} and we'll send you a link to change your password. + back_to_login: Back to Login + buttons: + request_password: Request Password + open_source_learning_management_system: Open Source LMS + mobile_login: + password: Password + log_in: Log In + dont_know_password: Forgot Password? + login_handle: Enter your %{login_handle_name} and we'll send you a link to change your password. + sending: Sending... + buttons: + request_password: Request Password + back_to_login: Back to Login + new: + page_title: Log In to Canvas + logout_confirm: + page_title: Log Out + log_out: Log Out + details: + log_out: Are you sure you want to log out of Canvas? + cancel: Cancel + logout_landing: + page_title: Logged Out + canvas_did_not_recognize_your_identity_provider_cb0e50fc: Canvas did not recognize your identity provider + canvas_is_not_configured_to_receive_logins_from_is_502a4491: Canvas is not configured to receive logins from %{issuer}. + the_institution_you_logged_in_from_is_not_configur_5ceac41: The institution you logged in from is not configured on this account. + idp_initiated_1e87e621: IdP Initiated + there_was_a_failure_logging_out_at_your_idp_30070527: There was a failure logging out at your IdP + we_re_sorry_a_login_error_has_occurred_please_chec_6dae02e2: We're sorry, a login error has occurred, please check your child's credentials and try again. + you_are_logged_in_at_institution1_using_your_crede_3f5bb205: You are logged in at %{institution1} using your credentials from %{institution2} + lti2: + register_tool: Register Tool + resource_url_must_match_the_resource_handler_s_dom_b768cf: resource url must match the resource handler's domain + loading_25990131: Loading... + migration_issues: + errors: + valid_workflow_state: Must send a valid workflow state + must_submit_new_oauth2_request_e1fb00bb: Must submit new OAuth2 request + the_state_parameter_is_required_ffadf213: The state parameter is required + invalid_state_parameter_7a5aa108: Invalid state parameter + outcome_groups_api: + account_group_description: Account level outcomes group. + outcome_groups: + invalid_file: Invalid outcome group file + invalid_content_type_utf_8_required_bd458b78: Invalid content type, UTF-8 required + outcome_results: + outcomes_filename: Outcomes + outcomes_for_student_9f91d4d: Outcomes for Student + outcomes: + outcomes_for: Outcomes for %{user_name} + successful_outcome_creation: Outcome successfully created! + failed_outcome_creation: Outcome creation failed + successful_outcome_update: Outcome successfully updated! + failed_outcome_update: Outcome update failed + successful_outcome_delete: Outcome successfully deleted + successful_outcome_removal: Outcome successfully removed + missing_outcome: Couldn't find that learning outcome + outcome_result: + scoring: "%{points} out of %{possible_points}" + outcome_mastered: mastered + attempt_info: 'attempt #%{attempt_number}, %{attempt_date}' + all_outcomes: all outcome results for this student + show: + no_aligned_items: No aligned items + no_artifacts: No artifacts + user_outcome_results: + labels: + see_results: See %{user_name}'s results for + outcomes_for: Outcomes for %{user_name} + short_title: + outcome: Outcome + attempts: Attempts + latest_score: Latest Score + average_percent: Avg Percent + attempts: + one: 1 attempt + other: "%{count} attempts" + artifacts: + one: 1 artifact + other: "%{count} artifacts" + attempts_from_artifacts: "%{attempts} *from %{artifacts}*" + mastery: Mastery on latest attempt + no_mastery: No Mastery on latest attempt + score_out_of_possible: "%{score}* out of %{possible}*" + criterion: + points: Points + edit_criterion_rating_title: Edit "%{description}" criterion rating + rating_description: Criterion rating description + criterion_rating_points: Criterion rating points + pts: pts + delete_criterion: Delete + close_rating: Ok + criterion_header: + insert_criterion_rating: Insert criterion rating + insert_rating: Insert + find_instructions: + instructions: + find: + title: Finding Outcomes + description: "*Outcomes created by your institution, or state can be accessed here. Just like in your course, the panel to the left will allow you to navigate between existing outcomes. Once you have found the outcome or outcome group you wish to use, click the import button below to add it to your course.*" + main_instructions: + instructions: + main: + manage: + title: Setting up Outcomes + outcome: + mastery_at_label: 'Set mastery for any score at or above:' + use_for_scoring: Use this criterion for scoring + links: + edit_outcome: Edit + delete_outcome: Delete + outcome_form: + title: Name this outcome + display_name: Friendly name (optional) + description: Describe this outcome + criterion: Criterion ratings + mastery: Mastery at + calculation_method: Calculation Method + outcome_group: + links: + edit_outcome_group: Edit + delete_outcome_group: Delete + outcome_group_form: + title: Name this group + group_description: Describe this group + outcome_popover: + no_results: "(no results)" + mastery_set_at: Mastery set at + page_comments: + errors: + create_failed: Comment creation failed + page_views: + download_filename: Pageviews For %{user} + table: + headers: + url: URL + date: Date + participated: Participated + time: Time + user_agent: User Agent + create_failed_15d07ad4: Create failed + peer_reviews_api: + errors: + delete_reminder_failed: Delete failed + plugins: + errors: + plugin_doesnt_exist: The plugin %{id} doesn't exist. + setting_update_failed: There was an error saving the plugin settings. + notices: + settings_updated: Plugin settings successfully updated. + academic_benchmark_importer: + description: This enables importing Academic Benchmark standards into Canvas. + canvas_webhooks: + name: Canvas Webhooks + description: Webhooks plugin for Canvas + catalog_provisioner: + name: Catalog Provisioner + description: Catalog Account Provisioner for Canvas + pv4: + description: Page Views 4 + respondus_soap_endpoint: + name: Respondus SOAP Endpoint + description: SOAP Endpoint for Respondus QTI uploads + uuid_provisioner: + name: UUID provisioner + description: This enables exporting UUIDs into Quiz.Next services. + clever: + description: Clever Login + facebook: + description: Facebook Login + github: + description: Github Login + linked_in: + description: LinkedIn integration + microsoft: + description: Microsoft Login + diigo: + name: Diigo + description: Diigo integration + twitter: + description: Twitter notifications + etherpad: + name: EtherPad + description: EtherPad document sharing + google_drive: + name: Google Drive + description: Google Drive file sharing + kaltura: + name: Kaltura + description: Kaltura video/audio recording and playback + mathman: + name: MathMan + description: A simple microservice that converts LaTeX formulae to MathML and SVG + wimba: + name: Wimba + description: Wimba web conferencing support + big_blue_button: + name: BigBlueButton + description: BigBlueButton web conferencing support + grade_export: + name: Grade Export + description: Grade Export for SIS + i18n: + name: I18n + description: Custom Locales + sis_import: + name: SIS Import + description: Import SIS Data + sessions: + name: Sessions + description: Manage session timeouts + assignment_freezer: + name: Assignment Property Freezer + description: Freeze Assignment Properties on Copy + crocodoc: + name: Crocodoc + description: Enable Crocodoc as a document preview option + canvadocs: + name: Canvadocs + description: Enable Canvadocs (compatible with Box View) as a document preview option + account_reports: + name: Account Reports + description: Select account reports + app_center: + name: App Center + description: App Center for tracking/installing external tools in Canvas + pandapub: + name: PandaPub + description: Pub/Sub service + vericite: + name: VeriCite + description: Plagiarism detection service. + live_events: + name: Live Events + description: Service for real-time events. + inst_fs: + name: Inst-FS + description: File service that proxies for S3. + unsplash: + name: Unsplash + description: Unsplash image search service + app_center_settings: + labels: + token: Access Token + base_url: Base URL + apps_index_endpoint: Apps Index Endpoint + app_reviews_endpoint: App Show Endpoint + assignment_freezer_settings: + description: |- + This plugin allows admins to check a property on assignments that makes the configured + properties un-editable once the assignment is copied into another course. + no_copying_frozen: Don't allow frozen assignments to be copied. + big_blue_button_settings: + description: You will need access to a [BigBlueButton](%{url}) instance. + labels: + domain: Domain + secret: Secret + recording_enabled: Allow conferences to be recorded. + domain_description: "**hostname** or **ip address** of your BigBlueButton installation (e.g. bigbluebutton.mycompany.com)" + secret_description: This is the %{parameter_name} parameter that can be found in the %{filename} config file. + canvadocs_settings: + description: This plugin integrates with Canvadocs (or any Box View compatible API) to provide an HTML5 document previewer. + labels: + api_key: API Key + base_url: Base URL + annotations_supported: Annotations Supported + hijack_crocodoc_sessions: Hijack Crocodoc Sessions + clever_settings: + labels: + client_id: Client ID + client_secret: Client Secret + crocodoc_settings: + description: This plugin integrates with Crocodoc to provide an HTML5 document previewer which provides teachers and students with the ability to annotate documents. + labels: + api_key: Crocodoc API Key + disable_polling: Disabling polling for document status + custom_ticketing_email_settings: + labels: + email_address: email address to send error reports to (something@example.com) + custom_ticketing_web_post_settings: + labels: + endpoint_uri: URI to POST data to (https://www.somewhere.com/endpoint/path) + diigo_settings: + description: |- + You will need to register a [new app on Diigo](%{diigo_url}). + + * After you save your app, make a note of the API Key + labels: + api_key: API Key + dim_dim_settings: + description: You will need access to a Dim Dim instance. + labels: + domain: Domain + etherpad_settings: + description: 'EtherPad is now an open source project. There are a number of public hosted instances of EtherPad that you can use if you''d like. These include:' + pirate_pad: Pirate Pad + primary_pad: Primary Pad + sketchpad: SketchPad + edupad: eduPad + typewithme: TypeWith.me + host_your_own: Or you can always [set up your own EtherPad site](%{etherpad_url}). + labels: + domain: Domain + name: Name + hints: + domain: Don't include the "http://" part or any slashes + facebook_settings: + description: |- + You will need to create a [new app on Facebook](%{facebook_url}), and enable Client OAuth Login + in Advanced Settings. You should configure %{callback_url} as the Valid OAuth redirect URI. + After you save your app, make a note of the App ID and App Secret, and enter them here. + labels: + app_id: App ID + app_secret: App Secret + github_settings: + labels: + domain: Domain + client_id: Client ID + client_secret: Client Secret + google_docs_settings: + description: |- + You will need to [register your domain with Google](%{google_url}). + Make a note of your "OAuth Consumer Key" and "OAuth Consumer Secret" values. + labels: + api_key: OAuth Consumer Key + secret_key: OAuth Consumer Secret + google_drive_settings: + labels: + client_id: Client ID + client_secret: Client Secret + redirect_uri: Redirect URI + auth_uri: Auth URI + token_uri: Token URI + client_secret_json: Client secrets json + description: Paste the contents of client_secrets.json below. The text boxes above will be automatically filled in based on the content given below. + grade_export_settings: + description: |- + This plugin allows final grades to be published back to a student information system (SIS). When enabled, the user will be given an option in the gradebook to publish these grades. This will occur via a POST request to the specified publish endpoint. Each type defines it's own content format and mime type. The response from the endpoint does not matter and is currently ignored. + + For example, the Instructure formatted CSV will POST a csv file with mime type 'text/csv' to the specified endpoint, containing the following columns: + + "publisher_id", "publisher_sis_id", "course_id", "course_sis_id", "section_id", "section_sis_id", "student_id", "student_sis_id", "enrollment_id", "enrollment_status", "score", "grade" + + (Note: the "grade" column is only returned if the course specifies a grading standard) + + For each student in the course being published, there will be 1 or more rows in the published csv. Specifically, there will be 1 row for each login that the student has in the course's root account. Most of the time this will result in 1 row per student, but if the student has multiple logins, there will be a row for each of them. + + If "Include final grade overrides" is checked, and the feature for Final Grade Override is enabled, students with an override grade/score will receive that in place of the calculated score and grade. + labels: + format_type: Output format type + publish_endpoint: Endpoint to publish to + wait_for_success: Wait for success notifications + include_final_grade_overrides: Include final grade overrides + success_timeout: Success notification timeout (in seconds) + kaltura_settings: + description: |- + You will need an account either at [Kaltura.com](%{kaltura_url}) + or with a self-hosted instance of Kaltura. + + **Note:** once you have Kaltura configured within Canvas, + you need to go to the Kaltura Management Console and under "Settings -> + Integration Settings" enable server notifications with a + Notification URL of: + + %{notification_url} + + Then check the boxes for "Add Entry" and "Delete Entry" in the "Sent by Server" column. + headers: + domain_settings: Domain Settings + account_settings: Account Settings + ui_conf_ids: UI Conf IDs + canvas_settings: Canvas Settings + misc_settings: Misc. Settings + labels: + domain: Domain + resource_domain: Resource Domain + rtmp_domain: RTMP Domain + partner_id: Partner ID + subpartner_id: Sub Partner ID + secret_key: Administrator Secret + user_secret_key: User Secret + player_ui_conf: Player UI Conf ID + kcw_ui_conf: KCW UI Conf ID + upload_ui_conf: Uploader UI Conf ID + cache_play_list_seconds: Seconds to cache playlist URL + kaltura_sis: Write SIS data to Kaltura + do_analytics: Send analytics events + hide_rte_button: Hide the video icon in Rich Content Editor. + js_uploader: Use html5 (accessible) uploader + hints: + domain: For hosted accounts, use "www.kaltura.com" + resource_domain: For hosted accounts, use "cdn.kaltura.com" + rtmp_domain: For hosted accounts, use "www.kaltura.com" + account_settings: These values can be found in the Kaltura Management Console under "Settings -> Integration Settings" + ui_conf_ids: For Kaltura-hosted customers, you can ask Kaltura to provide you with these ids. Self-hosted instances can find these values in the ui_confs table. + cache_explanation: Empty means cache indefinitely, 0 means don't cache. + kaltura_sis_explanation: If checked user and course SIS data will be provided to Kaltura. + kaltura_path_example: e.g. + hide_rte_button_note: "(still there for conversations/SpeedGrader/Media Recordings homework submissions)" + linked_in_settings: + domain_name: domain + labels: + client_id: Client ID + client_secret: Client Secret + live_events_settings: + description: Pushes events to a Kinesis stream. + labels: + use_consul: Configure using Consul instead of this page + kinesis_stream_name: Kinesis Stream Name + aws_region: AWS Region + aws_endpoint: AWS Endpoint (url) + aws_access_key_id: AWS Access Key ID + aws_secret_access_key: AWS Secret Access Key + endpoint_region_requirement: Either the AWS Region or Endpoint are required. The endpoint is typically only used for development. + microsoft_settings: + description: |- + You will need to register a [new app with Microsoft](%{ms_app_url}). + You should configure %{callback_url} as the Redirect URI. + After you save your app, make a note of the Application ID and Secret, and enter them here. + labels: + application_id: Application ID + application_secret: Application Secret + panda_pub_settings: + description: PandaPub is a pub/sub service which, when configured, allows some parts of Canvas to receive notifications of events within the browser, rather than polling for changes. + labels: + base_url: Base URL + application_id: Application Id + key_id: Key ID + key_secret: Key Secret + sessions_timeout: + labels: + session_timeout: Time before session expires in minutes (20 minimum) + sis_import_settings: + labels: + parallelism: Number of job processors to use to process SIS imports in parallel + minimum_rows_for_parallel: Minimum rows in a SIS import before using parallel processing + queue_for_parallel_jobs: Job queue to use for parallel jobs (blank for default) + ticketing_system_settings: + description: Ticketing System setup + labels: + type: Ticketing System type + twitter_settings: + labels: + consumer_key: Consumer Key + consumer_secret: Consumer Secret + unsplash_settings: + description: Please [follow the steps](%{unsplash_wiki_url}) to setup a new application on Unsplash. + labels: + access_key: Access Key + application_name: Application Name + vericite_settings: + plagiarism_compatibility: 'Plagiarism plugins compatibility notice:' + labels: + account_id: VeriCite Consumer Key + shared_secret: VeriCite Shared Secret + host: VeriCite Host + comments: Submission Comments + pledge: VeriCite Pledge + show_preliminary_score: Show Preliminary Score + type: Students Can See the Originality Report + exclude_quotes: Exclude Quotes + exclude_self_plag: Exclude Self Plagiarism + store_in_index: Store in Index + default_comments_settings: "*Text entered here will be displayed to students when submitting for an assignment.*" + pledge_description: "*Text entered here will be displayed to students when submitting for an assignment. The student will be required to check the box for the pledge before submitting. If left blank, no pledge is shown or required to submit.*" + default_assignment_settings: "**Default Assignment Settings**" + wimba_settings: + description: You will need access to a [Wimba](%{url}) account. + labels: + domain: Domain + username: Username + password: Password + domain_description: "(e.g. mycompany.wimba.com)" + index: + page_title: Canvas Plugins + name: Name + description: Description + tag: Tag + website: Website + author: Author + version: Version + no_plugins: There are no Canvas plugins installed + show: + page_title: Plugin Settings + labels: + disabled: Disable this Plugin + back_to_list: Return to plugins list + banner_grade_exchange_settings: + labels: + sis_source_identifier: Name of your Banner instance + canvas_source_identifier: Name of your Canvas instance + med_cornell_export: + labels: + username: Username for authentication + password: Password for authentication + zendesk_settings: + labels: + api_url: API URL + username: Username + password: Password + become_user_id_uri: Become User URL + http_env: HTTP ENV + message_backtrace: Backtrace + message_type: Message Type + user_id: User ID + url: URL + request_context_id: Request Context ID + account_id: Account ID + user_severity: User Severity + user_roles: User Roles + account_domain_value: Account Domain Value + ims_es_importer_settings: + labels: + email_preference: Email preference + default_email_domain: Default email domain + section_name_selection: Section name selection + map_sections_to_courses: Map IMS sections to Canvas Courses + course_short_name_selection: Course short name selection + course_long_name_selection: Course long name selection + course_sourcedid_name_prefix: Course "sourcedid" ignored prefix + lms_delivery_name: LMS Delivery Name + term_start_days_adjustment: Term start days adjustment + term_end_days_adjustment: Term end days adjustment + section_start_days_adjustment: Section start days adjustment + section_end_days_adjustment: Section end days adjustment + default_enrollment_status: Status for deleted enrollments + webct_scraper_settings: + description: |- + If the institution does not use WebCT's "Learning Modules" (including schools who adopted WebCT + prior to version 4.0, when modules were made available), course migrations can be improved by importing the "Course Content" + as Canvas Modules instead of the "Learning Modules". This page allows one to set the default behavior of the WebCT migrator + with respect to content modules. It is important to remember that, while individual course migrations retain the ability + to choose, the bulk migrator always utilizes the value configured here and cannot be changed per migration. + labels: + allow_outline_selection: Display option to use Course Content as Modules in the migration wizard + folders_as_outline: Use WebCT "Course Content" for modules as the default + pv4_settings: + labels: + page_view_method: Page View Method + settings_header: + select_account_prompt: "(Select Account)" + prompt_change_for_all_line1: This changes the settings for ALL ACCOUNTS! + prompt_change_for_all_line2: Are you absolutely certain you want to do this? + prompt_delete_account_setting: Are you sure you want to delete the Account Config? + qti_converter_settings: + labels: + enabled: Enabled + lockdown_browser: + labels: + plugin_enabled: Enabled + use_lti_tool: Use LTI Tool to Manage LockDown Browser Quiz Settings (Required for Monitor) + download_url: LockDown Browser Download URL + buttons: + saving: Saving... + polling: + poll_sessions: + errors: + course_required: Course is required. + validations: + section_belongs_to_course: That course section does not belong to the existing course. + poll_submissions: + validations: + poll_is_published: This poll session is not open for submissions. + poll_choice_belongs_to_poll: That poll choice does not belong to the existing poll. + profile: + crumbs: + settings_frd: "%{user}'s Profile" + observees: Observing + crumb: "%{user}'s settings" + errors: + invalid_old_passowrd: Invalid old password for the login %{pseudonym} + profile_update_failed: Login failed to update + registration_failed: Registration failed. Check the user name and password, and try again. + generating_token_failed: Generating Token Failed + regenerating_token_failed: Regenerating Token Failed + notices: + updated_profile: Settings successfully updated + contact_confirmed: Contact successfully confirmed! + mfa_disabled: Multi-factor authentication disabled + page_title: Students Being Observed + access_token: + default_app_name: No App + labels: + token_expires: Expires + token_last_used: Last Used + profile: + token_never_expires: never + links: + token_details: details + titles: + delete_this_token: Delete this Token + email_select: + default_email_option: "[Select Email]" + new_email_option: New Email Address + sms_select: + default_sms_option: "[Select Cell]" + new_sms_option: New Cell Number + twitter_select: + twitter: Twitter + ways_to_contact: + headers: + ways_to_contact: Ways to Contact + other_contact: Other Contacts + contact_type: Type + titles: + confirm_email_address_aria_label: Confirm Email Address + confirm_email_address_alt: Confirm Email Address + confirm_email_address: Confirm Email Address + merge_users_aria_label: Another user has the same email address. Click here to combine user accounts. + merge_users_alt: Another user has the same email address. Click here to combine user accounts. + merge_users: Another user has the same email address. Click here to combine user accounts. + default_email_address: Default email address + bouncing_email: Canvas was unable to send email to this address. Please ensure the address is correct to continue receiving email from Canvas. + links: + add_email_address: Email Address + add_contact_method: Contact Method + email: Email + text_sms: Text (SMS) + resend_confirmation: Re-Send Confirmation + bouncing_channel: Canvas was unable to send messages to you using this contact method. Please ensure the contact information is correct to continue receiving messages from Canvas. + labels: + email_address: Email Address + enable_login_for_email: I want to log in to Canvas using this email address + cell_number: Cell Number + carrier: Carrier + sms_email: SMS Email + buttons: + register_email: Register Email + register_sms: Register SMS + ok_thanks: Ok, Thanks + confirm: Confirm + validations: + should_be_10_digits: should be 10-digit number + default_carrier_option: "[Select Carrier]" + confirming_contact: Confirming... + communication: + page_title: Notification Preferences + crumb_notification_preferences: Notification Preferences + headers: + notification_preferences: Notification Preferences + confirm_email_instructions: Before you can receive any notifications, you need to verify your email address (%{email}) by clicking the link in the email we sent you. If you don't see it, *click to re-send the email*, and make sure to check your spam box. + weekly_notification_range: Your weekly notifications will be sent %{weekday} between %{start_time} and %{end_time}. + content_shares: + page_title: Shared Content + profile: + links: + edit_settings: Edit Settings + reconfigure_mfa: Reconfigure Multi-Factor Authentication + configure_mfa: Set Up Multi-Factor Authentication + disable_mfa: Disable Multi-Factor Authentication + otp_backup_codes: Multi-Factor Authentication Backup Codes + more_options: more options + add_account: Add Account + view_your_profile: view your profile + google_drive: Google Drive + skype: Skype + twitter: Twitter + delicious: Delicious + diigo: Diigo + upload_new_image: Upload a new Image + titles: + click_to_change_profile_pic: Click to change profile pic + remove_account_from_profile: Remove account from this profile + unregister_service: Unregister Service + authorize_google_drive: Authorize Google Drive + register_skype: Register Skype + authorize_twitter: Authorize Twitter + delicious_login: Delicious Login + diigo_login: Diigo Login + access_token_details: Access Token Details + new_access_token: New Access Token + labels: + name: Full Name + short_name: Display Name + sortable_name: Sortable Name + pronouns: Pronouns + default_email: Default Email + locale: Language + time_zone: Time Zone + password: Password + change_password: Change Password + password_for: Password For + old_password: Old Password + new_password: New Password + confirm_password: Confirm Password + disable_inbox: Disable the Conversation's Inbox unread messages badge and send all conversation messages and notifications via email, ASAP. + show_user_services: Let fellow course/group members see which services I've linked to my profile + other_services: Click any service below to register + skype_name: Skype Name + user_name: User Name + headers: + approved_integrations: Approved Integrations + token: Token + token_application: App + token_purpose: Purpose + token_created: Created + token_last_used: Last Used + token_expires: Expires + purpose: Purpose + expires_at: Expires + hints: + name: This name will be used for grading. + short_name: People will see this name in discussions, messages and comments. + sortable_name: This name appears in sorted lists. + language: This will override any browser or account settings. + expires_at: leave blank for no expiration + none: None + subscribe_to_emails: I want to receive information, news and tips from Instructure + buttons: + update_settings: Update Settings + authorize_google_drive: Authorize Google Drive Access + save_skype_name: Save Skype Name + authorize_twitter: Authorize Twitter Access + save_login: Save Login + new_access_token: New Access Token + regenerate_token: Regenerate Token + generate_token: Generate Token + add_picture_file: Add File + select_image: Select Image + headers: + ways_to_log_in: Ways to Log In + organization: Organization + login: Login + inbox_opt_out: Conversations Inbox Opt-out + web_services: Web Services + registered_services: Registered Services + other_services: Other Services + google_drive_access: Google Drive Access + share_skype_id: Share your Skype ID + twitter_access: Twitter Access + delicious_login: Delicious Login + diigo_login: Diigo Login + application_abbrev: App + purpose: Purpose + dates: Dates + generate_access_token: Generate an Access Token + loading_images: Loading Images... + web_services: Canvas can make your life a lot easier by tying itself in with the web tools you already use. Click any of the services in "Other Services" to see what we mean. + unknown_service: Unknown + no_registered_services: No Registered Services + google_drive_description: Once you authorize us to see your Google Drive you'll be able to submit your assignments directly from Google Drive, and create and share documents with members of your classes. + skype_description: Skype offers free online voice and video calls. Lots of students use Skype as a free, easy way to communicate. If you register your Skype Name and enable visibility, then other students can easily find your contact and call or add you using Skype. + twitter_description: |- + Twitter is a service for posting and subscribing to short messages. + If you have a Twitter account, you can register it here. Then if you allow + fellow course/group members to see your registered services, they can + easily connect with your Twitter account. + + You can also sign up to have notifications sent to your Twitter account. + These notifications will be sent as direct messages to yourself from + yourself, and won't appear in your public stream. + delicious_description: Delicious is a tool that lets you store and share your bookmarks with others. Canvas's rich content editor will let you search your Delicious tags to easily link from within Canvas to other resources you find useful. + diigo_description: Diigo is a social bookmarking tool tailored specifically to research and education. Canvas's rich content editor will let you search your Diigo tags to easily link from within Canvas to other resources you find useful. + no_approved_integrations: Third-party applications can request permission to access the Canvas site on your behalf. As you begin authorizing applications you will see them listed here. + approved_integrations: 'These are the third-party applications you have authorized to access the Canvas site on your behalf:' + loading_token_details: Loading Token Details... + error_loading_token_details: Error Loading Token Details + full_token_warning: |- + **Copy this token down now**. Once you leave this page you won't be able to + retrieve the full token anymore, you'll have to regenerate it to get a new + value. + generate_access_token_description: |- + Access tokens are what allow third-party applications to access Canvas + resources on your behalf. These tokens are normally created automatically for + applications as needed, but if [you're developing a new or limited + project](%{documentation_url}) you can just generate the token from here. + feature_options: Feature Options + profile_pictures: 'Select the image you''d like to use as your profile pic, or upload a new image:' + show: + edit_profile: Edit Profile + cancel_editing: Cancel Editing + links: + user_account_details: Account Details + ways_to_contact_me: Contact + you_have_no_services: No registered services, you can add some on the *settings* page. + titles: + contact_not_confirmed: This contact has not been confirmed. Click the address for more details + email_not_confirmed: This email has not been confirmed. Click the address for more details + register_communication: Register Communication + unconfirmed_click_to_confirm: Unconfirmed. Click to confirm + confirm_email_address: Confirm Email Address + links: + resend_confirmation: Re-Send Confirmation + resending_confirmation: Re-Sending... + resent_confirmation: Done! Message may take a few minutes. + resend_confirmation_failed: Request failed. Try again. + confirming_contact: Confirming... + please_select_an_option: Please select an option + confirms: + unregister_service: Are you sure you want to unregister this service? + delete_login: Are you sure you want to delete this login? + delete_access_key: Are you sure you want to delete this access key? + regenerate_token: Are you sure you want to regenerate this token? Anything using this token will have to be updated. + purpose_required: Purpose is required + buttons: + generating_token: Generating Token... + generate_token: Generate Token + regenerating_token: Regenerating token... + regenerate_token: Regenerate Token + select_profile_picture: Select Profile Picture + save: Save + selecting_image: Selecting Image... + token_never_expires: never + resending: resending... + done_resending: Done! Message delivery may take a few minutes. + failed_resending: Request failed. Try again. + pseudonyms: + notices: + email_sent: Confirmation email sent to %{email}, make sure to check your spam box + account_registered: Account registered! + account_updated: Account updated! + errors: + cant_change_password: Cannot change the password for that login, or login does not exist + login_required: Users must have at least one login + confirm_change_password: + page_title: Change Password + titles: + change_password: Change login password for %{user} + labels: + which_login_to_change: Which login to change + password: Password + new_password: New Password + password_confirmation: Confirm New Password + buttons: + update_password: Update Password + login: + parent_signup: Parent Signup + password_confirmation_sent: Password confirmation sent to %{email_address}. Make sure you check your spam box. + invalid_login: Invalid login + invalid_password: Invalid password + the_link_you_used_has_expired_click_forgot_passwor_80569899: The link you used has expired. Click "Forgot Password?" to get a new reset-password link. + question_banks: + bank_success: Question bank successfully created! + bank_fail: Question bank failed to create. + question_bank: + no_name: No Name + question_count: + one: 1 Question + other: "%{count} Questions" + no_questions: No Questions + last_updated: 'Last Updated: *%{datetime}*' + question_teaser: + full_details: Click to show full question details + links: + edit_question: Edit this Question + delete_question: Delete this Question + move_bank: move/copy question to another bank + index: + page_title: Question Banks + add_bank: Add Question Bank + see_bookmarked_banks: View Bookmarked Banks + course_question_banks: Course Question Banks + user_question_banks: User Question Banks + account_question_banks: Account Question Banks + labels: + title: Bank Name + show: + buttons: + add_a_question: Add a Question + edit: Edit Bank Details + move_questions: Move Multiple Questions + delete: Delete Bank + bookmark: Bookmark this Bank + already_bookmarked: Already Bookmarked + headings: + aligned_outcomes: Aligned Outcomes + mastery_threshold: mastery at %{threshold_percentage} + links: + align_outcome: Align Outcome + more_questions: more questions + labels: + title: Bank Name + new_question_bank: New Question Bank + new_bank_name: New Bank Name + keep_copy: Keep a copy in this question bank as well + edit_warning: Remember, changes to question templates won't automatically update quizzes that are already using those questions. + show_details: Show Question Details + move_copy: Move/Copy + select_bank: 'Select the destination question bank for this question:' + loading_banks: Loading banks... + button: + cancel: Cancel + move_copy_question: Move/Copy Question + delete_question_bank_prompt: Are you sure you want to delete this bank of questions? + quizzes: + quiz_submission_events: + errors: + quiz_log_auditing_required: The quiz log auditing feature needs to be enabled for this course. + default_submission_crumb: Submission %{id} + log_crumb: Log + index: + page_title: Event Log + quiz_submission_users: + created: created + quiz_submissions: + errors: + protected_quiz: This quiz is protected and is only available from certain locations. The computer you are currently using does not appear to be at a valid location for taking this quiz. + invalid_submissions: This quiz submission could not be verified as belonging to you. Please try again. + late_quiz: You submitted this quiz late, and your answers may not have been recorded. + still_zipping: File zipping still in process... + show: + score_out_of: You got %{score} out of %{points_possible} + quizzes: + errors: + quiz_deleted: That quiz has been deleted + no_more_attempts: You have no quiz attempts left + notices: + submission_doesnt_count: This quiz will no longer count towards your grade. + has_submissions_already: Keep in mind, some students have already taken or started taking this quiz + quizzes_published: + one: 1 quiz successfully published! + other: "%{count} quizzes successfully published!" + quizzes_unpublished: + one: 1 quiz successfully unpublished! + other: "%{count} quizzes successfully unpublished!" + no_submission_for_user: There is no submission available for that user + cant_view_submission_while_muted: You cannot view the quiz history while the quiz is muted. + less_than_allotted_time: You started this quiz near when it was due, so you won't have the full amount of time to take the quiz. + default_title: New Quiz + statistics_crumb: Statistics + default_history_crumb: History + display_answer: + labels: + your_answer: Your Answer + answer_with_margin: with margin + answer_with_precision: with precision + you_left_this_blank: "(You left this blank)" + range_answer: Between %{lower_bound} and %{upper_bound} + margin_of_error: margin of error + plus_or_minus: "+/-" + display_question: + flag_this_question: Flag this Question + not_yet_graded: Not yet graded + original_score: 'Original Score:' + points_possible: "%{points_possible} pts" + regraded_score: 'Regraded Score:' + links: + edit_question: Edit this Question + delete_question: Delete this Question + move_copy_question: move/copy question to another bank + labels: + warning_icon: Warning + for_answer_number: Answer %{answer_number} + additional_comments: Additional Comments + submission_was_regraded: This question has been regraded. + default_question_answer: "[ Choose ]" + unsupported_question_type: This question was imported from an external source. It was a '%{question_type}' question, which is not supported in this quiz tool. + headers: + variables: Variables + variable_name: Variable + variable_minimum: Min + variable_maximum: Max + variable_precision: Decimal Places + formulas: Formulas + possible_solutions: Possible Solutions + solution_answer: Answer + show_ansers_for_variable: Show Answers for %{variable} + group_of_answer_choices: Group of answer choices + you_left_this_blank: "(You left this blank)" + titles: + question_correct_comment: Students will see this comment if they get the question correct + question_incorrect_comment: Students will see this comment if they get the question wrong + question_neutral_comment: Students will see this comment once they've answered the question + download_file_upload_submissions: + links: + download_submissions: Download All Files + equations_help: + links: + intro: Intro + variables: Variables + functions: Functions + equation_intro: 'Calculated questions are based on a set of one or more formulas computed in order. You can define intermediate variables in these formulas, but the numerical result of the last formula is what is used to generate the correct answer. For example: %{example} For this set of formulas, the final answer is 71. However, there are no predefined variables, so all students would have the same question with the same answer. See the "variables" tab for more information on variables.' + equation_variables2: 'You can also define variables in your question text using brackets ("What is [a] + [b]?"). For every variable, you''ll see an "Example Value" based on the variable settings. This allows you to check your math and make sure the formulas work. For example, if your question was "What is [a] + 5?" then you''d be asked to define the variable "a". If the example value for "a" were 5.2, you could write: %{example} With this formula you can generate any number of solution sets, with a different value of "a" in each set. One student might see the question, "What is 5.2 + 5?" and another might see "What is 9 + 5?".' + equation_functions: 'In addition to variables, there are also a collection of helper functions you can use to generate useful values. For example: %{example} To see an explanation of a given helper function, select it from the list below:' + find_question_from_bank: + links: + view_question_banks: View Course Question Banks + select_all_banks: Select All + clear_all_banks: Clear All + more_questions: more questions + headers: + bank_name: Bank Name + bank_description: "%{bank_name}, %{n} questions" + already_added: this question is already on the quiz + labels: + add_questions_to_group: Add questions to the question group + group_name: Group Name + group_pick_count: Pick + group_points: Points + options: + no_group: "[ No Group ]" + new_group: "[ New Group ]" + buttons: + add_questions: Add Questions + select_bank: Select Bank + create_group: Create Group + select_a_question_bank: Select a question bank from the list below to link it to the this quiz as a question group. + titles: + add_new_question_group: Add a New Question Group + group_pick_count: "%{pick_count} questions" + hints: + group_pick_count: "%{pick_count} selected so far" + group_points: "%{points} per question" + form_answer: + possible_answer: Possible Answer + numerical_answer: Numerical Answer + labels: + exact_answer: Exact Answer + answer_in_range: Answer in the Range + answer_with_precision: Answer with Precision + answer_comments: Comments, if the student chooses this answer + exact_answer_with_error_margin_accessible: "*exact answer* with error margin #error margin#" + answer_in_range_accessible: 'between *range start* and #range end#' + answer_with_precision_accessible: "*exact answer* with precision #precision#" + form_question: + label: + question: + name: Question name + type: Question type + points: Question point value + question_type: + multiple_choice: Multiple Choice + true_false: True/False + short_answer: Fill In the Blank + fill_in_multiple_blanks: Fill In Multiple Blanks + multiple_answers: Multiple Answers + multiple_dropdowns: Multiple Dropdowns + matching: Matching + numerical: Numerical Answer + calculated: Formula Question + missing_word: Missing Word + essay: Essay Question + file_upload: File Upload Question + text_only: Text (no question) + labels: + points: pts + question: Question + answers: Answers + distractors: Additional Match Possibilities (distractors) + missing_word_after: Text to go after answers + explanations: + multiple_choice: Enter your question and multiple answers, then select the one correct answer. + true_false: Enter your question text, then select if True or False is the correct answer. + short_answer: "Enter your question text, then define all possible correct answers for the blank. \nStudents will see the question followed by a small text box to type their answer." + fill_in_multiple_blanks: Enter your question, specifying where each blank should go. Then define the possible correct answer for each blank. Students must type correct answers into text boxes at each blank. + multiple_answers: This question will show a checkbox next to each answer, and the student must select ALL the answers you mark as correct. + multiple_dropdowns: Enter your question, specifying where each dropdown should go. Then define possible answers for each dropdown, with one correct answer per dropdown. + matching: Build pairs of matching values. Students will see values on the left and have to select the matching value on the right from a dropdown. Multiple rows can have the same answer, and you can add additional distractors to the right side. + numerical: Define the correct answer as any number within a range, or a number plus or minus some error margin. Student will be given an empty text box to type their numerical answer. + calculated: Enter your question, build a formula, and generate a set of possible answer combinations. Students will see the question with a randomly selected set of variables filled in and have to type the correct numerical answer. + missing_word: Define text to go before and after the dropdown. Build a set of possible answers and select one correct answer. + essay: Students will be given a text field to compose their answer. + file_upload: Students will be able to upload a file for their answer. + text_only: This "question" will not be scored, but can be useful for introducing a set of related questions. + equations: You can define variables by typing variable names surrounded by brackets + multi_answer_sets: In the box below, every place you want to show an answer box, type a reference word (no spaces) surrounded by brackets + variable_definitions: Once you have entered your variables above, you should see them listed here. You can specify the range of possible values for each variable below. + formula_definition: Next you'll need to write the formula or formulas used to compute the correct answer. Just use the same variable names listed above. + equation_example: i.e. "What is 5 plus [x]?" + links: + need_help: Need help? + add_another_answer: Add Another Answer + multi_answer_sets_example: i.e. "Roses are [color1], violets are [color2]" + options: + only_one_correct: Only One Correct Answer + students_select_multiple: Students Select Multiple Answers + show_possible_answers_no_question: Show Possible Answers for + show_possible_answers: Show Possible Answers for %{question} + headers: + variable_definitions: Variable Definitions + variable_name: Variable + variable_minimum: Min + variable_maximum: Max + variable_precision: Decimal Places + variable_example_value: Example Value + formula_definition: Formula Definition + generate_possible_solutions: Generate Possible Solutions + buttons: + recompute: Recompute + generate: Generate + create_update_question: Create/Update Question + explanation: + generate_possible_solutions: Finally, build as many variable-solution combinations as you need for your quiz. + offer_combinations: Offer %{how_many} possible value combinations (max %{max_combinations}) + allow_tolerance: allow an error margin of +/- %{tolerance} + distractor_instructions: type each distractor on its own line + titles: + click_to_enter_correct_answer_comments: Click to enter comments for a correct answer + click_to_enter_wrong_answer_comments: Click to enter comments for a wrong answer + click_to_enter_general_answer_comments: Click to enter general comments + correct_answer_comments: Correct answer comments + wrong_answer_comments: Wrong answer comments + general_answer_comments: General answer comments + move_handle: + move_to: Move To... + move_question: + move_item: Move Item + where_to_move: Where would you like to move %{quiz_item}? + question_group: 'Into question group:' + place: 'Place:' + cancel: Cancel + saving: Saving... + save: Save + multi_answer: + choose_answer: Choose + muted: + muted_quiz_header: Your quiz has been muted + muted_quiz_description: Your quiz score is unavailable because your instructor has not finished grading it. When your instructor finishes grading this quiz, your score will be available on this page. + question_group: + default_group_name: Group + labels: + group_name: Group Name + number_of_questions: Number of Questions + points_per_question: Points per Question + question_bank: Questions will be pulled from the bank + show_questions_and_points: 'Pick *%{num_questions}* questions, #%{num_points}# pts per question' + edit_questions_and_points: 'Pick *%{num_questions}* questions, #%{num_points}# pts per question' + links: + link_to_a_question_bank: Link to a Question Bank + titles: + collapse_group: Collapse Group + expand_group: Expand Group + add_question_to_group: Add Question to this Group + edit_group_details: Edit Group Details + delete_group: Delete Group + buttons: + update: Update + question_list_right_side: + headers: + questions: Questions + question_teaser: + titles: + click_to_show_details: Click to show full question details + edit_this_question: Edit this Question + delete_this_question: Delete this Question + quiz_details: + headers: + due: Due + points: Points + questions: Questions + time_limit: Time Limit + multiple_due_dates: Multiple Due Dates + no_due_date: No due date + time_limit: + one: 1 Minute + other: "%{count} Minutes" + none: None + allowed_attempts: Allowed Attempts + unlimited: Unlimited + requires_lockdown: Requires Respondus LockDown Browser + quiz_edit_details: + labels: + quiz_instructions: Quiz Instructions + quiz_score: Score + quiz_right_side: + labels: + submission_details: Submission Details + last_attempt_details: Last Attempt Details + time: Time + current_score: Current Score + kept_score: Kept Score + questions_not_graded: Some questions not yet graded + score_set_manually: This score was set by the teacher + links: + preview_survey_again: Preview the Survey Again + preview_quiz_again: Preview the Quiz Again + attempts_so_far: + one: 1 Attempt so far + other: "%{count} Attempts so far" + view_previous_attempts: View Previous Attempts + unlimited_attempts: Unlimited Attempts + no_more_attempts: No More Attempts available + attempts_left: + one: 1 More Attempt available + other: "%{count} More Attempts available" + quiz_show_teacher: + quiz_type: Quiz Type + points: Points + group: Assignment Group + shuffle_answers: Shuffle Answers + label: + time_limit: Time Limit + time_limit: + one: 1 Minute + other: "%{count} Minutes" + no_time_limit: No Time Limit + multiple_attempts: Multiple Attempts + score_to_keep: Score to Keep + attempts: Attempts + unlimited: Unlimited + view_responses: View Responses + show_correct_answers: Show Correct Answers + code: Access Code + filter: IP Filter + one_question_at_a_time: One Question at a Time + require_lockdown_browser: Require Respondus LockDown Browser + require_lockdown_browser_for_results: Required to View Quiz Results + require_lockdown_browser_monitor: Webcam Required + cant_go_back: Lock Questions After Answering + anonymous_submissions: Anonymous Submissions + due: Due + for: For + available_from: Available from + until: Until + quiz_submission: + survey_not_yet_taken: The survey hasn't been taken yet. + quiz_not_yet_taken: The quiz hasn't been taken yet. + labels: + score_for_attempt: Score for this attempt + score_for_survey: Score for this survey + score_for_quiz: Score for this quiz + questions_need_review: The following questions need review + fudge_points: Fudge Points + fudge_points_generic_explanation: You can manually adjust the score by adding positive or negative points to this box. + fudge_points_changed_points_survey: Since %{user} took this survey, the number of points possible has changed by %{difference}. You can adjust for this change and manually add positive or negative points using this box. + fudge_points_changed_points_quiz: Since %{user} took this quiz, the number of points possible has changed by %{difference}. You can adjust for this change and manually add positive or negative points using this box. + final_score: Final Score + survey_score: Survey Score + quiz_score: Quiz Score + questions_not_graded: Some questions not yet graded + quiz_submission_needs_review: The quiz has changed significantly since this submission was made. This submission may need re-grading. + submitted_at: Submitted %{when} + attempt_duration: This attempt took %{duration}. + requires_lockdown: Respondus LockDown Browser is required to view your quiz results. + links: + click_to_view_results: Click here to view the results. + buttons: + update_scores: Update Scores + survey_fudged_positive: This survey score has been manually adjusted by +%{fudge} points. + survey_fudged_negative: This survey score has been manually adjusted by %{fudge} points. + quiz_fudged_positive: This quiz score has been manually adjusted by +%{fudge} points. + quiz_fudged_negative: This quiz score has been manually adjusted by %{fudge} points. + single_answer: + upload: Upload + submission_version: + kept: KEPT + latest: LATEST + attempt_number: Attempt %{att_no} + take_quiz_right_side: + links: + keep_editing_survey: Keep Editing This Survey + keep_editing_quiz: Keep Editing This Quiz + hide_time_running: Hide + labels: + score: Score + time_running: Time Running + time_elapsed: Time Elapsed + attempt_due: Attempt due + access_code: + survey_restricted: This survey is restricted by an access code. You'll need to ask your teacher or proctor to type in or tell you the access code in order to take the survey. + quiz_restricted: This quiz is restricted by an access code. You'll need to ask your teacher or proctor to type in or tell you the access code in order to take the quiz. + labels: + access_code: Access Code + buttons: + submit: Submit + history: + page_title_survey: "%{user}'s Survey History" + default_survey_name: Survey %{course_name} + page_title_quiz: "%{user}'s Quiz History" + default_quiz_name: Quiz %{course_name} + prev_questions_arrow_title: Previous questions + next_questions_arrow_title: Next questions + grade_by_question_warning: The grade by question feature is affected by questions that are shuffled in a group. + latest_survey_results: Here's the latest survey results for %{user}. You can modify the points for any question and add more comments, then click "Update Scores" at the bottom of the page. + latest_quiz_results: Here's the latest quiz results for %{user}. You can modify the points for any question and add more comments, then click "Update Scores" at the bottom of the page. + headers: + survey_submissions: Survey Submissions + quiz_submissions: Quiz Submissions + titles: + submission_needs_review: This submission needs review + score_pending_review: This score is pending review, and may change + score_for_attempt: 'Attempt %{attempt_number}: %{score}' + no_more_attempts: "%{user} has no attempts left" + count_attempts_left: + one: "%{user} has 1 attempt left" + other: "%{user} has %{count} attempts left" + buttons: + allow_extra_attempt: allow this student an extra attempt + survey_unlimited_attempts: This survey has unlimited attempts + quiz_unlimited_attempts: This quiz has unlimited attempts + links: + back_to_survey: Back to Survey + back_to_quiz: Back to Quiz + named_quiz_results: "%{quiz_name} Results for %{user}" + unnamed_survey_results: Survey Results for %{user} + unnamed_quiz_results: Quiz Results for %{user} + view_log: View Log + survey_not_yet_taken: Survey hasn't been taken yet. + quiz_not_yet_taken: Quiz hasn't been taken yet. + survey_not_yet_taken_or_in_progress: Survey hasn't been taken yet or is currently in progress + quiz_not_yet_taken_or_in_progress: Quiz hasn't been taken yet or is currently in progress + index: + page_titles: Quizzes + invalid_ip: + survey_protected: This survey is protected and is only available from certain locations. The computer you are currently using does not appear to be at a valid location for taking this survey. + quiz_protected: This quiz is protected and is only available from certain locations. The computer you are currently using does not appear to be at a valid location for taking this quiz. + lockdown_browser_required: + headers: + requires_lockdown: Respondus LockDown Browser Required + requires_lockdown: This quiz requires Respondus LockDown Browser. Please launch Respondus LockDown Browser to take this quiz or view your quiz results. + labels: + download_lockdown: If you have not already installed the browser, please download it from here + links: + download_lockdown: "[Download Respondus LockDown Browser]" + managed_quiz_data: + titles: + submission_needs_review: This submission needs review + anonymous_student: Student %{user_counter} + logged_out_user: Logged Out User %{user_counter} + moderate: + page_title: Moderate Quiz + moderate_page_title: "%{title}: Moderate" + outstanding_quiz_submissions_found: There are outstanding quiz submissions. + autosubmit_link_description: Check on outstanding quiz submissions + titles: + select_deselect_all: Select/Deselect All + manually_unlocked: Manually Unlocked + select_user: Select %{user} + change_user_extensions: Change user extensions + minutes_to_add: minutes to add + extra_attempts: additional extra attempts + extra_quiz_minutes: additional minutes on each attempt + headers: + student: Student + attempt: Attempt + time: Time + attempts_left: Attempts Left + score: Score + student_extensions: Student Extensions + reload_student_table: Reload student table + student_n: Student %{n} + student_gets_extra_time: + one: "*%{student_name}* **gets 1 extra minute on each attempt**" + other: "*%{student_name}* **gets %{count} extra minutes on each attempt**" + finished_in: finished in %{duration} + in_progress: in progress + add_time: Add Time + buttons: + change_extensions_for_selected_students: Change Extensions for %{n} Selected Students + extend_time: Extend Time + save: Save + extended_quiz_time_explanation: You can give this student extra time on their current quiz attempt. How much time would you like to give them? + labels: + started: Started + ending: Ending + extra_attempts: Extra Attempts + reset_has_seen_results: Let the student see the results one more time + manually_unlock: Manually unlock the quiz for the next attempt + end_the_quiz: End the quiz + minutes_from: minutes from + end_quiz_reference_time_now: now + end_quiz_reference_time_current_end: the current end time + maximum_of_1440_minutes: Maximum of 1440 minutes (24 hours) + global_extra_attempts: everyone already gets %{n} + attempts: attempts + extra_time_on_every_attempt: 'Extra time on every attempt:' + global_extra_attempt_time: everyone already gets %{count} minutes + minutes: minutes + outstanding_autosubmission_description: These quiz submissions are outstanding, likely because a student left the quiz page prior to submission. If you would like to grade them, please press 'Submit' below. + submitting: Submitting... + new: + default_page_title: New Quiz + headers: + ip_filters: What are Quiz IP Filters? + ip_filters: Quiz IP filters are a way to limit access to quizzes to computers in a specified IP range. Filters can be a comma-separated list of addresses, or an address followed by a mask ("192.168.217.1", "192.168.217.1/24" or "192.168.217.1/255.255.255.0"). + retrieving_filters: Retrieving Filters... + titles: + click_to_select_filter: Click to select this filter + read_only: + default_page_title: New Quiz + links: + back_to_quiz_page: Back to Quiz Page + headers: + quiz_details: Quiz Details + labels: + quiz_instructions: Quiz Instructions + question_details: Show Question Details + refresh_quiz_after_popup: + headers: + loading_in_lockdown: Loading Quiz in Respondus LockDown Browser + show: + links: + survey_statistics: Survey Statistics + quiz_statistics: Quiz Statistics + moderate_this_survey: Moderate This Survey + moderate_this_quiz: Moderate This Quiz + edit: Edit + preview: Preview + show_assignment_rubric: Show Rubric + see_full_quiz: See Full Quiz + keep_editing_this_survey: Keep Editing This Survey + keep_editing_this_quiz: Keep Editing This Quiz + show_student_survey_results: Show Student Survey Results + show_student_quiz_results: Show Student Quiz Results + manage: Manage + titles: + delete: Delete + related_items: Related Items + unlock_for_how_long: How long would you like to unlock the quiz for? + speed_grader: SpeedGrader™ + labels: + no_time_limit: No time limit + available_until: Until + warning_icon: Warning + buttons: + unlock_survey: Let Students Take this Survey Now + unlock_quiz: Let Students Take this Quiz Now + lock_survey: Lock this Survey Now + lock_quiz: Lock this Quiz Now + students_submitted_so_far: + one: 1 student submitted so far + other: "%{count} students submitted so far" + quiz_regraded_your_score_affected: + one: This quiz has been regraded; your score was affected. + other: This quiz has been regraded; your new score reflects %{count} questions that were affected. + quiz_regraded_your_score_not_affected: This quiz has been regraded; your score was not affected. + only_registered_users: Only registered, enrolled users can take graded quizzes + course_concluded_notice: This quiz is no longer available as the course has been concluded. + statistics_cqs: + page_title: Statistics + submission_versions: + attempt_history: Attempt History + quiz_attempt_history_description: A table that shows your quiz attempt history. Each attempt is on the left side. The attempt, time, and score are across the top. + attempt: Attempt + time: Time + score: Score + regraded: Regraded + questions_not_graded: Some questions not yet graded + take_quiz: + labels: + started: Started + times_up: Time's Up! Submitting results in + quiz_instructions: Quiz Instructions + audible_quiz_timer_shortcut_description: 'Note: this is a timed quiz. You may check the remaining time you have at any point while taking the quiz by pressing the keyboard combination SHIFT, ALT, and T... Again: SHIFT, ALT, and T...' + buttons: + previous: Previous + next: Next + out_of_time_submit: Ok, fine + submit_quiz: Submit Quiz + not_saved: Not saved + login_required: Login Required + logged_out_of_canvas: "*You have been logged out of canvas.* To continue please log in" + take_quiz_in_popup: + headers: + loading_in_lockdown: Loading Quiz in Respondus LockDown Browser + links: + return_to_quiz_page: "[Click here](%{url}) to return to the quiz page." + download_all_quiz_file_upload_submissions: Download All Quiz File Upload Submissions + quiz_group: + question_group: Question Group + errors: + no_permissions: User didn't have permission to reference question bank in quiz group %{group_name} + no_bank: Couldn't find the question bank for quiz group %{group_name} + quiz: + default_title: Unnamed Quiz + types: + survey: Survey + quiz: Quiz + errors: + invalid_quiz_type: Quiz type is not valid + invalid_ip_filter: IP filter is not valid + invalid_hide_results: Hide results is not valid + current_filter: Current Filter + question_name_counter: Question %{question_number} + default_text_only_question_name: Spacer + default_question_input: "[ Select ]" + quiz_question: + defaults: + question_name: Question + quiz_statistics: + types: + item_analysis: Item Analysis + student_analysis: Student Analysis + cant_unpublish_when_students_submit: Can't unpublish if there are student submissions + dismiss_notification: Dismiss + moderate: + time_up: Time Up! + finished_in_duration: finished in %{duration} + errors: + server_communication_failed: There was a problem communicating with the server. The system will try again in five minutes, or you can reload the page + quiz_submission_extra_time_not_a_number: Extra time must be a number. + quiz_submission_extra_time_too_short: Extra time must be greater than 0. + quiz_submission_extra_time_too_long: Extra time must be less than than 10080. + quiz_submission_extra_attempts_not_a_number: Extra attempts must be a number. + quiz_submission_extra_attempts_too_short: Extra attempts must be greater than 0. + quiz_submission_extra_attempts_too_long: Extra attempts must be less than than 1000. + extensions_for_students: + one: Extensions for 1 Student + other: Extensions for %{count} Students + titles: + student_extensions: Student Extensions + extend_quiz_time: Extend Quiz Time + autosubmit_dialog: Outstanding Quiz Submissions + extensions_for_student: Extensions for %{student} + buttons: + saving: Saving... + save: Save + save_failed: Save Failed, please try again + save_failed_n_updates_lost: Save Failed, %{n} Students were not updated + extending_time: Extending Time... + extend_time: Extend Time + time_extension_failed: Extend Time Failed, please try again + confirms: + taking_time_away: That would be less time than the student currently has. Continue anyway? + show: + answers: + correct: Correct! + you_answered: You Answered + right: Correct Answer + correct_answers: Correct Answers + partial: Partial + incorrect: Incorrect + unanswered: Unanswered + confirms: + delete_quiz: Are you sure you want to delete this quiz? + delete_quiz_submissions_warning: + one: 'Warning: 1 student has already taken this quiz. If you delete it, any completed submissions will be deleted and no longer appear in the gradebook.' + other: 'Warning: %{count} students have already taken this quiz. If you delete it, any completed submissions will be deleted and no longer appear in the gradebook.' + links: + show_student_survey_results: Show Student Survey Results + show_student_quiz_results: Show Student Quiz Results + hide_student_survey_results: Hide Student Survey Results + hide_student_quiz_results: Hide Student Quiz Results + students_who_have_taken_the_quiz: Students who have taken the quiz + students_who_have_not_taken_the_quiz: Students who have NOT taken the quiz + buttons: + publishing: Publishing... + already_published: Published! + rubric: + titles: + details: Assignment Rubric Details + loading: Loading... + timing: + labels: + time_remaining: Time Remaining + time_elapsed: Time Elapsed + take_quiz: + saving: Saving... + saving_not_needed: No new data to save. Last checked at %{t} + saved_at: Quiz saved at %{t} + errors: + connection_lost: Connection to %{host} was lost. Please make sure you're connected to the Internet before continuing. + only_numerical_values: only numerical values are accepted + notices: + due_date_one_minute_left: One Minute Left Before Quiz Will Be Marked Late + due_date_five_minutes_left: Five Minutes Left Before Quiz Will Be Marked Late + due_date_thirty_minutes_left: Thirty Minutes Left Before Quiz Will Be Marked Late + submission_one_minute_left: This Quiz Will Be Submitted In One Minute + submission_five_minutes_left: This Quiz Will Be Submitted In Five Minutes + submission_thirty_minutes_left: This Quiz Will Be Submitted In Thirty Minutes + titles: + times_up: Time's Up! + come_back_later: You marked this question to come back to later + labels: + time_elapsed: Time Elapsed + years_count: + one: 1 Year + other: "%{count} Years" + months_count: + one: 1 Month + other: "%{count} Months" + days_count: + one: 1 Day + other: "%{count} Days" + hours_count: + one: 1 Hour + other: "%{count} Hours" + minutes_count: + one: 1 Minute + other: "%{count} Minutes" + seconds_count: + one: 1 Second + other: "%{count} Seconds" + question_answered: Answered + question_unanswered: Haven't Answered Yet + confirms: + unfinished_quiz: You're about to leave the quiz unfinished. Continue anyway? + navigate_away: You're about to navigate away from this page. Continue anyway? + cant_go_back_blank: You can't come back to this question once you hit next. Are you sure you want to leave it blank? + unseen_questions: + one: There is still 1 question you haven't seen yet. Submit anyway? + other: There are still %{count} questions you haven't seen yet. Submit anyway? + unanswered_questions: + one: You have 1 unanswered question (see the right sidebar for details). Submit anyway? + other: You have %{count} unanswered questions (see the right sidebar for details). Submit anyway? + show_time_link: Show + hide_time_link: Hide + login_successful: Login successful. + login_failed: Login failed. + quiz_submission: + titles: + this_is_an_image: This is an image, not text, and could have changed since the student submitted + this_is_an_external_frame: This is an external frame, not text, and could have changed since the student submitted + this_is_an_external_element: This is an external element, not text, and could have changed since the student submitted + index: + confirms: + delete_quiz: Are you sure you want to delete this quiz? + multiple_due_dates: Multiple Dates + flash: + removed: Quiz successfully deleted. + fail: Quiz deletion failed. + index_view: + quizzes_title: Quizzes + search_for_quiz: Search for Quiz + links: + manage_question_banks: Manage Question Banks + publish_multiple_quizzes: Publish Multiple Quizzes + ldb_login_popup: + titles: + log_in: Please Log In + logged_out_of_canvas: "*You have been logged out of canvas.* To continue please log in." + email: Email + password: Password + log_in: Log In + no_quizzes_view: + headers: + course_quizzes: Course Quizzes + no_quizzes: No quizzes available + quiz_item_group_view: + no_surveys: No surveys found + no_quizzes: No quizzes found + file_uploaded_or_removed: + quizzes: + file_successfully_uploaded: Your file has been successfully uploaded. + files_removed: "%{display_name} has been removed." + you_do_not_have_access_to_the_requested_quiz_d3659e4b: You do not have access to the requested quiz. + new_quiz_34aacba6: New Quiz + quiz_successfully_updated_ece5c63d: Quiz successfully updated + quiz_failed_to_update_2b66fa4d: Quiz failed to update + role_overrides: + update_failed_notice: Role creation failed + cannot_deactivate_inactive_role: Cannot deactivate an already inactive role + cannot_remove_built_in_role: Cannot remove a built-in role + no_role_found: Role not found + notices: + saved: Changes Saved Successfully. + site_admin_permissions: Site Admin Permissions + account_permissions: Account Permissions + course_permissions: Course & Account Permissions + admin_tools_permissions: Admin Tools + index: + crumbs: + permissions: Permissions + page_title: Manage Permissions for %{account} + permission_must_be_enabled_for_someone_397e1ce3: Permission must be enabled for someone + permission_not_found_620b80d1: Permission not found + search: + course_sections: Course Sections + student_groups: Student Groups + enrollments_teachers: Teachers + enrollments_tas: Teaching Assistants + enrollments_students: Students + enrollments_observers: Observers + all_courses_inner: + join_course: Join this Course + previous: Previous + next: Next + all_courses: + titles: + all_courses: All Courses + name: Name + search: Search + public_only: Public courses only + open_enrollment_only: Open enrollment courses only + sections: + section_created: Section successfully created! + section_creation_failed: Section creation failed + section_crosslisted: Section successfully cross-listed! + section_decrosslisted: Section successfully de-cross-listed! + section_updated: Section successfully updated! + section_update_error: Section update failed + section_deleted: Course section successfully deleted! + section_delete_not_allowed: You can't delete a section that has enrollments + show: + buttons: + edit_section: Edit Section + uncrosslist_section: De-Cross-List this Section + recrosslist_section: Re-Cross-List this Section + crosslist_section: Cross-List this Section + back_to_course: Back to Course Settings + cancel: Cancel + update_section: Update Section + crosslist_this_section: Cross-List This Section + decrosslit_section: De-Cross-List This Section + labels: + name: Section Name + sis_source_id: SIS ID + start_at: Starts + end_at: Ends + sis_id: SIS ID + search_for_course: Search for Course + enter_course_id: Or Enter the Course's ID + labels: + selected_course: Selected Course + sis_id: SIS ID + account: Account + pending_enrollment: + one: 1 Pending Enrollment + other: "%{count} Pending Enrollments" + active_enrollment: + one: 1 Active Enrollment + other: "%{count} Active Enrollments" + completed_enrollment: + one: 1 Completed Enrollment + other: "%{count} Completed Enrollments" + run_dates: Runs from %{start_date} to %{end_date} + runs_until: Runs until %{end_date} + run_from: Runs from %{start_date} with no end date + titles: + current_enrollments: Current Enrollments + completed_enrollments: Completed Enrollments + crosslist_this_section: Cross-List this Section + cross_listed_sections: Cross-List Section + decrosslist_section: De-Cross-List this Section + crosslist_description: Cross-listing allows you to create a section in one account and then move it to a course on a different account. To cross-list this course, you'll need to find the course you want to move it to, either using the search tool or by entering the course's ID. + prompts: + are_you_sure_decrosslist: Are you sure you want to de-cross-list this section? + decrosslist_description: This will move the section back to its original course, **%{course_name}**. + decrosslist_long_description: All grades for students in this course will no longer be visible. You can retrieve the grades later by re-cross-listing the course, but in the mean time the grades for these students will come from the original course. + email_e366fa29: email + services_api: + must_be_logged_in: You must be logged in to use Kaltura + sis_imports_api: + sis_import_in_process_notice: An SIS import is already in process. + errors: + invalid_content_type: Invalid content type, UTF-8 required + user_not_authorized_to_manage_sis_data_account_sis_47bd4eec: user not authorized to manage SIS data - account[sis_account_id] + you_can_t_delete_a_sub_account_that_has_courses_in_c4f439cf: You can't delete a sub-account that has courses in it. + you_can_t_delete_a_sub_account_that_has_sub_accoun_7d815421: You can't delete a sub-account that has sub-accounts in it. + you_can_t_delete_a_root_account_5673c62d: You can't delete a root_account. + account_account_b6b3746b: 'Account: %{account}' + assignment_title_e3192978: 'Assignment: %{title}' + course_course_d1c78210: 'Course: %{course}' + draft_92507c72: "(draft)" + score_score_6f81e8c8: 'Score: %{score}' + score_n_a_34dfdcda: 'Score: N/A' + student_name_a30d555e: 'Student: %{name}' + student_n_a_30b1753f: 'Student: N/A' + timestamp_65f3a0a: "(%{timestamp})" + this_assignment_will_no_longer_count_towards_your__a6eb6778: This assignment will no longer count towards your grade. + the_specified_user_is_not_a_student_in_this_course_5a81d8a5: The specified user is not a student in this course + the_specified_assignment_could_not_be_found_c5dc34ab: The specified assignment could not be found + the_specified_user_id_is_not_a_student_in_this_cou_372573ca: The specified user (%{id}) is not a student in this course + the_specified_assignment_id_could_not_be_found_e4e64f5f: The specified assignment (%{id}) could not be found + invalid_datetime_for_submitted_since_a238f3a6: Invalid datetime for submitted_since + invalid_datetime_for_graded_since_884cce5: Invalid datetime for graded_since + unable_to_find_extension_3fe61b3c: unable to find extension + filetype_not_allowed_40556acb: filetype not allowed + submissions_base: + crumbs: + assignments: Assignments + assignment_submitted: Assignment submitted. + errors_update_failed: Update Failed + errors: + no_report: Couldn't find a report for that submission item + successfully_resubmitted_to_vericite_dab924b6: Successfully resubmitted to VeriCite. + successfully_resubmitted_to_turnitin_c908de0f: Successfully resubmitted to turnitin. + submissions: + errors: + can_not_submit_locked_assignment: You can't submit an assignment when it is locked + media_file_attached: There was no media recording in the submission + assignment_submit_fail: Assignment failed to submit + no_attached_file: You must attach at least one file to this assignment + invalid_file_type: Invalid file type + invalid_google_docs_domain: You cannot submit assignments from this google_docs domain + assignment_submit_success: Assignment successfully submitted. + still_zipping: File zipping still in process... + originality_score: + see_vericite_results: See VeriCite results + submission_download: + download_message: "**Your student submissions are being gathered** and compressed into a zip file. This may take some time, depending on the size and number of submission files." + show: + peer_review: Peer Review + submission_details: Submission Details + student_mute_notification: Grades are unavailable because the instructor is working on them. + see_vericite_results: See VeriCite results + show_rubric: Show Rubric + submitted_at: submitted %{submit_date} + attempts: Attempts + allowed_attempts: Allowed Attempts + speedgrader: SpeedGrader™ + links: + resubmit: Re-submit Assignment + submit: Submit Assignment + peer_review_steps_complete: You have finished the required steps for this peer review. + peer_review_not_done_rubric: "**This peer review is not finished yet.** For it to be considered finished, you need to leave at least one comment and fill out the rubric form to the right." + peer_review_not_done: "**This peer review is not finished yet.** For it to be considered finished, you need to leave at least one comment." + hide_rubric_button: Hide Rubric + labels: + show_assessment_by: Show Assessment By + add_a_comment: Add a Comment + anonymous_user: Anonymous User + options: + new_assessment: "[New Assessment]" + buttons: + save_comment: Save Comment + save: Save + only_see_your_own_comments_muted: You may not see all comments right now because the assignment is currently being graded + only_see_your_own_comments_peer: As a peer reviewing student, you will only see comments written by you. + media_comment_link: This is a media comment, *click here to view*. + media_comment: Media Comment + attach_file: Attach File + sent_to_whole_group: Send comment to the whole group + show_preview: + anonymous_username: This Student + group_discussion_submission_description: The submissions for this assignment are posts in the assignment's discussion for this group. Below are the discussion posts for %{user}, or you can *view the full group discussion*. + discussion_submission_description: The submissions for this assignment are posts in the assignment's discussion. Below are the discussion posts for %{user}, or you can *view the full discussion*. + group_discussion_submission_description_without_link: The submissions for this assignment are posts in the assignment's discussion for this group. Below are the discussion posts for %{user}. + discussion_submission_description_without_link: The submissions for this assignment are posts in the assignment's discussion. Below are the discussion posts for %{user}. + show_entire_discussion: Show the Entire Discussion + external_url_submission: This submission was a URL to an external page. + entry_with_image: We've included a snapshot of what the page looked like when it was submitted. + entry_no_image: Keep in mind that this page may have changed since the submission originally occurred. + view_in_a_new_tab: "(View in a new tab)" + titles: + external_link: Links to an external site. + no_files: No files were uploaded for this submission + preview_crocodoc_document: Preview your submission and view teacher feedback, if available + view_feedback_button: View Feedback + preview_submission: Preview your submission + view_preview_button: Preview + quiz_submission: This submission was a quiz submission. Redirecting to quiz page. + media_comment_link: This submission is a media recording. *click here to view.* + no_preview_available: No Preview Available + no_submission: No Submission + preview_title: Preview of %{title} + finished_redirecting: Finished! Redirecting to File... + creating_zip: Creating zip file... + gathering_files_progress: Gathering Files (%{progress})... + see_attached_files: See attached files + download_submissions_title: Download Assignment Submissions + gathering_files: Gathering Files (%{progress})... + text_entry_submission_cannot_be_empty_3d187cae: Text entry submission cannot be empty + tabs: + tab_unmanagable_error: "%{css_class} is not manageable" + tab_location_error: That tab location is invalid + home: Home + announcements: Announcements + assignments: Assignments + discussions: Discussions + grades: Grades + people: People + pages: Pages + files: Files + syllabus: Syllabus + outcomes: Outcomes + quizzes: Quizzes + modules: Modules + conferences: Conferences + collaborations: Collaborations + settings: Settings + eportfolios: ePortfolios + observees: Observing + end_dates_cannot_be_before_start_dates_d6018daf: End dates cannot be before start dates + terms: + errors: + not_unique: SIS ID "%{sis_source_id}" is already in use + term: + labels: + sis_id: SIS ID + grading_period_set_title: Grading Period Set + students_can_access_from: "**Students** can access from" + teachers_can_access_from: "**Teachers** can access from" + tas_can_access_from: "**TAs** can access from" + designers_can_access_from: "**Designers** can access from" + course_count: + one: 1 Course + other: "%{count} Courses" + name: 'Term Name:' + sis_source_id: 'SIS ID:' + term_runs_from: "**Term Runs** from" + titles: + term_starts: Term starts + term_ends: Term ends + tooltips: + term_starts_students: For students the term starts + term_ends_students: For students the term ends + term_starts_teachers: For teachers the term starts + term_ends_teachers: For teachers the term ends + term_starts_tas: For TAs the term starts + term_ends_tas: For TAs the term ends + term_starts_designers: For designers the term starts + term_ends_designers: For designers the term ends + buttons: + update: Update Term + add: Add Term + timespan: + date: + unspecified: whenever + term_start: term start + term_end: term end + timespan: "%{start_at} *to* %{end_at}" + index: + page_title: "%{account} Terms" + titles: + term_details: Term Details + messages: + classes_in_term: You can't delete a term that still has classes in it. + submitting: Submitting... + prompts: + delete: Are you sure you want to delete this term? + update_term: Update Term + date: + term_end: term end + unspecified: whenever + add_term: Add Term + must_supply_file_ids_and_or_folder_ids_parameter_9d29448c: Must supply 'file_ids' and/or 'folder_ids' parameter + no_usage_rights_object_supplied_304b8d40: No 'usage_rights' object supplied + count_files_updated_4570a8a: + one: 1 file updated + other: "%{count} files updated" + user_notes: + notices: + created: Journal Entry was successfully created. + messages: + loading_more: Loading more entries + tooltips: + loading_more: loading more results + user_note: + subheader: "%{creator} on %{created_at}" + index: + crumbs: + faculty_journal: Faculty Journal + page_title: Faculty Journal + links: + create_new_entry: Create a New Entry + titles: + journal_for: Faculty Journal for %{user} + title: Title + buttons: + create: Create Entry + messages: + no_entries: There are no journal entries for this student. + show: + labels: + user: User + title: Title + note: Note + created_by: Created by + user_notes: + crumbs: + faculty_journal: Faculty Journal + page_title: Faculty Journal + journal_header: Faculty Journal + details_this_course: Last Faculty Journal entries for students currently enrolled in this course. + details_a_course: Last Faculty Journal entries for students currently enrolled in a course. + headers: + student: Student + last_entry: Last Faculty Journal Entry + current_courses: Current Courses + confirms: + delete_journal_entry: Are you sure you want to delete this journal entry? + users: + crumbs: + grades: Grades + profile: "%{user}'s profile" + page_title: Grades + service_not_enabled: That service has not been enabled + google_drive_added: Google Drive account successfully added! + oauth_fail: OAuth Request failed. Couldn't find valid request + twitter_added: Twitter access authorized! + twitter_fail_whale: Twitter authorization failed. Please try again + user_atom_feed: User Atom Feed (All Courses) + birthdate_invalid: Invalid date or invalid datetime for birthdate + user_updated: User was successfully updated. + could_not_find_url: Could not find download URL + user_merge_success: User merge succeeded! %{first_user} and %{second_user} are now one and the same. + user_merge_fail: User merge failed. Please make sure you have proper permission and try again. + user_not_found: No active user with that ID was found. + cant_self_merge: You can't merge an account with itself. + errors: + no_teacher_courses: There are no courses shared between this teacher and student + user_not_teacher: That user is not a teacher in this course + no_self_registration: Self registration has not been enabled for this account + welcome: + unpublished_courses_message: |- + You've enrolled in one or more courses that have not started yet. Once + those courses are available, you will see information about them here + and in the navigation on the left side. In the meantime, feel free to sign up for + more courses or set up your profile. + no_courses_message: |- + You don't have any courses, so this page won't be very exciting for now. + Once you've created or signed up for courses, you'll start to see + conversations from all of your classes. + welcome_to_happiness: Welcome to Canvas! + current_conference: + participant_count: + one: 1 participant + other: "%{count} participants" + current_conference_text: You have been invited to join **[%{conference}](%{link_to_conference})**. It started at %{started_at} and has %{participant_count}. + enrollment: + course_not_published: This course hasn't been published yet + roles_teacher: Enrolled as a Teacher. + roles_student: Enrolled as a Student. + roles_ta: Enrolled as a TA. + roles_observer: Enrolled as an Observer. + roles_designer: Enrolled as a Designer. + linked_to_user: "(Linked to %{user_name})" + unenrollr: Unenroll + links: + teacher_activity: See Student Interactions Report + group: + show_hide_activity_list: Show/Hide in the Recent Activity list + logins: + titles: + logins: Login Information + labels: + sis_id: SIS ID + integration_id: Integration ID + last_request: Last request + current_login: Current login + current_ip: Current login IP + last_login: Last login + last_ip: Last login IP + unique_id: Login + sis_user_id: SIS ID + account_id: Account + password: Password + password_confirmation: Confirm Password + never: never + none: none + more: more... + add_login: Add Login + reset_mfa: Reset Multi-Factor Authentication + buttons: + update_login: Update Login + merge_results: + user: User + action: Action + will_be_deleted: will be deleted + will_be_kept: will be kept + emails: Emails + no_emails: no emails + logins: Logins + no_logins: no logins + enrollments: Enrollments + no_enrollments: no enrollments + name: + titles: + name_and_email: Name and Email + edit_user_details: Edit User Details + labels: + full_name: Full Name + display_name: Display Name + sortable_name: Sortable Name + profile_picture: Profile Picture + default_email: Default Email + time_zone: Time Zone + name: Full Name + short_name: Display Name + email: Default Email + remove_avatar: Remove avatar picture + report_naughtiness: Report inappropriate picture + none: None + edit: Edit + merge_with_another_user: Merge with Another User + delete_from_account: Delete from %{account} + update_instructions: You can update some of this user's information, but they can change it back if they choose. + buttons: + update_details: Update Details + scheduled_conference: + current_conference_text: You have been invited to join %{conference}. It starts on %{starts_at}. + admin_merge: + titles: + merge_users: Merge User Accounts + really_merge: Really Merge User Accounts? + find_user: Find a User + enter_user_id: Or Enter a User ID + no_merge_undo: This process cannot be undone, so please make sure you're certain before you continue. + merge_result_explanation: 'Are you sure you want to merge the account, %{source_user_name} (%{source_user_email}) into this account, %{target_user_name} (%{target_user_email})? This process will have the following end result:' + buttons: + merge_user_account: Merge User Accounts + go: Go + merge_result_explanation_again: 'You''ve selected to merge the user, %{user_name} (%{user_email}) into the account, %{pending_other_user_name} (%{pending_other_user_email}). This process will have the following end result:' + prepare_to_merge: Prepare to Merge Users + switch_user_positions: Switch User Positions + merge_somone_else: Merge Someone Else With %{user_name} + merge_user_initial_instructions: You've selected to merge the user, %{user_name} (%{user_email}) with another account. You can search for the user you'd like to merge with this user using the form below. + no_permission: You don't have permission to search any accounts + labels: + name: Name + user_id: User ID + links: + select: Select + dashboard_sidebar: + coming_up: Coming Up + recent_feedback: Recent Feedback + start_new_course: Start a New Course + grades: + page_title: Grades + titles: + current_student_courses: Courses I'm Taking + previous_courses: Previous Courses + no_grade: no grade + send_teacher_message: Send a Message to the Teacher + linked_student_accounts: Linked Student Accounts + current_teacher_courses: Courses I'm Teaching + average_grades: + one: average for 1 student + other: average for %{count} students + no_grades: no grades + links: + teacher_activity: Student Interactions Report + course: Course + percent: Percent + index: + crumbs: + users: Users + all_users: All Users + buttons: + user_groups: View User Groups + manage_profile_pictures: Manage Profile Pictures + titles: + choose_term: Choose Term + search_results: Search results for "%{search_term}" + all_users: All Users + labels: + show_users_for_term: Show users with enrollments in the term + no_results_found: No Results Found + new: + create_a_canvas_account: Create a Canvas Account + privacy_policy: Privacy Policy + show: + links: + message_user: Message %{user} + buttons: + faculty_journal_for: Faculty Journal for %{user} + page_header_title: User Profile + see_outcomes: See Outcome Results for %{user} + enrollments: Enrollments + courses: Courses + accounts: Accounts + groups: Groups + none_yet: None yet. + page_views: Page Views + teacher_activity: + crumbs: + interaction_report: Student Interactions Report + title: Teacher Activity Report + headings: + teacher_activity: Teacher Activity Report for %{teacher} + student_name: Student + last_interaction: Last Student Interaction + last_journal_entry: Last Faculty Journal Entry + current_score: Current Score + final_score: Final Score + ungraded: Ungraded Assignments + no_students: There are no students to report on. + last_time: + zero: less than 1 day ago + one: 1 day ago + other: "%{count} days ago" + last_time_never: never + submitted_time: + zero: submitted less than 1 day ago + one: submitted 1 day ago + other: submitted %{count} days ago + message_student: Message this student + links: + view_full_course: View the full Student Interaction Report for %{course} + confirms: + unenroll_user: Are you sure you want to unenroll this user? + act_as_user_name_5581cdbb: Act as %{user_name} + act_as_user_77dda176: Act as user + nothing_to_split_off_of_this_user_28ba9dd5: Nothing to split off of this user + wiki_pages_api: + cannot_delete_front_page: The front page cannot be deleted + invalid_editing_roles: The provided editing roles are invalid + cannot_update_published: You are not allowed to update the published state of this wiki page + cannot_update_title: You are not allowed to update the title of this wiki page + cannot_update_editing_roles: You are not allowed to update the editing roles of this wiki page + cannot_update_front_page: You are not allowed to change the wiki front page + cannot_have_unpublished_front_page: The front page cannot be unpublished + wiki_pages: + notices: + create_non_existent_page: The page "%{title}" does not exist, but you can create it below + page_deleted: The page "%{title}" has been deleted. + page_does_not_exist: The page "%{title}" does not exist. + cannot_edit: You are not allowed to edit the page "%{title}". + cannot_read_revisions: You are not allowed to review the historical revisions of "%{title}". + edit: + page_header_title: Edit %{page_name} + index: + titles: + pages: Pages + revisions: + page_revisions_title: "%{title} revisions: %{context_name}" + an_object_of_type_graphql_type_was_hidden_due_to_i_60998e99: An object of type %{graphql_type} was hidden due to insufficient scopes on access token + media_recording_submissions_require_a_media_id_to__ff740090: "%{media_recording} submissions require a %{media_id} to submit" + the_media_id_does_not_correspond_to_an_existing_me_eab16c08: The %{media_id} does not correspond to an existing media object + no_attachments_found_for_the_following_ids_ids_49c9192f: 'No attachments found for the following ids: %{ids}' + you_must_attach_at_least_one_file_to_this_assignme_9f39ce12: You must attach at least one file to this assignment + invalid_file_type_881cc9b2: Invalid file type + a_and_b_cannot_be_used_together_77ee6a2a: "{a} and {b} cannot be used together" + anonymous_assignments_must_be_manually_posted_a13d2ca5: Anonymous assignments must be manually posted + moderated_assignments_must_be_manually_posted_unti_39545855: Moderated assignments must be manually posted until grades are released + global_message_icons: + information: information + error: error + question: question + calendar: calendar + announcement: announcement + invitation: invitation + warning: warning + if_none_are_selected_show_to_everyone_in_the_entir_72a2ff32: "(If none are selected, show to everyone in the entire account)" + if_none_are_selected_show_to_everyone_in_the_entir_568a1dfc: "(If none are selected, show to everyone in the entire sub-account)" + use_parent_account_setting_f25a721f: Use parent account setting + turnitin_settings: + originality_report_visible_immediately: Immediately + originality_report_visible_after_grading: After the assignment is graded + originality_report_visible_after_due_date: After the Due Date + originality_report_never: Never + card_view_eaf73185: Card View + recent_activity_51239235: Recent Activity + list_view_430aecce: List View + canvas_by_instructure_1490381: Canvas by Instructure + help_with_content_licensing_a146fb0e: Help with content licensing + help_with_course_visibilities_6b6e22a4: Help with course visibilities + title_separator: ": " + help_4c4968b1: Help + due_multiple_due_dates_d1b141b: 'Due: Multiple Due Dates' + due_assignment_due_date_time_5acdf3cf: 'Due: %{assignment_due_date_time}' + due_no_due_date_2b226d2c: 'Due: No Due Date' + i_agree_to_the_terms_of_use_18e16f0c: I agree to the *terms of use*. + parents_sign_up_here_f0aa8f4f: Parents sign up here + parent_signup_b7c6bf0a: Parent Signup + anonymous_user: Anonymous User + tooltips: + finished: finished + incomplete: incomplete + vdd: + more_message: and %{count} more... + no_due_date_44271c53: No Due Date + re_submit_assignment_b3e2bd28: Re-submit Assignment + submit_assignment_5799b4e3: Submit Assignment + complete_fd828dea: Complete + incomplete_da3c2ea2: Incomplete + it_s_not_allowed_to_redirect_to_html_files_that_ca_1dbdfb9d: It's not allowed to redirect to HTML files that can't be proxied while Content-Security-Policy is being enforced + announcement_fb4cb645: Announcement + assignment_976578a8: Assignment + attachment_deffe5a9: Attachment + external_tool_c5a6410a: External Tool + context_module_sub_header_2f39e87b: Context Module Sub Header + discussion_topic_dc85ad4c: Discussion Topic + external_url_e9b87215: External Url + quiz_e0dcce8f: Quiz + page_50c4823d: Page + unknown_content_type_ae6d08e8: Unknown Content Type + course_is_already_associated_with_a_blueprint_4d9407cb: Course is already associated with a blueprint + cannot_have_a_blueprint_course_with_students_248e3e76: Cannot have a blueprint course with students + title: + new_announcement: New Announcement + edit_announcement: Edit Announcement + new_topic: New Discussion Topic + edit_topic: Edit Discussion Topic + delete_a6efa79d: Delete + student_names_must_be_hidden_because_this_is_an_an_3c82287d: Student names must be hidden because this is an anonymous survey. + student_names_must_be_hidden_because_anonymous_gra_d2ca7255: Student names must be hidden because anonymous grading is required. + icons: + online_url_submission: Online Url Submission + text_entry_submission: Text Entry Submission + file_upload_submission: File Upload Submission + discussion_submission: Discussion Submission + quiz_submission: Quiz Submission + media_submission: Media Submission + graded_date_by_grader_e8e1ff75: "%{graded_date} by %{grader}" + grading_period_set_for_account_name_b9823b2a: Grading Period Set for %{account_name} + anonymous_user_d984b9ce: Anonymous User + someone_bbbc538b: Someone + this_quiz_is_unpublished_only_teachers_can_see_the_51d281b1: "*This quiz is unpublished* Only teachers can see the quiz until it is published." + you_have_made_changes_to_the_questions_in_this_qui_1658361a: "*You have made changes to the questions in this quiz.* These changes will not appear for students until you save the quiz." + practice_quiz_19a8505d: Practice Quiz + graded_quiz_7fabdf1f: Graded Quiz + graded_survey_c0f0c395: Graded Survey + ungraded_survey_ad7de790: Ungraded Survey + highest_28ad71e6: Highest + latest_f604a75: Latest + average_49c63f9b: Average + no_e16d9132: 'No' + from_from_to_to_e31f6422: From %{from} to %{to} + after_date_981cd41b: After %{date} + until_date_949017c4: Until %{date} + after_last_attempt_c9168da2: After Last Attempt + immediately_c128ede6: Immediately + answers_will_be_shown_after_your_last_attempt_d9db6b1d: Answers will be shown after your last attempt + correct_answers_are_available_until_date_df01cc5f: Correct answers are available until %{date}. + correct_answers_are_hidden_5d0a0009: Correct answers are hidden. + correct_answers_are_no_longer_available_c67dfc28: Correct answers are no longer available. + correct_answers_will_be_available_from_to_5762e8c6: Correct answers will be available %{from} - %{to}. + correct_answers_will_be_available_on_date_48137: Correct answers will be available on %{date}. + always_3a59e701: Always + students_who_have_taken_the_quiz_count_69dbbda0: + zero: Students who have taken the quiz + one: Students who have taken the quiz (%{count}) + other: Students who have taken the quiz (%{count}) + students_who_have_taken_the_survey_count_ef9e6492: + zero: Students who have taken the survey + one: Students who have taken the survey (%{count}) + other: Students who have taken the survey (%{count}) + no_students_have_taken_the_survey_yet_d378cd35: No Students have taken the survey yet + no_students_have_taken_the_quiz_yet_e667644b: No Students have taken the quiz yet + students_who_haven_t_taken_the_quiz_count_9966e994: + zero: Student who haven't taken the quiz + one: Students who haven't taken the quiz (%{count}) + other: Students who haven't taken the quiz (%{count}) + students_who_haven_t_taken_the_survey_count_c03f4d80: + zero: Student who haven't taken the survey + one: Students who haven't taken the survey (%{count}) + other: Students who haven't taken the survey (%{count}) + all_students_have_taken_the_survey_494f9f42: All Students have taken the survey + all_students_have_taken_the_quiz_b558f8b4: All Students have taken the quiz + quiz_results_are_protected_for_this_quiz_and_can_b_fc4fc208: Quiz results are protected for this quiz and can be viewed a single time immediately after submission. + quiz_results_are_protected_for_this_quiz_and_are_n_c85bd56e: Quiz results are protected for this quiz and are not visible to students until they have submitted their last attempt. + quiz_results_are_protected_for_this_quiz_and_are_n_1ea03502: Quiz results are protected for this quiz and are not visible to students. + fill_in_the_blank_read_surrounding_text_1a6c73c7: Fill in the blank, read surrounding text + multiple_dropdowns_read_surrounding_text_f61274b3: Multiple dropdowns, read surrounding text + count_minutes_a6eeeacb: + zero: less than 1 minute + one: 1 minute + other: "%{count} minutes" + score_out_of_points_possible_88f370fd: "%{score} out of %{points_possible}" + preview_53003fd2: Preview + take_the_survey_ada59508: Take the Survey + take_the_quiz_87214d7e: Take the Quiz + take_the_survey_again_24ce22c2: Take the Survey Again + take_the_quiz_again_8ea51a6c: Take the Quiz Again + resume_survey_58dce775: Resume Survey + resume_quiz_afeceb87: Resume Quiz + will_keep_the_highest_of_all_your_scores_6ae5bbd1: Will keep the highest of all your scores + will_keep_the_latest_of_all_your_scores_431d23f9: Will keep the latest of all your scores + will_keep_the_average_of_all_your_scores_d7e6b733: Will keep the average of all your scores + edit_survey_b0d6890d: Edit Survey + edit_quiz_ededddd8: Edit Quiz + delete_survey_56fddbbd: Delete Survey + delete_quiz_142b8099: Delete Quiz + selected_answer: You selected this answer. + correct_answer: This was the correct answer. + user_selected_answer: You selected + user_selected_wrong: The correct answer was %{correct_answer_text}. + fill_in_the_blank_answer_d83b83bb: Fill in the blank answer + numerical_answer_ec7120bf: Numerical answer + answer_field_8c4e7c46: Answer field + courses_navigation_menu_b3638384: Courses Navigation Menu + account_navigation_menu_10c05bf9: Account Navigation Menu + admin_navigation_menu_77b801a2: Admin Navigation Menu + groups_navigation_menu_76b5acc6: Groups Navigation Menu + context_navigation_menu_514c5889: Context Navigation Menu + disabled_not_visible_to_students_48d4a90d: Disabled. Not visible to students + no_content_not_visible_to_students_b59f4867: No content. Not visible to students + label_disabled_not_visible_to_students_da093eec: "%{label}. Disabled. Not visible to students" + label_no_content_not_visible_to_students_84345d2f: "%{label}. No content. Not visible to students" + for: for + you_do_not_have_access_to_the_requested_resource_316ce49a: You do not have access to the requested resource. + previous_page_928fc112: Previous Page + next_page_d2a39853: Next Page + page_pagenum_20dbfeb8: Page %{pageNum} + product_name: Canvas + account: + root_account_cant_have_sis_id: SIS IDs cannot be set on root accounts + sis_id_in_use: SIS ID "%{sis_id}" is already in use + errors: + invalid_discovery_url: The discovery URL is not valid + default_site_administrator_account_name: Site Admin + default_account_name: Default Account + tab_permissions: Permissions + tab_sub_accounts: Sub-Accounts + tab_authentication: Authentication + tab_plugins: Plugins + tab_jobs: Jobs + tab_courses: Courses + tab_statistics: Statistics + tab_outcomes: Outcomes + tab_rubrics: Rubrics + tab_grading_standards: Grading + tab_question_banks: Question Banks + tab_faculty_journal: Faculty Journal + tab_terms: Terms + tab_sis_import: SIS Import + tab_brand_configs: Themes + tab_developer_keys: Developer Keys + tab_admin_tools: Admin Tools + tab_settings: Settings + manually_created_courses: Manually-Created Courses + default_term_name: Default Term + feedback_coach: Ask the Community + feedback_coach_sub: Get help from a Canvas expert + feedback_feature_request_sub: Have an idea to improve Canvas? + tab_root_accounts: Root Accounts + this_assignment_submission_is_my_own_original_work_e820ce4b: This assignment submission is my own, original work + people_b4ebb13c: People + terms_of_service_attributes_not_valid_f3f9fca9: Terms of Service attributes not valid + help_dialog: + instructor_question: Ask Your Instructor a Question + instructor_question_sub: Questions are submitted to your instructor + search_the_canvas_guides: Search the Canvas Guides + canvas_help_sub: Find answers to common questions + report_problem: Report a Problem + report_problem_sub: If Canvas misbehaves, tell us about it + training_services_portal: Training Services Portal + training_services_portal_sub: Access Canvas training videos and courses + stuff: Stuff + things: Things + hi: Hi + hello: Hello + which_course_is_this_question_about: Which course is this question about? + message_will_be_sent_to_all_the_teachers_tas_in_the_course: Message will be sent to all the Teachers / TA's in the course. + message: Message + sending: Sending... + send_message: Send Message + file_a_ticket_for_a_personal_response_from_our_support_team: File a ticket for a personal response from our support team + for_an_instant_answer: 'For an instant answer:' + see_if_your_issue_is_addressed_in_the_canvas_guides: See if your issue is addressed in the *Canvas Guides*. + subject: Subject + description: Description + include_a_link_to_a_screencast_or_screenshot_using_something_like_jing: Include a link to a screencast/screenshot using something like *Jing*. + how_is_this_affecting_you: How is this affecting you? + please_select_one: Please select one... + just_a_casual_question_comment_idea_suggestion: Just a casual question, comment, idea, suggestion + i_need_some_help_but_its_not_urgent: I need some help but it's not urgent + somethings_broken_but_i_can_work_around_it_for_now: Something's broken but I can work around it for now + i_cant_get_things_done_until_i_hear_back_from_you: I can't get things done until I hear back from you + extreme_critical_emergency: EXTREME CRITICAL EMERGENCY!! + your_email_address: Your email address + Submitting_Ticket: Submitting Ticket... + submit_this_support_request: Submit Ticket + account_notification: + errors: + invalid_account_notification_end_at: Account notification end time precedes start time + institution_announcement_announcement_title_f017c1e0: 'Institution announcement: "%{announcement_title}"' + account_user: + types: + account_admin: Account Admin + announcement: + no_title: No Title + course_announcement_title_in_course_code_2e317aa2: 'Course announcement: "%{title}" in %{course_code}' + appointment_group: + errors: + invalid_end_at: Appointment end time precedes start time + overlapping_appointments: Appointments overlap + needs_contexts: Must have at least one context + appointment_group_sub_context: + errors: + invalid_course_section: Invalid course section + missing_group_category: Group appointments must have a group category + invalid_group_category: Invalid group category + assessment_question: + default_question_name: Question + assessment_question_bank: + default_imported_title: Imported Questions + default_unfiled_title: Unfiled Questions + default_title: No Name - %{course} + unknown: Unknown + course_announcements_76b07340: Course Announcements + course_assignments_833b8cf1: Course Assignments + course_calendar_7d3cba7b: Course Calendar + course_collaborations_dadb327e: Course Collaborations + course_conferences_3d914c96: Course Conferences + course_files_62deb8f8: Course Files + course_grades_22adc27e: Course Grades + course_home_4c4c0107: Course Home + course_modules_795cb95e: Course Modules + course_outcomes_7dc1cbc7: Course Outcomes + course_pages_449f1dd4: Course Pages + course_quizzes_c337653c: Course Quizzes + course_people_3058c948: Course People + speedgrader_de0affa6: SpeedGrader + course_syllabus_5de1b0af: Course Syllabus + course_discussions_38c0b74f: Course Discussions + group_name_group_announcements_5ce81c6d: "%{group_name} - Group Announcements" + group_name_group_calendar_7f10e0ed: "%{group_name} - Group Calendar" + group_name_group_collaborations_49b5dcd7: "%{group_name} - Group Collaborations" + group_name_group_conferences_8b01695f: "%{group_name} - Group Conferences" + group_name_group_files_f8b0c078: "%{group_name} - Group Files" + group_name_group_home_21f8a655: "%{group_name} - Group Home" + group_name_group_pages_def16554: "%{group_name} - Group Pages" + group_name_group_people_e9d548c1: "%{group_name} - Group People" + group_name_group_discussions_8e509286: "%{group_name} - Group Discussions" + invalid_points_possible: The value of possible points for this assignment must be zero or greater. + copy_9748f9f: Copy + the_group_category_can_t_be_changed_because_studen_9d7b1432: The group category can't be changed because students have already submitted on this assignment + anonymously_graded_assignments_can_t_be_group_assi_ddb00bb2: Anonymously graded assignments can't be group assignments + group_assignments_can_t_be_anonymously_graded_2dd9be24: Group assignments can't be anonymously graded + can_t_enable_anonymous_grading_and_group_assignmen_9938416e: Can't enable anonymous grading and group assignments together + discussion_group_category_locked: Group categories cannot be set directly on a discussion assignment, but should be set on the discussion instead + moderated_grading_setting_cannot_be_changed_if_gra_ba939ce2: Moderated grading setting cannot be changed if graded submissions exist + moderated_grading_setting_cannot_be_enabled_for_un_e40e6cd4: Moderated grading setting cannot be enabled for ungraded assignments + moderated_grading_setting_cannot_be_enabled_for_gr_d81fb43b: Moderated grading setting cannot be enabled for group assignments + moderated_grading_setting_cannot_be_enabled_for_pe_fc7b5b8b: Moderated grading setting cannot be enabled for peer reviewed assignments + assignment: + atom_no_author: No Author + feed_entry_title: 'Assignment: %{assignment}' + feed_entry_title_with_course: 'Assignment, %{course}: %{assignment}' + labels: + due: Due + comment_from_files: + one: See attached file + other: See attached files + submission_types: + a_quiz: a quiz + a_file_upload: a file upload + a_text_entry_box: a text entry box + a_website_url: a website url + a_discussion_post: a discussion post + a_content_page: a content page + a_media_recording: a media recording + on_paper: on paper + external_tool: an external tool + submission_action_take_quiz: Take %{title} + submission_action_turn_in_assignment: Turn in %{title} + errors: + cannot_save_att: You don't have permission to edit the locked attribute %{att_name} + assignment_group_must_have_group: Please select an assignment group for this assignment + select_external_tool_dialog_title: Configure External Tool + buttons: + select_url: Select + name_is_required: Name is required! + at_least_one_submission_type: Please choose at least one submission type + vericite_submission_types_validation: VeriCite only supports file submissions and text entry + at_least_one_file_type: Please specify at least one allowed file type + points_possible_number: Points possible must be a number + titles: + gpa_scale_explainer: What is GPA Scale Grading? + grading_scheme_info: View/Edit Grading Scheme + gpa_scale_explainer: What is GPA Scale Grading? + grading_type_options: + percent: Percentage + pass_fail: Complete/Incomplete + points: Points + letter_grade: Letter Grade + gpa_scale: GPA Scale + not_graded: Not Graded + complete_title_7482ddcf: Complete %{title} + anonymous_moderated_assignments_cannot_be_unmuted__8f7b09e7: Anonymous moderated assignments cannot be unmuted until grades are posted + grader_grader_number_e92327d3: Grader %{grader_number} + must_be_between_availability_dates_ceaca984: must be between availability dates + due_at: cannot be blank when Post to Sis is checked + cannot_be_blank_for_any_assignees_when_post_to_sis_2edd9b2a: cannot be blank for any assignees when Post to Sis is checked + the_title_cannot_be_longer_than_length_characters_7a822943: The title cannot be longer than %{length} characters + assignment_group: + default_title: Assignments + default_name: Assignments + no_students_dd8de9f0: No Students + assignment_override: + student_count: + one: "%{count} student" + other: "%{count} students" + attachment: + errors: + not_found: File data could not be found + default_filename: File + feed_title: 'File: %{title}' + feed_title_with_context: 'File, %{course_or_group}: %{title}' + title: + migration_list: Associated Files + over_quota: The downloaded file exceeds the quota. + upload_error_too_many_redirects: Too many redirects + upload_error_invalid_response_code: Invalid response code, expected 200 got %{code} + upload_error_relative_uri: 'No host provided for the URL: %{url}' + upload_error_invalid_url: 'Could not parse the URL: %{url}' + upload_error_timeout: 'The request timed out: %{url}' + upload_error_over_quota: 'file size exceeds quota limits: %{bytes} bytes' + upload_error_unexpected: An unknown error occurred downloading from %{url} + authentication_provider: + default_login_handle_name: Email + default_delegated_login_handle_name: Login + waiting_for_attempted_login_6d00cb49: Waiting for attempted login + testing_state_effd4a82: Testing state + received_cas_ticket_ea1bbeb: Received CAS Ticket + validated_service_ticket_20d1fcec: Validated Service Ticket + user_is_from_unacceptable_domain_domain_b4b6fd1b: User is from unacceptable domain %{domain}. + authentication_provider/ldap: + test_host_unknown: 'Unknown host: %{host}' + test_connection_timeout: Timeout when connecting + test_bind_timeout: Timeout when binding + test_bind_failed: 'Failed to bind with the following error: %{error}' + test_search_failed: 'Search failed with the following error: %{error}' + test_login_auth_failed: Authentication failed + test_login_auth_exception: 'Exception on login: %{error}' + timeout_when_searching_5c24ff9d: Timeout when searching + nonce_77113ba4: Nonce + authorize_url_f28167a3: Authorize URL + error_fetching_access_token_1445a9e3: Error fetching access token + error_fetching_user_details_7c85d23: Error fetching user details + id_token_fa5f144e: ID Token + userinfo_d21114ef: Userinfo + authnrequest_sent_to_idp_74e030fc: AuthnRequest sent to IdP + authnresponse_from_idp_185037e9: AuthnResponse from IdP + logoutrequest_sent_to_idp_4da4261e: LogoutRequest sent to IdP + logoutresponse_from_idp_d45995f1: LogoutResponse from IdP + request_id_1499afb0: Request ID + loginrequest_encoded_url_44c49c18: LoginRequest encoded URL + loginrequest_xml_sent_to_idp_9fafd03a: LoginRequest XML sent to IdP + idp_inresponseto_c07f028c: IdP InResponseTo + idp_loginresponse_destination_75546c46: IdP LoginResponse destination + canvas_thinks_response_is_valid_8cc4a67d: Canvas thinks response is valid + validation_error_3b943100: Validation Error + user_succesfully_logged_into_canvas_6cfbe279: User succesfully logged into Canvas + canvas_login_failure_message_4c922f2f: Canvas Login failure message + logged_in_user_id_5a54b1ae: Logged in user id + idp_loginresponse_encoded_460dca94: IdP LoginResponse encoded + idp_loginresponse_encrypted_e7c6fe02: IdP LoginResponse encrypted + idp_loginresponse_decrypted_2f2674b4: IdP LoginResponse Decrypted + logout_request_id_ac12f5c: Logout request id + logoutrequest_encoded_url_a4a63f20: LogoutRequest encoded URL + logoutrequest_xml_sent_to_idp_39a7ffd: LogoutRequest XML sent to IdP + idp_logout_inresponseto_e11e1d4a: IdP Logout InResponseTo + idp_logoutresponse_destination_1e6220b1: IdP LogoutResponse Destination + idp_logoutresponse_encoded_bac9de6b: IdP LogoutResponse encoded + idp_logoutresponse_xml_fe65de19: IdP LogoutResponse XML + entity_entity_id_not_found_in_federation_name_meta_e622124: Entity %{entity_id} not found in %{federation_name} Metadata + authentication_provider/saml: + debug: + logout_redirect: LogoutRequest sent to IdP + big_blue_button_conference: + recording_setting: Recording + recording_setting_enabled_description: Enable recording for this conference + this_conference_may_be_recorded_f76deeeb: This conference may be recorded. + bookmark_service: + default_title: No Title + calendar_event: + errors: + no_updating_user: Can't update child events unless an updating_user is set + duplicate_child_event_contexts: Duplicate child event contexts + invalid_child_event_context: Invalid child event context + feed_item_title: 'Calendar Event: %{event_title}' + feed_item_title_with_context: 'Calendar Event, %{course_or_account_name}: %{event_title}' + see_related_link: See Related Link + see_assignment: See %{assignment_name} + see_quiz: See %{quiz_name} + see_file: See %{file_name} + see_discussion_topic: See %{discussion_topic_name} + afghanistan_93_ab06805: Afghanistan (+93) + argentina_54_375d6af4: Argentina (+54) + australia_61_eb9bb701: Australia (+61) + austria_43_7bc58b34: Austria (+43) + belgium_32_e5f5b598: Belgium (+32) + bolivia_591_9b8a7a5c: Bolivia (+591) + brazil_55_34103ffa: Brazil (+55) + canada_1_921df67a: Canada (+1) + chile_56_88238b47: Chile (+56) + china_86_36913b7a: China (+86) + colombia_57_c6c75620: Colombia (+57) + costa_rica_506_d63d2ea1: Costa Rica (+506) + denmark_45_929d5d34: Denmark (+45) + dominican_republic_1_3cef4021: Dominican Republic (+1) + el_salvador_503_b0907d30: El Salvador (+503) + finland_358_abeffc8a: Finland (+358) + france_33_90b595d7: France (+33) + germany_49_fc5b8179: Germany (+49) + guatemala_502_ae25c68f: Guatemala (+502) + honduras_504_af7aa636: Honduras (+504) + hong_kong_852_98e3b3fe: Hong Kong (+852) + hungary_36_cd3e515b: Hungary (+36) + iceland_354_1a03c558: Iceland (+354) + india_91_6c290107: India (+91) + indonesia_62_4c35bd62: Indonesia (+62) + ireland_353_3cd32cc0: Ireland (+353) + israel_972_e671df75: Israel (+972) + italy_39_cfad867a: Italy (+39) + japan_81_d1832e9d: Japan (+81) + kazakhstan_7_8fe892c: Kazakhstan (+7) + kenya_254_2945663a: Kenya (+254) + luxembourg_352_85f4124d: Luxembourg (+352) + malaysia_60_7d357b28: Malaysia (+60) + mexico_52_60d635c7: Mexico (+52) + netherlands_31_63e4f1b9: Netherlands (+31) + new_zealand_64_f126cf2e: New Zealand (+64) + norway_47_bc598662: Norway (+47) + oman_968_46f8d901: Oman (+968) + panama_507_831fbc99: Panama (+507) + pakistan_92_da28c36: Pakistan (+92) + paraguay_595_ca58b83a: Paraguay (+595) + philippines_63_a4f62138: Philippines (+63) + poland_48_e77cc14d: Poland (+48) + qatar_974_7e9684ca: Qatar (+974) + russia_7_87bc99d5: Russia (+7) + rwanda_250_1a6b344b: Rwanda (+250) + saudi_arabia_966_d01ed717: Saudi Arabia (+966) + singapore_65_b4927585: Singapore (+65) + south_africa_27_d5e0f1e1: South Africa (+27) + south_korea_82_10618967: South Korea (+82) + spain_34_d5286826: Spain (+34) + sweden_46_55cc3620: Sweden (+46) + switzerland_41_f861e414: Switzerland (+41) + taiwan_886_9a5b6bbf: Taiwan (+886) + thailand_66_5b3ef324: Thailand (+66) + trinidad_and_tobago_1_fc2d8d1c: Trinidad and Tobago (+1) + united_arab_emirates_971_649b3750: United Arab Emirates (+971) + united_kingdom_44_880b06ad: United Kingdom (+44) + united_states_1_e4be485f: United States (+1) + uruguay_598_866a5ef3: Uruguay (+598) + venezuela_58_959d01f7: Venezuela (+58) + vietnam_84_e50a2a44: Vietnam (+84) + communication_channel: + default_twitter_handle: Twitter Handle + body: Your Canvas verification code is %{verification_code} + for_all_devices_1f603968: For All Devices + user_id_bcace870: User ID + name_1aed4a1b: Name + communication_channel_id_197ef6f9: Communication channel ID + type_c8106334: Type + path_4f9abf12: Path + date_of_most_recent_bounce_b23d0119: Date of most recent bounce + bounce_reason_689ed4c6: Bounce reason + created_at_73839757: Created at + content_migration: + unknown: Unknown + errors: + import_error: 'Import Error:' + cannot_shift_and_remove: cannot specify shift_dates and remove_dates simultaneously + unexpected_error: There was an unexpected error, please contact support. + bad_attachment: The file was not successfully uploaded. + missing_content_links_title: Missing links found in imported content + missing_content_links_message: 'The following references could not be resolved:' + upload_timeout_error: The file upload process timed out. + blocked_by_running_migration_d8a57cb7: Blocked by running migration + content_tag: + no_title: No title + context_external_tool: + url_or_domain_required: Either the url or domain should be set. + url_or_domain_no_valid: Incorrect url for %{url} + context_module: + requirements: + must_view: must view the page + must_contribute: must contribute to the page + must_submit: must submit the assignment + min_score: must score at least a %{score} + must_mark_as_done_bf6cc563: must mark as done + conversation_message: + subject_specified: 'Private message: %{subject}' + subject: Private message + users_added: + one: "%{user} was added to the conversation by %{current_user}" + other: "%{list_of_users} were added to the conversation by %{current_user}" + conversation_participant: + batch_update_message: + one: 1 conversation processed + other: "%{count} conversations processed" + not_participating: The user is not participating in this conversation + one_or_more_items_are_currently_being_imported_the_186fe069: One or more items are currently being imported. They will be shown in the course below once they are available. + import_status_b147bd27: Import Status + course: + errors: + sis_in_use: SIS ID "%{sis_id}" is already in use + course: Course + institution: Institution + public: Public + syllabus: Syllabus + default_name: My Course + missing_name: Unnamed Course + default_short_name: Course-101 + grade_export_types: + instructure_csv: Instructure formatted CSV + default_grading_scheme_name: Default Grading Scheme + wiki_permissions: + only_teachers: Only Teachers + teachers_students: Teacher and Students + all: Anyone + file_copy_error: Couldn't copy file "%{name}" + student_view_student_name: Test Student + batch_update_message: + one: 1 course processed + other: "%{count} courses processed" + course_not_found: The course was not found + access_denied: Access was denied + course_format: + not_set: Not Set + on_campus: On-Campus + online: Online + blended: Blended + student_summary: + not_sorted: Student summary table + integration_id_int_id_is_already_in_use_f30f03b5: Integration ID "%{int_id}" is already in use + end_date_cannot_be_before_start_date_eb62ed6d: End date cannot be before start date + image_url_and_image_id_cannot_both_be_set_9d6cbba4: image_url and image_id cannot both be set. + image_id_is_not_a_valid_id_7dd6bad6: image_id is not a valid ID + image_url_is_not_a_valid_url_4e31c8b0: image_url is not a valid URL + home_page_is_not_valid_2e8a25ae: Home page is not valid + a_front_page_is_required_fd57b80: A Front Page is required + all_users_associated_with_this_course_6be8d492: All users associated with this course + all_users_associated_with_this_institution_d29850be: All users associated with this institution + anyone_with_the_url_9d7e5e07: Anyone with the URL + error_message_2b9d12ee: 'Error: %{message}' + not_synced_message_a343fe5e: 'Not Synced: %{message}' + pending_message_2d9a8796: 'Pending: %{message}' + syncing_message_416fdc58: 'Syncing: %{message}' + synced_message_20469c8f: 'Synced: %{message}' + unsyncable_message_95faa75d: 'Unsyncable: %{message}' + unknown_status_status_message_3a4ed4d5: 'Unknown status, %{status}: %{message}' + error_98e81528: Error + not_synced_529cbf29: Not Synced + pending_3e506a5b: Pending + syncing_e67b8a9f: Syncing + synced_97764882: Synced + unsyncable_4bf11ee6: Unsyncable + unknown_status_status_35331e1d: Unknown status, %{status} + course_section: + sis_id_taken: SIS ID "%{sis_id}" is already in use + discussion_entry: + default_user_name: User Name + atom_no_author: No Author + subject_reply_to: 'Re: %{subject}' + section_specific_topics_must_have_sections_11868960: Section specific topics must have sections + only_course_announcements_and_discussions_can_be_s_924d4386: Only course announcements and discussions can be section-specific + discussion_assignments_cannot_be_section_specific_93d63843: Discussion assignments cannot be section-specific + discussions_with_groups_cannot_be_section_specific_1146d29: Discussions with groups cannot be section-specific + discussion_topic: + default_title: No Title + atom_no_author: No Author + empty_message: No message + searching_for_announcements_in_sections_must_span__80e4dfe4: Searching for announcements in sections must span exactly one course + cannot_add_section_to_a_non_section_specific_discu_d2a7f263: Cannot add section to a non-section-specific discussion + section_does_not_belong_to_course_for_this_discuss_39fd6808: Section does not belong to course for this discussion topic + enrollment: + roles: + teacher: Teacher + ta: TA + designer: Designer + student: Student + observer: Observer + teacher_with_indefinite_article: A Teacher + ta_with_indefinite_article: A TA + designer_with_indefinite_article: A Designer + student_with_indefinite_article: A Student + observer_with_indefinite_article: An Observer + default_course_name: Course + with_section: "%{course_name}, %{section_name}" + default_email: No Email + default_user_name: Unknown User + workflow: + active: Active + completed: Completed + deleted: Deleted + invited: Invited + pending: Pending + rejected: Rejected + inactive: Inactive + title: "%{user_name} in %{course_name}" + cannot_change_the_default_term_name_edc2279b: Cannot change the default term name + enrollment_term: + errors: + delete_default_term: Cannot delete the default term + delete_term_with_courses: Cannot delete a term with active courses + not_unique: SIS ID "%{sis_source_id}" is already in use + cannot_be_associated_with_a_different_account_ac863be2: cannot be associated with a different account + eportfolio: + first_category: Home + first_entry: + title: Welcome + content: Nothing entered yet + errors: + name_required: Name is required + name_too_long: Name is too long + missing_file: Please select a file + upload_failed: Upload Failed. + section_name_invalid: Section name is not valid + section_name_too_long: Section name is too long + compiling: There was an error compiling your eportfolio. Please try again in a little while. + eportfolio_settings: ePortfolio Settings + default_description: This is my %{assignment} submission for %{course}. + titles: + add_submission: Add Page for Submission + section_list: Drag to Arrange, Click to Edit + download_eportfolio: Download ePortfolio + confirm_delete_message: Are you sure you want to delete this message? + confirm_delete_page: Delete this page and all its content? + buttons: + manage_sections: Manage Sections + done_editing: Done Editing + confirm_delete_section: Delete this section and all its pages? + eportfolio_category: + default_section: Section Name + eportfolio_entry: + default_content: No Content Added Yet + default_name: Page Name + atom_author: ePortfolio Entry + click_through: Click to view page content + error_running_quizzes_2_export_cfecedba: Error running Quizzes 2 export. + data_exports: data exports + skipped_file_filename_due_to_error_94f0194: Skipped file %{filename} due to error + external_feed: + short_feed_title: "%{short_url} feed" + original_article: Original article + folder: + errors: + invalid_root_folder_name: Root folder name cannot be changed + invalid_recursion: A folder cannot be the parent of itself + default_folder_name: New Folder + folder_created: Folder "%{name}" created + submissions_folders_must_be_created_in_user_or_gro_aba44f76: submissions folders must be created in User or Group context + uploaded_media_bc29db35: Uploaded Media + grading_period: + errors: + overlap_message: Grading period cannot overlap with existing grading periods in group + must_be_after_start_date_95e251a3: must be after start date + must_be_on_or_after_end_date_e4dda631: must be on or after end date + cannot_be_nil_when_account_id_is_nil_be6d1d60: cannot be nil when account_id is nil + cannot_be_nil_when_course_id_is_nil_f539388: cannot be nil when course_id is nil + cannot_be_present_when_account_id_is_present_f7d9b51f: cannot be present when account_id is present + cannot_be_present_when_course_id_is_present_785e6a59: cannot be present when course_id is present + must_belong_to_a_root_account_f84323f6: must belong to a root account + must_belong_to_an_active_root_account_d59a05af: must belong to an active root account + must_belong_to_an_active_course_9711934: must belong to an active course + grading_standard: + unknown_grading_details: Unknown Details + submissions_11e96106: Submissions + group_category: + name_required: Name is required + name_reserved: "%{name} is a reserved name." + name_unavailable: "%{name} is already in use." + name_too_long: Enter a shorter category name + greater_than_1: Must be greater than 1 + self_signup_for_courses: Self-signup may only be enabled for course groups or communities + invalid_self_signup: 'Self-signup needs to be one of the following values: %{values}' + cant_restrict_self_signup: Can't restrict self-signup while a mixed-section group exists in the category + invalid_auto_leader: 'AutoLeader type needs to be one of the following values: %{values}' + empty_course_or_account_id: Must have an account or course ID + group_category_must_have_context: Must belong to an account or course + group_categories: + student_organized: Student Groups + imported: Imported Groups + communities: Communities + uncategorized: Uncategorized + groups_must_be_empty_to_assign_by_section_a9fafa72: Groups must be empty to assign by section + groups_cannot_have_size_restrictions_to_assign_by__7d36fa32: Groups cannot have size restrictions to assign by section + must_have_at_least_as_many_groups_as_sections_to_a_af2a9dfb: Must have at least as many groups as sections to assign by section + group_membership: + errors: + not_in_group_section: "%{student} does not share a section with the other members of %{group}." + group_full: The group is full. + the_title_of_the_following_question_bank_was_trunc_b6c86975: 'The title of the following question bank was truncated: "%{title}"' + migration: + quiz_question_type: Quiz Question + assignment_group_type: Assignment Group + assignment_type: Assignment + file_type: File + calendar_event_type: Calendar Event + external_tool_type: External Tool + module_type: Module + announcement_type: Announcement + discussion_topic_type: Discussion Topic + external_feed_type: External Feed + grading_standard_type: Grading Standard + group_type: Group + learning_outcome_type: Learning Outcome + quiz_type: Quiz + rubric_type: Rubric + wiki_page_type: Wiki Page + ecollege: + course_not_found: The ECollege course wasn't found. + webct: + course_not_found: The Blackboard course wasn't found. + this_package_includes_the_question_type_pattern_ma_ce3dadc6: This package includes the question type, Pattern Match, which is not compatible with Canvas. We have converted the question type to Fill in the Blank + the_imported_question_text_for_this_question_was_t_83b4e6fb: The imported question text for this question was too long. + the_question_text_for_the_question_question_name_w_3a68a2c7: The question text for the question "%{question_name}" was too long. + error_associating_assignment_assignment_name_with__d92e9acf: Error associating assignment "%{assignment_name}" with an LTI tool. + untitled_assignment_59354b34: untitled assignment + importers/assignment_importer: + imported_assignments_group: Imported Assignments + errors: + import: + grading_standard_not_found: The assignment "%{title}" referenced a grading scheme that was not found in the target course's account chain. + external_tool_url: The url for the external tool assignment "%{assignment_name}" wasn't valid. + project_groups_1fa0320b: Project Groups + the_sync_to_sis_setting_could_not_be_enabled_for_t_b2be4b66: The Sync to SIS setting could not be enabled for the assignment "%{assignment_name}" without a due date. + we_were_unable_to_find_a_tool_profile_match_for_ve_5645a3e0: 'We were unable to find a tool profile match for vendor_code: "%{vendor_code}" product_code: "%{product_code}".' + importers/context_external_tool_importer: + external_tool_attention_needed: The security parameters for the external tool "%{tool_name}" need to be set in Course Settings. + importers/context_module_importer: + migration_module_item_type: Module Item + foreign_lti_tool: The account External Tool for module item "%{title}" must be configured before the item can be launched + the_announcement_title_could_not_be_linked_to_the__78c747f3: The announcement "%{title}" could not be linked to the module "%{mod_title}" + importers/course_content_importer: + file_import_warning: File %{file} could not be found + due_dates_warning: Couldn't adjust the due dates. + copied_grading_standard_warning: Couldn't find copied grading standard for the course. + account_grading_standard_warning: Couldn't find account grading standard for the course. + failed_to_import_media_objects_4c1fcb4f: Failed to import media objects + couldn_t_adjust_dates_on_assignment_name_id_id_eaf1c353: Couldn't adjust dates on assignment %{name} (ID %{id}) + importers/learning_outcome_group_importer: + no_global_permission: You're not allowed to manage global outcomes, can't add "%{title}" + importers/learning_outcome_importer: + no_context_found: The external Learning Outcome couldn't be found for "%{title}", creating a copy. + no_global_permission: You're not allowed to manage global outcomes, can't add "%{title}" + embedded_images_598ff8da: embedded_images + we_were_unable_to_find_a_tool_profile_match_for_pr_34e6a5d2: We were unable to find a tool profile match for "%{product_name}". + we_were_unable_to_find_a_tool_profile_match_for_pr_cd98678e: 'We were unable to find a tool profile match for "%{product_name}". If you would like to use this tool please install it using the following registration url: %{registration_url}' + we_found_a_different_version_of_product_name_insta_3a645773: We found a different version of "%{product_name}" installed for your course. If this tool fails to work as intended, try reregistering or reinstalling it. + missing_required_values_missing_values_f3be2ff8: 'Missing required values: %{missing_values}' + importers/wiki_page_importer: + title_for_topics_category: "%{category} Topics" + warnings: + truncated_wiki_title: 'The title of the following wiki page was truncated: %{title}' + undelivered_message_459916a9: Undelivered message + the_message_titled_subject_could_not_be_delivered__f063857e: |- + The message titled "%{subject}" could not be delivered because the discussion topic has been deleted. If you are trying to contact someone through Canvas you can try logging in to your account and sending them a message using the Inbox tool. + + Thank you, + Canvas Support + the_message_you_sent_with_the_subject_line_subject_c73f92e4: |- + The message you sent with the subject line "%{subject}" was not delivered. To reply to Canvas messages from this email, it must first be a confirmed communication channel in your Canvas profile. Please visit your profile and resend the confirmation email for this email address [See https://community.canvaslms.com/docs/DOC-2281]. You may also contact this person via the Canvas Inbox [See https://community.canvaslms.com/docs/DOC-2670]. + + Thank you, + Canvas Support + calculation_method_must_be_one_of_the_following_ca_d8ae5dac: 'calculation_method must be one of the following: %{calc_methods}' + a_calculation_value_is_not_used_with_this_calculat_b1e854b4: A calculation value is not used with this calculation method + calculation_int_is_not_a_valid_value_for_this_calc_1de6e060: "'%{calculation_int}' is not a valid value for this calculation method. The value must be between '%{valid_calculation_ints_min}' and '%{valid_calculation_ints_max}'" + no_description_c2554c25: No Description + exceeds_expectations_5910fc3a: Exceeds Expectations + meets_expectations_bb179565: Meets Expectations + does_not_meet_expectations_b0736d20: Does Not Meet Expectations + learning_outcome: + no_description: No Description + no_comment: No Comment + child_course_must_belong_to_the_same_root_account__66ed7b8e: Child course must belong to the same root account as master course + untitled_16aa4f2b: Untitled + message: + default_subject: Canvas Alert + anonymous_re_submission_assignment_title_d9402721: 'Anonymous Re-Submission: %{assignment_title}' + re_submission_user_name_assignment_title_621a1cb3: 'Re-Submission: %{user_name}, %{assignment_title}' + a_student_has_just_turned_in_a_re_submission_for_a_9e9a17: A student has just turned in a re-submission for %{assignment_title} in the course %{course_name} + user_name_has_just_turned_in_a_re_submission_for_a_bcd6a6a5: "%{user_name} has just turned in a re-submission for %{assignment_title} in the course %{course_name}" + a_student_just_turned_in_their_anonymous_assignmen_1a0e1c47: A student just turned in their anonymous assignment (again), %{assignment_title} + user_name_just_turned_in_their_assignment_again_as_a2a0d25a: "%{user_name} just turned in their assignment (again), %{assignment_title}" + more_info_at_web_address_dba7e187: More info at %{web_address} + turned_in_submission_date_e9180b8b: 'turned in: %{submission_date}' + canvas_alert_anonymous_resubmission_assignment_tit_6df1cd32: 'Canvas Alert - Anonymous Resubmission: %{assignment_title}' + canvas_alert_resubmission_user_name_assignment_tit_ed70e703: 'Canvas Alert - Resubmission: %{user_name}, %{assignment_title}' + anonymous_submission_assignment_title_896654de: 'Anonymous Submission: %{assignment_title}' + submission_user_name_assignment_title_2cf5e3e9: 'Submission: %{user_name}, %{assignment_title}' + a_student_has_just_turned_in_a_submission_for_assi_d5ba674d: A student has just turned in a submission for %{assignment_title} in the course %{course_name} + user_name_has_just_turned_in_a_submission_for_assi_3e82d569: "%{user_name} has just turned in a submission for %{assignment_title} in the course %{course_name}" + a_student_just_turned_in_their_anonymous_assignmen_15c4c644: A student just turned in their anonymous assignment, %{assignment_title} + user_name_just_turned_in_their_assignment_assignme_7105fb96: "%{user_name} just turned in their assignment, %{assignment_title}" + canvas_alert_anonymous_submission_assignment_title_ad1e034c: 'Canvas Alert - Anonymous Submission: %{assignment_title}' + canvas_alert_submission_user_name_assignment_title_4503ccf: 'Canvas Alert - Submission: %{user_name}, %{assignment_title}' + late_anonymous_assignment_a_student_has_submitted__60158b6a: 'Late anonymous assignment: A student has submitted late for %{assignment_title}' + late_assignment_user_name_has_submitted_late_for_a_ce1a2d41: 'Late assignment: %{user_name} has submitted late for %{assignment_title}' + a_student_has_just_turned_in_a_late_submission_for_23f0ba9e: A student has just turned in a late submission for %{assignment_name} in the course %{course_name} + user_name_has_just_turned_in_a_late_submission_for_874a9a31: "%{user_name} has just turned in a late submission for %{assignment_name} in the course %{course_name}" + a_student_just_turned_in_their_anonymous_assignmen_75cc5465: A student just turned in their anonymous assignment (late), %{assignment_name} + user_name_just_turned_in_their_assignment_late_ass_a54b128a: "%{user_name} just turned in their assignment (late), %{assignment_name}" + late_anonymous_assignment_assignment_name_b541c517: 'Late Anonymous Assignment: %{assignment_name}' + late_assignment_user_name_assignment_name_2df32e01: 'Late Assignment: %{user_name}, %{assignment_name}' + canvas_alert_late_anonymous_submission_assignment__bf9a6452: 'Canvas Alert - Late Anonymous Submission: %{assignment_name}' + canvas_alert_late_submission_user_name_assignment__ee1301ac: 'Canvas Alert - Late Submission: %{user_name}, %{assignment_name}' + reply_from_name: "%{name} via Canvas Notifications" + anonymous_submission_comment_student_id_assignment_10ffe8c7: 'Anonymous Submission Comment: Student (%{id}), %{assignment_title}, %{course_name}' + submission_comment_user_name_assignment_title_cour_d88ba875: 'Submission Comment: %{user_name}, %{assignment_title}, %{course_name}' + student_author_id_just_made_a_new_comment_on_the_a_115d92e6: Student (%{author_id}) just made a new comment on the anonymous submission for Student (%{user_id}) for %{assignment_title} + someone_just_made_a_new_comment_on_the_anonymous_s_3627de61: Someone just made a new comment on the anonymous submission for Student (%{user_id}) for %{assignment_title} + author_name_just_made_a_new_comment_on_the_submiss_cce9251b: "%{author_name} just made a new comment on the submission for %{user_name} for %{assignment_title}" + new_anonymous_comment_by_student_author_id_for_ass_6e579da4: New anonymous comment by Student (%{author_id}) for %{assignment_title}, Student (%{user_id}), %{course_name}. + new_anonymous_comment_for_assignment_title_student_d34cb28f: New anonymous comment for %{assignment_title}, Student (%{user_id}), %{course_name}. + new_comment_by_author_name_for_assignment_title_us_19f3c2a5: New comment by %{author_name} for %{assignment_title}, %{user_name}, %{course_name}. + anonymous_submission_comment_student_user_id_assig_96b99600: 'Anonymous Submission Comment: Student (%{user_id}), %{assignment_title}, %{course_name}' + someone_just_made_a_new_comment_on_the_anonymous_s_a2e944fc: Someone just made a new comment on the anonymous submission for Student (%{user_id}) for %{assignment_title}. + author_name_just_made_a_new_comment_on_the_submiss_dcfad73: "%{author_name} just made a new comment on the submission for %{user_name} for %{assignment_title}." + canvas_alert_anonymous_comment_student_author_id_f_a525b5eb: 'Canvas Alert - Anonymous Comment: Student (%{author_id}) for %{assignment_title}, Student (%{user_id}), %{course_name}.' + canvas_alert_anonymous_comment_assignment_title_st_e7df7956: 'Canvas Alert - Anonymous Comment: %{assignment_title}, Student (%{user_id}), %{course_name}.' + canvas_alert_comment_author_name_for_assignment_ti_871fd642: 'Canvas Alert - Comment: %{author_name} for %{assignment_title}, %{user_name}, %{course_name}.' + notification: + no_subject: No Subject + names: + manually_created_access_token_created: Manually Created Access Token Created + account_user_notification: Account User Notification + account_user_registration: Account User Registration + assignment_changed: Assignment Changed + assignment_created: Assignment Created + assignment_due_date_changed: Assignment Due Date Changed + assignment_due_date_override_changed: Assignment Due Date Override Changed + assignment_graded: Assignment Graded + assignment_resubmitted: Assignment Resubmitted + assignment_submitted: Assignment Submitted + assignment_submitted_late: Assignment Submitted Late + collaboration_invitation: Collaboration Invitation + confirm_email_communication_channel: Confirm Email Communication Channel + confirm_registration: Confirm Registration + confirm_sms_communication_channel: Confirm Sms Communication Channel + content_export_failed: Content Export Failed + content_export_finished: Content Export Finished + enrollment_accepted: Enrollment Accepted + enrollment_invitation: Enrollment Invitation + enrollment_notification: Enrollment Notification + enrollment_registration: Enrollment Registration + event_date_changed: Event Date Changed + forgot_password: Forgot Password + grade_weight_changed: Grade Weight Changed + group_assignment_submitted_late: Group Assignment Submitted Late + group_membership_accepted: Group Membership Accepted + group_membership_rejected: Group Membership Rejected + merge_email_communication_channel: Merge Email Communication Channel + migration_import_failed: Migration Import Failed + migration_import_finished: Migration Import Finished + new_account_user: New Account User + new_announcement: New Announcement + announcement_created_by_you: Announcement Created By You + announcement_reply: Announcement Reply + new_context_group_membership: New Context Group Membership + new_context_group_membership_invitation: New Context Group Membership Invitation + new_course: New Course + new_discussion_entry: New Discussion Entry + new_discussion_topic: New Discussion Topic + new_event_created: New Event Created + new_file_added: New File Added + new_files_added: New Files Added + new_student_organized_group: New Student Organized Group + new_user: New User + pseudonym_registration: Pseudonym Registration + pseudonym_registration_done: Pseudonym Registration Done + report_generated: Report Generated + report_generation_failed: Report Generation Failed + rubric_assessment_invitation: Rubric Assessment Invitation + rubric_assessment_submission_reminder: Rubric Assessment Submission Reminder + rubric_association_created: Rubric Association Created + conversation_message: Conversation Message + added_to_conversation: Added To Conversation + conversation_created: Conversation Created + submission_comment: Submission Comment + submission_comment_for_teacher: Submission Comment For Teacher + submission_grade_changed: Submission Grade Changed + submission_graded: Submission Graded + summaries: Summaries + updated_wiki_page: Updated Page + web_conference_invitation: Web Conference Invitation + alert: Alert + appointment_canceled_by_user: Appointment Canceled By User + appointment_deleted_for_user: Appointment Deleted For User + appointment_group_deleted: Appointment Group Deleted + appointment_group_published: Appointment Group Published + appointment_group_updated: Appointment Group Updated + appointment_reserved_by_user: Appointment Reserved By User + appointment_reserved_for_user: Appointment Reserved For User + submission_needs_grading: Submission Needs Grading + web_conference_recording_ready: Web Conference Recording Ready + blueprint_sync_complete: Blueprint Sync Complete + blueprint_content_added: Blueprint Content Added + content_link_error: Content Link Error + account_notification: Account Notification + categories: + all_submissions: All Submissions + announcement: Announcement + calendar: Calendar + student_appointment_signups: Student Appointment Signups + appointment_availability: Appointment Availability + appointment_signups: Appointment Signups + appointment_cancelations: Appointment Cancellations + course_content: Course Content + discussion: Discussion + discussion_entry: DiscussionEntry + due_date: Due Date + files: Files + grading: Grading + grading_policies: Grading Policies + invitiation: Invitation + late_grading: Late Grading + membership_update: Membership Update + other: Other + registration: Registration + migration: Migration + reminder: Reminder + submission_comment: Submission Comment + recording_ready: Recording Ready + blueprint: Blueprint + content_link_error: Content Link Error + account_notification: Account Notification + announcement_display: Announcement + announcement_created_by_you_display: Announcement Created By You + course_content_display: Course Content + files_display: Files + discussion_display: Discussion + discussion_post_display: Discussion Post + due_date_display: Due Date + grading_display: Grading + late_grading_display: Late Grading + all_submissions_display: All Submissions + submission_comment_display: Submission Comment + grading_policies_display: Grading Policies + invitation_display: Invitation + other_display: Administrative Notifications + calendar_display: Calendar + student_appointment_display: Student Appointment Signups + appointment_availability_display: Appointment Availability + appointment_signups_display: Appointment Signups + appointment_cancelations_display: Appointment Cancellations + conversation_message_display: Conversation Message + added_to_conversation_display: Added To Conversation + conversation_created_display: Conversations Created By Me + membership_update_display: Membership Update + reminder_display: Reminder + recording_ready_display: Recording Ready + blueprint_display: Blueprint Sync + content_link_error_display: Content Link Error + account_notification_display: Global Announcements + missing_display_display: For %{category} notifications + announcement_description: New Announcement in your course + announcement_created_by_you_description: |- + * Announcements created by you + * Replies to announcements you've created + course_content_description: |- + Change to course content: + + * Page content + * Quiz content + * Assignment content + files_description: New file added to your course + discussion_description: New discussion topic in your course + discussion_post_description: New discussion post in a topic you're subscribed to + due_date_description: Assignment due date change + grading_description: |- + Includes: + + * Assignment/submission grade entered/changed + * Un-muted assignment grade + * Grade weight changed + late_grading_description: |- + *Instructor and Admin only:* + + Late assignment submission + all_submissions_description: |- + *Instructor and Admin only:* + + Assignment (except quizzes) submission/resubmission + submission_comment_description: Assignment submission comment + grading_policies_description: Course grading policy change + invitation_description: |- + Invitation for: + + * Web conference + * Group + * Collaboration + * Peer Review & reminder + other_description: |- + *Instructor and Admin only:* + + * Course enrollment + * Report generated + * Content export + * Migration report + * New account user + * New student group + calendar_description: New and changed items on your course calendar + student_appointment_description: |- + *Instructor and Admin only:* + + Student appointment sign-up + appointment_signups_description: New appointment on your calendar + appointment_cancelations_description: Appointment cancellation + conversation_message_description: New Inbox messages + added_to_conversation_description: You are added to a conversation + conversation_created_description: You created a conversation + web_conference_recording_ready: A conference recording is ready + membership_update_description: |- + *Admin only: pending enrollment activated* + + * Group enrollment + * accepted/rejected + blueprint_description: |- + *Instructor and Admin only:* + + Content was synced from a blueprint course to associated courses + content_link_error_description: |- + *Instructor and Admin only:* + + Location and content of a failed link that a student has interacted with + account_notification_description: Institution-wide announcements (also displayed on Dashboard pages) + missing_description_description: For %{category} notifications + include_scores_when_alerting_about_grades_if_your__b221c2c8: |- + Include scores when alerting about grades. + If your email is not an institution email this means sensitive content will be sent outside of the institution. + new_appointment_timeslots_are_available_for_signup_a3e3f964: New appointment timeslots are available for signup + assignment_missing_assignment_name_in_course_code_7f940b35: 'Assignment missing: %{assignment_name} in %{course_code}' + an_unexpected_error_has_occurred_see_error_report__f20b878d: 'An unexpected error has occurred: see error report %{id}' + outcomes_import_completed_baff5cb0: Outcomes Import Completed + hello_name_your_outcomes_were_successfully_importe_a510e0d: |- + Hello %{name}, + + Your outcomes were successfully imported. You can now manage them at %{url} + + Thank you, + Instructure + row_row_message_e369e49e: 'Row %{row}: %{message}' + hello_name_your_outcomes_were_successfully_importe_d0c37335: |- + Hello %{name}, + + Your outcomes were successfully imported, but with the following issues (up to the first 100 warnings): + + %{rows} + + You can now manage them at %{url} + + Thank you, + Instructure + outcomes_import_failed_77efcdf4: Outcomes Import Failed + hello_name_your_outcomes_import_failed_due_to_an_e_385db5d3: |- + Hello %{name}, + + Your outcomes import failed due to an error with your import. Please examine your file and attempt the upload again at %{url} + + The following error occurred: + %{row} + + To view the proper import format, please review the Canvas API Docs at %{doc_url} + + Thank you, + Instructure + missing_required_ratings_9b19e66: Missing required ratings + exactly_one_rating_can_have_mastery_c1d87990: Exactly one rating can have mastery + points_should_be_strictly_decreasing_l_r_18f26f87: 'Points should be strictly decreasing: %{l} <= %{r}' + page_comment: + default_user_name: Anonymous + polling/poll_submission: + polling: + poll_submissions: + validations: + user_and_poll_session_uniqueness: can only submit one choice per poll session. + id_already_in_use_for_this_account_and_authenticat_dc3a7d65: ID already in use for this account and authentication provider + integration_id_integration_id_is_already_in_use_bd1bbb09: Integration ID "%{integration_id}" is already in use + quizzes/quiz: + submission_action_take_quiz: Take %{title} + exact_value_margin_eae7e67e: "%{exact_value} +/- %{margin}" + approximate_value_with_precision_precision_6b7cc6ef: "%{approximate_value} with precision %{precision}" + lower_bound_to_upper_bound_48d093c2: "%{lower_bound} to %{upper_bound}" + default_question_name: Question + default_question_text: Question text + quiz_title_quiz_type_report_type_report_9350daf7: "%{quiz_title} %{quiz_type} %{report_type} Report" + csv: + question: + id: Question Id + title: Question Title + answered: + student: + count: Answered Student Count + top: + student: + count: Top Student Count + middle: + student: + count: Middle Student Count + bottom: + student: + count: Bottom Student Count + quiz: + question: + count: Quiz Question Count + correct: + student: + count: Correct Student Count + ratio: Correct Student Ratio + top: + student: + count: Correct Top Student Count + middle: + student: + count: Correct Middle Student Count + bottom: + student: + count: Correct Bottom Student Count + wrong: + student: + count: Wrong Student Count + ratio: Wrong Student Ratio + variance: Variance + standard: + deviation: Standard Deviation + difficulty: + index: Difficulty Index + alpha: Alpha + point: + biserial: Point Biserial of Correct + distractor: Point Biserial of Distractor %{num} + encoding: UTF-8 + read_only_field: "(read only)" + logged_out_user: Logged Out User %{user_counter} + statistics: + csv_columns: + name: name + id: id + sis_id: sis_id + root_account: root_account + section: section + section_id: section_id + section_sis_id: section_sis_id + submitted: submitted + attempt: attempt + n_correct: n correct + n_incorrect: n incorrect + score: score + no_answer: No Answer + role: + duplicate_role: A role with this name already exists + role_override: + roles: + account_admin: Account Admin + student: Student + students: Students + teacher: Teacher + teachers: Teachers + ta: TA + tas: TAs + designer: Designer + designers: Designers + observer: Observer + observers: Observers + permissions: + manage_account_memberships: Add/remove other admins for the account + manage_account_settings: Manage account-level settings + manage_announcements: Manage global announcements + manage_catalog: Manage catalog + manage_: 'Manage ( add / edit / delete ) ' + manage_data_services: Manage data services + manage_developer_keys: Manage developer keys + moderate_user_content: Moderate user content + manage_feature_flags: Enable or disable features at an account level + manage_frozen_assignment: Manage (edit / delete) frozen assignments + manage_global_outcomes: Manage global learning outcomes + managed_jobs: Manage background jobs + manage_role_overrides: Manage permissions + manage_storage_quotas: Manage storage quotas + manage_sis: Manage SIS data + manage_site_settings: Manage site-wide and plugin settings + manage_user_logins: Modify login details for users + manage_user_observers: Manage observers for users + read_course_content: View course content + read_course_list: View the list of courses + read_messages: View notifications sent to users + view_course_changes: View Course Change Logs + view_error_reports: View error reports + view_grade_changes: View Grade Change Logs + view_jobs: View background jobs + view_notifications: View notifications + view_statistics: View statistics + undelete_courses: Undelete courses + change_course_state: Change course state + create_collaborations: Create student collaborations + create_conferences: Create web conferences + manage_admin_users: Add/remove other teachers, course designers or TAs to the course + manage_assignments: Manage (add / edit / delete) assignments and quizzes + manage_calendar: Add, edit and delete events on the course calendar + manage_content: Manage all other course content + manage_files: Manage (add / edit / delete) course files + manage_grades: Edit grades + manage_groups: Manage (create / edit / delete) groups + manage_interaction_alerts: Manage alerts + manage_outcomes: Manage learning outcomes + manage_sections: Manage (create / edit / delete) course sections + manage_students: Add/remove students for the course + manage_user_notes: Manage faculty journal entries + manage_rubrics: Create and edit assessing rubrics + moderate_form: Moderate discussions ( delete / edit other's posts, lock topics) + post_to_forum: Post to discussions + read_forum: View discussions + read_question_banks: View and link to question banks + read_reports: View usage reports for the course + read_roster: See the list of users + send_messages: Send messages to individual course members + send_messages_all: Send messages to the entire class + view_all_grades: View all grades + view_group_pages: View the group pages of all student groups + view_quiz_answer_audits: View the answer matrix in Quiz Submission Logs + view_analytics: Analytics - view pages + manage_canvasnet_courses: Manage Canvas Network courses + manage_demos: Manage demos + create_accounts: Create new root accounts + manage_links: Manage role and trust links + suspend_accounts: Suspend accounts + permission: + read_sis: Read SIS data + tooltips: + readonly: you do not have permission to change this. + toogle: Click to toggle this permission ON or OFF + act_as_users_de7ee378: Act as users + users_act_as_d922940: Users - act as + import_sis_data_428cc803: Import SIS data + sis_data_import_8bb623ce: SIS Data - import + admins_add_remove_26811ce5: Admins - add / remove + account_level_settings_manage_4fca6f8e: Account-level settings - manage + global_announcements_add_edit_delete_843ca4d2: Global Announcements - add / edit / delete + catalog_manage_f57e50f3: Catalog - manage + courses_add_edit_delete_aa2b55d3: Courses - add / edit / delete + data_services_manage_9b8f96da: 'Data Services - manage ' + change_course_visibility_eaa2ffc: Change course visibility + courses_change_visibility_9150ff1b: Courses - change visibility + developer_keys_manage_806da2d: 'Developer Keys - manage ' + users_moderate_content_36d6eed7: Users - moderate content + view_feature_settings_at_an_account_level_ec7f5e10: View feature settings at an account level + feature_options_view_a170e80c: Feature Options - view + feature_options_enable_disable_7e748054: Feature Options - enable / disable + blueprint_courses_create_edit_associate_delete_bf41988e: Blueprint Courses (create / edit / associate / delete) + blueprint_courses_add_edit_associate_delete_bc26d5c2: Blueprint Courses - add / edit / associate / delete + permissions_manage_9eea4f8f: Permissions - manage + storage_quotas_manage_6ca14bbb: Storage Quotas - manage + sis_data_manage_328a4799: SIS Data - manage + users_manage_login_details_9462b30f: Users - manage login details + users_add_remove_observers_d1273d9: Users - add / remove observers + course_content_view_5f68a57: Course Content - view + courses_view_list_47885585: Courses - view list + reset_multi_factor_authentication_2b63a558: Reset Multi-Factor Authentication + courses_view_change_logs_25af6a45: Courses - view change logs + grades_view_change_logs_6bc1b959: Grades - view change logs + notifications_view_f9a60770: Notifications - view + statistics_view_b19458: Statistics - view + courses_undelete_1f689a97: Courses - undelete + course_state_manage_2edd46dc: Course State - manage + student_collaborations_create_b9e312c1: Student Collaborations - create + web_conferences_create_8a9869c3: Web Conferences - create + create_new_discussions_6ab69da2: Create new discussions + discussions_create_94dff604: Discussions - create + users_generate_observer_pairing_codes_for_students_2c25d52a: Users - generate observer pairing codes for students + import_learning_outcomes_36d28a2b: Import learning outcomes + learning_outcomes_import_eca3a09c: Learning Outcomes - import + lti_add_and_edit_a359d8da: LTI add and edit + lti_add_edit_delete_15905170: LTI - add / edit / delete + users_add_remove_teachers_course_designers_or_tas__b480dd9: Users - add / remove teachers, course designers, or TAs in courses + assignments_and_quizzes_add_edit_delete_5bac17ed: Assignments and Quizzes - add / edit / delete + course_calendar_add_edit_delete_events_76b97c04: Course Calendar - add / edit / delete events + course_content_add_edit_delete_ea877eca: Course Content - add / edit / delete + course_files_add_edit_delete_24678a2f: Course Files - add / edit / delete + grades_edit_773dfc24: Grades - edit + groups_add_edit_delete_1536bbb4: Groups - add / edit / delete + alerts_add_edit_delete_d71091c6: Alerts - add / edit / delete + learning_outcomes_add_edit_delete_b686457a: Learning Outcomes - add / edit / delete + course_sections_add_edit_delete_c4f4ac19: Course Sections - add / edit / delete + users_add_remove_students_in_courses_efe7e748: Users - add / remove students in courses + faculty_journal_manage_entries_efc09599: Faculty Journal - manage entries + rubrics_add_edit_delete_8299eff7: Rubrics - add / edit / delete + manage_add_edit_delete_pages_5c73f2fb: Manage (add / edit / delete) pages + pages_add_edit_delete_4c690ec6: Pages - add / edit / delete + discussions_moderate_d1e69c7e: Discussions - moderate + discussions_post_62f64091: Discussions - post + view_announcements_b6d6d819: View announcements + announcements_view_1019d00d: Announcements - view + see_other_users_primary_email_address_59c8473f: See other users' primary email address + users_view_primary_email_address_14f4978f: Users - view primary email address + discussions_view_c6818792: Discussions - view + question_banks_view_and_link_e6d9cde2: Question banks - view and link + courses_view_usage_reports_3daed8fe: Courses - view usage reports + users_view_list_861c7a3f: Users - view list + sis_data_read_ac68a29: SIS Data - read + grades_select_final_grade_for_moderation_ae8585d1: Grades - select final grade for moderation + conversations_send_messages_to_individual_course_m_733620b: Conversations - send messages to individual course members + conversations_send_messages_to_entire_class_3f414741: Conversations - send messages to entire class + grades_view_audit_trail_cc4c1fcc: Grades - view audit trail + grades_view_all_grades_8bf9f8d3: Grades - view all grades + groups_view_all_student_groups_39bd1b85: Groups - view all student groups + quizzes_view_submission_log_ec105e3e: Quizzes - view submission log + view_login_ids_for_users_142bbe7a: View login ids for users + users_view_login_ids_a2e6a85: Users - view login IDs + view_learning_analytics_beta_1c98a397: View Learning Analytics (Beta) + learning_analytics_beta_view_46deb4c8: Learning Analytics (Beta) - view + rubric: + context_name_rubric: "%{course_name} Rubric" + no_description: No Description + rubric_assessment: + unknown_user: Unknown User + rubric_association: + no_details: No details + sis_batch: + instructure_csv: Instructure formatted CSV or zipfile of CSVs + errors: + unrecorgnized_type: Unrecognized import type + diff_filename: sis_upload_diffed_%{id}.zip + terms_not_found_terms_must_be_included_with_multi__ca2e5c25: Terms not found. Terms must be included with multi_term_batch_mode + count_type_would_be_deleted_and_exceeds_the_set_th_19dc538d: "%{count} %{type} would be deleted and exceeds the set threshold of %{change_threshold}%" + this_assignment_is_still_unpublished_a9185624: This assignment is still unpublished + this_submission_is_not_being_autograded_4fd68d32: This submission is not being autograded + you_don_t_have_permission_to_manage_grades_for_thi_a9a1be3a: You don't have permission to manage grades for this course + this_assignment_is_in_a_closed_grading_period_for__a22bb4ed: This assignment is in a closed grading period for this student + this_assignment_is_not_applicable_to_this_student_c149a5ad: This assignment is not applicable to this student + this_assignment_is_currently_being_moderated_ffd280f2: This assignment is currently being moderated + assignment_graded_grade_on_assignment_name_in_cour_5082fd1: 'Assignment graded: %{grade} on %{assignment_name} in %{course_code}' + turnitin: + no_score_after_retries: Turnitin has not returned a score after %{max_tries} attempts to retrieve one. + error_216: The student limit for this account has been reached. Please contact your account administrator. + error_217: The turnitin product for this account has expired. Please contact your sales agent to renew the turnitin product. + error_414: The originality report for this submission is not available yet. + error_415: The originality score for this submission is not available yet. + error_1007: The uploaded file is too big. + error_1009: Invalid file type. (Valid file types are MS Word, Acrobat PDF, Postscript, Text, HTML, WordPerfect (WPD) and Rich Text Format.) + error_1013: The student submission must be more than twenty words of text in order for it to be rated by turnitin. + error_1023: The PDF file could not be read. Please make sure that the file is not password protected. + tooltip: + score: Similarity Score - See detailed report + vericite: + no_score_after_retries: VeriCite has not returned a score after %{max_tries} attempts to retrieve one. + cannot_be_changed_at_this_time_grading_error_88f5a96b: 'cannot be changed at this time: %{grading_error}' + cannot_autograde_at_this_time_a146ad9d: Cannot autograde at this time + cannot_grade_at_this_time_489744b0: Cannot grade at this time + submission: + state: + submitted: submitted + unsubmitted: unsubmitted + graded: graded + attached_files_comment: See attached files. + atom_no_author: No Author + student_5da6bfd1: Student + submission_comment: + unknown_author: Someone + the_media_object_id_must_match_an_existing_media_o_62195fef: the media_object_id must match an existing media object + submission_draft_cannot_be_more_then_one_attempt_a_43f45197: submission draft cannot be more then one attempt ahead of the current submission + default_9db103d: Default + custom_6979cd81: Custom + no_terms_eab5ee7b: No Terms + user: + default_user_name: User + errors: + required: Required + too_long: Can't exceed %{max} characters + invalid_code: Invalid code + already_enrolled: You are already enrolled in this course + course_full: This course is full + terms: You must agree to the terms + user_profile: + tabs: + notifications: Notifications + settings: Settings + profile: Profile + profile_title_too_long: Title is too long + shared_content_803ac37b: Shared Content + user_service: + descriptions: + google_drive: Students can use Google Drive to collaborate on group projects. Google Drive allows for real-time collaborative editing of documents, spreadsheets and presentations. + twitter: Twitter is a great resource for out-of-class communication. + delicious: Delicious is a collaborative link-sharing tool. You can tag any page on the Internet for later reference. You can also link to other users' Delicious accounts to share links of similar interest. + diigo: Diigo is a collaborative link-sharing tool. You can tag any page on the Internet for later reference. You can also link to other users' Diigo accounts to share links of similar interest. + skype: Skype is a free tool for online voice and video calls. + web_conference: + settings: + boolean: + 'true': 'On' + 'false': 'Off' + default_name_for_courses: Course Web Conference + default_name_for_groups: Group Web Conference + wiki: + front_page_name: Front Page + default_course_wiki_name: "%{course_name} Wiki" + default_group_wiki_name: "%{group_name} Wiki" + wiki_page: + buttons: + view_all_pages: View All Pages + edit: Edit + labels: + front_page: Front Page + published_indicator: Published + unpublished_indicator: Not Published + toolbar_menu: + settings: Settings + delete_wiki: Delete + view_page_history_wiki: View Page History + menu: + use_front_page: Use as Front Page + wiki: + todo_date: 'To-Do Date:' + wiki_page_content: + page_locked_by_modules_until: 'This page will be available on %{lock_info.unlock_at} if you have completed these modules:' + page_locked_by_modules: 'This page will be available once you have completed these modules:' + page_locked_until: This page will be available on %{lock_info.unlock_at} + page_locked: This page is locked + wiki_page_edit: + title_label: Page Title + options_label: Options + course_editing_roles: + only_teachers: Only teachers + teachers_and_students: Teachers and students + anyone: Anyone + editing_roles: + only_members: Only members + anyone: Anyone + notify_users_text: Notify users that this content has changed + buttons: + cancel: Cancel + save_and_publish: Save & Publish + save: Save + wiki_page_index: + pages_title: Pages + buttons: + new_page_label: Add a page + new_page: Page + headers: + page_title: Page title + creation_date: Creation date + last_edit: Last edit + todo_date: To-Do Date + no_pages: No pages created yet. + add_page: Add one! + loading: Loading ... + loading_more: Loading more ... + wiki_page_index_edit_dialog: + page_title: Title + wiki_page_index_item: + labels: + front_page: Front Page + menu: + settings: Settings + wiki_page_revision: + revision_summary: "*%{updated_at}* by %{edited_by}" + latest_revision: Latest Revision + same_as_latest: Same as *Latest* + restore_revision: Restore this revision + wiki_page_revisions: + revision_history: Revision History + wiki_page: + cannot_unpublish_front_page: cannot unpublish front page + errors: + blank_title: Title can't be blank + title_too_long: Title can't exceed %{max_characters} characters + title_characters: Title must contain at least one letter or number + cannot_set_unpublished_front_page: could not set as front page because it is unpublished + atom_entry_title: 'Wiki Page, %{course_or_group_name}: %{page_title}' + atom_author: Wiki Page + defaults: + no_content: no content + unknown_user_name: Unknown + wimba_conference: + external_urls: + archive: Archive + archive_link: View archive(s) + shared: + menu_enrollment: + labels: + invited_as: invited as + enrolled_as: enrolled as + account_notification: + close: close + accounts_right_side_shared: + titles: + find_user: Find A User + buttons: + go: Go + assignment_rubric_dialog: + links: + assign_rubric: Assign Rubric + add_rubric: Add Rubric + available_dates: + headers: + available: Available + quiz_available_through: "%{start_time} - %{end_time}" + quiz_available_until: until %{end_time} + quiz_available_after: after %{start_time} + canvas-user-nav: + navigation: + user_menu: User Menu + canvas_footer: + by_instructure: By Instructure + open_source_learning_management_system: Open Source LMS + current_enrollment: + nonfavorited_tooltip: Click to add to the courses menu. + favorited_tooltip: Click to remove from the courses menu. + unpublished_course_tooltip: This course has not been published. Students should contact the course instructor for access. + unpublished_course: 'No' + published_course_tooltip: This course has been published. + published_course: 'Yes' + dashboard_invitation: + invitation_text: You have been invited to join [%{course}](%{link_to_course}) as %{enrollment_type_with_indefinite_article} + buttons: + decline: Decline + accept: Accept + event_list: + titles: + events: Events + links: + view_calendar: View Calendar + nothing_one_week: Nothing for the next week + nothing_two_weeks: Nothing for the next two weeks + nothing_for_now: Nothing for now + at_least_more_events_one_week_future: at least %{count_of_events} more in the next week + at_least_more_events_two_weeks_future: at least %{count_of_events} more in the next two weeks + at_least_more_events: at least %{count_of_events} more + at_least_more_events_one_week: at least %{count_of_events} more in the past week + at_least_more_events_two_weeks: at least %{count_of_events} more in the past two weeks + more_events_one_week_future: "%{count_of_events} more in the next week" + more_events_two_weeks_future: "%{count_of_events} more in the next two weeks" + more_events: "%{count_of_events} more" + more_events_one_week: "%{count_of_events} more in the past week" + more_events_two_weeks: "%{count_of_events} more in the past two weeks" + find_outcome: + titles: + select_and_add_criterion: Select and Add Criterion + mastery_level: percent above which to set mastery + labels: + criterion_ratings: Criterion Ratings + use_for_scoring: use this criterion for scoring + master_level: set mastery for any score at or above + points: "%{points} pts" + points_threshold: 'threshold: %{points} pts' + buttons: + add_outcome: Add Outcome + global_dialogs: + you_need_a_webcam: In order to create video or audio recordings your computer needs to be webcam-enabled. If you don't have a webcam on your computer, you can still record audio-only messages by first installing the Google Video Chat plugin. + buttons: + install_video_plugin: Install the Video Plugin + dont_have_a_webcam: Don't have a webcam? + grading_standard: + find: Find + select_another_scheme: Select Another Scheme + labels: + scheme_name: Scheme Name + name: Name + range: Range + range_upper: Upper limit of range + range_of_numbers: "%{lower_number} to %{higher_number}" + range_lower: Lower limit of range + insert_here: insert here + managing_grading_standards: manage grading schemes + buttons: + done: Done + save: Save + loading_grading_standards: Loading Grading Standards... + some_standard: Some standard + full_name: Full name, smaller text + use_this_standard: Use This Grading Standard + inline_preview: + links: + exit_frame: Lose the Frames + course_home: Course Home + files: Files + modules: Modules + hide_sidebar: Hide Sidebar + invitation: + body_teacher: You've been invited to join %{course} as a **teacher** for the user account **%{email_address}**. + body_ta: You've been invited to join %{course} as a **TA** for the user account **%{email_address}**. + body_observer: You've been invited to join %{course} as an **observer** for the user account **%{email_address}**. + body_designer: You've been invited to join %{course} as a **designer** for the user account **%{email_address}**. + body_student: You've been invited to join %{course} as a **student** for the user account **%{email_address}**. + wander_around_dont_get_lost: Feel free to [wander around](%{link_to_course}) and see what it's like. + accept_or_reject: When you're ready, you can either accept or reject the invitation. + buttons: + accept: Accept Invitation + reject: Reject Invitation + locale_warning: + crowdsourced_warning_title: Crowdsourced Language + crowdsourced_warning_message: The language you have selected was translated via crowdsourcing. Instructure has not reviewed or verified the accuracy of the translation, and accepts no responsibility for your use of this language setting. Please use at your own discretion. + message_students: + labels: + subject: Subject + body: Message + mute_dialog: + gradebook: + mute_assignment: Mute Assignment + mute_dialog: |- + Are you sure you want to mute this assignment? While this assignment + is muted, students will not receive new notifications about or be + able to see: + + * Grade change notifications + * Submission comments + * Curving assignments + * Score change notifications + + Students will be able to see that this assignment is muted. + + Once you have muted this assignment, you can begin sending + notifications again by clicking the "Unmute Assignment" link. + new_course_form: + start_a_new_course: Start a New Course + labels: + name: Course Name + course_code: Short Name + license: Content License + new_course_name_placeholder: Course Name + sample_course_code: Course-101 + course_cose_explanation: This will be displayed in places with little space + course_is_public_explanation: Make course publicly visible *(student data will remain private)* + cancel: Cancel + creating_course: Creating course... + create_course: Create course + new_nav_header: + links: + dashboard: Dashboard + skip_to_content: Skip To Content + default_page_title: Canvas LMS + no_recent_activity: + no_recent_messages: No Recent Messages + empty_stream_message: You don't have any messages to show in your stream yet. Once you begin participating in your courses you'll see this stream fill up with messages from discussions, grading updates, private messages between you and other users, etc. + pending_enrollment: + student_title: Invited as a student, click to see the Course + teacher_title: Invited as a teacher, click to see the Course + ta_title: Invited as a TA, click to see the Course + observer_title: Invited as an observer, click to see the Course + designer_title: Invited as a designer, click to see the Course + teacher: "%{course} as a teacher." + ta: "%{course} as a TA." + observer: "%{course} as an observer." + designer: "%{course} as a designer." + student: "%{course} as a student." + profile: + titles: + click_to_change_profile_pic: Click to change profile pic + name: Name + title: Title + message_title: Message + message_me: message me in Canvas + service_contact: contact %{user} with %{service} + social_instructions: Check the contact methods you'd like to be visible to others on your profile. + manage_settings: Manage Registered Services + ways_to_contact_user: Contact + message_user_canvas: Message %{user} in Canvas + bio: Biography + user_has_no_bio: "%{user} hasn't added a bio" + user_enrolled: Enrollments + nothing_in_common: You don't have anything in common + links: Links + no_links: "%{name} hasn't added any links" + links_title: Title + links_url: URL + add_link_field: Add another link + cancel: Cancel + save_profile: Save Profile + recent_activity: + recent_activity: Recent Activity + recent_activity_in_course: Recent Activity in %{course_or_group} + unread_count_badge: + one: 1 *unread item* + other: "%{count} *unread items*" + unread_column: Unread + message_column: Message + date_column: Date + recent_activity_item: + unread: Unread + right_side: + sidebar_content: Sidebar content + rubric: + rubric: Rubric + links: + edit: Edit Rubric + find_another_rubric: Find Another Rubric + delete: Delete Rubric + find_a_rubric: Find a Rubric + find_rubric: Find Rubric + messages: + locked: Can't change a rubric once you've started using it. + rubric_in_use: + one: Keep in mind that 1 student has already been assessed using this rubric. Changing it will affect their evaluation. + other: Keep in mind that %{count} students have already been assessed using this rubric. Changing it will affect their evaluations. + rubric_in_use2: You've already rated students with this rubric. Any major changes could affect their assessment results. + titles: + find_existing_rubric: Find Existing Rubric + title: 'Title:' + defaults: + rubric_title: Some Rubric + rubric_title: Title + headers: + criteria: Criteria + ratings: Ratings + points: Pts + labels: + total_points: Total Points + grading_rubric: Use this rubric for assignment grading + out_of: "%{points} *out of %{total}*" + buttons: + create: Create Rubric + rubric_criterion: + defaults: + description: Description of criterion + labels: + threshold: threshold + points: "%{points} pts" + full_marks: Full Marks + no_marks: No Marks + rubric_criterion_dialog: + labels: + additional_comments: Additional Comments + rubric_dialog: + titles: + find_a_rubric: Find a Rubric + links: + manage_rubrics: Manage Rubrics + criterion_count: "%{count} criteria" + points_possible: "%{points} points possible" + buttons: + use_this_rubric: Use This Rubric + rubric_summary: + rubric: Rubric + defaults: + title: Title + headers: + criteria: Criteria + assessment: Assessment + labels: + total_points: Total Points + buttons: + edit_assessment: Edit Assessment + rubric_summary_criterion: + full_marks: Full Marks + no_marks: No Marks + defaults: + description: Description of criterion + links: + view_longer_description: view longer description + labels: + long_description: Long Description + titles: + full_comments: Click to see full comments + out_of_points: "%{points}/%{total} pts" + rubrics_component: + links: + assign_rubric: Assign Rubric + select_content_dialog: + select_item_type_label: Select the type of content to add. + assignment_item: Assignment + quiz_item: Quiz + file_item: File + content_page_item: Page + discussion_item: Discussion + text_header_item: Text Header + external_url_item: External URL + external_tool_item: External Tool + add_to_module: Add %{item} to *module* + sub_header_notice: Type the text you'd like to add as a *module* sub-header + labels: + header: Header + url: URL + page_name: Page Name + wiki_page_name: Page Name + file: File + folder: Folder + quiz_name: Quiz Name + quiz_group: Group + wiki_page_namem: Assignment Name + assignment_name: Assignment Name + topic_name: Topic Name + indentation: Indentation + external_url_notice: Enter a URL and page name to add a link to any website URL to this *module*. + new_tab: Load in a new tab + external_tool_notice: Select a tool from the list below, or enter a URL for an external tool you already know is configured with Basic LTI to add a link to it to this *module*. + loading: Loading... + domain_match_notice: to use this tool the domain must match %{domain} + new_page_option: "[ New Page ]" + file_notice: Select the file you want to associate with this *module*, or add a file by selecting "New File". + quiz_notice: Select the quiz you want to associate with this *module*, or add a new one by selecting "New Quiz". + quiz_select_label: Select the quiz you want to associate, or add a new one by selecting "New Quiz". + new_quiz_option: "[ New Quiz ]" + options: + assignments: Assignments + assignment_notice: Select the assignment you want to associate with this *module*, or add an assignment by selecting "New Assignment". + assignment_item_select_label: Select the assignment you want to associate, or add an assignment by selecting "New Assignment". + new_assignment_option: "[ New Assignment ]" + topic_notice: Select the topic you want to associate with this *module*, or add a topic by selecting "New Topic". + discussion_topic_select_label: Select the topic you want to associate, or add a topic by selecting "New Topic". + new_topic_option: "[ New Topic ]" + indent_level: + zero: "*Don't Indent*" + one: "*Indent 1 Level*" + other: "*Indent %{count} levels*" + static_notices: + javascript_required: You need to have JavaScript enabled in order to access this site. + bouncing_communication_channels: There appears to be a problem with one of your contact methods. Please check your *Settings Page*. + unmute_dialog: + unmute_dialog: This assignment is currently muted. That means students can't see their grades and feedback. Would you like to unmute now? + user_lists: + copy_and_paste_notice_with_login_handle: Copy and paste a list of users. You can use their email address or %{login_handle_name}. + copy_and_paste_notice_just_email: Copy and paste a list of email addresses to add users. + user_list_explanation: 'Sample format: "Example Student" , "Lastname, Firstname" , justAnEmailAddress@example.com' + labels: + notice: Notice + alert: Alert + no_valid_users: "*Sorry,* it does not seem as if there were any valid email addresses or login IDs typed in, please go back and try again." + titles: + new_user: New user + wiki_image: + titles: + embed_image: Click to embed image + click_to_embed: Click to embed %{image} + errors: + 400_message: + title: Page Error + headings: + page: Page Error + error: 'Error:' + 403_message: + error: 'Error:' + 404_message: + title: Page Not Found + headings: + page: Page Not Found + 500_message: + title: Page Error + headings: + page: Page Error + AUT_message: + title: Session Timeout + headings: + page: Page Error + description: There was a problem with your last request. You may have tried to perform an action after a long period of inactivity. If that's the case, try going back, reloading the page you were working on, and resubmitting. If not, please let us know what you were doing when the error happened. + error_form: + labels: + email_optional: Email (optional) + email_required: Email (required) + buttons: + submit: Send Comments + file_not_found: + title: Broken Link Error + headings: + unauthorized_action: Oops you’ve found a broken link! + registration_incomplete: + headings: + confirm_email: Confirm Your Email Address + confirm_email_instructions: Before you can view this page, you need to *verify your email address* (%{email}). Click the link in your email to finish setting up your account. If you don't see the email, **click to re-send it**, and make sure to check your spam box. + terms_required: + updated_terms_of_use: Updated Acceptable Use Policy + unauthorized: + titles: + unauthorized_action: Unauthorized + headings: + needs_cookies: Cookies Required + unpublished: Not Yet Available + needs_login: Access to this page is limited to authorized users. You do not currently have permission to view this page. + public_course: This page is part of the content for the course, **%{course}**. + unauthorized_feed: + title: Invalid Feed + bad_params: The parameters for the feed you were trying to access are invalid. + feedback: If you're pretty sure this url was supposed to work, please tell us how you got here by clicking the link below, and we'll look into it. + links: + feedback: Tell us what you were looking for + footer_links: + privacy_policy: Privacy Policy + facebook: Facebook + twitter: Twitter + error_form: + message_sent: Thank you for your help! We'll get right on this. + message_failed: Report didn't send. Please try again. + components: + ic_submission_download_dialog: + download_submissions: Download all submissions + download_message_intro: Your student submissions are being gathered. + download_message: The submissions will be compressed into a zip file for download. This may take some time, depending on the size and number of submission files. + click_to_download: Click here to download + author_s_name_b35e905a: Author's Name + grade_summary: + graph_title: Mean %{mean}, High %{high}, Low %{low} + due_date_822625d8: Due Date + title_ee03d132: Title + assignment_group_1a781505: Assignment Group + module_90d9fd32: Module + overrides: + everyone_else: Everyone else + everyone: Everyone + question_answered: Answered + question_unanswered: Haven't Answered Yet + more_than_a19b440: "%{more_than}+" + more_than_999_submissions_need_grading_bc087dd0: More than 999 submissions need grading + count_submissions_need_grading_d34bae25: + one: 1 submission needs grading + other: "%{count} submissions need grading" + ignore_until_new_submission_90ba19b7: Ignore until new submission + ignore_until_new_mark_935e00a2: Ignore until new mark + ignore_this_assignment_b7a71f80: Ignore this assignment + ignore_item_until_new_submission_58246b15: Ignore %{item} until new submission + ignore_item_until_new_mark_68518bf0: Ignore %{item} until new mark + ignore_item_46c066f3: Ignore %{item} + this_item_will_reappear_when_a_new_submission_is_m_fcccfc76: This item will reappear when a new submission is made. + this_item_will_reappear_when_there_are_new_grades__8f9e5383: This item will reappear when there are new grades to moderate. + ignore_assignment_a4837cb3: Ignore %{assignment} + user_696f4d6a: user + a_partner_id_is_required_to_use_academic_benchmark_adba3df0: A partner ID is required to use Academic Benchmarks + a_partner_key_is_required_to_use_academic_benchmar_da9f31bd: A partner key is required to use Academic Benchmarks + user_isn_t_allowed_to_edit_global_outcomes_a7eb4a87: User isn't allowed to edit global outcomes + an_api_key_is_required_to_use_academic_benchmarks_26011dd6: An API key is required to use Academic Benchmarks + no_outcome_file_or_authority_given_c90f9c5f: No outcome file or authority given + the_provided_academic_benchmark_file_has_an_error_4ad2c631: The provided Academic Benchmark file has an error + couldn_t_update_standards_for_authority_auth_81206187: Couldn't update standards for authority %{auth} + couldn_t_find_an_authority_to_update_44d9407e: Couldn't find an authority to update + name: Academic Benchmark Importer + failed_please_report_the_following_error_code_to_y_42248d60: 'Failed, please report the following error code to your system administrator: ErrorReport:%{error};' + failed_the_report_failed_to_generate_a_file_please_60a6582d: Failed, the report failed to generate a file. Please try again. + report_has_been_aborted_2b5763ed: Report has been aborted + id_ac7afadf: id + sis_id_8c2029e1: sis id + short_name_ad9bf84f: short name + name_badfe525: name + account_id_2c3b4f15: account id + account_sis_id_2e4a461: account sis id + account_name_7f63a13: account name + storage_used_in_mb_c75fbd9c: storage used in MB + sum_of_all_files_in_mb_2b705055: sum of all files in MB + account_reports: + report_header_id: id + report_header_sis_id: sis id + report_header_short_name: short name + report_header_name: name + report_header_start_date: start date + report_header_end_date: end date + report_header_course_id: course id + report_header_course_sis_id: course sis id + report_header_long_name: long name + report_header_status: status + report_header_created_at: created at + grades: + limited: deleted objects limited by days specified; + outcomes: + order: 'Order: %{order}' + default: + all_terms: All Terms + extra_text_term: 'Term: %{term_name};' + term_text: 'Term: %{term_name};' + start_text: 'Start At: %{start_at};' + end_text: 'End At: %{end_at};' + course_text: 'For Course: %{course};' + section_text: 'For Section: %{section};' + message: "%{type} report successfully generated with the following settings. Account: %{account}; %{options}" + description: + header: Example + sis_exporter: + reports: 'Reports: %{files}' + report_header_canvas_user_id: canvas_user_id + report_header_user__id: user_id + report_header_integration_id: integration_id + report_header_authentication_provider_id: authentication_provider_id + report_header_login_id: login_id + report_header_first_name: first_name + report_header_last_name: last_name + report_header_full_name: full_name + report_header_sortable_name: sortable_name + report_header_user_short_name: short_name + report_header_email: email + report_header_canvas_account_id: canvas_account_id + report_header_account_id: account_id + report_header_canvas_parent_id: canvas_parent_id + report_header_parent_account_id: parent_account_id + report_header_canvas_term_id: canvas_term_id + report_header_term__id: term_id + report_header_start__date: start_date + report_header_end__date: end_date + report_header_canvas_course_id: canvas_course_id + report_header_course__id: course_id + report_header_short__name: short_name + report_header_long__name: long_name + report_header_course_format: course_format + report_header_canvas_section_id: canvas_section_id + report_header_section__id: section_id + report_header_role: role + report_header_role_id: role_id + report_header_canvas_associated_user_id: canvas_associated_user_id + report_header_associated_user_id: associated_user_id + report_header_canvas_group_id: canvas_group_id + report_header_group_id: group_id + report_header_canvas_xlist_course_id: canvas_xlist_course_id + report_header_xlist_course_id: xlist_course_id + report_header_canvas_nonxlist_course_id: canvas_nonxlist_course_id + report_header_nonxlist_course_id: nonxlist_course_id + student: + enrollment_state: 'Include Enrollment State: true;' + enrollment_states: 'Enrollment States: %{states};' + report_header_user_id: user id + report_header_user_sis_id: user sis id + report_header_user_name: user name + report_header_section_id: section id + report_header_section_sis_id: section sis id + report_header_section_name: section name + report_header_course_name: course name + report_header_enrollment_state: enrollment state + report_header_last_access_at: last access at + report_header_last_ip: last ip + report_header_last_activity_at: last activity at + report_header_token_hint: token hint + report_header_expiration: expiration + report_header_token_last_used: last used + report_header_token_dev_key_id: dev key id + report_header_token_dev_key_name: dev key name + report_header_restrict_section_dates: restrict_enrollments_to_section_dates + report_header_restrict_course_dates: restrict_enrollments_to_course_dates + grading_standard_id: grading_standard_id + report_header_student_name: student name + report_header_student_id: student id + report_header_student_sis: student sis + report_header_course: course + report_header_course_sis: course sis + report_header_section: section + report_header_section_sis: section sis + report_header_term: term + report_header_term_id: term id + report_header_term_sis: term sis + report_header_current_score: current score + report_header_final_score: final score + report_header_student_sis_id: student sis id + report_header_assessment_title: assessment title + report_header_assessment_id: assessment id + report_header_assessment_type: assessment type + report_header_submission_date: submission date + report_header_submission_score: submission score + report_header_learning_outcome_name: learning outcome name + report_header_learning_outcome_id: learning outcome id + report_header_attempt: attempt + report_header_outcome_score: outcome score + report_header_assessment_question: assessment question + report_header_assessment_question_id: assessment question id + report_header_assignment_title: assignment title + report_header_assignment_id: assignment id + report_header_assignment_url: assignment url + grade_export_title: Grade Export + mgp_grade_export_d29b471f: MGP Grade Export + last_user_access_title: Last User Access + last_enrollment_activity_10fe15ba: Last Enrollment Activity + outcome_export_89229eb4: Outcome Export + outcome_results_title: Outcome Results + provisioning_title: Provisioning + recently_deleted_courses_title: Recently Deleted Courses + sis_export_title: SIS Export + student_assignment_outcome_map_title: Student Competency + students_with_no_submissions_title: Students with no submissions + unpublished_courses_title: Unpublished Courses + public_courses_title: Public Courses + course_storage_391e1bd: Course Storage + unused_courses_title: Unused Courses + zero_activity_title: Zero Activity + user_access_tokens_title: User Access Tokens + lti_report_2b6193ab: LTI Report + student_name_b446c661: student name + student_id_7cc45fb5: student id + student_sis_d9f0cd39: student sis + student_integration_id_b9e6ede: student integration id + course_8dcfb195: course + course_id_a7c924d5: course id + course_sis_7ae8f649: course sis + section_84b5391: section + section_id_6f73f3d5: section id + section_sis_94511bcd: section sis + term_41f37cae: term + term_id_74b933ef: term id + term_sis_7edb8ab7: term sis + no_grading_periods_configured_for_this_term_ca22393e: no grading periods configured for this term + grading_period_set_f49fe74c: grading period set + grading_period_set_id_f2377529: grading period set id + name_grading_period_id_c9c8b6ae: "%{name} grading period id" + name_current_score_b3198dfa: "%{name} current score" + name_final_score_2dce3ff8: "%{name} final score" + name_unposted_current_score_e98e95fd: "%{name} unposted current score" + name_unposted_final_score_124708d2: "%{name} unposted final score" + name_override_score_7f6a5216: "%{name} override score" + name_current_grade_d8da149f: "%{name} current grade" + name_final_grade_460da69d: "%{name} final grade" + name_unposted_current_grade_824d0c98: "%{name} unposted current grade" + name_unposted_final_grade_798491b7: "%{name} unposted final grade" + name_override_grade_14a9cb73: "%{name} override grade" + current_score_74777363: current score + final_score_61e15cf3: final score + enrollment_state_7a9c55e2: enrollment state + unposted_current_score_c1dd3879: unposted current score + unposted_final_score_c19c35b3: unposted final score + override_score_53994655: override score + current_grade_1fb4ea06: current grade + final_grade_a22c596: final grade + unposted_current_grade_aa1ea11c: unposted current grade + unposted_final_grade_aa5facd6: unposted final grade + override_grade_385adf30: override grade + student_sis_id_abe6b292: student sis id + assignment_title_8a707dd2: assignment title + assignment_id_96baa1b7: assignment id + submission_date_a7920dac: submission date + submission_score_b7a291e8: submission score + learning_outcome_name_9cb475e6: learning outcome name + learning_outcome_id_88ff198c: learning outcome id + attempt_3dd42b18: attempt + outcome_score_141cf00a: outcome score + course_name_45175338: course name + course_sis_id_bbed1a60: course sis id + section_name_edb51b2: section name + section_sis_id_6f989834: section sis id + assignment_url_37c849c6: assignment url + learning_outcome_friendly_name_bde2c4fb: learning outcome friendly name + learning_outcome_points_possible_628a9d55: learning outcome points possible + learning_outcome_mastery_score_c96330b8: learning outcome mastery score + learning_outcome_mastered_7b30ef43: learning outcome mastered + learning_outcome_rating_8143e88c: learning outcome rating + learning_outcome_rating_points_c453bb8a: learning outcome rating points + assessment_title_7ab69b66: assessment title + assessment_id_9a1476be: assessment id + assessment_type_81a73b9c: assessment type + assessment_question_6ad1766d: assessment question + assessment_question_id_4eacadb3: assessment question id + include_deleted_objects_3cced3b5: Include Deleted Objects; + created_by_sis_93fbb66b: created_by_sis + blueprint_course_id_9ee357fb: blueprint_course_id + base_role_type_a9cc892d: base_role_type + limit_section_privileges_e6425dfd: limit_section_privileges + canvas_enrollment_id_d0e8b9a4: canvas_enrollment_id + root_account_3fb3aacf: root_account + canvas_group_category_id_38d8cfd7: canvas_group_category_id + group_category_id_7001cf89: group_category_id + canvas_course_id_db4de2b8: canvas_course_id + course_id_f8640bb8: course_id + status_e051bb30: status + context_id_83fdfe0d: context_id + context_type_eb76a7b9: context_type + max_membership_bd0ddc68: max_membership + role_b3951149: role + self_signup_15b23092: self_signup + group_limit_87ae4421: group_limit + auto_leader_7791c30a: auto_leader + canvas_observer_id_59db0918: canvas_observer_id + observer_id_2be07260: observer_id + canvas_student_id_c74f57bf: canvas_student_id + student_id_236970d8: student_id + admin_user_name_29dd115a: admin_user_name + canvas_user_id_4c18b78a: canvas_user_id + user_id_8256faeb: user_id + canvas_account_id_97b0471f: canvas_account_id + account_id_73966078: account_id + role_id_f33b0bd2: role_id + analytics: + filters: + current: Current Courses + completed: Completed Courses + crumb: + current: Current Courses + completed: Completed Courses + page_title: + current: 'Analytics: %{account} -- Current Courses' + completed: 'Analytics: %{account} -- Completed Courses' + term: 'Analytics: %{account} -- %{term}' + course: + analytics: Analytics + page_title: 'Analytics: %{course}' + department: + analytics: Analytics + student_in_course: + analytics: Analytics + page_title: 'Analytics: %{course} -- %{student}' + analytics_c94ba601: Analytics + view_course_analytics_eefe6b2: View Course Analytics + service_cloud_ticketing_connector_889e1b7b: Service Cloud Ticketing Connector + get_your_users_error_reports_posted_to_salesforce__76f57839: Get your users error reports posted to Salesforce Service Cloud + salesforce_ticketing_webtocase_connector_80f75716: Salesforce Ticketing WebToCase Connector + get_your_users_error_reports_posted_to_salesforce_dfb1a6c2: Get your users error reports posted to Salesforce + you_have_reached_the_maximum_webhooks_per_user_lim_2af4b256: You have reached the maximum webhooks per user limit (%{max}) + you_have_reached_the_maximum_webhooks_per_account__ae9a7f83: You have reached the maximum webhooks per account limit (%{max}) + permissions: + manage_webhooks: Webhooks - manage + provision_catalog: Provision a Catalog + zendesk: + engine: + plugin_name: Zendesk + catalog_already_enabled_56478a3c: Catalog already enabled + catalog_users_already_exist_2894b8c4: Catalog users already exist + host_is_unreachable_or_not_pointing_to_catalog_fb3fc082: Host is unreachable or not pointing to Catalog + uh_oh_contact_your_friendly_catalog_developer_erro_861aaf3d: 'Uh oh! Contact your friendly Catalog Developer. Error message: %{message}' + user_id_user_id_69a9e865: 'User ID: %{user_id}' + student_id_a61d78c7: Student Id + student_sis_6721040e: Student Sis + account_name_bff54ed5: Account Name + account_id_f6e26867: Account Id + account_sis_id_5da8fd2d: Account Sis Id + course_8a63b4a3: Course + course_id_b0bc82d4: Course Id + course_sis_df8b379: Course Sis + section_c7f66a0d: Section + section_id_b5aad4a7: Section Id + section_sis_2a80d2fa: Section Sis + term_e1c1d390: Term + term_id_2e802ed1: Term Id + term_sis_bfe0ae01: Term Sis + instructor_name_36bc0f39: Instructor Name + instructor_id_ed9c0d8b: Instructor Id + instructor_sis_id_899dd697: Instructor Sis Id + current_score_6c81792: Current Score + current_letter_grade_50f4ebb1: Current Letter Grade + final_score_26bcfc20: Final Score + final_letter_grade_80dccec1: Final Letter Grade + enrollment_state_ac62019b: Enrollment State + enrollment_role_f5d985a7: Enrollment Role + student_submissions_910da1b3: Student Submissions + the_term_to_report_on_5f586e7c: The term to report on + the_beginning_date_for_submissions_9d890f3b: The beginning date for submissions + the_end_date_for_submissions_66168efa: The end date for submissions + include_unsubmitted_and_deleted_submissions_101225c7: Include unsubmitted and deleted submissions + include_unpublished_assignments_83ebbaec: Include Unpublished Assignments + teacher_engagement_report_ec03613d: Teacher Engagement Report + student_engagement_report_bf958028: Student Engagement Report + either_course_or_student_c42bb055: Either 'course' or 'student' + the_course_to_report_on_defaults_to_canvas_id_unle_9e1d8f79: The course to report on; defaults to Canvas id unless specified as SIS in course_id_type + set_value_to_sis_if_using_sis_id_default_search_is_ab3d05f2: set value to 'SIS' if using sis id, default search is Canvas id + the_student_to_report_on_defaults_to_canvas_id_unl_9d76ffdf: The student to report on; defaults to Canvas id unless specified as SIS in student_id_type + the_term_to_report_on_needed_for_report_type_stude_623bffbc: The term to report on (needed for report_type student only) + ilumno_grade_export_251bc4b5: Ilumno Grade Export + the_beginning_date_for_the_courses_to_report_on_9c224177: The beginning date for the courses to report on + the_beginning_date_range_for_the_courses_to_report_82353138: The beginning date range for the courses to report on + the_ending_date_for_the_courses_to_report_on_1c417d5e: The ending date for the courses to report on + the_ending_date_range_for_the_courses_to_report_on_99e0ea8f: The ending date range for the courses to report on + lbs_report_header_lbs_no: LBSNo + lbs_report_header_student_name: Student Name + lbs_report_header_program_code: Program Code + lbs_report_header_course_code: Course Code + lbs_report_header_final_score: Final Score + lbs_report_header_scores: Scores + lbs_report_notes: Notes + orbis_report_header_canvas_course_id: course id + orbis_report_header_course_sis_id: course sis id + orbis_report_header_course_name: course name + orbis_report_header_assignment_id: assignment id + orbis_report_header_assignment_title: assignment title + orbis_report_header_student_sis_id: user sis + orbis_report_header_student_canvas_id: canvas user id + orbis_report_header_student_name: student name + orbis_report_header_submission_score: submission score + orbis_report_header_points_possible: points possible + orbis_report_header_date_submitted: date submitted + created_by_sis_b590894c: Created by SIS; + always_include_dates_74b3721d: Always Include Dates; + canvas_demo_7a005cf3: Canvas Demo + time_left_in_your_instant_trial_extend_now_afb9bd2f: "%{time} left in your Instant Trial *(extend now)*" + time_left_in_your_instant_trial_5dd0392b: "%{time} left in your Instant Trial" + teacher_view_b2047bc6: Teacher View + student_view_ac9b672f: Student View + admin_view_a2f4cd5c: Admin View + rce_contents_replace_display_name: RCE Contents Replace + rce_contents_replace_description: Enable RCE full text replace from LTI's + submit_a_feature_idea_2d4baa3d: Submit a Feature Idea + this_canvas_installation_is_only_for_testing_and_w_12e52370: This Canvas installation is only for testing and *will reset every month.* + this_canvas_installation_is_only_for_testing_and_w_17ce8bc2: + one: This Canvas installation is only for testing and *will reset every week.* + other: This Canvas installation is only for testing and *will reset every %{count} weeks.* + warnings: + test_install: + periodic_message: This Canvas installation is only for testing and *will reset periodically.* + title: Canvas Test Installation + students_are_not_allowed_to_access_test_installati_11b9078: Students are not allowed to access test installations. + this_environment_is_currently_being_updated_with_a_235f1875: This environment is currently being updated with a copy of the latest production data. Please check back later. + instructure_legacy_a2cacda7: Instructure Legacy + instructure_default_73317bb1: Instructure Default + internet2_254c6ca6: Internet2 + bulk_course_migrations: + only_one_bulk_migration: Only one bulk course migration can be run at a time. + bulk_course_migration: + migration_finished_on: Finished on %{date} + migration_cancelled_on: Cancelled on %{date} + migration_failed_on: Failed on %{date} + see_results: See results + migration_waiting: The bulk migration is waiting to run. + migration_queueing: The individual course migrations are being queued to run. + migration_started_at: Bulk migration started at %{time} + finished: Finished + failed: Failed + waiting_to_export: Waiting to export from Blackboard + waiting_to_import: Waiting to import into Canvas + exporting: Exporting from Blackboard + importing: Importing into Canvas + show_warnings: Show warnings + index: + page_title: Bulk Course Migration + credential_description: This tool will help you migrate multiple courses at the same time from a Blackboard Vista/CE system. Add a set of credentials for your Blackboard system then add Canvas course identifiers to the provided CSV template to migrate your courses. + login_credentials: Blackboard login credentials + school: School + user_name: User Name + available_courses: Available Courses + csv_template: CSV Template + buttons: + add_credentials: Add Credentials + migrate_courses: Migrate Courses + labels: + school: School + user_name: User Name + password: Password + only_use_one: Only use one of these two columns + school_not_supported: Please have your administrator contact Instructure to help get your school supported. + upload_migration_csv: Upload a Migration CSV + bulk_description: 'These are the headers expected in the CSV:' + column_name: Column Name + description: Description + lcid_description: The lcid of the course in the Blackboard system. + user_name_description: The user name of the user that has teacher/designer access to the course for the row. This must match one of the user name's listed in the Blackboard login credentials above. + course_id_description: The canvas id of the course to import into. + sis_id_description: The SIS ID of the canvas course to import into. + csv_description: 'Any other columns can be added but they will be ignored. Here is an example of a simple CSV for 3 courses in the account for a user name of "greg":' + errors: + choose_file: You must choose a .csv file to upload + current_migration_batch: Current Migration Batch + previous_migration_batches: Previous Migration Batches + webct_credentials: + credential_not_found: Credential not found. + bulk_course_migration: + queue_error: There was an error while queueing the migrations. + no_credentials_found: No credentials were found for the user name %{user_name} + no_credentials_given: No user name was given for the course %{course_identifier} + no_course_found: No course was found with %{id_type} of %{id} + no_course_id_given: No Canvas course was identified for bb_lcid %{id} + no_lcid_found: No bb_lcid was specified for a row + export_failed_not_found: The course with bb_lcid %{id} could not be found in Blackboard with user %{user_name} + export_failed: There was an error exporting the course with bb_lcid %{id} from Blackboard + export_failed_with_id: There was an error importing the course with bb_lcid %{id} into Canvas + export_failed_no_id: There was an error importing a course + angel: + file_import_fail: Could not import file "%{file_path}" + file_copy_fail: Could not copy folder "%{base_path}" + file_copy_fail_message: Could not rename directory to path "%{path}" + blackboard: + no_manifest: This Blackboard .zip has no imsmanifest.xml file in the root directory. + no_marks_5e7d2b59: No Marks + formula_many_warning_title: There are %{count} Formula questions in this bank that will need to have their possible answers regenerated + formula_warning_title: Possible answers will need to be regenerated for Formula question + webct_name: Blackboard Vista/CE (WebCT) + webct_display: Blackboard Vista/CE (WebCT) + webct_file_description: Blackboard Vista/CE, WebCT 6+ Course + ange_name: Angel Converter + angel_display: ANGEL Learning + angel_file_description: Angel export .zip format + bb_name: Blackboard Converter + bb_display: Blackboard Learn + bb_file_description: Blackboard 6/7/8/9 export .zip file + d2l_name: D2L Converter + d2l_display: Desire2Learn + d2l_file_description: D2L export .zip format + ecollege_name: Ecollege Converter + ecollege_file_description: Ecollege + moodle_dropdown_many_warning_title: There are %{count} Multiple Dropdowns questions in this bank that may have been imported incorrectly + moodle_dropdown_warning_title: Multiple Dropdowns question may have been imported incorrectly + moodle_formula_many_warning_title: There are %{count} Formula questions in this bank that will need to have their possible answers regenerated + moodle_formula_warning_title: Possible answers will need to be regenerated for Formula question + m2c_name: Moodle Importer + m2c_file_description: Moodle 1.9/2.x + search_term_is_mututally_exclusive_with_name_and_d_28406c32: search_term is mututally exclusive with name and domain + domain_lookups_d66bc148: Domain Lookups + name_is_required_ba379522: Name is required + domain_is_required_1d4c8b25: Domain is required + account_creation_still_in_progress_ac0e0a18: Account creation still in progress + user_search_results_f5445b8b: User Search Results + domain_lookups_for_account_54e321a3: Domain Lookups for %{account} + unable_to_find_clever_district_district_id_61deb1cb: Unable to find Clever District %{district_id} + multiple_canvas_accounts_are_associated_with_cleve_c1739660: Multiple Canvas accounts are associated with Clever District %{district_id} + salesforce_account_id_eb5c78ad: Salesforce Account Id + no_migration_file: File required for content migration. + qti_img_matching_question: Imported matching question contains images on both sides, which is unsupported + qti_img_matching_question_distractors: Imported matching question contains images inside the choices, and could not be fixed because it also contains distractors + qti_name: QTI Converter + qti_display: QTI + qti_file_description: QTI .zip file + respondus_lockdown_browser_support_413352eb: Respondus LockDown Browser support + google_drive_7cb003c9: Google Drive + google_docs_preview_9f41b23c: Google Docs Preview + skype_18850ba7: Skype + twitter_fcef6b54: Twitter + delicious_7f9ac66f: Delicious + diigo_993c4646: Diigo + user_avatars_e4fc4ed3: User Avatars + account_surveys_b0039876: Account Surveys + messageableuser_library_767eed20: MessageableUser library + assignments_api: + invalid_submission_types: Invalid submission types + invalid_date_time: Invalid datetime for %{attribute} + not_a_number: must be a positive number + course_has_no_active_instructors_with_this_id_74f1d8a: course has no active instructors with this ID + user_does_not_have_permission_to_select_final_grad_47560e75: user does not have permission to select final grade + cannot_be_changed_because_this_assignment_is_due_i_a529873f: cannot be changed because this assignment is due in a closed grading period + count_students_30e46120: + one: 1 student + other: "%{count} students" + default_conference_title: "%{course_name} Conference" + unprocessable_entity: unprocessable entity + unprocessable_entity_message: Signed meeting id invalid + unauthorized: unauthorized + unauthorized_message: JWT signature invalid + syllabus_f191f65b: Syllabus + course_settings_f6d0bbf8: Course Settings + student_name: Student name + student_id: Student ID + outcome_path_result: "%{path} result" + outcome_path_mastery_points: "%{path} mastery points" + stream_items_api: + assessment_request_title: Peer Review for %{title} + oauth_2_eb9d97: OAuth 2 + api_token_scopes_67b11c16: API Token Scopes + account_domain_lookups_f9d1147e: Account Domain Lookups + account_notifications_f3b7f01f: Account Notifications + account_reports_eeb41194: Account Reports + accounts_752dc365: Accounts + admins_3e1dce15: Admins + announcement_external_feeds_5be3f36b: Announcement External Feeds + announcements_a4b8ed4a: Announcements + appointment_groups_bd225e60: Appointment Groups + assignment_extensions_cac06daa: Assignment Extensions + assignment_groups_bc9cc3c9: Assignment Groups + assignments_1e02582c: Assignments + authentication_providers_9e8e0e84: Authentication Providers + authentications_log_ca16ce81: Authentications Log + blueprint_courses_9dd321b8: Blueprint Courses + bookmarks_5b5b81c9: Bookmarks + brand_configs_b465a03f: Brand Configs + calendar_events_8820f2db: Calendar Events + collaborations_5c56c15f: Collaborations + commmessages_9fa33faa: CommMessages + communication_channels_a9abd037: Communication Channels + conferences_a0a8984b: Conferences + content_exports_e5a66f6a: Content Exports + content_migrations_c2841e9f: Content Migrations + content_security_policy_settings_3e87fcb2: Content Security Policy Settings + content_shares_e1e1: Content Shares + conversations_69a8dc26: Conversations + course_audit_log_77407457: Course Audit log + course_quiz_extensions_4102f98f: Course Quiz Extensions + courses_43204aae: Courses + custom_gradebook_columns_81944594: Custom Gradebook Columns + discussion_topics_b35ac745: Discussion Topics + enrollment_terms_8753ec11: Enrollment Terms + enrollments_e250c9c3: Enrollments + error_reports_7d6c8b1e: Error Reports + external_tools_6e77821: External Tools + favorites_c7e0207c: Favorites + feature_flags_52141c74: Feature Flags + files_c300e900: Files + grade_change_log_231f90e4: Grade Change Log + grading_periods_81941e66: Grading Periods + grading_standards_b73bfa72: Grading Standards + group_categories_7a569a4d: Group Categories + groups_6c90e26a: Groups + image_search_b0944fc2: Image Search + jwts_4f397c85: JWTs + late_policy_9d0e76b5: Late Policy + line_items_828f62cc: Line Items + liveassessments_92d9edc0: LiveAssessments + logins_9aee0cbe: Logins + media_objects_c2fa37cd: Media Objects + modules_c4325335: Modules + names_and_role_ebff0149: Names and Role + notification_preferences_cf47083d: Notification Preferences + originality_reports_1e36b935: Originality Reports + outcome_groups_3bc3b150: Outcome Groups + outcome_imports_c496a81f: Outcome Imports + outcome_results_23a0a117: Outcome Results + outcomes_d1b18d33: Outcomes + pages_e5414c2c: Pages + peer_reviews_e3a55964: Peer Reviews + plagiarism_detection_platform_assignments_fc19e0bd: Plagiarism Detection Platform Assignments + plagiarism_detection_platform_users_b0e5410f: Plagiarism Detection Platform Users + plagiarism_detection_submissions_4f322a00: Plagiarism Detection Submissions + planner_7fd46783: Planner + poll_sessions_516c4c26: Poll Sessions + pollchoices_f1cd038c: PollChoices + pollsubmissions_ce0ef4d: PollSubmissions + polls_d8096fb7: Polls + proficiency_ratings_e4078451: Proficiency Ratings + progress_9de4af8f: Progress + public_jwk_ee2d719d: Public JWK + quiz_assignment_overrides_cec1973b: Quiz Assignment Overrides + quiz_extensions_d2550649: Quiz Extensions + quiz_ip_filters_685f7f63: Quiz IP Filters + quiz_question_groups_bd0bb222: Quiz Question Groups + quiz_questions_ecea3c40: Quiz Questions + quiz_reports_ef7ddf1c: Quiz Reports + quiz_statistics_e57611c2: Quiz Statistics + quiz_submission_events_e8b69549: Quiz Submission Events + quiz_submission_files_4a5579d1: Quiz Submission Files + quiz_submission_questions_f25d1947: Quiz Submission Questions + quiz_submission_user_list_9d782163: Quiz Submission User List + quiz_submissions_75eaf377: Quiz Submissions + quizzes_7e598f57: Quizzes + result_8f971a09: Result + roles_730b879e: Roles + rubrics_b5ef369b: Rubrics + sis_import_errors_d7fe542b: SIS Import Errors + sis_imports_d88db59e: SIS Imports + sis_integration_ffd3705d: SIS Integration + score_f7ac9e08: Score + search_280d00bd: Search + sections_94731e51: Sections + services_ccd7bca0: Services + shared_brand_configs_e5d319d7: Shared Brand Configs + submission_comments_4fa03a17: Submission Comments + tabs_5605547e: Tabs + user_observees_40cec795: User Observees + users_d1b60cb0: Users + webhooks_subscriptions_ed524e73: Webhooks Subscriptions + epub_exports_3822c3f8: ePub Exports + invalid_timestamp_timestamp_not_parseable_dae79e92: Invalid timestamp - timestamp not parseable + invalid_timestamp_timestamp_in_future_5bc855d7: Invalid timestamp - timestamp in future + primary_brand_color_db79b428: Primary Brand Color + main_text_color_7d65ab1b: Main Text Color + link_color_55f8b835: Link Color + primary_button_3a98f4bc: Primary Button + primary_button_text_1f55d27b: Primary Button Text + secondary_button_36a86f03: Secondary Button + secondary_button_text_e92b3e52: Secondary Button Text + nav_background_fd299145: Nav Background + nav_icon_ca3fef59: Nav Icon + nav_icon_active_e4825558: Nav Icon Active + nav_text_94206145: Nav Text + nav_text_active_a924ae88: Nav Text Active + nav_avatar_border_3246beb1: Nav Avatar Border + nav_badge_3c67de17: Nav Badge + nav_badge_text_574b6eb: Nav Badge Text + nav_logo_background_ba33fb7f: Nav Logo Background + nav_logo_4b255c91: Nav Logo + responsive_global_nav_logo_99488e92: Responsive Global Nav Logo + watermark_c93fae0d: Watermark + watermark_opacity_ce3d3097: Watermark Opacity + favicon_6e658914: Favicon + mobile_homescreen_icon_f85d6b63: Mobile Homescreen Icon + windows_tile_color_2b786bd9: Windows Tile Color + windows_tile_square_b91d2b33: 'Windows Tile: Square' + windows_tile_wide_4d40910: 'Windows Tile: Wide' + right_sidebar_logo_5483dc0a: Right Sidebar Logo + background_color_b92b52ac: Background Color + background_image_1a401e1a: Background Image + body_shadow_d36e8c2e: Body Shadow + login_logo_5eecf564: Login Logo + top_box_background_6db383e9: Top Box Background + top_box_border_94cee4a7: Top Box Border + inner_box_background_6f9092f: Inner Box Background + inner_box_border_d0524b03: Inner Box Border + form_background_fb654518: Form Background + form_border_f61f12dc: Form Border + login_label_1dea0f9d: Login Label + login_link_color_a887a109: Login Link Color + login_footer_link_badb3898: Login Footer Link + login_footer_link_hover_1b474e6c: Login Footer Link Hover + login_instructure_logo_8f2332db: Login Instructure Logo + global_branding_df1cae12: Global Branding + global_navigation_8bee3501: Global Navigation + watermarks_other_images_e970fc6a: Watermarks & Other Images + login_screen_83518c07: Login Screen + accepted_formats_svg_png_jpg_gif_f793e4bc: 'Accepted formats: svg, png, jpg, gif' + appears_at_the_top_of_the_global_navigation_tray_t_f293877e: 'Appears at the top of the global navigation tray that opens on mobile sized screens. display height: 48px. Accepted formats: svg, png, jpg, gif' + this_image_appears_as_a_background_watermark_to_yo_1c6b4497: 'This image appears as a background watermark to your page. Accepted formats: png, svg, gif, jpeg' + specify_the_transparency_of_the_watermark_backgrou_f4d5cc1d: Specify the transparency of the watermark background image. + you_can_use_a_single_16x16_32x32_48x48_ico_file_85da88b5: You can use a single 16x16, 32x32, 48x48 ico file. + the_shortcut_icon_for_ios_android_devices_180x180__cc17b661: The shortcut icon for iOS/Android devices. 180x180 png + 558x558_png_jpg_gif_1_8x_the_standard_tile_size_so_c56cc472: 558x558 png, jpg, gif (1.8x the standard tile size, so it can be scaled up or down as needed) + 558x270_png_jpg_gif_c3faa839: 558x270 png, jpg, gif + a_full_size_logo_that_appears_in_the_right_sidebar_18873685: 'A full-size logo that appears in the right sidebar on the Canvas dashboard. Ideal size is 360 x 140 pixels. Accepted formats: svg, png, jpeg, gif' + accepted_formats_hex_rgba_rgb_hsl_42a37ef7: 'accepted formats: hex, rgba, rgb, hsl' + messages: + quiz_locked_at: This quiz was locked %{at}. + assignment_locked_at: This assignment was locked %{at}. + topic_locked_at: This topic was locked %{at}. + file_locked_at: This file was locked %{at}. + page_locked_at: This page was locked %{at}. + content_locked_at: This content was locked %{at}. + quiz_locked_until: This quiz is locked until %{date}. + assignment_locked_until: This assignment is locked until %{date}. + topic_locked_until: This topic is locked until %{date}. + file_locked_until: This file is locked until %{date}. + page_locked_until: This page is locked until %{date}. + content_locked_until: This content is locked until %{date}. + quiz_unpublished_module: This quiz is part of an unpublished module and is not available yet. + assignment_unpublished_module: This assignment is part of an unpublished module and is not available yet. + topic_unpublished_module: This topic is part of an unpublished module and is not available yet. + file_unpublished_module: This file is part of an unpublished module and is not available yet. + page_unpublished_module: This page is part of an unpublished module and is not available yet. + content_unpublished_module: This content is part of an unpublished module and is not available yet. + quiz_module_time_locked: This quiz is part of the module *%{module}*, which is locked until %{time}. + assignment_module_time_locked: This assignment is part of the module *%{module}*, which is locked until %{time}. + topic_module_time_locked: This topic is part of the module *%{module}*, which is locked until %{time}. + file_module_time_locked: This file is part of the module *%{module}*, which is locked until %{time}. + page_module_time_locked: This page is part of the module *%{module}*, which is locked until %{time}. + content_module_time_locked: This content is part of the module *%{module}*, which is locked until %{time}. + quiz_locked_module: This quiz is part of the module *%{module}* and hasn't been unlocked yet. + assignment_locked_module: This assignment is part of the module *%{module}* and hasn't been unlocked yet. + topic_locked_module: This topic is part of the module *%{module}* and hasn't been unlocked yet. + file_locked_module: This file is part of the module *%{module}* and hasn't been unlocked yet. + page_locked_module: This page is part of the module *%{module}* and hasn't been unlocked yet. + content_locked_module: This content is part of the module *%{module}* and hasn't been unlocked yet. + visit_modules_page: "*Visit the course modules page for information on how to unlock this content.*" + quiz_locked: This quiz is currently locked. + assignment_locked: This assignment is currently locked. + file_locked: This file is currently locked. + page_locked: This page is currently locked. + content_locked: This quiz is currently locked. + email: + footer: |- + You received this email because you are participating in one or more classes using Canvas. To change or turn off email notifications, visit: + %{url} + account_notification: + email: + html: + link: View Announcement on Dashboard + account_user_notification: + email: + subject: Account Admin Notification + url_info: |- + Visit the account page here: + %{url} + html: + subject: Account Admin Notification + url_info: Visit the account page + account_user_registration: + email: + subject: Canvas Account Admin Invitation + name_info: 'Name: %{name}' + email_info: 'Email: %{email}' + username_info: 'Username: %{username}' + url_info: |- + You'll need to register with Canvas before you can participate as an account admin. You can finish the registration process here: + %{url} + html: + subject: Canvas Account Admin Invitation + click_to_finish_registration: Click here to finish the registration process + name: Name + email: Email + username: Username + url_info_label: You'll need to register with Canvas before you can participate as an account admin. + added_to_conversation: + email: + unknown_user: Unknown User + subject: "%{user_name} just added you to a conversation in Canvas." + html: + unknown_user: Unknown User + subject: "%{user_name} just added you to a conversation in Canvas." + link_text: View Conversation + body: "%{user_name} just added you to a conversation in Canvas." + sms: + unknown_user: Unknown User + body: "%{user_name} just added you to a conversation in Canvas." + more_info: More info at %{url} + summary: + unknown_user: Unknown User + subject: "%{user_name} just added you to a conversation in Canvas." + body: "%{user_name} just added you to a conversation in Canvas." + twitter: + unknown_user: Unknown User + tweet: Canvas Alert - Added to conversation by %{user_name}. + alert: + email: + subject: 'Alert: %{user_name}' + body_student: + one: 'An alert has been triggered for you because the following condition has been met:' + other: 'An alert has been triggered for you because the following conditions have been met:' + body: + one: 'An alert has been triggered for %{student} because the following condition has been met:' + other: 'An alert has been triggered for %{student} because the following conditions have been met:' + interaction_description: No student/teacher interaction for %{count} days + ungraded_count_description: "%{count} or more submissions have not been graded" + ungraded_timespan_description: A submission has been left ungraded for %{count} days + usernote_description: No faculty journal entries for %{count} days + html: + subject: 'Alert: %{user_name}' + view_here: You can view it here + body_student: + one: 'An alert has been triggered for you because the following condition has been met:' + other: 'An alert has been triggered for you because the following conditions have been met:' + body: + one: 'An alert has been triggered for %{student} because the following condition has been met:' + other: 'An alert has been triggered for %{student} because the following conditions have been met:' + interaction_description: No student/teacher interaction for %{count} days + ungraded_count_description: "%{count} or more submissions have not been graded" + ungraded_timespan_description: A submission has been left ungraded for %{count} days + usernote_description: No faculty journal entries for %{count} days + sms: + body_student: An alert has been triggered for you + body: An alert has been triggered for %{student} + more_info: More info at %{url} + summary: + subject: 'Alert: %{user_name}' + body_student: + one: 'An alert has been triggered for you because the following condition has been met:' + other: 'An alert has been triggered for you because the following conditions have been met:' + body: + one: 'An alert has been triggered for %{student} because the following condition has been met:' + other: 'An alert has been triggered for %{student} because the following conditions have been met:' + interaction_description: + one: No student/teacher interaction for one day + other: No student/teacher interaction for %{count} or more days + ungraded_count_description: + one: One or more assignments have not been graded + other: "%{count} or more assignments have not been graded" + ungraded_timespan_description: + one: One or more submissions have been left ungraded for one or more days + other: One or more submissions have been left ungraded for %{count} or more days + usernote_description: + one: No faculty journal entries for a day or more + other: No faculty journal entries for %{count} or more days + twitter: + body_student: An alert has been triggered for you + body: An alert has been triggered for %{student} + announcement_created_by_you: + email: + labels: + file_included: File Included + html: + link: View Announcement + attached_file: Attached File + download: download + sms: + details: More info at %{url} + twitter: + body: 'Canvas Alert - You created this Announcement: %{title}, %{course}.' + announcement_reply: + email: + subject: 'New Comment on Announcement %{discussion_topic}: %{course}' + body: "%{user} posted a new comment on the announcement: %{discussion_topic} for %{course}:" + html: + subject: 'New Comment on Announcement %{discussion_topic}: %{course}' + link: Click here to join view the announcement + body: "%{user} posted a new comment on the announcement: %{discussion_topic} for %{course}:" + discussion_entry_reply_message: Join the conversation using the link below, or comment by replying to this message. When allowed, if you need to include an attachment, please log in to Canvas and reply to the announcement. + sms: + details: More info at %{url} + summary: + subject: 'New Comment on Announcement: %{discussion_topic}: %{course}' + twitter: + body: 'Canvas Alert - Announcement Comment: %{discussion_topic}, %{course}.' + appointment_canceled_by_user: + email: + subject: Reservation canceled for "%{appointment_name}" (%{course}) + message: '%{user} canceled his/her reservation for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + cancel_reason: Reason for canceling + no_reason_given: none given + instructions: 'View the appointment at the following link: %{link}' + html: + click_to_see_appointment: Click here to view the appointment + subject: Reservation canceled for %{appointment_name} (%{course}) + message: "%{user} canceled his/her reservation for %{appointment_name}." + details: Appointment Details + date_and_time: Date/Time + attendees: Attendees + group: Group + attendee: Attendee + slots_remaining: Available time slots + cancel_reason: Reason for canceling + no_reason_given: none given + sms: + message: '%{user} canceled his/her reservation for "%{appointment_name}".' + more_info: More info at %{url} + twitter: + message: Canvas Alert - %{user} canceled his/her reservation for "%{appointment_name}". + appointment_deleted_for_user: + email: + subject: Your time slot for "%{appointment_name}" has been canceled (%{course}) + message: '%{user} canceled your time slot for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + instructions: 'Sign up for a different time slot at the following link: %{link}' + html: + link_text: Click here to sign up for a different time slot + subject: Your time slot for %{appointment_name} has been canceled (%{course}) + message: "%{user} canceled your time slot for %{appointment_name}." + details: Appointment Details + date_and_time: Date/Time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + sms: + message: Your time slot for "%{appointment_name} was canceled". + more_info: More info at %{url} + twitter: + message: Canvas Alert - Your time slot for "%{appointment_name} was canceled". + appointment_group_deleted: + email: + subject: Appointments for "%{appointment_name}" have been canceled (%{course}) + message: All appointments for "%{appointment_name}" have been canceled. + labels: + details: Appointment details + dates: Date(s) + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + html: + subject: Appointments for %{appointment_name} have been canceled (%{course}) + link_text: View the appointment + message: All appointments for %{appointment_name} have been canceled. + details: Appointment Details + dates: Date(s) + course: Course + cancel_reason: Reason for canceling + no_reason_given: none given + sms: + message: All appointments for "%{appointment_name} have been canceled". + more_info: More info at %{url} + twitter: + message: Canvas Alert - All appointments for "%{appointment_name} have been canceled". + appointment_group_published: + email: + subject: Appointment "%{appointment_name}" is available for signup (%{course}) + message: Time slots for "%{appointment_name}" are now available for signup. + labels: + details: Appointment details + dates: Date(s) + signup_type: Signup Type + course: Course + slots_remaining: Available time slots + group_signup: Group (%{group_category}) + individual_signup: Individual + instructions: 'Sign up for a time slot at the following link: %{link}' + html: + subject: Appointment "%{appointment_name}" is available for signup (%{course}) + link_text: Sign up for a time slot + message: Time slots for "%{appointment_name}" are now available for signup. + details: Appointment Details + dates: Date(s) + signup_type: Signup Type + group_signup: Group (%{group_category}) + individual_signup: Individual + course: Course + slots_remaining: Available time slots + sms: + message: Signups are open for "%{appointment_name}". + more_info: More info at %{url} + summary: + subject: Appointment "%{appointment_name}" is available for signup (%{course}) + message: Time slots for "%{appointment_name}" are now available for signup (%{dates}). + twitter: + message: Canvas Alert - Signups are open for "%{appointment_name}". + appointment_group_updated: + email: + subject: Appointment "%{appointment_name}" has been updated (%{course}) + message: Time slots have been added to "%{appointment_name}" and are available for signup. + labels: + details: Appointment details + dates: Date(s) + signup_type: Signup Type + course: Course + slots_remaining: Available time slots + group_signup: Group (%{group_category}) + individual_signup: Individual + instructions: 'Sign up for a time slot at the following link: %{link}' + html: + subject: Appointment "%{appointment_name}" has been updated (%{course}) + link_text: Sign up for a time slot + message: Time slots have been added to "%{appointment_name}" and are available for signup. + details: Appointment Details + dates: Date(s) + group_signup: Group (%{group_category}) + individual_signup: Individual + course: Course + slots_remaining: Available time slots + sms: + message: New time slots are available for "%{appointment_name}". + more_info: More info at %{url} + summary: + subject: Appointment "%{appointment_name}" has been updated (%{course}) + message: Time slots have been added to "%{appointment_name}" and are available for signup (%{dates}). + twitter: + message: Canvas Alert - New time slots are available for "%{appointment_name}". + appointment_reserved_by_user: + email: + subject: User signed up for "%{appointment_name}" (%{course}) + message: '%{user} has signed up for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + instructions: 'View the appointment at the following link: %{link}' + html: + subject: User signed up for "%{appointment_name}" (%{course}) + link_text: View the appointment + message: '%{user} has signed up for "%{appointment_name}".' + details: Appointment Details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + sms: + message: '%{user} has signed up for "%{appointment_name}".' + more_info: More info at %{url} + twitter: + message: Canvas Alert - %{user} has signed up for "%{appointment_name}". + appointment_reserved_for_user: + email: + subject: You have been signed up for "%{appointment_name}" + message: '%{user} has signed you up for "%{appointment_name}".' + labels: + details: Appointment details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + instructions: 'Sign up for a different time slot at the following link: %{link}' + html: + subject: You have been signed up for "%{appointment_name}" + link_text: Sign up for a different time slot + message: '%{user} has signed you up for "%{appointment_name}".' + details: Appointment Details + date_and_time: Date/time + attendees: Attendees + group: Group + attendee: Attendee + course: Course + slots_remaining: Available time slots + sms: + message: You have been signed up for "%{appointment_name}". + more_info: More info at %{url} + summary: + subject: You have been signed up for "%{appointment_name}" (%{course}) + message: '%{user} has signed you up for "%{appointment_name}" (%{date_and_time}).' + twitter: + message: Canvas Alert - You have been signed up for "%{appointment_name}". + assignment_changed: + email: + subject: 'Assignment Changed: %{title}, %{course}' + body: "The assignment \"%{title}\" for %{course} has changed. \n\nClick here to view the assignment: \n%{url}" + html: + link: Click here to view the assignment + subject: 'Assignment Changed: %{title}, %{course}' + body: The assignment "%{title}" for %{course} has changed. + sms: + body: |- + %{title}, %{course} has changed. + + More info at %{website} + summary: + subject: 'Assignment Changed: %{title}, %{course}' + twitter: + assignment_change: 'Canvas Alert - Change: %{assignment_name}, %{course_name}' + assignment_created: + email: + labels: + click_to_see_assignment: Click here to view the assignment + assignment_due_date_changed: + email: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name}' + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name}, has changed to:' + no_due_date: No Due Date + labels: + click_to_see_assignment: Click here to view the assignment + html: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name}' + link_text: View the assignment + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name}, has changed to:' + no_due_date: No Due Date + summary: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name}' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + twitter: + assignment_change: 'Canvas Alert - Date Change: %{assignment_name}, %{course_name}' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + assignment_due_date_override_changed: + email: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name} (%{override})' + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name} (%{override}), has changed to:' + no_due_date: No Due Date + labels: + click_to_see_assignment: Click here to view the assignment + html: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name} (%{override})' + link: Click here to view the assignment + assignment_due_date_changed_sentence: 'The due date for the assignment, %{assignment_name}, for the course, %{course_name} (%{override}), has changed to:' + no_due_date: No Due Date + sms: + more_info_at_url: More info at %{web_address} + summary: + assignment_due_date_changed: 'Assignment Due Date Changed: %{assignment_name}, %{course_name} (%{override})' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + twitter: + assignment_change: 'Canvas Alert - Date Change: %{assignment_name}, %{course_name} (%{override})' + due_at: 'due: %{assignment_due_date_time}' + no_due_date: 'due: No Due Date' + assignment_graded: + email: + assignment_graded: 'Assignment Graded: %{assignment_name}, %{course_name}' + the_assignment_is_graded: The assignment, %{assignment_name}, has been graded. + labels: + view_here: You can view it here + html: + assignment_graded: 'Assignment Graded: %{assignment_name}, %{course_name}' + link: Click here to view the assignment + the_assignment_is_graded: The assignment, %{assignment_name}, has been graded. + sms: + assignment_is_graded: "%{assignment_name}, %{course_name} has been graded." + more_info_at: More info at %{web_address} + summary: + assignment_graded: 'Assignment Graded: %{assignment_name}, %{course_name}' + the_assignment_is_graded: The assignment, %{assignment_name}, has been graded. + twitter: + assignment_graded: 'Canvas Alert - Graded: %{assignment_name}, %{course_name}' + assignment_resubmitted: + email: + labels: + view_submission: You can view the submission here + assignment_submitted: + email: + labels: + view_submission: You can view the submission here + assignment_submitted_late: + email: + labels: + view_submission: You can view the submission here + html: + link: Click here to view the submission + assignment_unmuted: + email: + subject: 'Assignment Unmuted: %{title}, %{course}' + body: |- + Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + + You can view it here: + %{url} + html: + subject: 'Assignment Unmuted: %{title}, %{course}' + link: You can view it here + body: Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + sms: + body: |- + Your instructor has released grades and comments for %{title}, %{course}. + + More info at %{website} + summary: + subject: 'Grades and comments released for: %{title}, %{course}' + blueprint_content_added: + email: + subject: 'Blueprint Sync: %{name}' + body: Blueprint course changes have been synced to %{name}. + details_link: 'View changes: %{link}' + html: + subject: 'Blueprint Sync: %{name}' + details_link: View changes + body: Blueprint course changes have been synced to %{name}. + sms: + body: Blueprint course changes synced to %{name}. + link_message: More info at %{url} + summary: + subject: 'Blueprint Sync: %{name}' + body: 'Blueprint Sync: Changes synced to %{name}.' + twitter: + tweet: Canvas Alert - Blueprint course changes synced to %{name} + blueprint_sync_complete: + email: + subject: 'Blueprint Sync Finished: %{name}' + body: Your blueprint course, %{name}, has synced changes to all associated courses. + details_link: 'More info: %{link}' + html: + subject: 'Blueprint Sync Finished: %{name}' + details_link: More info + body: Your blueprint course, %{name}, has synced changes to all associated courses. + sms: + body: Blueprint course changes synced from %{name}. + link_message: More info at %{url} + summary: + subject: 'Blueprint Sync Finished: %{name}' + body: 'Blueprint Sync: Changes synced from %{name}.' + twitter: + tweet: Canvas Alert - Blueprint course changes synced from %{name}. + collaboration_invitation: + email: + subject: 'Collaboration Invitation: %{course_or_group}' + body: |- + You've been invited to collaborate on a document, %{document} for + %{course_or_group}. The document was created in %{service} + and you were invited using your email address, %{email}. + + If that's the wrong email address for this type of collaboration, you'll need to + change your profile settings or register with %{service}. + + You can see the details here: + %{link} + body_with_user: "You've been invited to collaborate on a document, %{document} for\n%{course_or_group}. The document was created by %{user}\nin %{service} and you were invited using your email address, %{email}.\n\nIf that's the wrong email address for this type of collaboration, you'll need to \nchange your profile settings or register with %{service}.\n\nYou can see the details here:\n%{link}" + html: + subject: 'Collaboration Invitation: %{course_or_group}' + link: You can see the details here + body_with_user: You've been invited to collaborate on a document, %{document} for %{course_or_group}. The document was created by %{user} in %{service} and you were invited using your email address, %{email}. + body: You've been invited to collaborate on a document, %{document} for %{course_or_group}. The document was created in %{service} and you were invited using your email address, %{email}. + change_profile_settings: If that's the wrong email address for this type of collaboration, you'll need to change your profile settings or register with %{service}. + sms: + body: |- + You were invited to collaborate on a document, %{document} for %{course_or_group}. + + More info at %{link} + summary: + subject: 'Collaboration Invitation: %{course_or_group}' + body: |- + You've been invited to collaborate on a document, %{document} for + %{course_or_group}. The document was created in %{service} + and you were invited using your email address, %{email}. + body_with_user: |- + You've been invited to collaborate on a document, %{document} for + %{course_or_group}. The document was created by %{user} + in %{service} and you were invited using your email address, %{email}. + twitter: + body: 'Canvas Alert - Collaboration Invite: %{document}, %{course_or_group}' + confirm_email_communication_channel: + email: + subject: 'Confirm Email: Canvas' + body: The email address, %{email} is being registered at %{website} for the user, %{user}. + details: 'To confirm this registration, please visit the following url:' + html: + subject: 'Confirm Email: Canvas' + details: Click here to confirm this registration + body: The email address, %{email} is being registered at %{website} for the user, %{user}. + confirm_registration: + email: + subject: 'Confirm Registration: %{product_name}' + body: Thank you for registering with %{product_name}! This email is confirmation that the user %{user} is registering for a new account at %{website}. + details: 'To finish the registration process, please visit the following url:' + html: + subject: 'Confirm Registration: %{product_name}' + link: Click here to finish the registration process + body: Thank you for registering with %{product_name}! This email is confirmation that the user %{user} is registering for a new account at %{website}. + confirm_sms_communication_channel: + sms: + body: |- + Confirm Canvas registration w/ code %{confirmation_code} for %{user} by visiting + %{website} + content_export_failed: + email: + subject: 'Course Export Failed: %{course}' + body: |- + There was a problem exporting the course "%{course}". + Please notify your system administrator, and give them the following export identifier: %{id}. + html: + subject: 'Course Export Failed: %{course}' + link: Click to view exports + body2: 'There was a problem exporting the course *%{course}*. Please notify your system administrator, and give them the following export identifier:' + content_export_finished: + email: + subject: 'Course Export Finished: %{course}' + body: Your content export for "%{course}" has finished. + html: + subject: 'Course Export Finished: %{course}' + body2: Your course export for *%{course}* has finished. + link: Click to view exports + content_link_error: + summary: + subject: Content Link Error - %{assignment_name} + conversation_created: + email: + unknown_user: Unknown User + attached_files: 'Attached Files:' + html: + unknown_user: Unknown User + audio_comment: 'This message includes media comments. To listen or reply, click the link below:' + reply_to_conversation_message: You can reply to this message in Canvas by replying directly to this email. If you need to include an attachment, please log in to Canvas and reply through the Inbox. + pre_you_can: You can + attached_files: 'Attached Files:' + download: download + sms: + more_info: More info at %{url} + summary: + unknown_user: Unknown User + subject: "%{user_name}, you just sent a message in Canvas." + body: "%{user_name}, you just sent a message in Canvas:" + twitter: + tweet: Canvas Alert - Message from %{user_name}. + conversation_message: + email: + unknown_user: Unknown User + attached_files: 'Attached Files:' + html: + unknown_user: Unknown User + audio_comment: 'This message includes media comments. To listen or reply, click the link below:' + reply_to_conversation_message: You can reply to this message in Canvas by replying directly to this email. If you need to include an attachment, please log in to Canvas and reply through the Inbox. + pre_you_can: You can + attached_files: 'Attached Files:' + download: download + audio_comment: 'This message includes media comments. To listen or reply, click the link below:' + sms: + unknown_user: Unknown User + summary: + unknown_user: Unknown User + subject: "%{user_name} just sent you a message in Canvas." + body: "%{user_name} just sent you a message in Canvas:" + twitter: + tweet: Canvas Alert - Message from %{user_name}. + enrollment_accepted: + email: + subject: "%{user} accepted the Course Invitation" + details: 'See the list of current enrollments here:' + html: + subject: "%{user} accepted the Course Invitation" + details: See the list of current enrollments + sms: + details: More info at %{url} + summary: + subject: "%{user} accepted the Course Invitation" + enrollment_invitation: + email: + subject: Course Invitation + labels: + name: Name + email: Email + username: Username + none: none + details: 'Visit the course page here:' + html: + subject: Course Invitation + link: Click here to view the course page + name: Name + email: Email + username: Username + none: none + sms: + labels: + name: Name + email: Email + username: Username + none: none + details: More info at %{url} + summary: + subject: Course Invitation + enrollment_notification: + email: + subject: Course Enrollment + labels: + name: Name + email: Email + username: Username + none: none + register: Visit %{link} to complete registration + details: 'Visit the course page here:' + html: + subject: Course Enrollment + complete_registration_link: Click here to complete registration + link: Click here to view the course page + name: Name + email: Email + username: Username + none: none + sms: + labels: + name: Name + email: Email + username: Username + none: none + details: More info at %{url} + summary: + subject: Course Enrollment + twitter: + body: 'Canvas Alert - Enrolled: course as %{role_type}' + enrollment_registration: + email: + subject: Course Invitation + labels: + name: Name + email: Email + username: Username + none: none + details: 'You''ll need to register with Canvas before you can participate in the class. To get started, visit the course page here:' + html: + subject: Course Invitation + link: Click here to view the course page + body: 'You''ve been invited to participate in a class at %{website}. The class is called %{course}. Course role: %{role_type}' + name: Name + email: Email + username: Username + none: none + details: You'll need to register with Canvas before you can participate in the class. + sms: + labels: + name: Name + email: Email + username: Username + none: none + details: More info at %{url} + summary: + subject: Course Invitation + event_date_changed: + email: + subject: 'Event Date Changed: %{event_title}, %{course_name}' + email_body: 'The event, %{event_title}, for the course, %{course_name}, has changed times. It''s now:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + labels: + see_details: You can see details here + html: + subject: 'Event Date Changed: %{event_title}, %{course_name}' + see_details: You can see details here + email_body: 'The event, %{event_title}, for the course, %{course_name}, has changed times. It''s now:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + sms: + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + more_info: More info at %{web_link} + summary: + subject: 'Event Date Changed: %{event_title}, %{course_name}' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + twitter: + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + email_body: 'The event, %{event_title}, for the course, %{course_name}, has changed times. It''s now: %{new_time}' + forgot_password: + email: + subject: 'Forgot Password: Canvas' + requested_password_reset: You requested a confirmation of your password for logging into Canvas. + labels: + associated_with_accounts: This address is associated with the following accounts + change_password_at: change this login's password at + click_to_reset: To set a new password, please click the following link + login_at_account: "%{login_email} at %{account_name}" + login_managed_by_account: this login's credentials are managed by %{account_name} + associated_login: This address is associated with the login, "%{login_identifier}". + password_from_account: The password for this login should have been given to you by the system administrators at %{account_name}, and Instructure doesn't have access to your password. If your password is not working, please contact the system administrators about changing or verifying your password. + html: + subject: 'Forgot Password: Canvas' + requested_password_reset: You requested a confirmation of your password for logging into Canvas. + labels: + associated_with_accounts: This address is associated with the following accounts + change_password_at: change this login's password at + login_at_account: "%{login_email} at %{account_name}" + login_managed_by_account: this login's credentials are managed by %{account_name} + associated_login: This address is associated with the login, "%{login_identifier}". + password_from_account: The password for this login should have been given to you by the system administrators at %{account_name}, and Instructure doesn't have access to your password. If your password is not working, please contact the system administrators about changing or verifying your password. + click_to_reset: Click here to set a new password + grade_weight_changed: + email: + labels: + subject: Grade Weight Changed + grades_based_on_percent: Grading is based on the weighted total for each assignment group + now_see_here: You can see details here + grade_changed: The grading policy for the course, %{course_name} has changed. + grading_based_on_points: Grading is based on total points for all assignments. + html: + labels: + subject: Grade Weight Changed + grades_based_on_percent: Grading is based on the weighted total for each assignment group + see_details: You can see details here + grade_changed: The grading policy for the course, %{course_name} has changed. + grading_based_on_points: Grading is based on total points for all assignments. + sms: + grade_changed: The grading policy for the course, %{course_name} has changed. + more_info_at: More info at %{course_url} + summary: + labels: + subject: Grade Weight Changed + grades_based_on_percent: Grading is based on the weighted total for each assignment group + grade_changed: The grading policy for the course, %{course_name} has changed. + grading_based_on_points: Grading is based on total points for all assignments. + twitter: + grade_changed: 'Canvas Alert - Grading Policy Changed: %{course_name}' + group_assignment_submitted_late: + email: + subject: 'Late Assignment: %{group_name}, %{assignment_name}' + body: The group %{group_name} has just turned in a late submission for %{assignment_name} in the course %{course_name}. + labels: + view_submission_here: You can view the submission here + html: + subject: 'Late Assignment: %{group_name}, %{assignment_name}' + view_submission_here: You can view the submission here + body: The group %{group_name} has just turned in a late submission for %{assignment_name} in the course %{course_name}. + sms: + subject: "%{group_name} just turned in their assignment (late), %{assignment_name}" + more_info: More info at %{web_address} + summary: + subject: 'Late Assignment: %{group_name}, %{assignment_name}' + body: The group %{group_name} turned in a late submission for %{assignment_name} in the course %{course_name}. + twitter: + subject: 'Canvas Alert - Late Group Submission: %{group_name}, %{assignment_name}' + group_membership_accepted: + email: + subject: 'Group Membership Accepted: %{group_name}' + group_request_accepted: 'Group Request Accepted: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + html: + subject: 'Group Membership Accepted: %{group_name}' + link: Click to check out the group + group_request_accepted: 'Group Request Accepted: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + sms: + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + more_info: More info at %{web_address} + summary: + subject: 'Group Membership Accepted: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been accepted. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been accepted. + twitter: + account_group: 'Canvas Alert - Group Membership Accepted: %{group_name} for the account %{account_name}.' + course_group: 'Canvas Alert - Group Membership Accepted: %{group_name} for the course %{course_name}.' + group_membership_rejected: + email: + subject: 'Group Membership Rejected: %{group_name}' + group_request_rejected: 'Group Request Rejected: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + html: + subject: 'Group Membership Rejected: %{group_name}' + link: Click to view other groups + group_request_rejected: 'Group Request Rejected: %{group_name}' + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + sms: + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + more_info: More info at %{web_address} + summary: + subject: Group Membership Rejected for %{group_name} + account_group: Your request to join the group %{group_name} for the account %{account_name} has been rejected. + course_group: Your request to join the group %{group_name} for the course %{course_name} has been rejected. + twitter: + account_group: 'Canvas Alert - Group Membership Rejected: %{group_name} for the account %{account_name}.' + course_group: 'Canvas Alert - Group Membership Rejected: %{group_name} for the course %{course_name}.' + merge_email_communication_channel: + email: + subject: New Canvas Account + body: 'An account has been created for you at %{host}, but you already have a Canvas account. If you would like to merge them together, please visit the following url:' + html: + subject: New Canvas Account + account_created: An account has been created for you at %{host}, but you already have a Canvas account. + merge2: If you would like to merge them together, *click here* + new_account_user: + email: + subject: New Account User + body: New Account Admin for %{account} + details: A new admin, %{user}, has been added for the account %{account} + html: + subject: New Account User + body: New Account Admin for %{account} + details: A new admin, %{user}, has been added for the account %{account} + sms: + body: A new admin, %{user}, has been added for the account %{account} + details: More info at %{website} + summary: + subject: New Account User + body: A new admin, %{user}, has been added for the account %{account} + twitter: + body: 'Canvas Alert - New Admin: %{user}, %{account}' + new_announcement: + email: + labels: + file_included: File Included + html: + link: View announcement + attached_file: Attached File + twitter: + body: 'Canvas Alert - Announcement: %{title}, %{course}.' + new_context_group_membership: + email: + subject: New Group Membership for %{course_or_account} + title: 'New Group Membership: %{group_name}' + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + html: + subject: New Group Membership for %{course_or_account} + details: You can check out the group by clicking here + title: 'New Group Membership: %{group_name}' + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + sms: + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + details: More info at %{url} + summary: + subject: New Group Membership for %{course_or_account} + body_account: You've been added to a new group for the account %{account}. The name of the group is %{group_name}. + body_course: You've been added to a new group for the course %{course}. The name of the group is %{group_name}. + twitter: + body_account: 'Canvas Alert - New Group: %{group} for the account %{account}' + body_course: 'Canvas Alert - New Group: %{group} for the course %{course}' + new_context_group_membership_invitation: + email: + subject: New Group Membership for %{course_or_account} + title: 'New Group Membership: %{group_name}' + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + html: + subject: New Group Membership for %{course_or_account} + details: You can check out the group by clicking here + title: 'New Group Membership: %{group_name}' + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + sms: + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + details: More info at %{url} + summary: + subject: New Group Membership for %{course_or_account} + body_account: You've been invited to join the group %{group} for the account %{account}. + body_course: You've been invited to join the group %{group} for the course %{course}. + twitter: + body_account: 'Canvas Alert - Invitation: %{group} for the account %{account}' + body_course: 'Canvas Alert - Invitation: %{group} for the course %{course}.' + new_course: + email: + subject: New Course + title: New Course for %{account} + body: A course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + html: + subject: New Course + link: Click here to view the course + title: New Course for %{account} + body: A course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + sms: + body: A new course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + details: More info at %{url} + summary: + subject: New Course + body: A new course, %{course}, has been added for the account %{account} + labels: + teachers: Teachers + twitter: + body: 'Canvas Alert - New Course: %{course}, %{account}' + new_discussion_entry: + email: + subject: 'New Comment for %{discussion_topic}: %{course}' + body: "%{user} posted a new comment on the thread %{discussion_topic} for %{course}:" + html: + subject: 'New Comment for %{discussion_topic}: %{course}' + link: Click here to join the conversation + body: "%{user} posted a new comment on the thread %{discussion_topic} for %{course}:" + discussion_entry_reply_message: Join the conversation using the link below, or comment by replying to this message. When allowed, if you need to include an attachment, please log in to Canvas and reply to the discussion. + summary: + subject: 'New Comment for %{discussion_topic}: %{course}' + twitter: + body: 'Canvas Alert - Comment: %{discussion_topic}, %{course}.' + new_discussion_topic: + email: + subject: 'New Discussion - %{discussion_topic}: %{course}' + body: 'A new discussion has been started that may be interesting to you:' + labels: + file_included: File Included + details: 'Join the conversation here:' + html: + subject: 'New Discussion - %{discussion_topic}: %{course}' + link: Click here to join the conversation + body: 'A new discussion has been started that may be interesting to you:' + attached_file: Attached File + download: download + sms: + details: More info at %{url} + summary: + subject: 'New Discussion - %{discussion_topic}: %{course}' + twitter: + subject: 'Canvas Alert - Topic: %{discussion_topic}, %{course}' + new_event_created: + email: + subject: New Event - %{event_title}, %{course_name} + body: 'There''s a new event scheduled for %{course_name} that you should be aware of:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + labels: + see_details: You can see details here + html: + subject: New Event - %{event_title}, %{course_name} + see_details: You can see details here + body: 'There''s a new event scheduled for %{course_name} that you should be aware of:' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + sms: + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + more_info: More info at %{web_address} + summary: + subject: New Event - %{event_title}, %{course_name} + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + twitter: + subject: 'Canvas Alert - Event: %{event_title}, %{course_name}' + no_time_set: No Time Set + from_to_time: from %{start_date_time} to %{end_date_time} + new_file_added: + email: + subject: 'New File Added: %{title}, %{name}' + body: 'A new file has been added for the course, %{name}:' + view: You can view it here + html: + subject: 'New File Added: %{title}, %{name}' + link: Click to view + body: 'A new file has been added for the course, %{name}:' + sms: + link: More info at %{link} + summary: + subject: 'New File Added: %{title}, %{name}' + twitter: + body: 'Canvas Alert - New File: %{title} (%{size}) for %{name}:' + new_files_added: + email: + subject: "%{count} new files added for the course, %{name}:" + body: "%{count} new files have been added for the course, %{name}:" + link: You can view them here + html: + subject: "%{count} new files added for the course, %{name}:" + see_details: You can view them here + body: "%{count} new files have been added for the course, %{name}:" + sms: + body: "%{count} new files added for %{name}." + link: More info at %{link} + summary: + subject: "%{count} new files added for the course, %{name}:" + body: "%{count} new files added for %{name}." + link: You can view them here + twitter: + body: Canvas Alert - %{count} new files for %{name} + new_student_organized_group: + email: + subject: New Student Group for %{course_or_account} + title: 'New Student Group: %{group_name}' + body_account: A new student organized group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new student organized group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + html: + subject: New Student Group for %{course_or_account} + details: Click here to see details for this group + title: 'New Student Group: %{group_name}' + body_account: A new student organized group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new student organized group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + sms: + body_account: A new group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + detail: More info at %{url} + summary: + subject: New Student Group for %{course_or_account} + body_account: A new student organized group named "%{group_name}" was created for the account %{account}. The first member is %{user}. + body_course: A new student organized group named "%{group_name}" was created for the course %{course}. The first member is %{user}. + twitter: + body_account: 'Canvas Alert - New Group: %{group_name} for the account %{account}' + body_course: 'Canvas Alert - New Group: %{group_name} for the course %{course}' + new_user: + email: + subject: New User + title: New User for %{account} + body: A new user, %{user}, has just registered for the account %{account} + html: + subject: New User + link: Click here to view user + body: A new user, %{user}, has just registered for the account %{account} + sms: + body: A new user, %{user}, has registered for the account %{account} + details: More info at %{url} + summary: + subject: New User + body: A new user, %{user}, has just registered for the account %{account} + twitter: + body: 'Canvas Alert - New User: %{user}, %{account}' + peer_review_invitation: + email: + subject: Assigned peer review for %{reviewee} + html: + link_message: Click here to complete your review + body: You've been invited to peer review %{reviewee}. Follow the link below to review them! + sms: + more_info: More info at %{url} + twitter: + body: You've been invited to peer review %{reviewee}. Follow the link below to review them! + pseudonym_registration: + email: + subject: 'Finish Registration: Canvas' + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + link_message: 'To finish the registration process, please visit the following url:' + html: + subject: 'Finish Registration: Canvas' + link: Click here to finish the registration process + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + sms: + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + link: 'Click the following url to finish the registration process: %{link}' + summary: + subject: 'Finish Registration: Canvas' + body: You have been registered for a Canvas account at %{account}! Before you can log in and start using Canvas, you'll need to finish the configuration process. + link_message: 'To finish the registration process, please visit the following url:' + twitter: + body: Canvas Alert - You have been registered for a Canvas account at %{account}! + pseudonym_registration_done: + email: + subject: Canvas Registration Complete + body: 'You have been registered for a Canvas account at %{account}! ' + link_message: 'Visit the following url to access your account:' + html: + subject: Canvas Registration Complete + body: You have been registered for a Canvas account at %{account}! + link: Click here to access your account + sms: + body: 'You have been registered for a Canvas account at %{account}! ' + link: Visit the following url to access your account %{link} + summary: + subject: Canvas Registration Complete + body: 'You have been registered for a Canvas account at %{account}! ' + link_message: 'Visit the following url to access your account:' + twitter: + body: 'Canvas Alert - You have been registered for a Canvas account at %{account}! ' + quiz_regrade_finished: + email: + subject: 'Quiz Regrade Finished: %{quiz}, %{context}' + body: A regrade has finished for the quiz %{quiz} + link_message: 'You can view the quiz here:' + html: + subject: 'Quiz Regrade Finished: %{quiz}, %{context}' + link_message: 'You can view the quiz here:' + body: A regrade has finished for the quiz %{quiz} + sms: + body_sms: Quiz Regrade Finished for %{title} in %{context}. + more_info: More info at %{url} + summary: + subject: 'Quiz Regraded: %{quiz}, %{context}' + body: A regrade has finished for your quiz %{title}. + twitter: + body: 'Canvas Alert - Quiz Regraded : %{quiz}' + report_generated: + email: + subject: Report Generated + link_message: 'Click here to download the report:' + html: + subject: Report Generated + link_message: Click here to download the report + report_generation_failed: + email: + subject: Report Generation Failed + html: + subject: Report Generation Failed + rubric_assessment_submission_reminder: + email: + subject: 'Reminder to Assess: %{rubric}, %{context}' + body: 'You''ve been reminded to assess: %{rubric}, %{context}:' + link_message: 'You can review the assessment and submit your entry here:' + html: + subject: 'Reminder to Assess: %{rubric}, %{context}' + link_message: Click here to review the assessment and submit your entry + body: 'You''ve been reminded to assess %{rubric}, %{context}:' + sms: + more_info: More info at %{url} + summary: + subject: 'Reminder to Assess: %{rubric}, %{context}' + body: 'You''ve been reminded to assess: %{rubric}, %{context}:' + twitter: + tweet: 'Canvas Alert - Reminder: assess %{rubric}, %{context}' + rubric_association_created: + email: + subject: 'New Assessment: %{title}, %{context}' + body: 'A new assessment has been created for %{context}:' + link_message: 'You can review the assessment and submit your entry here:' + html: + subject: 'New Assessment: %{title}, %{context}' + link_message: Click here to review the assessment and submit your entry + body: 'A new assessment has been created for %{context}:' + sms: + body: A new assessment has been created for %{context}. + more_info: More info at %{url} + summary: + subject: 'New Assessment: %{title}, %{context}' + body: 'A new assessment has been created for %{context}:' + twitter: + tweet: 'Canvas Alert - New Assessment: %{title}, %{context}.' + submission_comment: + email: + subject: 'Submission Comment: %{user}, %{assignment}, %{context}' + body: "%{author} just made a new comment on the submission for %{user} for %{assignment}" + html: + subject: 'Submission Comment: %{user}, %{assignment}, %{context}' + link_message: Click here to view the comment + body: "%{author} just made a new comment on the submission for %{user} for %{assignment}" + submission_comment_link_message: You can review the submission details using the link below, or can reply to this comment by responding to this message. When allowed, if you need to include an attachment, please log in to Canvas and reply to the submission. + sms: + body: New comment by %{author} for %{assignment}, %{user}, %{context}. + more_info: More info at %{url} + summary: + subject: 'Submission Comment: %{user}, %{assignment}, %{context}' + body: "%{author} just made a new comment on the submission for %{user} for %{assignment}." + twitter: + tweet: 'Canvas Alert - Comment: %{author} for %{assignment}, %{user}, %{context}.' + submission_grade_changed: + email: + subject: 'Grade Changed: %{assignment}, %{context}' + body: The grade on your assignment %{assignment_title} has been changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + link_message: 'You can review the assignment here:' + html: + subject: 'Grade Changed: %{assignment}, %{context}' + link_message: You can review the assignment here + body: The grade on your assignment %{assignment_title} has been changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + sms: + body_sms: Your grade for %{title} in %{context} just changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + more_info: More info at %{url} + summary: + subject: 'Grade Changed: %{title}, %{context}' + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + twitter: + no_date_set: No Date Set + tweet: 'Canvas Alert - Grade Change: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: "(pending review)" + submission_graded: + email: + subject: 'Assignment Graded: %{assignment}, %{context}' + body: Your assignment %{assignment} has been graded. + no_date_set: No Date Set + graded_date: 'graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: score pending review by the teacher + link_message: 'You can review the assignment here:' + html: + subject: 'Assignment Graded: %{assignment}, %{context}' + link_message: You can review the assignment here + body: Your assignment %{assignment} has been graded. + no_date_set: No Date Set + graded_date: 'graded: %{date}' + excused: This assignment has been excused. + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: score pending review by the teacher + sms: + sms_body: "%{assignment} has been graded." + not_applicable: N/A + score: 'score: %{score} out of %{total}' + summary: + subject: 'Assignment Graded: %{assignment}, %{context}' + no_date_set: No Date Set + graded_date: 'graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: score pending review by the teacher + twitter: + tweet: 'Canvas Alert - Graded: %{assignment}, %{context}' + no_date_set: No Date Set + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending_review: "(pending review)" + submission_needs_grading: + email: + subject: 'Quiz Submitted: %{quiz}, %{context}' + body: "%{user_name} has completed the quiz %{quiz_title}, and it requires manual grading." + submitted_date: 'submitted: %{date}' + link_message: 'You can review the submission here:' + html: + subject: 'Quiz Submitted: %{quiz}, %{context}' + link_message: You can review the submission here + body: "%{user_name} has completed the quiz %{quiz_title}, and it requires manual grading." + submitted_date: 'submitted: %{date}' + sms: + body_sms: Your grade for %{title}, %{context} just changed. + no_date_set: No Date Set + regraded_date: 're-graded: %{date}' + not_applicable: N/A + score: 'score: %{score} out of %{total}' + score_pending: score pending review by the teacher + more_info: More info at %{url} + summary: + subject: 'Quiz Submitted: %{quiz}, %{context}' + body: A submission has been turned in for your quiz, *%{title}*, and it requires manual grading. + submitted_date: 'submitted: %{date}' + twitter: + body: 'Canvas Alert - Quiz Submitted: %{quiz}, %{user_name}' + submission_posted: + email: + html: + link: You can view it here + body: Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + submissions_posted: + email: + html: + link: You can view the assignment here + summaries: + email: + subject: Recent Canvas Notifications + daily_body: 'You''re signed up to receive a daily report of some notifications from your Canvas account. Below is the report for %{date}:' + weekly_body: 'You''re signed up to receive a weekly report of some notifications from your Canvas account. Below is the report for the week ending %{date}:' + notifications_link: 'You can change your notification settings by visiting the following page:' + html: + subject: Recent Canvas Notifications + daily_body: 'You''re signed up to receive a daily report of some notifications from your Canvas account. Below is the report for %{date}:' + weekly_body: 'You''re signed up to receive a weekly report of some notifications from your Canvas account. Below is the report for the week ending %{date}:' + view: Click to view + sms: + notifications_sms: "%{notifications_count} new notifications at %{url}" + twitter: + tweet: Canvas Alert - %{notification_count} new notifications + updated_wiki_page: + email: + subject: 'Updated Page: %{title}, %{user}' + body: The page %{title} has been updated. + link_message: 'You can review it here: %{link}' + html: + subject: 'Updated Page: %{title}, %{user}' + link_message: Click here to review it + body: The page %{title} has been updated. + sms: + more_info: More info at %{url} + summary: + subject: 'Updated Page: %{title}, %{user}' + twitter: + tweet: 'Canvas Alert - Page Updated: %{title}, %{user}.' + web_conference_invitation: + email: + subject: 'Web Conference Invitation: %{name}' + body: You've been invited to participate in a web conference, %{title} for %{name}. + details_link: 'You can see the details here: %{link}' + html: + subject: 'Web Conference Invitation: %{name}' + details_link: Click here to see the details + body: You've been invited to participate in a web conference, %{title} for %{name}. + sms: + body: You were invited to join a web conference, %{title} for %{name}. + link_message: More info at %{url} + summary: + subject: 'Web Conference Invitation: %{name}' + body: You've been invited to participate in a web conference, %{title} for %{name}. + twitter: + tweet: 'Canvas Alert - Invite: attend %{title}, %{name}' + web_conference_recording_ready: + email: + subject: 'Web Conference Recording Ready: %{name}' + body: Your recording of %{title} for %{name} is ready. + details_link: 'You can see the details here: %{link}' + html: + subject: 'Web Conference Recording Ready: %{name}' + details_link: Click here to see the details + body: Your recording of %{title} for %{name} is ready. + sms: + body: Your recording of %{title} for %{name} is ready. + link_message: More info at %{url} + summary: + subject: 'Web Conference Recording Ready: %{name}' + body: Your recording of %{title} for %{name} is ready. + twitter: + tweet: 'Canvas Alert - Recording ready: %{title}, %{name}' + message: + meta_data: Meta Data + plain_text: Plain Text + titles: + subject: Subject + to: To + from_name: From Name + reply_to: Reply to + created_at: Created at + sent_at: Sent at + delay_for: Delay for + path_type: Path type + notification_name: Notification Name + actions: + reply: Reply + html_message: + html_not_exist: The HTML version of this message was not created nor sent + index: + titles: + messages: Messages for %{name} + course_already_started: + email: + course_already_started: Your course has already started + body: |- + Hi %{user}, + + %{course}, your course on Canvas Network, started a couple days ago, and we noticed you haven't logged in yet. We just wanted to send you one last reminder in case you forgot. + + To log in, go to %{site} and enter your username and password. If you haven't set a password yet, you can set one here: %{password_url} + + If you simply can't make this particular course, feel free to browse our course catalog at %{site} to find something else that inspires you. New courses are being added all the time! + + We hope to see you soon, + + Canvas Network + course_required_materials: + email: + course_required_materials: Materials and instructions for %{course} + body: |- + Hi %{user}, + + Good news! %{course}, the course you enrolled in on Canvas Network, will be starting soon. + + To help make sure you get the most from your course, you should check for any special instructions or course materials listed by the instructor. You can look for this on the course details page on Canvas Network, or just click the link below. + + %{url} + + Keep learning, + + Canvas Network + course_started: + email: + course_starts_today: Your course begins today + body: |- + Hello %{user}, + + This is a friendly reminder that %{course}, your course on Canvas Network, begins today. You can now log in to %{site} and get started! + + Don't forget to set up your Canvas Network profile, so others in the course know who you are. You can update your profile at %{profile_url} + + Keep learning, + + Canvas Network + course_starts_in_week: + email: + course_starts_next_week: Your course starts next week + body: |- + %{user}, + + It's almost time! %{course}, a course you enrolled in on Canvas Network, begins next week. We know how excited you must be, and we're excited too. + + What can you do to get ready? + + If you haven't already created your Canvas Network profile, you can log in and set it up at Canvas.net. Your profile will help other people in the course know who you are. There, you can also set up your notification preferences. + + Finally, you can review the required materials and any instructions for your course here: %{url} + + Keep learning, + + Canvas Network + account_suspended: + email: + subject: Institution Suspended + body: "%{institution} has been suspended. Please contact your Customer Success Manager to find out why." + messages: + failure: There was an error sending your email. Please reload the page and try again. + success: Your email is being delivered. + dialog: + title: Send a reply message + send_form: + labels: + message_body: Message + send_button: Send + this_topic_is_closed_for_comments_3dd10c00: This topic is closed for comments. + extract_error_error_file_names_a4989ed0: 'Extract error, %{error}: %{file_names}' + file_already_exists_bdc61895: file already exists + unknown_compression_method_b6a850b5: unknown compression method + file_name_too_long_ea535796: file name too long + unsafe_file_link_8a18eceb: unsafe file link + linked_quiz_message: linked with Quiz '%{title}' + linked_discussion_topic_message: linked with Discussion Topic '%{title}' + linked_with_wiki_page_title_b17c3521: linked with Wiki Page '%{title}' + linked_assignment_message: linked with Assignment '%{title}' + canvas: + migration: + errors: + file_does_not_exist: The file "%{file_path}" did not exist in the content package and could not be imported. + plugins: + errors: + all_fields_required: All fields are required + invalid_url: Invalid URL + fields_required: The field "%{field}" is required + need_integer: Please enter an integer for the play list cache + stream_name_required: The kinesis stream name is required. + endpoint_or_region_required: The AWS region (or endpoint) is required. + invalid_live_events_url: Invalid endpoint, must be a valid URL. + aws_creds_required: The AWS credentials are required. + login_expiration_minimum: Session expiration must be 20 minutes or greater + package_error: 'Error identifying package type: %{error}' + unsupported_package: Unsupported content package + course_copy_argument_error: A course copy requires a source course. + course_copy_not_allowed_error: You are not allowed to copy the source course. + course_copy_no_course_error: The source course was not found. + zip_argument_error: A .zip upload requires a folder to upload to. + zip_no_folder_error: The specified folder couldn't be found in this course. + pseudonym_sessions: + default_app_name: Third-Party Application + latest_outcome_import_context_is_not_self_300d5795: latest_outcome_import context is not self + canvas_cartridge_name: Canvas Cartridge Importer + canvas_cartridge_display: Canvas Common Cartridge + canvas_cartridge_description: This enables converting a canvas export to the intermediary json format to be imported + canvas_cartridge_file_description: Canvas Course Export Package + course_copy_name: Copy Canvas Course + course_copy_display: Course Copy + course_copy_description: Migration plugin for copying canvas courses + course_copy_file_description: Copy a Canvas Course + zip_file_name: ".zip file" + zip_file_display: File Import + zip_file_description: Migration plugin for unpacking .zip archives into course, group, or user files + zip_file_file_description: Unzip .zip file into folder + common_cartridge_name: Common Cartridge Importer + common_cartridge_display: Common Cartridge + common_cartridge_description: This enables converting a Common Cartridge packages in the intermediary json format to be imported + common_cartridge_file_description: Common Cartridge 1.x Package + ticketing_system_52205bff: Ticketing System + ticketing_system_configurations_c4fecd96: Ticketing system configurations + canvas_ticketing_email_connector_27e253ae: Canvas Ticketing Email Connector + pick_a_destination_we_ll_send_you_errors_fa0cb0e0: pick a destination, we'll send you errors + canvas_error_report_ff678539: Canvas Error Report + canvas_ticketing_web_post_connector_11158897: Canvas Ticketing Web Post Connector + pick_an_endpoint_we_ll_post_your_error_reports_the_71610f47: pick an endpoint, we'll post your error reports there + invalid_aws_configuration_e8a6ae0f: Invalid AWS Configuration + course_exports: + unknown_titles: + assignment: Unknown assignment + topic: Unknown topic + file: Unknown file + wiki_page: Unknown wiki page + errors: + assignment_is_locked: The assignment "%{title}" could not be copied because it is locked. + assignment: The assignment "%{title}" failed to export + course_settings: Failed to export course settings + module_meta: Failed to export module meta data + external_feeds: Failed to export external feeds + assignment_groups: Failed to export assignment groups + grading_standards: Failed to export grading standards + rubrics: Failed to export rubrics + learning_outcomes: Failed to export learning outcomes + file_meta: Failed to export file meta data + events: Failed to export calendar events + course_export: Error running course export. + organization: Failed to generate organization structure. + resources: Failed to link some resources. + question_bank: The question bank "%{title}" failed to export + quiz_is_locked: The quiz "%{title}" could not be copied because it is locked. + quiz: The quiz "%{title}" failed to export + quizzes: Some quizzes failed to export + canvas_meta: Failed to export canvas-specific meta data + wiki_pages: Failed to export wiki pages + assignments: Failed to export some assignments + topics: Failed to export some topics + web_links: Failed to export some web links + files: Failed to export some files + media_files: Failed to export some media files + lti_links: Failed to export some external tool configurations + tool_profiles: Failed to export some tool profiles + topic_is_locked: The topic "%{title}" could not be copied because it is locked. + topic: The discussion topic "%{title}" failed to export + file: The file "%{file_name}" failed to export + media_files_too_large: Media files were not exported because the total file size was too large. + media_file: A media file failed to export + wiki_page: The wiki page "%{title}" failed to export + errors_list_message: 'Export errors for export %{export_id}:' + pass_fail_3d9461b0: Pass/Fail + percentage_34ab7c2c: Percentage + letter_grade_29ff1938: Letter Grade + gpa_scale_a6d1cdea: GPA Scale + points_bb475533: Points + not_graded_e027c866: Not Graded + online_upload_59969592: Online Upload + online_text_entry_1d893ce: Online Text Entry + online_url_37830a72: Online URL + media_recording_77cddc52: Media Recording + on_paper_46d0ba36: On Paper + file_filename_could_not_be_included_in_the_epub_do_4bf71a87: File %{filename} could not be included in the ePub document. Please see separate zip file for access. + audio_content_is_not_supported_by_your_device_or_a_2f5037c6: Audio content is not supported by your device or app. + video_content_is_not_supported_by_your_device_or_a_25214f57: Video content is not supported by your device or app. + link_has_been_removed_because_content_is_not_prese_fd55f11: "(Link has been removed because content is not present or cannot be resolved.)" + table_of_contents_544d9471: Table Of Contents + invalid_xml_configuration_9c3f6bcf: Invalid XML Configuration + invalid_xml_syntax: Invalid xml syntax + invalid_url_in_xml: Invalid url in xml. Ampersands must be escaped. + retrieve_timeout: could not retrieve configuration, the server response timed out + this_package_includes_apip_file_s_which_are_not_co_b50b30a7: This package includes APIP file(s), which are not compatible with Canvas and were not included in the import. + this_package_includes_iwb_file_s_which_are_not_com_6e3c37d2: This package includes IWB file(s), which are not compatible with Canvas and were not included in the import. + this_package_includes_epub3_file_s_which_are_not_c_bbafef30: This package includes EPub3 file(s), which are not compatible with Canvas and were not included in the import. + this_package_includes_curriculum_standards_which_a_1a137060: This package includes Curriculum Standards, which are not compatible with Canvas and were not included in the import. + unknown_question_bank: Unknown question bank + unknown_quiz: Unknown quiz + cc: + private: Private (Copyrighted) + public_domain: Public Domain + by: CC Attribution + by_sa: CC Attribution Share Alike + by_nc: CC Attribution Non-Commercial + by_nc_sa: CC Attribution Non-Commercial Share Alike + by_nd: CC Attribution No Derivatives + by_nc_nd: CC Attribution Non-Commercial No Derivatives + course_card_image_5285f1bf: Course Card Image + syllabus: Course Syllabus + this_feature_can_t_be_disabled_because_there_is_at_a015b943: This feature can't be disabled because there is at least one sub-account or course with this feature enabled. + this_feature_can_t_be_enabled_while_autodetection__a3552fb4: This feature can't be enabled while autodetection of field separators is enabled + this_feature_can_t_be_enabled_while_semicolons_are_2e0adb54: This feature can't be enabled while semicolons are forced to be field separators + course_grade_grade_in_course_code_9fa854db: 'Course grade: %{grade}% in %{course_code}' + email: + default_from_name: Instructure Canvas + live_events_subscriptions_service_is_not_configure_8c6024e2: Live events subscriptions service is not configured + plagiarism_review_tool_is_missing_submission_event_75273069: Plagiarism review tool is missing submission event service + plagiarism_review_tool_submission_event_service_is_b023b4c7: Plagiarism review tool submission event service is missing endpoint + plagiarism_review_tool_error_513f47ff: Plagiarism review tool error + invalid_csv_file_2c076da5: Invalid CSV File + database_error_err_6393d244: Database error (%{err}) + file_has_no_data_213a4540: File has no data + file_has_no_outcomes_data_1517801f: File has no outcomes data + not_a_valid_utf_8_string_string_7f6819c: 'Not a valid utf-8 string: %{string}' + invalid_fields_after_ratings_fields_815ff223: 'Invalid fields after ratings: %{fields}' + missing_required_fields_fields_30e20799: 'Missing required fields: %{fields}' + invalid_fields_fields_8698284: 'Invalid fields: %{fields}' + mastery_points_f1672cc: mastery points + points_for_rating_tier_index_not_present_338d94e6: Points for rating tier %{index} not present + rating_tier_index_threshold_3f02a6d7: rating tier %{index} threshold + points_for_tier_index_must_be_less_than_points_for_9683c02: Points for tier %{index} must be less than points for prior tier (%{points} is greater than %{prior}) + invalid_value_for_name_i_4a7c601a: 'Invalid value for %{name}: "%{i}"' + the_field_field_is_required_56512820: The "%{field}" field is required + the_field_field_must_have_no_spaces_d1c2fc37: The "%{field}" field must have no spaces + field_must_be_either_active_or_deleted_329a42a: '"%{field}" must be either "%{active}" or "%{deleted}"' + invalid_field_type_61d31870: 'Invalid %{field}: "%{type}"' + invalid_fields_for_a_group_invalid_f440b733: 'Invalid fields for a group: %{invalid}' + an_outcome_group_can_only_have_one_parent_c626c13b: An outcome group can only have one parent + group_with_id_guid_already_exists_in_another_unrel_be1baf71: Group with ID %{guid} already exists in another unrelated course or account (%{name}) + group_guid_has_already_appeared_in_this_import_78f35ff3: Group "%{guid}" has already appeared in this import + outcome_with_id_guid_already_exists_in_another_unr_ee551c9d: Outcome with ID %{guid} already exists in another unrelated course or account (%{name}) + outcome_guid_has_already_appeared_in_this_import_b9b8b34: Outcome "%{guid}" has already appeared in this import + name_ea82c4df: '"%{name}"' + the_global_context_9c3a8062: the global context + cannot_modify_outcome_from_another_context_changes_a80561a4: 'Cannot modify outcome from another context: %{changes}; outcome must be modified in %{context}' + outcome_with_canvas_id_id_not_found_215c5227: Outcome with canvas id "%{id}" not found + outcome_group_with_canvas_id_id_not_found_5c2469cd: Outcome group with canvas id %{id} not found + parent_references_not_found_prior_to_this_row_miss_31723438: 'Parent references not found prior to this row: %{missing}' + invalid_date_or_datetime_for_field_b38fe386: Invalid date or datetime for %{field} + she_her_3f459cc2: She/Her + he_him_99aea1a8: He/Him + they_them_f4d17a04: They/Them + can_t_perform_diffing_against_more_than_one_file_o_44475c0d: Can't perform diffing against more than one file of the same type + couldn_t_generate_diff_message_a0528b20: 'Couldn''t generate diff: %{message}' + malformed_csv_aaa4b7f2: Malformed CSV + error_while_importing_csv_please_contact_support_e_57e6b3b: Error while importing CSV. Please contact support. (Error report %{number}) + invalid_utf_8_13c76a6: Invalid UTF-8 + couldn_t_find_canvas_csv_import_headers_487f1b6c: Couldn't find Canvas CSV import headers + skipping_unknown_file_type_cd1086ee: Skipping unknown file type + no_existing_user_provided_for_login_with_sis_id_us_6bcde71f: No existing user provided for login with SIS ID %{user_id} + sis_id_4495a887: SIS ID + canvas_id_f42f6ad: Canvas ID + an_existing_canvas_user_with_the_user_id_has_alrea_e487b0: An existing Canvas user with the %{user_id} has already claimed %{other_user_id}'s requested integration_id, skipping + an_existing_canvas_user_with_the_sis_id_user_id_or_64c7d5fa: An existing Canvas user with the SIS ID %{user_id} or login of %{login} already exists, skipping + an_existing_canvas_user_with_the_sis_id_user_id_ha_4b64d1c1: An existing Canvas user with the SIS ID %{user_id} has already claimed %{other_user_id}'s user_id requested login information, skipping + an_existing_canvas_user_with_the_user_id_has_alrea_aabbea6e: An existing Canvas user with the %{user_id} has already claimed %{other_user_id}'s user_id requested login information, skipping + could_not_find_the_existing_user_for_login_with_si_6968e3e6: Could not find the existing user for login with SIS ID %{user_id}, skipping + an_existing_user_does_not_match_existing_user_ids__156c7a52: An existing user does not match existing user ids provided for login with SIS ID %{user_id}, skipping + cannot_set_the_due_date_to_a_date_within_a_closed__8c88c45d: Cannot set the due date to a date within a closed grading period + cannot_change_the_due_date_when_due_in_a_closed_gr_965b99cb: Cannot change the due date when due in a closed grading period + cannot_change_the_due_date_to_a_date_within_a_clos_61eb0951: Cannot change the due date to a date within a closed grading period + cannot_set_override_due_date_to_a_date_within_a_cl_a3fa90e6: Cannot set override due date to a date within a closed grading period + cannot_change_the_due_date_of_an_override_in_a_clo_4b3a4dcd: Cannot change the due date of an override in a closed grading period + cannot_change_an_override_due_date_to_a_date_withi_8b1be496: Cannot change an override due date to a date within a closed grading period + cannot_delete_an_override_with_a_due_date_within_a_fa94ca3b: Cannot delete an override with a due date within a closed grading period + cannot_set_only_visible_to_overrides_when_due_in_a_fac518ce: Cannot set only visible to overrides when due in a closed grading period + can_create_and_view_assignment_data_in_the_gradebo_ab56f20: Can create and view assignment data in the gradebook associated with the tool. + can_view_assignment_data_in_the_gradebook_associat_36ab163c: Can view assignment data in the gradebook associated with the tool. + can_view_submission_data_for_assignments_associate_dd06f583: Can view submission data for assignments associated with the tool. + can_create_and_update_submission_results_for_assig_51e7033d: Can create and update submission results for assignments associated with the tool. + can_retrieve_user_data_associated_with_the_context_c5ec482c: Can retrieve user data associated with the context the tool is installed in. + can_update_public_jwk_for_lti_services_26037129: Can update public jwk for LTI services. + can_create_subscription_to_data_service_data_bb2874f2: Can create subscription to data service data. + can_show_subscription_to_data_service_data_688ce3: Can show subscription to data service data. + can_update_subscription_to_data_service_data_374a0c89: Can update subscription to data service data. + can_list_subscriptions_to_data_service_data_b52d5e37: Can list subscriptions to data service data. + can_destroy_subscription_to_data_service_data_b8dfca27: Can destroy subscription to data service data. + can_list_categorized_event_types_52596f7: Can list categorized event types. + can_view_feature_flags_c92e0aa9: Can view feature flags + an_error_occurred_while_attempting_to_contact_turn_b7de17d6: An error occurred while attempting to contact Turnitin. + there_was_an_error_submitting_to_the_similarity_de_eb6a261: There was an error submitting to the similarity detection service. Please try resubmitting the file before contacting support. + update_your_notification_settings_ed9564f3: Update your notification settings + you_ve_been_given_an_account_role_for_the_account__18e0ef38: 'You''ve been given an account role for the %{account} account at %{website}. Role type: %{role_type}.' + user_name_just_added_you_to_a_conversation_in_canv_7b278b51: "%{user_name} just added you to a conversation in Canvas. To view the conversation, click this link: %{link}." + you_created_an_announcement_in_course_c49e3d70: You created an announcement in %{course} + comment_by_replying_to_this_message_or_join_the_co_886bc612: 'Comment by replying to this message, or join the conversation using this link: %{link}.When allowed, if you need to include an attachment, please log in to Canvas and reply to the announcement.' + join_the_conversation_using_this_link_link_9017499: 'Join the conversation using this link: %{link}.' + join_the_conversation_using_the_link_below_54ab1f0e: Join the conversation using the link below. + new_comment_on_announcement_discussion_topic_cours_7905b782: New Comment on Announcement %{discussion_topic}, %{course} + signup_type_8b4506f3: Signup Type + assignment_created_assignment_name_course_name_324a5639: Assignment Created - %{assignment_name}, %{course_name} + a_new_assignment_has_been_created_for_your_course__12b72639: A new assignment has been created for your course, %{course_name} + due_multiple_dates_ea8a95e1: 'due: Multiple Dates' + due_no_due_date_3c1d1651: 'due: No Due Date' + due_assignment_due_date_time_607f2e1d: 'due: %{assignment_due_date_time}' + view_the_assignment_e61ca4fc: View the assignment + new_assignment_for_course_name_f71dd337: New assignment for %{course_name} + canvas_alert_change_assignment_name_course_name_2fc63d9c: 'Canvas Alert - Change: %{assignment_name}, %{course_name}' + assignment_name_is_now_due_80025e91: "%{assignment_name} is now due:" + assignment_name_is_now_due_no_due_date_d3127a8f: "%{assignment_name} is now due: No Due Date" + assignment_name_course_name_override_is_now_due_ed5ce1e: "%{assignment_name}, %{course_name} (%{override}) is now due" + assignment_name_course_name_override_no_longer_has_5a94da2b: "%{assignment_name}, %{course_name} (%{override}) no longer has a due date" + click_here_to_view_the_submission_24777a69: Click here to view the submission + content_link_error_assignment_name_course_name_b8be789a: Content Link Error - %{assignment_name}, %{course_name} + students_are_attempting_to_access_unpublished_cont_be329862: Students are attempting to access unpublished content, %{bad_link}, in %{asset_link}. + students_are_clicking_on_bad_link_to_content_that__d9c51d0d: Students are clicking on %{bad_link} to content that has been removed in %{asset_link}. + in_asset_link_students_are_clicking_bad_link_to_co_da1ae5ea: In %{asset_link}, students are clicking %{bad_link} to content in a different course. + in_asset_link_students_are_clicking_bad_link_to_co_dae988cd: In %{asset_link}, students are clicking %{bad_link} to content they cannot access. + in_asset_link_students_are_clicking_bad_link_to_a__be07a02b: In %{asset_link}, students are clicking %{bad_link} to a non-existent page in your course. + to_check_for_other_broken_links_visit_validator_li_e350c852: To check for other broken links, visit %{validator_link} + to_check_for_other_broken_links_visit_the_validato_ba3b3f1e: To check for other broken links, visit the %{validator_link} + to_check_for_other_broken_links_visit_the_course_l_ace6921d: To check for other broken links, visit the Course Link Validator + canvas_alert_students_are_attempting_to_access_unp_be207cdc: Canvas Alert - Students are attempting to access unpublished content, %{bad_link}, in %{asset_link}. + canvas_alert_students_are_clicking_on_bad_link_to__d5e1e282: Canvas Alert - Students are clicking on %{bad_link} to content that has been removed in %{asset_link}. + canvas_alert_in_asset_link_students_are_clicking_b_da080154: Canvas Alert - In %{asset_link}, students are clicking %{bad_link} to content in a different course. + canvas_alert_in_asset_link_students_are_clicking_b_4cfcfbff: Canvas Alert - In %{asset_link}, students are clicking %{bad_link} to content they cannot access. + canvas_alert_in_asset_link_students_are_clicking_b_d3ff2650: Canvas Alert - In %{asset_link}, students are clicking %{bad_link} to a non-existent page in your course. + user_name_you_just_sent_a_message_in_canvas_b1fd4598: "%{user_name}, you just sent a message in Canvas." + user_name_you_just_sent_a_message_in_canvas_do_not_7c7bc1c6: "%{user_name}, you just sent a message in Canvas - Do not reply" + view_this_message_in_conversations_5a16bc9f: View this message in Conversations + reply_to_this_message_in_canvas_7ec72dce: Reply to this message in Canvas + this_message_includes_media_comments_to_listen_or__5fc98641: 'This message includes media comments. To listen or reply, click this link: %{link}.' + you_can_reply_to_this_message_in_canvas_by_replyin_c9f9abb: 'You can reply to this message in Canvas by replying directly to this email, or by clicking this link: %{link}. If you need to include an attachment, please log in to Canvas and reply through the Inbox.' + please_do_not_reply_to_this_email_it_will_not_be_d_1e49982a: Please do not reply to this email, it will not be delivered. + you_can_fac644aa: 'You can ' + reply_to_this_message_in_canvas_2542e450: reply to this message in Canvas. + you_just_sent_a_message_in_canvas_86b4945c: You just sent a message in Canvas + user_name_just_sent_you_a_message_in_canvas_a2cb3bf4: "%{user_name} just sent you a message in Canvas." + user_name_just_sent_you_a_message_in_canvas_do_not_16b13cf2: "%{user_name} just sent you a message in Canvas - Do not reply" + new_canvas_message_from_user_name_94cc720: New Canvas message from %{user_name} + user_just_accepted_their_invitation_to_participate_7a4b2ce4: "%{user} just accepted their invitation to participate in the course, %{course}. Course role: %{role_type}" + user_accepted_their_invitation_for_the_course_cour_9d600393: "%{user} accepted their invitation for the course, %{course}." + course_role_role_type_119c2f64: 'Course role: %{role_type}' + accepted_user_role_type_course_course_2ce91589: 'Accepted: %{user}, %{role_type}, course, %{course}' + you_ve_been_invited_to_participate_in_the_course_c_a8d1f6a8: 'You''ve been invited to participate in the course, %{course}. Course role: %{role_type}' + get_started_b9507525: Get Started + you_ve_been_invited_to_the_course_course_2aac8140: You've been invited to the course, %{course}. + you_ve_been_invited_to_the_course_course_course_ro_a74d748b: 'You''ve been invited to the course, %{course}. Course role: %{role_type}' + canvas_alert_invited_course_as_role_type_9ed79ce3: 'Canvas Alert - Invited: %{course} as %{role_type}' + you_ve_been_enrolled_in_the_course_course_course_r_2b2f00f9: 'You''ve been enrolled in the course, %{course}. Course role: %{role_type}' + you_ve_been_enrolled_in_the_course_course_67b2e1b7: You've been enrolled in the course, %{course}. + you_ve_been_invited_to_participate_in_a_class_at_w_b87cd481: 'You''ve been invited to participate in a class at %{website}. The class is called %{course}. Course role: %{role_type}' + you_ve_been_invited_to_course_90764f1: You've been invited to %{course}. + canvas_alert_invited_course_as_role_type_ea825937: 'Canvas Alert - Invited: course as %{role_type}' + event_title_course_name_changed_to_37510fbb: "%{event_title}, %{course_name} changed to" + you_can_check_out_the_group_by_clicking_this_link__10fb5deb: 'You can check out the group by clicking this link: %{link}.' + you_can_check_out_other_groups_by_clicking_this_li_1c09e4fb: 'You can check out other groups by clicking this link: %{link}' + access_token_created_or_regenerated_4ce9ed1f: Access Token Created or Regenerated + a_canvas_security_token_was_just_generated_for_you_efeeac68: 'A Canvas security token was just generated for your account. If you requested a user token, no further action is necessary. If you did not request a token or would like to manage your canvas access tokens, you can do so here:' + manage_user_settings_827ab12d: Manage User Settings + new_announcement_title_30ba7c1b: 'New announcement: %{title}' + you_can_check_out_the_group_by_clicking_this_link__e49e4f1d: 'You can check out the group by clicking this link: %{link}' + comment_by_replying_to_this_message_or_join_the_co_52b5ac1c: 'Comment by replying to this message, or join the conversation using this link: %{link}. When allowed, if you need to include an attachment, please log in to Canvas and reply to the discussion.' + new_comment_discussion_topic_by_user_name_666ccfa: 'New comment: %{discussion_topic} by %{user_name}' + discussion_content_is_locked_or_not_yet_available_ab6d5314: Discussion content is locked or not yet available + new_topic_for_course_3d98222a: New Topic for %{course} + content_not_available_7b2e004: Content not available + new_event_for_course_name_2ba1f734: New event for %{course_name} + new_file_added_for_name_a5ec3156: New file added for %{name} + you_can_see_details_for_this_group_by_clicking_thi_acaf07e5: 'You can see details for this group by clicking this link: %{link}.' + you_ve_been_invited_to_peer_review_reviewee_follow_2e71fce2: 'You''ve been invited to peer review %{reviewee}. Follow this link to review them: %{link}.' + you_ve_been_invited_to_peer_review_reviewee_82580fb: You've been invited to peer review %{reviewee}. + you_ve_been_reminded_to_assess_rubric_context_70eeb600: You've been reminded to assess %{rubric}, %{context}. + this_message_includes_media_comments_to_listen_or__df72d662: 'This message includes media comments. To listen or reply, click this link: %{link}. When allowed, if you need to include an attachment, please log in to Canvas and reply to the submission.' + you_can_review_the_submission_details_by_clicking__9abc5515: 'You can review the submission details by clicking this link: %{link}.' + you_can_review_the_submission_details_using_the_li_c25dd615: You can review the submission details using the link below. + you_can_reply_to_this_comment_by_responding_to_thi_4fd1379e: 'You can reply to this comment by responding to this message, or review the submission details using this link: %{link}. When allowed, if you need to include an attachment, please log in to Canvas and reply to the submission' + you_can_review_the_submission_details_using_this_l_c7f51917: 'You can review the submission details using this link: %{link}.' + attached_files_4c1d26cf: 'Attached Files:' + click_here_to_review_the_submission_ae017c01: Click here to review the submission + this_message_includes_media_comments_to_listen_or__75ea03a1: 'This message includes media comments. To listen or reply, click the link below:' + you_can_review_the_submission_details_by_clicking__58a7753: 'You can review the submission details by clicking the link below:' + the_grade_on_assignment_assignment_title_has_been__f2487efc: The grade on assignment %{assignment_title} has been changed for %{name}. + the_grade_for_title_in_context_for_name_just_chang_caef1c12: The grade for %{title} in %{context} for %{name} just changed. + for_name_d5684bfd: For %{name} + canvas_alert_grade_change_date_for_name_56f680ed: 'Canvas Alert - Grade Change: %{date} for %{name}' + assignment_has_been_graded_for_name_4384f9b: "%{assignment} has been graded for %{name}." + canvas_alert_graded_assignment_context_for_name_459fdf31: 'Canvas Alert - Graded: %{assignment}, %{context} for %{name}' + submission_posted_title_course_138bd744: 'Submission Posted: %{title}, %{course}' + your_instructor_has_released_grade_changes_and_new_ffe458c8: |- + Your instructor has released grade changes and new comments for %{title}. These changes are now viewable. + + Your can view it here: + %{url} + your_instructor_has_released_grade_changes_and_new_218d61bb: |- + Your instructor has released grade changes and new comments for %{title}, %{course}. + + More info at %{url} + grade_changes_and_new_comments_released_for_title__f1350f92: 'Grade changes and new comments released for: %{title}, %{course}' + submissions_posted_title_course_43677dba: 'Submissions Posted: %{title}, %{course}' + grade_changes_and_comments_have_been_released_for__624411ff: 'Grade changes and comments have been released for everyone graded in sections: %{section_names}.' + grade_changes_and_comments_have_been_released_for__79d3473e: Grade changes and comments have been released for everyone graded. + grade_changes_and_comments_have_been_released_for__5d6a01a0: 'Grade changes and comments have been released for everyone in sections: %{section_names}.' + grade_changes_and_comments_have_been_released_for__3978b741: Grade changes and comments have been released for everyone. + body_text_you_can_view_the_assignment_here_url_a4d5092c: |- + %{body_text} + + You can view the assignment here: + %{url} + body_text_more_info_at_url_754b1a5a: |- + %{body_text} + + More info at %{url} + wiki_page_content_is_locked_or_not_yet_available_6fdad388: Wiki page content is locked or not yet available + user_just_updated_title_88074ab2: "%{user} just updated %{title}" + remove_name_as_an_admin_c296cf49: Remove %{name} as an admin + add_a_new_course_4a041207: Add a New Course + add_a_new_user_c440d053: Add a New User + buttons: + cancel: Cancel + filter: Filter + authorize_google_drive: Authorize Google Drive Access + update: Update + save: Save + unpublished: Unpublished + publish: Publish + unpublish: Unpublish + published: Published + search: Search + refresh: refresh + back_to_outcomes: Back to Outcomes + show_all_artifacts: Show All Artifacts + apply: Apply + submit: Submit + add_item: Add Item + find_user: Find User + delete: Delete + login: Login + send: Send + okay: Okay + import: Import + done: Done + delete_file: Delete file %{name} + choose_a_file: Choose a File + blueprint_course_e16ed131: Blueprint Course + last_pushed_update_last_export_at_9f634f7c: 'Last Pushed Update: %{last_export_at}' + show_only_blueprint_courses_9fb37b41: Show only blueprint courses + sort_courses_cf94b8d4: Sort courses + sort_40afa70: 'Sort:' + announcement_type_b231573b: Announcement type + information_816d9fa5: information + error_59293a2c: error + warning_6576b5b8: warning + question_f06476d1: question + calendar_283a9ed9: calendar + message_5c38209d: Message + enter_account_domain_to_substitute_the_user_s_root_1b79eac2: Enter "{{ACCOUNT_DOMAIN}}" to substitute the user's root account domain + enter_canvas_user_id_to_substitute_the_user_s_uniq_b2a75735: Enter "{{CANVAS_USER_ID}}" to substitute the user's unique Canvas ID + only_show_announcement_on_current_account_domain_fc341eea: Only show announcement on current account domain + show_to_d57767f: Show to + course_roles_1314f962: Course roles + send_this_announcement_to_users_with_the_course_ro_46904d40: Send this announcement to users with the course role of %{role} + unenrolled_users_e7632d24: Unenrolled users + send_this_announcement_to_unenrolled_users_4ea549d7: Send this announcement to unenrolled users + account_roles_d13f8f75: Account roles + send_this_announcement_to_users_with_the_account_r_bd69c809: Send this announcement to users with the account role of %{role} + announcement_starts_at_2e987a38: Announcement starts at + announcement_ends_at_4ccc2a7e: Announcement ends at + re_send_notification_directly_to_users_when_announ_c421cea5: Re-send notification directly to users when announcement starts + send_notification_directly_to_users_when_announcem_c3aac61c: Send notification directly to users when announcement starts + cancel_caeb1e68: Cancel + save_changes_698abe77: Save Changes + external_integration_keys_8b4f4548: External Integration Keys + sis_agent_token_authentication_2a0b29e3: SIS Agent Token Authentication + this_will_allow_you_to_authenticate_canvas_for_pos_fdfca40: This will allow you to authenticate Canvas for posting grades to SIS + user_observers_454d4303: User Observers + change_sis_ids_3a47154d: Change SIS IDs + there_were_a_total_of_count_errors_db1d89de: There were a total of %{count} errors. + there_were_a_total_of_count_warnings_6405df1e: There were a total of %{count} warnings. + sis_integration_settings_18c28506: SIS Integration Settings + if_you_wish_you_can_rename_sis_to_something_more_f_ac9ef13b: If you wish, you can rename "SIS" to something more familiar to your staff + sis_friendly_name_52b5683d: SIS friendly name + sis_imports_17308c02: SIS imports + include_integration_ids_in_the_gradebook_exports_4b94c795: Include Integration IDs in the gradebook exports. + sis_syncing_635bfb63: SIS syncing + additional_settings_for_sis_syncing_f926973e: Additional settings for SIS syncing + lock_this_setting_for_sub_accounts_2ae5af17: Lock this setting for sub-accounts + default_sis_sync_for_assignments_quizzes_grade_dis_3b2b4878: Default SIS Sync for assignments, quizzes, grade discussion + additional_sis_sync_assignment_quiz_and_discussion_d941fa5: Additional SIS Sync Assignment, Quiz, and Discussion settings + require_assignment_due_date_778b200d: Require assignment due date + limit_assignment_names_lengths_max_255_5ee9ebb5: Limit assignment names lengths (max 255) + sis_grade_export_settings_45a9f709: SIS Grade Export Settings + sync_grades_to_sis_checkbox_is_enabled_by_default__fad7a785: '"Sync Grades to SIS" checkbox is enabled by default for assignments, graded discussions, and quizzes' + reported_3de7086a: Reported + re_reported_b9671073: Re-Reported + locked_762f138b: Locked + approved_c3b285d4: Approved + deleting_a_user_will_destroy_all_of_their_eportfol_7f9ff34a: Deleting a user will destroy all of their ePortfolios. Alternatively, ePortfolios can be individually marked as 'spam' or 'safe' to modify their visibility. + explanation_of_statuses_90a26d07: 'Explanation of statuses:' + needs_review_flagged_as_possible_spam_instructure__5fb1dd92: "'Needs review: flagged as possible spam': Instructure's systems have identified this ePortfolio as possible spam, and it needs administrator review. It is only visible to the original author and administrators." + marked_as_spam_an_administrator_has_reviewed_this__9af72a8b: "'Marked as spam': An administrator has reviewed this ePortfolio and marked it as spam. It is only visible to the original author and administrators." + marked_as_safe_an_administrator_has_reviewed_this__4f57f42e: "'Marked as safe': An administrator has reviewed this ePortfolio and marked it as safe. It is visible to its original intended audience." + author_215203d2: Author + eportfolio_3c009f9c: Eportfolio + currently_visible_to_e2f85345: Currently Visible To + needs_review_flagged_as_possible_spam_233657fb: 'Needs review: flagged as possible spam' + marked_as_spam_ab87846d: Marked as spam + marked_as_safe_f7f953df: Marked as safe + not_reviewed_c38d9e97: Not reviewed + administrators_and_author_only_flagged_as_possible_42345cba: Administrators and author only (flagged as possible spam) + administrators_and_author_only_marked_as_spam_184becce: Administrators and author only (marked as spam) + everyone_public_45ff1f25: Everyone (public) + anyone_with_a_direct_link_private_b3bc9661: Anyone with a direct link (private) + download_report_77164f62: Download Report + security_7a7e8808: Security + this_is_a_comma_separated_list_of_url_s_to_trust_t_a6611f4: This is a comma separated list of URL's to trust. Trusting any URL's in this list will bypass the CSRF token when logging in to Canvas. + default_view_for_dashboard_ea91b60f: Default View for Dashboard + overwrite_all_users_existing_default_dashboard_pre_9b2ad7d1: Overwrite all users' existing default dashboard preferences + restrict_students_from_accessing_courses_before_st_f7c22c00: Restrict students from accessing courses before start date + restrict_students_from_accessing_courses_after_end_7dd66bce: Restrict students from accessing courses after end date + allow_students_to_download_course_content_and_view_810e66ec: Allow students to download course content and view offline + copyright_and_license_information_must_be_provided_5feffaf: Copyright and license information must be provided for files before they are published. + slack_api_key_92f0c667: Slack Api Key + current_slack_api_key_9eba6a5: 'Current Slack Api Key:' + new_slack_api_key_453d04d: New Slack Api Key + personal_pronouns_7d271f52: Personal Pronouns + remove_pronouns_pronoun_c8b03d78: Remove Pronouns %{pronoun} + add_pronouns_option_906ff625: Add pronouns option + acceptable_use_policy_29a28124: Acceptable Use Policy + license_type_6b74b543: License Type + old_policy_39e4f77: Old Policy + allow_passive_acceptance_of_terms_of_service_63ef5994: Allow passive acceptance of Terms of Service + quiz_ip_address_filters_49a75ec8: Quiz IP Address Filters + name_3806192d: 'Name:' + filter_9df28e5b: 'Filter:' + filter_e3398407: Filter + add_quiz_ip_filter_c7b37dc5: Add Quiz IP Filter + features_2581da: Features + custom_css_and_javascript_may_cause_accessibility__93d2a823: Custom CSS and Javascript may cause accessibility issues or conflicts with future Canvas updates! + before_implementing_custom_css_or_javascript_pleas_128da8cd: Before implementing custom CSS or Javascript, please refer to * our documentation*. + enable_gravatar_8a865b41: Enable Gravatar + similarity_detection_platform_9e424d70: Similarity Detection Platform + students_can_see_originality_score_797fe634: Students can see originality score + enabled_web_services_f620b2be: Enabled Web Services + who_can_create_new_courses_7a6c1338: Who Can Create New Courses + add_account_admins_99c03c9e: Add Account Admins + add_more_e1ffaa65: Add More + edit_announcement_title_cce0b4e: Edit announcement %{title} + delete_announcement_title_756a9d1f: Delete announcement %{title} + this_is_a_message_for_name_7abf1e39: This is a message for *%{name}* + send_only_to_the_following_types_of_users_d8465c11: 'Send only to the following types of users:' + add_new_announcement_ddacd624: Add New Announcement + new_announcement_23af4598: New Announcement + site_admin_only_send_to_1_denominator_users_in_ena_b4b3ed14: Site Admin Only. Send to 1 / %{denominator} users in enabled accounts each month. + publish_announcement_fec6d7e2: Publish announcement + term_42976f1c: 'Term:' + data_set_identifier_data_set_id_c228b5df: 'Data Set Identifier: %{data_set_id}' + incremental_update_successfully_generated_against__db3f3f06: Incremental update successfully generated against a previous SIS Import. + download_the_complete_list_of_errors_and_warnings__7d993f7b: Download the complete list of errors and warnings here. + download_errors_attchment_82ffea3f: Download errors_attchment + the_previous_sis_batch_was_aborted_d7d89955: The previous SIS batch was aborted + category_b9a94408: Category + value_d842f16d: Value + actions_efcde10d: Actions + courses_over_time_41dc0428: courses over time + teachers_over_time_1905603b: teachers over time + students_over_time_7ec52f7a: students over time + users_over_time_9a2ee74a: users over time + file_storage_32477f6: File Storage + uploaded_over_time_d59abb68: uploaded over time + media_over_time_d9332e25: media over time + alerts: + alert: + links: + title: + edit_alert: Edit alert + delete_alert: Delete this alert + labels: + criteria: Trigger an alert when + recipients: Send a notification to + repetition: Repetition + criteria: Trigger an alert when + buttons: + add_criterion: Trigger + add_recipient: Recipient + save_alert: Save Alert + recipients: Send a notification to + no_repetition_description: Do not re-send alert + repetition_description: Re-send alert every %{count} days until resolved + alerts: + alerts_description_course: An alert is generated for each student that meets all of the criteria. They are checked every day, and notifications will be sent to the student and/or the teacher until the triggering problem is resolved. + alerts_description_account: An alert is generated for each student that meets all of the criteria. They are checked every day, and notifications will be sent to the student, teacher, and/or account admin until the triggering problem is resolved. + remove: Remove this item + buttons: + add_alert: Alert + the_student: The Student + the_teacher: The Teacher + description: A teacher has not interacted with the student for %{count} days + option: No Teacher Interaction + title: Days since a teacher has interacted with the student + ungraded_count_description: More than %{count} submissions have not been graded + ungraded_count_option: Ungraded Submissions (Count) + ungraded_count_title: Number of submissions that have not been graded + ungraded_timespan_description: A submission has been left ungraded for %{count} days + ungraded_timespan_option: Ungraded Submissions (Time) + ungraded_timespan_title: Days that a submission has been left ungraded + usernote_description: No faculty journal entry has been added for %{count} days + usernote_option: No Faculty Journal Entry + usernote_title: Days since a faculty journal has been added + errors: + criteria_required: At least one trigger is required + threshold_should_be_numeric: This should be a positive number + recipients_required: At least one recipient is required + add_trigger_bc1a0fae: Add Trigger + add_recipient_ff135ed7: Add Recipient + add_alert_b2729c99: Add Alert + i_agree_to_the_tool_s_270301a5: I agree to the tool's + end_user_license_agreement_6d2c666b: End-User License Agreement. + if_you_made_changes_to_the_student_submission_file_e006d49b: |- + If you made changes to the student submission files you downloaded + before, just zip them back up and upload the zip with the form below. + Students will see the modified files in their comments for the submission. + + *Make sure you don't change the names of the submission files so we can recognize them.* + all_comments_are_sent_to_the_whole_group_778126f3: All comments are sent to the whole group. + send_comment_to_instructor_only_4295a109: Send comment to instructor only + send_comment_to_the_whole_group_8d41e63a: Send comment to the whole group + finished_19aaf6f5: Finished + assessment_not_yet_completed_e800a0a7: Assessment not yet Completed + excused_5877183c: Excused! + this_assignment_has_been_excused_87f1dc13: This assignment has been excused. + you_may_not_see_all_comments_right_now_because_the_96cf2051: You may not see all comments right now because the assignment is currently being graded. + editor: + switch_editor_html: HTML Editor + switch_editor_rich_text: Rich Content Editor + switch_editor_visual: Rich Content Editor + keyboard_shortcuts: + keybindings: + open_menubar: Open the editor's menubar + open_toolbar: Open the editor's toolbar + close_submenu: Close menu or dialog, also gets you back to editor area + navigate_toolbar: Navigate left/right through menu/toolbar + dialog_title: Keyboard Shortcuts + screen_reader_tip: 'Screen reader users: The most accessible way to use this editor is to switch to the advanced view, and then either enter LaTeX directly, or use the toolbar to assist you in doing so. The link to switch to the advanced view can be found near the end of this dialog, directly before the edit field.' + switch_to_mathquill: Switch View to Advanced + switch_to_mathjax: Switch View to Basic + mathjax_text_entry_field_label: Enter the equation as LaTeX. + tabs: + basic: Basic + greek: Greek + operators: Operators + relationships: Relationships + arrows: Arrows + delimiters: Delimiters + misc: Misc + remove_empty_attachment_b2aea632: remove empty attachment + create_assignment_68532ceb: Create Assignment + edit_assignment_ebf22a72: Edit Assignment + this_assignment_does_not_count_toward_the_final_gr_a5c238e2: This assignment does not count toward the final grade. + add_rubric_3636d9a6: Add Rubric + allow_intra_group_peer_reviews_53f1e455: Allow intra-group peer reviews + send_to_b940900a: Send To... + copy_to_64f8456b: Copy To... + you_can_log_in_directly_with_this_provider_by_goin_467d7f66: You can log in directly with this provider by going to %{url} + position_f9c9b93c: Position + are_you_sure_26795d3c: Are you sure? + deleting_6421031e: deleting... + save_11a80ec3: Save + self_registration_156392d6: Self Registration + disabled_3b1b332a: Disabled + all_account_types_e83c1516: All Account Types + observer_accounts_only_30c70a70: Observer Accounts Only + cas_url_4ba2843e: CAS URL + you_will_need_to_register_an_application_on_clever_ecdb9faf: |- + You will need to [register an application on Clever](%{clever_url}). + You should configure %{callback_url} as the Redirect URL. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + to_restrict_to_users_from_a_specific_clever_distri_dc3b89fb: To restrict to users from a specific Clever district, enter the district's Clever ID here. This is required for Clever Instant Login to work in a multi-tenant environment. + district_id_6f408184: District ID + note_that_some_attributes_may_not_be_populated_for_7c1f2854: Note that some attributes may not be populated for all users at Clever. + before_label_wrapper: "%{text}:" + debugging_f98fcd74: Debugging + once_you_start_debugging_all_info_about_the_next_a_e871403b: Once you start debugging all info about the next attempted login attempt will be collected. Click "Refresh" to see if more data has been collected or "Stop Debugging" to clear the collected data and stop the current debug attempt. + you_will_need_to_create_a_new_app_on_facebook_face_8fe85297: |- + You will need to create a [new app on Facebook](%{facebook_url}), and enable Client OAuth Login + in Advanced Settings. You should configure %{callback_url} as the Valid OAuth redirect URI. + After you save your app, make a note of the App ID and App Secret, and enter them here. + federated_attributes_5cbe6441: Federated Attributes + federated_attributes_are_information_sent_from_you_2116fb61: Federated attributes are information sent from your authentication provider that can be used to automatically update corresponding information for users in Canvas each time they log in. + canvas_attribute_eaa7e31a: Canvas Attribute + provider_attribute_b1cad655: Provider Attribute + provisioning_only_7c0e5911: Provisioning Only + if_an_attribute_is_marked_as_provisioning_only_the_6545b46f: If an attribute is marked as provisioning only, then it will only be used when Just in Time Provisioning creates a new user, and will not be kept up to date each time the user logs in. + what_does_provisioning_only_mean_eac9a4a1: What does Provisioning Only mean? + remove_attribute_59a4aa64: Remove Attribute + choose_attribute_to_add_866e128d: Choose attribute to add + add_attribute_6d6d4a65: Add Attribute + attribute_d9f3af72: Attribute + you_will_need_to_register_an_application_on_github_3c8f213a: |- + You will need to [register an application on GitHub](%{github_url}). + You should configure %{callback_url} as the Authorization callback URL. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + domain_3b54c511: Domain + you_will_need_to_create_a_web_application_in_the_g_43f753ec: |- + You will need to create a web application in the [Google Developer Console](%{google_url}). + You should add %{callback_url} as a redirect URI. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + to_restrict_to_users_from_specific_google_apps_dom_72aec2d5: To restrict to users from specific Google Apps domains, enter the domain(s) here as a comma separated list. To restrict to a Google Apps user in general, you can enter '*'. + google_apps_domain_eddc8dee: Google Apps Domain + just_in_time_provisioning_382a0354: Just in Time Provisioning + host_8be927e0: Host + port_75f69d1: Port + tls_7a2eaba5: TLS + start_tls_26e4b0dc: Start TLS + simple_tls_45df2648: Simple TLS + no_tls_618add1a: No TLS + base_847aca7c: Base + login_attribute_731a8181: Login Attribute + username_47bb5bbe: Username + password_8a271b1c: Password + you_will_need_to_register_a_new_app_with_microsoft_53e97ced: |- + You will need to register a [new app with Microsoft](%{ms_app_url}). + You should configure %{callback_url} as the Redirect URI. + After you save your app, make a note of the Application ID and Secret, and enter them here. + application_id_2aa1640f: Application ID + application_secret_e6803c7e: Application Secret + to_restrict_to_users_of_your_azure_active_director_df7cdd41: To restrict to users of your Azure Active Directory, enter your tenant here. + tenant_d2a41f78: Tenant + note_that_email_may_not_always_be_populated_in_the_bb4a1572: Note that email may not always be populated in the user's profile at Microsoft. Oid will not be populated for personal Microsoft accounts. + to_configure_an_openid_connect_provider_you_need_t_5c937249: |- + To configure an OpenID Connect provider you need the authorize and token urls, and + obtain a Client ID and Client Secret. + + If the provider can configure valid callback or redirect URIs, use %{callback_url}. + the_canvas_saml_entity_id_is_metadata_url_and_the__af7349ab: |- + The Canvas SAML Entity ID is %{metadata_url}, and the Service Provider metadata + is available at that URL. + provide_a_uri_to_your_idp_s_metadata_to_automatica_38e985bd: Provide a URI to your IdP's metadata to automatically populate the other fields. If your school is part of InCommon or the UK Access Management Federation, specify urn:mace:incommon or http://ukfederation.org.uk, respectively, for the metadata URI, and also provide your school's entity ID. + idp_metadata_uri_dae5314a: IdP Metadata URI + idp_entity_id_25c51837: IdP Entity ID + log_on_url_fc166e4c: Log On URL + log_out_url_2605c2c1: Log Out URL + certificate_fingerprint_b376df90: Certificate Fingerprint + strip_domain_from_login_attribute_value_bb6daa88: Strip Domain From Login Attribute Value + identifier_format_6ca23365: Identifier Format + authentication_context_60748f2f: Authentication Context + message_signing_b65abadf: Message Signing + the_algorithm_to_use_for_signing_authnrequest_logo_67a75cc9: The algorithm to use for signing AuthnRequest, LogoutRequest, and LogoutResponse messages sent to the IdP. + not_signed_47acf472: Not Signed + rsa_sha1_c457d751: RSA-SHA1 + rsa_sha256_3d41d605: RSA-SHA256 + provide_the_url_to_your_saml_idp_discovery_service_daa80306: |- + Provide the URL to your SAML IdP Discovery Service that conforms to the + *urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol* protocol. + Additional SAML providers must also be configured to follow the response + from the discovery service. + discovery_service_url_ca13d3f4: Discovery Service URL + sso_settings_ebf98263: SSO Settings + forgot_password_url_3f9c04b: Forgot Password URL + discovery_url_3dce06d9: Discovery URL + unknown_user_url_82196ba7: Unknown User URL + you_will_need_to_register_an_application_on_twitte_5ff04bee: |- + You will need to [register an application on Twitter](%{twitter_url}). + You should configure %{callback_url} as the Callback URL. + After you create your application, make a note of the Consumer Key and Consumer Secret, and enter them here. + current_provider_6c3f7f96: Current Provider + welcome_to_the_canvas_theme_editor_73091d1: Welcome to the Canvas Theme Editor + this_sample_page_includes_common_ui_elements_in_ca_331f4ac4: This sample page includes common UI elements in Canvas to help you build your custom branding. Once you start making changes to the color values and images in the left sidebar, you will see a *Preview Your Changes* button. Click it to refresh this page and see how your changes look. + important_note_educational_institutions_have_an_ob_c9350304: "*Important note: Educational institutions have an obligation to make their content as accessible as possible. Instructure recommends at least a 3:1 text-to-background-color ratio to keep your text readable. Easily test your contrast ratios with the **WebAIM Color Contrast Checker***." + text_input_d3480b8c: Text input + select_input_3dbd73c1: Select input + option_1_dea39f90: Option 1 + option_2_47aace2a: Option 2 + option_3_30adfebc: Option 3 + option_4_aec96b1f: Option 4 + progress_loading_bar_a26b8861: Progress/loading bar + switch_style_checkbox_97a44345: Switch-style checkbox + regular_style_checkbox_ee3d71c1: Regular-style checkbox + radio_button_option_1_a8ec51f9: Radio button option 1 + radio_button_option_2_31e50043: Radio button option 2 + primary_color_button_b75db628: Primary color button + primary_color_button_disabled_9081ddff: Primary color button disabled + secondary_color_button_7589827d: Secondary color button + secondary_color_button_disabled_ac2252d2: Secondary color button disabled + click_to_test_dropdown_b950974d: Click to test dropdown + dropdown_option_1_e6ff2fc: Dropdown option 1 + dropdown_option_2_9766a346: Dropdown option 2 + link_number_1_9f169e48: Link number 1 + link_number_2_61fcff2: Link number 2 + link_number_3_7118ff64: Link number 3 + an_assignment_name_dc624e70: An Assignment Name + publish_5211dca3: Publish + unpublished_click_to_publish_c073631a: Unpublished. Click to publish. + manage_b88f7150: Manage + edit_c5fbea07: Edit + another_assignment_name_369f8481: Another Assignment Name + breadcrumb_1_cb3c504: Breadcrumb 1 + breadcrumb_2_95ba94be: Breadcrumb 2 + context_nav_link_8d15d95: Context nav link + context_nav_link_active_78adb0fa: Context nav link active + email_address_6e0443a5: Email address + more_information_3dfb76b5: More information + hover_over_me_496521b9: Hover over me + tab_1_3d6b3fb: Tab 1 + tab_2_9adfe241: Tab 2 + tab_3_edd8d2d7: Tab 3 + tab_1_content_8944c219: Tab 1 content + tab_2_content_b0c9fedc: Tab 2 content + tab_3_content_a7b2ea9f: Tab 3 content + accordion_section_1_7888782d: Accordion Section 1 + content_for_section_1_7ecfb319: Content for Section 1 + accordion_section_2_e1812997: Accordion Section 2 + content_for_section_2_e7c6e2a3: Content for Section 2 + accordion_section_3_96861901: Accordion Section 3 + content_for_section_3_90c1d235: Content for Section 3 + login_6f3d6249: Login + are_you_sure_you_want_to_delete_this_event_824b1e33: Are you sure you want to delete this event? + prev_month_34bd934c: Prev month + next_month_b55a387c: Next month + calendar_d14cfc8f: Calendar + previous_month_7adf1380: Previous month + today_76e10f9c: Today + click_to_view_event_details_b25dc1f3: Click to view event details + calendars_toggle_list_visibility_488db143: Calendars toggle list visibility + undated_items_toggle_list_visibility_6219e641: Undated items toggle list visibility + delete_this_collaboration_4f20b698: Delete this Collaboration + edit_this_collaboration_393b1a9a: Edit this Collaboration + instructions: + authorize_google_drive: 'Before you can collaborate on documents, you need to authorize Canvas to access your Google Drive account:' + the_following_content_is_partner_provided_ed1da756: The following content is partner provided + the_preceding_content_is_partner_provided_d753928c: The preceding content is partner provided + register_email_efc06d59: Register Email + i_agree_to_the_34aa16ce: I agree to the + if_you_keep_having_problems_click_the_link_link_be_a4d695eb: If you keep having problems, click the "%{link}" link below to search the guides or to let us know what's going on. + new_conferences_a020a8a9: New Conferences + concluded_conferences_cdbe53f9: Concluded Conferences + creating_a_submission_export_will_allow_you_to_dow_b4b1a658: Creating a Submission Export will allow you to download a zip file of all your assignment submissions in all of your present and past courses. This could be a big file, so it may take a while. You can navigate away from the page and come back later. + course_export_from_date_file_not_available_8a775e53: Course Export from %{date} (file not available) + course_export_from_date_f4e2a3e4: "*Course Export from %{date}*" + qti_export_from_date_8f018de5: "*QTI Export from %{date}*" + user_data_export_from_date_6ba21b89: "*User Data Export from %{date}*" + file_export_from_date_cf867c8d: "*File Export from %{date}*" + content_export_files_cannot_be_downloaded_after_da_2872b0e4: Content export files cannot be downloaded after %{days} days. + view_user_groups_538f22b4: View User Groups + view_faculty_journals_ad0e8c8f: View Faculty Journals + view_prior_enrollments_9b519b25: View Prior Enrollments + student_interactions_report_7717b685: Student Interactions Report + export_pairing_codes_5749f6f1: Export Pairing Codes + student_grades_4cbc59a1: Student Grades + faculty_journal_5634938e: Faculty Journal + interactions_report_47c1219e: Interactions Report + access_report_80d28095: Access Report + outcomes_report_8887bd49: Outcomes Report + created_created_bf5714b8: Created %{created} + table_headings: + name: Name + type: Type + total: Total + course_roster_78f70e97: Course Roster + group_roster_1846bf84: Group Roster + inactive_cd40317f: inactive + completed_9b809e44: completed + module_name_1127ebdb: Module Name + labels: + lock_module_until: Lock until + unlock_module_on_date_17144fbd: Unlock module on date + unlock_at_bb930b34: Unlock At + delete_prerequisite_5e97bdf4: Delete prerequisite + remove_icon_a4646413: remove icon + add_icon_567dbcaa: add icon + students_must_complete_all_of_these_requirements_15fa97f7: Students must complete all of these requirements + student_must_complete_one_of_these_requirements_6046eb3a: Student must complete one of these requirements + no_items_in_module_21f111a2: No items in module + delete_requirement_bce2d943: Delete requirement + export_course_content_f4774b74: Export Course Content + modules_settings_a7066f13: Modules Settings + last_export_899a04c5: 'Last Export:' + select_indentation_d056bab8: Select indentation + select_type_of_prerequisite_8d6fa902: Select type of prerequisite + select_prerequite_module_e9042bb0: Select prerequite module + select_prerequisite_module_57894963: Select prerequisite module + requirement_subject_7cfac6c8: Requirement subject + requirement_f5b75da1: Requirement + mark_as_done_779556d7: mark as done + minimum_score_e6d1c134: Minimum Score + toggle_module_visibility_781a2f6c: toggle module visibility + complete_one_item_90e5fb03: Complete One Item + complete_all_items_e1779257: Complete All Items + completed_19711ce7: Completed + module_completed_50c50762: Module Completed + in_progress_9d1ce8b9: In Progress + module_in_progress_fa600662: Module In Progress + locked_until_unlock_date_498ead5f: Locked until %{unlock_date} + module_locked_f6a7ea9d: Module Locked + published_c944a23d: published + unpublished_dfd8801: unpublished + add_content_to_module_name_589a8d54: Add Content to %{module_name} + manage_module_name_dfe16816: Manage %{module_name} + move_module_contents_74fa15d5: Move module contents + move_contents_cefe9e92: Move Contents... + move_this_module_4a262aaf: Move this module + move_module_346b8112: Move Module... + duplicate_module_name_ab26e5c3: Duplicate %{module_name} + duplicate_this_module_79ca8243: Duplicate this module + duplicate_31cec192: Duplicate + up_c553575d: Up + previous_module_item_2bb5e499: Previous Module/Item + down_5831a426: Down + next_module_item_9bb8a222: Next Module/Item + space_ec476863: Space + move_module_item_77754119: Move Module/Item + j_5226008a: j + k_2521301c: k + e_c2991d1b: e + edit_module_item_83258f6d: Edit Module/Item + d_b59e2d8d: d + delete_current_module_item_21fefc54: Delete Current Module/Item + i_cb2f5130: i + increase_indent_6af90f7c: Increase Indent + o_224cf405: o + decrease_indent_d9cf469d: Decrease Indent + n_554bc493: n + new_module_4e9287e4: New Module + locked_content_f4ef2968: Locked Content + item_type_locked_85c560ec: 'Item type: Locked' + locked_until_item_name_is_graded_3b8d967f: Locked until "%{item_name}" is graded + content_choice_51f4ca0f: Content Choice + item_type_choice_aebcf2ef: 'Item type: Choice' + choose_assignment_group_9e7de13c: Choose Assignment Group + count_options_190d6373: + one: 1 Option + other: "%{count} Options" + mastery_path_processing_f4471152: Mastery path processing + locked_until_mastery_path_is_processed_for_item_na_48766cf7: Locked until mastery path is processed for "%{item_name}" + item_type_document_493ac5b0: 'Item type: Document' + item_type_download_e949cdb6: 'Item type: Download' + item_type_discussion_e3ddae9b: 'Item type: Discussion' + item_type_assignment_13a1132e: 'Item type: Assignment' + item_type_quiz_c894ddb1: 'Item type: Quiz' + item_type_link_5a2abed2: 'Item type: Link' + must_score_at_least_score_to_complete_this_module__b86b5101: Must score at least %{score} to complete this module item + module_item_has_been_completed_by_scoring_at_least_70bcdbcc: Module item has been completed by scoring at least %{score} + view_ba339f93: View + must_view_in_order_to_complete_this_module_item_dec2e583: Must view in order to complete this module item + viewed_6b75c21e: Viewed + module_item_has_been_viewed_and_is_complete_6d180117: Module item has been viewed and is complete + mark_done_9d81bcd9: Mark done + must_mark_this_module_item_done_in_order_to_comple_ca3c390f: Must mark this module item done in order to complete + marked_done_9fd646f: Marked done + module_item_marked_as_done_and_is_complete_ad240246: Module item marked as done and is complete + must_contribute_to_this_module_item_to_complete_it_84ed571c: Must contribute to this module item to complete it + contributed_to_this_module_item_and_is_complete_2799d5c: Contributed to this module item and is complete + must_submit_this_module_item_to_complete_it_c29d67f0: Must submit this module item to complete it + module_item_submitted_and_is_complete_d61a909f: Module item submitted and is complete + manage_item_name_6118d4b0: Manage %{item_name} + decrease_indent_de6343ab: Decrease indent + increase_indent_6d550a4a: Increase indent + edit_item_details_c9a7b9c5: Edit item details + duplicate_item_339f54bb: Duplicate Item + move_this_item_41145b2d: Move this item + move_to_dde1a5e1: Move to... + remove_this_item_from_the_module_4b2ceab7: Remove this item from the module + remove_f47dc62a: Remove + prerequisites_49659f16: 'Prerequisites:' + open_title_in_a_new_window_b29fed77: Open %{title} in a new window + you_are_trying_to_launch_insecure_content_from_wit_5c1c692b: You are trying to launch insecure content from within a secure site (canvas). Some web browsers may prevent this content from loading. + inbox_bb245a60: Inbox + archive_selected_d64506ca: Archive Selected + delete_selected_a023ccf8: Delete Selected + search_by_user_dd3ad189: Search by user + locked_object_configuration_d1fb1b82: 'Locked object configuration:' + count_points_4735a2e8: + one: 1 point + other: "%{count} points" + validate_links_in_content_b1630fba: Validate Links in Content + blueprint_information_95dcef55: Blueprint Information + grading_period_weights_aaea757f: Grading Period Weights + grading_periods_are_weighted_4f3663ab: Grading periods are weighted + grading_period_8b0a4a10: Grading Period + weight_9b308e5b: Weight + no_grading_periods_set_up_a20a8819: No Grading Periods Set Up + none_9b6c9bec: none + assignment_weights_d4bcf9ab: Assignment Weights + grade_assignment_7c1abc11: Grade %{assignment} + moderate_assignment_ccb00173: Moderate %{assignment} + peer_review_for_assignment_ce72fc52: Peer Review for %{assignment} + course_starts_at_3a01f9da: Course starts at + course_ends_at_e8b166df: Course ends at + add_a_course_b72b18d7: Add a Course + you_are_not_enrolled_in_any_courses_a5c63286: You are not enrolled in any courses. + nickname_1e6da3ad: Nickname + enrolled_as_272da3b9: Enrolled as + published_4bb5209e: Published + group_a8f5ed9c: Group + the_course_link_validator_searches_course_content__563fa215: The course link validator searches course content for invalid or unreachable links and images. + grade_syncing_e78475e8: Grade Syncing + yes_dde87d5: 'Yes' + changing_course_dates_may_override_term_availabili_d92b10de: Changing course dates may override term availability settings and placement in the Courses page and Dashboard. Please confirm term dates before modifying course dates. + when_selected_the_course_is_in_a_read_only_state_o_5aaeb0d: When selected, the course is in a read-only state outside these dates. + when_selected_the_course_is_inaccessible_outside_c_af595406: When selected, the course is inaccessible outside course dates. If the course dates are blank, these start and end dates apply to the term dates. + large_course_db3d58b: 'Large Course:' + launch_speedgrader_filtered_by_student_group_8bd9b5c7: Launch SpeedGrader Filtered by Student Group + creative_commons_licenses_7d557d9a: Creative Commons Licenses + course_visibility_options_ca8ab3a8: Course Visibility Options + syllabus_visibility_options_a81ef419: Syllabus Visibility Options + if_you_need_to_make_your_course_public_please_cont_7084c67b: If you need to make your course public please contact your administrator/support. + contact_your_administrator_if_you_need_to_change_c_9002a501: Contact your administrator if you need to change course visibility. + organize_epub_by_content_type_default_is_by_module_6f44ae06: Organize epub by content type (default is by module). + allow_course_content_to_be_downloaded_and_viewed_o_48a0d252: Allow course content to be downloaded and viewed offline + can_create_rename_and_edit_course_pages_by_default_f9ad4253: can create, rename, and edit course pages by default + edit_section_name_558cc89: Edit Section "%{name}" + delete_section_name_a48d9d79: Delete Section "%{name}" + add_section_8b027a1c: Add Section + enabled_links_be110215: Enabled Links + settings_for_tab_label_3bff4468: Settings for %{tab_label} + disable_a5c05db3: Disable + move_abf00365: Move + disabled_links_b3bdea99: Disabled Links + enable_6f5d1328: Enable + coming_up_4348b0bd: Coming Up + all_assignments_b79a4d6a: All Assignments + developer_keys: + index: + title: Developer Keys + developer_keys: Developer Keys + add_developer_key: Add Developer Key + name: Name + user: User + details: Details + stats: Stats + notes: Notes + show_all: Show All %{count} Keys + key_settings: Key Settings + index_react: + title: Developer Keys + unnamed_tool: Unnamed Tool + no_user: No User + button: + saving: Saving Key... + saving_failed: Saving Key Failed + messages: + confirm_delete: Are you sure you want to delete this developer key? + developer_key_921ddbae: Developer Key + note_for_differentiated_group_topics_some_threads__90adbb21: 'Note: for differentiated group topics, some threads may not have any students assigned.' + you_have_completed_a_peer_review_for_person_thank__1371f37e: You have completed a peer review for %{person}. Thank you + review_now_318a6a3e: Review Now + press_the_comma_key_or_shift_to_see_a_list_of_keyb_155d8ca3: Press the comma key or shift + ? to see a list of keyboard shortcuts + press_the_comma_key_or_shift_question_mark_to_see__930af9df: Press the comma key or shift + question mark to see a list of keyboard shortcuts + search_entries_or_author_63fb0a86: Search entries or author + filter_replies_by_unread_342e8e90: Filter replies by unread + show_deleted_replies_a2e0a36f: Show deleted replies + you_are_unsubscribed_and_will_not_be_notified_of_n_bf4b96a2: You are unsubscribed and will not be notified of new comments. Click to subscribe + you_are_subscribed_and_will_be_notified_of_new_com_60b5b62b: You are subscribed and will be notified of new comments. Click to unsubscribe + flagged_as_possible_spam_ebbc4683: Flagged as possible spam + mark_as_safe_c01fea35: Mark as Safe + confirm_as_spam_2f8b7105: Confirm as Spam + mark_as_spam_9c613d87: Mark as Spam + rename_or_reorder_a_page_via_the_settings_menu_nex_f4aff39f: Rename or reorder a page via the settings menu next to the page name. Alternatively, click a page's name to rename it or drag a page's name to reorder it. + page_name_21defa75: Page Name + drag_to_rearrange_sections_637efee3: Drag to rearrange sections + assignment_preview_3833e819: "%{assignment} preview" + settings_for_title_d3ca495: Settings for %{title} + rename_this_page_554f0583: Rename this Page + rename_45608f54: Rename + delete_this_page_509f2baf: Delete this Page + move_this_page_4a05c813: Move this page + section_name_b6d82574: Section Name + add_remove_or_rearrange_sections_for_this_portfoli_4628320a: Add, remove or rearrange sections for this portfolio + done_editing_9f7379d9: Done Editing + eportfolio_settings_75ba1f9a: ePortfolio Settings + rename_this_section_bcbb6741: Rename this section + delete_this_section_380338: Delete this section + move_this_section_890bee38: Move this section + step: Step + this_eportfolio_has_been_flagged_as_possible_spam__d1285994: This ePortfolio has been flagged as possible spam. Until it has been reviewed by an administrator, it will only be visible to you. Please contact an administrator if you have any questions. + this_eportfolio_has_been_identified_as_spam_and_is_8430467: This ePortfolio has been identified as spam, and is only visible to you. Please contact an administrator if you have any questions. + this_eportfolio_has_been_identified_as_possible_sp_b5eb6605: This ePortfolio has been identified as possible spam. It is currently only visible to administrators and the author. If you're sure this content is not spam, you can mark it as safe. Otherwise, you can confirm it as spam. + this_eportfolio_has_been_identified_as_spam_it_is__f927947b: This ePortfolio has been identified as spam. It is currently only visible to administrators and the author. If you're sure this content is not spam, you can mark it as safe. + click_to_select_bd3b3a0d: click to select + file_size_limit_user_file_quota_applies_19b9b466: "%{file_size_limit} user file quota applies" + download_course_content_7f66edc9: Download Course Content + downloading_course_content_allows_access_to_conten_164d9336: Downloading course content allows access to content while offline. Content may include files, pages, assignments, discussion topics or quizzes. Click "Generate ePub" for each course and open with any eReader software to view. + current_courses_d5287d50: Current Courses + external_content: + cancel: + canceling: Canceling... + popup_success: Canceled. This popup should close on its own... + popup_failure: Cannot find the parent window, you'll need to close this popup manually. + success: + retrieving_content: Retrieving Content... + popup_success: Success! This popup should close on its own... + content_failure: Content retrieval failed, please try again or notify your system administrator of the error. + oembed_failure: Content retrieval failed, please try again or notify your system administrator of the error. + edit_tool_690c199b: Edit Tool + delete_tool_90ca44da: Delete Tool + file_previews: + lock_explanation: + messages: + folder_locked: The folder "%{folder}," which includes this file, has been locked. + file_locked: This file has not been unlocked yet. + no_preview: + file_previews: + no_preview_available: No preview is available for this file. + download_file: Download *filename* + file_content_a99b5c6b: File Content + upload_gradebook_386a46c8: Upload Gradebook + choose_a_csv_file_to_upload_9644480c: 'Choose a CSV file to upload:' + what_should_the_csv_file_look_like_985a59ac: What should the CSV file look like? + upload_data_dc4fa4cb: Upload Data + choose_student_1513fcd1: "-- Choose student --" + choose_assignment_b0132c5e: "-- Choose assignment --" + points_possible_1c0b3445: Points Possible + some_assignments_could_not_be_created_because_they_d91f2f21: Some assignments could not be created because they would fall in a closed grading period. + some_submissions_are_not_gradeable_grade_changes_f_f8bf44e2: Some submissions are not gradeable; grade changes for those submissions have been ignored. + some_custom_columns_could_not_be_changed_because_t_88abc9be: Some custom columns could not be changed because they were read only; changes for those columns have been ignored. + out_of_points_possible_8ab14f7: out of %{points_possible} + excused_cf8792eb: Excused + late_penalty_78099d18: 'Late Penalty:' + final_grade_6e94d99e: 'Final Grade:' + you_can_view_your_grades_based_on_what_if_scores_s_a1aeae72: You can view your grades based on What-If scores so that you know how grades will be affected by upcoming or resubmitted assignments. You can test scores for an assignment that already includes a score, or an assignment that has yet to be graded. + instructor_is_working_on_grades_135388d2: Instructor is working on grades + show_saved_what_if_scores_358bfe5f: Show Saved "What-If" Scores + note_this_is_not_your_official_score_f2d4582f: "*NOTE*: This is NOT your official score." + revert_to_actual_score_f665eea9: Revert to Actual Score + show_all_details_9879980c: Show All Details + grades_for_student_aff00ba: Grades for %{student} + print_grades_9d5dd50f: Print Grades + status_e7fdbe06: Status + this_assignment_is_excused_and_will_not_be_conside_5892de1f: This assignment is excused and will not be considered in the total calculation + grade_info_19fb9875: Grade Info + read_comments_3fcc7590: Read comments + count_comments_cb137ab8: + one: 1 comment + other: "%{count} comments" + see_scoring_details_f7fd1f3b: See scoring details + see_rubric_results_62a6447d: See rubric results + similarity_score_more_information_b7010a87: Similarity score -- more information + see_turnitin_results_cd9d4a6c: See Turnitin results + originality_report_5d461681: Originality Report + final_grade_info_2aa35d25: Final Grade Info + close_grade_info_58ef5a20: Close grade info + close_d634289d: Close + assessment_by_name_7b879a2c: Assessment by %{name} + gradebook_context_name_9dbae5bc: Gradebook - %{context_name} + gradebook_1620a0aa: Gradebook + warning_for_improved_accessibility_please_click_he_e6472c02: 'Warning: For improved accessibility, please click here to use the Individual View Gradebook.' + grades_a61eba0a: Grades + learning_mastery_5fc34276: Learning Mastery + keyboard_shortcuts_ed1844bd: Keyboard Shortcuts + sync_grades_a16622ca: Sync Grades + individual_view_81c2f124: Individual View + filter_by_student_name_or_secondary_id_83dc524f: Filter by student name or secondary ID + import_1b31507: Import + export_de71cd8e: Export + csv_file_8061540e: CSV File + previous_csv_file_time_d7bfe7ef: Previous CSV File (%{time}) + gradebook_settings_b45c6df9: Gradebook Settings + view_gradebook_history_a9272918: View Gradebook History + sync_grades_to_sis_4e7fbc08: Sync grades to SIS + hide_student_names_3e59e862: Hide Student Names + arrange_columns_by_due_date_f74f9e2d: Arrange columns by due date + arrange_columns_by_points_48da9ba3: Arrange columns by points + arrange_columns_by_assignment_group_59bbddd0: Arrange columns by assignment group + show_attendance_columns_4d160e16: Show Attendance Columns + treat_ungraded_as_0_d38c2b41: Treat Ungraded as 0 + show_concluded_enrollments_6a05544c: Show Concluded Enrollments + show_inactive_enrollments_8f4c4824: Show Inactive Enrollments + search_23a88d5c: Search… + gradebook_individual_view_8846598e: 'Gradebook: Individual View' + mute_unmute_assignment_62608e44: Mute/Unmute Assignment + unmute_assignment_29a49038: Unmute Assignment + mute_assignment_bb505cd8: Mute Assignment + graded_25cd3fcd: Graded + previous_bd2ac015: Previous + next_40e12421: Next + notice_inactive_student_bcc4248a: 'Notice: Inactive Student' + notice_concluded_student_6d416c4: 'Notice: Concluded Student' + notice_the_grading_period_is_closed_for_this_stude_6c3ce0f9: 'Notice: The grading period is closed for this student' + your_comment_was_auto_saved_as_a_draft_c49d3510: Your comment was auto-saved as a draft. + this_submission_has_already_been_graded_and_is_rea_8ec61c52: This submission has already been graded and is ready for moderation. + submitted_files_82dd3009: Submitted Files + click_to_load_a020891b: "(click to load)" + download_this_file_669f9174: Download this file + resubmit_to_the_associated_tool_for_plagiarism_ana_8d84d913: Resubmit to the associated tool for plagiarism analysis. + resubmit_to_tool_name_1cf02a31: Resubmit to %{tool_name} + grading_aa6de9: Grading + select_rubric_2aa2ffa2: Select Rubric + comments_for_this_attempt_a5fae61f: Comments for this Attempt + assignment_comments_e43ed898: Assignment Comments + draft_comment_b2376ea4: Draft comment + submit_a3cc6859: Submit + delete_comment_a71040c3: Delete comment + click_here_to_view_ec8cb2fd: click here to view + all_comments_are_sent_to_the_whole_group_284591e7: All comments are sent to the whole group + send_comment_to_this_student_only_e3d9ca1: Send comment to this student only + file_attachment_8e7dbfd1: File Attachment + media_comment_e494a952: Media Comment + speech_recognition_c1c0b7f7: Speech Recognition + grading_standards: + account_index: + title: Grading Standards + course_index: + title: Grading Standards + titles: + grading_scheme_info: View/Edit Grading Scheme + confirm: + delete_grading_scheme: Are you sure you want to delete this grading scheme? + unlink_grading_scheme: Are you sure you want to unlink this grading scheme? + errors: + cannot_delete_grading_scheme: There was a problem deleting this grading scheme + cannot_remove_grading_scheme: There was a problem removing this grading scheme. Please reload the page and try again. + cannot_load_grading_standards: Loading Grading Standards Failed. Please Try Again + save_failed: Save Failed + grading_scheme_not_set: Not Set + status: + loading_grading_standards: Loading Grading Standards... + saving: Saving... + no_grading_standards: No grading schemes found + grading_scheme_currently_set: Currently Set + buttons: + save: Save + start_date_field_for_styleguide_8a8ab1d6: Start Date field for styleguide + due_date_field_for_styleguide_a88e02d6: Due Date field for styleguide + available_from_field_for_styleguide_7ced3861: Available From field for styleguide + available_until_field_for_styleguide_85d5d65a: Available Until field for styleguide + info: + styleguide: + manage: Manage + jobs: + index: + title: Jobs CP + headings: + running_jobs: Running Jobs + popular_tags: Popular Tags + jobs_list: Jobs List + selected_job: Selected Job + job_options: + current: Current + all: All + future: Future + failed: Failed + id: ID + strand: Strand + tag: Tag + search_jobs: Search Jobs + labels: + total_jobs: Total + with_selection: With Selection + id: id + tag: tag + strand: strand + shard: shard + priority: Priority + num_attempts: Attempts + max_attempts: Max Attempts + locked_by: Locked By + run_at: Run At + locked_at: Locked At + source: Source + failed_at: Failed At + original_job_id: Original Job ID + handler: Handler + last_error: Last Error + buttons: + select_all: select all + hold: hold + un_hold: un-hold + delete: delete + actions: + show: show + columns: + id: id + tag: tag + attempt: attempt + priority: priority + strand: strand + run_at: run at + worker: worker + runtime: runtime + count: count + confirm: + hold_all: Are you sure you want to hold *all* jobs of this type and matching this query? + unhold_all: Are you sure you want to unhold *all* jobs of this type and matching this query? + destroy_all: Are you sure you want to destroy *all* jobs of this type and matching this query? + titles: + job_handler: Job Handler + last_error: Last Error + warning_aacb8c24: Warning + close_warning_d61daf2c: Close warning + layouts: + fixed_bottom: + student_view: + warning_title: You are currently logged into Student View + reset_explanation: Resetting the test student will clear all history for this student, allowing you to view the course as a brand new student. + reset: Reset Student + leave: Leave Student View + head: + default_page_title: Canvas LMS + application: + links: + close: Close + keyboard_navigation: + close: Press comma to close this dialog + mobile_auth: + log_in_to_canvas: Log In To Canvas + you_are_currently_acting_as_user_name_8d2be0ee: You are currently acting as %{user_name} + stop_acting_as_user_8809a97f: Stop Acting as User + show_navigation_menu_34e7f441: Show Navigation Menu + show_courses_navigation_menu_7ad1a8d4: Show Courses Navigation Menu + show_account_navigation_menu_d97270a9: Show Account Navigation Menu + show_admin_navigation_menu_92fb579f: Show Admin Navigation Menu + show_groups_navigation_menu_1521d38d: Show Groups Navigation Menu + hide_navigation_menu_f0b3e90: Hide Navigation Menu + hide_courses_navigation_menu_6f7c4cfd: Hide Courses Navigation Menu + hide_account_navigation_menu_ccdf9480: Hide Account Navigation Menu + hide_admin_navigation_menu_5cab9c9e: Hide Admin Navigation Menu + hide_groups_navigation_menu_62e8b3d0: Hide Groups Navigation Menu + you_are_currently_logged_into_student_view_3e8a1da: You are currently logged into Student View + switch_group_42e23c11: Switch Group + parent_of_a_canvas_user_afba1624: Parent of a Canvas User? + click_here_for_an_account_9536cb36: Click Here For an Account + need_a_canvas_account_221d18ed: Need a Canvas Account? + click_here_it_s_free_eeccb9cb: Click Here, It's Free! + forgot_password_f0c3fbac: Forgot Password? + login_with_provider_3fd3998e: Login with %{provider} + create_account_263ec6: Create Account + log_out_379ba28a: Log Out + logged_out_724b3717: Logged Out + you_are_logged_out_of_canvas_8b5fc59a: You are logged out of Canvas. + click_here_to_log_in_again_4a6055de: Click here to log in again + failed_to_log_in_7ceec561: Failed to Log In + you_can_try_to_log_in_again_2b23ef0f: You can try to *log in again*. + it_looks_like_your_content_might_not_load_you_can__dfb85860: It looks like your content might not load. You can use this button to try launching it in a new tab. + lti: + lti_message: + new_tab: This tool needs to be loaded in a new browser window + new_tab_expired: The session for this tool has expired. Please reload the page to access the tool again + load_tool_new_tab_button: Load %{tool} in a new window + new_tab_loaded: This tool was successfully loaded in a new browser window. Reload the page to access the tool again. + tool_content_e699e813: Tool Content + message_body_1f782712: Message Body + provider_icon_5064fa6e: Provider icon + oauth2_provider: + confirm_form: + details: + allow_application: "%{app_name} is requesting access to your account." + login_name: You are authorizing this app as %{user_name}. + email: Your email address is %{email}. + cancel: Cancel + labels: + remember_access: Remember my authorization for this service + auth: + oauth2_complete: The application has finished the login workflow, and should reactivate shortly. + confirm: + page_title: App Login + confirm_mobile: + page_title: App Login + details: + allow_application: Allow %{app_name} to access your account. + authorize: Authorize + cancel: Cancel + remember_auth: Remember Authorization + authorize_e3f25bb4: Authorize + please_wait_e6355980: Please wait... + multi_factor_authentication_backup_codes_4d781044: Multi-factor Authentication Backup Codes + canvas_multi_factor_authentication_backup_codes_4bd08f93: Canvas Multi-factor Authentication Backup Codes + these_backup_codes_can_be_used_if_your_multi_facto_ca30a3df: These backup codes can be used if your multi-factor authentication device is unavailable. Please print them out and keep them in a safe location, like your wallet. + regenerate_3e4679f8: Regenerate + app_center_will_appear_in_the_apps_tab_on_the_sett_1b9eb936: App Center will appear in the "Apps" tab on the settings page of either a course or account. The URL provided below should point to a valid App Center endpoint (for example, %{url} -- be sure to omit the trailing slash + sample_data_e4fd01ff: Sample Data + you_will_need_to_register_an_application_on_clever_f412c7b8: |- + You will need to [register an application on Clever](%{clever_url}). + You should configure %{callback_url} as the redirect URL. + After you create your app, make a note of the Client ID and Client Secret, and enter them here. + you_will_need_to_register_an_application_on_linked_26ecb18d: |- + You will need to [register an application on LinkedIn](%{linkedin_url}). + You should add %{callback_url} as an OAuth 2.0 authorized redirect URL, and set the Application Status to Live + After you create your application, make a note of the Client ID and Client Secret, and enter them here. + use_mathman_to_convert_latex_to_svg_3f61c9b: Use MathMan to convert LaTeX to SVG? + use_mathman_to_convert_latex_to_mathml_680ef7b0: Use MathMan to convert LaTeX to MathML? + you_will_need_to_register_an_application_on_twitte_95e7b621: |- + You will need to [register an application on Twitter](%{twitter_url}). + You should configure %{callback_url} as the Callback URL, and set Access Level to + Read, Write, and Access direct messages + After you create your application, make a note of the Consumer Key and Consumer Secret, and enter them here. + canvas_revision_unknown: Unknown + count_errors_prohibited_this_plugin_from_being_sav_e796e372: + one: '1 error prohibited this plugin from being saved:' + other: "%{count} errors prohibited this plugin from being saved:" + email_addresses_893faeb2: Email Addresses + set_email_as_default_5b4a28e: Set Email as Default + email_actions_a9bfe457: Email Actions + set_default_email_address_400f70dc: Set default email address + set_email_address_as_default_954d284: Set email address as default + this_is_the_default_email_address_f3c421fb: This is the default email address + set_as_default_email_address_bd3b9b8f: Set as default email address + this_email_address_is_unconfirmed_f0fc8c6e: This email address is unconfirmed + remove_email_address_b1820820: Remove email address + you_cannot_remove_your_default_email_address_8ed68e52: You cannot remove your default email address + reset_this_email_address_s_bounce_count_d81d8fd9: Reset this email address's bounce count + add_email_address_aef3b61: Add Email Address + reset_this_contact_method_s_bounce_count_3845ecf4: Reset this contact method's bounce count + confirm_contact_method_29d6fe4b: Confirm contact method + remove_contact_method_ca890ba3: Remove contact method + sms_f0ddceeb: sms + add_contact_method_d2dfea03: Add Contact Method + slack_email_9204e2ea: Slack Email + register_slack_email_1f6d7e6d: Register Slack Email + country_or_region_26ea046c: Country or Region + select_country_or_region_4e9fb08e: Select Country or Region + international_text_messaging_rates_may_apply_d4b4a97a: International text messaging rates may apply. + other_carrier_45531207: Other Carrier + we_emailed_a_confirmation_link_to_email_address_cl_e5f1d2ae: We emailed a confirmation link to %{email_address}. Click the link in that email to finish registering. Make sure to check your spam box in case it got filtered. + to_activate_this_communication_channel_enter_the_f_f465efc5: To activate this communication channel, enter the four-character confirmation code sent to %{sms_number}. + code_is_case_sensitive_d8175cad: Code is case sensitive. + confirmation_code_required_22984955: Confirmation code (required) + user_settings_785eed40: User Settings + download_submissions_7454665f: Download Submissions + click_to_change_profile_picture_for_display_name_6a4b41db: Click to change profile picture for %{display_name} + user_s_settings_d65644b4: "%{user}'s Settings" + none_3b5e34d2: None + these_pronouns_will_appear_after_your_name_when_sh_6b7ff5b2: These pronouns will appear after your name when shown in the UI + system_default_language_28a1052d: System Default (%{language}) + remove_account_from_this_profile_c3095eb2: Remove account from this profile + unregister_service_985238e9: Unregister Service + access_tokens_can_be_used_to_allow_other_applicati_16c4a3ab: Access tokens can be used to allow other applications to make API calls on your behalf. You can also generate access tokens and *use the Canvas Open API* to come up with your own integrations. + before_you_can_edit_your_profile_you_need_to_verif_4fd9143e: Before you can edit your profile, you need to verify your email address (%{email}) by clicking the link in the email we sent you. If you don't see it, *click to re-send the email*, and make sure to check your spam box. + act_as_user_d7ef0e48: Act as User + bookmark_bank_46d729be: Bookmark %{bank} + unbookmark_bank_70569249: Unbookmark %{bank} + edit_bank_92eb8e14: Edit %{bank} + delete_bank_d8f4cb64: Delete %{bank} + edit_this_question_1c82c3cf: Edit this Question + delete_this_question_8f955ceb: Delete this Question + once_you_have_submitted_an_answer_you_will_not_be__840df9e9: Once you have submitted an answer, you will not be able to change it later. You will not be able to view the previous question. + question_9121487: Question + your_answer_8dad6ea4: 'Your Answer:' + other_incorrect_match_options_c1418af5: 'Other Incorrect Match Options:' + correct_answer_comments_34ca671f: Correct answer comments + wrong_answer_comments_14963a24: Wrong answer comments + general_answer_comments_730136ba: General answer comments + click_to_set_this_answer_as_correct_1326e3fd: Click to set this answer as correct + answer_weight_43420dc5: Answer Weight + answer_text_909894d6: Answer Text + matching_left_side_900f860b: Matching left side + matching_right_side_920e71b2: Matching right side + number_between_1_and_16_inclusive_31f5468d: number between 1 and 16 inclusive + click_to_enter_comments_if_the_student_chooses_thi_507c20f6: Click to enter comments, if the student chooses this answer + toggle_editing_answer_text_as_html_9a93fe6: Toggle editing answer text as HTML + delete_this_answer_f1802eaa: Delete this Answer + enter_your_question_and_multiple_answers_31370054: Enter your question and multiple answers. + enter_your_question_text_4729b886: Enter your question text. + enter_your_question_text_students_will_see_the_que_f19af9e9: Enter your question text. Students will see the question followed by a small text box to type their answer. + enter_your_question_specifying_where_each_blank_sh_2c6e8035: Enter your question, specifying where each blank should go. Students must type answers into text boxes at each blank. + this_question_will_show_a_checkbox_next_to_each_an_169cd6d9: This question will show a checkbox next to each answer. + enter_your_question_specifying_where_each_dropdown_b428a9ff: Enter your question, specifying where each dropdown should go. Then define possible answers for each dropdown. + define_text_to_go_before_and_after_the_dropdown_an_be8d16e2: Define text to go before and after the dropdown and build a set of possible answers. + possible_combination_count_db651ca4: Possible combination count + tolerance_value_9e96573c: Tolerance value + this_element_is_a_more_accessible_alternative_to_d_e17b4e51: This element is a more accessible alternative to drag & drop reordering. Press Enter or Space to move this question. + question_group_837b8014: Question Group + this_question_group_is_set_to_pick_more_questions__2e3552c4: This question group is set to pick more questions than are available. + students_have_either_already_taken_or_started_taki_a076336: Students have either already taken or started taking this quiz, so be careful about editing it. If you change any quiz questions in a significant way, you may want to consider regrading students who took the old version of the quiz. + details_98a31b68: Details + questions_a955145c: Questions + quiz_title_4b50ade9: Quiz Title + html_editor_fb2ab713: HTML Editor + rich_content_editor_2708ef21: Rich Content Editor + quiz_type_be1633db: Quiz Type + students_will_automatically_receive_full_credit_on_cc61df39: students will automatically receive full credit once they take the survey + options_3ab0ea65: Options + sync_to_name_6f04716d: Sync to %{name} + shuffle_answers_edb602b7: Shuffle Answers + time_limit_a6f1a51e: Time Limit + how_many_minutes_ecca5ee7: How many minutes? + minutes_4aee5a41: Minutes + keep_submissions_anonymous_5cbaf419: Keep Submissions Anonymous + allow_multiple_attempts_e67a0a37: Allow Multiple Attempts + quiz_score_to_keep_d1f7c4b1: Quiz Score to Keep + allowed_attempts_4e229caa: Allowed Attempts + number_of_allowed_attempts_3d10b740: Number of allowed attempts + students_cannot_view_quiz_responses_after_course_c_88e929ed: Students cannot view quiz responses after course concludes + let_students_see_their_quiz_responses_incorrect_qu_f5c9cb70: Let Students See Their Quiz Responses (Incorrect Questions Will Be Marked in Student Feedback) + only_after_their_last_attempt_3593d101: Only After Their Last Attempt + only_once_after_each_attempt_cc842738: Only Once After Each Attempt + let_students_see_the_correct_answers_dacc2faf: Let Students See The Correct Answers + show_correct_answers_at_30c37e01: Show Correct Answers at + show_correct_answers_at_a5475aa3: Show Correct Answers At + hide_correct_answers_at_2421b0aa: Hide Correct Answers at + hide_correct_answers_at_b1a59408: Hide Correct Answers At + show_one_question_at_a_time_271e346d: Show one question at a time + lock_questions_after_answering_5aecef9d: Lock questions after answering + quiz_restrictions_5db831c5: Quiz Restrictions + require_an_access_code_600e06e8: Require an access code + required_access_code_592902d7: Required access code + filter_ip_addresses_2f296bd2: Filter IP Addresses + filter_by_ip_address_40965f66: Filter by IP address + find_ip_address_filter_96ec70bb: Find IP Address Filter + require_respondus_lockdown_browser_31425b3a: Require Respondus LockDown Browser + required_to_view_quiz_results_dba7368b: Required to view quiz results + assign_eedf72bb: Assign + notify_users_this_quiz_has_changed_c5b05995: Notify users this quiz has changed + save_publish_36440725: Save & Publish + show_rubric_dca783f2: Show Rubric + points_n_e0b20623: Points %{n} + not_published_73f7079: Not Published + show_question_details_b059df00: Show Question Details + note_question_details_not_available_when_more_than_93199f6d: 'NOTE: Question details not available when more than %{question_count}.' + new_question_9107c469: New Question + new_question_group_d9306280: New Question Group + find_questions_4930b38f: Find Questions + instructions_2f88ee72: Instructions + options: + 'yes': 'Yes' + 'no': 'No' + logged_out_user_index_68a0edb2: Logged Out User %{index} + search_people_4782671a: Search People + search_people_as_you_type_in_this_field_the_list_o_5755e8ad: Search people. As you type in this field, the list of people will be automatically filtered to only include those whose names match your input. + available_until_date_cd125c62: Available Until Date + message_students_who_369b8488: Message Students Who... + this_is_a_preview_of_the_draft_version_of_the_quiz_910a02e0: This is a preview of the draft version of the quiz + this_quiz_has_been_excused_d89d2b74: This quiz has been excused + this_is_a_preview_of_the_published_version_of_the__70e0c8: This is a preview of the published version of the quiz + rubrics: + index: + page_title: Rubrics + buttons: + add_rubric: Add Rubric + course_rubrics: Course Rubrics + user_rubrics: User Rubrics + account_rubrics: Account Rubrics + points_possible: + one: 1 point possible + other: "%{count} points possible" + show: + titles: + edit_rubric: Edit Rubric + rubric_can_not_modify: Rubrics cannot be modified once they have been used in more than one place. + buttons: + delete: Delete Rubric + user_index: + page_title: Rubrics + buttons: + add_rubric: Add Rubric + headings: + user_rubrics: User Rubrics + delete_rubric: Delete Rubric + remove_rubric: Remove this Rubric from my list + points_possible: + one: 1 point possible + other: "%{count} points possible" + edit_rubric_title_104d6fd2: 'Edit Rubric: %{title}' + delete_rubric_title_ac3a24e6: 'Delete Rubric: %{title}' + count_criteria_22927713: + one: 1 criterion + other: "%{count} criteria" + delete_rubric_9b66412d: Delete Rubric + remove_this_rubric_from_my_list_c7d80704: Remove this Rubric from my list + join_course_511e6cb3: Join %{course} + changing_section_dates_may_override_course_and_ter_6634950e: Changing section dates may override course and term availability settings and placement in the Courses page and Dashboard. Please confirm term and course dates before modifying section dates. + section_starts_at_65eaed1: Section starts at + section_ends_at_bb9df3c0: Section ends at + students_can_only_participate_in_the_course_betwee_6f8595aa: Students can only participate in the course between these dates + when_selected_the_course_section_is_in_a_read_only_a7571eb2: When selected, the course section is in a read-only state outside these dates. + self_enrollments: + already_enrolled: + already_enrolled: You are already enrolled in **%{course}**. + buttons: + go_to_dashboard: Go to your Dashboard + go_to_course: Go to the Course + authenticate: + getting_started: You are enrolling in **%{course}**. + labels: + password: Password + buttons: + next: Next + enroll_in_course: Enroll in Course + authenticate_or_register: + getting_started: You are enrolling in **%{course}**. + new_user: I am a new user + existing_user: I already have a %{institution_name} login + labels: + password: Password + name: Full Name + buttons: + next: Next + enroll_in_course: Enroll in Course + confirm_enrollments: + getting_started: You are enrolling in **%{course}** + buttons: + next: Next + enroll_in_course: Enroll in Course + course_full: + class_full: Enrollment has filled up for **%{course}**. We apologize for the inconvenience. + enrollment_closed: + enrollment_is_closed: Enrollment is closed for **%{course}**. + successfully_enrolled: + already_enrolled: You have successfully enrolled in **%{course}**. + buttons: + go_to_dashboard: Go to your Dashboard + go_to_course: Go to the Course + not_available_yet: We'll send you an email shortly before the course begins. + new: + titles: + course_enrollment: Enroll in %{course} + please_enter_your_label_name_and_password_5c56be80: 'Please enter your %{label_name} and password:' + site: + view_privacy_policy: View Privacy Policy + please_enter_your_label_name_7745272d: 'Please enter your %{label_name}:' + login_with_auth_type_a0aaa52a: Login with *%{auth_type}* + this_course_cannot_be_added_to_the_courses_menu_at_a3fbb11e: This course cannot be added to the courses menu at this time. + chat_2153c6b7: Chat + all_terms_cd27b0fb: All Terms + active_terms_83df727e: Active Terms + future_terms_7fba2ae6: Future Terms + past_terms_4b6ec40e: Past Terms + all_grading_periods_77974940: All Grading Periods + select_a_grading_period_5ea50f1: Select a Grading Period... + find_an_existing_grading_scheme_d836ea: Find an Existing Grading Scheme + edit_grading_scheme_title_ff41d916: Edit Grading Scheme %{title} + remove_grading_scheme_title_d3942a08: Remove Grading Scheme %{title} + default_grading_scheme_894a0eb: Default Grading Scheme + current_grading_scheme_for_this_assignment_d525463e: Current grading scheme for this assignment + insert_above_row_de82d138: insert above %{row} + insert_here_ccdb022e: insert here + remove_row_row_167c424a: Remove row %{row} + remove_row_c198da5a: Remove row + insert_below_row_55ed6f34: insert below %{row} + hide_sidebar_2b5b3776: Hide Sidebar + done_54e3d4b6: Done + mark_as_done_6fa48d2f: Mark as done + message_students_who_b9f2bf20: Message students who... + for_title_69d92b3a: for %{title} + message_type_480e7b89: Message Type + cutoff_score_74254c89: cutoff score + send_message_6ccc90e8: Send Message + account_97b34646: Account + admin_4d3ba42f: Admin + dashboard_7f1dbf71: Dashboard + expand_global_navigation_2c28d5d4: Expand global navigation + minimize_global_navigation_2d839351: Minimize global navigation + click_to_report_profile_picture_370f9625: Click to report profile picture + click_to_report_profile_picture_for_display_name_9ffbcc86: Click to report profile picture for %{display_name} + pronouns_d1cd8dd0: Pronouns + i_ll_write_free_form_comments_when_assessing_stude_5cf50d06: I'll write free-form comments when assessing students + remove_points_from_rubric_dcd4b585: Remove points from rubric + don_t_post_outcomes_results_to_learning_mastery_gr_d0b85a19: Don't post Outcomes results to Learning Mastery Gradebook + hide_score_total_for_assessment_results_d0ef117f: Hide score total for assessment results + edit_criterion_description_5828919: Edit criterion description + delete_criterion_row_80c3b3b: Delete criterion row + this_criterion_is_linked_to_a_learning_outcome_c8aa57bf: This criterion is linked to a Learning Outcome + view_longer_description_6b762087: view longer description + long_description_7d89285c: Long Description + range_56b2f310: Range + instructor_comments_205e0ec8: Instructor Comments + select_1e849959: "[ Select ]" + save_this_comment_for_reuse_5eda0b70: Save this comment for reuse + edit_rating_c2ac31e5: Edit rating + delete_rating_24876355: Delete rating + to_c4c44f4b: to + pts_699bd9aa: pts + add_rating_89d7fbde: Add rating + this_area_will_be_used_by_the_assessor_to_leave_co_98a5db8b: This area will be used by the assessor to leave comments related to this criterion. + points_total_pts_5b4cbd77: "%{points} / %{total} pts" + additional_comments_9aed10bb: Additional Comments + description_436c48d7: Description + update_criterion_edcbd330: Update Criterion + update_comments_21991be0: Update Comments + rating_score_22cfc724: Rating Score + rating_max_score_eade1523: Rating max score + rating_min_score_3d35a762: Rating min score + min_e10fe94c: min + rating_title_3b60881e: Rating Title + rating_description_db6adf39: Rating Description + update_rating_6d29c2ef: Update Rating + points_out_of_total_24f61148: "*%{points}* out of **%{total}**" + select_the_page_you_want_to_associate_with_this_mo_47e6cfd9: Select the page you want to associate with this *module*, or add a new page by selecting "New Page". + select_the_page_you_want_to_associate_or_add_a_new_83af9f82: Select the page you want to associate, or add a new page by selecting "New Page". + you_re_editing_your_canvas_theme_the_changes_have__c0ae1bd1: You're editing your Canvas Theme! The changes have not been applied yet. + you_re_editing_your_canvas_theme_apply_or_cancel_c_1633384e: You're editing your Canvas Theme! Apply or cancel changes from within the *Theme Editor*. + note_sub_account_themes_are_not_active_during_this_a5dd9da: 'Note: sub-account themes are not active during this preview.' + something_broke_unexpectedly_6d3720ee: Something broke unexpectedly. + if_you_have_a_moment_click_here_to_tell_us_what_ha_d8b578d5: If you have a moment, *click here to tell us what happened*. + access_denied_f922a9ff: Access Denied + you_don_t_have_permission_to_access_this_resource_447d3a5e: You don't have permission to access this resource. + we_ve_let_your_instructor_know_to_review_this_link_f8d56088: We've let your instructor know to review this link as soon as possible. + either_you_re_a_new_user_or_the_terms_of_use_has_c_29797cc2: Either you're a new user or the *terms of use* has changed since you last agreed to it. Please agree to the *terms of use* before you continue. + please_adjust_your_security_preferences_before_con_fd568e8d: Please adjust your security preferences before continuing. + you_don_t_have_access_to_view_this_resource_8378e0e8: You don't have access to view this resource. + sub_accounts: + sub_accounts: + show_sub_accounts: Show Sub-Accounts + hide_sub_accounts: Hide Sub-Accounts + add_sub_accounts: Add Sub-Account + edit_account_name: Edit Account Name + can_not_delete: You can't delete a sub-account that has courses in it + delete_sub_account: Delete Sub-Account + account_courses: + one: 1 Course + other: "%{count} Courses" + account_sub_accounts: + one: 1 Sub-Account + other: "%{count} Sub-Accounts" + index: + titles: + sub_accounts: Sub-Accounts + page_header_title: Sub Accounts + alerts: + subaccount_has_courses: You can't delete a sub-account that has courses in it + subaccount_has_subaccounts: You can't delete a sub-account that has sub-accounts + confirms: + delete_subaccount: Are you sure you want to delete this sub-account? + courses_count: + one: 1 Course + other: "%{count} Courses" + sub_accounts_count: + one: 1 Sub-Account + other: "%{count} Sub-Accounts" + show_sub_accounts_for_account_name_fa71a658: Show Sub-Accounts for %{account_name} + hide_sub_accounts_for_account_name_a6de98bd: Hide Sub-Accounts for %{account_name} + add_sub_account_to_account_name_b104db90: Add Sub-Account to %{account_name} + edit_account_name_for_account_name_ae3633e8: Edit Account Name for %{account_name} + you_can_t_delete_account_name_because_it_has_cours_a81c57c9: You can't delete %{account_name} because it has courses in it + delete_account_name_96aee330: Delete %{account_name} + loading_bde52856: Loading + gathering_files_933551d9: Gathering Files... + grade_a91e433e: 'Grade:' + points_possible_44cb4190: "/ %{points_possible}" + late_penalty_817fff4e: 'Late penalty:' + final_grade_6938dca8: 'Final grade:' + this_is_a_media_comment_click_here_to_view_c297bf62: This is a media comment, *click here to view*. + submission_preview_383473ec: Submission Preview + url_preview_5d1f4a4e: URL Preview + assignment_assignment_submission_paper_view_8a4c9776: Assignment %{assignment} submission Paper View + paper_view_7405eeab: Paper View + assignment_assignment_submission_plain_text_view_b217d372: Assignment %{assignment} submission Plain Text View + plain_text_view_7640af4c: Plain Text View + edit_term_name_29a8a322: Edit Term %{name} + delete_term_name_f707abc9: Delete Term %{name} + add_new_term_d2217c0d: Add New Term + delete_entry_title_5e59727b: Delete entry %{title} + count_errors_prohibited_this_note_from_being_saved_fb546efe: + one: '1 error prohibited this note from being saved:' + other: "%{count} errors prohibited this note from being saved:" + note_8b73ce09: Note + never_df100b49: Never + notifications_cbfa7704: Notifications + tell_us_how_and_when_you_would_like_to_be_notified_de3ed2bc: Tell us how and when you would like to be notified of events in Canvas. + this_login_is_for_provider_6f17462: This login is for %{provider} + unnamed_account_id_e688ad87: Unnamed Account (%{id}) + note_this_login_s_account_uses_delegated_authentic_89227914: 'Note: This login''s account uses delegated authentication, but allows fallback Canvas password authentication. The password fields in this form update the fallback Canvas password, *not* the delegated authentication.' + clear_user_cache_ef079f7f: Clear User Cache + view_grades_8d3bae6c: View Grades + send_a_message_to_the_teacher_1ae115b6: Send a Message to the Teacher + user_search_results_3af96217: User Search results + academic_benchmark: + plugin_settings: + description: You will need access to an [Academic Benchmark](%{url}) account. + labels: + partner_id: Partner ID + partner_key: Partner Key + api_url: Api Url + api_key: API Key + common_core_guid: Common Core GUID (optional) + api_url_description: "(e.g. %{url})" + common_core_guid: "(e.g. %{guid})" + these_credentials_are_for_academic_benchmark_api_v_324baaa4: These credentials are for Academic Benchmark API v3. Leaving the Partner Key empty will default the importer to use Academic Benchmark API v1. + these_credentials_are_for_academic_benchmark_api_v_952718b1: These credentials are for Academic Benchmark API v1, which will be deprecated in a future release. + this_report_shows_all_the_courses_for_a_given_term_3cdc11e5: This report shows all the courses for a given term. The resulting csv file will have one row per course and will show the course id, course sis id, course short name, course name, account id, account sis id, account name, storage used in MB, and sum of all files in MB. The storage used reflects all files that go against the courses quota. The sum of all files in the course is the sum of all files that are in the course regardless of impact to the courses quota. + example_84698b7d: Example + configuration_location_ee0f6592: Configuration Location + associated_account_course_id_d87a01c5: Associated Account/Course ID + associated_account_name_91854e37: Associated Account Name + associated_course_name_9b5b1945: Associated Course Name + tool_name_7d58a6e4: Tool Name + tool_type_afa58fcb: Tool Type + tool_created_at_82c0daba: Tool Created At + tool_privacy_level_9d392813: Tool Privacy Level + launch_url_e150bd41: Launch URL + custom_fields_fc3e55af: Custom Fields + this_report_shows_grading_period_grades_and_overal_a86346a: This report shows grading period grades (and overall course grades) for each student enrolled in a given term. The resulting csv file will have one row per enrollment. + spring_grading_period_id_61aec82c: Spring grading period id + spring_grading_period_current_score_7083cf0d: Spring grading period current score + spring_grading_period_final_score_386d92f7: Spring grading period final score + fall_grading_period_id_74ef68e: Fall grading period id + fall_grading_period_current_score_d48c7f78: Fall grading period current score + fall_grading_period_final_score_56d96a8f: Fall grading period final score + this_report_shows_all_learning_outcomes_that_exist_e77bd04b: This report shows all learning outcomes that exist within this account. The resulting csv file will have one row per outcome, and will show the details of all associated attributes with each outcome. + user_observer_csv_3592a9cf: User Observer CSV + admin_csv_f8d1b3eb: Admin CSV + created_by_sis_e1449c31: Created by SIS + group_categories_csv_21eb0566: Group Categories CSV + 451_message: + title: Not Authorized + headings: + page: Not Authorized + description: You are not authorized to access this site because you are located in a country subject to U.S. trade restrictions. + settings: + service_cloud_settings: + labels: + api_url: Salesforce API Host (https://something.salesforce.com) + consumer_key: Salesforce Consumer Key + consumer_secret: Salesforce Consumer Secret + refresh_token: Refresh Token + is_sandbox: This is a salesfoce sandbox account + send_custom_fields: Send the custom fields listed below with each ticket + web_to_case_settings: + labels: + api_url: Salesforce API Endpoint URL + orgid: Salesforce Org ID + record_type: Record Type + ret_val: Return URL + recaptcha_settings: + instructions: |- + Before you can use the ReCAPTCHA plugin you'll need to + [sign up for an account on ReCAPTCHA](%{url}). Make sure to set up your + domain correctly to handle your site domain(s). After you've set up an + account, enter your public and private keys below. + + **Note:** any changes you make to these settings won't be + updated until you restart your server. + labels: + recaptcha_public_key: ReCAPTCHA Public Key + recaptcha_private_key: ReCAPTCHA Private Key + get_the_following_from_your_salesforce_connected_a_881fc9a3: Get the following from your Salesforce Connected App + you_ll_need_a_refresh_token_follow_the_steps_at_th_79a3984b: You'll need a refresh token, follow the steps at this link, you may want a technical expert to help + salesforce_has_a_different_login_host_for_sanbox_a_2d878ae9: Salesforce has a different login host for sanbox accounts than it does for production accounts, so if you're using a Salesforce sanbox account and you don't check this box it won't be able to authenticate (and this works in reverse too, if you have a production account and you DO check this box it won't authenticate) + if_you_enable_this_feature_be_sure_that_your_sales_566967e6: If you enable this feature, be sure that your salesforce account has these custom fields added exactly with the names in the left column of the table + field_name_31fff38e: Field Name + the_error_stack_trace_if_there_is_one_b7e008a1: The error stack trace, if there is one + the_severity_of_the_issue_as_selected_by_the_user__88db91d9: The severity of the issue, as selected by the user from a dropdown menu. + the_account_id_of_the_account_to_which_the_reporti_93ddb00f: The account ID of the account to which the reporting user belongs + the_full_hostname_for_the_account_instance_somethi_e325da1f: The full hostname for the account instance (something.instructure.com, for example) + the_url_of_the_page_the_user_was_on_when_they_repo_11dfa92f: The URL of the page the user was on when they reported the error + the_roles_held_by_the_reporting_user_student_teach_8fa5a269: the roles held by the reporting user (student, teacher, admin, etc) + the_url_a_sufficiently_priviledged_user_could_use__e6b02c56: The url a sufficiently priviledged user could use to masquerade as the reporting user on the same page to try and reproduce the problem + a_handy_key_value_dump_of_a_host_of_interesting_en_d0518dfe: A handy key/value dump of a host of interesting environment info for the reporting user + the_unique_id_used_for_representing_the_specific_r_3bdf5870: The unique id used for representing the specific request/response cycle this error report occured around + should_be_self_evident_the_canvas_id_of_the_report_44378262: should be self-evident, the canvas ID of the reporting user + same_value_as_canvas_url__c_will_probably_be_going_37027686: Same value as 'Canvas_URL__c', will probably be going away soon + the_salesforce_account_id_if_it_exists_e7949706: The Salesforce Account ID (if it exists) + add_your_zendesk_instance_s_custom_field_id_for_ea_3aeb75f4: 'Add your Zendesk instance''s custom field ID for each of the following (fields that do not have ID''s will not be logged):' + provisioned_catalog_account_26339afd: Provisioned Catalog Account + region_47e29025: 'Region:' + url_cc9398ca: 'URL:' + beta_url_3c7b88ec: 'Beta URL:' + note_it_may_take_up_to_a_week_for_the_beta_url_to__d695bddc: 'Note: It may take up to a week for the Beta URL to provision, depending on the Beta refresh cycle.' + provision_a_catalog_account_8cea67f6: Provision a Catalog Account + catalog_name_46d37909: Catalog Name + school_of_rock_4b7b1fd0: School of Rock + example_school_of_rock_41f32c31: 'example: "School of Rock"' + region_939f2a6c: Region + url_type_3ece27d2: URL Type + subdomain_url_1e43b6f0: Subdomain URL + example_https_schoolofrock_catalog_instructure_com_b7a35ab5: 'example: "https://schoolofrock.catalog.instructure.com"' + vanity_url_76f93382: Vanity URL + example_https_schoolofrock_edu_d4326f03: 'example: "https://schoolofrock.edu"' + catalog_url_a01655dd: Catalog URL + canvas_dashboard_links_will_navigate_to_the_catalo_4143635e: Canvas dashboard links will navigate to the Catalog dashboard + create_132b3be1: Create + edit_your_catalog_account_cce59310: Edit your Catalog Account + update_4d8ee62: Update + user_id_or_sis_id_sis_id_should_be_prepended_with__980ff02b: User ID or SIS ID (SIS ID should be prepended with sis_user_id:) + include_deleted_enrollments_1c87684a: Include Deleted Enrollments + enrolled_a6a517cd: Enrolled + withdrawn_4c838347: Withdrawn + all_configured_apps_a14eef0a: All Configured Apps + course_implemented_apps_fa658f5a: Course Implemented Apps + include_unpublished_courses_7a0e7aab: Include Unpublished Courses + course_canvas_id_9e36b24c: Course Canvas ID + this_is_a_report_of_all_students_enrolled_in_a_cou_d0137d3c: |- + This is a report of all students enrolled in a course in a given term that + have submitted an assignment. This report contains one row per student + submission. + include_unsubmitted_deleted_submissions_99fc2aad: Include Unsubmitted & Deleted Submissions + course_sis_id_sis_id_or_canvas_id_4d323f5c: 'Course SIS ID (SIS_ID:####) OR Canvas ID: (###)' + start_dates_8f1c22a8: 'Start Dates:' + start_date_from_20503757: 'Start Date From:' + start_date_to_1e6e6bbe: 'Start Date To:' + end_dates_249d8dbb: 'End Dates:' + end_date_from_cdd9d90: 'End Date From:' + end_date_to_8b17929d: 'End Date To:' + this_report_shows_the_student_final_grade_results__5a508b55: This report shows the student final grade results for all students in a given term. The resulting CSV file will have one row per enrollment, and will show the current and final grade that is displayed in the course gradebook. + this_report_displays_student_engagement_activity_c1d96b5c: This report displays student engagement activity. + alumno_88c80e37: Alumno + curso_f0ee9b5: Curso + id_del_curso_4ef15337: ID del Curso + sis_del_curso_bf9d61ae: SIS del Curso + id_del_alumno_bc4bcf8a: ID del Alumno + sis_del_alumno_716babc5: SIS del Alumno + this_report_displays_teacher_engagement_activity_f_5888d45b: This report displays teacher engagement activity for each teacher enrollment. + models_to_include_9fb154ca: Models to include + additional_options_7cefee79: Additional Options + always_include_dates_1ae2935e: Always Include Dates + the_default_report_only_includes_course_section_da_729092f0: The default report only includes Course/Section dates if Enrollment restrictions are enabled + demos: + demos_add: + labels: + master_template: Master template + school_name: School Name + username: Email Address + register: + sign_up_to_canvas: Sign up to try Canvas + personalize_demo: Personalize Your Demo + labels: + organization_type: Organization Type + school_position: Title + school_name: School / Organization + name: Name + phone: Phone Number + username: Email + location: Location + type_what_you_see: Type what you see + type_what_you_hear: Type what you hear + choose: Choose One + higher_education: Higher Ed + higher_education_for_profit: Higher Ed For-Profit + k12: K12 + k12_for_profit: K12 For-Profit + corporate: Corporate + government: Government + cio: CIO + dean: Dean + director: Director + instructional_designer: Instructional Designer + lms_administrator: LMS Administrator + provost: Provost + school_administrator: School Administrator + student: Student + support: Support + teacher_instructor: Teacher/Instructor + technologist: Technologist + vp: VP + assistant_superintendent: Assistant Superintendent + bus_finance_purchasing_director: Bus/Finance/Purchasing Dir + e_rate_administrator: ERate Administrator + instructional_media_svcs_dir: Instructional Media Svcs Dir + library_media_specialist: Library/Media Specialist + network_system_administrator: Network System Administrator + principal: Principal + school_technology_coordinator: School Technology Coordinator + superintendent: Superintendent + technology_computer_coord: Technology/Computer Coord + technology_education_director: Technology Education Director + c_level: C-Level + employee: Employee + manager: Manager + executive_officer: Executive Officer + gs_1_7: GS 1-7 + gs_8_10: GS 8-10 + gs_11_15: GS 11-15 + other: Other + united_states_and_canada: United States and Canada + europe_uk: Europe - UK + europe_other: Europe - Other + africa: Africa + asia_and_middle_east: Asia and Middle East + australia_new_zealand_and_oceania: Australia, New Zealand, and Oceania + south_america_central_america_and_caribbean: South America, Central America, and Caribbean + subscribe: I want to receive news, tips and info from Instructure + agree_to_terms: I agree to the *terms of use* and acknowledge the **privacy policy**. + incorrect: Incorrect. Try again. + begin_trial: Begin Trial + _register: + add_site: Add Site + invalid_email: Invalid email address + specify_location: Please specify your geographic location + you_must_agree_to_terms: You must agree to the terms of use + personalizing: Personalizing... + ready: Ready! + registered_successfully: Registered successfully! + try_again: Try Again + recaptcha_not_configured_3a6ef9ee: Recaptcha not configured + demo_sites_require_recaptcha_settings_to_be_config_8bf9c7e3: Demo sites require Recaptcha settings to be configured. Please see your site admin for this instance of Canvas. + canvas_cloud_information_fdd404f2: Canvas Cloud Information + created_by_b39b9c8b: Created By + delete_domain_domain_c5b68f5: Delete domain %{domain} + add_new_domain_e097d4a0: Add new domain + delete_domain_5ba75b7c: Delete domain + users_matching_search_term_c604db9e: Users Matching "%{search_term}" + root_accounts_cc035dcf: Root Accounts + create_a_new_account_4cf7c0f9: Create a New Account + account_domain_78f43049: Account Domain + trusted_account_url_e6200e41: Trusted Account URL + trusted_account_669ba397: Trusted Account + site_admin: + domain_not_found: + page_title: Oops, Canvas can’t find your login page. + you_typed: You typed + body_description: Please check your Canvas URL and try again. If you do not know your Canvas URL, please contact your institution or course instructor. + body_reference: If you're interested in a free Canvas account not tied to a specific institution you can sign up at + links: + canvas_instructure: canvas.instructure.com + institution_suspended: + page_title: Institution Suspended + links: + stop_masquerading: "[Stop Masquerading]" + logout: Logout + body: Your school's Canvas account is temporarily suspended. Please contact your Canvas administrator. + respondus_soap_endpoint: + plugin_settings: + labels: + enabled: Enabled (must enable QTI Converter as well) + provision_a_quiz_next_service_c7c6bd87: Provision a Quiz.Next Service + there_are_no_announcements_for_this_course_5ee649c3: There are no announcements for this course. + back_to_table_of_contents_d878b315: Back to Table of Contents + back_to_announcements_1036e43e: Back to Announcements + due_at_time_fa41cf6c: 'Due at: %{time}' + unlock_at_time_a0bbfb9: 'Unlock at: %{time}' + lock_at_time_3c8a044e: 'Lock at: %{time}' + grading_type_type_7d8b42d7: 'Grading Type: %{type}' + points_points_b6b422e2: 'Points: %{points}' + submitting_types_7c5a7096: 'Submitting: %{types}' + back_to_ref_title_377ea1f0: Back to %{ref_title} + click_here_to_see_the_file_79e2b366: Click here to see the file. + this_module_is_locked_until_datetime_b2486751: This module is locked until %{datetime} + this_module_is_locked_until_completing_all_of_the__ddf06070: 'This module is locked until completing all of the requirements for the following modules: %{prerequisites}' + item_name_is_not_currently_supported_d0d7dcb: "%{item_name} is not currently supported" + back_to_title_39e7a8f4: Back to %{title} + due_time_9acd6b69: Due %{time} + table_of_contents_d2d11ba6: Table of Contents + course_content_a92eca20: Course Content + login_is_too_long_25373f95: Login is too long + login_is_invalid_must_be_alphanumeric_or_an_email__ae4499b3: 'Login is invalid: must be alphanumeric or an email address' + choose_an_authentication_service_47dc8875: Choose an authentication service + another_configuration_is_currently_selected_select_95b394e: Another configuration is currently selected. Selecting this configuration will deselect the other. + account_settings: + account_name_too_long: Account Name is too long + help_menu_name_too_long: Help menu name is too long + titles: + configure_report: Configure Report + what_are_quiz_ip_filters: What are Quiz IP Filters? + open_registration_delegated_warning_dialog: An External Identity Provider is Enabled + confirms: + remove_account_admin: Are you sure you want to remove this account admin? + global_announcement: You must confirm the global announcement + delete_announcement: Are you sure you want to delete this announcement? + links: + turnitin: + confirm_settings: confirm Turnitin settings + notices: + turnitin: + checking_settings: checking Turnitin settings... + setings_confirmed: Turnitin settings confirmed! + invalid_settings: invalid Turnitin settings, please check your account id and shared secret from Turnitin + custom_text_blank: "[Custom Text]" + siteadmin: Site Admin + account: Account + course: Course + user: User + there_are_no_reports_for_you_to_view_b716717a: There are no reports for you to view. + security_tab_failed_to_load_2d2242a: Security Tab failed to load + about_this_service_b10bc808: About this service + data_point_over_time_8d0a54cc: "%{data_point} Over Time" + date_ee500367: Date + loading_6ac402e1: loading... + over_time_bee1a733: over time + ajax_errors: + no_text: No text + errors: + logged_out: You are not currently logged in, possibly due to a long period of inactivity. + unhandled: Oops! The last request didn't work out. + connection_lost: Connection to %{host} was lost. Please make sure you're connected to the Internet and try again. + links: + login: Login + details: details... + error_heading: 'Ajax Error: %{status_code}' + calculator: + command: + no_description: No description found for the function, %{functionName} + unrecognized: "%{functionName} is not a recognized function" + default_description: No description given + abs: + description: Returns the absolute value of the given value + asin: + description: Returns the arcsin of the given value + acos: + description: Returns the arccos of the given value + atan: + description: Returns the arctan of the given value + log: + description: Returns the log of the given value with an optional base + ln: + description: Returns the natural log of the given value + rad_to_deg: + description: Returns the given value converted from radians to degrees + deg_to_rad: + description: Returns the given value converted from degrees to radians + sin: + description: Returns the sine of the given value + cos: + description: Returns the cosine of the given value + tan: + description: Returns the tangent of the given value + sec: + description: Returns the secant of the given value + cosec: + description: Returns the cosecant of the given value + cotan: + description: Returns the cotangent of the given value + pi: + description: Returns the computed value of pi + if: + description: Evaluates the first argument, returns the second argument if it evaluates to a non-zero value, otherwise returns the third value + max: + description: Returns the highest value in the list + min: + description: Returns the lowest value in the list + sqrt: + description: Returns the square root of the given value + sort: + description: Returns the list of values, sorted from lowest to highest + reverse: + description: Reverses the order of the list of values + first: + description: Returns the first value in the list + last: + description: Returns the last value in the list + at: + description: Returns the indexed value in the given list + rand: + description: Returns a random number between zero and the range specified, or one if no number is given + length: + description: Returns the number of arguments in the given list + mean: + description: Returns the average mean of the values in the list + median: + description: Returns the median for the list of values + range: + description: Returns the range for the list of values + count: + description: Returns the number of items in the list + sum: + description: Returns the sum of the list of values + fact: + description: Returns the factorial of the given number + perm: + description: Returns the permutation result for the given values + comb: + description: Returns the combination result for the given values + ceil: + description: Returns the ceiling for the given value + floor: + description: Returns the floor for the given value + round: + description: Returns the given value rounded to the nearest whole number + e: + description: Returns the value for e + headings: + formula: Formula + result: Result + last_formula_row: the last formula row will be used to compute the final answer + decimal_places: Decimal Places + buttons: + save: Save + sample_final_answer: This value is an example final answer for this question type + drag_to_reorder: Drag to reorder + delete_formula: Delete Formula + quiz_statistics: + duration_in_seconds: + one: 1 second + other: "%{count} seconds" + duration_in_minutes: + one: 1 minute + other: "%{count} minutes" + duration_in_minutes_and_seconds: "%{minutes} and %{seconds}" + duration_in_hours: + one: 1 hour + other: "%{count} hours" + duration_in_hours_and_minutes: "%{hours} and %{minutes}" + no_answer: No Answer + unknown_answer: Something Else + summary: + audible_chart_description: "%{above_average} students scored above or at the average, and %{below_average} below. " + chart_title: Score percentiles chart + not_available_abbrev: N/A + quiz_summary: Quiz Summary + table_description: Summary statistics for all turned in submissions + mean: Average Score + high_score: High Score + low_score: Low Score + stdev: Standard Deviation + avg_time: Average Time + question_header: Question %{position} + attempts: 'Attempts: %{count} out of %{total}' + discrimination_index_help: "* This metric provides a measure of how well a single question can tell the difference (or discriminate) between students who do well on an exam and those who do not. * ** It divides students into three groups based on their score on the whole quiz and displays those groups by who answered the question correctly. ** *** ****Learn more about quiz statistics.**** ***" + discrimination_index: + discrimination_index: Discrimination Index + discrimination_index_dialog_title: The Discrimination Index Chart + discrimination_index_dialog_trigger: Learn more about the Discrimination Index. + audible_discrimination_index: 'Discrimination Index: %{number}.' + user_names: User Names + speedgrader: View in SpeedGrader + download_submissions: Download All Files + sad-panda-alttext: Sad things in panda land. + quiz-stats-noshow-warning: Even awesomeness has limits. We can't render statistics for this quiz, but you can download the reports. + title: Quiz Statistics + question_breakdown: Question Breakdown + loading_questions: Question statistics are being loaded. Please wait a while. + empty_question_breakdown: There are no question statistics available. + quiz_log_auditing: + loading: Loading... + event_stream: + session_started: Session started + question_answered: + one: 'Answered question:' + other: 'Answered the following questions:' + question_viewed: + one: Viewed (and possibly read) question + other: 'Viewed (and possibly read) the following questions:' + page_blurred: Stopped viewing the Canvas quiz-taking page... + page_focused: Resumed. + question_flagged: 'Flagged question:' + question_unflagged: 'Unflagged question:' + headers: + action_log: Action Log + notices: + no_events_available: There were no events logged during the quiz-taking session. + links: + log_accessibility_warning: 'Warning: For improved accessibility when using Quiz Logs, please remain in the current Stream View.' + page_header: Session Information + buttons: + reload_events: Reload + table_view: View Table + session_table_headers: + started_at: Started at + attempt: Attempt + no_answer: No answer + question_answers: + essay: + view_plain_answer: View Plain + view_html_answer: View HTML + question_header: 'Question #%{position}' + question_type: "%{type}" + question_response_count: + zero: This question was never answered. + one: This question was answered once. + other: This question was answered %{count} times. + navigation: + questions: Questions + links: + back_to_session_information: Back to Log + question: Question %{position} + table_view: + legend: + empty_circle: Empty Circle + empty_circle_desc: An empty answer. + dotted_circle: Dotted Circle + dotted_circle_desc: An answer, regardless of correctness. + filled_circle: Filled Circle + filled_circle_desc: The final answer for the question, the one that counts. + headers: + timestamp: Timestamp + question: Question %{position} + options: + truncate: Truncate textual answers + expand_all: Expand all answers + invert: Invert + buttons: + go_to_stream: View Stream + answer_sequence_cfeda025: Answer Sequence + count_students_in_percentile_percentile_d0adecfe: + one: '1 student in percentile %{percentile}. ' + other: "%{count} students in percentile %{percentile}. " + quiz_reports: + student_analysis: Student Analysis + item_analysis: Item Analysis + non_generatable_report_notice: Report can not be generated for Survey Quizzes. + generation_complete: Report has been generated. + generated_at: 'Generated: %{date}' + generation_started: Report is being generated. + generation_halfway: Less than half-way to go. + generation_almost_done: Almost done. + generatable: Report has never been generated. + generating: Report is being generated... + cancel_generation: Cancel + download_student_analysis_report_statuslabel_1471c8c2: Download student analysis report %{statusLabel} + download_item_analysis_report_statuslabel_8c9387ec: Download item analysis report %{statusLabel} + generate_student_analysis_report_statuslabel_aecdc4dc: Generate student analysis report %{statusLabel} + generate_item_analysis_report_statuslabel_16e02c8: Generate item analysis report %{statusLabel} + section_filter_cde54d0a: Section Filter + ratio_answered_correctly_b0c1e7d: "%{ratio}% answered correctly" + user_count_respondents_e30a8593: "%{user_count} respondents" + usercount_respondents_1521244: "%{userCount} respondents" + correct_check_icon_617da6c3: correct check icon + graph_bar_b5daa23d: Graph bar + correct_answer_5a6a57d1: Correct Answer + incorrect_answer_7c17e63b: Incorrect Answer + answers_which_scored_in_the_top_27_a605232d: Answers which scored in the top 27% + answers_which_scored_in_the_middle_46_46466ffd: Answers which scored in the middle 46% + answers_which_scored_in_the_bottom_27_74409483: Answers which scored in the bottom 27% + ungraded_answers_31ef2df7: Ungraded answers + unknown_answers_9688a2bc: Unknown answers + answer_correct_answer_c2c4a20c: "%{answer}, (Correct answer)" + answer_incorrect_answer_80efe585: "%{answer}, (Incorrect answer)" + _b4455c8b: "%" + a_table_of_answers_and_brief_statistics_regarding__f516e98f: A table of answers and brief statistics regarding student answer choices. + answer_description_6b353cfd: Answer Description + number_of_respondents_e1e7e8b: Number of Respondents + percent_of_respondents_selecting_this_answer_4c2ce4ee: Percent of respondents selecting this answer + answer_distribution_2a956e3f: Answer Distribution + ratio_responded_correctly_6d890107: "%{ratio}% responded correctly" + collaboration_was_deleted_9cf9934b: Collaboration was deleted + collaboration_update_failed_eb6622f3: Collaboration update failed + collaboration_creation_failed_95ff831f: Collaboration creation failed + country_or_region_is_required_86917b39: Country or Region is required + email_is_required_736ac26b: Email is required + email_is_invalid_e0d982eb: Email is invalid! + cell_number_is_required_2edcee60: Cell Number is required + cell_number_is_invalid_bd6faee0: Cell Number is invalid! + bounce_count_reset_c4c2218f: Bounce count reset! + confirm_communication_channel_81c48d08: Confirm Communication Channel + confirmation_failed_please_try_again_ae566d37: Confirmation failed. Please try again. + your_content_has_been_exported_bbb57764: Your content has been exported. + new_export_3ab758: New Export + content_locks: + messages: + quiz_locked_at: This quiz was locked %{at}. + assignment_locked_at: This assignment was locked %{at}. + topic_locked_at: This topic was locked %{at}. + file_locked_at: This file was locked %{at}. + page_locked_at: This page was locked %{at}. + content_locked_at: This content was locked %{at}. + quiz_locked_until: This quiz is locked until %{date}. + assignment_locked_until: This assignment is locked until %{date}. + topic_locked_until: This topic is locked until %{date}. + file_locked_until: This file is locked until %{date}. + page_locked_until: This page is locked until %{date}. + content_locked_until: This content is locked until %{date}. + quiz_locked_module: This quiz is part of the module *%{module}* and hasn't been unlocked yet. + assignment_locked_module: This assignment is part of the module *%{module}* and hasn't been unlocked yet. + topic_locked_module: This topic is part of the module *%{module}* and hasn't been unlocked yet. + file_locked_module: This file is part of the module *%{module}* and hasn't been unlocked yet. + page_locked_module: This page is part of the module *%{module}* and hasn't been unlocked yet. + content_locked_module: This content is part of the module *%{module}* and hasn't been unlocked yet. + visit_modules_page_for_details: Visit the modules page for information on how to unlock this content. + quiz_locked_no_reason: This quiz is locked. No other reason has been provided. + assignment_locked_no_reason: This assignment is locked. No other reason has been provided. + topic_locked_no_reason: This topic is locked. No other reason has been provided. + file_locked_no_reason: This file is locked. No other reason has been provided. + page_locked_no_reason: This page is locked. No other reason has been provided. + content_locked_no_reason: This content is locked. No other reason has been provided. + buttons: + ok_thanks: Ok, Thanks + titles: + content_is_locked: Content Is Locked + context_modulespublic: + errors: + reorder: Reorder failed, please try again. + points_possible_short: "%{points} pts" + buttons: + add: Add Module + update: Update Module + add_item: Add Item + titles: + add: Add Module + edit: Edit Module Settings + edit_item: Edit Item Details + add_item: Add Item to %{module} + add_prerequisite: Add Prerequisite to %{module} + optgroup: + assignments: Assignments + files: Files + quizzes: Quizzes + external_urls: External URLs + external_tools: External Tools + discussion_topics: Discussions + confirm: + delete: Are you sure you want to delete this module? + delete_item: Are you sure you want to remove this item from the module? + multiple_due_dates_283dd861: Multiple Due Dates + released_by_mastery_path_path_b562d741: 'Released by Mastery Path: %{path}' + edit_mastery_paths_for_title_3c0a15e1: Edit Mastery Paths for %{title} + not_completed_d70acea3: Not completed + this_assignment_is_overdue_a44bea3b: This assignment is overdue + you_scored_a_score_a5dd5561: You scored a %{score}. + your_submission_has_not_been_graded_yet_d6963e53: Your submission has not been graded yet + must_submit_the_assignment_782d025: Must submit the assignment + must_mark_as_done_91cff799: Must mark as done + must_view_the_page_67eec19e: Must view the page + must_contribute_to_the_page_fff632c: Must contribute to the page + must_score_at_least_a_score_3b4f813d: Must score at least a %{score} + not_yet_completed_345a0bca: Not yet completed + prerequisites_list_62d66d12: 'Prerequisites: %{list}' + delete_prerequisite_title_19741947: Delete prerequisite %{title} + delete_requirement_item_type_d7453a69: Delete requirement %{item} (%{type}) + duplicating_module_this_may_take_some_time_eef73720: Duplicating Module, this may take some time + error_rendering_duplicated_module_db821097: Error rendering duplicated module + error_duplicating_module_4b023042: Error duplicating module + module_module_name_was_successfully_deleted_fc9e9d47: Module %{module_name} was successfully deleted. + title_is_required_437f9993: Title is required + module_item_module_item_name_was_successfully_dele_8626d846: Module item %{module_item_name} was successfully deleted. + move_module_item_f525d6c8: Move Module Item + move_module_90e6927e: Move Module + move_contents_into_f3e4fd9d: Move Contents Into + some_module_items_could_not_be_published_e4be3c0: Some module items could not be published + expanded_f4493860: Expanded + collapsed_510aa02a: Collapsed + resync_grades_to_sis_d4dcfe12: Resync grades to SIS + syncing_grades_to_sis_d63112e0: Syncing grades to SIS... + are_you_sure_you_want_to_resync_these_grades_to_th_e509cb9e: Are you sure you want to resync these grades to the student information system? + are_you_sure_you_want_to_sync_these_grades_to_the__ca3c28a4: Are you sure you want to sync these grades to the student information system? You should only do this if all your grades have been finalized. + something_went_wrong_when_trying_to_sync_grades_to_592c4c35: Something went wrong when trying to sync grades to the student information system. Please try again later. + invalid_sis_sync_status_b68db497: Invalid SIS sync status + course_settings: + buttons: + adding_section: Adding Section... + add_section: Add Section + re_sending_all: Re-Sending Unaccepted Invitations... + re_sent_all: Re-Sent All Unaccepted Invitations! + errors: + section: Add Section Failed, Please Try Again + invitation: Invitation Failed. Please try again. + re_send_all: Send Failed, Please Try Again + confirm: + delete_section: Are you sure you want to delete this section? + titles: + move_course: Move Course + reset_course_content_dialog_help: Reset Course Content + section_enrollments: Section Enrollments + link_to_students: Link to Students + links: + more_options: more options + fewer_options: fewer options + re_sending_invitation: Re-Sending Invitation... + re_send_all: Re-Send All Unaccepted Invitations + invitation_sent_now: Just Now + invitation_sent: Invitation Sent! + edit_sections_placeholder: Enter a section name + edit_sections_title: Section name + remove_user_from_course_section: Remove user from %{course_section} + flash: + sections: Section enrollments successfully updated + sectionError: Something went wrong updating the user's sections. Please try again later. + invitation: Invitation sent. + links: Student links successfully updated + linkError: Something went wrong updating the user's student links. Please try again later. + re_send_invitation: Resend Invitation + cancel: Cancel + link_students_placeholder: Enter a student name + setting_failed_to_load_try_refreshing_c24bf008: Setting failed to load, try refreshing. + new_rating_created_54125331: New Rating Created + edit_rubric: + buttons: + create_rubric: Create Rubric + update_rubric: Update Rubric + titles: + edit_rubric_rating: Edit Rating + find_existing_rubric: Find Existing Rubric + messages: + loading_rubric_groups: Loading rubric groups... + loading_rubrics: Loading rubrics... + errors: + load_rubrics_failed: Loading rubrics failed, please try again + prompts: + read_only_rubric: You can't edit this rubric, either because you don't have permission or it's being used in more than one place. Any changes you make will result in a new rubric based on the old rubric. Continue anyway? + confirm_delete: Are you sure you want to delete this rubric? + change: Change + leave_different: Leave different + discussion_points_possible: + one: "%{count} point possible" + other: "%{count} points possible" + edit_criterion_5e4dadca: Edit Criterion + add_criterion_eb9587ef: Add Criterion + create_criterion_6df4d4ad: Create Criterion + criterion_long_description_e9a97247: Criterion Long Description + new_criterion_canceled_d8c2a655: New Criterion Canceled + max_dd02d615: max + new_rating_canceled_eed3c4ff: New Rating Canceled + criterion_updated_36c0b3dc: Criterion Updated + criterion_created_42669293: Criterion Created + rating_updated_7aff90ea: Rating Updated + submission_added_title_50ebdc85: 'submission added: %{title}' + click_to_edit_drag_to_reorder_ab725681: Click to edit, drag to reorder + move_page_e25b123d: Move Page + move_section_d3866941: Move Section + findLinkForService: + buttons: + search: Search + search_by_tag: Search by Tag + status: + diigo_search_throttling: Diigo limits users to one search every ten seconds. Please wait... + searching: Searching... + no_results_found: No Results Found + no_description: No description + errors: + search_failed: Search failed, please try again. + titles: + bookmark_search: 'Bookmark Search: %{service_name}' + find_outcome: + messages: + loading_outcomes: Loading Outcomes... + no_rubric_outcomes_found: No Rubric-Configured Outcomes found + no_outcomes_found: No Outcomes found + errors: + outcome_retrieval_failed: Outcomes Retrieval failed unexpected. Please try again. + titles: + find_outcome: Find Outcome + title_is_too_long_b192a46a: Title is too long + to_51406be9: To + from_fdd4956d: From + instructure_js: + links: + minimize_youtube_video: Minimize Video + view_equella_content_in_new_window: view the content in a new window + minimize_file_preview: Minimize File Preview + titles: + external_link: Links to an external site. + preview_document: Preview the document + equella_content_preview: Equella Content Preview + switched_roles_message: + teacher: You have switched roles temporarily for this course, and are now viewing the course as a teacher. You can restore your role and permissions from the course home page. + student: You have switched roles temporarily for this course, and are now viewing the course as a student. You can restore your role and permissions from the course home page. + ta: You have switched roles temporarily for this course, and are now viewing the course as a TA. You can restore your role and permissions from the course home page. + observer: You have switched roles temporarily for this course, and are now viewing the course as an observer. You can restore your role and permissions from the course home page. + designer: You have switched roles temporarily for this course, and are now viewing the course as a designer. You can restore your role and permissions from the course home page. + alerts: + file_previews_disabled: File previews have been disabled for this Canvas site + status: + posting_message: Posting Message... + errors: + posting_message_failed: Post Failed, Try Again + draft: Draft + buttons: + previous_module: Previous Module + next_module: Next Module + disableWhileLoading: + loading: Loading... + jquery_doc_previews: + errors: + document_preview_processing: The document preview is currently being processed. Please try again later. + cannot_view_document_in_canvas: This document cannot be displayed within Canvas. + instructure: + errors: + required: Required field + invalid_datetime: Invalid date/time value + invalid_number: This should be a number. + invalid_entry_for_field: 'Invalid entry: %{field}' + field_is_required: This field is required + instructure_misc_plugins: + confirms: + default_delete_thing: Are you sure you want to delete this? + link_enrollment: + messages: + loading_students: Loading Students... + linking_to_student: Linking to Student... + options: + no_link: "[ No Link ]" + errors: + load_failed: Loading Students Failed, please try again + link_failed: Linking Failed, please try again + titles: + link_to_student: Link to Student + buttons: + link: Link to Student + manage_avatars: + prompts: + delete_avatar: Are you sure you want to delete this user's profile pic? + lock_avatar: Locking this picture will approve it and prevent the user from updating it. Continue? + messages: + updating: Updating... + errors: + update_failed: Update failed, please try again + mathquill: + tabs: + basic: Basic + greek: Greek + operators: Operators + relationships: Relationships + arrows: Arrows + delimiters: Delimiters + miscellaneous: Misc + media_comments_publicjs: + messages: + submitting: Submitting Media File... + submitted: Submitted Media File! + flash_required_record_audio: Flash required for recording audio. + flash_required_upload_audio: Flash required for uploading audio. + flash_required_upload_video: Flash required for uploading video. + loading: Loading... + errors: + file_too_large: "*This file is too large.* The maximum size is %{size}MB." + upload_failed: 'Upload failed with error:' + media_comment_installation_broken: Media comment uploading has not been set up properly. Please contact your administrator. + must_be_logged_in: You must be logged in to record media. + load_failed: Media Comment Application failed to load. Please try again. + save_failed: Saving appears to have failed. Please close this popup to try again. + persistent_problem: If this problem keeps happening, you may want to try recording your media locally and then uploading the saved file instead. + save_failed_try_again: Entry failed to save. Please try again. + titles: + media_contribution: Media Contribution + record_upload_media_comment: Record/Upload Media Comment + buttons: + submit: Submit Media File + captions_subtitles_af2c47e: Captions/Subtitles + are_you_sure_you_want_to_delete_this_track_f5a16357: Are you sure you want to delete this track? + delete_track_fc21128b: Delete track + remove_student_from_recipients_4b206e35: Remove %{student} from recipients + message_students_for_course_name_e55f8077: Message Students for %{course_name} + public_message_students: + send_message: Send Message + sending_message_8ac5bc90: Sending Message... + message_sent_9ff3a79d: Message sent! + sending_message_failed_please_try_again_b53cc904: Sending Message Failed, please try again + prerequisites_lookup: + headers: + completion_prerequisites: Completion Prerequisites + labels: + requirements_must_be_completed: The following requirements need to be completed before this page will be unlocked + question_bank: + updating_outcomes: Updating Outcomes... + align_outcomes: Align Outcomes + update_outcomes_fail: Updating Outcomes Failed + remove_outcome_from_bank: Are you sure you want to remove this outcome from the bank? + links: + more_questions: more questions + loading_more_fail: loading more questions fails, please try again + delete_are_you_sure: Are you sure you want to delete this bank of questions? + bookmarking: Bookmarking... + already_bookmarked: Already Bookmarked + bookmark_failed: Bookmark Failed + question_bank: Question Bank + title: + move_copy_questions: Move/Copy Questions + buttons: + submit_moving: + one: Moving Question... + other: Moving Questions... + submit_copying: + one: Copying Question... + other: Copying Questions... + submit_moving_failed: + one: Moving Question Failed, please try again + other: Moving Questions Failed, please try again + submit_copying_failed: + one: Copying Question Failed, please try again + other: Copying Questions Failed, please try again + submit_retry_moving: Moving Question Failed, please try again... + submit_retry_copying: Copying Question Failed, please try again... + load_questions: Loading Questions... + move_questions: Move Questions + multiple_questions: Multiple Questions + answer_answerid_97fc4afc: Answer %{answerId} + quizzes_public: + titles: + click_to_set_as_correct: Click to set this answer as correct + set_as_correct: This answer is set as correct + click_to_unset_as_correct: Click to unset this answer as correct + click_to_enter_comments_on_answer: Click to enter comments for the student if they choose this answer + click_to_enter_comments_on_wrong_match: Click to enter comments for the student if they miss this match + ip_address_filtering: IP Address Filtering + find_question_bank: Find Question Bank + find_quiz_question: Find Quiz Question + add_questions_as_group: Add Questions as a Group + help_with_formulas: Help with Quiz Question Formulas + labels: + correct_answer: Correct Answer + possible_answer: Possible Answer + comments_on_answer: Comments, if the user chooses this answer + comments_on_question: Comments for this question + comments_on_wrong_match: Comments if the user gets this match wrong + answer_text: Answer text + other_incorrect_matches: Other Incorrect Match Options + message_text: Message Text + enter_answer_variable_above: "[ Enter Answer Variables Above ]" + answer_text: Answer text + label: + question: + instructions: Question instructions, rich text area + quiz: + instructions: Quiz instructions, rich text area + answer: + text: Answer text, rich text area + final_answer: Final Answer + choose_option: "[ Choose ]" + question_colon: 'Question:' + 'true': 'True' + 'false': 'False' + default_question_name: Question + errors: + quiz_score_not_a_number: Score must be a number between 0 and 2,000,000,000. + quiz_score_too_short: Score must be greater than 0. + quiz_score_too_long: Score must be less than 2,000,000,000. + invalid_show_correct_answers_range: Hide date cannot be before show date. + missing_ip_filter: You must enter a valid IP Address + missing_access_code: You must enter an access code + retrieving_filters_failed: Retrieving Filters Failed + field_is_required: This field is required + loading_banks_failed: Question Banks failed to load, please try again + creating_group_failed: Create Group Failed, Please Try Again + loading_questions_failed: Questions failed to load, please try again + loading_more_questions_failed: loading more questions failed + adding_questions_failed: Adding Questions Failed, please try again + no_possible_solution: Please generate at least one possible solution + no_answer: Please add at least one answer + no_correct_answer: Please choose a correct answer + loading_question_failed: Loading Question Failed... + default_quesiton_name: Question + answer_comments: Answer comments + question_limit_reached: |- + You have reached the maximum number of questions allowed for a quiz (%{count}/%{limit}). + + As a workaround, consider spreading the material across multiple quizzes. + retrieving_filters: Retrieving Filters... + no_filters_found: No filters found + quiz_short_answer_length_error: Answers for fill in the blank questions must be under 80 characters long + quiz_attempts_nan_error: Quiz attempts can only be specified in numbers + quiz_attempts_length_error: Quiz attempts are limited to 3 digits, if you would like to give your students unlimited attempts, do not check Allow Multiple Attempts box to the left + buttons: + saved: Saved! + save: Save + save_and_publish: Save & Publish + saving: Saving... + update_question: Update Question + create_group: Create Group + create_question: Create Question + creating_group: Creating Group... + adding_questions: Adding Questions... + add_selected_questions: Add Selected Questions + update_group: Update Group + generating: Generating... + generating_combinations_progress: Generating... (%{done}/%{total}) + confirms: + scrap_and_restart: Scrap this quiz and start from scratch? + delete_question: Are you sure you want to delete this question? + delete_answer: Are you sure? Deleting answers from a question with submissions disables the option to regrade this question. + delete_quiz: Are you sure you want to delete this quiz? + default_quiz_title: Quiz + loading_question_banks: Loading Question Banks... + question: + positive_points: Must be zero or greater + loading_questions: Loading Questions... + loading_more_questions: loading more questions... + more_questions: more questions + default_answer_comments: Response if the student chooses this answer + default_response_to_essay: Response to show student after they submit an answer + default_response_to_file_upload: Response to show student after they submit an answer + default_comments_on_wrong_match: Response if the user misses this match + default_answer_comments_on_match: Response if the student matches this answer + loading_question: Loading Question... + top_level: "-- Top level --" + before_quiz_item: before %{name} + at_the_bottom: "-- at the bottom --" + alerts: + no_valid_combinations: The system could not generate any valid combinations for the parameters given + only_n_valid_combinations: + one: The system could only generate 1 valid combination for the parameters given + other: The system could only generate %{count} valid combinations for the parameters given + ip_filter_is_not_valid_152a46d8: IP filter is not valid. + the_quiz_name_must_be_under_length_characters_68e7de3a: The Quiz name must be under %{length} characters + please_add_at_least_one_non_blank_answer_for_each__a05a55f9: Please add at least one non-blank answer for each variable. + please_add_at_least_one_non_blank_answer_213c2c8e: Please add at least one non-blank answer. + quiz_40ee61b1: quiz + extra_credit_not_permitted_on_outcomes_score_adjus_714dd746: Extra credit not permitted on outcomes, score adjusted to maximum possible for %{outcome} + are_you_sure_you_want_to_delete_this_rubric_this_a_d4ff43c7: Are you sure you want to delete this rubric? This action will remove this rubric association from all assignments in the current course, and delete any existing associated assessments. + are_you_sure_you_want_to_delete_this_rubric_any_co_29d7ac76: Are you sure you want to delete this rubric? Any course currently associated with this rubric will still have access to it, but no new courses will be able to use it. + section: + confirms: + delete_enrollment: Are you sure you want to delete this enrollment permanently? + status: + removing_crosslisting_of_section: De-Cross-Listing Section... + confirming_course: Confirming %{course_name}... + default_course_name: Course ID "%{course_id}" + errors: + course_not_authorized_for_crosslist: "%{course_name} not authorized for cross-listing" + confirmation_failed: Confirmation Failed + enrolled_as_limited_teacher: enrolled as a teacher with section-only access + enrolled_as_limited_ta: enrolled as a TA with section-only access + enrolled_as_limited_observer: enrolled as a observer with section-only access + enrolled_as_limited_designer: enrolled as a designer with section-only access + enrolled_as_limited_student: enrolled as a student with section-only access + enrolled_as_teacher: enrolled as a teacher + enrolled_as_ta: enrolled as a TA + enrolled_as_observer: enrolled as a observer + enrolled_as_designer: enrolled as a designer + enrolled_as_student: enrolled as a student + selected_content_is_not_an_lti_link_11780d96: Selected content is not an LTI link. + error_retrieving_content_c07ee76b: Error retrieving content + are_you_sure_you_want_to_cancel_changes_you_made_m_c5210496: Are you sure you want to cancel? Changes you made may not be saved. + changes_you_made_may_not_be_saved_4e8db973: Changes you made may not be saved. + unselected_external_tool_tool_1bd68403: Unselected external tool %{tool} + selected_external_tool_tool_bae095ba: Selected external tool %{tool} + select_content_dialog: + link_from_external_tool: Link Resource from External Tool + invalid_lti_resource_selection: There was a problem retrieving a valid link from the external tool + buttons: + add_item: Add Item + titles: + add_item_to_module: Add Item to Module + find_links_using_service: Find links using %{service} + errors: + external_tool_url: An external tool can't be saved without a URL. + failed_to_create_item: Failed to Create new Item + assignment_name_blank: Assignment name cannot be blank. + loading_failed: Loading Failed + url_is_required_4689ed84: URL is required + page_name_is_required_d8c2736e: Page Name is required + sis_import: + headers: + import_errors: Errors that prevent importing + import_warnings: Warnings + imported_items: Imported Items + import_counts: + accounts: 'Accounts: %{account_count}' + terms: 'Terms: %{term_count}' + courses: 'Courses: %{course_count}' + sections: 'Sections: %{section_count}' + users: 'Users: %{user_count}' + logins: 'Logins: %{login_count}' + enrollments: 'Enrollments: %{enrollment_count}' + crosslists: 'Crosslists: %{crosslist_count}' + admins: 'Admins: %{admin_count}' + group_categories: 'Group Categories: %{group_categories_count}' + groups: 'Groups: %{group_count}' + group_enrollments: 'Group Enrollments: %{group_enrollments_count}' + user_observers: 'User Observers: %{user_observers_count}' + change_sis_ids: 'Change SIS IDs: %{change_sis_ids_count}' + status: + processing: Processing + notices: + processing_takes_awhile: this may take a bit... + messages: + import_complete_success: The import is complete and all records were successfully imported. + import_complete_warnings: 'The SIS data was imported but with these messages:' + errors: + import_failed_code: 'There was an error importing your SIS data. Please notify your system administrator and give them the following code: "%{code}"' + import_failed_messages: 'The import failed with these messages:' + buttons: + process_data: Process Data + LongTextEditor: + save: Save + cancel: Cancel + cannot_view_detailed_reports_for_anonymous_assignm_33ed6c3e: Cannot view detailed reports for anonymous assignments until grades are unmuted. + all_sections_daf11554: All Sections + show_all_sections_190203e8: Show all sections + change_section_to_sectionname_6e947e90: Change section to %{sectionName} + speed_grader: + alerts: + no_students_in_section: Could not find any students in that section, falling back to showing all sections. + no_students_in_groups_close: Sorry, submissions for this assignment cannot be graded in Speedgrader because there are no assigned users. Please assign users to this group set and try again. Click 'OK' to close this window. + no_students_in_groups_back: Sorry, submissions for this assignment cannot be graded in Speedgrader because there are no assigned users. Please assign users to this group set and try again. Click 'OK' to go back. + no_active_students: Sorry, there are either no active students in the course or none are gradable by you. + cancel_button: Cancel + mute_assignment: Mute Assignment + buttons: + saving_settings: Saving Settings... + dialog_buttons: Cancel + submitting: Submitting... + unmute_assignment: Unmute Assignment + begin_record_prompt: Click the "Record" button to begin. + allow_message: Click the "Allow" button to begin recording. + recording_message: Recording... + recording_expired_message: Speech recognition has expired due to inactivity. Click the "Stop" button to use current text for comment or "Cancel" to discard. + mic_blocked_message: Permission to use microphone is blocked. To change, go to chrome://settings/content/microphone + nodetect_message: No speech was detected. You may need to adjust your microphone settings. + titles: + click_to_record: Speech to Text + dialog_button: + aria_record: Click to record + aria_stop: Hit "Stop" to end recording. + aria_record_reset: Click to record + edit_view_rubric: View Rubric + student_index: Student %{index} + turnitin: + tooltip: + pending: Similarity Score - Submission pending + error: Similarity Score - See submission error details + info_message: This file is still being processed by the plagiarism detection tool associated with the assignment. Please check back later to see the score. + vericite: + tooltip: + pending: VeriCite Similarity Score - Submission pending + error: VeriCite Similarity Score - See submission error details + info_message: This file is still being processed by VeriCite. Please check back later to see the score + error_message: There was an error submitting to VeriCite. Please try resubmitting the file before contacting support + resubmitting: Resubmitting... + no_submission_time: no submission time + portion_graded: "%{x}/%{y}" + canvadoc_expiring: Your Canvas DocViewer session is expiring soon. Please reload the window to avoid losing any work. + crocodoc_expiring: Your Crocodoc session is expiring soon. Please reload the window to avoid losing any work. + submit: Submit + group: Group + student: Student + submissions_dropdown: + submitted: "*Submitted:* %{submittedAt}" + submission_to_view: 'Submission to view:' + grade: "(grade: %{grade})" + see_all_quiz_attempts: See all quiz attempts + student_number_db6f06c1: Student %{number} + uploading_submission_4c8d944b: Uploading Submission + submission_failed_to_submit_8de4efcd: Submission Failed to Submit + no_file_submitted_a879fa53: No File Submitted + hidden_14a032a7: Hidden + add_a_comment_872470ac: Add a Comment + download_submission_comments_2a6c0395: Download Submission Comments + similarity_score_see_detailed_report_a113dac0: Similarity Score - See detailed report + vericite_similarity_score_see_detailed_report_390ab687: VeriCite Similarity Score - See detailed report + x_y_4a86b3ab: "%{x}/%{y}" + are_you_sure_you_want_to_delete_this_comment_4ee386d: Are you sure you want to delete this comment? + failed_to_submit_draft_comment_1de83451: Failed to submit draft comment + are_you_sure_you_want_to_submit_this_comment_fbe76ba6: Are you sure you want to submit this comment? + student_position_6d3b7750: Student %{position} + submit_comment_commenttext_8e5638d7: 'Submit comment: %{commentText}' + delete_comment_commenttext_c8afe129: 'Delete comment: %{commentText}' + the_following_students_have_unsaved_changes_to_the_7762def7: |- + The following students have unsaved changes to their quiz submissions: + + %{users} + Continue anyway? + if_you_would_like_to_keep_your_unsubmitted_comment_b7e349ce: If you would like to keep your unsubmitted comments, please save them before navigating away from this page. + the_maximum_number_of_graders_has_been_reached_for_a9302ebb: The maximum number of graders has been reached for this assignment. + the_grade_you_entered_has_been_selected_and_can_no_ca87612b: The grade you entered has been selected and can no longer be changed. + an_error_occurred_updating_this_assignment_21287c7e: An error occurred updating this assignment. + something_went_wrong_please_try_refreshing_the_pag_3f651814: Something went wrong. Please try refreshing the page. If the problem persists, you can try loading a single student group in SpeedGrader by using the *Large Course setting*. + speed_grader_helpers: + graded: graded + not_graded: not graded + not_submitted: not submitted + graded_then_resubmitted: graded, then resubmitted (%{when}) + turnitin: + resubmitting: Resubmitting... + download_assignment_submissions_41e50ee7: Download Assignment Submissions + click_here_to_download_size_of_file_74443988: Click here to download %{size_of_file} + q_what_goes_black_white_black_white_a_a_panda_roll_c682ee13: 'Q: What goes black, white, black, white? A: A panda rolling down a hill.' + submit_assignment: + messages: + submitting: Submitting... + submit_failed: Submit Failed, please try again + not_submitted_yet: You haven't finished submitting your assignment. You still need to click "Submit" to finish turning it in. Do you want to leave this page anyway? + now_overdue: This assignment is now overdue. Any new submissions will be marked as late. Continue anyway? + overdue: This assignment is overdue. Do you still want to submit it? + record_before_submitting: Record Before Submitting + titles: + uploading: Uploading Submission + buttons: + submit_assignment: Submit Assignment + file_retrieval_error: Retrieving File Failed + invalid_file_retrieval: There was a problem retrieving the file sent from this tool. + getting_file: Retrieving File... + button: + submit_assignment: Submit Assignment + attached_files_must_be_greater_than_0_bytes_7f57bee7: Attached files must be greater than 0 bytes + selected_filename_7552a8c0: selected %{filename} + file_tree_expanded_a1d20c4a: File tree expanded + file_tree_collapsed_d4b0ae96: File tree collapsed + remove_filename_87f3781e: remove %{filename} + the_launched_tool_returned_an_invalid_resource_for_24512878: The launched tool returned an invalid resource for this assignment + submit_assignment_helper: + messages: + agree_to_pledge: You must agree to the submission pledge before you can submit this assignment. + you_have_been_given_extra_time_on_this_attempt_9d8bff6c: You have been given extra time on this attempt + your_time_for_this_quiz_has_been_reduced_394652e9: Your time for this quiz has been reduced. + saving_d55dd90e: Saving... + ExternalToolsPlugin: + more_external_tools: More External Tools + no_grade_3fa326c: no grade + user_logins: + save_succeeded: Save successful + error: + unauthorized: You do not have sufficient privileges to make the change requested + titles: + update_login: Update Login + add_login: Add Login + buttons: + update_login: Update Login + add_login: Add Login + notices: + cant_delete_last_login: You can't delete the last login for a user + mfa_reset: Multi-factor authentication reset + confirms: + delete_login: Are you sure you want to delete the login, "%{login}"? + user_name: + messages: + updating_user_details: Updating User Details... + removing_image: Removing image... + reporting_image: Reporting image... + buttons: + update_user: Update User + errors: + updating_user_details_failed: Updating user details failed, please try again + failed_to_remove_image: Failed to remove the image, please try again + failed_to_report_image: Failed to report the image, please try again + confirms: + remove_profile_picture: Are you sure you want to remove this user's profile picture? + notices: + image_reported: This image has been reported + cache_cleared_successfully_9ab84d5a: Cache cleared successfully + failed_to_clear_cache_7361ab: Failed to clear cache + no_graded_submissions_e40c957a: No graded submissions + muting_assignment_a9aeb5c7: Muting Assignment... + this_assignment_is_currently_muted_that_means_stud_94d63139: This assignment is currently muted. That means students can't see their grades and feedback. Would you like to unmute now? + assignment_muter: + unmute_button: Unmute Assignment + unmuting_assignment: Unmuting Assignment... + unmute_assignment: Unmute Assignment + paginated_list: + no_results_found: No Results + view_more_link: View More + set_created_createdat_895e2243: Set created %{createdAt} + locked_image_24f37a16: Locked image + instructure_inline_media_comment: + links: + minimize_embedded_kaltura_content: Minimize embedded content + alerts: + kaltura_disabled: Kaltura has been disabled for this Canvas site + term_start_b8c2aad1: term start + whenever_b943b119: whenever + show_all_artifacts_34b91a83: Show All Artifacts + hide_all_artifacts_d654fbd5: Hide All Artifacts + calendar: + today: Today + calendar_title: 'Calendar:' + agenda_view_displaying_start_end: Now displaying %{start} through %{end} + prompts: + delete_assignment: Are you sure you want to delete this assignment? + delete_override: Are you sure you want to delete this assignment override? + titles: + edit_appointment_group: Edit Appointment Group + edit_event: Edit Event + save_changes: Save Changes + save: Save + save_and_publish: Save & Publish + name_is_required: Name is required! + edit: + confirm_delete_calendar_event: Are you sure you want to delete this calendar event? + event_deleted: "%{event_title} deleted successfully" + event_saved: Event Saved Successfully + titles: + warning: Warning + missingDueDate: + one: "%{sections} does not have a due date assigned." + other: "%{sections} do not have a due date assigned." + buttons: + cancel: Cancel + send_message: Send + sending_message: Sending... + no_groups: No groups found + no_users: No users found + messages_sent: Messages Sent + errors: + send_message_failed: There was an error sending your message, please try again + event_on_this_day: There is an event on this day + open_appointment_on_this_day: There is an open appointment on this day + confirm_appointment_group_deletion: Are you sure you want to delete this appointment group? + appointment_group_deletion_details: Deleting it will also delete any appointments that have been signed up for by students. + confirm_deletion: Confirm Deletion + no_dates_error: You need to specify at least one date and time + time_block_errors: There are errors in your time block selections. + end_before_start_error: Start time must be before end time + ends_in_past_error: You cannot create an appointment slot that ends in the past + loading_undated_events: Loading undated events + loading_more_items: Loading more items. + time_block_row: + date_label: Date + start_time_label: Start Time + end_time_label: End Time + delete_link: Delete Time Range + agenda_view: + due: Due + no_events: "*No events after this date.*" + loading: Loading + appointment_group_list: + location: 'Location:' + x_groups_have_signed_up: "%{n_participant_count} groups have signed up" + x_people_have_signed_up: "%{n_participant_count} people have signed up" + manage: Manage %{title} appointment group + edit: Edit + delete: Delete + signed_up_for: "*%{title} appointment group* You're signed up for" + scheduler_explanation_teacher_header: You have not created any appointment groups, and there are none you can sign up for + scheduler_explanation_teacher_paragraph_1: This is the Scheduler Tool. You can use it to create appointment groups for your students to sign up for. + scheduler_explanation_teacher_paragraph_2: For example, lets say you want to go over the midterm paper assignment with each of the students in your course. You would create a new appointment group, specify the dates and times that you're available, tell it to split that time into 15 minute blocks and only allow one student per time-block. + scheduler_explanation_teacher_paragraph_3: Then students would get notified and see that they need to sign up for one of the specified time blocks. They will be shown a calendar with the available time blocks overlaid on top of everything on their other calendars so they can pick a time that works for them. + scheduler_explanation_teacher_paragraph_4: '* Get started now by clicking the "Create an appointment group" button to the right. *' + scheduler_explanation_student_header: You do not have any appointment groups to sign up for + scheduler_explanation_student_paragraph_1: Teachers can use this tool to schedule things for their students to sign up for, e.g. office hours, group presentation time slots, etc. + scheduler_explanation_student_paragraph_2: Currently, none of your teachers have made any appointments available. You will be notified if appointment slots become available. + calendar_header: + links: + improved_accessibility_recommend_agenda: 'Warning: For improved accessibility, please use the "Agenda view" Calendar.' + calendar_week: Week + calendar_month: Month + calendar_agenda: Agenda + calendar_scheduler: Scheduler + my_appointment_groups: My Appointment Groups + done_go_back_to_list: Done, Go Back To List + loading: Loading + create_event: Create New Event + calendar_navigator: + today: Today + previous: Previous + next: Next + enter_navigation_date: Enter the date you would like to navigate to. + context_selector: + done: Done + delete_item: + deletion_reason: 'Reason for deletion:' + edit_appointment_group: + name: Name + location: Location + calendar: Calendar + group_signup: Have students sign up in groups. + group_category: Group Category + date: Date + time_range: Time Range + appt_group_options_help1: Some existing reservations are over the limit you have added. These will not be affected, this change only prevents new reservations from being made. + appt_group_options_help2: You can, however, manually remove any existing reservations. + affect_reservations: How will this affect reservations? + details: 'Details:' + edit_appt_calendar_event: + description: 'Description:' + edit_assignment: + title: 'Title:' + due: 'Due:' + calendar: 'Calendar:' + group: 'Group:' + links: + more_options: More Options + edit_assignment_override: + due: 'Due:' + calendar: 'Calendar:' + links: + more_options: More Options + edit_calendar_event: + title: 'Title:' + date: 'Date:' + from: 'From:' + timespan_separator: to + location: 'Location:' + calendar: 'Calendar:' + links: + more_options: More Options + edit_calendar_event_full: + new_calendar_event_header: New Calendar Event + edit_calendar_event_header: Edit Calendar Event + event_title: Event Title + event_description: Event Description + different_date_for_each_section: Use a different date for each section + date: Date + start_time: Start Time + end_time: End Time + location_name: 'Location:' + location_address: 'Address:' + repeat: Duplicate + count: 'Count:' + delete: Delete + buttons: + create: Create Event + update: Update Event + edit_event: + tabs: + event: Event + assignment: Assignment + todo: My To Do + appointment_group: Appointment Group + edit_planner_note: + title: 'Title:' + date: 'Date:' + time: 'Time:' + calendar: 'Calendar:' + edit_to_do_item: + title: 'Title:' + date: 'Date:' + time: 'Time:' + links: + more_options: More Options + event_details: + close: Close + calendar: Calendar + location: Location + location_address: Address + details: Details + attendees: Attendees + slots_available: Slots available + links: + delete: Delete + edit: Edit + reserve: Reserve + unreserve: Un-reserve + message_students: Message students + message_participants: + message_groups: Message Groups + message_students: Message Students + send_message_to: Send a message to... + all_groups: All groups + unregistered_groups: Groups who haven't signed up yet + registered_groups: Groups who have already signed up + all_users: All users + unregistered_users: Users who haven't signed up yet + registered_users: Users who have already signed up + message_label: 'Message:' + reservation_over_limit_dialog: + cancel_existing_reservation: Cancel existing reservation and sign up for this one? + appointment_limit_reached: Appointment limit reached + you_are_already_signed_up_for: 'You are already signed up for:' + would_you_like_to_cancel_that_and_sign_up_for_this: Would you like to cancel that and sign up for this? + cancel_some_appointments_and_try_again: Please cancel one of your other reservations and try again. + scheduler_right_side_admin_section: + create_a_new_set_of_appointments: Create an appointment group + undated_events: + loading_undated_events: Loading undated items... + show_undated_events: Show undated items + no_undated_events: No undated items. + assignment_title_82b4422e: 'Assignment Title:' + to_do_5526f10a: 'To Do:' + event_title_57a50568: 'Event Title:' + reserved_by_you_cd03b62d: Reserved By You + unreserved_e86b7425: Unreserved + reserved_by_d563e7d2: 'Reserved By: ' + calendar_a8563bb2: 'Calendar:' + assignment_has_a_locked_date_due_date_cannot_be_se_2e2e3389: Assignment has a locked date. Due date cannot be set outside of locked date range. + the_next_available_appointment_in_this_course_is_o_da10316c: The next available appointment in this course is on *%{date}* + there_are_no_available_signups_for_this_course_26b05c56: There are no available signups for this course. + failed_loading_course_sections_refresh_page_to_try_f97160bf: Failed loading course sections. Refresh page to try again. + due_dueat_ef67f6f4: 'Due: %{dueAt}' + no_date_bfeb2df7: No Date + available_8606e40c: Available + availableslots_available_87b8b69d: "%{availableSlots} Available" + availableslots_more_available_be5193a8: "%{availableSlots} more available" + filled_5d8c39e: Filled + reserved_f247b60b: Reserved + and_more_1c35b232: and more... + are_you_sure_you_want_to_delete_this_to_do_item_497016ea: Are you sure you want to delete this To Do item? + are_you_sure_you_want_to_delete_this_page_2185844: Are you sure you want to delete this page? + are_you_sure_you_want_to_delete_this_discussion_334554e0: Are you sure you want to delete this discussion? + discussion_6719c51d: Discussion + event_fe9ba3fe: Event + to_do_1d554f36: To Do + hide_course_sections_for_course_name_bd1911af: Hide course sections for course %{name} + show_course_sections_for_course_name_5f715702: Show course sections for course %{name} + minutes_per_slot_5b7169e5: Minutes per slot + max_users_groups_per_appointment_867c505b: Max users/groups per appointment + maximum_number_of_appointments_a_participant_can_a_70dfd6cd: Maximum number of appointments a participant can attend + EditAppointmentGroupDetails: + affect_reservations: How will this affect reservations? + bad_max_appts: You must allow at least one appointment per participant + bad_per_slot: You must allow at least one appointment per time slot + context_required: You need to select a calendar + select_calendars: Select Calendars + and_n_contexts: and %{n} others + and_n_sectionCodes: and %{n} others + appt_calendar_event_dialog: + title: Edit %{name} + update: Update + invalid_participants: You must allow at least one user to attend + you_must_allow_at_least_one_group_to_attend_68531eab: You must allow at least one group to attend + name_is_too_long_must_be_under_length_characters_b8dad44c: Name is too long, must be under %{length} characters + due_date_is_required_cdb75f25: Due Date is required! + title_is_required_8bb13295: Title is required! + date_is_required_9c6f5e83: Date is required! + to_do_item_d76ecb78: To Do Item + scheduler_shown_df77ca6f: Scheduler shown + confirm_deletion_b2efe7d4: Confirm Deletion + do_nothing_9672b478: Do Nothing + reschedule_9f780bb8: Reschedule + confirm_reservation_removal_e6350e7c: Confirm Reservation Removal + are_you_sure_you_want_to_delete_your_reservation_t_5ae87209: Are you sure you want to delete your reservation to this event? + are_you_sure_you_want_to_cancel_your_appointment_w_dbbd27eb: Are you sure you want to cancel your appointment with %{name}? + confirm_removal_a9bb889: Confirm Removal + GroupUserCollection: + flash: + userAlreadyInGroup: 'WARNING: %{user} is already a member of %{group}' + discussions: + uknown_author: Unknown Author + reply: + saving_reply: Saving reply... + unknown_author: Unknown Author + no_content: No Content + this_student: This Student + discussion_participant: Discussion Participant + like_count: + one: "(%{count} like)" + other: "(%{count} likes)" + participant: + anonymous_user: Anonymous + show_all_n_replies: + one: Show one reply + other: Show all %{count} replies + unknown: Unknown + mark_as_read: Mark as Read + mark_as_unread: Mark as Unread + are_your_sure_delete: Are you sure you want to delete this entry? + show_due_dates: Show Due Dates + hide_due_dates: Hide Due Dates + entry_collection_view: + add_reply_to_topic: Add Reply to Topic + author_link: + authors_name: Author's name + unknown_author: ">Unknown Author" + deleted_entry: + deleted: Deleted by *%{editor_name}* on %{edited_at} + entry_content: + manage_discussion_entry: Manage Discussion Entry + go_to_parent: Go To Parent + go_to_topic: Go To Topic + open_in_speedgrader: Open in SpeedGrader + edited_comment: Edited by *%{editor.display_name}* on %{edited_at} + write_a_reply: Reply + like_entry: Like entry + reply_attachment: + attachment_label: Attachment + remove_attachment: remove + reply_form: + write_a_reply: Reply + attach_file: Attach + cancel: Cancel + post_reply: Post Reply + entry_stats: + show_more: Show more + no_results: + your_search_did_not_match_any_entries: Your search did not match any entries. + suggestions: 'Suggestions:' + make_sure_all_search_terms_are_spelled_correctly: Make sure all search terms are spelled correctly. + try_different_more_general_or_fewer_keywords: Try different, more general, or fewer keywords. + try_disabling_the_unread_filter: Try disabling the "Unread" filter. + results_entry: + edited_comment: Edited by *%{editor.display_name}* on %{edited_at} + view_in_discussion: View in discussion + remove_attachment_ceae0973: Remove Attachment + failed_to_save_please_try_again_later_bb7070fb: Failed to save, please try again later + an_error_occurred_please_post_your_reply_again_lat_b0220ac6: "*An error occurred*, please post your reply again later" + EditorToggle: + done_as_in_finished: Done + done: + title: Click to finish editing the rich text area + editor_accessibility: + titles: + font_size: Font Size, press down to select + formatting: Formatting, press down to select + rte_help: Rich Text Area. Press ALT+F8 for help + accessibles: + forecolor: Text Color, press down to select + background_color: Background Color, press down to select + sr_gradebook: + assignment_muted: Click to unmute. + assignment_unmuted: Click to mute. + final_point_ratio: "%{pointRatio} points" + student_hidden_name: Student %{position} + all_grading_periods: All Grading Periods + all_sections: All Sections + no_student: No Student Selected + no_assignment: No Assignment Selected + no_outcome: No Outcome Selected + notes: Notes + invalid_group_warning: + one: 'Note: Score does not include assignments from the group %{list_of_group_names} because it has no points possible.' + other: 'Note: Score does not include assignments from the groups %{list_of_group_names} because they have no points possible.' + assignment_order_assignment_groups: By Assignment Group and Position + assignment_order_alpha: Alphabetically + assignment_order_due_date: By Due Date + discussion_topic: Discussion topic + online_quiz: Online quiz + on_paper: On paper + none: None + external_tool: External tool + online_text_entry: Online text entry + online_url: Online URL + online_upload: Online upload + media_recordin: Media recording + previous_object: Previous %{type} + next_object: Next %{type} + grading_cell: + grade_ungraded: Ungraded + grade_complete: Complete + grade_incomplete: Incomplete + score_out_of_points_84f44331: "(%{score} out of %{points})" + no_points_possible_72db3a55: No points possible + out_of_points_37a749d7: "(out of %{points})" + download_scores_generated_on_date_ff5b9cd2: Download Scores Generated on %{date} + external_toolsHomeworkSubmissionLtiContainer: + no_tools_found: No tools found + concluded_63150003: concluded + gradebookold: + percent_of_grade: "%{percentage} of grade" + points_out_of: out of %{points_possible} + show_student_names: Show Student Names + hide_student_names: Hide Student Names + student_name: Student Name + secondary_id: Secondary ID + total: Total + invalid_assignment_groups_warning: + one: Score does not include %{groups} because it has no points possible + other: Score does not include %{groups} because they have no points possible + no_assignments_have_points_warning: Can't compute score until an assignment has points possible + show_notes: Show Notes Column + hide_notes: Hide Notes Column + notes: Notes + powerschool_a30f0bfc: PowerSchool + there_was_a_problem_exporting_c33dc250: There was a problem exporting. + previous_csv_timestamp_6673c69c: Previous CSV (%{timestamp}) + exporting_b1eab154: Exporting + upload_successful_ca47465f: Upload successful + notes_c42e0fd5: Notes + this_grade_differs_from_the_student_s_view_of_the__56742bd0: This grade differs from the student's view of the grade because some assignments are muted + unable_to_set_default_grade_because_this_assignmen_d19842a9: Unable to set default grade because this assignment is due in a closed grading period for at least one student + unable_to_curve_grades_because_this_assignment_is__17f78c27: Unable to curve grades because this assignment is due in a closed grading period for at least one student + gradebookHeaderMenu: + errors: + upload_as_zip: Please upload files as a .zip + note_length_cannot_exceed_maxlength_characters_82798b1: Note length cannot exceed %{maxLength} characters. + oldgradebookgradebookKeyboardNav: + keycodes: + sort: s + menu: m + close_menu: esc + goto_assignment: g + comment: c + keyboard_sort_desc: Sort the grid on the current active column + keyboard_menu_desc: Open the menu for the active column's assignment + keyboard_close_menu: Close the currently active assignment menu + keyboard_assignment_desc: Go to the current assignment's detail page + keyboard_comment_desc: Comment on the active submission + dropped_for_grading_purposes_46256461: Dropped for grading purposes + submitted_late_3741af29: Submitted late + anonymous_e1b8ad27: Anonymous + moderated_assignment_12873e87: Moderated Assignment + assignment_muted_4cb590a4: Assignment muted + resubmitted_since_last_graded_8484d285: Resubmitted since last graded + not_factored_into_grading_455dcf6a: Not factored into grading + url_submission_f76327e3: URL Submission + discussion_submission_781d5d33: Discussion Submission + file_upload_submission_740711f: File Upload Submission + text_entry_submission_7b0ae0c5: Text Entry Submission + this_quiz_needs_review_50e014e: This quiz needs review + media_comment_submission_14e224dc: Media Comment Submission + media_recording_submission_b7fd1491: Media Recording Submission + quiz_submission_dca0c013: Quiz Submission + has_similarity_score_d5f332b4: Has similarity score + this_submission_is_not_in_any_grading_period_cbbd2f8: This submission is not in any grading period + this_submission_is_in_another_grading_period_36bc720b: This submission is in another grading period + this_submission_is_in_a_closed_grading_period_cc9ecb8a: This submission is in a closed grading period + there_was_an_error_updating_this_assignment_please_59fc608d: There was an error updating this assignment. Please refresh the page and try again. + this_student_was_just_awarded_an_unusually_high_gr_9ad835f3: This student was just awarded an unusually high grade. + this_student_was_just_awarded_negative_points_55741a37: This student was just awarded negative points. + pass_2a8c4f07: pass + fail_62dbb06a: fail + blank_38df4238: blank + excused_3aab77: excused + gradebookOutcomeGradebookGrid: + learning_outcome: Learning Outcome + exceeds_mastery_1f995dce: Exceeds Mastery + meets_mastery_754e1c06: Meets Mastery + near_mastery_f25174a4: Near Mastery + well_below_mastery_37664bdc: Well Below Mastery + there_was_an_error_fetching_course_statistics_96e9dbad: There was an error fetching course statistics + override_3de65b2c: Override + there_was_an_error_fetching_submission_comments_ce153077: There was an error fetching Submission Comments + successfully_posted_the_comment_12d95d56: Successfully posted the comment + there_was_a_problem_posting_the_comment_75d15646: There was a problem posting the comment + successfully_updated_the_comment_946360d5: Successfully updated the comment + there_was_a_problem_updating_the_comment_5f3595b9: There was a problem updating the comment + successfully_deleted_the_comment_a8bbe561: Successfully deleted the comment + there_was_a_problem_deleting_the_comment_93053aa9: There was a problem deleting the comment + there_was_a_problem_creating_the_teacher_notes_col_dd73456f: There was a problem creating the teacher notes column. + there_was_a_problem_hiding_the_teacher_notes_colum_3f03014: There was a problem hiding the teacher notes column. + there_was_a_problem_showing_the_teacher_notes_colu_a6e4a2bc: There was a problem showing the teacher notes column. + there_was_a_problem_updating_the_submission_6e5280a1: There was a problem updating the submission. + you_have_entered_an_invalid_grade_for_this_student_7c41e9bc: You have entered an invalid grade for this student. Check the value and the grading type and try again. + gradezillaGradebookKeyboardNav: + keycodes: + sort: s + menu: m + close_menu: esc + goto_assignment: g + keyboard_sort_desc: Sort the grid on the current active column + keyboard_menu_desc: Open menu for the active column + keyboard_close_menu: Close the currently active menu + keyboard_assignment_desc: Go to the current assignment's detail page + open_the_grade_detail_tray_cea682a5: Open the grade detail tray + this_assignment_is_unpublished_64c0f46c: This assignment is unpublished + assignment_excused_eb6c08fa: Assignment Excused + submitted_late_97730017: Submitted Late + missing_submission_ec204c33: Missing Submission + assignment_muted_8d74bfa0: Assignment Muted + gradezillaOutcomeGradebookGrid: + learning_outcome: Learning Outcome + duration_hours_hours_and_minutes_minutes_d5da8c3: 'Duration: %{hours} hours and %{minutes} minutes' + duration_minutes_minutes_d7b9182b: 'Duration: %{minutes} minutes' + duration_1_minute_29c7d5ab: 'Duration: 1 minute' + helpDialog: + Help: Help + Back: Back + sequence_footer: + prev_module_item_desc: 'Previous: *item*' + prev_module: 'Previous Module:' + prev_module_desc: 'Previous Module: *module*' + next_module: 'Next Module:' + next_module_desc: 'Next Module: *module*' + choose_the_next_mastery_path_b035b727: Choose the next mastery path + next_mastery_path_is_currently_locked_a9253711: Next mastery path is currently locked + next_mastery_path_is_still_processing_please_perio_bb0121af: Next mastery path is still processing, please periodically refresh the page + next_item_2d1ddc96: 'Next: *item*' + jquery_media_comments: + loading: Loading media... + media_still_converting: Media is currently being converted, please try again in a little bit. + titles: + play_comment: Play Media Comment + media_has_been_queued_for_conversion_please_try_ag_74343bbd: Media has been queued for conversion, please try again in a little bit. + play_media_comment_8614d30f: Play Media Comment + play_media_comment_by_name_from_createdat_515b3b: Play media comment by %{name} from %{createdAt}. + play_media_comment_35257210: Play media comment. + validate: + is_required: This field is required + media_comment_dialog_manager: + messages: + loading: Loading... + titles: + record_upload_media_comment: Record/Upload Media Comment + media_comments_upload_view_manager: + file_size_error: Size of %{file} is greater than the maximum %{max} MB allowed file size. + file_type_error: "%{file} is not an acceptable %{type} file." + errors: + media_comment_installation_broken: Media comment uploading has not been set up properly. Please contact your administrator. + messages: + submitting: Submitting Media File... + can_t_unpublish_name_if_there_are_student_submissi_8ab8086c: Can't unpublish %{name} if there are student submissions + models_conversations: + cannot_be_empty: Message cannot be blank + no_recipients_choose_another_group: No recipients are in this group. Please choose another group. + course_logging: + event_type: + created: Created + updated: Updated + concluded: Concluded + unconcluded: Unconcluded + restored: Restored + deleted: Deleted + published: Published + copied_from: Copied From + copied_to: Copied To + reset_from: Reset From + reset_to: Reset To + corrupted: Details Not Available + event_source: + manual: Manual + api: Api + sis: SIS + blank_placeholder: "-" + field_label: + name: Name + account_id: Account Id + group_weighting_scheme: Group Weighting Scheme + workflow_state: Workflow State + uuid: UUID + start_at: Start At + conclude_at: Concluded At + grading_standard_id: Grading Standard Id + is_public: Is Public + allow_student_wiki_edits: Allow Student Wiki Edit + created_at: Created At + updated_at: Updated At + show_public_context_messages: Show Public Context Message + syllabus_body: syllabus_body + allow_student_forum_attachments: Allow Student Forum Attachments + default_wiki_editing_roles: Default Wiki Editing Roles + wiki_id: Wiki Id + allow_student_organized_groups: Allow Student Organized Groups + course_code: Course Code + default_view: Default View + abstract_course_id: Abstract Course Id + root_account_id: Root Account Id + enrollment_term_id: Enrollment Term Id + sis_source_id: SIS Source Id + sis_batch_id: SIS Batch Id + open_enrollment: Open Enrollment + storage_quota: Storage Quota + tab_configuration: Tab Configuration + allow_wiki_comments: Allow Wiki Comments + turnitin_comments: Turnitin Comments + self_enrollment: Self Enrollment + license: License + indexed: Indexed + restrict_enrollments_to_course_dates: Restrict Enrollments To Course Dates + template_course_id: Template Course Id + locale: Locale + replacement_course_id: Replacement Course Id + public_description: Public Description + self_enrollment_code: Self Enrollment Code + self_enrollment_limit: Self Enrollment Limit + integration_id: Integration Id + hide_final_grade: Hide Final Grade + hide_distribution_graphs: Hide Distribution Graphs + allow_student_discussion_topics: Allow Student Discussion Topics + allow_student_discussion_editing: Allow Student Discussion Editing + lock_all_announcements: Lock All Announcements + large_roster: Large Roster + public_syllabus: Public Syllabus + unpublished_8b6107d6: Unpublished + course_restore: + restore_error: There was an error attempting to restore the course. Course was not restored. + models_DateGroup: + everyone_else: Everyone else + could_not_duplicate_discussion_953ed67f: Could not duplicate discussion + modelsOutcome: + criteria: + exceeds_expectations: Exceeds Expectations + meets_expectations: Meets Expectations + does_not_meet_expectations: Does Not Meet Expectations + modelsPageView: + browsers: + unrecognized: Unrecognized Browser + pseudonym: + errors: + required: Required + too_long: Can't exceed %{max} characters + invalid: 'May only contain letters, numbers, or the following: %{characters}' + taken: Already in use + bad_credentials: Invalid username or password + not_email: Not a valid email address + sis_taken: The SIS ID is already in use + too_short: Must be at least %{min} characters + sequence: Can't incude a run of more than %{max} characters (e.g. abcdef) + common: Can't use common passwords (e.g. "password") + repeated: Can't have the same character more than %{max} times in a row + mismatch: Doesn't match + publishable: + cant_unpublish: Can't unpublish + publishing_item_name_is_disabled_8207a9e7: Publishing %{item_name} is disabled + publishing_is_disabled_for_this_item_efa7803f: Publishing is disabled for this item + can_t_unpublish_item_name_if_there_are_student_sub_b83c7a9f: Can't unpublish %{item_name} if there are student submissions + can_t_unpublish_if_there_are_student_submissions_2d7cd742: Can't unpublish if there are student submissions + modelsQuiz: + question_count: + one: 1 Question + other: "%{count} Questions" + assignment_points_possible: + one: 1 pt + other: "%{count} pts" + cant_unpublish_when_students_submit: Can't unpublish if there are student submissions + modelsSection: + overrides: + everyone: Everyone + this_course_has_concluded_7995a84c: This course has concluded + pages: + cannot_unpublish_front_page: Cannot unpublish the front page + restore_failed: Failed to restore page revision + delete_dialog_title: Delete Page + delete_confirmation: Are you sure you want to delete this page? + notices: + page_deleted: The page "%{title}" has been deleted. + delete_failed: The page "%{title}" could not be deleted. + cancel_button: Cancel + delete_button: Delete + deleting_button: Deleting... + reload_editing_page: This page has changed since you started editing it. *Reloading* will lose all of your changes. + errors: + require_title: You must enter a title + warnings: + unsaved_changes: You have unsaved changes. Do you want to continue without saving these changes? + overwrite_changes: |- + You are about to overwrite other changes that have been made since you started editing. + + Overwrite these changes? + edit_dialog_title: Edit Page + save_button: Save + saving_button: Saving... + headers: + sort_ascending: "%{title}, Sort ascending" + sort_descending: "%{title}, Sort descending" + reload_viewing_page: This page has changed since you started viewing it. *Reload* + recentint_remainderint_decaying_average_79bc09fb: "%{recentInt}/%{remainderInt} Decaying Average" + decaying_average_8bf6a0dd: Decaying Average + last_item_79583712: 'Last Item: ' + between_1_and_99_d421a4c0: Between 1% and 99% + most_recent_result_counts_as_calculation_int_of_ma_d2fc1d19: Most recent result counts as %{calculation_int} of mastery weight, average of all other results count as %{remainder} of weight. If there is only one result, the single score will be returned. + achieve_mastery_count_times_8c9bbcec: + one: Achieve mastery one time + other: Achieve mastery %{count} times + n_number_of_times_c2e78b72: n Number of Times + items_299a7626: 'Items: ' + between_1_and_5_f2a74bcf: Between 1 and 5 + must_achieve_mastery_at_least_count_times_scores_a_628db168: + one: Must achieve mastery at least one time. Scores above mastery will be averaged to calculate final score. + other: Must achieve mastery at least %{count} times. Scores above mastery will be averaged to calculate final score. + latest_score_905aa87b: Latest Score + most_recent_score_13a87e8c: Most Recent Score + mastery_score_reflects_the_most_recent_graded_assi_921f138f: Mastery score reflects the most recent graded assignment or quiz. + highest_score_e080551e: Highest Score + mastery_score_reflects_the_highest_score_of_a_grad_fd426d1e: Mastery score reflects the highest score of a graded assignment or quiz. + unstarted_932f2990: Unstarted + content_migration_queued_46c27790: Content migration queued + notification_preferences: + groups: + course: Course Activities + discussions: Discussions + communication: Conversations + scheduling: Scheduling + parent: Parent Emails + groups: Groups + alerts: Alerts + admin: Administrative + conferences: Conferences + other: Other + frequencies: + immediately: ASAP + title: + right_away: Notify me right away + daily: Send daily summary + weekly: Send weekly summary + never: Do not send me anything + daily: Daily + weekly: Weekly + never: Never + communication: + errors: + saving_preferences_failed: Oops! Something broke. Please try again + email_address_a1b97a39: Email Address + cell_number_69a7c309: Cell Number + push_notification_a6532ff3: Push Notification + slack_1130ad43: Slack + show_name_of_observed_students_in_notifications_a56dd9e4: Show name of observed students in notifications. + react_files: + name: Name + created_at_short: Created + created_at: Date Created + updated_at_short: Modified + updated_at: Date Modified + modified_by: Modified By + size: Size + move_question: + one: Where would you like to move %{item}? + other: Where would you like to move these %{count} items? + results_count: Showing %{num_results} search results + confirm_delete_with_contents: + one: Are you sure you want to delete %{name}? It is not empty, anything inside it will be deleted too. + other: Are you sure you want to delete these %{count} items and everything inside them? + progress_message: 'Preparing download: %{percent}% complete' + move_success: + one: "%{item} moved to %{destinationFolder}" + other: "%{count} items moved to %{destinationFolder}" + folder_browsing_tree: Folder Browsing Tree + files: Files + search_results_for: search results for "%{search_term}" + sorted_ascending: Sorted Ascending + sorted_desending: Sorted Descending + folder_name: Folder Name + accept: Accept + cancel: Cancel + errors: + no_match: + your_search: Your search - "%{search_term}" - did not match any files. + suggestions: 'Suggestions:' + spelled: Make sure all words are spelled correctly. + keywords: Try different keywords. + three_chars: Enter at least 3 letters in the search box. + this_folder_is_empty: This folder is empty + select_all: Select All + usage_rights_f0960ad6: Usage Rights + a_file_named_itemname_already_exists_in_this_folde_b0dc7185: A file named %{itemName} already exists in this folder. + this_folder_is_currently_locked_and_unavailable_to_f85c451: This folder is currently locked and unavailable to view. + file_list_updated_38e2a5ad: File list updated + available_after_unlock_at_until_lock_at_499e8092: Available after %{unlock_at} until %{lock_at} + available_after_unlock_at_b5682224: Available after %{unlock_at} + available_until_lock_at_ab022445: Available until %{lock_at} + you_must_specify_a_usage_right_5eb57f87: You must specify a usage right. + there_was_an_error_setting_usage_rights_53739e1d: There was an error setting usage rights. + available_from_date_must_precede_available_until_c9f9e533: '"Available From" date must precede "Available Until"' + an_unknown_server_error_occurred_please_try_again_f517eaf3: An unknown server error occurred. Please try again. + please_enter_a_search_term_with_three_or_more_char_53fd5ed8: Please enter a search term with three or more characters + filename_progress_percent_uploaded_1f465e66: "%{fileName} - %{progress} percent uploaded" + filename_uploaded_successfully_edd8e825: "%{fileName} uploaded successfully!" + usage_rights_have_been_set_d1b433c7: Usage rights have been set. + are_you_sure_you_want_to_delete_these_count_items_148e98ba: + one: Are you sure you want to delete %{name}? + other: Are you sure you want to delete these %{count} items? + error_deleting_name_reason_11f9d399: 'Error deleting %{name}: %{reason}' + count_items_deleted_successfully_a287aa53: + one: "%{name} deleted successfully." + other: "%{count} items deleted successfully." + if_you_leave_the_zip_file_download_currently_being_c47c1dfb: If you leave, the zip file download currently being prepared will be canceled. + an_error_occurred_trying_to_prepare_download_pleas_df6fa596: An error occurred trying to prepare download, please try again. + file_status: + restricted_status: Available from %{from_date} until %{until_date} + hidden_status: Hidden. Available with a link + published_status: Published + unpublished_status: Unpublished + incompleteregistration: + welcome_to_canvas: Welcome to Canvas! + get_started: Get Started + video_player_b371005: Video Player + canvas_introduction_video_2d81f3ad: Canvas Introduction Video + registration: + teacher_dialog: + agree_to_terms_and_pp: You agree to the *terms of use* and acknowledge the **privacy policy**. + labels: + name: Name + email: Email + buttons: + start_teaching: Start Teaching + incomplete_registration_warning: + set_up_account: Your account is almost set up. To finish, please check your email at *%{email}* to set your password. + start_participating: You can start participating now, but you must set a password before you can log back in. + login: + password: Password + sign_in: Sign In + remember_me: Remember Me + new_parent_dialog: + labels: + name: Your Name + email: Your Email + password: Password + confirm_password: Re-enter Password + code: Student Pairing Code + anchor: + pairing_code: What is a pairing code? + buttons: + cancel: Cancel + start_participating: Start Participating + parent_dialog: + labels: + name: Your Name + email: Your Email + username: Child's Username + password: Child's Password + buttons: + start_participating: Start Participating + student_dialog: + labels: + join_code: Join Code + name: Full Name + username: Username + password: Password + password_confirmation: Confirm Password + buttons: + start_learning: Start Learning + sharedCurveGradesDialog: + errors: + no_points_possible: Cannot curve without points possible + none_to_update: None to Update + studentcount_student_scores_updated_232ad7b7: + one: 1 Student score updated + other: "%{studentCount} Student scores updated" + studentcount_students_will_get_num_points_fdd43b55: + one: 1 student will get %{num} points + other: "%{studentCount} students will get %{num} points" + of_students_5d1af0d2: "# of students" + gradezillaGradeDisplayWarningDialog: + grade_display_warning: + points_text: Students will also see their final grade as points. Are you sure you want to continue? + percent_text: Students will also see their final grade as a percentage. Are you sure you want to continue? + cancel: Cancel + continue: Continue + default_grade_cannot_be_set_to_ex_723caa59: Default grade cannot be set to %{ex} + sharedSetDefaultGradeDialog: + alerts: + scores_updated: + one: 1 Student score updated + other: "%{count} Student scores updated" + user_content_aaf0fb5a: User Content + user_lists: + adding_users: Adding Users... + cant_unenroll: This user was automatically enrolled using the campus enrollment system, so they can't be manually removed. Please contact your system administrator if you have questions. + delete_confirm: Are you sure you want to remove this user? + users_added: + one: 1 user added + other: "%{count} users added" + users_existed: + one: "(1 user already existed)" + other: "(%{count} users already existed)" + users_adding_failed: Failed to enroll users + buttons: + continue: Continue... + messages: + processing: Processing... + add_n_users: + one: OK Looks Good, Add This 1 User + other: OK Looks Good, Add These %{count} Users + user_parsing_errors: + one: There was 1 error parsing that list of users. + other: There were %{count} errors parsing that list of users. + invalid_users_notice: There may be some that were invalid, and you might need to go back and fix any errors. + users_to_add: + one: If you proceed as is, 1 user will be added. + other: If you proceed as is, %{count} users will be added. + duplicate_users: + one: 1 duplicate user found, duplicates have been removed. + other: "%{count} duplicate user found, duplicates have been removed." + titles: + existing_user: Existing user + just_now: Just Now + due_date_cannot_be_before_section_start_f8950484: Due date cannot be before section start + due_date_cannot_be_before_course_start_ecc523ba: Due date cannot be before course start + due_date_cannot_be_before_term_start_ea660b2c: Due date cannot be before term start + due_date_cannot_be_after_section_end_b0f54388: Due date cannot be after section end + due_date_cannot_be_after_course_end_fd128a14: Due date cannot be after course end + due_date_cannot_be_after_term_end_5d504cb1: Due date cannot be after term end + unlock_date_cannot_be_before_section_start_793ddc66: Unlock date cannot be before section start + unlock_date_cannot_be_before_course_start_9c7b8524: Unlock date cannot be before course start + unlock_date_cannot_be_before_term_start_d3c01813: Unlock date cannot be before term start + unlock_date_cannot_be_after_due_date_8829d9ca: Unlock date cannot be after due date + unlock_date_cannot_be_after_lock_date_591f7fda: Unlock date cannot be after lock date + lock_date_cannot_be_before_due_date_ac30f54: Lock date cannot be before due date + lock_date_cannot_be_after_section_end_d37da70c: Lock date cannot be after section end + lock_date_cannot_be_after_course_end_a473158b: Lock date cannot be after course end + lock_date_cannot_be_after_term_end_cf1a188f: Lock date cannot be after term end + please_enter_a_due_date_on_or_after_earliestdate_b3fe6d29: Please enter a due date on or after %{earliestDate} + due_date_cannot_fall_in_a_closed_grading_period_e4336124: Due date cannot fall in a closed grading period + please_add_a_due_date_1d433d2: Please add a due date + enrollmentNames: + student: Student + teacher: Teacher + teacher_assistant: TA + observer: Observer + course_designer: Course Designer + listWithOthers: + other: + one: 1 other + other: "%{count} others" + audio_dd489fcc: Audio + source_code_2395ca74: Source code + text_document_eacbcdb7: Text document + flash_6afbf65a: Flash + web_page_146f9102: Web page + image_8ad06: Image + presentation_2d9387ca: Presentation + pdf_d8236d9a: PDF + plain_text_e3ab33aa: Plain text + video_b9f27375: Video + spreadsheet_6d622119: Spreadsheet + archive_3f794d7e: Archive + unknown_47a3b725: Unknown + dates: + no_date: No Date + CollectionView: + no_items: No items. + expand_subdiscussion_cd226ed4: Expand Subdiscussion + collapse_subdiscussion_89af1f5c: Collapse Subdiscussion + discussion_topic_a7bf935: discussion topic + discussion_topic_will_show_on_student_to_do_list_f_1c9e6286: Discussion Topic will show on student to-do list for date + you_must_enter_a_date_f8eabfb1: You must enter a date + you_must_input_a_section_b8d370fe: You must input a section + a_message_is_required_129e1814: A message is required + title_is_too_long_must_be_under_length_characters_ab694ae4: Title is too long, must be under %{length} characters + KeyboardNavDialog: + titles: + keyboard_shortcuts: Keyboard Shortcuts + locked_click_to_unlock_50747e11: Locked. Click to unlock. + unlocked_click_to_lock_53262ce7: Unlocked. Click to lock. + unlock_f6196bf5: Unlock + unlocking_a6b5c02d: Unlocking... + unlocked_beee43de: Unlocked + lock_c341af13: Lock + locking_91f476a5: Locking... + message_students_for_context_ee62ff92: Message students for %{context} + message_students_37ba5dd5: Message students + message_sent_5e328899: Message Sent! + unpublished_click_to_publish_title_7c57293f: Unpublished. Click to publish %{title}. + unpublished_click_to_publish_6a6d12e1: Unpublished. Click to publish. + published_click_to_unpublish_title_358122a: Published. Click to unpublish %{title}. + published_click_to_unpublish_db016671: Published. Click to unpublish. + publish_btn_module: + buttons: + publish: Publish + published: Published + unpublish: Unpublish + publishing: Publishing... + unpublishing: Unpublishing... + course_statistics: + unknown: unknown + rootFoldersFinder: + course_files: Course files + group_files: Group files + my_files: My files + base_message_please_make_sure_name_has_a_due_date__9e9b0cfd: "%{base_message} Please make sure %{name} has a due date and name is not too long." + base_message_please_make_sure_name_has_a_due_date_928ae7ab: "%{base_message} Please make sure %{name} has a due date." + base_message_please_make_sure_name_name_is_not_too_d0c9454f: "%{base_message} Please make sure %{name} name is not too long." + sync_to_name_enabled_click_to_toggle_ddaef134: Sync to %{name} enabled. Click to toggle. + the_grade_for_this_assignment_will_sync_to_the_stu_5d32cedb: The grade for this assignment will sync to the student information system. + sync_to_name_disabled_click_to_toggle_53a1396f: Sync to %{name} disabled. Click to toggle. + the_grade_for_this_assignment_will_not_sync_to_the_3bb4f6f5: The grade for this assignment will not sync to the student information system. + selected_subtree_a7693937: Selected %{subtree} + no_students_being_observed_42e11732: No students being observed + in_order_to_complete_the_process_you_will_be_redir_83376e10: In order to complete the process you will be redirected to a login page where you will need to log in with your child's credentials. + observees: + observee_added: Now observing %{user} + observing: Observing + new_observee_pairing_code: Student Pairing Code + being_observed: Students Being Observed + auth_logging: + login: LOGIN + logout: LOGOUT + corrupted: Details Not Available + comm_messages: + from_beginning: the beginning + to_now: now + course_search: + cant_be_blank: Can't be blank + course_not_found_c248a721: Course not found + course_found_f5a40cd3: Course found + course_found_not_deleted_a20f72f0: Course found (not deleted) + user_date_range_search: + cant_come_before_from: "'To Date' can't come before 'From Date'" + length_results_found_3afd01e5: "%{length} results found" + length_notifications_found_25276610: "%{length} notifications found" + generate_activity_for_user_2b0af749: Generate Activity for %{user} + find_8d605019: Find + to_date_cannot_come_before_from_date_3eeb2633: To Date cannot come before From Date + not_a_valid_date_d3ac20ba: Not a valid date + AssignmentGroupCreateDialog: + titles: + add_assignment_group: Add Assignment Group + AssignmentGroupListItemView: + toggle_message: toggle assignment visibility + rules_text: + one: 1 Rule + other: "%{count} Rules" + drop_lowest_rule: + one: Drop the lowest score + other: Drop the lowest %{count} scores + drop_highest_rule: + one: Drop the highest score + other: Drop the highest %{count} scores + never_drop_rule: Never drop %{assignment_name} + move_group_3dd7f76e: Move Group + AssignmentKeyBindingsMixin: + keycodes: + next: j + previous: k + edit_item: e + del_item: d + add_item: a + show_assign: f + close_menu: esc + keyboard_next_item: Focus on the next assignment or group + keyboard_prev_item: Focus on the previous assignment or group + keyboard_edit_item: Edit the current assignment or group + keyboard_del_item: Delete the current assignment or group + keyboard_add_item: Add an assignment to selected group + keyboard_show_assign: Show full preview of the selected assignment + keyboard_close_menu: Close the active dialog + are_you_sure_you_want_to_delete_this_assignment_88be6f5e: Are you sure you want to delete this assignment? + name_is_unlocked_click_to_lock_b8b9a2c8: "%{name} is unlocked. Click to lock." + name_is_locked_click_to_unlock_7aad9928: "%{name} is locked. Click to unlock" + move_assignment_6f890f64: Move Assignment + assignment_was_deleted_8320d26d: Assignment was deleted + AssignmentListItemView: + incomplete: Incomplete + complete: Complete + grade_percent: "%{grade}%" + grade_percent_screenreader: 'Grade: %{grade}%' + grade_pass_fail_screenreader: 'Grade: %{grade}' + grade_letter_grade_screenreader: 'Grade: %{grade}' + grade_gpa_scale_screenreader: 'Grade: %{grade}' + must_be_a_valid_number_59f0069: Must be a valid number + sync_to_name_successfully_disabled_8045ad95: Sync to %{name} successfully disabled + disabling_sync_to_name_failed_e7521ebb: Disabling Sync to %{name} failed + CreateAssignmentView: + name_is_required: Name is required! + points_possible_number: Points possible must be a number + due_date_cannot_be_after_lock_date_675b30aa: Due date cannot be after lock date + due_date_cannot_be_before_unlock_date_f263aab0: Due date cannot be before unlock date + you_must_use_a_number_912ce4bd: You must use a number + you_must_use_a_positive_number_203b86fe: You must use a positive number + you_cannot_use_a_number_greater_than_the_number_of_af33e220: You cannot use a number greater than the number of assignments + a_name_is_required_b5df38a9: A name is required + name_is_too_long_48daa8db: Name is too long + assignment_group_was_saved_successfully_5caa27d3: Assignment group was saved successfully + delete_assignment_group_7c3b01c4: Delete Assignment Group + you_must_select_an_assignment_group_c16a2168: You must select an assignment group. + DeleteGroupView: + confirm_delete_group: Are you sure you want to delete this Assignment Group? + cannot_delete_group: You must have at least one Assignment Group + you_must_have_a_student_or_section_selected_a99e45df: You must have a student or section selected + you_cannot_assign_to_a_group_outside_of_the_assign_7869eb3b: You cannot assign to a group outside of the assignment's group set + anonymous_grading_cannot_be_enabled_for_group_assi_faa33494: Anonymous grading cannot be enabled for group assignments + group_assignments_cannot_be_enabled_for_anonymousl_ed896b1c: Group assignments cannot be enabled for anonymously graded assignments + peer_reviews_cannot_be_enabled_for_moderated_assig_149d33c4: Peer reviews cannot be enabled for moderated assignments + group_assignments_cannot_be_enabled_for_moderated__6b2faeef: Group assignments cannot be enabled for moderated assignments + assignment_d8387b78: assignment + grader_is_required_62c88f67: Grader is required + grader_count_is_required_45b6c85b: Grader count is required + grader_count_cannot_be_0_9228afe4: Grader count cannot be 0 + points_possible_must_be_0_or_more_for_selected_gra_f96a04e3: Points possible must be 0 or more for selected grading type + external_tool_url_cannot_be_left_blank_a34b6bb2: External Tool URL cannot be left blank + cannot_be_edited_for_assignments_in_closed_grading_792ef6c1: Cannot be edited for assignments in closed grading periods + ExternalContentFileSubmissionView: + processing_submission: Canvas is currently processing your submission. You can safely navigate away from this page and we will email you if the submission fails to process. + file_retrieval_error: Retrieving File Failed + invalid_file_retrieval: There was a problem retrieving the file sent from this tool. + getting_file: Retrieving File... + please_create_a_group_set_8db6e8fe: Please create a group set + please_select_a_group_set_for_this_assignment_e1da63d3: Please select a group set for this assignment + count_assignments_found_17520826: + one: 1 assignment found. + other: "%{count} assignments found." + zero: No matching assignments found. + assignmentsNeverDrop: + remove_unsaved_never_drop_rule: Remove unsaved never drop rule + remove_never_drop_rule: Remove never drop rule + assignmentsToggleShowByView: + overdue_assignments: Overdue Assignments + upcoming_assignments: Upcoming Assignments + undated_assignments: Undated Assignments + past_assignments: Past Assignments + show_by_709f525b: Show By + show_by_date_e3967761: Show by Date + show_by_type_c5d61732: Show by Type + conference_was_deleted_30869390: Conference was deleted + are_you_sure_you_want_to_delete_this_recording_a4aab14b: Are you sure you want to delete this recording? + sorry_the_action_performed_on_this_recording_faile_2a1badda: Sorry, the action performed on this recording failed. Try again later + recording_was_deleted_b989eaff: Recording was deleted + count_recordings_9f8e4148: "%{count} Recordings" + count_recording_5ba8a655: "%{count} Recording" + edit_conference_title_6e234815: Edit "%{conference_title}" + new_conference_8b483024: New Conference + count_sub_modules_3373a1c4: + one: "%{count} sub-module" + other: "%{count} sub-modules" + content_migration_running_percent_complete_4b00c024: Content migration running, %{percent}% complete + queued_d0e45c4b: Queued + running_c5a4998d: Running + failed_276786d: Failed + waiting_for_selection_ce0398c7: Waiting for Selection + pre_processing_92865c1d: Pre-processing + select_content: Select Content + you_must_select_a_course_to_copy_content_from_e7bd9e09: You must select a course to copy content from + you_must_select_a_folder_to_upload_your_migration__ac7bc7c0: You must select a folder to upload your migration to + this_option_is_not_compatible_with_new_quizzes_ed489d7c: This option is not compatible with New Quizzes + select_content_checkbox: + select_content_error: You must choose a content option + viewsContextModules: + context_modules: + publish: Publish + context_module: + unpublish: Unpublish + select_course_a_selection_is_required_before_recip_f622d9df: 'Select course: a selection is required before recipients field will become available' + unarchive_selected_e0c4bd3d: Unarchive Selected + conversation_dialog: + message_sent: Message sent! + no_course: No course + select_course: Select course + compose_message_8abd180a: Compose Message + sending_bf324366: Sending... + invalid_recipient_name_56b22b86: Invalid recipient name. + no_subject_58b7941c: No Subject + select_conversation_subject_3f36074a: Select Conversation %{subject} + starred_subject_click_to_unstar_6aafcddc: Starred "%{subject}", Click to unstar. + starred_no_subject_click_to_unstar_3191d64: Starred "(No Subject)", Click to unstar. + not_starred_subject_click_to_star_4ea6eb64: Not starred "%{subject}", Click to star. + not_starred_no_subject_click_to_star_dc91380: Not starred "(No Subject)", Click to star. + mark_as_read_e7de2ce3: Mark as read + mark_as_unread_4a413c41: Mark as unread + star_conversation_2e2ba614: Star conversation + unstar_conversation_45fc43d6: Unstar conversation + below_this_search_field_is_a_list_of_content_type__58aaa03f: Below this search field is a list of %{content_type}. As you type, the list will be filtered to match your query. Conversation messages will be filtered by whichever option you select. + there_are_count_results_in_the_list_e74f6e36: + one: There is 1 result in the list + other: There are %{count} results in the list + move_navigation_item_f034cd8a: Move Navigation Item + create_users_view: + required: Please enter some email addresses + edit_course_role_3b992fc2: Edit Course Role + role_successfully_updated_4317e6a4: Role successfully updated + something_went_wrong_updating_the_user_s_role_plea_5de95400: Something went wrong updating the user's role. Please try again later. + remove_linked_student_name_52dc7fce: Remove linked student %{name} + ResendInvitationsView: + invitations_re_sent: Invitations sent successfully + error_sending_invitations: Error sending invitation. Please try again. + RosterDialogMixin: + updating: Updating... + RosterUserView: + nobody: nobody + observing_user: 'Observing: %{user_name}' + flash: + removeError: Unable to remove the user. Please try again later. + are_you_sure_you_want_to_deactivate_this_user_they_3fdaab79: Are you sure you want to deactivate this user? They will be unable to participate in the course while inactive. + user_successfully_deactivated_9d92d80d: User successfully deactivated + something_went_wrong_while_deactivating_the_user_p_8ff3e261: Something went wrong while deactivating the user. Please try again later. + user_successfully_re_activated_b897e35b: User successfully re-activated + something_went_wrong_re_activating_the_user_please_82c3e7a: Something went wrong re-activating the user. Please try again later. + are_you_sure_you_want_to_remove_this_user_8d1a8295: Are you sure you want to remove this user? + user_successfully_removed_a366ca5f: User successfully removed. + RosterView: + greater_than_three: Please enter a search term with three or more characters + unknown_error: Something went wrong with your search, please try again. + open_this_keyboard_shortcuts_dialog_9658b83a: Open this keyboard shortcuts dialog + this_will_affect_every_customer_are_you_sure_a1e0cac6: This will affect every customer. Are you sure? + gradebookHeaderFilterView: + course_average: Course average + course_median: Course median + there_was_an_error_fetching_outcome_results_45c57590: There was an error fetching outcome results + gradebookSectionMenuView: + all_sections: All Sections + gradezillaHeaderFilterView: + course_average: Course average + course_median: Course median + clone_group_set_c2a40e15: Clone Group Set + must_have_at_least_1_group_per_section_9809e708: Must have at least 1 group per section + count_max_students_2db76773: "%{count} / %{max} students" + count_max_users_bdebb537: "%{count} / %{max} users" + GroupDetailView: + student_count: + one: 1 student + other: "%{count} students" + user_count: + one: 1 user + other: "%{count} users" + delete_confirm: Are you sure you want to remove this group? + flash: + removed: Group successfully removed. + removeError: Unable to remove the group. Please try again later. + removed_user_as_group_leader_bb69330f: Removed %{user} as group leader + user_is_now_group_leader_60ec9b98: "%{user} is now group leader" + move_student_49d6bc9d: Move Student + cannot_restrict_by_section_unless_groups_are_empty_662d3144: Cannot restrict by section unless groups are empty and not limited in size + modules: + requirements_changed: Requirements Changed + relock_modules: Re-Lock Modules + continue: Continue + assignments_to_grade: + one: 1 assignment has ungraded submissions + other: "%{count} assignments have ungraded submissions" + progression_module_collection: + module_progress_for_student: Module Progress for %{student.name} + module_progress_for: Module Progress for *%{student.name}* + no_modules_found: No modules were found + progression_module_view: + items_below: Items to complete below + items: Items to complete + progression_student_view: + show_progressions_for_student: Show progressions for %{name} + progressions_index: + progression_header: Module Progression + student_progress: Student Progress + back_to_modules: Back to Modules Page + no_students_found: No students were found + no_directory_is_selected_please_select_a_directory_46ded46: No directory is selected, please select a directory before clicking 'move' + where_would_you_like_to_move_title_fabd6e8f: Where would you like to move %{title}? + you_have_no_outcomes_click_here_to_go_to_the_outco_574bd0af: You have no outcomes. Click here to go to the outcomes page. + outcomesFindDialog: + dont_import: This group cannot be imported. + flash: + importSuccess: Import successful + importError: An error occurred while importing. Please try again later. + top_level: "%{context} Top Level" + confirm: + import_group: Import group "%{group}" to group "%{target}"? + import_outcome: Import outcome "%{outcome}" to group "%{target}"? + outcomesFindDirectoryVew: + account_standards: Account Standards + account_standards_description: To the left you'll notice the standards your institution has created for you to use in your courses. + state_standards: State Standards + state_standards_description: To the left you'll see a folder for each state with their updated state standards. This allows for you to painlessly include state standards for grading within your course. + common_core: Common Core Standards + common_core_description: To the left is the familiar outcomes folder structure for each grouping of the Common Core State Standards. This will allow you to effortlessly include any of the Common Core Standards for grading within your course. + OutcomeContentBase: + blank_error: Cannot be blank + length_error: Must be 255 characters or less + flash: + addSuccess: Creation successful + updateSuccess: Update successful + error: An error occurred. Please refresh the page and try again. + deleteSuccess: Deletion successful + deleteError: Something went wrong. Unable to delete at this time. + confirm: + delete: Are you sure you want to delete? + OutcomeView: + length_error: Must be 255 characters or less + mastery_error: Must be greater than or equal to 0 + points_possible_points_fda3b111: "%{points_possible} Points" + OutcomesDirectoryView: + flash: + error: An error occurred. Please refresh the page and try again. + updateSuccess: Update successful + loading_more_results_1d437202: Loading more results + outcomesSidebarView: + titles: + find_outcomes: Find Outcomes + model_is_already_located_in_newgroup_e5cea361: "%{model} is already located in %{newGroup}" + successfully_moved_model_to_newgroup_f7b7aa5a: Successfully moved %{model} to %{newGroup} + your_profile_photo_could_not_be_uploaded_you_may_h_1c90540c: Your profile photo could not be uploaded. You may have exceeded your upload limit. + profile_photo_save_failed_too_many_times_e1ebda5: Profile photo save failed too many times + are_you_sure_you_want_to_report_this_profile_pictu_e22c2210: Are you sure you want to report this profile picture? + the_profile_picture_has_been_reported_d609d6dd: The profile picture has been reported + count_quizzes_found_e5e29bb4: + one: 1 quiz found. + other: "%{count} quizzes found." + zero: No matching quizzes found. + migration_in_progress_6f0ed4f9: Migration in progress + an_error_occurred_while_migrating_405ac0b5: An error occurred while migrating. + EditRubricPage: + titles: + find_outcomes: Find Outcomes + EquationEditorView: + equation_editor_title: Use the toolbars here, or Switch View to Advanced to type/paste in LaTeX + button: + insert_equation: Insert Equation + cannot_render_equation: This equation cannot be rendered in Basic View. + InsertUpdateImageView: + titles: + insert_edit_image: Insert / Edit Image + name_is_locked_click_to_unlock_bbebf03e: "%{name} is locked. Click to unlock." + recipient_input: + context_search_placeholder: Enter a name, course, or group + context_search_title: Name, course, or group + no_results: No results found + people_count: + one: 1 person + other: "%{count} people" + groups_count: + one: 1 group + other: "%{count} groups" + sections_count: + one: 1 section + other: "%{count} sections" + datepicker: + prevText: Prev + nextText: Next + first_day_index: '0' + errors: + not_a_date: That's not a date! + UploadMediaTrackForm: + cancel: Cancel + uploading: Uploading... + upload: Upload + track_uploaded_successfully: Track uploaded successfully; please refresh your browser. + assignmentRubricDialog: + loading: Loading... + titles: + assignment_rubric_details: Assignment Rubric Details + search_term_must_be_at_least_num_characters_669098ed: Search term must be at least %{num} characters + click_to_sort_by_name_ascending_739c011e: Click to sort by name ascending + click_to_sort_by_name_descending_b6262093: Click to sort by name descending + click_to_sort_by_sis_id_ascending_832c870: Click to sort by SIS ID ascending + click_to_sort_by_sis_id_descending_2d611236: Click to sort by SIS ID descending + click_to_sort_by_term_ascending_c3ef1eb7: Click to sort by term ascending + click_to_sort_by_term_descending_199c48c0: Click to sort by term descending + teacher_5a73b637: Teacher + click_to_sort_by_teacher_ascending_cda7a18c: Click to sort by teacher ascending + click_to_sort_by_teacher_descending_45ef0d1e: Click to sort by teacher descending + sub_account_daeadd0: Sub-Account + click_to_sort_by_sub_account_ascending_989b1ab: Click to sort by sub-account ascending + click_to_sort_by_sub_account_descending_88c611db: Click to sort by sub-account descending + students_1b8cd07b: Students + course_option_links_a79d263d: Course option links + count_people_successfully_enrolled_into_course_nam_db8eed18: + one: "%{user_name} successfully enrolled into *%{course_name}*." + other: "%{count} people successfully enrolled into *%{course_name}*." + add_users_to_name_b8109bbb: Add Users to %{name} + this_is_a_blueprint_course_5e7b47fe: This is a blueprint course + statistics_for_name_f4b7b0fc: Statistics for %{name} + settings_for_name_7731a33d: Settings for %{name} + yes_3593c135: 'yes' + no_74e9b590: 'no' + show_more_af9cbc16: Show More + teacher_count_teachers_a92f7199: "%{teacher_count} teachers" + no_courses_found_12d68a74: No courses found + show_courses_from_8a087f63: Show courses from + loading_more_terms_4053e31f: Loading more terms... + search_courses_by_teacher_e9760a48: Search courses by teacher... + search_courses_591bc900: Search courses... + filter_by_term_cfe778b2: Filter by term + search_by_99d1ba5f: Search by + hide_courses_without_students_fc6fc7a0: Hide courses without students + create_new_course_e3ef9cd0: Create new course + course_name_is_required_90919349: Course name is required + reference_code_is_required_c32c757f: Reference code is required + course_name_successfully_added_48116a50: "%{course_name} successfully added!" + something_went_wrong_creating_the_course_please_tr_431adff5: Something went wrong creating the course. Please try again. + course_name_63b973d1: Course Name + reference_code_3e8355dd: Reference Code + subaccount_91f4c279: Subaccount + enrollment_term_7bfe840: Enrollment Term + add_course_406cb773: Add Course + there_was_an_error_with_your_query_please_try_a_di_761dff12: There was an error with your query; please try a different search + no_users_found_64a043ff: No users found + user_results_updated_9ce38dce: User results updated. + course_results_updated_df9d1c95: Course results updated. + no_results_f36777ee: No results + no_matches_to_your_search_16d3d3b1: No matches to your search + enter_text_to_search_792cd5a1: Enter text to search + begin_typing_to_search_7daa7b1: Begin typing to search + email_22a7d52d: Email + click_to_sort_by_email_ascending_cb789ec4: Click to sort by email ascending + click_to_sort_by_email_descending_72801b54: Click to sort by email descending + last_login_54565109: Last Login + click_to_sort_by_last_login_ascending_eafcbee4: Click to sort by last login ascending + click_to_sort_by_last_login_descending_61fdadc: Click to sort by last login descending + user_option_links_66090987: User option links + act_as_name_16d15bfa: Act as %{name} + send_message_to_name_c8ac05fc: Send message to %{name} + edit_name_cbdef0c2: Edit %{name} + search_people_44f36cd2: Search people... + filter_by_user_type_dbbd3e3d: Filter by user type + all_roles_f3bba14d: All Roles + add_people_7948b7da: Add people + more_people_options_730e9686: More People Options + manage_profile_pictures_40c958ce: Manage profile pictures + view_user_groups_d2bfa855: View user groups + content_on_this_page_violates_the_security_policy__25685d8a: Content on this page violates the security policy, contact your admin for assistance. + canvas_content_security_policy_c3d7bf2b: Canvas Content Security Policy + the_content_security_policy_allows_you_to_restrict_197ca4ff: |- + The Content Security Policy allows you to restrict custom + JavaScript that runs in your instance of Canvas. You can manually add + up to %{max_domains} domains to your whitelist. Wild cards are recommended + (e.g. *.instructure.com). Canvas and Instructure domains are included + automatically and do not count against your 50 domain limit. + inherit_content_security_policy_94aff861: Inherit Content Security Policy + enable_content_security_policy_8bd0b492: Enable Content Security Policy + blocked_domain_name_b5b93150: Blocked Domain Name + requested_bbdb5b26: Requested + last_attempt_7258ebd7: Last Attempt + add_to_whitelist_24f3f1ba: Add to Whitelist + no_violations_have_been_reported_977a08d1: No violations have been reported. + csp_violations_337f8529: CSP Violations + success_you_added_hostname_to_the_whitelist_6061236e: 'Success: You added %{hostname} to the whitelist.' + add_hostname_to_the_whitelist_c808192e: Add %{hostname} to the whitelist + violation_log_491edd84: Violation Log + something_went_wrong_loading_the_violations_try_re_6e2fa92: Something went wrong loading the violations, try reloading the page. + invalid_domain_e810c1d: Invalid domain + whitelist_e88fd8ed: Whitelist + whitelist_count_max_26a270f: Whitelist (%{count}/%{max}) + view_violation_log_e80ea322: View Violation Log + you_have_reached_the_domain_limit_you_can_add_more_e5ccc070: You have reached the domain limit. You can add more domains by deleting existing domains in your whitelist. + whitelist_editing_is_disabled_when_security_settin_ab40cc90: Whitelist editing is disabled when security settings are inherited from a parent account. + domain_name_6c783b0: Domain Name + add_domain_f15bc6c1: Add Domain + no_domains_whitelisted_9dfb4960: No domains whitelisted + whitelisted_domains_faed9e0c: Whitelisted Domains + remove_domain_from_the_whitelist_14c7d5e9: Remove %{domain} from the whitelist + whitelisted_tool_domains_7df5e481: Whitelisted Tool Domains + the_following_domains_have_automatically_been_adde_2c7a1654: |- + The following domains have automatically been added to your + whitelist from tools already existing in your account. + To remove these domains, remove the associated tools. + note_associated_tools_are_only_listed_once_even_if_ebae2aba: |- + NOTE: Associated tools are only listed once, even if they have + been installed in multiple subaccounts. + violation_log_tray_d4eff9f4: Violation Log Tray + user_information_6353d7e1: User information + full_name_14c958f7: 'Full Name:' + display_name_6c2cfc58: 'Display Name:' + sortable_name_e25fe66c: 'Sortable Name:' + default_email_5cb9fa04: 'Default Email:' + login_id_bc943b97: 'Login ID:' + sis_id_70eda157: 'SIS ID:' + integration_id_a6977535: 'Integration ID:' + act_as_is_essentially_logging_in_as_this_user_with_6244031c: '"Act as" is essentially logging in as this user without a password. You will be able to take any action as if you were this user, and from other users'' points of views, it will be as if this user performed them. However, audit logs record that you were the one who performed the actions on behalf of this user.' + user_details_e9aef9e5: User details + login_info_d1d9f11e: Login info + proceed_f3d33864: Proceed + you_do_not_have_permission_to_invite_users_that_do_b7142404: You do not have permission to invite users that do not already exist. + back_2900f52a: Back + loading_725811ca: loading + user_search_panel_18f80511: User search panel + use_this_panel_to_search_for_people_you_wish_to_ad_a3d726a7: Use this panel to search for people you wish to add to this course. + user_vaildation_issues_panel_66b66945: User vaildation issues panel + use_this_panel_to_resolve_duplicate_results_or_peo_856d1c96: Use this panel to resolve duplicate results or people not found with your search. + start_over_f7552aa9: Start Over + add_users_b10c7fb1: Add Users + ready_to_enroll_panel_46f45abb: Ready to enroll panel + this_panel_lists_the_users_ready_to_be_added_to_th_79efad22: This panel lists the users ready to be added to this course. + add_people_to_coursename_5ea234e1: 'Add People to: %{courseName}' + add_people_7ee4b2ec: Add People + the_following_users_could_not_be_created_2573360a: The following users could not be created. + new_user_s_name_909b6267: New user's name + required_email_address_379b2392: Required Email Address + click_to_select_user_name_41746803: Click to select user %{name} + click_to_create_a_new_user_for_address_325f6683: Click to create a new user for %{address} + click_to_create_a_new_user_for_login_56d2daf5: Click to create a new user for %{login} + create_a_new_user_for_address_7487e9c9: Create a new user for "%{address}" + click_to_skip_address_8f874b32: Click to skip %{address} + don_t_add_this_user_for_now_32912974: Don’t add this user for now. + possible_matches_for_address_select_the_correct_on_e206f972: Possible matches for "%{address}". Select the correct one below or create a new user. + user_selection_f6139840: User Selection + login_id_12109693: Login ID + institution_14179014: Institution + click_to_add_a_name_6cf551b0: Click to add a name + check_to_skip_adding_a_user_for_loginid_5fa643da: Check to skip adding a user for %{loginid} + check_to_add_a_user_for_loginid_6cd25597: Check to add a user for %{loginid} + check_to_select_all_98e484f1: Check to select all + unmatched_login_list_283ca77: Unmatched login list + the_following_users_are_ready_to_be_added_to_the_c_1ea01560: The following users are ready to be added to the course. + no_users_were_selected_to_add_to_the_course_a51c6083: No users were selected to add to the course + user_list_66428346: User list + it_looks_like_you_have_an_invalid_email_address_ad_67dec734: 'It looks like you have an invalid email address: "%{addr}"' + enter_the_sis_ids_of_the_users_you_would_like_to_a_25e441f1: Enter the SIS IDs of the users you would like to add, separated by commas or line breaks + enter_the_login_ids_of_the_users_you_would_like_to_502fcbc5: Enter the login IDs of the users you would like to add, separated by commas or line breaks + enter_the_email_addresses_of_the_users_you_would_l_f76448a6: Enter the email addresses of the users you would like to add, separated by commas or line breaks + add_user_s_by_b2549f89: Add user(s) by + example_cb3509b8: 'Example:' + role_13a7be77: Role + can_interact_with_users_in_their_section_only_48cb8c43: Can interact with users in their section only + when_adding_multiple_users_use_a_comma_or_line_bre_67f9c87d: When adding multiple users, use a comma or line break to separate users. + there_were_several_possible_matches_with_the_impor_ad58bcd0: There were several possible matches with the import. Please resolve them below. + we_were_unable_to_find_matches_below_select_any_yo_87035b30: We were unable to find matches below. Select any you would like to create as new users. Unselected will be skipped at this time. + we_were_unable_to_find_matches_below_f1c6d1ed: We were unable to find matches below. + an_internal_error_occurred_83b8a685: An internal error occurred + failed_creating_user_b706a1c5: Failed creating user + count_announcements_found_b7b055b3: "%{count} announcements found." + an_error_ocurred_while_loading_announcements_32af2ce4: An error ocurred while loading announcements + failed_to_load_external_feeds_7ac8411d: Failed to Load External Feeds + external_feed_deleted_successfully_33209dbc: External Feed deleted successfully + failed_to_delete_external_feed_36f19d70: Failed to delete external feed + announcements_locked_successfully_43d58107: Announcements locked successfully + announcements_unlocked_successfully_1432da9d: Announcements unlocked successfully + an_error_occurred_while_updating_announcements_loc_5a1c5dcf: An error occurred while updating announcements locked state. + an_error_occurred_while_locking_announcements_8115ccd7: An error occurred while locking announcements. + announcements_deleted_successfully_7d77e9e1: Announcements deleted successfully + an_error_occurred_while_deleting_announcements_ab1ff3f6: An error occurred while deleting announcements. + external_feed_successfully_added_e0ce0784: External feed successfully added + failed_to_add_new_feed_ee1c5ea: Failed to add new feed + full_article_9296bb6f: Full article + truncated_56b1a661: Truncated + link_only_995966e: Link only + dropdown_changed_state_to_expanded_517689c2: dropdown changed state to %{expanded}. + select_embedded_content_type_966f048a: Select embedded content type + add_feed_49ed1cb2: Add Feed + only_add_posts_with_a_specific_phrase_in_the_title_b8b7b04e: Only add posts with a specific phrase in the title + enter_specific_phrase_9b686755: Enter specific phrase + add_external_feed_6d437a28: Add External Feed + feed_url_8a433438: Feed url + no_announcements_280df147: No Announcements + create_announcements_above_1c36202b: Create announcements above + check_back_later_c4234dbc: Check back later + announcements_list_c75fc413: Announcements List + next_announcements_page_3956eb11: Next Announcements Page + previous_announcements_page_79c0ada1: Previous Announcements Page + loading_announcements_b927a86c: Loading Announcements + confirm_delete_6febeafb: Confirm Delete + you_are_about_to_delete_count_announcements_are_yo_96a2b383: + one: You are about to delete 1 announcement. Are you sure? + other: You are about to delete %{count} announcements. Are you sure? + external_feeds_b6345379: External Feeds + rss_feed_cf6286b3: RSS Feed + feeds_9f1c5c76: Feeds + all_4321c3a1: All + unread_e9c1b19c: Unread + announcement_filter_d35318a7: Announcement Filter + search_announcements_by_title_407a998e: Search announcements by title + lock_selected_announcements_33740f80: Lock Selected Announcements + unlock_selected_announcements_37485f05: Unlock Selected Announcements + delete_selected_announcements_69e23710: Delete Selected Announcements + add_announcement_165c3b05: Add announcement + count_posts_added_fa55ce4: + zero: "%{count} posts added" + one: "%{count} post added" + other: "%{count} posts added" + delete_feedname_1ac9a4a4: Delete %{feedName} + adding_rss_feed_f1202567: Adding RSS Feed + error_retrieving_similarity_detection_tools_d6d4f9e9: Error retrieving similarity detection tools + error_retrieving_assignment_external_tools_9102d343: Error retrieving assignment external tools + external_tool_tool_id_6028b3b1: External Tool %{tool_id} + tool_not_found_f6366382: Tool Not Found + the_tool_is_not_installed_in_the_course_or_account_1be7230b: The tool is not installed in the course or account + content_successfully_added_395c906f: "%{content} successfully added" + successfully_added_fb3e6008: Successfully Added + add_content_58b4305a: Add Content + click_the_button_above_to_add_content_4c7024a: Click the button above to add content + grader_that_determines_final_grade_cc55f20: Grader that determines final grade + select_grader_782af48: Select Grader + grades_were_successfully_released_to_the_gradebook_4c3b07d6: Grades were successfully released to the gradebook. + assignment_grades_have_already_been_released_4c8a91b: Assignment grades have already been released. + all_submissions_must_have_a_selected_grade_3a84e5a9: All submissions must have a selected grade. + there_was_a_problem_releasing_grades_fa0ae6: There was a problem releasing grades. + grades_for_this_assignment_are_now_visible_to_stud_623efda0: Grades for this assignment are now visible to students. + there_was_a_problem_updating_the_assignment_61b9b98b: There was a problem updating the assignment. + there_was_a_problem_loading_students_5bdb6cf2: There was a problem loading students. + grade_saved_ab539b53: Grade saved. + there_was_a_problem_saving_the_grade_8ea5d2ac: There was a problem saving the grade. + grades_saved_5954b0bb: Grades saved. + there_was_a_problem_saving_the_grades_5e61f9e2: There was a problem saving the grades. + there_was_a_problem_updating_the_grade_1b6c8b4c: There was a problem updating the grade. + accept_2fdd362e: Accept + accept_grades_by_gradername_7a98b969: Accept grades by %{graderName} + accepting_40ba3b70: Accepting + accepted_c9f8ab87: Accepted + grader_details_6406bea0: Grader Details + grader_d1198a9c: Grader + accept_grades_4d56a3dd: Accept Grades + selected_grade_942f40ba: Selected Grade + grade_for_studentname_d124b199: Grade for %{studentName} + grade_selection_table_dcf9d1ea: Grade Selection Table + final_grade_4d7f6545: Final Grade + student_studentnumber_f398d9c2: Student %{studentNumber} + are_you_sure_you_want_to_do_this_it_cannot_be_undo_3379a544: Are you sure you want to do this? It cannot be undone and will override existing grades in the gradebook. + are_you_sure_you_want_to_post_grades_for_this_assi_bafe5753: Are you sure you want to post grades for this assignment to students? + attention_aaca1f1d: Attention! + grades_cannot_be_modified_from_this_page_as_they_h_d0ebeb6: Grades cannot be modified from this page as they have already been released. + grade_summary_255289f6: Grade Summary + students_are_loading_206c5246: Students are loading + post_to_students_b02df196: Post to Students + posting_to_students_eaa57964: Posting to Students + grades_posted_to_students_56b8cb2d: Grades Posted to Students + release_grades_c68fbcc: Release Grades + releasing_grades_31a57dde: Releasing Grades + grades_released_488c2808: Grades Released + grader_gradernumber_fef5d5cf: Grader %{graderNumber} + graders_can_view_each_other_s_comments_d836b848: Graders can view each other's comments + there_is_currently_1_available_grader_758e4a21: There is currently 1 available grader + there_are_currently_availablegraderscount_availabl_58f85403: There are currently %{availableGradersCount} available graders + must_have_at_least_1_grader_d4a54e85: Must have at least 1 grader + number_of_graders_cde8dd54: Number of graders + final_grader_can_view_other_grader_names_67736530: Final grader can view other grader names + disable_sync_to_name_10c371dc: Disable Sync to %{name} + assignments_settings_30613d0c: Assignments Settings + assignment_options_1e5b7074: Assignment Options + assignment_groups_weight_2f1a5a7c: Assignment Groups Weight + moderated_grading_cannot_be_enabled_for_group_assi_7e947ab7: Moderated grading cannot be enabled for group assignments + moderated_grading_cannot_be_enabled_for_peer_revie_6b7eedc1: Moderated grading cannot be enabled for peer reviewed assignments + allow_moderator_to_review_multiple_independent_gra_c59d64f6: Allow moderator to review multiple independent grades for selected submissions + show_report_to_students_a07888a6: Show report to students + after_the_assignment_is_graded_53754607: After the assignment is graded + after_the_due_date_eee89c9c: After the due date + select_group_to_grade_6df28d80: Select Group to Grade + must_select_a_student_group_first_15c6a3cb: Must select a student group first + no_content_5dbc9acf: No Content + available_2ed9f226: 'Available:' + until_6437a827: " until" + to_1126ab55: " to" + available_until_3278ebe9: Available until + available_after_3416802b: Available after + filename_preview_71b2cde2: "%{filename} preview" + attached_d7423f41: Attached + preview_filename_f1b58572: Preview %{filename} + remove_filename_dab5c02e: Remove %{filename} + new_attempt_57eae3d9: New Attempt + not_graded_yet_82f63c67: Not Graded Yet + submitted_318fad53: Submitted + unavailable_46d2c344: Unavailable + upload_8b403d05: Upload + uploaded_285a2bfb: Uploaded + button_a1577211: button + complete_4f4efbc: complete + incomplete_95612d72: incomplete + in_progress_13b9e26f: in-progress + unavailable_c04e4c93: unavailable + view_previous_submission_2b57bb85: View Previous Submission + view_next_submission_d2a429d: View Next Submission + create_new_attempt_19c96c03: Create New Attempt + missing_1a256b3b: Missing + late_2be42b88: Late + more_modules_d9a9f003: More Modules + now_viewing_attempt_current_attempt_918e616: Now viewing Attempt %{current_attempt} + attempt_current_attempt_ef626179: Attempt %{current_attempt} + attempt_current_attempt_of_max_attempts_427ed508: Attempt %{current_attempt} of %{max_attempts} + choose_one_submission_type_cf4eda5b: Choose One Submission Type + submission_type_a925fc5f: Submission Type + choose_one_2c4277df: Choose One + audio_1c89b0c8: audio + code_93e9abbb: code + doc_c63509f8: doc + flash_ab3ad95e: flash + html_fc8563c6: html + image_c1c98202: image + pdf_4e842f10: pdf + ptt_f7ff4c09: ptt + text_df773ce4: text + video_78335c71: video + xls_e593104b: xls + zip_26961da: zip + file_6863ad33: file + preview_unavailable_aacd459a: Preview Unavailable + download_c7ffdfb9: Download + no_submission_fb131a40: No Submission + error_adding_canvas_file_to_submission_draft_de258021: Error adding canvas file to submission draft + error_updating_submission_draft_1d40ade7: Error updating submission draft + error_adding_files_to_submission_draft_6acac337: Error adding files to submission draft + uploading_files_5ff8f4fd: Uploading files + upload_file_fd2361b8: Upload File + file_permitted_filetypes_714e4e8d: 'File permitted: %{fileTypes}' + drag_and_drop_or_click_to_browse_your_computer_60772d6d: Drag and drop, or click to browse your computer + add_media_cfa37b54: Add Media + record_upload_35dfb2ab: Record/Upload + file_select_filename_folder_contents_9146bab7: File select, %{filename} folder contents + type_file_14f017c9: 'type: file' + name_name_913c785b: 'name: %{name}' + date_created_createdat_265a0dfa: 'date created: %{createdAt}' + date_modified_modifiedat_b839cc8b: 'date modified: %{modifiedAt}' + modified_by_user_e6c8ade3: 'modified by: %{user}' + size_size_a77bd760: 'size: %{size}' + state_unpublished_e19c06e6: 'state: unpublished' + state_published_e42697da: 'state: published' + type_folder_115f3b07: 'type: folder' + return_to_parent_folder_4ece2184: return to parent folder + date_created_87e265bc: Date Created + date_modified_e1c8ac8f: Date Modified + modified_by_c1584b3c: Modified By + size_b30e1077: Size + root_523acd46: Root + current_folder_path_e094d59: current folder path + assignments_2_student_error_page_3ca3e0df: Assignments 2 Student Error Page + canvas_files_889a274f: Canvas Files + user_groups_query_error_bba6a6b7: User groups query error + more_options_272b4953: More Options + course_external_tools_query_error_d5110efe: Course external tools query error + text_entry_e1808b2f: Text Entry + remove_submission_draft_f5c7f58b: Remove submission draft + start_entry_4b491f60: Start Entry + please_enter_a_valid_url_e_g_http_example_com_b97051b4: Please enter a valid url (e.g. http://example.com) + website_url_input_1a3eab25: Website url input + http_67e238b4: http:// + preview_website_url_eb5b8a5f: Preview website url + website_url_b995c5b6: Website Url + all_submission_comments_have_been_marked_as_read_74c0683b: All submission comments have been marked as read + there_was_a_problem_marking_submission_comments_as_27c2f5c7: There was a problem marking submission comments as read + send_a_comment_to_your_instructor_about_this_assig_83fd5960: Send a comment to your instructor about this assignment. + at_791460b3: at + error_sending_submission_comment_dc15d24f: Error sending submission comment + submission_comment_sent_3f2af3d0: Submission comment sent + comment_input_box_b8c7e58b: Comment input box + submit_a_comment_7edbf648: Submit a Comment + attach_a_file_86a4fc00: Attach a File + record_audio_video_d9993f6c: Record Audio/Video + send_comment_4e05f2fb: Send Comment + load_more_comments_dc00ac34: Load More Comments + submitted_d5ba370a: 'Submitted:' + not_submitted_fff47f17: Not submitted + you_cannot_leave_comments_until_you_submit_the_ass_82c3ad79: You cannot leave comments until you submit the assignment + attempt_attempt_d3911720: Attempt %{attempt} + comments_e07bcbe3: Comments + rubric_fc39da76: Rubric + due_5d7267be: 'Due:' + ungraded_pointspossible_e2f86bd9: ungraded/%{pointsPossible} + ungraded_147a0dce: ungraded + formattedgrade_points_90505a61: "%{formattedGrade} Points" + calculated_by_4ac40468: 'Calculated by: ' + most_recent_b2797d2: Most Recent + attempt_attempt_grade_c01f45df: 'Attempt %{attempt}: %{grade}' + late_penalty_minus_count_points_810572fe: + one: 'Late Penalty: minus 1 Point' + other: 'Late Penalty: minus %{count} Points' + grade_grade_7e52dd1c: 'Grade: %{grade}' + late_penalty_9c312b22: Late Penalty + grade_9c6f076d: Grade + late_policy_d3f95a91: 'Late Policy:' + late_policy_minus_count_points_1a945541: + one: 'Late Policy: minus 1 Point' + other: 'Late Policy: minus %{count} Points' + _count_points_23dc93e0: + one: "-1 Point" + other: "-%{count} Points" + assignment_locked_a6233228: Assignment Locked + availability_dates_438d71e0: Availability Dates + attempt_1_7ba3c30f: Attempt 1 + submission_locked_image_93aced38: Submission Locked Image + submission_locked_a6074f8b: Submission Locked + accept_course_invitation_to_participate_in_this_as_b8342676: Accept course invitation to participate in this assignment + log_in_to_submit_962106cf: Log in to submit + accept_course_invitation_b4c04fbb: Accept course invitation + log_in_c9e240ef: Log in + assignment_locked_with_prerequisite_5b8cb148: Assignment Locked with Prerequisite + prerequisite_completion_period_c562d63: Prerequisite Completion Period + go_to_prerequisite_175c1f3f: Go to Prerequisite + ta_8d966626: TA + assignments_2_student_initial_query_error_52aa5ebd: Assignments 2 Student initial query error + failed_to_load_more_submissions_148ff11f: Failed to load more submissions + submission_draft_updated_e953166a: Submission draft updated + submit_confirmation_4d366dd1: Submit Confirmation + you_are_submitting_a_submissiontype_submission_onl_29c1cdc1: You are submitting a %{submissionType} submission. Only one submission type is allowed. All other submission types will be deleted. + okay_1772bbeb: Okay + error_sending_submission_d32dc075: Error sending submission + submission_sent_3f0d2ee1: Submission sent + media_af190855: Media + file_c851020d: File + url_22a5f3b8: URL + points_is_required_9a9d05b2: Points is required + points_must_be_a_number_0_daa4f7dc: Points must be a number >= 0 + points_must_0_3bff353: Points must >= 0 + assignment_name_is_required_9d17311b: Assignment name is required + the_date_is_not_valid_b6285fb5: The date is not valid. + you_must_provide_a_date_with_a_time_ec369ff4: You must provide a date with a time. + invalid_date_or_time_333acd43: Invalid date or time + due_date_must_be_after_the_available_date_94f03d92: Due date must be after the Available date + due_date_must_be_before_the_until_date_740484c5: Due date must be before the Until date + available_date_must_be_before_the_due_date_cbab390b: Available date must be before the Due date + available_date_must_be_before_the_until_date_9ccc52b: Available date must be before the Until date + until_date_must_be_after_the_due_date_d961566c: Until date must be after the Due date + until_date_must_be_after_the_available_date_8670dfcd: Until date must be after the Available date + close_17f50799: close + working_b1f63edf: working... + add_override_da70f198: Add Override + invalid_date_time_3ae423f5: Invalid date-time + label_3c9a991: "%{label}:" + no_label_date_ff3a372f: No %{label} Date + no_assignment_group_assigned_8f1cdb9b: No Assignment Group Assigned + no_module_assigned_ca183bd7: No Module Assigned + modules_b8f6aa9: modules + edit_assignment_name_8a7af80c: Edit assignment name + assignment_name_12eadcbd: Assignment name + edit_points_3a339cd8: Edit Points + peer_review_assignment_7d314c59: Peer Review Assignment + group_assignment_7060989f: Group Assignment + assignment_type_60255aac: Assignment Type + previous_445ca243: previous + next_e0d38b1f: next + time_2b5aac58: Time + edit_when_36c1c2c8: Edit %{when} + quizzes_are_not_yet_handled_in_the_new_assignments_3898536a: Quizzes are not yet handled in the new assignments flow. Head to the legacy create quiz page? + peer_reviewed_assignments_are_not_yet_handled_in_t_5eef60fb: Peer reviewed assignments are not yet handled in the new assignments flow. Head to the legacy create assignment page? + creating_a_group_is_not_yet_handled_by_the_new_ass_3360471d: Creating a group is not yet handled by the new assignments flow. Head to the legacy assignments page? + send_e3bd0ed0: Send + no_submission_for_assignmenttitle_243bd1f4: No submission for %{assignmentTitle} + no_grade_for_assignmenttitle_83baad53: No grade for %{assignmentTitle} + scored_less_than_score_on_assignmenttitle_5a011033: Scored less than %{score} on %{assignmentTitle} + scored_more_than_score_on_assignmenttitle_2afa1d32: Scored more than %{score} on %{assignmentTitle} + sending_messages_effc7237: Sending messages + messages_sent_b851d0dd: Messages sent + error_sending_messages_13c874eb: Error sending messages + sending_messages_f8f41998: sending messages... + haven_t_submitted_yet_e63834db: Haven't submitted yet + haven_t_been_graded_d7dee5bb: Haven't been graded + scored_less_than_2427896c: Scored less than + scored_more_than_d1646bd5: Scored more than + filter_students_2327fe79: Filter Students + message_students_who_778ce759: Message students who + to_f0e90538: 'To:' + remove_studentname_16ba8c3a: Remove %{studentName} + subject_1bc03dea: 'Subject:' + body_f48fe5cd: 'Body:' + everyone_else_cc5f6888: Everyone else + everyone_854554dd: Everyone + click_to_hide_details_f7d353d9: Click to hide details + click_to_show_details_310154eb: Click to show details + assign_to_6b806cd9: 'Assign to:' + attempts_allowed_8441aadf: Attempts Allowed + limited_322546c5: Limited + unlimited_ff19e96d: Unlimited + attempts_22baad: + one: Attempt + other: Attempts + unlimited_attempts_81a37d4: Unlimited Attempts + count_attempts_d23c69a0: + one: 1 Attempt + other: "%{count} Attempts" + due_available_and_until_dates_f90713da: Due, available, and until dates + due_a73610f6: Due + until_4a1f8cda: Until + all_types_allowed_287eb6b0: All Types Allowed + doc_50924b72: DOC + csv_de77e441: CSV + ppt_534cb87: PPT + txt_cae4e953: TXT + xls_733452c1: XLS + rtf_9165aba5: RTF + all_image_types_allowed_9c65004d: All Image Types Allowed + jpg_903bacff: JPG + png_55cbb586: PNG + tiff_c70066a3: TIFF + bmp_e297149c: BMP + gif_74e4a622: GIF + psd_33ae8820: PSD + svg_d5969386: SVG + eps_81bd3fbf: EPS + all_media_types_allowed_3c0cdce7: All Media Types Allowed + avi_2d8cc99f: AVI + flv_15e62834: FLV + wmv_1119d032: WMV + mp4_5c789afc: MP4 + mp3_c21c0f5f: MP3 + mov_329e9416: MOV + arc_a935e585: ARC + in_class_23eeca38: In Class + app_b157c2b3: App + non_canvas_11f36d4a: Non Canvas + add_submission_type_8690db4b: Add submission type + or_9b70ccaa: Or + and_7fcc2911: And + coming_soon_79d46687: COMING SOON + item_count_3c7bae0d: Item %{count} + submission_items_b2db1b8d: Submission Items + due_639f281d: 'Due: ' + available_d3bb0b5c: 'Available ' + delete_this_submission_type_37a0809c: Delete this submission type + attempt_count_267a4fc5: Attempt %{count} + assign_to_95404a83: Assign To + assignments_2: + attempts: + filter: Attempts + submission_attempts: Attempts + close_student_details_2f6900: Close student details + user_c95de254: User + go_to_name_s_profile_eaa1826b: Go to %{name}'s profile + message_student_f12b37a6: Message Student + submit_for_student_d90838e8: Submit for Student + extend_due_date_20651e76: Extend Due Date + invalid_date_and_time_1a42d206: Invalid date and time + score_student_points_possible_points_78360e86: Score {{student_points}}/{{possible_points}} + previous_student_46275eae: Previous student + next_student_b62869f4: Next student + send_a_message_4600821d: Send a message + student_details_49901ceb: Student Details + you_have_count_submissions_to_grade_6c5b511a: You have %{count} submissions to grade + speedgrader_d9a6fa90: Speedgrader + message_students_cecc3f83: Message Students + search_by_student_name_26536097: Search by student name + disable_extra_filter_options_1d1cdc02: disable extra filter options + enable_extra_filter_options_b52c23e6: enable extra filter options + submission_date_8f659c0c: Submission Date + more_cf9cc661: More + attempt_number_83dcd86a: Attempt %{number} + student_points_possible_points_196c7108: "{{student_points}}/{{possible_points}}" + open_student_context_tray_24c1b1d6: Open student context tray + overview_of_student_status_a004bcf3: Overview of student status + unable_to_delete_assignment_abcf8d62: Unable to delete assignment + you_cannot_save_while_there_are_errors_b86585e9: You cannot save while there are errors + an_error_occured_saving_the_assignment_d71cb3d2: An error occured saving the assignment + you_cannot_publish_this_assignment_while_there_are_e3dee69a: You cannot publish this assignment while there are errors + confirm_delete_a5239715: confirm delete + deleting_assignment_22d5851d: deleting assignment + assignments_2_teacher_view_error_page_8e45dedc: Assignments 2 Teacher View Error Page + saving_assignment_fb958949: Saving assignment + delete_assignment_5d3f3f15: delete assignment + asset_string_ddeaf719: Asset String + start_date_e937be8a: Start Date + previous_month_bb1e3c84: Previous Month + next_month_749b1778: Next Month + end_date_e0093ed7: End Date + user1_masquerading_as_user2_4fa5bb55: "%{user1} masquerading as %{user2}" + load_more_a36f9cf9: Load more + no_more_results_17c4f108: No more results + hide_params_eadf0961: Hide params + show_params_3401895b: Show params + something_went_wrong_89195131: Something went wrong. + mutations_on_search_e5a62790: mutations on %{search} + timestamp_865fa6b7: Timestamp + mutation_f0ac253f: Mutation + performed_by_70b3ce96: Performed by + parameters_a13374ec: Parameters + no_results_found_e4b686bd: No results found. + graphql_mutation_activity_5a47678b: GraphQL Mutation Activity + add_an_identity_provider_to_this_account_c2644478: 'Add an identity provider to this account:' + no_attributes_locked_611c5cc: no attributes locked + an_error_occurred_while_loading_changes_9851b56f: An error occurred while loading changes + an_error_ocurred_while_loading_sync_history_ad9dc6df: An error ocurred while loading sync history + an_error_occurred_while_checking_the_migration_sta_d17035b1: An error occurred while checking the migration status + sync_completed_successfully_8f68b542: Sync completed successfully + there_was_an_unexpected_problem_with_the_sync_be079a67: There was an unexpected problem with the sync + an_error_occurred_while_starting_migration_8e6015e2: An error occurred while starting migration + an_error_occurred_while_loading_courses_11d4571e: An error occurred while loading courses + an_error_occurred_while_loading_associations_9699b3ee: An error occurred while loading associations + associations_saved_successfully_48b9eae3: Associations saved successfully + an_error_occurred_while_saving_associations_bd66f3f4: An error occurred while saving associations + an_error_ocurred_while_loading_unsynced_changes_aed0d04d: An error ocurred while loading unsynced changes + there_was_a_problem_toggling_the_content_lock_2a5d678b: There was a problem toggling the content lock. + loading_associations_started_1f65d8d: Loading associations started + loading_associations_complete_b93a9c6e: Loading associations complete + removed_course_association_course_a233342c: Removed course association %{course} + restored_course_association_course_c9e16045: Restored course association %{course} + short_name_42f454a1: Short Name + teacher_s_fdefb2c: Teacher(s) + remove_association_1412eabf: Remove Association + remove_course_association_name_b760c502: Remove course association %{name} + undo_remove_course_association_name_68eb4037: Undo remove course association %{name} + undo_a7be8fef: Undo + current_367624e9: Current + to_be_added_2959cc72: To be Added + to_be_removed_d4b48586: To be Removed + blueprint_course_associations_72c9609: Blueprint Course Associations + loading_associations_9da66c4e: Loading Associations + there_are_currently_no_associated_courses_fba1754f: There are currently no associated courses. + saving_associations_started_8ac85360: Saving associations started + saving_associations_complete_e4b9634d: Saving associations complete + warning_d9ac42ef: 'Warning:' + you_have_unsynced_changes_that_will_sync_to_all_as_9028e711: You have unsynced changes that will sync to all associated courses when a new association is saved. + saving_associations_989bd4da: Saving Associations + search_courses_7b5c4ab3: Search Courses + associated_74756cc4: Associated + enable_course_as_a_blueprint_course_8515ffd5: Enable course as a Blueprint Course + general_locked_objects_6a9adafb: General Locked Objects + define_general_settings_for_locked_objects_in_this_20da2981: 'Define general settings for locked objects in this course. ' + define_settings_by_type_for_locked_objects_in_this_676197bf: 'Define settings by type for locked objects in this course. ' + locked_objects_cannot_be_edited_in_associated_cour_1af858c8: Locked objects cannot be edited in associated courses. + locked_objects_by_type_ff376c6c: Locked Objects by Type + blueprint_5cca2ef: Blueprint + open_sidebar_2852e8c8: Open sidebar + blueprint_settings_233e909a: Blueprint Settings + close_sidebar_10b0fbb4: Close sidebar + loading_change_log_94ac6073: Loading Change Log + learning_object_1f9e5dd8: Learning Object + object_type_e4f3bbeb: Object Type + change_applied_89d1aa5a: Change Applied + applied_cc7be774: Applied + blueprint_course_information_term_course_10d5cf30: 'Blueprint Course Information: %{term} - %{course}' + any_term_d49af19f: Any Term + any_sub_account_ec7069f2: Any Sub-Account + search_by_title_short_name_or_sis_id_fe84aa12: Search by title, short name, or SIS ID + select_term_f8083fb0: Select Term + select_sub_account_6704196a: Select Sub-Account + loading_courses_started_6e6d742c: Loading courses started + loading_courses_complete_count_courses_found_6768d9e1: + one: 'Loading courses complete: one course found' + other: 'Loading courses complete: %{count} courses found' + loading_courses_409a3641: Loading Courses + selected_course_course_a581f834: Selected course %{course} + unselected_course_course_89995a83: Unselected course %{course} + selected_all_courses_9cfef57f: Selected all courses + unselected_all_courses_99a9d35c: Unselected all courses + course_selection_245808bf: Course Selection + toggle_select_course_name_310fdee4: Toggle select course %{name} + select_all_count_courses_4fc63811: + one: Select (%{count}) Course + other: Select All (%{count}) Courses + associations_3fd4abe8: Associations + loading_associations_2b92bcf7: Loading associations... + sync_history_3d46eb19: Sync History + loading_sync_history_3eb11baf: Loading sync history... + unsynced_changes_4ddaec76: Unsynced Changes + loading_unsynced_changes_1b52f725: Loading unsynced changes... + loading_unsynced_changes_b5d7b202: Loading Unsynced Changes + there_are_count_unsynced_changes_25ed3bed: + one: There is 1 Unsynced Change + other: There are %{count} Unsynced Changes + there_are_count_associations_906edb03: + one: There is 1 Association + other: There are %{count} Associations + not_available_during_sync_ae645e8c: Not available during sync + attributes_locked_1a1a0f46: "%{attributes} locked" + locked_796957c7: 'Locked:' + your_course_db806851: Your Course + count_of_max_maximum_characters_fcb6ddf8: "%{count} of %{max} maximum characters" + you_have_reached_the_limit_of_len_characters_in_th_babea8fe: You have reached the limit of %{len} characters in the notification message + include_course_settings_c4c08764: Include Course Settings + send_notification_81773687: Send Notification + add_a_message_a5ed12bf: Add a Message + chars_written_max_character_length_len_fec9bd18: "%{chars} written, max character length %{len}" + len_maxlen_97f1c88d: "%{len}/%{maxLen}" + message_text_5f692459: Message text + processing_2fcc9739: Processing + this_may_take_a_bit_48fe4235: This may take a bit... + sync_in_progress_12ff1d3c: Sync in progress + you_can_leave_the_page_and_you_will_get_a_notifica_fefe11e8: You can leave the page and you will get a notification when the sync process is complete. + syncing_3061cc8d: Syncing... + sync_68e5c167: Sync + show_exceptions_270ea1c5: Show exceptions + count_exceptions_1176c596: + one: "%{count} exception" + other: "%{count} exceptions" + loading_sync_history_9f342cbf: Loading Sync History + count_pushed_changes_6fe7fba: "%{count} pushed changes" + there_are_no_unsynced_changes_4e8f0838: There are no unsynced changes + count_unsynced_changes_1fc147e5: "%{count} Unsynced Changes" + changed_item_1d16a85f: Changed Item + type_of_change_1cb24a0e: Type of Change + type_of_item_8a37f69d: Type of Item + question_bank_f6c44d62: Question Bank + outcome_da397d20: Outcome + outcome_group_39fae76f: Outcome Group + folder_705fd2d7: Folder + settings_5aa0fd0c: Settings + discussions_a5f96392: Discussions + created_58b8a75a: Created + updated_2c1e8615: Updated + deleted_1be5ed1: Deleted + points_changed_exceptions_b0c771f7: 'Points changed exceptions:' + content_changed_exceptions_e8bff81e: 'Content changed exceptions:' + due_dates_changed_exceptions_ddb028: 'Due Dates changed exceptions:' + availability_dates_changed_exceptions_465ba375: 'Availability Dates changed exceptions:' + settings_changed_exceptions_e5247936: 'Settings changed exceptions:' + deleted_content_exceptions_237e809d: 'Deleted content exceptions:' + content_1440204b: Content + due_dates_520a6c08: Due Dates + course_catalog_4cc7c8ce: Course Catalog + recent_announcements_8becc59c: Recent Announcements + please_upload_files_as_a_zip_5a2c799f: Please upload files as a .zip + content_shares_received_view_error_page_c7021a4a: Content Shares Received View Error Page + are_you_sure_you_want_to_archive_your_copies_of_th_7d219afe: + one: Are you sure you want to archive your copy of this conversation? + other: Are you sure you want to archive your copies of these conversations? + are_you_sure_you_want_to_unarchive_these_conversat_ec7d7e8d: + one: Are you sure you want to unarchive this conversation? + other: Are you sure you want to unarchive these conversations? + are_you_sure_you_want_to_delete_your_copy_of_these_f04442ed: + one: Are you sure you want to delete your copy of this conversation? This action cannot be undone. + other: Are you sure you want to delete your copy of these conversations? This action cannot be undone. + messages_deleted_8f781481: + one: Message Deleted! + other: Messages Deleted! + starred_5a9efa8a: Starred + sent_fe0a1eb4: Sent + archived_de543437: Archived + course_list: + favorited_tooltip: Click to remove from the courses menu. + nonfavorited_tooltip: Click to add to the courses menu. + you_must_log_in_to_view_replies_9ccd4da0: You must log in to view replies + this_version_of_gradebook_is_being_replaced_by_an__b5a174b2: This version of Gradebook is being replaced by an updated Gradebook on or before January 18, 2020. + learn_more_7a8d626: Learn More + keep_in_mind_this_submission_will_count_for_everyo_bb526d67: Keep in mind, this submission will count for everyone in your %{groupType} group. + license_help: + content_license_help: Content Licensing Help + pseudonyms_mobile_login: + parent_signup: Parent Signup + bundles_quesiton_bank: + titles: + find_outcomes: Find Outcomes + quizzes_index: + headers: + assignment_quizzes: Assignment Quizzes + practice_quizzes: Practice Quizzes + surveys: Surveys + toggle_message: toggle quiz visibility + roster_publicjs: + filter_no_users_found: No matching users found. + filter_one_user_found: 1 user found. + filter_multiple_users_found: "%{userCount} users found." + you_must_agree_to_the_terms_99723f97: You must agree to the terms + appointments_dcb41d23: Appointments + find_appointment_85d6922e: Find Appointment + select_course_5cf89177: Select Course + start_date_start_time_to_end_time_dc676ce1: "%{start_date}, %{start_time} to %{end_time}" + contextname_and_count_others_9dda769b: + one: "%{contextName} and %{count} other" + other: "%{contextName} and %{count} others" + select_calendars_d5fa50b6: Select Calendars + an_error_ocurred_while_deleting_the_appointment_gr_4948bbc5: An error ocurred while deleting the appointment group + you_must_provide_a_value_or_unselect_the_option_3b28b754: You must provide a value or unselect the option. + you_must_allow_at_least_one_appointment_per_time_s_76e22300: You must allow at least one appointment per time slot. + you_must_allow_at_least_one_appointment_per_partic_c142139c: You must allow at least one appointment per participant. + an_error_ocurred_while_saving_the_appointment_grou_e19452cd: An error ocurred while saving the appointment group + you_are_here_54075d8c: 'You are here:' + edit_pagetitle_cd8abab9: Edit %{pageTitle} + delete_group_86c381ec: Delete Group + edit_assignment_group_c04c4af0: Edit Assignment Group + calendars_a756c286: Calendars + time_block_5a7cda5c: Time Block + location_e17bd402: Location + limit_each_time_slot_to_input_value_user_s_47461538: 'Limit each time slot to %{input_value} user(s). ' + allow_students_to_see_who_was_signed_up_for_time_s_37f5cb01: Allow students to see who was signed up for time slots that are still available + limit_students_to_attend_input_value_slot_s_9a5bf576: 'Limit students to attend %{input_value} slot(s). ' + start_time_2c3d11b5: Start Time + end_time_250391e8: End Time + must_be_a_number_0_e6ec3e78: Must be a number > 0 + divide_into_equal_time_slots_in_minutes_234312fa: Divide into equal time slots (in minutes + divide_into_equal_slots_value_is_in_minutes_13fe14d2: Divide into equal slots (value is in minutes) + create_slots_71dbb2f8: Create Slots + points_pts_e5596bf7: "%{points} pts" + assignment_path_selected_e80191d1: Assignment Path Selected + choose_assignment_path_8ea55f3a: Choose Assignment Path + select_one_of_the_options_c8b0c6e4: 'Select one of the options:' + option_index_6308524d: Option %{index} + selected_274ce24f: Selected + select_d70f31da: Select + edit_collaboration_b014c18b: Edit Collaboration + delete_collaboration_23035eaf: Delete Collaboration + remove_collaborationtitle_c3e81adb: Remove "%{collaborationTitle}"? + yes_remove_86a61759: Yes, remove + no_collaboration_apps_3bbd30ce: No Collaboration Apps + collaborations_are_web_based_tools_to_work_collabo_8ae6dd38: Collaborations are web-based tools to work collaboratively on tasks like taking notes or grouped papers. Get started by adding a collaboration app. + learn_more_about_collaborations_2978f66d: Learn more about collaborations + you_have_no_collaboration_apps_configured_talk_to__6733123a: You have no Collaboration apps configured. Talk to your teacher to get some set up. + getting_started_with_collaborations_794240ba: Getting started with Collaborations + collaborations_are_web_based_tools_to_work_collabo_6e9f7b3f: Collaborations are web-based tools to work collaboratively on tasks like taking notes or grouped papers. Get started by clicking on the "+ Collaboration" button. + loading_collaborations_e6c5f262: Loading collaborations + add_collaboration_da9665ac: Add Collaboration + collaboration_ce3e2bac: "+ Collaboration" + loaded_more_collaborations_13f1d630: Loaded More Collaborations. + close_details_sidebar_ff8f663d: Close details sidebar + lowerbound_to_upperbound_352a3c0b: "%{lowerBound}+ to %{upperBound}" + view_range_student_details_8116d68a: View range student details + rangestudents_out_of_totalstudents_students_e5ee60e1: "%{rangeStudents} out of %{totalStudents} students" + loading_data_ecd89ba: Loading Data.. + mastery_paths_breakdown_6e0b5fce: Mastery Paths Breakdown + view_previous_student_90000459: view previous student + view_next_student_9fc72fef: view next student + not_submitted_7d05fdb4: Not Submitted + submitted_submitdate_bdd3bf09: 'Submitted: %{submitDate}' + view_submission_ff3da5d: View Submission + select_student_name_caaff244: Select student %{name} + starting_import_operation_f25745f0: Starting import operation + import_started_successfully_a3467411: Import started successfully + there_was_a_problem_starting_import_operation_4c42c5e: There was a problem starting import operation + content_share_preview_166f6562: Content Share Preview + no_content_has_been_shared_with_you_667fde6c: No content has been shared with you. + count_shared_items_loaded_ef94ef6a: + one: 1 shared item loaded. + other: "%{count} shared items loaded." + are_you_sure_you_want_to_remove_this_item_7887ce31: Are you sure you want to remove this item? + there_was_an_error_removing_the_item_f8324776: There was an error removing the item + received_content_53049822: Received Content + the_list_below_is_content_that_has_been_shared_wit_2b2648bc: The list below is content that has been shared with you. You can preview the content, import it into your course, or remove it from the list. + import_e929507b: Import... + manage_options_for_name_83278ad0: Manage options for %{name} + name_mark_as_read_cc9e5fd6: "%{name} mark as read" + name_mark_as_unread_abd650da: "%{name} mark as unread" + content_shared_by_others_to_you_5a40bb2c: Content shared by others to you + received_7689640e: Received + last_login_b7bc0479: 'Last login:' + high_b5cbd048: High + low_eab1cadd: Low + section_section_names_98f172e6: 'Section: %{section_names}' + view_grades_for_name_45aeb2f2: View grades for %{name} + view_analytics_for_name_9b31594e: View analytics for %{name} + send_a_message_to_student_b2e72576: Send a message to %{student} + activity_compared_to_class_8133cb0: Activity Compared to Class + participation_af2598: Participation + page_views_eb64cf53: Page Views + grade_10d1e5a1: "%{grade}" + last_length_graded_items_6db7374e: Last %{length} Graded Items + select_the_file_you_want_to_associate_or_add_a_fil_eedd8dc4: Select the file you want to associate, or add a file by selecting "New File". + new_file_135ae520: "[ New File ]" + restart_link_validation_b61286fc: Restart Link Validation + start_link_validation_dc0ac99c: Start Link Validation + link_validation_is_running_caf08ced: Link validation is running + found_count_broken_links_9224b8dd: + one: Found 1 broken link + other: Found %{count} broken links + an_error_occured_please_try_again_e59b65b: An error occured. Please try again. + no_broken_links_found_38d951e3: No broken links found + show_links_to_unpublished_content_30c0450d: Show links to unpublished content + assessment_question_b523622f: Assessment Question + quiz_question_1da5198e: Quiz Question + links_to_other_courses_in_this_resource_may_not_be_d9f2779: 'Links to other courses in this resource may not be accessible by the students in this course:' + unpublished_content_referenced_in_this_resource_865f8ef6: 'Unpublished content referenced in this resource:' + non_existent_content_referenced_in_this_resource_d86c6bcb: 'Non-existent content referenced in this resource:' + external_links_in_this_resource_were_unreachable_ad00a7e3: 'External links in this resource were unreachable:' + external_images_in_this_resource_were_unreachable_5d9cbad2: 'External images in this resource were unreachable:' + deleted_content_referenced_in_this_resource_e42d1998: 'Deleted content referenced in this resource:' + there_was_an_error_uploading_the_image_932fc4ce: There was an error uploading the image + there_was_an_error_removing_the_image_c83acffe: There was an error removing the image + there_was_an_error_retrieving_the_course_image_d7ea094d: There was an error retrieving the course image + type_is_not_a_valid_image_type_try_jpg_png_or_gif_1c109633: "'%{type}' is not a valid image type (try jpg, png, or gif)" + saving_the_csp_status_failed_please_try_again_8275aaa4: Saving the CSP status failed, please try again. + failed_to_load_csp_information_try_refreshing_the__4a056997: Failed to load CSP information, try refreshing the page. + disable_content_security_policy_8660a787: Disable Content Security Policy + only_account_administrators_can_change_this_settin_149f8fe3: Only account administrators can change this setting. + file_must_be_an_image_293567a8: File must be an image + computer_1d7dfa6f: Computer + upload_image_6120b609: Upload Image + unsplash_ee049fbf: Unsplash + flickr_9bed633e: Flickr + course_image_settings_eba3ec55: Course image settings + choose_image_242f727e: Choose image + remove_image_341340b3: Remove image + choose_image_e5ee5d7a: Choose Image + drag_and_drop_your_image_here_or_7fba7c14: 'Drag and drop your image here or ' + browse_your_computer_for_a_course_image_d7db2376: Browse your computer for a course image + browse_your_computer_9a735a4: browse your computer + for_best_results_crop_image_to_262px_wide_by_146px_af81a540: For best results crop image to 262px wide by 146px tall. JPG, PNG or GIF file types accepted + setup_checklist_eb8b00b8: Setup Checklist + item_complete_d334fd43: "(Item Complete)" + item_incomplete_d6a16040: "(Item Incomplete)" + course_setup_wizard_is_showing_a7c087c1: Course Setup Wizard is showing. + course_wizard_31c87552: Course Wizard + my_dashboard_b724020: My dashboard + close_and_return_to_canvas_80544344: Close and return to Canvas + great_so_you_ve_got_a_course_now_what_well_before__38cfba67: Great, so you've got a course. Now what? Well, before you go publishing it to the world, you may want to check and make sure you've got the basics laid out. Work through the list on the left to ensure that your course is ready to use. + this_course_is_visible_only_to_teachers_until_it_i_ce972f0: This course is visible only to teachers until it is published. + now_that_your_course_is_set_up_and_available_you_p_c0c8635c: Now that your course is set up and available, you probably won't need this checklist anymore. But we'll keep it around in case you realize later you want to try something new, or you just want a little extra help as you make changes to your course content. + you_do_not_have_permission_to_publish_this_course_ff361c82: You do not have permission to publish this course. + next_steps_ce0f0d0c: Next Steps + import_content_b2fd6620: Import Content + if_you_ve_been_using_another_course_management_sys_67edfab1: If you've been using another course management system, you probably have stuff in there that you're going to want moved over to Canvas. We can walk you through the process of easily migrating your content into Canvas. + add_course_assignments_628ed6d0: Add Course Assignments + add_your_assignments_you_can_just_make_a_long_list_8a7862dd: Add your assignments. You can just make a long list, or break them up into groups - and even specify weights for each assignment group. + add_students_to_the_course_874be8fb: Add Students to the Course + you_ll_definitely_want_some_of_these_what_s_the_fu_f4f3578b: You'll definitely want some of these. What's the fun of teaching a course if nobody's even listening? + add_files_to_the_course_da6ffd32: Add Files to the Course + the_files_tab_is_the_place_to_share_lecture_slides_95a93bce: The Files tab is the place to share lecture slides, example documents, study helps -- anything your students will want to download. Uploading and organizing your files is easy with Canvas. We'll show you how. + select_navigation_links_68e1e924: Select Navigation Links + by_default_all_links_are_enabled_for_a_course_stud_8e617dbc: By default all links are enabled for a course. Students won't see links to sections that don't have content. For example, if you haven't created any quizzes, they won't see the quizzes link. You can sort and explicitly disable these links if there are areas of the course you don't want your students accessing. + choose_a_course_home_page_8059c7b: Choose a Course Home Page + when_people_visit_the_course_this_is_the_page_they_de94acc2: When people visit the course, this is the page they'll see. You can set it to show an activity stream, the list of course modules, a syllabus, or a custom page you write yourself. The default is the course activity stream. + add_course_calendar_events_146154a5: Add Course Calendar Events + here_s_a_great_chance_to_get_to_know_the_calendar__187ce49: Here's a great chance to get to know the calendar and add any non-assignment events you might have to the course. Don't worry, we'll help you through it. + add_tas_to_the_course_2aac6e02: Add TAs to the Course + you_may_want_to_assign_some_tas_to_help_you_with_t_702244aa: You may want to assign some TAs to help you with the course. TAs can grade student submissions, help moderate the discussions and even update due dates and assignment details for you. + publish_the_course_f2f6ef80: Publish the Course + all_finished_time_to_publish_your_course_click_the_b6f07217: All finished? Time to publish your course! Click the button below to make it official! Publishing will allow the users to begin participating in the course. + this_course_is_claimed_and_ready_but_you_ll_need_t_25b95a0a: This course is claimed and ready, but you'll need to finish the registration process before you can publish the course. You should have received an email from Canvas with a link to finish the process. Be sure to check your spam box. + change_dcaa253a: Change + front_page_must_be_set_first_c5246f7d: Front Page must be set first + pages_front_page_9ce5188: Pages Front Page + course_activity_stream_40091c17: Course Activity Stream + assignments_list_fe3e54be: Assignments List + before_publishing_your_course_you_must_either_publ_cf84cad9: Before publishing your course, you must either publish a module in the Modules page, or choose a different home page. + select_what_you_d_like_to_display_on_the_home_page_c1b53804: Select what you'd like to display on the home page. + choose_course_home_page_d8642f9e: Choose Course Home Page + choose_and_publish_980812cb: Choose and Publish + before_publishing_your_course_you_must_either_publ_cdfdc78c: Before publishing your course, you must either publish a module or choose a different home page. + create_a_new_module_6f31b0fe: Create a new Module + add_existing_content_7e36da66: Add existing content + complete_registration_by_clicking_the_finish_the_r_fcd13ac8: Complete registration by clicking the “finish the registration process” link sent to your email. + an_error_ocurred_while_publishing_course_3760cf04: An error ocurred while publishing course + choose_home_page_80cef4ee: Choose Home Page + move_text_up_91fb4241: Move %{text} up + move_text_down_7176acd4: Move %{text} down + edit_text_27d8aa3d: Edit %{text} + remove_text_8e485c41: Remove %{text} + teachers_52e2423f: Teachers + observers_672971d: Observers + unenrolled_bc89d5e3: Unenrolled + cancel_custom_link_creation_39ec70bd: Cancel custom link creation + custom_link_details_35fd38fc: Custom link details + link_name_b76fdb38: Link name + link_description_4355ca82: Link description + link_url_a213671c: Link URL + e_g_http_university_edu_helpdesk_acab04d6: e.g., http://university.edu/helpdesk + available_to_b7350e02: Available to + add_link_fc336ed6: Add link + update_link_b7cab181: Update link + icon_215a1dc6: Icon + question_mark_icon_d2bbd204: Question mark icon + information_icon_8a514faa: Information icon + folder_icon_29017021: Folder icon + cog_icon_69bdffd5: Cog icon + life_preserver_icon_8660b6ce: Life preserver icon + add_link_5c01c1e8: Add Link + link_7262adec: Link + add_help_menu_links_de9fc34f: Add help menu links + add_custom_link_22059c0: Add Custom Link + please_enter_a_name_for_this_link_318f01a4: Please enter a name for this link. + please_enter_a_valid_url_protocol_is_required_e_g__4bc49ab1: Please enter a valid URL. Protocol is required (e.g. http://, https://, ftp://, tel:, mailto:). + please_select_a_user_role_for_this_link_9fb4e655: Please select a user role for this link. + you_left_the_required_name_field_empty_8f9bce5c: You left the required name field empty. + help_menu_options_7ecf7031: Help menu options + help_menu_links_51184b65: Help menu links + failed_to_load_recent_activity_d3e5adeb: Failed to load recent activity + failed_to_save_dashboard_selection_32e71c72: Failed to save dashboard selection + no_courses_favorited_4e69fd63: No courses favorited + you_have_no_courses_favorited_reloading_this_page__a2bae9de: "You have no courses favorited. Reloading this page will show all\n your active courses. To add favorites, go to " + all_courses_80701c6f: All Courses. + confirm_unfavorite_course_fa01966d: Confirm unfavorite course + unfavorite_coursename_32f77231: Unfavorite %{courseName} + you_are_about_to_remove_this_course_from_your_dash_7e806db6: |- + You are about to remove this course from your dashboard. It will still be available + by navigating to Courses > All Courses from the main menu. + we_were_unable_to_remove_this_course_from_your_fav_70fa598d: We were unable to remove this course from your favorites. + choose_a_color_or_course_nickname_or_move_course_c_dd23f754: Choose a color or course nickname or move course card for %{course} + course_image_for_course_cfbb08df: Course image for %{course} + course_card_color_region_for_course_c356a69c: Course card color region for %{course} + actions_for_course_312ff446: Actions for %{course} + color_a363e1b0: Color + dashboard_card_movement_menu_b65b98f5: Dashboard Card Movement Menu + move_to_top_e0d7d66e: Move to top + move_up_2440f707: Move up + move_down_4a9c9b18: Move down + move_to_bottom_d0f71bf0: Move to bottom + unfavorite_cd0c113e: Unfavorite + dashboard_options_b240ed5a: Dashboard Options + dashboard_view_d7d85969: Dashboard View + toggle_course_card_color_overlays_b5b8137a: Toggle course card color overlays + color_overlay_fb5ecce7: Color Overlay + retrieving_content_ed0b9b33: Retrieving Content + are_you_sure_you_want_to_delete_this_developer_key_ce246033: Are you sure you want to delete this developer key? This action will also delete all tools associated with the developer key in this context. + are_you_sure_you_want_to_delete_this_developer_key_9937481a: Are you sure you want to delete this developer key? + make_key_invisible_e66af89: Make key invisible + make_key_developername_invisible_212ecf72: Make key %{developerName} invisible + make_key_visible_5c03fa34: Make key visible + make_key_developername_visible_97c404bf: Make key %{developerName} visible + edit_this_key_1ee53473: Edit this key + edit_key_developername_2980f240: Edit key %{developerName} + delete_this_key_70f74aa1: Delete this key + delete_key_developername_be80e695: Delete key %{developerName} + developer_key_developerkeyid_deleted_focus_moved_t_80fffb4d: Developer key %{developerKeyId} deleted. Focus moved to add developer key button. + loaded_more_developer_keys_focus_moved_to_the_name_6e3c3b34: Loaded more developer keys. Focus moved to the name of the last loaded developer key in the list. + loaded_more_developer_keys_focus_moved_to_the_dele_f5b867f8: Loaded more developer keys. Focus moved to the delete button of the last loaded developer key in the list. + developer_key_developerkeyid_deleted_focus_moved_t_9f5b5198: Developer key %{developerKeyId} deleted. Focus moved to the delete button of the previous developer key in the list. + developers_keys_table_69ae6b7e: Developers Keys Table + inherited_developer_keys_table_e4a65b67: Inherited Developer Keys Table + owner_email_236d1b2: Owner Email + stats_9272cef3: Stats + state_66a67ba2: State + show_all_keys_fa88c55c: Show All Keys + developer_keys_d70ba44a: Developer Keys + inherited_d4d0bc33: Inherited + unnamed_tool_961cb95b: Unnamed Tool + no_email_8585ad7e: No Email + toolname_logo_6b639926: "%{toolName} Logo" + uri_redirect_uri_d4aad2b9: 'URI: %{redirect_uri}' + last_used_f9457313: 'Last Used:' + key_f2a919d5: Key + hide_key_e8fe1e8c: Hide Key + show_key_1fbf0c64: Show Key + access_token_count_access_token_count_dfb5463c: 'Access Token Count: %{access_token_count}' + created_created_at_37c0ec3b: 'Created: %{created_at}' + developer_key_is_an_external_tool_27c6166b: Developer key is an external tool. + toggle_tooltip_2447b4fa: Toggle ToolTip + key_state_for_the_current_account_d16b1cd5: Key state for the current account + on_8f7190e5: 'On' + allow_bb7ce9b1: Allow + off_5385ef3f: 'Off' + additional_settings_20362654: Additional Settings + identification_values_86d9ffda: Identification Values + tool_id_afd739e1: Tool Id + icon_url_e3d56e89: Icon Url + text_7f4593da: Text + selection_height_9d57ec24: Selection Height + selection_width_183acd79: Selection Width + one_per_line_format_name_value_79647700: 'One per line. Format: name=value' + privacy_level_f0ec09a3: Privacy Level + public_a749f507: Public + private_3883d133: Private + placement_values_c0a2cf56: Placement Values + this_placement_requires_deep_link_support_by_the_v_702d554f: This placement requires Deep Link support by the vendor. Check with your tool vendor to ensure they support this functionality + request_values_89976f2c: Request Values + target_link_uri_d166858: Target Link URI + select_message_type_806b2dea: Select Message Type + label_values_76f4b5fa: Label Values + display_values_f517c73c: Display Values + placements_5b5e056b: Placements + remove_placement_90862c13: Remove %{placement} + field_cannot_be_blank_afb5b332: Field cannot be blank. + missing_required_fields_please_fill_in_all_require_1e10b2e9: Missing required fields. Please fill in all required fields. + public_jwk_json_is_not_valid_please_submit_properl_31ea2004: Public JWK json is not valid. Please submit properly formatted json. + required_values_1eb5841f: Required Values + title_f8e03596: "* Title" + description_61f4296: "* Description" + target_link_uri_bbed67d1: "* Target Link URI" + openid_connect_initiation_url_d9037d30: "* OpenID Connect Initiation Url" + jwk_method_6d5d0c84: "* JWK Method" + public_jwk_url_b5564c1d: Public JWK URL + lti_advantage_services_c1746cb4: LTI Advantage Services + services_must_be_supported_by_the_tool_in_order_to_1f194a36: Services must be supported by the tool in order to work. Check with your Tool Vendor to ensure service capabilities. + check_services_to_enable_8877c451: Check Services to enable + manual_configuration_b586fe54: Manual Configuration + must_have_at_least_one_redirect_uri_defined_bb236d38: Must have at least one redirect_uri defined. + developer_key_settings_889721f1: Developer Key Settings + key_name_7311d22: 'Key Name:' + owner_email_4d02f795: 'Owner Email:' + redirect_uris_79534b60: "* Redirect URIs:" + redirect_uris_a54bd82f: 'Redirect URIs:' + redirect_uri_legacy_b32323d3: 'Redirect URI (Legacy):' + vendor_code_lti_2_ef36207b: 'Vendor Code (LTI 2):' + icon_url_ecce6557: 'Icon URL:' + notes_6cfc3988: 'Notes:' + test_cluster_only_70e61c19: Test Cluster Only + at_least_one_scope_must_be_selected_97d6fce9: At least one scope must be selected. + save_successful_b2f64da4: Save successful. + failed_to_save_changes_errors_6920f334: 'Failed to save changes: %{errors}%' + a_redirect_uri_is_required_please_supply_one_471908db: A redirect_uri is required, please supply one. + a_json_url_is_required_please_supply_one_ed03101c: A json url is required, please supply one. + create_developer_key_78de8510: Create developer key + edit_developer_key_d8fa33c4: Edit developer key + key_settings_44df6a41: Key Settings + creating_key_8a026e61: Creating Key + create_an_ba36d171: Create an + create_a_64f6f82: Create a + api_key_eeeb2167: API Key + lti_key_14ad02b1: LTI Key + disable_scope_6ba4e4d4: Disable scope + enable_scope_ac28b832: Enable scope + clicking_the_checkbox_will_cause_scopes_table_to_d_dbdbffd3: Clicking the checkbox will cause scopes table to disappear below + clicking_the_checkbox_will_cause_scopes_table_to_a_fba5886a: Clicking the checkbox will cause scopes table to appear below + loading_available_scopes_bc29bf98: Loading Available Scopes + when_scope_enforcement_is_disabled_tokens_have_acc_6939182f: When scope enforcement is disabled, tokens have access to all endpoints available to the authorizing user. + search_endpoints_d5abf37f: Search endpoints + enforce_scopes_be28989c: Enforce Scopes + allow_include_parameters_bf3d3230: 'Allow Include Parameters ' + permit_usage_of_all_includes_parameters_for_this_d_4f8318f4: Permit usage of all “includes” parameters for this developer key. "Includes" parameters may grant access to additional data not included in the scopes selected below. + all_scopename_scopes_6c220783: All %{scopeName} scopes + disable_all_read_only_scopes_f9ffdd28: Disable all read only scopes. + enable_all_read_only_scopes_3ddc2bb5: Enable all read only scopes. + read_only_3d26d8fe: Read only + json_is_not_valid_please_submit_properly_formatted_e3b2f88f: Json is not valid. Please submit properly formatted json. + lti_1_3_configuration_c3534f3b: LTI 1.3 Configuration + json_url_adbee260: JSON URL + manual_entry_e4a4f99a: Manual Entry + paste_json_26ad8050: Paste JSON + enter_url_e8bb8a33: Enter URL + configure_ecb97e30: Configure + next_message_780bcf24: Next Message + previous_message_8804f87e: Previous Message + edit_current_message_da650d4c: Edit Current Message + delete_current_message_5da0221a: Delete Current Message + reply_to_current_message_55391f5b: Reply to Current Message + reply_to_topic_12412b0f: Reply to Topic + updating_discussion_failed_aadb2d35: Updating discussion failed + failed_to_update_discussion_23cc229a: Failed to update discussion + count_discussions_found_fc326362: "%{count} discussions found." + successfully_deleted_discussion_title_a685f345: Successfully deleted discussion %{title} + failed_to_delete_discussion_title_986df717: Failed to delete discussion %{title} + saved_discussion_settings_successfully_ebd46a57: Saved discussion settings successfully + error_saving_discussion_settings_3360661d: Error saving discussion settings + duplication_of_title_succeeded_2e0bd645: Duplication of %{title} succeeded + duplication_failed_3351ffb1: Duplication failed + unsubscribed_failed_2a176d2: Unsubscribed failed + subscribe_failed_2eb62de0: Subscribe failed + you_currently_have_no_pinned_discussions_6f0078b8: You currently have no pinned discussions + to_pin_a_discussion_to_the_top_of_the_page_drag_a__bfe476c3: To pin a discussion to the top of the page, drag a discussion here, or select Pin from the discussion settings menu. + there_are_no_discussions_to_show_in_this_section_e8f04ebd: There are no discussions to show in this section + click_here_to_add_a_discussion_f17c4260: Click here to add a discussion + you_currently_have_no_discussions_with_closed_comm_366a9dab: You currently have no discussions with closed comments + to_close_comments_on_a_discussion_drag_a_discussio_85b27448: To close comments on a discussion, drag a discussion here, or select Close for Comments from the discussion settings menu. + ordered_by_recent_activity_112d33d5: Ordered by Recent Activity + due_date_bf4eaf46: 'Due %{date} ' + last_post_at_date_bf77652f: Last post at %{date} + not_available_until_date_3c1c73c2: Not available until %{date} + was_locked_at_date_acf1c576: Was locked at %{date} + available_until_date_d2fe6cb1: Available until %{date} + unpin_of_discussion_title_succeeded_ce315adb: Unpin of discussion %{title} succeeded + pin_of_discussion_title_succeeded_c7d59580: Pin of discussion %{title} succeeded + unpin_of_discussion_title_failed_852116d4: Unpin of discussion %{title} failed + pin_of_discussion_title_failed_6c2c32a5: Pin of discussion %{title} failed + unlock_discussion_title_succeeded_cd97847c: Unlock discussion %{title} succeeded + lock_discussion_title_succeeded_fb24ebfc: Lock discussion %{title} succeeded + unlock_discussion_title_failed_42a4252f: Unlock discussion %{title} failed + lock_discussion_title_failed_9d49f2d: Lock discussion %{title} failed + count_unread_replies_86976ab: "%{count} unread replies" + count_replies_a685c742: "%{count} replies" + title_is_unlocked_click_to_lock_6a20cfcb: "%{title} is unlocked. Click to lock." + title_is_locked_click_to_unlock_21548cfb: "%{title} is locked. Click to unlock" + unsubscribe_from_title_c98461b3: Unsubscribe from %{title} + subscribe_to_title_c7d6bbd2: Subscribe to %{title} + unpublish_title_26ae9667: Unpublish %{title} + publish_title_102f2d90: Publish %{title} + unpin_a318452a: Unpin + pin_cdbc9f8f: Pin + open_for_comments_1810648: Open for comments + close_for_comments_ce0e5d00: Close for comments + open_discussion_title_for_comments_6baa3fa: Open discussion %{title} for comments + close_discussion_title_for_comments_adde43bc: Close discussion %{title} for comments + unpin_discussion_title_8c2a0942: Unpin discussion %{title} + pin_discussion_title_67c84658: Pin discussion %{title} + move_to_25d7ef11: Move To + move_discussion_title_93ea7be1: Move discussion %{title} + duplicate_discussion_title_6537ef4d: Duplicate discussion %{title} + send_title_to_user_d952e233: Send %{title} to user + copy_title_to_course_2a41a2f4: Copy %{title} to course + delete_discussion_title_a28df8b6: Delete discussion %{title} + unread_c14cb06f: unread, + due_date_2c6e4cfb: Due %{date} + to_do_date_d6b79bfd: To do %{date} + student_settings_354d9a7e: Student Settings + create_discussion_topics_8330d52b: Create discussion topics + edit_and_delete_their_own_posts_f4f7cc6: Edit and delete their own posts + attach_files_to_discussions_bd16c245: Attach files to discussions + saving_2521e616: Saving + discussion_settings_2fbf0b95: Discussion Settings + edit_discussion_settings_1bbb03d: Edit Discussion Settings + my_settings_2ff35329: My Settings + manually_mark_posts_as_read_afa5d035: Manually mark posts as read + save_settings_cafe79a5: Save Settings + you_are_about_to_delete_count_discussions_are_you__7ff455aa: + one: You are about to delete 1 discussion. Are you sure? + other: You are about to delete %{count} discussions. Are you sure? + move_discussion_9ff5b2d1: Move Discussion + pinned_discussions_a55c0cea: Pinned Discussions + closed_for_comments_e395b42f: Closed for Comments + loading_discussions_8ed5fcd7: Loading Discussions + discussions_menu_f18eb4a2: Discussions Menu + discussion_filter_5d68de61: Discussion Filter + search_discussion_by_title_30466604: Search discussion by title + search_by_title_or_author_273a8f49: Search by title or author... + add_discussion_653dab4c: Add discussion + add_new_set_of_due_dates_e8e240f: Add new set of due dates + add_8523c19b: Add + available_from_f84e4611: Available from + remove_these_dates_48453a81: Remove These Dates + due_date_falls_in_a_closed_grading_period_e447ff2f: Due date falls in a closed Grading Period + due_date_set_1c6364db: Due Date Set + currently_assigned_to_tokenname_click_to_remove_5a853a84: Currently assigned to %{tokenName}, click to remove + course_section_7a988066: Course Section + searching_b0207e7f: Searching + continue_typing_to_find_additional_sections_or_stu_49786085: Continue typing to find additional sections or students. + no_results_found_58717065: No results found + add_students_by_searching_by_name_course_section_o_abb9e2f2: Add students by searching by name, course section or group. After entering text, navigate results by using the down arrow key. Select a result by using the Enter key. + use_this_list_to_remove_assigned_students_add_new__ad6205ad: Use this list to remove assigned students. Add new students with combo box after list. + assign_to_c46e21: Assign to + everyone_else_6c6dc7b6: Everyone Else + ExternalToolDialog: + embed_from_external_tool: Embed content from External Tool + SwitchEditorControl: + switch_editor_html: HTML Editor + switch_editor_rich_text: Rich Content Editor + place_section_before_5b45714e: 'Place "%{section}" before:' + _at_the_bottom__4360f2b4: "-- At the bottom --" + generated_f26ee56b: 'Generated:' + failed_307449e1: 'Failed:' + generating_5b5e20f8: 'Generating:' + download_epub_757cf0af: Download ePub + download_associated_files_f35dcb5e: Download Associated Files + regenerate_epub_395c8e56: Regenerate ePub + generate_epub_80e89ea4: Generate ePub + generating_c2aabc02: Generating... + consumer_key_6f94ba11: Consumer Key + shared_secret_892c88f2: Shared Secret + the_following_fields_are_invalid_fields_b3565800: 'The following fields are invalid: %{fields}' + there_was_an_error_in_processing_your_request_6513a49a: There was an error in processing your request + add_app_baf540f: Add App + there_was_an_unknown_error_registering_the_tool_b9a29954: There was an unknown error registering the tool + the_app_was_added_58e2836a: The app was added + we_were_unable_to_add_the_app_418877ef: We were unable to add the app. + name_app_has_been_deleted_fb2d9426: "%{name} app has been deleted" + tool_toolname_found_for_client_id_clientid_would_y_13f35b91: Tool "%{toolName}" found for client ID %{clientId}. Would you like to install it? + install_c54fad9b: Install + the_app_was_added_successfully_3f785a23: The app was added successfully + installed_7b284a91: Installed + view_app_configurations_52b52441: View App Configurations + view_app_center_6c89a3fe: View App Center + back_to_app_center_95420d83: Back to App Center + count_apps_found_f4d86860: "%{count} apps found" + not_installed_37a21a76: Not Installed + filter_by_name_34cbe139: Filter by name + view_name_app_62a2ad8e: View %{name} app + launch_registration_tool_38d4781: Launch Registration Tool + client_id_is_required_1afd54d1: Client ID is required + client_id_cb2502af: Client ID + to_obtain_a_client_id_an_account_admin_will_need_t_33f4063e: To obtain a client ID, an account admin will need to generate an LTI developer key. + this_field_is_required_fa58c4a: This field is required + registration_url_60e0eaaa: Registration URL + example_https_lti_tool_provider_example_herokuapp__e9802142: 'Example: https://lti-tool-provider-example.herokuapp.com/register' + e_mail_only_2cc5e513: E-Mail Only + name_only_5f56718e: Name Only + this_field_name_is_required_b9196401: This field "name" is required. + either_the_url_or_domain_should_be_set_c29cf8c1: Either the url or domain should be set. + there_were_errors_with_the_form_errors_ab5b559a: 'There were errors with the form: %{errors}' + allow_this_tool_to_access_the_ims_names_and_role_p_33e16d7f: Allow this tool to access the IMS Names and Role Provisioning Service + unchanged_aca18e02: "[Unchanged]" + privacy_290109ea: Privacy + this_field_name_is_required_988caebc: This field "%{name}" is required. + config_url_e96ceaf3: Config URL + example_https_example_com_config_xml_be5f36ac: 'Example: https://example.com/config.xml' + xml_configuration_5ea1b942: XML Configuration + configuration_type_25a084a4: Configuration Type + by_url_a163275e: By URL + paste_xml_cda3a64e: Paste XML + by_client_id_4f2fe02c: By Client ID + by_lti_2_registration_url_e421e523: By LTI 2 Registration URL + tool_configuration_63cd43b0: Tool Configuration + configure_toolname_app_651371be: Configure %{toolName} App + configure_tool_app_3b1bb50b: Configure %{tool} App? + delete_toolname_app_85f9d4ee: Delete %{toolName} App + delete_tool_app_9c9f6d35: Delete %{tool} App? + are_you_sure_you_want_to_remove_this_tool_7363f90b: Are you sure you want to remove this tool? + deployment_id_for_toolname_app_e54a7364: Deployment id for %{toolName} App + deployment_id_fc270280: Deployment Id + deployment_id_for_tool_app_cb59335: Deployment Id for %{tool} App + this_tool_has_already_been_installed_in_this_conte_b73ea29c: This tool has already been installed in this context. Would you like to install it anyway? + no_cancel_installation_db8d12d7: No, Cancel Installation + yes_install_tool_f51b3278: Yes, Install Tool + the_app_was_updated_successfully_3d71cd1b: The app was updated successfully + we_were_unable_to_update_the_app_659f5bc6: We were unable to update the app. + the_app_was_activated_a84e055f: The app was activated + we_were_unable_to_activate_the_app_578defe7: We were unable to activate the app. + the_app_was_deactivated_573520ab: The app was deactivated + we_were_unable_to_deactivate_the_app_5e2632f3: We were unable to deactivate the app. + edit_toolname_app_23cfbb8: Edit %{toolName} App + edit_app_b0cc1c17: Edit App + account_navigation_80bbefd4: Account Navigation + assignment_edit_6dced39f: Assignment Edit + assignment_selection_6bff05c4: Assignment Selection + assignment_view_1206a60b: Assignment View + similarity_detection_dcada48: Similarity Detection + assignment_menu_91fe3716: Assignment Menu + assignments_index_menu_4088a035: Assignments Index Menu + assignments_group_menu_c2522316: Assignments Group Menu + collaboration_71c024f4: Collaboration + course_assignments_menu_fa6aeb23: Course Assignments Menu + course_home_sub_navigation_b1ee6b03: Course Home Sub Navigation + course_navigation_dd035109: Course Navigation + course_settings_sub_navigation_b95deae: Course Settings Sub Navigation + discussion_topic_menu_3d4684c6: Discussion Topic Menu + discussions_index_menu_42591bc9: Discussions Index Menu + editor_button_6647db9c: Editor Button + file_menu_cc0ca54: File Menu + files_index_menu_c6961f14: Files Index Menu + homework_submission_172e8354: Homework Submission + link_selection_1486c5d0: Link Selection + migration_selection_5f1c5f55: Migration Selection + module_menu_3201af4e: Module Menu + modules_index_menu_c8748e7c: Modules Index Menu + modules_group_menu_4aae0d5f: Modules Group Menu + quiz_menu_4fcd5e61: Quiz Menu + quizzes_index_menu_1ce11b54: Quizzes Index Menu + user_navigation_a097be0f: User Navigation + page_menu_2f8bee0: Page Menu + pages_index_menu_f391bf04: Pages Index Menu + app_placements_6d877225: App Placements + no_placements_enabled_f705f28: No Placements Enabled + view_toolname_placements_4a5724d1: View %{toolName} Placements + tool_placements_3f996c24: Tool Placements + external_apps_f5490181: External Apps + disabled_18c33a73: "(disabled)" + app_was_installed_by_admin_and_is_locked_3bee4d39: "%{app} was installed by Admin and is locked" + app_was_installed_by_the_master_course_and_is_lock_dbeb24a6: "%{app} was installed by the master course and is locked" + app_was_installed_by_the_master_course_e55ba1d7: "%{app} was installed by the master course" + an_update_is_available_for_toolname_bba3fa2: An update is available for %{toolName} + apps_are_an_easy_way_to_add_new_features_to_canvas_2cbc2531: Apps are an easy way to add new features to Canvas. They can be added to individual courses, or to all courses in an account. Once configured, you can link to them through course modules and create assignments for assessment tools. + link_to_lti_tools_608df3b0: Link to lti tools. + see_some_lti_tools_that_work_great_with_canvas_53e92091: See some LTI tools that work great with Canvas. + name_is_currently_status_9065c996: "*name* is currently **status**." + name_has_been_successfully_installed_but_has_not_y_c3148b96: "*name* has been successfully installed but has not yet been enabled." + would_you_like_to_enable_this_app_ccdf735d: Would you like to enable this app? + update_tool_7d48ef2a: Update %{tool} + would_you_like_to_accept_or_dismiss_this_update_9009d696: Would you like to accept or dismiss this update? + dismiss_dacdb625: Dismiss + we_were_unable_to_add_the_access_token_1f471fe6: We were unable to add the access token. + manage_app_list_994cc26c: Manage App List + enter_the_access_token_for_your_organization_from__38b84fd1: Enter the access token for your organization from *eduappcenter.com*. Once applied, only apps your organization has approved in the EduAppCenter will be listed on the External Apps page. Learn how to **generate an access token**. + access_token_3be22221: Access Token + manage_update_for_toolname_f8e3b2fb: Manage update for %{toolName} + manage_update_23de23a1: Manage Update + app_reregistration_87cc8817: App Reregistration + reregister_toolname_3dde0bfc: Reregister %{toolName} + reregister_9ab95a57: Reregister + unable_to_remove_app_4293cb53: Unable to remove app + unable_to_accept_update_fd53a7e2: Unable to accept update + unable_to_dismiss_update_df1e32eb: Unable to dismiss update + could_not_find_an_lti_configuration_for_client_id__b7d07b3c: Could not find an LTI configuration for client ID %{clientId} + the_client_id_clientid_is_disabled_b4a02cb1: The client ID %{clientId} is disabled + an_error_occured_while_trying_to_find_the_lti_conf_90f50a4c: An error occured while trying to find the LTI configuration + toggle_tooltip_1ed3b35e: toggle tooltip + this_is_the_new_feature_preview_ui_it_is_currently_9cb4b80e: This is the new Feature Preview UI. It is currently read-only. To revert to old UI, click the button. This will disable the "New Feature Flags" feature and refresh the page. + revert_to_old_ui_3211da41: Revert to old UI + loading_features_d26820f6: Loading features + feature_preview_5e1216a0: Feature Preview + feature_f5526584: Feature + info_8f47054a: Info + preview_removal_998101a9: Preview Removal + level_5fdf654a: Level + sorted_direction_by_columnname_d049ac44: Sorted %{direction} by %{columnName} + info_panel_displayed_51d481cc: Info panel displayed + info_panel_hidden_bf7c3b7b: Info panel hidden + view_previous_file_b846db4f: View previous file + view_next_file_a8a4a885: View next file + file_preview_eedb43f2: File Preview + file_not_found_9eec054c: File not found + file_preview_overlay_87f7e5f: File Preview Overlay + kind_7f0a88c4: Kind + last_modified_by_ca4bb5e1: Last Modified By + an_item_named_name_already_exists_in_this_location_147b7312: An item named "%{name}" already exists in this location. Do you want to replace the existing file? + a_locked_item_named_name_already_exists_in_this_lo_ab03ee39: A locked item named "%{name}" already exists in this location. Please enter a new name. + change_name_to_568374c8: Change "%{name}" to + change_name_c8cce76c: Change Name + replace_e61834a7: Replace + show_and_hide_courses_menu_9e09d1d0: Show and hide courses menu + folder_browsing_tree_1f00a3ae: Folder Browsing Tree + file_list_350d08df: File List + all_my_files_a0213441: All My Files + percentused_of_bytesavailable_used_a859a40d: "%{percentUsed} of %{bytesAvailable} used" + files_quota_percentused_of_bytesavailable_used_7f62792c: 'Files Quota: %{percentUsed} of %{bytesAvailable} used' + file_name_2fe68ec1: File Name + select_itemname_f70db487: Select %{itemName} + manage_usage_rights_c5a8c216: Manage Usage Rights + loading_more_results_def6df65: Loading more results... + copying_628a9607: Copying... + copy_to_folder_32ecc3c3: Copy to Folder + moving_a4d552df: Moving... + before_publishing_you_must_set_usage_rights_on_you_dcd7b567: Before publishing, you must set usage rights on your files. + unpublish_9f2d730b: Unpublish + not_visible_in_student_files_22f11883: Not visible in student files + schedule_student_availability_332154a: Schedule student availability + available_from_587ce92f: Available From + available_from_date_43b5e11d: Available From Date + available_until_f3b9c4ed: Available Until + your_search_encountered_the_following_errors_fc3e5e7f: + one: 'Your search encountered the following error:' + other: 'Your search encountered the following errors:' + warning_for_improved_accessibility_in_moving_files_71e1028b: 'Warning: For improved accessibility in moving files, please use the Move To Dialog option found in the menu.' + download_as_zip_5dae7f19: Download as Zip + edit_permissions_for_count_items_d65e3855: + one: 'Edit permissions for: %{itemName}' + other: Edit permissions for %{count} items + files_menu_86dddbc0: Files Menu + add_folder_ba50d107: Add Folder + count_items_selected_91814713: + one: "%{count} item selected" + other: "%{count} items selected" + manage_access_bd923d8d: Manage Access + viewing_folders_is_not_available_798a15e1: Viewing folders is not available + files_toolbar_2f2f0976: Files Toolbar + search_for_files_7541fb28: Search for files + upload_drop_zone: + drop_to_upload: Drop items to upload + error_uploading_file_e2d31b56: Error uploading file. + retry_ebd5f8ba: Retry + items_items_selected_5b55e566: "%{items} items selected" + usage_rights_will_be_set_for_all_of_the_files_cont_b192336a: 'Usage rights will be set for all of the files contained in:' + and_count_more_43eae021: and %{count} more… + items_selected_have_different_usage_rights_52b325cc: Items selected have different usage rights. + you_can_also_manage_access_at_this_time_105a2530: 'You can also manage access at this time:' + before_publishing_this_file_you_must_specify_usage_2229d20b: Before publishing this file, you must specify usage rights. + own_copyright_cc59db55: Own Copyright + public_domain_112ed397: Public Domain + used_by_permission_314a78dd: Used by Permission + fair_use_bee47d77: Fair Use + creative_commons_714a065f: Creative Commons + choose_usage_rights_33683854: Choose usage rights... + i_hold_the_copyright_71ee91b1: I hold the copyright + i_have_obtained_permission_to_use_this_file_6386f087: I have obtained permission to use this file. + the_material_is_in_the_public_domain_279c39a3: The material is in the public domain + the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2: The material is subject to an exception - e.g. fair use, the right to quote, or others under applicable copyright laws + the_material_is_licensed_under_creative_commons_3242cb5e: The material is licensed under Creative Commons + creative_commons_license_725584ae: 'Creative Commons License:' + if_you_do_not_select_usage_rights_now_this_file_wi_40c42125: If you do not select usage rights now, this file will be unpublished after it's uploaded. + usage_right_ff96f3e2: 'Usage Right:' + copyright_holder_66ee111: 'Copyright Holder:' + c_2001_acme_inc_283f7f80: "(c) 2001 Acme Inc." + zip_file_options_form: + message: Would you like to expand the contents of "%{fileName}" into the current folder, or upload the zip file as is? + zip_options: Zip file options + expand: Expand It + upload: Upload It + an_error_occurred_please_try_again_95361e05: An error occurred. Please try again. + arrange_by_a121617c: Arrange By + apply_781a2546: Apply + apply_filters_note_clicking_this_button_will_cause_753f04: 'Apply filters. Note: clicking this button will cause the page to reload.' + grade_changes_cb5a57a8: Grade Changes + type_a_few_letters_to_start_searching_3334657b: Type a few letters to start searching + error_loading_gradebook_history_try_again_19032437: Error loading gradebook history. Try again? + no_assignments_with_that_name_found_1d7be1: No assignments with that name found + no_graders_with_that_name_found_d8204d90: No graders with that name found + no_students_with_that_name_found_f6004da2: No students with that name found + from_date_must_be_before_to_date_79f00046: "'From' date must be before 'To' date" + search_form_fcaa38f7: Search Form + loading_students_30b71301: Loading Students + loading_graders_f6a76142: Loading Graders + loading_assignments_352ec769: Loading Assignments + dates_6e416047: Dates + before_44c686b4: Before + after_4c71e718: After + more_results_were_added_at_the_bottom_of_the_page_dc323877: More results were added at the bottom of the page. + loading_more_gradebook_history_results_810f6d2e: Loading more gradebook history results. + loading_results_769c8819: Loading Results + no_more_results_to_load_6774fb1c: No more results to load. + anonymously_graded_59149570: Anonymously graded + not_anonymously_graded_87574f91: Not anonymously graded + not_available_assignment_is_anonymous_94e77edf: Not available; assignment is anonymous + not_available_487d3648: Not available + name_error_fee4236: Name Error + assignment_name_b2d87383: Assignment Name + no_assignment_name_adbb215b: No Assignment Name + date_error_7b38f8ff: Date Error + ignore_name_55edc6fe: Ignore %{name} + ignore_assignment_738b3c99: Ignore Assignment + sync_grades_to_sis_fd01f7fd: Sync Grades to SIS + count_assignments_with_errors_e8f3c18c: + zero: No Assignments with Errors, Click Continue + one: 1 Assignment with Errors + other: "%{count} Assignments with Errors" + ignore_these_3940f6f5: Ignore These + continue_ac067716: Continue + note_students_have_submitted_work_for_these_assign_7bc34e28: 'NOTE: Students have submitted work for these assignmentsthat has not been graded. If you post these grades now, youwill need to re-post their scores after grading theirlatest submissions.' + ungraded_submissions_44efb0ec: Ungraded Submissions + you_are_ready_to_sync_count_assignments_525eb8b1: + one: You are ready to sync 1 assignment. + other: You are ready to sync %{count} assignments. + score_pointspossibletranslated_c1ac019e: "%{score}/%{pointsPossibleTranslated}" + no_submission_for_assignment_a9cb6fe2: No submission for %{assignment} + no_grade_for_assignment_97c9bc75: No grade for %{assignment} + scored_less_than_cutoff_on_assignment_5f5c4303: Scored less than %{cutoff} on %{assignment} + scored_more_than_cutoff_on_assignment_f422fec: Scored more than %{cutoff} on %{assignment} + you_will_be_redirected_to_gradebook_while_your_fil_23fab7de: You will be redirected to Gradebook while your file is being uploaded. If you have a large CSV file, your changes may take a few minutes to update. To prevent overwriting any data, please confirm the upload has completed and Gradebook is correct before making additional changes. + done_8af51c9b: Done. + there_was_a_problem_loading_submissions_39855ff0: There was a problem loading submissions. + there_was_a_problem_loading_final_grade_overrides_e269e08: There was a problem loading final grade overrides. + there_was_a_problem_overriding_the_grade_f6d83c4d: There was a problem overriding the grade. + open_submission_tray_4eb14e96: Open submission tray + ungraded_ed0c6f98: Ungraded + open_complete_incomplete_menu_cfe2033b: Open Complete/Incomplete menu + open_grading_scheme_menu_5f889203: Open Grading Scheme menu + this_grade_is_invalid_8ab192c7: This grade is invalid + this_is_not_a_valid_grade_9cc2cb8: This is not a valid grade + needs_grading_9143d47c: Needs Grading + this_user_is_currently_not_able_to_access_the_cour_39cabed1: This user is currently not able to access the course + this_grade_differs_from_the_student_s_view_of_the__f78d0023: This grade differs from the student's view of the grade because some assignment grades are not yet posted + score_does_not_include_groups_because_they_have_no_80d12f42: + one: Score does not include %{groups} because it has no points possible + other: Score does not include %{groups} because they have no points possible + can_t_compute_score_until_an_assignment_has_points_f34dd600: Can't compute score until an assignment has points possible + out_of_pointspossible_3fb5ee20: Out of %{pointsPossible} + manual_8c2665de: Manual + muted_3ff94739: Muted + post_grades_3e692d46: Post grades + all_grades_posted_616a85ab: All grades posted + no_grades_to_post_91425bfd: No grades to post + hide_grades_5ff26682: Hide grades + all_grades_hidden_3092d5b5: All grades hidden + no_grades_to_hide_6f51fc5b: No grades to hide + name_options_bc5c95ce: "%{name} Options" + sort_by_72dbba9c: Sort by + grade_low_to_high_1678b713: Grade - Low to High + grade_high_to_low_1cea0381: Grade - High to Low + unposted_8d9932ec: Unposted + message_students_who_57f07a41: Message Students Who + curve_grades_b7a75443: Curve Grades + set_default_grade_a202ebc1: Set Default Grade + enter_grades_as_e113e606: Enter Grades as + grading_scheme_f151d195: Grading Scheme + re_upload_submissions_125e415d: Re-Upload Submissions + grade_posting_policy_42c8a94b: Grade Posting Policy + weight_of_grade_dff535d9: "%{weight} of grade" + order_301c3ac1: Order + a_z_243c3301: A–Z + z_a_be2ab67c: Z–A + student_name_c45b2a7: Student Name + student_name_options_cb029725: Student Name Options + display_as_e2a5c383: Display as + secondary_info_835a07dd: Secondary info + show_76c0ed1c: Show + total_options_351e2682: Total Options + display_as_percentage_3e755dc: Display as Percentage + display_as_points_63084235: Display as Points + move_to_front_bf6f0194: Move to Front + move_to_end_c6bfbcf5: Move to End + gradebook_export_started_723461b9: Gradebook export started + gradebook_export_failed_reason_2b0f6c53: 'Gradebook Export Failed: %{reason}' + previous_export_c6a997f7: Previous Export + sis_2164965: SIS + sync_to_sisname_f343e59: Sync to %{sisName} + export_in_progress_70db262a: Export in progress + allow_final_grade_override_8cf4336b: Allow final grade override + anonymous_mode_on_feb53729: 'Anonymous Mode On:' + unable_to_access_specific_student_go_to_assignment_585e05e9: Unable to access specific student. Go to assignment in SpeedGrader? + open_speedgrader_11604608: Open SpeedGrader + anonymous_mode_on_2dd9b94a: Anonymous Mode On + grade_out_of_points_d401b79d: Grade out of %{points} + grade_out_of_percentage_1972bf52: Grade out of %{percentage} + this_assignment_is_not_graded_576f1244: This assignment is not graded. + this_grade_has_negative_points_496400d4: This grade has negative points + this_grade_is_unusually_high_60533c20: This grade is unusually high + anonymous_assignments_are_hidden_by_default_and_wi_c8884e1e: Anonymous assignments are hidden by default and will need to be posted manually even if the course setting is set to Automatic. + automatically_post_grades_29a7eff5: Automatically Post Grades + assignment_grades_will_be_visible_to_students_as_s_62975ef6: "\n Assignment grades will be visible to students as soon as they are entered.\n Grades that have already been hidden will remain hidden.\n " + manually_post_grades_18248306: Manually Post Grades + grades_will_be_hidden_by_default_any_grades_that_h_b6fac5e5: "\n Grades will be hidden by default. Any grades that have already posted will remain visible.\n Choose when to post grades for each assignment on each column in the gradebook.\n " + while_the_grades_for_an_assignment_are_set_to_manu_457c38ff: 'While the grades for an assignment are set to manual, students will not receive new notifications about or be able to see:' + their_grade_for_the_assignment_c36a60ef: Their grade for the assignment + grade_change_notifications_98461261: Grade change notifications + submission_comments_b6d65841: Submission comments + curving_assignments_e9479ee3: Curving assignments + score_change_notifications_6b94f27f: Score change notifications + once_a_grade_is_posted_manually_it_will_automatica_bb90f67c: Once a grade is posted manually, it will automatically send new notifications and be visible to students. + individual_assignment_grade_posting_d8322b99: Individual Assignment Grade Posting + gradebook_5fd8ef0: Gradebook… + individual_view_d60b9132: Individual View… + gradebook_history_b03f8524: Gradebook History… + learning_mastery_6ed4fd63: Learning Mastery… + an_error_occurred_while_saving_your_settings_b503a31c: An error occurred while saving your settings + an_error_occurred_while_saving_the_course_post_pol_b48976dc: An error occurred while saving the course post policy + gradebook_settings_updated_fef63d60: Gradebook Settings updated + an_error_occurred_while_loading_late_policies_c415f676: An error occurred while loading late policies + an_error_occurred_while_updating_late_policies_a95b707f: An error occurred while updating late policies + late_policies_42bac80: Late Policies + advanced_36b35b8: Advanced + missing_submission_grade_must_be_numeric_1a142ef2: Missing submission grade must be numeric + late_submission_deduction_must_be_numeric_5b3f468e: Late submission deduction must be numeric + lowest_possible_grade_must_be_numeric_3d97659d: Lowest possible grade must be numeric + automatically_apply_grade_for_missing_submissions_2b5c1a72: Automatically apply grade for missing submissions + missing_policies_4f195e0b: Missing policies + grade_percentage_for_missing_submissions_dc7ccac: Grade percentage for missing submissions + changing_the_late_policy_will_affect_previously_gr_49071db7: Changing the late policy will affect previously graded submissions. + automatically_apply_deduction_to_late_submissions_2b68166e: Automatically apply deduction to late submissions + late_policies_fd5dced6: Late policies + late_submission_deduction_percent_52516a62: Late submission deduction percent + late_submission_deduction_interval_b9fca334: Late submission deduction interval + day_9d999bec: Day + hour_34d02553: Hour + lowest_possible_grade_percent_20474418: Lowest possible grade percent + error_submitting_to_plagiarism_service_you_may_res_3c89e82d: Error submitting to plagiarism service. You may resubmit from SpeedGrader. + submission_is_being_processed_by_plagiarism_servic_df4aa603: Submission is being processed by plagiarism service. + score_similarity_score_2c25b94b: "%{score}% similarity score" + this_submission_has_plagiarism_data_for_multiple_a_335c881d: This submission has plagiarism data for multiple attachments. To see all reports, open SpeedGrader. + status_color_picker_9ea0156b: "%{status} Color Picker" + statuses_f41543d8: Statuses + cancel_submitting_comment_2666e98b: Cancel Submitting Comment + submit_comment_e5cc2718: Submit Comment + leave_a_comment_7991725b: Leave a comment + edited_date_b0455372: "(Edited) %{date}" + avatar_for_author_2eabbf55: Avatar for %{author} + edit_comment_comment_e74afa04: 'Edit Comment: %{comment}' + delete_comment_comment_d32ffc85: 'Delete Comment: %{comment}' + cancel_updating_comment_6816d855: Cancel Updating Comment + update_comment_8cedb4f0: Update Comment + dropped_38031953: Dropped + this_student_s_enrollment_has_been_concluded_f135b8e4: This student's enrollment has been concluded + not_calculated_in_final_grade_2b7d5bd1: Not calculated in final grade + loading_comments_32366acf: Loading comments + select_student_group_c0be9f3e: Select Student Group + due_to_the_size_of_your_course_you_must_select_a_s_f834ba66: "\n Due to the size of your course you must select a student group before launching\n SpeedGrader.\n " + submission_tray_429ac3df: Submission tray + close_submission_tray_c4988fa8: Close submission tray + previous_assignment_83d1f423: Previous assignment + next_assignment_8ec51175: Next assignment + days_late_a3a721b0: Days late + hours_late_989e9081: Hours late + day_s_7cc1231f: Day(s) + hour_s_b6e8d238: Hour(s) + default_order_8c409051: Default Order + assignment_name_a_z_aeefaa36: Assignment Name - A-Z + assignment_name_z_a_34f92f4b: Assignment Name - Z-A + due_date_oldest_to_newest_73e62815: Due Date - Oldest to Newest + due_date_newest_to_oldest_35cffef9: Due Date - Newest to Oldest + points_lowest_to_highest_45089e82: Points - Lowest to Highest + points_highest_to_lowest_87f1b143: Points - Highest to Lowest + module_first_to_last_6921f3ec: Module - First to Last + module_last_to_first_8cdb7a8e: Module - Last to First + filters_92f2776f: Filters + statuses_497dfa15: Statuses… + columns_464bd055: Columns + unpublished_assignments_9cdbcc87: Unpublished Assignments + all_assignment_groups_a65e9e46: All Assignment Groups + assignment_group_filter_c03f8a1d: Assignment Group Filter + use_arrow_keys_to_navigate_options_2021cc50: Use arrow keys to navigate options. + grading_period_filter_e1bf635a: Grading Period Filter + all_modules_20c9a1c8: All Modules + module_filter_63b17d11: Module Filter + all_student_groups_f74cd6c3: All Student Groups + student_group_filter_185fb085: Student Group Filter + student_groups_863201c1: Student Groups + resubmitted_2080646f: Resubmitted + first_last_name_9820d256: First, Last Name + last_first_name_95a078f5: Last, First Name + integration_id_8a20b328: Integration ID + inactive_enrollments_3b84be3d: Inactive enrollments + concluded_enrollments_9da8da6: Concluded enrollments + no_way_to_monitor_gradebook_exports_provided_b451236a: No way to monitor gradebook exports provided! + error_exporting_gradebook_msg_6ea31e2f: 'Error exporting gradebook: %{msg}' + no_way_to_export_gradebooks_provided_b4c2939d: No way to export gradebooks provided! + an_export_is_already_in_progress_54270f01: An export is already in progress. + invalid_csv_file_grades_could_not_be_updated_4d5c120c: Invalid CSV file. Grades could not be updated. + are_you_sure_you_want_to_delete_this_grading_perio_422359cd: Are you sure you want to delete this grading period? + the_grading_period_was_deleted_7814a349: The grading period was deleted + an_error_occured_while_deleting_the_grading_period_c8343484: An error occured while deleting the grading period + delete_title_6c18eba5: Delete %{title} + weight_ff579a8e: 'Weight:' + starts_ce584f1c: 'Starts:' + ends_4fcb632: 'Ends:' + closes_5c6b4367: 'Closes:' + grading_schemes_1c3c3252: Grading Schemes + automatically_dff02416: Automatically + assignment_grades_will_be_visible_to_students_as_s_bfbea571: "\n Assignment grades will be visible to students as soon as they are entered.\n Grades that have already been hidden will remain hidden.\n " + manually_9de23e1f: Manually + grades_will_be_hidden_by_default_any_grades_that_h_53a7fb03: "\n Grades will be hidden by default. Any grades that have already posted will remain visible.\n Choose when to post grades for this assignment in the gradebook.\n " + while_the_grades_for_this_assignment_are_set_to_ma_cb716ede: 'While the grades for this assignment are set to manual, students will not receive new notifications about or be able to see:' + once_a_grade_is_posted_manually_it_will_automatica_26aff290: "\n Once a grade is posted manually, it will automatically send new notifications and be visible to students.\n Future grade changes for posted grades will not need to be manually posted.\n " + post_grades_39c52870: Post Grades + success_the_post_policy_for_name_has_been_updated_ea92283f: Success! The post policy for %{name} has been updated. + an_error_occurred_while_saving_the_assignment_post_94f1184e: An error occurred while saving the assignment post policy + grade_posting_policy_tray_c929cfd: Grade posting policy tray + grade_posting_policy_name_a6d6f178: 'Grade Posting Policy: %{name}' + all_grading_period_sets_must_have_a_title_799538f: All grading period sets must have a title + save_grading_period_set_e029fa88: Save Grading Period Set + set_name_f83b658: Set name + set_name_d14182d7: Set name... + grading_period_set_title_880a6ec4: Grading Period Set Title + weighted_grading_periods_ae4edd70: Weighted grading periods + display_totals_for_all_grading_periods_option_4a72586: Display totals for All Grading Periods option + active_d7e32718: Active + undated_15c2e5fe: Undated + future_5416ea92: Future + past_14da759a: Past + no_unassigned_terms_deb7b76b: No unassigned terms + attach_terms_2b8770a5: Attach terms + enter_a_what_if_score_668c91a3: Enter a What-If score. + this_is_a_what_if_score_cbdc04f9: This is a What-If score + click_to_test_a_different_score_2e0bb6f0: Click to test a different score + based_on_what_if_scores_the_new_total_is_now_grade_d223be10: Based on What-If scores, the new total is now %{grade} + this_assignment_is_dropped_and_will_not_be_conside_35c3e198: This assignment is dropped and will not be considered in the total calculation + hide_all_details_61d7ebb: Hide All Details + assignment_details_expanded_20c6f0c7: assignment details expanded + assignment_details_collapsed_55b67150: assignment details collapsed + grades_are_now_reverted_to_original_scores_e6deade1: Grades are now reverted to original scores + grades_are_now_showing_what_if_scores_711a8be2: Grades are now showing what-if scores + save_grading_period_daaaddea: Save Grading Period + grading_period_weight_99b66906: Grading Period Weight + grading_period_title_23b7f8ac: Grading Period Title + close_date_a2f617b3: Close Date + all_grading_periods_must_have_a_title_a1a38d87: All grading periods must have a title + all_weights_must_be_greater_than_or_equal_to_0_cc2dcdf1: All weights must be greater than or equal to 0 + all_dates_fields_must_be_present_and_formatted_cor_3a0fe925: All dates fields must be present and formatted correctly + all_start_dates_must_be_before_the_end_date_d949eca9: All start dates must be before the end date + all_close_dates_must_be_on_or_after_the_end_date_b898d85d: All close dates must be on or after the end date + grading_periods_must_not_overlap_f45336fb: Grading periods must not overlap + are_you_sure_you_want_to_delete_this_grading_perio_380b040d: Are you sure you want to delete this grading period set? + the_grading_period_set_was_deleted_cce5d8f6: The grading period set was deleted + an_error_occured_while_deleting_the_grading_period_81bb16e5: An error occured while deleting the grading period set + terms_35d91184: 'Terms: ' + no_associated_terms_13bacefc: No Associated Terms + all_changes_were_saved_f6f3ddcc: All changes were saved + there_was_a_problem_saving_the_grading_period_243bed6c: There was a problem saving the grading period + add_grading_period_6f774dc3: Add Grading Period + toggle_title_grading_period_visibility_462b2136: Toggle %{title} grading period visibility + term_starting_5bd5e070: 'Term starting ' + term_created_27d27c2b: 'Term created ' + an_error_occured_while_fetching_grading_period_set_b4f12aa5: An error occured while fetching grading period sets. + an_error_occured_while_fetching_enrollment_terms_1b7b4ac: An error occured while fetching enrollment terms. + the_grading_period_set_was_updated_successfully_d8dd5d0f: The grading period set was updated successfully. + showing_all_sets_of_grading_periods_6c160874: Showing all sets of grading periods. + count_sets_of_grading_periods_found_c8857ae9: + one: 1 set of grading periods found. + other: "%{count} sets of grading periods found." + zero: No matching sets of grading periods found. + an_error_occured_while_updating_the_grading_period_9e024cd1: An error occured while updating the grading period set. + add_set_of_grading_periods_5b4d6e51: Add Set of Grading Periods + set_of_grading_periods_545b37e9: Set of Grading Periods + while_the_grades_for_this_assignment_are_hidden_st_c5d1992b: 'While the grades for this assignment are hidden, students will not receive new notifications about or be able to see:' + students_will_be_able_to_see_that_the_grades_for_t_5421a866: Students will be able to see that the grades for this assignment are hidden. + you_can_begin_sending_notifications_again_by_click_50d3f0cf: You can begin sending notifications again by clicking the Post Grades link. + hiding_grades_82691e44: Hiding grades + hide_e057ff36: Hide + hiding_grades_is_not_allowed_because_grades_have_n_55e83813: Hiding grades is not allowed because grades have not been released for this assignment. + hiding_grades_will_refresh_your_browser_this_may_t_65085e24: Hiding grades will refresh your browser. This may take a moment. + when_hiding_grades_for_anonymous_assignments_grade_1b0ef682: When hiding grades for anonymous assignments, grades will be hidden for everyone in the course. Anonymity will be re-applied. + hide_grades_585e63b4: Hide Grades + at_least_one_section_must_be_selected_to_hide_grad_f88c946f: At least one section must be selected to hide grades by section. + success_grades_have_been_hidden_for_the_selected_s_3ad5692: Success! Grades have been hidden for the selected sections of %{assignmentName}. + success_grades_have_been_hidden_for_assignmentname_4ed03c00: Success! Grades have been hidden for %{assignmentName}. + there_was_a_problem_hiding_assignment_grades_1d3fd0c7: There was a problem hiding assignment grades. + hide_grades_tray_5ed267fe: Hide grades tray + a_name_for_this_set_is_required_222bad23: A name for this set is required + successfully_created_a_set_38374719: Successfully created a set + there_was_a_problem_submitting_your_set_27ca2ed0: There was a problem submitting your set + posting_grades_cd7cd758: Posting grades + count_hidden_e8d2c57c: "%{count} hidden" + post_1e445890: Post + posting_grades_is_not_allowed_because_grades_have__229d9c9e: Posting grades is not allowed because grades have not been released for this assignment. + posting_grades_will_refresh_your_browser_this_may__97a9fe12: Posting grades will refresh your browser. This may take a moment. + when_posting_grades_for_anonymous_assignments_grad_b13f3ae6: When posting grades for anonymous assignments, grades will be posted for everyone in the course. Anonymity will be removed. + select_whether_to_post_for_all_submissions_or_only_b18d681f: Select whether to post for all submissions, or only graded ones. + post_types_93ff86d9: Post types + all_students_will_be_able_to_see_their_grade_and_o_66c1beab: All students will be able to see their grade and/or submission comments. + students_who_have_received_a_grade_or_a_submission_7ef046cc: Students who have received a grade or a submission comment will be able to see their grade and/or submission comments. + at_least_one_section_must_be_selected_to_post_grad_2c140f52: At least one section must be selected to post grades by section. + success_grades_have_been_posted_for_the_selected_s_54c73ef0: Success! Grades have been posted for the selected sections of %{assignmentName}. + success_grades_have_been_posted_to_postedto_for_as_255bc974: Success! Grades have been posted to %{postedTo} for %{assignmentName}. + there_was_a_problem_posting_assignment_grades_958669e8: There was a problem posting assignment grades. + post_grades_tray_83f2fb2e: Post grades tray + search_grading_periods_e947a3e9: Search grading periods... + specific_sections_a38d8b0d: Specific Sections + missing_d59852a7: missing + late_8bd684b6: late + insert_row_below_name_a5b3bd41: Insert row below %{name} + remove_row_name_c053f5ae: Remove row %{name} + upper_limit_of_range_c454a8f2: Upper limit of range + to_minscore_43e5452e: to %{minScore}% + range_name_90614433: Range name + to_35c6baa2: 'to ' + lower_limit_of_range_6ddd4983: Lower limit of range + there_was_a_problem_fetching_periods_bdc09a8f: There was a problem fetching periods + there_was_a_problem_deleting_the_grading_period_50ce07c5: There was a problem deleting the grading period + updating_6edbab78: Updating + delete_grading_period_dba36e59: Delete grading period + grading_period_name_31ceb3e3: Grading Period Name + context_contextname_24d82846: "(%{context}: %{contextName})" + context_level_56d88f5b: "(%{context} level)" + grading_standard_title_58f540a3: Grading standard title + delete_grading_scheme_title_215f0a40: Delete Grading Scheme %{title} + manage_grading_schemes_in_context_name_e3678273: Manage grading schemes in %{context_name} + message_896d2ed0: "%{message}" + looks_great_e4d883ed: Looks great! + a_table_containing_the_name_of_the_grading_scheme__8e6d32f8: A table containing the name of the grading scheme and buttons for editing or deleting the scheme. + a_table_that_contains_the_grading_scheme_data_each_fe739bf6: A table that contains the grading scheme data. Each row contains a name, a maximum percentage, and a minimum percentage. In addition, each row contains a button to add a new row below, and a button to delete the current row. + grading_scheme_saved_85535151: Grading scheme saved + there_was_a_problem_saving_the_grading_scheme_5e6076e9: There was a problem saving the grading scheme + are_you_sure_you_want_to_delete_this_grading_schem_df8b75f9: Are you sure you want to delete this grading scheme? + grading_scheme_deleted_7ae5a072: Grading scheme deleted + there_was_a_problem_deleting_the_grading_scheme_2a959c40: There was a problem deleting the grading scheme + no_grading_schemes_to_display_8b0e92e7: No grading schemes to display + add_grading_scheme_81e23c05: " Add grading scheme" + created_group_group_name_2097306b: Created Group %{group_name} + updated_group_group_name_727b1d98: Updated Group %{group_name} + left_group_group_name_aac4e813: Left Group %{group_name} + joined_group_group_name_e3802c04: Joined Group %{group_name} + add_new_group_7ac49f31: Add new group + search_groups_or_people_6c15d6ad: Search Groups or People + as_you_type_in_this_field_the_list_of_groups_will__16688a5f: As you type in this field, the list of groups will be automatically filtered to only include those whose names match your input. + group_name_in_group_category_name_group_category_29bf3254: "%{group_name} in %{group_category_name} group category" + you_are_the_group_leader_for_this_group_b8629b70: you are the group leader for this group + visit_group_group_name_7a816081: Visit group %{group_name} + visit_864b4060: Visit + manage_group_group_name_ac8578c6: Manage group %{group_name} + collapse_list_of_group_members_for_groupname_d6c66fa0: Collapse list of group members for %{groupName} + expand_list_of_group_members_for_groupname_9ce9d2f7: Expand list of group members for %{groupName} + group_members_ae5489ed: group members + group_leader_user_name_6f24bebb: group leader %{user_name} + leave_group_group_name_6847c632: Leave group %{group_name} + leave_5e852989: Leave + join_group_group_name_871a5e3f: Join group %{group_name} + join_6cafecca: Join + switch_to_group_group_name_786b913b: Switch to group %{group_name} + switch_to_3f310557: Switch To + group_is_full_56849d78: Group is full + group_group_name_is_full_297880d6: Group %{group_name} is full + group_is_not_available_at_this_time_d99f0eab: Group is not available at this time + group_group_name_is_not_available_at_this_time_971001c1: Group %{group_name} is not available at this time + group_is_joined_by_invitation_only_d00f5a63: Group is joined by invitation only + group_group_name_is_joined_by_invitation_only_4ac2a9e5: Group %{group_name} is joined by invitation only + group_name_is_required_5547bc0b: Group name is required + too_many_members_b8b15069: Too many members + member_count_members_out_of_maximum_of_max_members_d3e9f575: "%{member_count} members out of maximum of %{max_membership}" + group_name_b69c144: Group Name + members_af25c21d: Members + groups_are_a_good_place_to_collaborate_on_projects_fdfe57a9: |- + Groups are a good place to collaborate on projects or to figure out schedules for study sessions + and the like. Every group gets a calendar, a wiki, discussions, and a little bit of space to store + files. Groups can collaborate on documents, or even schedule web conferences. + It's really like a mini-course where you can work with a smaller number of students on a + more focused project. + joining_81f8b6c9: Joining + course_members_are_free_to_join_9b2603d4: Course members are free to join + membership_by_invitation_only_9bc27199: Membership by invitation only + invite_5b1fcbcd: Invite + ticket_successfully_submitted_f6254460: Ticket successfully submitted. + file_a_ticket_for_a_personal_response_from_our_sup_1e1ffaff: File a ticket for a personal response from our support team. + for_an_instant_answer_see_if_your_issue_is_address_48280e89: For an instant answer, see if your issue is addressed in the *Canvas Guides*. + subject_114b2e98: Subject + include_a_link_to_a_screencast_screenshot_using_so_4b2fabcb: Include a link to a screencast/screenshot using something like *Jing*. + how_is_this_affecting_you_b3b6a639: How is this affecting you? + please_select_one_f931e883: Please select one + just_a_casual_question_comment_idea_or_suggestion_1579d069: Just a casual question, comment, idea, or suggestion + i_need_some_help_but_it_is_not_urgent_d967ea0a: I need some help, but it is not urgent + something_is_broken_but_i_can_work_around_it_for_n_7fcedb9d: Something is broken, but I can work around it for now + i_cannot_get_things_done_until_i_hear_back_from_yo_83ba46b7: I cannot get things done until I hear back from you + extreme_critical_emergency_80b3dbda: EXTREME CRITICAL EMERGENCY! + your_email_address_f881e583: Your email address + submit_ticket_5515ffd: Submit Ticket + customize_this_menu_efa72a9: Customize this menu + message_sent_f4cba0c: Message sent. + loading_courses_bd1bffe: Loading courses... + ask_your_instructor_a_question_a61ca5e9: Ask your instructor a question + which_course_is_this_question_about_f819a158: Which course is this question about? + message_will_be_sent_to_all_the_teachers_and_teach_1b8d17c1: Message will be sent to all the teachers and teaching assistants in the course. + observer_pairing_code: + errors: + invalid: Invalid pairing code + current_volume_level_c55ab825: Current Volume Level + recording_98da6bda: Recording + something_went_wrong_accessing_your_mic_or_webcam_6e3cad12: Something went wrong accessing your mic or webcam. + mic_a7f3d311: Mic + webcam_fe91b20f: Webcam + finish_bc343002: Finish + no_video_1ed00b26: No Video + please_allow_canvas_to_access_your_microphone_and__dc2c3079: Please allow Canvas to access your microphone and webcam. + your_webcam_may_already_be_in_use_6cd64c25: Your webcam may already be in use. + pause_12af3bb4: Pause + play_1a47eaa7: Play + preview_a3f8f854: PREVIEW + file_name_8fd421ff: File name + start_recording_9a65141a: Start Recording + duplicating_module_ae6670b0: Duplicating Module + duplicating_module_9727f5e4: Duplicating Module... + move_item_failed_8e4c1db6: Move Item Failed + close_move_tray_8609e988: close move tray + group_select_330df8bd: Group Select + at_the_top_fa836591: At the Top + before_cb32fc0: Before.. + after_48b9d69: After.. + at_the_bottom_a6a5f0fe: At the Bottom + logout_a9312e35: Logout + my_dashboard_8983c283: My Dashboard + all_accounts_3bafc860: All Accounts + all_courses_a7dbb853: All Courses + all_groups_cea25817: All Groups + loading_f99d93d4: "...Loading" + courses_tray_cec46d6e: Courses tray + groups_tray_ef3e2649: Groups tray + admin_tray_3b680e7b: Admin tray + profile_tray_bcec5044: Profile tray + title_tray_ec9f7488: "%{title} tray" + global_navigation_tray_35612e2e: Global navigation tray + count_unread_messages_e312aa7b: + one: One unread message. + other: "%{count} unread messages." + count_unread_shares_ff9e91a5: + one: One unread share. + other: "%{count} unread shares." + count_unread_cff5855: "%{count} unread." + welcome_to_your_courses_to_customize_the_list_of_c_f95e4b2: Welcome to your courses! To customize the list of courses, click on the "All Courses" link and star the courses to display. + user_profile_picture_46bffbc7: User profile picture + end_course_set_up_tutorial_f358b85d: End Course Set-up Tutorial + turning_off_this_tutorial_will_remove_the_tutorial_dfd81b3a: Turning off this tutorial will remove the tutorial tray from your view for all of your courses. It can be turned back on under Feature Options in your User Settings. + expand_tutorial_tray_22630c49: Expand tutorial tray + collapse_tutorial_tray_66ee7dc1: Collapse tutorial tray + share_important_updates_with_users_97ec11ad: Share important updates with users + share_important_information_with_all_users_in_your_bc49ee7f: |- + Share important information with all users in your course. + Choose to get a copy of your own announcements in Notifications. + create_content_for_your_course_500a7032: Create content for your course + create_assignments_on_the_assignments_page_organiz_90c78fdc: |- + Create assignments on the Assignments page. Organize assignments + into groups like Homework, In-class Work, Essays, Discussions + and Quizzes. Assignment groups can be weighted. + work_and_create_together_c65f358b: Work and create together + provide_a_space_for_users_to_work_on_a_single_docu_9e4fc18c: |- + Provide a space for users to work on a single document + simultaneously, from within your Canvas course. + virtual_lectures_in_real_time_a1778dea: Virtual lectures in real-time + conduct_virtual_lectures_virtual_office_hours_and__cc05907b: |- + Conduct virtual lectures, virtual office hours, and student + groups. Broadcast real-time audio and video, share presentation + slides, give demonstrations of applications and online resources, + and more. + encourage_class_participation_4e069479: Encourage class participation + create_as_many_discussion_topics_as_needed_as_assi_45ec1df: |- + Create as many discussion topics as needed, as assignments + for grading or as a forum for shared ideas and information. + images_documents_and_more_dccb362f: Images, Documents, and more + upload_course_files_syllabi_readings_or_other_docu_21f8725f: |- + Upload course files, syllabi, readings, or other documents. + Lock folders to keep them hidden from students. Add files to Modules, + Assignments, Discussions, or Pages. + track_individual_student_and_class_progress_c13cf2d1: Track individual student and class progress + input_and_distribute_grades_for_students_display_g_9a2e46a0: |- + Input and distribute grades for students. Display grades as + points, percentages, complete or incomplete, pass or fail, GPA scale, + and letter grades. Group assignments for grade weighting. + home_351838cd: Home + this_is_your_course_landing_page_33d445ec: This is your course landing page + when_people_visit_your_course_this_is_the_first_pa_5093ec45: |- + When people visit your course, this is the first page they'll see. + We've set your homepage to Modules, but you have the option to change it. + you_can_publish_your_course_from_the_home_page_whe_a36d49d6: |- + You can publish your course from the home page whenever you’re ready + to share it with students. Until your course is published, only instructors will be able to access it. + bring_your_content_into_your_course_c0f3df7e: Bring your content into your course + bring_existing_content_from_another_course_or_cour_6e740692: |- + Bring existing content from another course or course + management system into your Canvas course. + organize_your_course_content_c3c7ed03: Organize your course content + organize_and_segment_your_course_by_topic_unit_cha_4c38a6b9: |- + Organize and segment your course by topic, unit, chapter, + or week. Sequence select modules by defining criteria and + prerequisites. + create_educational_resources_8219326e: Create educational resources + build_pages_containing_content_and_educational_res_6474319f: |- + Build Pages containing content and educational resources that + help students learn but aren't assignments. Include text, + multimedia, and links to files and external resources. + add_students_tas_and_observers_to_your_course_e84692dd: Add Students, TAs, and Observers to your course + manage_enrollment_status_create_groups_and_add_use_3c91de1b: Manage enrollment status, create groups, and add users from this page. + assess_and_survey_your_students_ce8172a9: Assess and survey your students + create_and_administer_online_quizzes_and_surveys_b_7d2fa85f: Create and administer online quizzes and surveys, both graded and ungraded. + manage_your_course_details_664c335f: Manage your course details + update_and_view_sections_course_details_navigation_de248be8: |- + Update and view sections, course details, navigation, feature + options and external app integrations, all visible only to Instructors. + an_auto_generated_chronological_summary_of_your_co_eeafee13: An auto-generated chronological summary of your course + communicate_to_your_students_exactly_what_will_be__7312d45d: |- + Communicate to your students exactly what will be required + of them throughout the course in chronological order. Generate a + built-in Syllabus based on Assignments and Events that you've created. + end_tutorial_7fb16b6f: End Tutorial + modules_tutorial_tray_d58ac3cb: Modules Tutorial Tray + pages_tutorial_tray_169464a9: Pages Tutorial Tray + syllabus_tutorial_tray_97e8ef82: Syllabus Tutorial Tray + assignments_tutorial_tray_4cc844b: Assignments Tutorial Tray + quizzes_tutorial_tray_6f87cdd3: Quizzes Tutorial Tray + settings_tutorial_tray_6f37761b: Settings Tutorial Tray + files_tutorial_tray_3ad1eea6: Files Tutorial Tray + people_tutorial_tray_a87a6c48: People Tutorial Tray + announcements_tutorial_tray_994287d6: Announcements Tutorial Tray + gradebook_tutorial_tray_d835c750: Gradebook Tutorial Tray + discussions_tutorial_tray_4ef79bcc: Discussions Tutorial Tray + collaborations_tutorial_tray_9219d9d: Collaborations Tutorial Tray + import_tutorial_tray_8b92e956: Import Tutorial Tray + conferences_tutorial_tray_6f071ce2: Conferences Tutorial Tray + home_tutorial_tray_66826983: Home Tutorial Tray + woops_looks_like_nothing_is_here_ce69ad5: Woops... Looks like nothing is here! + we_couldn_t_find_that_page_34068c1d: We couldn't find that page! + confirm_edit_outcome_a9746c99: Confirm Edit Outcome + this_will_update_all_rubrics_using_this_outcome_th_6954ca45: This will update all rubrics using this outcome that have not yet been assessed + you_ve_updated_the_scoring_criteria_this_will_affe_ec852671: You’ve updated the scoring criteria; this will affect all students previously assessed using this outcome + learning_outcomes_can_be_included_in_assignment_ru_a48bb903: |2 + + Learning outcomes can be included in assignment rubrics as an easy way to assess + mastery of outcomes aligned to specific assignments. When you define a learning + outcome, you should also define a criterion that can be used when building + assignment rubrics. Define as many rubric columns as you need, and specify a + point threshold that will be used to define mastery of this outcome. + criterion_ratings_3eed22e2: Criterion Ratings + more_information_about_ratings_57cdd446: More Information About Ratings + import_outcomes_7dda186b: Import Outcomes + upload_your_outcomes_bceeadbe: Upload your Outcomes! + drag_and_drop_or_click_to_browse_your_computer_2b46a2b6: Drag and drop or click to browse your computer + csv_or_json_formats_only_d8ba36d: CSV or JSON formats only + outcomes_csv_format_9005acfb: Outcomes CSV Format + your_score_a1fc2fcf: Your score + your_score_score_fb785381: 'Your score: %{score}' + not_mastered_5c2f9968: Not mastered + mastered_34d4c857: Mastered + count_alignments_40fbc23c: + zero: No alignments + one: "%{count} alignment" + other: "%{count} alignments" + score_out_of_points_possible_points_bbaea991: "%{score} out of %{points_possible} points" + no_alignments_are_available_for_this_outcome_7f8346f9: No alignments are available for this outcome. + toggle_alignment_details_for_title_944f605: Toggle alignment details for %{title} + nummastered_of_numgroup_mastered_b8113c9c: "%{numMastered} of %{numGroup} Mastered" + toggle_outcomes_for_title_6994b198: Toggle outcomes for %{title} + click_to_close_outcome_details_popover_d469d47d: Click to close outcome details popover + last_assessment_cd5659b6: 'Last Assessment: ' + no_submissions_164cea23: No submissions + calculation_method_fe281f9: Calculation Method + 1_item_scores_examplescores_9736236: '1- Item Scores: %{exampleScores}' + 2_final_score_exampleresult_922edf9c: '2- Final Score: %{exampleResult}' + click_to_expand_outcome_details_74a2a967: Click to expand outcome details + not_yet_assessed_9362f199: Not yet assessed + loading_outcome_results_96e21ce4: Loading outcome results + an_error_occurred_loading_outcomes_data_cfd18b61: An error occurred loading outcomes data. + there_are_no_outcomes_in_the_course_1d36d9c6: There are no outcomes in the course. + can_t_delete_alignments_based_on_rubric_associatio_1a10fcce: "\n Can't delete alignments based on rubric associations.\n To remove these associations you need to remove the row from the asset's rubric\"\n " + delete_alignment_f33c97d5: Delete alignment + there_was_an_error_uploading_your_file_please_try__ce458566: There was an error uploading your file. Please try again. + there_was_an_error_with_your_import_please_examine_7b42f29d: There was an error with your import, please examine your file and attempt the upload again. Check your email for more details. + there_was_a_problem_importing_some_of_the_outcomes_482bac10: There was a problem importing some of the outcomes in the uploaded file. Check your email for more details. + your_outcomes_were_successfully_imported_c5de884: Your outcomes were successfully imported. + importing_outcomes_e62a0375: importing outcomes + please_wait_as_we_upload_and_process_your_file_73c4b5a8: Please wait as we upload and process your file. + an_outcome_import_is_currently_in_progress_11e6cb38: An outcome import is currently in progress. + it_s_ok_to_leave_this_page_we_ll_email_you_when_th_2dbed7fa: It's ok to leave this page, we'll email you when the import is done. + count_permissions_found_1a926f7d: + one: One permission found + other: "%{count} permissions found" + failed_to_create_new_role_e336e461: Failed to create new role + failed_to_update_role_name_8c7b0119: Failed to update role name + failed_to_update_permission_33c493f: Failed to update permission + delete_role_label_succeeded_1690aa28: Delete role %{label} succeeded + failed_to_delete_role_label_27959de3: Failed to delete role %{label} + cannot_add_role_name_name_already_in_use_a523639c: 'Cannot add role name %{name}: already in use' + new_course_role_6a7bb75f: New Course Role + new_account_role_6e5c4964: New Account Role + role_name_18a5943b: Role Name + base_type_e2840170: Base Type + saving_new_role_458f4ba8: Saving New Role + enabled_ba7cab66: Enabled + enabled_and_locked_49ff3de4: Enabled and Locked + disabled_and_locked_d14dc6c2: Disabled and Locked + enable_and_lock_e6099cc2: Enable and Lock + disable_and_lock_7d0ef0e8: Disable and Lock + use_default_890939b7: Use Default + assigned_roles_ace6c950: Assigned Roles + unassigned_roles_cb9e95ec: Unassigned Roles + value_added_1846cc30: "%{value} Added" + value_removed_bba9430c: "%{value} Removed" + search_permissions_915bbd09: Search Permissions + filter_roles_12cf2271: Filter Roles + start_typing_to_search_press_the_down_arrow_to_nav_72815747: Start typing to search. Press the down arrow to navigate results. + remove_role_filter_label_a27b6797: Remove role filter %{label} + add_role_3dc4d273: Add Role + permissions_365c49e: Permissions + course_roles_d2d5d666: Course Roles + account_roles_10fea071: Account Roles + create_14873ed7: create + read_7cabda44: read + update_374eb54: update + delete_a143a2ab: delete + 4_rows_added_44e0db4d: 4 rows added + 4_rows_removed_f4ae9fb1: 4 rows removed + cannot_change_role_name_to_label_already_in_use_c8126e4e: 'Cannot change role name to %{label}: already in use' + ok_ff1b646a: Ok + warning_if_there_are_any_users_with_this_role_they_1a7c1fef: 'Warning: If there are any users with this role, they will keep the current permissions but you will not be able to create new users with this role.' + click_ok_to_continue_deleting_this_role_baa9d9e2: Click "ok" to continue deleting this role. + warning_all_permissions_will_change_to_match_the_s_e3c9819f: 'Warning: All permissions will change to match the selected base role.' + assigned_permissions_6f6fecb6: Assigned Permissions + unassigned_permissions_6a38ca95: Unassigned Permissions + based_on_basedon_d6e4f4d7: 'Based on: %{basedOn}' + last_changed_b544504d: 'Last changed:' + edit_label_769ed6c5: Edit %{label} + expand_permission_c61d5958: Expand permission + what_it_does_d4debc07: What it Does + additional_considerations_3ee46e5b: Additional Considerations + account_settings_fe083453: Account Settings + allows_user_to_view_and_manage_the_settings_and_no_e223e6b8: Allows user to view and manage the Settings and Notifications tabs in Account Settings. + authentication_1b518c38: Authentication + allows_user_to_view_and_manage_authentication_opti_e1bb0ad3: Allows user to view and manage authentication options for the whole account. + subaccounts_efd02bd4: Subaccounts + allows_user_to_view_and_manage_subaccounts_for_the_37d5120b: Allows user to view and manage subaccounts for the account. + terms_4d979628: Terms + allows_user_to_view_and_manage_terms_for_the_accou_4547d971: Allows user to view and manage terms for the account. + allows_user_to_access_the_theme_editor_26691f9a: Allows user to access the Theme Editor. + the_announcements_tab_is_always_visible_to_admins__58df854d: The Announcements tab is always visible to admins; however, to manage announcements, Global Announcements - add / edit / delete must also be enabled. + feature_options_account_settings_294a39f8: Feature Options (Account Settings) + to_manage_the_feature_options_tab_feature_options__fc32fca3: To manage the Feature Options tab, Feature Options - enable disable - must also be enabled. + reports_account_settings_78f5336a: Reports (Account Settings) + to_view_the_reports_tab_courses_view_usage_reports_d371ec85: To view the Reports tab, Courses - view usage reports must also be enabled. + subaccount_navigation_account_settings_add9eff9: Subaccount Navigation (Account Settings) + not_all_settings_options_are_available_at_the_suba_20efaa98: Not all settings options are available at the subaccount level, including the Notifications tab. + allows_user_to_add_and_remove_other_account_admins_7834ea9a: Allows user to add and remove other account admins. + commons_ed0252fb: Commons + allows_user_to_access_and_edit_the_admin_settings__b3390b66: Allows user to access and edit the Admin settings in Commons. Allows user to create and manage Groups. Allows user to manage shared resources in the account. + allows_user_to_designate_a_course_as_a_blueprint_c_208ec223: Allows user to designate a course as a Blueprint Course. Allows user to manage Blueprint Course settings in Course Settings. Allows user to add associated courses. + blueprint_courses_is_an_account_level_feature_opti_3a0161d3: Blueprint Courses is an account-level feature option. Course roles can only manage Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. To access the Blueprint Courses sidebar, Courses - add / edit / delete courses must be enabled. To add an associated course, Courses - view list a​nd Courses - add / edit / delete must also be enabled. To edit lock settings on any blueprint object type, Courses - add / edit / delete must be enabled. + to_manage_blueprint_course_settings_in_course_sett_c3bfdd4f: To manage Blueprint Course settings in Course Settings, Courses - add / edit / delete must also be enabled. + admin_tools_restore_courses_tab_b07bbfa7: Admin Tools (Restore Courses tab) + allows_user_to_restore_a_course_not_available_at_t_3a749177: Allows user to restore a course. (Not available at the subaccount level.) + allows_user_to_access_the_blueprint_courses_sideba_cb5f6a46: Allows user to access the Blueprint Courses Sidebar. Allows user to manage Blueprint Courses content settings in Course Settings. Allows user to remove an associated course. Allows user to edit blueprint lock settings on individual assignments, pages, or discussions + courses_account_navigation_f84fdec3: Courses (Account Navigation) + allows_user_to_view_and_manage_courses_in_the_acco_12333da2: Allows user to view and manage courses in the account. + course_settings_course_details_tab_fabf1adc: Course Settings (Course Details tab) + course_settings_course_details_tab_allows_user_to__2eb67ad2: 'Course Settings (Course Details tab): Allows user to access the Navigation tab in Course Settings. Allows user to access Student View (test student), Copy this Course, Reset Course Content, and Permanently Delete Course buttons. Allows user to edit course image, name, course code, time zone, subaccount, term, and other options in Course Details tab.' + allows_user_to_view_choose_home_page_and_course_se_6fd35f37: Allows user to view Choose Home Page and Course Setup Checklist buttons in the Home page. + course_setup_checklist_78dcff7e: Course Setup Checklist + determines_whether_the_course_setup_checklist_opti_fd5a8f70: Determines whether the Course Setup Checklist option is included in the Course Home page. + student_context_cards_376d2072: Student Context Cards + allows_user_to_view_student_context_cards_in_annou_dadef934: Allows user to view student context cards in announcement and discussion replies. + if_this_permission_is_enabled_and_courses_view_lis_cdf22691: If this permission is enabled and Courses - view list is disabled, users can add a new course with the Add a New Course button in Account Settings. + to_restore_a_deleted_course_courses_undelete_and_c_dc2d0470: To restore a deleted course, Courses - undelete​ and Course Content - view must also both be enabled. + blueprint_courses_is_an_account_level_feature_opti_6c9b5baf: Blueprint Courses is an account-level feature option. To edit Blueprint course settings in Course Settings, Blueprint Courses - add / edit / associate / delete​ - must also be enabled. To add an associated course, Blueprint Courses - add / edit / associate / delete - and Courses - view list must also be enabled. To edit lock settings on any blueprint object, this permission must be enabled. To edit lock settings on files, Course Files - add / edit / delete must also be enabled. To edit lock settings on quizzes, Assignments and Quizzes - add / edit / delete must also be enabled. + to_cross_list_a_section_course_sections_add_edit_d_20b5fd9d: To cross-list a section, Course Sections - add / edit / delete ​must also be enabled. To edit the course SIS ID, SIS Data - manage​ must also be enabled. To allow an account-level user to delete a course, Course State - manage​ must also be enabled. + to_manage_course_content_course_content_add_edit_d_94caa77f: To manage course content, Course Content - add / edit / delete must be enabled. + to_cross_list_a_section_course_sections_add_edit_d_160006f7: To cross-list a section, Course Sections - add / edit / delete must also be enabled. To edit the course SIS ID, SIS Data - manage must also be enabled. To allow an account-level user to delete a course, Course State - manage must also be enabled. + to_view_grades_in_a_course_grades_view_all_grades__acecd649: To view grades in a course, Grades - view all grades​ must also be enabled. + student_context_cards_must_be_enabled_for_an_accou_f194b7c4: Student context cards must be enabled for an account by an admin. If this permission is not enabled, users can still view student context cards through the Gradebook. + allows_user_to_filter_for_blueprint_courses_as_the_45dc2c3d: Allows user to filter for blueprint courses as the account level. Allows user to add associated courses. + allows_user_to_see_the_list_of_courses_in_the_acco_5fa0142f: Allows user to see the list of courses in the account. + if_this_permission_is_disabled_and_courses_add_edi_5f31ce8f: If this permission is disabled and Courses - add / edit / delete is enabled, users can add a new course with the Add a New Course button in Account Settings. + blueprint_courses_is_an_account_level_feature_opti_390ed2e7: Blueprint Courses is an account-level feature option. To add associated courses, Blueprint Courses - add / edit / associate / delete and Courses - add / edit / delete must also be enabled. + statistics_4573b730: Statistics + allows_user_to_see_the_list_of_recently_started_an_f6d3fe6: Allows user to see the list of recently started and ended courses in account statistics. + allows_user_to_create_developer_keys_for_accounts_76bedd2b: Allows user to create developer keys for accounts. + required_fields_include_key_name_owner_email_tool__b8e42174: Required fields include key name, owner email, tool ID, redirect URL, and icon URL. + not_available_at_the_subaccount_level_3fc74ab: Not available at the subaccount level. + announcements_account_4e9df626: Announcements (Account) + allows_user_to_add_edit_and_delete_global_announce_8463e383: Allows user to add, edit, and delete global announcements. + analytics_account_c2bf8cf6: Analytics (Account) + allows_user_to_view_account_analytics_98fbc6ad: Allows user to view account analytics. + analytics_course_5d53aef7: Analytics (Course) + allows_user_to_view_course_analytics_through_the_c_5f24ec08: Allows user to view course analytics through the course dashboard. Allows user to view student analytics. + to_view_student_analytics_in_course_analytics_grad_91d58a8a: To view student analytics in course analytics, Grades - view all grades must also be enabled + the_analytics_feature_must_be_enabled_in_account_s_cf577263: The analytics feature must be enabled in Account Settings to view analytics pages. To see the Analytics link in the user sidebar from the People page, Profiles must be disabled in your account. + people_course_ddd9a66: People (Course) + to_view_student_analytics_users_view_list_and_grad_59d0da3e: To view student analytics, Users - view list and Grades - view all grades​ must also be enabled. + allows_user_to_view_course_and_student_analytics_f_5e3dca12: Allows user to view course and student analytics from the Course Home Page or People page. + allows_user_to_view_and_manage_permissions_bdc80a1d: Allows user to view and manage permissions. + determines_visibility_and_management_of_sis_import_a91ed255: Determines visibility and management of SIS Import tab in account navigation. + sis_import_14517892: SIS Import + allows_user_to_import_sis_data_583b20a5: Allows user to import SIS data. + to_manage_sis_data_sis_data_manage_must_also_be_en_748806e8: To manage SIS data, SIS Data - manage must also be enabled. + not_available_at_the_subaccount_level_6ee9b41f: Not available at the subaccount level + determines_visibility_of_sis_import_tab_in_account_3d48272d: Determines visibility of SIS Import tab in account navigation. Allows user to view the previous SIS import dates, errors, and imported items. + allows_user_to_edit_the_course_sis_id_e1eccee3: Allows user to edit the course SIS ID. + people_account_30bbffec: People (Account) + allows_user_to_view_and_edit_the_sis_id_and_integr_f206fdcb: Allows user to view and edit the SIS ID and Integration ID in a user’s Login Details + subaccount_settings_8549eff7: Subaccount Settings + allows_user_to_view_and_insert_data_in_the_sis_id__921967c: Allows user to view and insert data in the SIS ID field. + to_edit_course_settings_courses_add_edit_delete_mu_844988d0: To edit course settings, Courses - add / edit / delete must be enabled. + to_view_or_edit_a_user_s_sis_id_or_integration_id__76b8d055: To view or edit a user’s SIS ID or Integration ID, Users - view list and Users - manage login details must also both be enabled. + if_this_permission_is_enabled_users_do_not_need_th_49974dc2: If this permission is enabled, users do not need the SIS Data - read permission enabled. The account permission overrides the course permission. To disallow users from managing SIS IDs at the course level, SIS Data - manage and SIS Data - read must both be disabled. To add users to courses via SIS ID, Users - add/remove students from courses - and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. + to_import_sis_data_sis_data_import_must_also_be_en_187c39b: To import SIS data, SIS Data - import must also be enabled. + account_statistics_2b52a1c9: Account Statistics + allows_admin_user_to_view_account_statistics_341f00d9: Allows admin user to view account statistics. + admin_tools_logging_tab_680698f3: Admin Tools (Logging tab) + allows_user_to_generate_login_logout_activity_repo_e03fb94f: Allows user to generate login/logout activity report in Admin Tools. (Not available at the subaccount level.) + if_statistics_view_or_users_manage_login_details_i_18b00d5c: If Statistics - view or Users - manage login details is enabled, the user will be able to generate login/logout activity in Admin Tools. To hide the login/logout activity option in Admin Tools, both of these permissions need to be disabled. + to_view_user_page_views_users_view_list_must_also__81cc34ed: To view user page views, Users - view list must also be enabled. + quotas_account_settings_22c12b8d: Quotas (Account Settings) + allows_user_to_view_and_manage_quotas_tab_in_accou_935a7874: Allows user to view and manage Quotas tab in account settings. User can set default course, user, and group storage quotes. + allows_user_to_act_as_other_users_in_the_account_195628ae: Allows user to act as other users in the account. + allows_a_user_to_access_the_act_as_user_link_on_st_7d3e3e3d: Allows a user to access the Act as User link on student context cards + api_7bd66e19: API + allows_user_to_view_login_ids_in_a_course_people_p_b2cfd83e: Allows user to view Login IDs in a course People page. + to_view_the_list_of_users_in_an_account_users_view_9db2061: To view the list of users in an account, Users - view list must be enabled. + student_context_cards_must_be_enabled_for_an_accou_f84169cb: Student Context Cards must be enabled for an account by an admin. + the_roles_api_refers_to_this_permission_as_become__bededd25: The Roles API refers to this permission as become_user. + to_view_the_list_of_users_in_an_account_users_view_630d77a0: To view the list of users in an account, Users - view must also be enabled. + allows_user_to_manage_observers_associated_with_st_4b45f2be: Allows user to manage observers associated with students in the account. + allows_user_to_create_accounts_for_new_users_with__30b55094: Allows user to create accounts for new users with the account-level Add People button. Allows user to remove and merge users in an account. Allows user to modify user account details such as name, email, and time zone. Allows user to view and modify login information for a user. + allows_user_to_generate_login_logout_activity_repo_bba62f2: Allows user to generate login/logout activity report in Admin Tools. + if_users_manage_login_details_or_statistics_view_i_cff4155d: If Users - manage login details or Statistics - view is enabled, the user will be able to generate login/logout activity in Admin Tools. To hide the login/logout activity option in Admin Tools, both of these permissions need to be disabled. + to_view_users_and_user_account_details_users_view__ff62392: To view users and user account details, Users - view list must be enabled. To change user passwords, Users - view must also be enabled. To view a user’s SIS ID, SIS Data - manage or SIS Data - read must also be enabled. To view a user’s Integration ID, SIS Data - manage must also be enabled. + this_permission_only_controls_adding_users_at_the__5a2463b1: This permission only controls adding users at the account level. To add users to a course, Users - add/remove students from courses or Users - add/remove teachers, course designers, or TAs from courses to the course must be enabled. + eportfolios_f6dc4579: ePortfolios + allows_user_to_view_the_eportfolio_moderation_page_5a6be051: Allows user to view the ePortfolio Moderation page and manage ePortfolio spam content. + canvas_catalog_87f39420: Canvas Catalog + placeholder_for_webhooks_access_in_canvas_catalog_b8c9d864: Placeholder for webhooks access in Canvas Catalog. + this_permission_is_available_for_all_canvas_accoun_25cd5444: This permission is available for all Canvas accounts but only in use for institutions associated with a Canvas Catalog account. Permission currently has no front-end effects, but engineering suggests the permission remain enabled for admins. For other roles the permission can be disabled. + allows_user_to_access_the_restore_courses_tab_in_a_397d9178: Allows user to access the Restore Courses tab in Admin Tools. + to_search_for_a_course_in_the_restore_courses_tab__a903343: To search for a course in the Restore Courses tab, Course Content - view must also be enabled. To restore a deleted course in an account, Courses - add / edit / delete, Course Content - view, and Courses - undelete must all be enabled. + determines_visibility_of_the_course_activity_optio_2446c4b3: Determines visibility of the Course Activity option in the Admin Tools Logging tab. Allows user to view course activity information for the account. + determines_visibility_of_the_grade_change_activity_6c23036b: Determines visibility of the Grade Change Activity option in the Admin Tools Logging tab. + to_search_by_grader_or_student_id_users_view_must__524aa668: To search by grader or student ID, Users - view must also be enabled. To search by course ID or assignment ID, Grades - edit must also be enabled. To search by assignment ID only, Grades - view all grades must also be enabled. + admin_tools_notifications_tab_120d6cdf: Admin Tools (Notifications tab) + allows_user_to_access_the_view_notifications_tab_i_71995596: Allows user to access the View Notifications tab in Admin Tools. + to_search_and_view_notifications_for_a_user_users__fab7293a: To search and view notifications for a user, Users - view must also be enabled. + alerts_course_settings_53551794: Alerts (Course Settings) + allows_user_to_configure_alerts_in_course_settings_f8acd7ba: Allows user to configure alerts in Course Settings. Alerts are a seldom-used feature designed to send an alert to students, teachers or admins for specific triggers (e.g., no student-teacher interaction for 7 days). They are checked every day, and notifications will be sent to the student and/or the teacher until the triggering problem is resolved. + this_is_an_account_setting_that_must_be_turned_on__4c939dea: This is an account setting that must be turned on by your Customer Success Manager. + allows_user_to_configure_alerts_in_course_settings_38675b12: Allows user to configure alerts in course settings. Alerts are a seldom-used feature designed to send an alert to students, teachers or admins for specific triggers (e.g., no student-teacher interaction for 7 days). They are checked every day, and notifications will be sent to the student and/or the teacher until the triggering problem is resolved. + allows_user_to_view_the_announcements_link_in_cour_f6b03e9a: Allows user to view the Announcements link in Course Navigation. Allows user to view course announcements. + to_view_recent_announcements_on_the_home_page_cour_ffc52530: To view recent announcements on the home page, Course content - view must be enabled, and the Show recent announcements on Course home page checkbox must be selected in Course Settings. To manage course announcements, Discussions - moderate ​must also be enabled. + global_announcements_a78912c8: Global Announcements + this_permission_only_affects_course_announcements__6bc2b0a5: This permission only affects course announcements; to manage global announcements, Global Announcements - add / edit / delete​ must be enabled. + allows_user_to_access_the_announcements_link_in_co_2783579a: Allows user to access the Announcements link in Course Navigation. Allows user to view course announcements. Allows user to view recent announcements on the course home page. + to_add_announcements_discussions_moderate_must_als_2496cbd7: To add announcements, Discussions - moderate must also be enabled. To view recent announcements on the home page, the Show recent announcements on Course home page checkbox must be selected in Course Settings. + allows_user_to_add_edit_delete_and_publish_and_unp_4f9c2fd4: Allows user to add, edit, delete, and publish and unpublish assignments. Allows user to manage assignment settings. Allows user to add assignment groups in a course. Allows user to enable and edit assignment group weighting in a course. + allows_user_to_edit_blueprint_lock_settings_on_the_a2534937: Allows user to edit blueprint lock settings on the Assignments and Quizzes index pages in a Blueprint master course. + allows_user_to_share_a_quiz_to_commons_6746e0da: Allows user to share a quiz to Commons. + allows_user_to_edit_assignment_details_on_individu_ecf19e63: Allows user to edit assignment details on individual discussions. + allows_user_to_add_new_assignments_to_a_module_51ae198c: Allows user to add new assignments to a module. + question_banks_account_navigation_9a7ab7c2: Question Banks (Account Navigation) + determines_visibility_and_management_of_the_questi_fbf70ba9: Determines visibility and management of the Question Banks account navigation link. + allows_user_to_add_edit_delete_and_publish_and_unp_5f5b97aa: Allows user to add, edit, delete, and publish and unpublish quizzes. + to_access_the_assignments_index_page_course_conten_a5b00f98: To access the Assignments Index Page, Course Content - view must be enabled. To differentiate assignments to individual students, Users - view list ​must also be enabled. + blueprint_courses_is_an_account_level_feature_opti_4c34e5d3: Blueprint courses is an account-level feature option. To edit blueprint lock settings from the Assignments index page, Courses - add / edit / delete must also be enabled. If this permission is not enabled, and Courses - add / edit / delete is enabled, blueprint lock settings for an assignment can be managed from the assignment’s details page. To edit blueprint lock settings on an individual quiz, or on the Quizzes index page, Courses - add / edit / delete must also be enabled. + to_import_assignments_and_quizzes_using_the_course_86c5bdbb: To import assignments and quizzes using the Course Import Tool, Course Content - add / edit / delete must be enabled. + to_moderate_grades_grades_select_final_grade_for_m_8c605763: To moderate grades, Grades - Select final grade for moderation must also be enabled. + to_moderate_a_quiz_grades_edit_must_also_be_enable_72ca6ca1: To moderate a quiz, Grades - edit​ must also be enabled. + disabling_this_permission_will_override_if_enabled_7f2a87cc: Disabling this permission will override (if enabled) the Rubrics - add / edit / delete permission, preventing user from creating or editing rubrics from an individual assignment. However, if Learning Outcomes - add / edit / delete is enabled, user can still add rubrics via user can still add rubrics via Outcomes (Manage Rubrics button). + allows_user_to_edit_assignment_details_on_individu_3e50993a: 'Allows user to edit assignment details on individual discussions. Modules: Allows user to add new assignments to a module.' + to_differentiate_assignments_to_individual_student_6cc40fde: To differentiate assignments to individual students, Users - view list ​must also be enabled. + disabling_this_permission_will_override_if_enabled_6481b015: Disabling this permission will override (if enabled) the Rubrics - add / edit / delete permission, preventing user from creating or editing rubrics from an individual assignment. However, if Learning Outcomes - add / edit / delete is enabled, user can still add rubrics via Outcomes (Manage Rubrics button). + allows_user_to_send_a_message_to_all_in_course_nam_29ffb3b1: Allows user to send a message to “All in [course name]”. Allows user to send a message to “All in [course group]”. + allows_user_to_send_a_message_to_all_in_course_nam_992e425: Allows user to send a message to “All in [course name],” or “All in [course group].” + allows_user_to_send_messages_to_individual_course__9347e1e2: Allows user to send messages to individual course members. + when_disabled_students_can_still_send_individual_m_567a911c: When disabled, students can still send individual messages to course teachers, course TAs, and students that belong to the same account-level groups. + to_edit_a_student_s_section_users_add_remove_stude_684e6cc3: To edit a student’s section, Users - add/remove students from courses and Users - view must also be enabled. To edit a section for a teacher, course designer, or TA, Users - add/remove teachers, course designers, or TAs from courses and Users - view must also be enabled. + to_edit_a_student_s_section_users_add_remove_stude_c05f26: To edit a student’s section, Users - add/remove students in courses and Users - view must also be enabled. To edit a section for a teacher, course designer, or TA, Users - add/remove teachers, course designers, or TAs in courses and Users - view list must also both be enabled. + allows_user_to_add_edit_and_delete_events_in_the_c_14413268: Allows user to add, edit, and delete events in the course calendar. + scheduler_65b5ac91: Scheduler + allows_user_to_create_and_manage_appointments_on_t_393e9e84: Allows user to create and manage appointments on the calendar using Scheduler. + regardless_of_whether_this_permission_is_enabled_o_a16e31b5: Regardless of whether this permission is enabled or disabled, users will still be able to manage events in their personal calendar. + scheduler_must_be_enabled_for_your_account_e6e53972: Scheduler must be enabled for your account. + scheduler_must_be_enabled_by_your_canvas_admin_7508c8c2: Scheduler must be enabled by your Canvas admin. + allows_user_to_share_course_items_directly_with_ot_b5a68ecc: Allows user to share course items directly with other users. Allows user to copy individual course items to another course. + attendance_ca433183: Attendance + allows_user_to_access_the_attendance_tool_72ef0b68: Allows user to access the Attendance tool. + allows_user_to_add_events_to_list_view_dashboard_v_1339e29e: 'Allows user to add events to List View Dashboard via the Add to Student To-Do checkbox. ' + allows_user_to_access_the_chat_tool_48d5f5c4: Allows user to access the Chat tool. + allows_user_to_view_previously_created_collaborati_bb4b86f1: Allows user to view previously created collaborations. Allows user to edit title, description, or remove collaborators on all collaborations. + allows_user_to_import_resources_from_commons_into__6e9d32e6: Allows user to import resources from Commons into a course. Allows user to share assignments to Commons or edit previously shared content. + allows_user_to_edit_conferences_61eb62e0: Allows user to edit Conferences. + course_home_page_5c61dba7: Course Home Page + allows_user_to_view_course_status_choose_home_page_21bf32a8: Allows user to view Course Status, Choose Home Page, and Course Setup Checklist buttons in the Home page. + allows_user_to_import_content_using_the_course_imp_4a4ec4c7: Allows user to import content using the Course Import Tool. + allows_user_to_add_non_graded_discussions_to_list__65e44efe: Allows user to add non-graded discussions to List View Dashboard via the Add to Student To-Do checkbox. + allows_user_to_manage_modules_create_add_items_edi_9459e815: Allows user to manage modules (create, add items, edit module settings, publish, unpublish, etc.). + allows_user_to_add_pages_to_list_view_dashboard_vi_a661a203: Allows user to add pages to List View Dashboard via the Add to Student To-Do checkbox. + allows_user_to_edit_the_course_syllabus_a28ff262: Allows user to edit the course syllabus. + the_attendance_tool_must_be_enabled_by_your_canvas_108e6dca: The Attendance tool must be enabled by your Canvas admin. + the_chat_tool_must_be_enabled_by_your_canvas_admin_e3b26123: The Chat tool must be enabled by your Canvas admin. + to_share_a_discussion_to_commons_discussions_view__ef6c015a: To share a Discussion to Commons, Discussions - view must also be enabled. + the_course_status_buttons_unpublished_and_publishe_e2dca595: The Course Status buttons (unpublished and published) are only displayed until a student submission is received. Courses cannot be unpublished with student submissions. + to_publish_and_unpublish_module_content_courses_ad_2b1d0c46: To publish and unpublish module content, Courses - add / edit / delete and Course Content - view must also be enabled. Module items cannot be unpublished if there are student submissions. + to_publish_and_unpublish_module_content_courses_ad_ae996413: To publish and unpublish module content, Courses - add / edit / delete and Course Content - view must also be enabled. + allows_user_to_view_published_and_unpublished_cour_25a5dcc0: Allows user to view published and unpublished course content. + allows_user_to_view_the_new_gradebook_50f53ef0: Allows user to view the New Gradebook. + admin_tools_undelete_courses_d9bd8631: Admin Tools (Undelete Courses) + regardless_of_whether_this_permission_is_enabled_o_437ee269: Regardless of whether this permission is enabled or disabled, the user will still be able to manage events on their personal calendar. + if_disabled_user_will_still_have_access_to_course__d78fddc4: If disabled, user will still have access to Course Settings. User cannot manage individual course content without the appropriate permission for that content item. If course visibility is limited to users enrolled in the course, this permission allows the user to view course content without being enrolled in the course. + allows_user_to_edit_blueprint_lock_settings_on_the_9f51663c: Allows user to edit blueprint lock settings on the Files page in a Blueprint master course. + allows_user_to_add_edit_and_delete_course_files_an_5adadbf5: Allows user to add, edit, and delete course files and folders. Allows user to download files into a zip file, import a zip file, and lock and unlock files. + allows_user_to_access_the_files_tab_in_the_content_a5187929: Allows user to access the Files tab in the Content Selector. + blueprint_courses_must_be_enabled_for_an_account_b_a8e326ea: Blueprint courses must be enabled for an account by an admin. To edit blueprint lock settings for course files, Courses - add / edit / delete must also be enabled. + if_disabled_user_can_still_view_and_download_files_336ffc30: If disabled, user can still view and download files into a zip file. + to_import_files_using_the_course_import_tool_cours_a0c2db0c: To import files using the Course Import Tool, Course Content - add / edit / delete must also be enabled. + blueprint_courses_must_be_enabled_for_an_account_b_ffb3ac4b: Blueprint courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. + course_settings_sections_tab_4ae03a9a: Course Settings (Sections tab) + allows_user_to_add_edit_and_delete_course_sections_92715d3: Allows user to add, edit, and delete course sections. Allows user to cross-list sections. + to_cross_list_sections_course_add_edit_delete_must_a024d5b9: To cross-list sections, Course - add / edit / delete must also be enabled. + the_user_must_also_be_enrolled_as_an_instructor_in_e7e22eea: The user must also be enrolled as an instructor in the courses they are trying to cross-list. + determines_whether_a_publish_course_option_is_incl_9bf770e9: Determines whether a Publish Course option is included on the Course Home Page. + affects_viewing_the_publish_course_and_conclude_co_6589f97e: Affects viewing the Publish Course and Conclude Course buttons. + for_course_level_users_deleting_a_course_is_part_o_d134dea2: 'For course-level users, deleting a course is part of the Course State - manage permission. However, for an account-level user, deleting a course requires this permission and Course - add / edit / delete. ' + to_see_the_course_setup_checklist_option_on_the_co_6c485483: To see the Course Setup Checklist option on the Course Home Page, Manage - add / edit / delete courses must also be enabled. + the_course_state_manage_permission_allows_the_user_1d9da094: The Course State - manage permission allows the user to publish courses that do not contain modules. To publish and unpublish module content, Course Content - add / edit / delete must be enabled. + allows_user_to_publish_conclude_and_delete_courses_336cf352: Allows user to publish, conclude, and delete courses. + course_setup_checklist_course_home_page_f8baa04a: Course Setup Checklist, Course Home Page + determines_whether_a_publish_course_option_is_incl_ac5eed8f: Determines whether a Publish Course option is included in the Course Setup Checklist and in the Course Home Page. + affects_viewing_the_publish_course_conclude_course_96953d6a: Affects viewing the Publish Course, Conclude Course, and Permanently Delete this Course buttons. The Permanently Delete this Course button only appears for manually created courses. + the_course_state_manage_permission_allows_users_to_a4fe62af: The Course State - manage permission allows users to publish courses that do not contain modules. To publish and unpublish module content, Course Content - add / edit / delete must be enabled. + reports_1b9ab7a7: Reports + allows_user_to_view_and_configure_reports_in_accou_e8c6f9a1: Allows user to view and configure reports in Account Settings. Allows user to view Access Reports. Allows user to view last activity and total activity information on the People page. + to_view_last_activity_and_total_activity_informati_b24e3864: To view Last Activity and Total Activity information on the Course People page, Users - view list must also be enabled. To access a Course People page, Users - view list must also be enabled. + reports_course_f09b7d9e: Reports (Course) + to_access_the_student_interactions_report_grades_v_69105662: To access the Student Interactions report, Grades - view all grades must also be enabled. + allows_user_to_view_the_course_statistics_button_i_f44b2c7a: Allows user to view the Course Statistics button in Course Settings. + allows_user_to_view_last_activity_and_total_activi_786a7286: Allows user to view Last Activity and Total Activity information on the People page. + allows_user_to_view_last_activity_and_total_activi_1455c521: Allows user to view Last Activity and Total Activity reports. + to_access_the_people_page_users_view_list_must_be__6f42bf9e: To access the People Page, Users - view list must be enabled. + allows_user_to_add_discussions_in_the_discussions__1b3d9a53: Allows user to add discussions in the Discussions page. + to_create_announcements_discussions_moderate_must__8a8278f2: To create announcements, Discussions - moderate must also be enabled. + to_view_discussions_in_a_course_discussions_view_m_a1c78aa2: To view discussions in a course, Discussions - view must be enabled. Both Discussions - create and Discussions - moderate allow the user to create a discussion in the Discussions page. To manage discussions, Discussions - moderate must also be enabled. + allows_user_to_view_the_new_announcement_button_in_d21f2922: Allows user to view the New Announcement button in the Home page. Allows user to add announcements in the Announcements page. + allows_user_to_edit_blueprint_lock_settings_on_the_94a44495: Allows user to edit blueprint lock settings on the Discussions index page in a Blueprint master course. + allows_user_to_add_discussions_in_the_discussions__3cc51c31: Allows user to add discussions in the Discussions page. Allows user to close for comments, move, pin and unpin, edit, and delete discussion topics created by other users. + to_view_announcements_announcements_view_must_also_75f652df: To view announcements, Announcements - view must also be enabled. + blueprint_courses_is_an_account_level_feature_opti_c7e81929: Blueprint Courses is an account-level feature option. To edit blueprint lock settings on the Discussions index page, Courses - add / edit / delete and Discussions - view must also be enabled. If this permission is not enabled, and Courses - add / edit / delete and Discussions - view are enabled, blueprint lock settings can be edited on individual discussions. + both_discussions_create_and_discussions_moderate_a_1c00baf0: Both Discussions - create and Discussions - moderate allow the user to create a discussion in the Discussions page. If this permission is enabled, Discussions - create is not required. To view discussions in a course, Discussions - view must be enabled. To reply to a discussion, Discussions - post must also be enabled. To edit assignment details on a discussion, Assignments and Quizzes - add / edit / delete must also be enabled. + blueprint_courses_must_be_enabled_for_an_account_b_4ef094f4: Blueprint courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. If this setting is disabled, and Discussions - view is enabled, the user can still adjust content lock settings on individual discussions in a Blueprint master course. + allows_user_to_reply_to_a_discussion_post_83f43e19: Allows user to reply to a discussion post. + to_view_discussions_in_a_course_discussions_view_m_545cbe9b: To view discussions in a course, Discussions - view must also be enabled. To manage discussions, Discussions - moderate must be enabled. + allows_user_to_edit_blueprint_content_lock_setting_25128c82: Allows user to edit blueprint content lock settings on individual discussions. + allows_user_to_view_the_discussions_link_in_course_eb30f2d0: Allows user to view the Discussions link in Course Navigation. Allows user to view course discussions. + blueprint_courses_are_an_account_level_feature_opt_e1f9ec2d: 'Blueprint Courses are an account-level feature option. To edit blueprint lock settings from the Discussions index page, Course - add / edit / delete and Discussions - moderate must also be enabled. ' + to_share_a_discussion_to_commons_course_content_ad_962c5e53: To share a discussion to Commons, Course Content - add / edit / delete must also be enabled. + to_manage_discussions_discussions_post_and_discuss_a27d31c4: To manage discussions, Discussions - post and Discussions - moderate must also be enabled. To reply to a discussion, Discussions - post must also be enabled. + allows_user_to_edit_blueprint_content_lock_setting_fd580fab: Allows user to edit blueprint content lock settings on individual settings If the user is enrolled in a Blueprint master course. + blueprint_courses_must_be_enabled_for_an_account_b_fa574265: Blueprint Courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course with a teacher, TA, or designer role. To edit blueprint lock settings from the Discussions index page, Discussions - moderate must also be enabled. + to_manage_discussions_discussions_moderate_must_al_d6d665be: To manage discussions, Discussions - moderate must also be enabled. To reply to a discussion, Discussions - post must also be enabled. + allows_user_to_manage_feature_options_in_account_s_c3c8ee03: Allows user to manage Feature Options in Account Settings. + allows_user_to_view_the_faculty_journal_link_in_gl_e3fd6889: Allows user to view the Faculty Journal link in Global Navigation. + student_interaction_report_3f3d2ff1: Student Interaction Report + allows_user_to_view_faculty_journal_entries_in_the_3f58f09c: Allows user to view Faculty Journal entries in the Student Interactions Report. + user_details_2613c079: User Details + allows_user_to_view_a_link_to_the_faculty_journal__4c48b57b: Allows user to view a link to the Faculty Journal in the User Details page sidebar. Allows user to view Faculty Journal information for individual students. Allows user to create new entries in the Faculty Journal. + to_view_the_student_interactions_report_grades_vie_68f791b0: To view the Student Interactions Report, Grades - view all grades and Courses - view usage reports must also be enabled. + to_view_the_user_details_page_for_a_student_users__5d0ca2d5: To view the User Details page for a student, Users - add/remove students in courses must also be enabled. + allows_user_to_select_final_grade_for_moderated_as_c5e28a9c: Allows user to select final grade for moderated assignments. + to_add_students_to_a_moderation_set_grades_view_al_40f2b8eb: To add students to a moderation set, Grades - view all grades must also be enabled. + to_review_a_moderated_assignment_in_speedgrader_gr_33227412: To review a moderated assignment in SpeedGrader, Grades - edit must also be enabled. + to_publish_final_grades_for_a_moderated_assignment_430368a0: To publish final grades for a moderated assignment, Grades - edit must also be enabled. To post or hide grades for a moderated assignment, Grades - edit must also be enabled. + allows_user_to_review_an_audit_trail_in_assignment_9ca5d03d: Allows user to review an audit trail in assignments, both moderated and anonymous. + to_moderate_grades_grades_select_final_grade_for_m_57d4f675: To moderate grades, Grades - Select final grade for moderation must also be enabled. To post or hide grades for an assignment, Grades - edit must also be enabled. + allows_user_to_search_by_course_id_or_assignment_i_e6f3e7f: Allows user to search by course ID or assignment ID in grade change logs in Admin Tools. (Not available at the subaccount level.) + allows_user_to_view_student_specific_data_in_analy_4abbf6be: Allows user to view student-specific data in Analytics. + allows_user_to_view_the_course_grading_scheme_32a6042: Allows user to view the course grading scheme. + allows_user_to_like_discussion_posts_when_the_only_7390d91c: Allows user to like discussion posts when the Only Graders Can Like checkbox is selected. + allows_user_to_add_edit_and_update_grades_in_the_g_5d50d581: Allows user to add, edit, and update grades in the Gradebook. Allows user to access Gradebook History. Allows user to access the Learning Mastery Gradebook (if enabled). + allows_user_to_create_and_modify_grading_schemes_e4433a19: Allows user to create and modify grading schemes. + allows_user_to_moderate_a_quiz_and_view_the_quiz_s_59ce0eee: Allows user to moderate a quiz and view the quiz statistics page. + allows_user_to_edit_grades_and_add_comments_in_spe_dc18e3c0: Allows user to edit grades and add comments in SpeedGrader. + to_search_grade_change_logs_grades_view_change_log_d4d40cf2: To search grade change logs, Grades - view change logs must also be enabled. + to_view_student_analytics_in_course_analytics_anal_21ed5b9c: To view student analytics in course analytics, Analytics - view must also be enabled. + to_edit_course_grading_schemes_courses_add_edit_de_bdcf3563: To edit course grading schemes, Courses - add / edit / delete must also be enabled. + gradebook_speedgrader_66cb7a6a: Gradebook, SpeedGrader + gradebook_and_speedgrader_will_be_inaccessible_if__eda88bc3: Gradebook and SpeedGrader will be inaccessible if both Grades - edit and Grades - view all grades are disabled. + to_view_student_analytics_users_view_list_and_anal_41d32ecb: To view student analytics, Users - view list and Analytics - view must also be enabled. + to_moderate_a_quiz_assignments_and_quizzes_add_edi_92b4d1d6: To moderate a quiz, Assignments and Quizzes - add / edit / delete also be enabled. To view the user SIS ID column in the Quiz Item Analysis CSV file, SIS Data - read must also be enabled. To view the submission log, Quizzes - view submission log must also be enabled. + to_access_the_student_interactions_report_courses__e8432cd0: To access the Student Interactions report, Courses - view usage reports must also be enabled. + allows_user_to_edit_grading_schemes_98c35117: Allows user to edit grading schemes. + allows_user_to_edit_grades_in_the_gradebook_allows_432849ce: Allows user to edit grades in the Gradebook. Allows user to access Gradebook History. Allows user to access the Learning Mastery Gradebook (if enabled). + to_moderate_a_quiz_assignments_and_quizzes_add_edi_22d5e3b1: To moderate a quiz, Assignments and Quizzes - add / edit / delete must also be enabled. To view the user SIS ID column in the Quiz Item Analysis CSV file, SIS Data - read must also be enabled. + course_grading_schemes_can_be_enabled_disabled_in__26b298b3: Course Grading Schemes can be enabled/disabled in Course Settings. + allows_user_to_view_the_moderate_button_for_modera_5f3c6d21: 'Allows user to view the Moderate button for moderated assignments. NOTE: This permission is being deprecated. To enable users to view the Moderate button, enable Grades - Select final grade for moderation.' + to_publish_final_grades_for_a_moderated_assignment_713090cf: To publish final grades for a moderated assignment, Grades - edit must also be enabled. + to_allow_a_user_to_add_students_to_a_moderation_se_db848def: To allow a user to add students to a moderation set, Grades - view all grades must also be enabled. To allow a user to add students to a moderation set, review a moderated assignment in SpeedGrader, and publish final grades for a moderated assignment, Grades - edit must also be enabled. + allows_user_to_search_by_assignment_id_in_grade_ch_308afd80: Allows user to search by assignment ID in grade change logs. (Not available at the subaccount level.) + assignments_speedgrader_2fbd6df4: Assignments, SpeedGrader + allows_user_to_view_a_link_to_speedgrader_from_ass_8ed9b342: Allows user to view a link to SpeedGrader from assignments. + allows_user_to_view_gradebook_allows_user_to_expor_e6b24e2c: Allows user to view Gradebook. Allows user to export the Gradebook to a comma separated values (CSV) file. Allows user to access the Learning Mastery Gradebook (if enabled). + allows_user_to_view_student_grades_pages_e0091b20: Allows user to view student Grades pages. + allows_user_to_access_the_student_progress_page_aca95197: Allows user to access the Student Progress page. + adds_analytics_link_on_the_user_settings_menu_3a048816: Adds analytics link on the user settings menu. + allows_user_to_view_student_results_view_quiz_stat_7d77640a: Allows user to view student results, view quiz statistics, and access a quiz in SpeedGrader. + rubrics_speedgrader_a6ebec57: Rubrics, SpeedGrader + allows_user_to_view_grader_comments_on_a_rubric_in_2ac9f890: Allows user to view grader comments on a rubric in SpeedGrader. + adds_analytics_to_a_student_s_context_card_d4c1e3a3: Adds analytics to a student’s context card. + admin_tools_grade_change_logs_d804833f: Admin Tools (Grade Change Logs) + to_view_student_analytics_analytics_view_must_also_a735c0b4: To view student analytics, Analytics - view must also be enabled. + if_both_grades_edit_and_grades_view_all_grades_are_ed522d43: If both Grades - edit and Grades - view all grades are disabled, Gradebook will be hidden from Course Navigation. + to_post_or_hide_grades_grades_edit_must_also_be_en_c58f5efe: To post or hide grades, Grades - edit must also be enabled. + to_view_module_progression_grades_view_all_grades__1acc0880: To view module progression, Grades - view all grades must also be enabled. + allows_user_to_access_speedgrader_from_an_assignme_3b908f7: Allows user to access SpeedGrader from an assignment. + if_both_grades_edit_and_grades_view_all_grades_are_9bfa7a61: If both Grades - edit and Grades - view all grades are disabled, Gradebook will be hidden from the course navigation. + account_groups_2f301732: Account Groups + allows_user_to_create_edit_and_delete_account_grou_abc8c12: Allows user to create, edit, and delete account groups. + course_groups_e8239a1e: Course Groups + allows_user_to_create_edit_and_delete_course_group_36097d72: Allows user to create, edit, and delete course groups. Allows user to create, edit, and delete course groups created by students. + if_this_permission_is_disabled_at_the_account_leve_b5f6dfa4: If this permission is disabled, at the account level, the user cannot view any existing account groups. At the course level, the user can view, but not access, any existing groups, including groups created by students. To view groups, Users - view list must also be enabled. To add account level groups via CSV, SIS Data - import must also be enabled. + by_default_students_can_always_create_groups_in_a__149d08b7: By default, students can always create groups in a course. To restrict students from creating groups, Courses - add / edit / delete must be enabled and the Let students organize their own groups checkbox in Course Settings must be deselected. + to_access_the_people_page_and_view_groups_users_vi_43aceac3: To access the People page and view Groups, Users - view list must also be enabled. + people_groups_tab_b245a614: People (Groups tab) + allows_user_to_view_all_course_groups_not_just_tho_bad6d687: Allows user to view all course groups, not just those they are enrolled in, in the Collaborate With window. + if_this_permission_is_disabled_the_user_can_only_v_75dbf069: If this permission is disabled, the user can only view existing groups, including groups created by students. + to_restrict_students_from_creating_groups_deselect_6269c8cb: To restrict students from creating groups, deselect the Let students organize their own groups checkbox in Course Settings. + allows_user_to_view_the_group_home_pages_of_all_st_47f48a3e: Allows user to view the group home pages of all student groups. Allows students to access other student groups within a group set with a direct link. + by_default_students_are_able_to_create_groups_to_r_d4901649: By default students are able to create groups; to restrict students from creating groups, deselect the Let students organize their own groups checkbox in Course Settings. + allows_user_to_manually_add_and_delete_an_app_in_a_402d3d91: Allows user to manually add and delete an app in Account Settings. + allows_user_to_manually_add_and_delete_an_app_in_c_18250cad: Allows user to manually add and delete an app in Course Settings. + allows_user_to_edit_configurations_for_manually_ad_7e0f496c: Allows user to edit configurations for manually added external apps. + external_apps_account_course_settings_78de2b2f: External Apps (Account, Course Settings) + if_this_permission_is_disabled_users_can_still_ins_4e3cef83: If this permission is disabled, users can still install approved apps through the Canvas App Center (if enabled for your institution). Additionally, if this permission is disabled, users cannot delete manually added external apps. + external_apps_course_settings_1f045644: External Apps (Course Settings) + determines_visibility_and_management_of_outcomes_t_8a40bf86: Determines visibility and management of Outcomes tab in account navigation. Allows user to create, import, edit, and delete outcomes and outcome groups at the account and course levels. + determines_visibility_and_management_of_rubrics_ta_e5dad169: Determines visibility and management of Rubrics tab in the account navigation. Allows user to manage rubrics. + outcomes_and_rubrics_f893d141: Outcomes and Rubrics + to_view_the_outcomes_page_as_read_only_course_cont_50a4f201: To view the Outcomes page as read-only, Course content - view must be enabled. Users can access individual assignment rubrics through Assignments when Course Content - view and Assignments and Quizzes - add / edit / delete is also enabled. + allows_user_to_create_import_edit_and_delete_outco_8eff991: Allows user to create, import, edit, and delete outcomes and outcome groups at the course level. + allows_user_to_manage_rubrics_326eedc2: Allows user to manage rubrics. + if_disabled_the_outcomes_page_becomes_read_only_an_29ea1940: If disabled, the Outcomes page becomes read-only and hides the Manage Rubrics button. User can still access individual assignment rubrics through Assignments. + outcomes_and_rubrics_account_course_f0d23419: Outcomes and Rubrics (Account, Course) + allows_user_to_import_learning_outcomes_17fce84a: Allows user to import learning outcomes. + allows_user_to_import_learning_outcomes_to_rubrics_45331ded: Allows user to import learning outcomes to rubrics. + to_view_a_course_outcomes_page_as_read_only_course_b961cbec: To view a Course Outcomes page as read-only, Course Content - view must be enabled. To import learning outcomes from the Outcomes page, Rubrics - add / edit / delete must also be enabled. Users can access and create (but not edit) individual assignment rubrics through Assignments when Course Content - view and Assignments and Quizzes - add / edit / delete are enabled. + allows_user_to_edit_blueprint_lock_settings_on_the_371aeb2a: Allows user to edit blueprint lock settings on the Pages index page in a Blueprint master course. + allows_user_to_view_create_edit_delete_and_publish_7e087ae8: Allows user to view, create, edit, delete, and publish and unpublish pages. Allows user to view page history and set front page. + blueprint_courses_is_an_account_level_feature_opti_8d968b0e: Blueprint Courses is an account-level feature option. To edit blueprint lock settings on the Pages index page, Courses - add / edit / delete must also be enabled. If this permission is not enabled, and Courses - add / edit / delete is enabled, blueprint lock settings can be edited on individual pages. + students_can_edit_and_view_page_history_if_allowed_39a47edc: Students can edit and view page history if allowed in the individual page options. + blueprint_courses_must_be_enabled_for_an_account_b_5ab5b804: Blueprint courses must be enabled for an account by an admin. Course roles can only manage content in Blueprint Courses if they are added to the Blueprint Course as a teacher, TA, or designer role. If this permission is disabled, a user can still adjust content lock settings on individual pages in a Blueprint master course. + question_banks_45bdf347: Question Banks + allows_user_to_view_and_link_questions_in_a_quiz_t_f6795580: Allows user to view and link questions in a quiz to account-level question banks. + quizzes_and_question_banks_9b7569e3: Quizzes and Question Banks + users_can_access_the_manage_question_banks_link_on_e411d01: Users can access the Manage Question Banks link on the Quizzes Index Page when Course content - view and Assignments and Quizzes - add / edit / delete are enabled. + allows_user_to_view_and_link_questions_in_a_quiz_t_b899a247: Allows user to view and link questions in a quiz to account-level question banks. If disabled, user will only be able to view and link to course question banks. Enables the Manage Question Banks link on the Quizzes Index Page. + this_permission_does_not_affect_the_ability_to_man_f6aa3f8a: This permission does not affect the ability to manage course level question banks in Quizzes. Instead, Manage Question Banks is dependent on the Assignments and Quizzes - add / edit / delete permission. For full management of course question banks, this permission and Assignments and Quizzes - add / edit / delete must both be enabled. + allows_user_to_view_student_quiz_logs_e1c4491: Allows user to view student quiz logs. + grades_edit_must_also_be_enabled_c025f45d: Grades - edit must also be enabled. + the_quiz_log_auditing_feature_option_must_be_enabl_77bf321e: The Quiz Log Auditing feature option must be enabled in Course Settings. + allows_user_to_create_edit_and_delete_rubrics_1c0acc08: Allows user to create, edit, and delete rubrics. + if_this_permission_is_disabled_users_can_still_cre_76a2d4b8: If this permission is disabled, users can still create or add rubrics to assignments if Assignments and Quizzes - add / edit / delete is enabled. + allows_user_to_create_edit_and_delete_course_rubri_92b58f29: Allows user to create, edit, and delete course rubrics in the Rubrics link. + governs_account_related_sis_ids_i_e_subaccount_sis_b7dd0954: Governs account-related SIS IDs (i.e., subaccount SIS ID). + allows_user_to_view_a_course_s_sis_id_5c4a4c50: Allows user to view a course’s SIS ID. + allows_user_to_view_the_sis_id_in_a_user_s_login_d_71e0922b: Allows user to view the SIS ID in a user’s login details. + allows_user_to_view_user_sis_ids_in_a_course_peopl_fc145ade: Allows user to view user SIS IDs in a course People page. + allows_user_to_view_the_user_sis_id_column_in_the__265cb234: Allows user to view the user SIS ID column in the Quiz Item Analysis CSV file. + account_and_subaccount_40c6430: Account and Subaccount + users_and_terms_are_located_at_the_account_so_the__6896b895: Users and terms are located at the account, so the SIS endpoint always confirms the user’s permissions according to account. Subaccounts only have ownership of courses and sections; they do not own user data. Subaccount admins are not able to view SIS information unless they are also granted an instructor role in a course. Subaccount admins cannot view SIS information without the course association, as the instructor role has permission to read SIS data at the account level. + to_view_a_user_s_login_details_users_view_list_and_6d42118b: To view a user’s login details, Users - view list and Modify login details for users must also both be enabled. + to_view_the_list_of_users_in_the_course_users_view_bc0462e3: To view the list of users in the course, Users - view list must also be enabled. To add users via SIS ID, Users - add/remove students from courses and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. + to_manage_sis_data_sis_data_manage_must_be_enabled_a92ce831: To manage SIS data, SIS Data - manage must be enabled. If SIS Data - manage is enabled and SIS Data - read is disabled, the account permission overrides the course permission. If SIS Data - manage is disabled and SIS Data - read is enabled, users can only view course, user, and subaccount SIS IDs. To disallow users from viewing any SIS IDs at the course level, SIS Data - manage and SIS Data - read must both be disabled. + allows_user_to_view_course_sis_id_3a1818a5: Allows user to view course SIS ID. + allows_user_to_view_user_sis_ids_68a9d218: Allows user to view user SIS IDs. + to_view_the_list_of_users_in_the_course_users_view_96d03136: To view the list of users in the course, Users - view list must also be enabled. To add users via SIS ID, Users - add/remove students from courses​ - and or Users - add/remove teachers, course designers, or TAs from courses ​ to the course must also be enabled. + allows_user_to_create_collaborations_allows_user_t_eff2a175: Allows user to create collaborations. Allows user to view, edit, and delete collaborations they created. + to_allow_view_edit_delete_functionality_of_collabo_ad4bd343: To allow view edit delete functionality of collaborations created by other users, Course Content - add / edit / delete must also be enabled. If Course Content - add / edit / delete is enabled and Student Collaborations - create is disabled, the user will not be able to create new collaborations but will be able to view edit delete all collaborations. To add students to a collaboration, Users - view list must also be enabled. To add a course group to a collaboration, Group view all student groups must also be enabled. + allows_user_to_create_collaborations_allows_user_t_96f8c3be: Allows user to create collaborations. Allows user to view, edit, and delete conferences they created. + to_allow_view_edit_and_delete_functionality_of_col_47c4821d: To allow view, edit, and delete functionality of collaborations created by other users, Course Content - add / edit / delete must also be enabled. If Course Content - add / edit / delete is enabled and Student Collaborations - create is disabled, the user will not be able to create new collaborations but will be able to view, edit, and delete all collaborations. To add students to a collaboration, Users - view list must also be enabled. To add a course group to a collaboration, Groups - add / edit / delete must also be enabled. + allows_user_to_generate_a_pairing_code_on_behalf_o_9ea9bb0a: Allows user to generate a pairing code on behalf of a student to share with an observer. + to_generate_a_pairing_code_from_a_student_s_user_s_3dccb574: To generate a pairing code from a student's User Settings page, the User - act as permission must also be enabled. To generate a pairing code from a student's User Details page, the Users - add/remove students from courses permission must also be enabled. + to_generate_a_pairing_code_from_a_student_s_user_d_28a10a61: To generate a pairing code from a student's User Details page, the Users - add/remove students in courses permission must also be enabled. + courses_account_72e4fca7: Courses (Account) + allows_user_to_add_students_to_a_course_from_the_a_3b752dd2: Allows user to add students to a course from the account Courses page. + allows_user_to_add_and_remove_students_allows_user_6b31aafc: Allows user to add and remove students. Allows user to add and remove observers. Allows user to view login ID information for students. Allows user to view prior enrollments. Allows user to access a user’s settings menu and user details. Allows user to edit a student’s section or role. Allows user to resend course invitations from the Course People page. + if_the_open_registration_account_setting_is_enable_f3b9a75f: If the Open Registration account setting is enabled, users with this permission can add students or observers to a course via email address or login ID even if the student or observer does not already have a Canvas account. + to_access_the_account_courses_page_courses_view_li_e1da6165: To access the account Courses page, Courses - view list must be enabled. + to_view_the_list_of_users_in_the_course_users_view_79e1eb45: To view the list of users in the course, Users - view list must be enabled. To view SIS IDs, SIS Data - read must be enabled. To add a user to a course via SIS ID, SIS Data - manage must also be enabled. To edit a student's section and course role, Users - view list and Conversations - send messages to individual course members must also be enabled. To unenroll users the user details page, View the list of courses and See the list of users must also be enabled. Allows user to resend course invitations from the Course People page. If the Open Registration account setting is enabled, users with this permission can add students to a course from the Course People page via email addresses if the user does not already have a Canvas account. To link an observer to a student, Users - manage login details and Conversations - send to individual course members must be enabled. + allows_user_to_add_and_remove_students_to_the_cour_bb69582a: Allows user to add and remove students to the course. Allows user to add and remove observers to the course. Allows user to view login ID information for students. Allows user to view prior enrollments. Allows user to access a user’s settings menu and user details. Allows user to conclude or delete enrollments on a student’s details page. Allows user to resend course invitations. + to_access_the_people_page_users_view_list_must_be__1e9e5d75: To access the People Page, Users - view list must be enabled. If the Open Registration account setting is enabled, users with this permission can add students to a course via email address if the user does not already have a Canvas account. To view SIS IDs, SIS Data - read must be enabled. To add a user to a course via SIS ID, SIS Data - manage must also be enabled. To edit a student’s section, Users - view list and Conversations - send messages to individual course members must also be enabled. To link an observer to a student, Conversations - send messages to individual course members must also be enabled. + allows_user_to_add_teachers_course_designers_or_ta_a7fdaceb: Allows user to add teachers, course designers, or TAs to a course from the account Courses page. + allows_user_to_add_and_remove_other_teachers_cours_b69ba1cd: Allows user to add and remove other teachers, course designers, or TAs. Allows user to add and remove observers. Allows user to view login ID information for teachers, designers, and TAs. Allows user to view user details for any user. Allows user to edit a user’s section or role. + to_view_the_list_of_users_in_the_course_users_view_34c164ea: To view the list of users in the course, Users - view list must be enabled. To view SIS IDs, SIS Data - read must be enabled. To add a user to a course via SIS ID, SIS Data - manage must also be enabled. To edit a teacher or TA's section, Conversations - send messages to individual course members must also be enabled. To link an observer to a student, Conversations - send messages to individual course members must also be enabled. + allows_user_to_add_and_remove_other_teachers_cours_bff27199: Allows user to add and remove other teachers, course designers, or TAs. Allows user to add and remove observers to the course. Allows user to view login ID information for teachers, designers, and TAs. Allows user to view settings menu for teachers, course designers, TAs, and observers. Allows user to view user details for teachers, course designers, and TAs. Allows user to limit students to only view fellow section members. + to_view_the_list_of_users_in_the_course_users_view_c44bdef0: To view the list of users in the course, Users - view list must be enabled. To view SIS IDs, SIS Data - read must be enabled. To edit a teacher or TAs section, Users - view list and Conversations - send messages to individual course members must also be enabled. To link an observer to a student, Conversations - send messages to individual course members must also be enabled. + allows_user_to_access_the_users_link_in_account_na_d77e46de: Allows user to access the Users link in Account Navigation. + allows_user_to_view_login_logout_activity_of_users_e4ff7ca: Allows user to view login/logout activity of users in Admin Tools. Allows user to search grade change logs by grader or student in Admin Tools. (Not available at the subaccount level.) + allows_user_to_differentiate_assignments_to_indivi_37f701a5: Allows user to differentiate assignments to individual students. + allows_user_to_view_and_add_users_in_a_collaborati_9ec3c68b: Allows user to view and add users in a collaboration. + allows_user_to_send_a_message_in_conversations_wit_d48abf1a: Allows user to send a message in Conversations without selecting a course. + allows_user_to_view_the_people_link_in_course_navi_58b38f5d: Allows user to view the People link in Course Navigation. + groups_course_c73e4c2c: Groups (Course) + allows_user_to_view_groups_in_a_course_8a95805b: Allows user to view groups in a course. + allows_user_to_view_list_of_users_in_the_account_1802ad42: Allows user to view list of users in the account. + allows_user_to_view_list_of_users_in_the_course_pe_bc91c8fb: Allows user to view list of users in the course People page. Allows user to view the Prior Enrollments button in the course People page. + to_view_account_level_groups_groups_add_edit_delet_bf12e984: To view account-level groups, Groups - add / edit / delete must also be enabled. + to_generate_login_logout_activity_in_admin_tools_u_253c565b: To generate login/logout activity in Admin Tools, Users - manage login details or Statistics - view must also be enabled.To generate grade change logs in Admin Tools, Grades - view change logs must also be enabled. + to_add_users_to_a_course_users_add_remove_students_a47d4331: To add users to a course, Users - add/remove students from courses - and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. + to_edit_user_details_modify_login_details_or_chang_800e894d: To edit user details, modify login details, or change user passwords, Users - manage login details must also be enabled. To view user page views, Statistics - view must also be enabled. To act as other users, Users - act as must also be enabled. + to_edit_a_student_s_section_users_add_remove_stude_73beca5c: To edit a student’s section, Users - add/remove students from courses and Send messages to individual course members must also be enabled. To edit a teacher, TA, or course designer’s section, Users - add/remove teachers, course designers, or TAs from courses to the course and Conversations - send messages to individual course members must also be enabled. + navigation_allows_user_to_view_the_people_link_in__dd533d29: Navigation Allows user to view the People link in Course Navigation. + allows_user_to_view_enrollments_on_the_sections_ta_6279a03e: Allows user to view enrollments on the Sections tab. + to_send_a_message_to_an_individual_user_conversati_8d86a0da: To send a message to an individual user, Conversations - send messages to individual course members must also be enabled. + to_add_edit_or_delete_groups_groups_add_edit_delet_b826f547: To add, edit, or delete groups, Groups - add / edit / delete must also be enabled. + to_add_users_to_a_course_users_add_remove_students_1c4d63d7: To add users to a course, Users - add/remove students from courses and or Users - add/remove teachers, course designers, or TAs from courses must also be enabled. To edit a student’s section, Conversations - send messages to individual course members and Users - add/remove students from courses must also both be enabled. To edit a teacher, course designer, or TAs section, Conversations - send messages to individual course members and Users - add/remove teachers, course designers, or TAs from courses must also both be enabled. + people_account_course_97b2bbb6: People (Account, Course) + allows_user_to_search_for_other_users_by_login_id__3edb3702: Allows user to search for other users by Login ID in the account People page. + to_access_the_people_page_users_view_list_must_be__92f4e2ca: To access the People page, Users - view list must be enabled. If this permission is enabled, and if Users - view primary email address is disabled, users will see email addresses used as login IDs. To view login IDs, Users - add/remove students in courses and Users - add/remove teachers, course designers, or TAs in courses must also be enabled. + allows_user_to_search_for_other_users_by_login_id__2b0bd8c9: Allows user to search for other users by Login ID in the course People page. + allows_user_to_search_for_account_users_via_primar_14b7d977: Allows user to search for account users via primary email address in the account People page. Allows user to search for other users via primary email address in a course People page. + to_view_the_account_people_page_users_view_list_mu_f44cef80: To view the account People page, Users - view list must be enabled. If this permission is disabled, and Users - view login IDs is enabled, users will still see email addresses used as login IDs. + allows_user_to_search_for_other_users_via_primary__c95888c8: Allows user to search for other users via primary email addresses in the People page. + to_access_the_people_page_users_view_list_must_be__dcfc7c3b: To access the People page, Users - view list must be enabled. If this permission is disabled, and Users - view login IDs is enabled, users will still see email addresses used as login IDs. + allows_user_to_create_new_conferences_allows_user__89cebec2: Allows user to create new conferences. Allows user to start conferences they created. + to_allow_full_management_of_conferences_created_by_bece5de: To allow full management of conferences created by the user or others, the Course Content permission must also be enabled. To end a long-running conference, the Course Content permission must be enabled. If the Course Content permission enabled and Web Conferences - create is disabled, the user can still manage conferences. This permission controls the user’s ability to create conferences in courses and groups. + there_was_an_error_generating_the_pairing_code_9edd639b: There was an error generating the pairing code + share_the_following_pairing_code_with_an_observer__44f50f99: |- + Share the following pairing code with an observer to allow + them to connect with %{name}. This code will expire in seven days, + or after one use. + share_the_following_pairing_code_with_an_observer__9b7c3667: |- + Share the following pairing code with an observer to allow + them to connect with you. This code will expire in seven days, + or after one use. + pair_with_observer_b1541895: Pair with Observer + generating_pairing_code_d480ccf4: Generating pairing code + generating_pairing_code_251b7fc8: Generating pairing code... + learn_more_about_the_differences_a1217479: Learn more about the differences. + new_quizzes_dbda7e0a: New Quizzes + classic_quizzes_dee3c7b7: Classic Quizzes + this_has_more_question_types_like_hotspot_categori_620e9df6: |- + This has more question types like hotspot, + categorization, matching, and ordering. It also has + more moderation and accommodation features. + for_the_time_being_if_you_need_security_from_3rd_p_95f5c0d4: |- + For the time being, if you need security from + 3rd-party tools, Speedgrader, or CSVs for student + response analysis, this is the better choice. + canvas_now_has_two_quiz_engines_please_choose_whic_4aa9821: |- + Canvas now has two quiz engines. Please choose which + you'd like to use. + choose_a_quiz_engine_8820d521: Choose a Quiz Engine + student_extensions_d35a907: Student Extensions + add_bank: + default_name: No Name + load_bank: + loading_banks: Loading banks... + error_loading_banks: Error loading banks + add_additional_comments_ec34a62f: Add Additional Comments + _2d4c0d31: "…" + saved_comments_2f6ba95: Saved Comments + select_from_saved_comments_dd398cd4: Select from saved comments + threshold_pts_45f0e5d8: 'threshold: %{pts}' + possible_pts_b63dff4c: "%{possible} pts" + points_possible_720fc8fd: "%{points} / %{possible}" + invalid_score_3d247da7: Invalid score + cannot_give_outcomes_extra_credit_696208f0: Cannot give outcomes extra credit + change_mastery_f4d43c07: Change mastery + change_description_34c49853: Change description + change_points_9e5104ac: Change points + delete_proficiency_rating_5436ee08: Delete proficiency rating + an_error_occurred_while_loading_account_proficienc_d38554c8: An error occurred while loading account proficiency ratings + an_error_occurred_while_loading_account_proficienc_c7d6568b: 'An error occurred while loading account proficiency ratings: %{m}' + added_new_proficiency_rating_e30cab8a: Added new proficiency rating + proficiency_rating_deleted_77827473: Proficiency Rating deleted + account_proficiency_ratings_saved_292d9239: Account proficiency ratings saved + an_error_occurred_while_saving_account_proficiency_43e7fb6a: An error occurred while saving account proficiency ratings + missing_required_description_99a99ff: Missing required description + invalid_points_8e929c3f: Invalid points + negative_points_fda45730: Negative points + points_must_be_less_than_previous_rating_bc627bec: Points must be less than previous rating + customize_learning_mastery_ratings_4ace142a: Customize Learning Mastery Ratings + set_up_how_your_proficiency_ratings_appear_inside__8139bb81: "\n Set up how your Proficiency Ratings appear inside of Learning Mastery Gradebook.\n Adjust number of ratings, mastery level, points, and colors.\n " + proficiency_ratings_2bbabdcd: Proficiency ratings + mastery_7ec348b5: Mastery + proficiency_rating_6346119f: Proficiency Rating + add_proficiency_rating_d819f6b8: Add proficiency rating + save_learning_mastery_82889d8b: Save Learning Mastery + points_to_endofrangepoints_pts_aad207f0: "%{points} to >%{endOfRangePoints} pts" + this_rating_is_selected_ca68fce6: This rating is selected + rating_selected_85c31e4c: Rating selected + no_details_1ee29870: No details + total_points_total_f41b2cff: 'Total Points: %{total}' + total_points_total_out_of_possible_9056fdb4: 'Total Points: %{total} out of %{possible}' + criteria_9fac648: Criteria + ratings_2433172b: Ratings + pts_51d69f4a: Pts + criterion_5f0b62f8: Criterion + new_criterion_6054bc7f: New Criterion + find_outcome_746cc57e: Find Outcome + account_rubrics_40c190a8: Account Rubrics + brick_f2656265: Brick + red_8258edf3: Red + magenta_4a65993c: Magenta + purple_7678a9fc: Purple + deep_purple_bb3e2907: Deep Purple + indigo_2035fc55: Indigo + blue_daf8fea9: Blue + light_blue_5374f600: Light Blue + cyan_c1d5f68a: Cyan + teal_f729a294: Teal + green_15af4778: Green + olive_6a3e4d6b: Olive + pumpkin_904428d5: Pumpkin + orange_81386a62: Orange + pink_68ad45cb: Pink + could_not_save_chosencolor_741b74ce: Could not save '%{chosenColor}' + chosencolor_is_not_a_valid_color_5d542cc: "'%{chosenColor}' is not a valid color." + select_course_color_cad8e62b: Select Course Color + select_a_predefined_color_c77ab2f5: Select a predefined color. + enter_a_hexcode_here_to_use_a_custom_color_51ecccce: Enter a hexcode here to use a custom color. + launch_external_tool_672c0409: Launch External Tool + please_let_them_know_which_page_you_were_viewing_a_c9816406: Please let them know which page you were viewing and the link you clicked on. + broken_file_link_found_in_your_course_7cc24395: Broken file link found in your course + this_most_likely_happened_because_you_imported_cou_a78ea880: This most likely happened because you imported course content without its associated files. + this_student_wrote_f1a3f22d: 'This student wrote:' + be_a_hero_and_ask_your_instructor_to_fix_this_link_4981930c: Be a hero and ask your instructor to fix this link. + your_message_has_been_sent_thank_you_e0284316: Your message has been sent. Thank you! + an_error_occurred_making_a_network_request_d1bda348: An error occurred making a network request + flickr_displays_safesearch_images_within_the_creat_48835f79: |- + Flickr displays SafeSearch images within the Creative Commons Public Domain. + However, safe search results are not guaranteed, as some images may not include a + specified safety level by their owners. + search_flickr_6f28b02e: Search flickr + count_images_found_for_term_a93635ed: "%{count} images found for %{term}" + no_results_found_for_searchterm_7ee9b03e: No results found for %{searchTerm} + artist_info_for_username_for_description_12d5d862: Artist info for %{userName} for %{description} + users_of_screen_readers_may_need_to_turn_off_the_v_98811cd: Users of screen readers may need to turn off the virtual cursor in order to use these keyboard shortcuts + press_the_esc_key_to_close_this_modal_14d10601: Press the esc key to close this modal + this_file_16b24f02: this file + an_error_occurred_changing_the_lock_state_for_file_77443f15: An error occurred changing the lock state for "%{fileName}" + this_file_9443cda1: This file + filename_is_locked_click_to_modify_bf711763: "%{fileName} is Locked - Click to modify" + filename_is_unlocked_click_to_modify_99e847be: "%{fileName} is Unlocked - Click to modify" + please_provide_a_field_e5a7d0b3: Please provide a %{field} + subject_must_contain_fewer_than_255_characters_2e72cd02: Subject must contain fewer than 255 characters. + your_message_was_sent_977f6583: Your message was sent! + we_re_sending_your_message_d586da: We're sending your message... + there_was_a_problem_sending_your_message_22b249a5: There was a problem sending your message. + body_9f663faf: Body + editing_permissions_for_name_3503e235: 'Editing permissions for: %{name}' + filename_is_restricted_click_to_modify_c0bb77f8: "%{fileName} is %{restricted} - Click to modify" + filename_is_not_visible_in_student_files_click_to__aa2a0651: "%{fileName} is not visible in student files - Click to modify" + filename_is_published_click_to_modify_38a4a269: "%{fileName} is Published - Click to modify" + filename_is_unpublished_click_to_modify_7e731102: "%{fileName} is Unpublished - Click to modify" + filename_is_restricted_9aaf9250: "%{fileName} is %{restricted}" + section_added_83879254: "%{section} added" + section_removed_2ac72a79: "%{section} removed" + a_section_is_required_64103992: A section is required + post_to_961f8937: Post to + remove_label_11d96b8f: Remove %{label} + name_count_users_ccc93c3d: "%{name} (%{count} Users)" + count_sections_466dcd5c: + one: 1 Section + other: "%{count} Sections" + count_users_374d6e47: "(%{count} Users)" + speedgrader_tm_44688790: SpeedGrader™ + select_one_8e0af564: Select One + loading_media_32847745: Loading Media + add_cc_subtitle_a9ef4a66: Add CC/Subtitle + drag_a_file_here_39357b48: Drag a File Here + record_7c9448b: Record + embed_828fac4a: Embed + upload_media_ce31135a: Upload Media + clear_selected_file_82388e50: Clear selected file + embed_video_code_703e10f2: Embed Video Code + error_uploading_video_audio_recording_16d9730a: Error uploading video/audio recording + cc_subtitles_a0d16ff6: CC/Subtitles + language_6b3e2c7c: Language + subtitle_ee60ca78: Subtitle + add_subtitle_9f660cc: Add Subtitle + choose_file_8d89ccab: Choose File + select_language_7c93a900: Select Language + media_record_not_available_f78c16dd: Media record not available + afrikaans_da0fe6ee: Afrikaans + albanian_21ed929e: Albanian + arabic_c5c87acd: Arabic + belarusian_b2f19c76: Belarusian + bulgarian_feccab7e: Bulgarian + catalan_16f6b78f: Catalan + chinese_111d37f6: Chinese + chinese_simplified_7f0bd370: Chinese Simplified + chinese_traditional_8a7f759d: Chinese Traditional + croatian_d713d655: Croatian + czech_9aa2cbe4: Czech + danish_c18cdac8: Danish + dutch_6d05cee5: Dutch + english_c60612e2: English + estonian_5e8e2fa4: Estonian + filipino_33339264: Filipino + finnish_4df2923d: Finnish + french_33881544: French + galician_7e4508b5: Galician + german_3ec99bbb: German + greek_65c5b3f7: Greek + haitian_creole_7eb4195b: Haitian Creole + hebrew_88fbf778: Hebrew + hindi_9bcd4b34: Hindi + hungarian_fc7d30c9: Hungarian + icelandic_9d6d35de: Icelandic + indonesian_5f6accd6: Indonesian + irish_567e109f: Irish + italian_bd3c792d: Italian + japanese_b5721ca7: Japanese + korean_da812d9: Korean + latvian_2bbb6aab: Latvian + lithuanian_5adcbe24: Lithuanian + macedonian_6ed541af: Macedonian + malay_f5dddce4: Malay + maltese_916925e8: Maltese + norwegian_53f391ec: Norwegian + persian_a8cadb95: Persian + polish_4cf2ecaf: Polish + portuguese_9c212cf4: Portuguese + romanian_13670c1e: Romanian + russian_1e3e197: Russian + serbian_7187f1f2: Serbian + slovak_69f48e1b: Slovak + slovenian_30ae5208: Slovenian + spanish_de9de5d6: Spanish + swahili_5caeb4ba: Swahili + swedish_59a593ca: Swedish + tagalog_74906db7: Tagalog + thai_8f9bc548: Thai + turkish_5b69578b: Turkish + ukrainian_945b00b7: Ukrainian + vietnamese_e7a76583: Vietnamese + welsh_42ab94b1: Welsh + yiddish_f96986df: Yiddish + delayed_until_58b7af4b: 'Delayed until:' + posted_on_e1010e1e: 'Posted on:' + reply_389d6fb9: Reply + allow_comments_a1f45d8: Allow Comments + disallow_comments_6d04b47a: Disallow Comments + allow_comments_for_title_7ac9e00: Allow comments for %{title} + disallow_comments_for_title_21f9c653: Disallow comments for %{title} + loading_options_c823e98b: Loading options... + list_collapsed_5f19f5bb: List Collapsed + option_selected_737b6f72: 'Option selected:' + list_collapsed_9ac35920: List collapsed. + count_options_loaded_cd59cc3b: "%{count} options loaded." + type_to_search_de63ad38: Type to search + list_expanded_efec2d0: List expanded. + list_collapsed_dde87718: List collapsed + option_selected_list_collapsed_70a356b4: "%{option} selected. List collapsed." + no_results_3cda4e72: No Results + enter_at_least_count_characters_1c7a0b36: Enter at least %{count} characters + send_to_a879095e: 'Send to:' + filter_conversations_by_type_1ce8c064: Filter conversations by type + username_saved_successfully_they_should_receive_an_877e31e: "*%{userName}* saved successfully! They should receive an email confirmation shortly." + username_saved_successfully_9303974f: "*%{userName}* saved successfully!" + full_name_23fdfb6d: Full Name + this_name_will_be_used_by_teachers_for_grading_9b6aa8a0: This name will be used by teachers for grading. + full_name_is_required_8efbdc84: Full name is required + display_name_b80c243e: Display Name + people_will_see_this_name_in_discussions_messages__fca9ebb2: People will see this name in discussions, messages and comments. + sortable_name_73f707cf: Sortable Name + this_name_appears_in_sorted_lists_dccbd84b: This name appears in sorted lists. + login_handle_is_required_90ab7fe0: "%{login_handle} is required" + email_the_user_about_this_account_creation_e63f8759: Email the user about this account creation + default_email_9efb7fbd: Default Email + time_zone_f56f5183: Time Zone + edit_user_details_4d7b63ff: Edit User Details + add_user_e73e8e50: Add User + sorry_something_broke_91c15918: Sorry, Something Broke + what_happened_322d8259: What happened? + email_address_optional_72795076: Email Address (Optional) + help_us_improve_by_telling_us_what_happened_d6392f18: Help us improve by telling us what happened + report_issue_b5f1db0e: Report Issue + comment_failed_to_post_please_try_again_later_e2d19a0a: Comment failed to post! Please try again later. + comment_submitted_d9934b: Comment submitted! + immersive_reader_failed_to_load_bc8d4dd4: Immersive Reader Failed to Load + immersive_reader_7b87538: Immersive Reader + page_page_59070cd8: Page %{page} + common_timezones_2b00baba: Common Timezones + all_timezones_5e8afa7b: All Timezones + unreadcount_unread_replies_509e167f: "%{unreadCount} unread replies" + totalcount_total_replies_b6988c0a: "%{totalCount} total replies" + error_in_mastery_paths_range_index_7d17ddac: "%{error} in mastery paths range %{index}" + multiple_ba5220cd: Multiple + upper_lower_56cad16c: "%{upper} - %{lower}" + points_bceb5005: points + percent_448ea947: percent + letter_grade_f00fedc4: letter grade + gpa_scale_6710e2ee: GPA scale + other_ddacb37d: other + score_pts_adcb1af3: "%{score} pts" + select_a_course_4710371f: Select a Course + select_a_module_optional_7edb5cb0: Select a Module (optional) + starting_copy_operation_cc46d911: Starting copy operation + copy_operation_started_successfully_b2f236a1: Copy operation started successfully + there_was_a_problem_starting_the_copy_operation_dd599cdd: There was a problem starting the copy operation + starting_content_share_2d8c2999: Starting content share + content_share_started_successfully_2c37fb79: Content share started successfully + error_starting_content_share_18fb1532: Error starting content share + remove_name_624e06be: Remove %{name} + loading_additional_items_ed5f672d: Loading additional items... + select_one_b647b384: Select one + item_select_fe0f320a: Item Select + place_title_2c183274: Place "%{title}" + place_b128fa94: Place + position_select_c2dd3980: Position Select + yyyy_mm_dd_hh_mm_a01b6081: YYYY-MM-DD hh:mm + other_1c6d9c79: Other + wiki_6603e81b: Wiki + _5a374287: "..." + load_more_results_460f49a9: Load more results + failed_retrieving_media_source_3f0cfd49: Failed retrieving media source + course_files_a31f97fc: Course files + group_files_82e5dcdb: Group files + my_files_2f621040: My files + something_went_wrong_d238c551: Something went wrong + success_file_uploaded_8174e93f: 'Success: File uploaded' + file_upload_failed_af22dd91: File upload failed + upload_not_available_for_this_folder_8f8623c6: Upload not available for this folder + file_uploading_56c9c0c8: File uploading + loading_folders_d8b5869e: Loading folders + available_folders_694d0436: Available folders + folder_tree_fbab0726: Folder tree + renderDatepickerTime: + datepicker: + titles: + hour: hr + minute: min + am_pm: am/pm + canvas_failed_to_initiate_the_upload_8e3824d5: Canvas failed to initiate the upload. + unable_to_transmit_file_to_the_storage_service_the_2d80b29e: Unable to transmit file to the storage service. The service may be down or you may need to re-login to Canvas. + canvas_failed_to_complete_the_upload_864a4c0f: Canvas failed to complete the upload. + unknown_event_7a0bcda3: Unknown event + assignment_created_b3ee04d7: Assignment created + assignment_unmuted_2cffe4ca: Assignment unmuted + assignment_updated_c7482598: Assignment updated + docviewer_area_created_37502a31: Docviewer area created + docviewer_area_deleted_6e56d3ba: Docviewer area deleted + docviewer_area_updated_43f60b7e: Docviewer area updated + docviewer_comment_created_1dc99da5: Docviewer comment created + docviewer_comment_deleted_44cf642e: Docviewer comment deleted + docviewer_comment_updated_696fbcea: Docviewer comment updated + docviewer_free_draw_created_727f26aa: Docviewer free draw created + docviewer_free_draw_deleted_2b79df21: Docviewer free draw deleted + docviewer_free_draw_updated_6d907e5: Docviewer free draw updated + docviewer_free_text_created_1b9c8cf9: Docviewer free text created + docviewer_free_text_deleted_429a7572: Docviewer free text deleted + docviewer_free_text_updated_6f3aadb6: Docviewer free text updated + docviewer_highlight_created_337a5ced: Docviewer highlight created + docviewer_highlight_deleted_6a7ca566: Docviewer highlight deleted + docviewer_highlight_updated_47dc7da2: Docviewer highlight updated + docviewer_point_created_ade65993: Docviewer point created + docviewer_point_deleted_f4e0a018: Docviewer point deleted + docviewer_point_updated_d94078dc: Docviewer point updated + docviewer_strikeout_created_84cccd3b: Docviewer strikeout created + docviewer_strikeout_deleted_ddca34b0: Docviewer strikeout deleted + docviewer_strikeout_updated_f06aec74: Docviewer strikeout updated + grader_count_set_to_count_24f05b53: Grader count set to %{count} + grader_names_visible_to_final_grader_turned_on_7f768b67: Grader names visible to final grader turned on + grader_names_visible_to_final_grader_turned_off_e2fb0c8b: Grader names visible to final grader turned off + graders_anonymous_to_graders_turned_on_6ccf213f: Graders anonymous to graders turned on + graders_anonymous_to_graders_turned_off_e017d355: Graders anonymous to graders turned off + grader_comments_visible_to_graders_turned_on_dca303c7: Grader comments visible to graders turned on + grader_comments_visible_to_graders_turned_off_d2af5e9d: Grader comments visible to graders turned off + grades_posted_c5d8dcce: Grades posted + provisional_grade_created_13f5c392: Provisional grade created + provisional_grade_selected_416db903: Provisional grade selected + provisional_grade_updated_6753e2dd: Provisional grade updated + provisional_grade_deleted_4af33a19: Provisional grade deleted + rubric_created_64980593: Rubric created + rubric_deleted_3d9efc18: Rubric deleted + rubric_updated_103e24dc: Rubric updated + anonymous_turned_on_fe56f997: Anonymous turned on + anonymous_turned_off_8118a0b: Anonymous turned off + submission_comment_created_f9375ca2: Submission comment created + submission_comment_deleted_a031a529: Submission comment deleted + submission_comment_updated_8d917ded: Submission comment updated + submission_updated_8897f3b7: Submission updated + administrator_f325c186: Administrator + final_grader_1693103c: Final Grader + unknown_role_cbe9a089: Unknown Role + name_quiz_15f55961: "%{name} (Quiz)" + name_lti_tool_b61eb0af: "%{name} (LTI Tool)" + name_user_e44eebed: "%{name} User" + unknown_user_1113fcaa: Unknown User + unknown_external_tool_c918e9b2: Unknown External Tool + unknown_quiz_3892d071: Unknown Quiz + assessment_audit_d4a76709: Assessment audit + anonymous_on_c5fa120d: Anonymous On + partially_anonymous_483a892d: Partially Anonymous + anonymous_off_7985fcaf: Anonymous Off + score_pointspossible_bd57ea9e: "%{score}/%{pointsPossible}" + anonymous_was_never_turned_on_e5e8aeda: Anonymous was never turned on + as_of_a036fa2e: As of + posted_to_student_861beec9: Posted to student + action_was_not_anonymous_b5262db1: Action was not anonymous + anonymous_was_turned_off_300d25ec: Anonymous was turned off + creatorname_performed_actions_while_anonymous_was__c2124eca: "%{creatorName} performed actions while anonymous was off" + toggle_tooltip_d3b7cb86: Toggle tooltip + assessment_audit_events_for_creatorname_56e84e8: Assessment audit events for %{creatorName} + monthandday_starting_at_time_769b12c8: "%{monthAndDay} starting at %{time}" + assessment_audit_tray_5dd11721: Assessment audit tray + loading_assessment_audit_trail_5cf4c10: Loading assessment audit trail + the_group_groupname_was_selected_because_the_stude_bcf7ba7c: The group "%{groupName}" was selected because the student you requested is not in the previously-selected group. You can change the selected group in the Gradebook. + the_group_groupname_was_selected_because_the_previ_e080c168: The group "%{groupName}" was selected because the previously-selected group contains no students. You can change the selected group in the Gradebook. + the_group_groupname_was_automatically_selected_bec_450689f: The group "%{groupName}" was automatically selected because no group was previously chosen. You can change the selected group in the Gradebook. + the_selected_group_was_cleared_because_the_student_656e4f1c: The selected group was cleared because the student you requested is not part of any groups. You can select a group in the Gradebook. + post_or_hide_grades_2d1d7815: Post or Hide Grades + all_grades_posted_d5b8cb68: All Grades Posted + no_grades_to_post_fc148c1b: No Grades to Post + all_grades_hidden_84409b76: All Grades Hidden + no_grades_to_hide_2072bbd: No Grades to Hide + out_of_pointspossible_c163105a: out of %{pointsPossible} + how_is_the_grade_determined_bb75bf53: How Is the Grade Determined? + select_a_provisional_grade_7106e3d5: Select a provisional grade + hide_details_df9ef4a2: Hide Details + show_details_194cf390: Show Details + speedgrader_settings_4195099b: SpeedGrader Settings + moderation_page_4061aa2b: Moderation Page + enter_a_valid_date_46d77547: Enter a valid date + failed_to_change_last_attended_date_1e340ba6: Failed To Change Last Attended Date + last_day_attended_b72d623c: Last day attended + loading_last_attended_date_5a42463: Loading last attended date + set_last_attended_date_8fb30092: Set Last Attended Date + value_is_not_a_valid_date_23c2d0a2: "%{value} is not a valid date" + theme_52404e51: Theme + create_theme_based_on_40651ed3: Create theme based on + default_template_f2a759ed: Default Template + default_templates_are_used_as_starting_points_for__f06f9e33: Default templates are used as starting points for new themes and cannot be deleted. + templates_4ca13d07: Templates + my_themes_b72217b8: My Themes + you_need_to_preview_changes_before_saving_85e60232: You need to "Preview Changes" before saving + there_are_no_unsaved_changes_9276e87c: There are no unsaved changes + save_theme_f706116e: Save theme + save_theme_36c73e6a: Save Theme + theme_name_68f46e09: Theme Name + pick_a_name_to_save_this_theme_as_9773cb1a: Pick a name to save this theme as + open_in_theme_editor_156028e2: Open in Theme Editor + this_is_your_current_theme_4331709b: This is your current theme + edit_this_theme_in_theme_editor_f8f07ac9: Edit this theme in Theme Editor + delete_theme_bdb70d25: Delete theme + delete_theme_918a7f24: Delete Theme? + delete_themename_8c4223a3: Delete %{themeName}? + current_theme_62e5e8cf: Current theme + multiple_are_marked_current_theme_because_the_same_3bdebbe1: Multiple are marked "Current theme" because the same values have been saved under multiple names—i.e., they're each the same as what's currently applied + you_are_about_to_lose_any_unsaved_changes_would_yo_e255f393: |- + You are about to lose any unsaved changes. + + Would you still like to proceed? + an_error_occurred_trying_to_generate_this_theme_pl_b493e2e9: An error occurred trying to generate this theme, please try again. + this_will_apply_this_theme_to_your_entire_account__4cfabbe5: This will apply this theme to your entire account. Would you like to proceed? + an_error_occurred_trying_to_apply_this_theme_pleas_253d0996: An error occurred trying to apply this theme, please try again. + apply_theme_7af08387: Apply theme + exit_d0c7b013: Exit + you_need_to_preview_changes_before_you_can_apply_t_212d1cca: You need to "Preview Changes" before you can apply this to your account + you_need_to_save_before_applying_to_this_account_7436a5ae: You need to "Save" before applying to this account + applying_please_be_patient_f7b5f244: Applying, please be patient + you_will_not_be_able_to_preview_your_changes_f7b868fb: You will not be able to preview your changes + to_preview_theme_editor_branding_you_will_need_to__462dda1a: To preview Theme Editor branding, you will need to *turn off High Contrast UI*. + preview_your_changes_373557d8: Preview Your Changes + clear_2084585f: Clear + reset_95a81614: Reset + view_file_8a1c62e5: View File + select_image_e1696a4d: Select Image + unknown_account_74d30b82: Unknown Account + account_name_13ed649: "%{account_name}" + progress_for_account_name_ef203250: Progress for %{account_name} + generating_preview_45b53be0: Generating preview... + applying_new_styles_to_subaccounts_e8aeeef2: Applying new styles to subaccounts + percent_complete_3a7edc20: "%{percent} complete" + changes_will_still_apply_if_you_leave_this_page_935cedc6: Changes will still apply if you leave this page. + before_implementing_custom_css_or_javascript_pleas_65423572: Before implementing custom CSS or Javascript, please refer to *our documentation*. + file_s_will_be_included_on_all_pages_in_the_canvas_80569935: File(s) will be included on all pages in the Canvas desktop application. + css_file_709e6a83: CSS file + javascript_file_fc27c32b: JavaScript file + file_s_will_be_included_when_user_content_is_displ_5e1fa73d: File(s) will be included when user content is displayed within the Canvas iOS or Android apps, and in third-party apps built on our API. + mobile_app_css_file_abbf06bd: Mobile app CSS file + mobile_app_javascript_file_faea55d5: Mobile app JavaScript file + dashboard: + announcements_expand: + one: Expand %{count} announcement + other: Expand %{count} announcements + announcements_collapse: + one: Collapse %{count} announcement + other: Collapse %{count} announcements + conversations_expand: + one: Expand %{count} conversation message + other: Expand %{count} conversation messages + conversations_collapse: + one: Collapse %{count} conversation message + other: Collapse %{count} conversation messages + assignments_expand: + one: Expand %{count} assignment notification + other: Expand %{count} assignment notifications + assignments_collapse: + one: Collapse %{count} assignment notification + other: Collapse %{count} assignment notifications + discussions_expand: + one: Expand %{count} discussion + other: Expand %{count} discussions + discussions_collapse: + one: Collapse %{count} discussion + other: Collapse %{count} discussions + confirm: + close: |- + Are you sure you want to end this conference? + + You will not be able to reopen it. + show_more_link: + show_less: Show Less + show_more: Show More + you_may_not_reproduce_or_communicate_any_of_the_co_7636b552: |- + You may not reproduce or communicate any of the content on + this course, including files exported from this course without the prior written + permission of your institution. Check with your institution for specific online + user agreement guidelines. + an_error_occurred_please_try_again_later_84223241: An error occurred. Please try again later. + this_may_take_a_bit_c061d0f6: this may take a bit... + the_download_process_has_started_this_can_take_awh_7e616db1: |- + The download process has started. This + can take awhile for large courses. You can leave the + page and you'll get a notification when the download + is complete. + no_exports_to_display_7f1b630b: No exports to display + package_export_from_d6e2b073: Package export from + export_failed_5d615d6d: Export failed + most_recent_export_7282b756: Most recent export + sorted_descending_84ec84c8: sorted descending. + col_is_sorted_descending_1cef74aa: "%{col} is sorted descending." + sorted_ascending_3138603c: sorted ascending. + col_is_sorted_ascending_cc5152cc: "%{col} is sorted ascending" + click_to_sort_c81ff8c8: Click to sort. + analytics_account_name_filter_name_c0fb1a7b: 'Analytics: %{account_name} -- %{filter_name}' + on_time_17ca5ad9: On Time + good_284a7a8f: Good + fair_38e62237: Fair + poor_1150a0f8: Poor + analytics_course_code_student_name_d63bab4c: 'Analytics: %{course_code} -- %{student_name}' + actions_taken_6fb20fd0: Actions Taken + percent_of_students_scoring_1239d948: Percent of Students Scoring + performance_ac5f9e70: Performance + median_ed291842: Median + 25th_75th_ile_406a67bf: 25th-75th %ile + instructor_messages_a4c28674: Instructor Messages + student_messages_b0a242d: Student Messages + due_at_5d7d2fa: Due At + submitted_at_4d5ea3aa: Submitted At + announcements_17c6a6bf: announcements + assignments_989ed7fb: assignments + collaborations_9132b987: collaborations + conferences_2634179c: conferences + discussions_2365ec45: discussions + files_2c1c604: files + general_eb111f34: general + grades_a1b2bf3c: grades + groups_6b3ce75c: groups + pages_24806328: pages + quizzes_b1e4b6cb: quizzes + count_page_views_b40102b3: + one: 1 page view + other: "%{count} page views" + start_date_end_date_d809dd93: "%{start_date} - %{end_date}" + percent_of_students_scored_score_53d2c4d5: "%{percent} of students scored %{score}" + note_some_items_fall_outside_the_start_and_or_end__feab0642: 'Note: some items fall outside the start and/or end dates of the course' + due_datetime_f5a81b81: 'Due: %{dateTime}' + no_due_date_6e6a23c1: "(no due date)" + submitted_datetime_fa2e9287: 'Submitted: %{dateTime}' + score_muted_82eef66: 'Score: (muted)' + due_multiple_dates_cc0ee3f5: 'Due: Multiple Dates' + due_date_6a281fe3: 'Due: %{date}' + missing_percent_94534638: 'Missing: %{percent}' + late_percent_b91d01b3: 'Late: %{percent}' + on_time_percent_eebffe38: 'On Time: %{percent}' + high_score_47924c1a: 'High: %{score}' + median_score_4657e907: 'Median: %{score}' + low_score_4eeb95b2: 'Low: %{score}' + possible_score_5e0a328e: 'Possible: %{score}' + muted_283cfa0f: "(muted)" + count_participations_ac8f82b7: + one: 1 participation + other: "%{count} participations" + student_921b864d: student + instructors_4b491a07: instructors + count_messages_4f8ff204: + one: 1 message + other: "%{count} messages" + goto_previous_page_85b2fa49: Goto previous page + goto_first_page_650f1638: Goto first page + goto_next_page_e8e1ae6f: Goto next page + goto_last_page_405adce9: Goto last page + goto_page_page_num_bd656bd5: Goto page %{page_num} + manage_snapshots_modal_b0517bb6: Manage Snapshots Modal + manage_snapshots_1dc4b79d: Manage Snapshots + snapshots_are_backups_of_your_canvas_trial_taking__f18bd571: Snapshots are backups of your Canvas trial. Taking a snapshot will create a unique "version", making a perfect record of the state of your trial at the moment of the snapshot. + take_a_snapshot_now_5b622d85: Take a Snapshot Now + previous_snapshots_d8cd4820: Previous Snapshots + click_on_a_snapshot_to_revert_back_to_your_trial_a_39250fdb: 'Click on a snapshot to revert back to your trial as it was when the snapshot was taken. Note: You will lose any work you have done since the snapshot was taken and it cannot be undone!' + switch_to_ea940b5b: 'Switch to:' + snapshots_6e1806b4: Snapshots + authentication_provider_2ba1abfa: Authentication Provider + delete_name_81c1b5b2: Delete %{name} + add_domain_lookup_825f9eb7: Add Domain Lookup + failed_to_create_domain_lookup_4d40fa17: Failed to create domain lookup + create_a_new_domain_lookup_1830a512: Create a new domain lookup + create_lookup_7ceb6d90: Create Lookup + are_you_sure_you_want_to_delete_this_domain_lookup_f7d8bbba: Are you sure you want to delete this domain lookup? + failed_to_delete_domain_lookup_7e73d3e7: Failed to delete domain lookup + failed_to_update_domain_lookup_b2437cf7: Failed to update domain lookup + update_name_6581781d: Update %{name} + update_domain_account_lookup_9c89440d: Update Domain Account Lookup + bulk_migration: + confirm: + delete_credential: Are you sure you want to remove these credentials? + cancel_migration: Are you sure you want to cancel this migration? All courses already in progress will finish. + messages: + uploading_button: Uploading CSV File... + buttons: + migrate_courses: Migrate Courses + errors: + upload_failed: Upload Failed, please try again + are_you_sure_you_want_to_delete_domain_domain_c9b4b5f5: Are you sure you want to delete domain %{domain}? + assignment_details_dialog: + grading_statistics_for_assignment: 'Grade statistics for: %{assignment.name}' + no_one_scored_lower: No one scored lower than %{min} + scores_lower_than_the_average: Scores lower than the average of %{average} + scores_higher_than_the_average: Scores higher than the average of %{average} + no_one_scored_higher: No one scored higher than %{max} + average_score: 'Average Score:' + high_score: 'High Score:' + low_score: 'Low Score:' + total_graded_submissions: 'Total Graded Submissions:' + count_of_submissions: "%{cnt} submissions" + assignment_group_weights_dialog: + titles: + assignment_group_weights: Manage assignment group weighting + total: Total + weight_final: Weight final grade based on groups + buttons: + save: Save + curve_grades_dialog: + curve_grade_for_assignment: Curve Grade for %{assignment.name} + curve_average: Enter an average grade for the curve for *%{assignment.name}*. The chart shows a best attempt at curving the grades based on current student scores. + average_score: Average Score + labels: + assign_blanks: Assign zeroes to unsubmitted students + this_is_permanent: Grade curving cannot be undone. Pre-curved grade histories will be available, but the curving action is irreversible. + buttons: + curving_grades: Curving Grades... + curve_grades: Curve Grades + out_of_formattedoutof_e08e90d5: out of %{formattedOutOf} + dialog_form_wrapper: + cancel: Cancel + saving: Saving... + save_settings: Save Settings + new_discussion_dae4fae3: New Discussion + add_attachment_93868828: Add Attachment + delay_posting_this_topic_until_aa483eec: Delay posting this topic until + allow_users_to_comment_45b8f753: Allow users to comment + add_to_student_to_do_58e66b4b: Add to student to-do + discussion_topic_will_be_available_starting_at_46aa7477: Discussion Topic will be available starting at + discussion_topic_will_be_available_until_f5e3abc8: Discussion Topic will be available until + if_you_change_an_assignment_s_points_possible_you__25a0edad: If you change an assignment's points possible you must regrade the assignment. + observing_f3c5e759: Observing + students_being_observed_4de3e520: Students Being Observed + tool_content_2924d18f: Tool content + find_flickr_image_view: + safesearch_warning_flickr: Flickr displays SafeSearch images within the Creative Commons Public Domain. However, safe search results are not guaranteed, as some images may not include a specified safety level by their owners. + find_cc_on_flickr: Find Creative Commons images on Flickr + search: Search + grade_display_warning_dialog: + grade_display_warning: + warning: Warning + checkbox: Don't show for this course again. + keyboard_nav_dialog: + esc_key_notification: Press the escape key before using keyboard shortcuts when navigating the gradebook grid. + record_media_6637ff19: Record Media + this_recorder_uses_flash_as_a_result_you_may_find__427d2ddb: This recorder uses Flash. As a result, you may find it easier to make a recording on your local machine, and then use the media uploader tab to upload it. + record_with_webcam_af21e07c: Record with Webcam + record_with_microphone_only_e4ee07aa: Record with Microphone Only + saving_recording_e111cb05: Saving Recording... + title_52b8638d: 'Title:' + select_audio_file_7d905cce: Select Audio File + select_video_file_35b61d4e: Select Video File + submit_media_file_f334c1ba: Submit Media File + paginated_view: + loading_more_results: Loading more results + set_default_grade_dialog: + dialog_title: Default grade for %{assignment.name} + overwrite: Overwrite already-entered grades + set_grades_button_loading: Setting Grades... + set_grades_button: Set Default Grade + give_all_students_the_same_percent_grade_for_assig_6a008004: 'Give all students the same *percent* grade for **%{assignment.name}** by entering and submitting a grade value below:' + give_all_students_the_same_grade_for_assignment_na_e44fcc7e: 'Give all students the same grade for *%{assignment.name}* by entering and submitting a grade value below:' + submission_details_dialog: + grade_form_label: 'Grade:' + update_grade: Update Grade + more_details_in_the_speedgrader: More details in the SpeedGrader + this_was_submitted_multiple_times_choose_a_submission_to_view: 'Submitted multiple times, choose which to view:' + late: LATE + submitted: 'Submitted:' + view_rubric_assessment_in_the_speedgrader: View Rubric Assessment in the SpeedGrader + loading_comments: Loading comments... + comments: Comments + links: + click_to_view: click here to view + add_a_comment: Add a comment + labels: + group_comment: Send comment to the whole group + post_comment: Post Comment + out_of_n_assignment_points_possible_3b026ea9: out of %{n_assignment.points_possible} + submission_detail: + go_to_submission_url: Go to submission URL + submitted_files: 'Submitted files:' + no_submission: No submission + turnitin_info: + buttons: + resubmit_to_turnitin: Resubmit + vericite_info: + buttons: + resubmit_to_vericite: Resubmit to VeriCite + restore_courses_182e162e: Restore Courses + search_for_a_deleted_course_by_id_f553398d: Search for a deleted course by ID + course_id_8bd2a21c: Course ID + user_login_logout_activity_90fbbd9a: User Login / Logout Activity + view_notifications_6aea09a2: View Notifications + to_view_all_notifications_sent_to_a_canvas_user_se_6172daa: To view all notifications sent to a Canvas user, select the user and date range for your search. + notifications_search_results_80a0b06f: Notifications Search Results + course_activity_bfe11267: Course Activity + grade_change_activity_75fb525: Grade Change Activity + assignment_id_b040cee0: Assignment Id + ex_ba24edf6: EX + select_a_log_type_to_search_247fc6b4: Select a log type to search. + limit_search_to_activity_after_c1ac2449: Limit search to activity after + limit_search_to_activity_before_e05aad05: Limit search to activity before + avatar_8a8aa935: Avatar + imported_from_posttosisname_f7cc9258: Imported from %{postToSISName} + n_groupweight_percentage_of_total_2ae4d996: "%{n_groupWeight_percentage} of Total" + add_assignment_to_name_caf173b0: Add Assignment to %{name} + manage_name_7f55f792: Manage %{name} + move_assignment_contents_245c61bb: Move Assignment Contents + move_contents_29713356: Move Contents… + move_assignment_group_46e09fc3: Move Assignment Group + move_group_77ae285d: Move Group… + group_weight_for_d46c5db4: 'Group weight for:' + making_a_copy_of_originalassignmentname_b7268992: Making a copy of "%{originalAssignmentName}" + oops_something_went_wrong_with_making_a_copy_of_or_7e9d6695: Oops! Something went wrong with making a copy of "%{originalAssignmentName}" + retry_duplicating_originalassignmentname_884aee1: Retry duplicating "%{originalAssignmentName}" + cancel_duplicating_originalassignmentname_fd7ee1d8: Cancel duplicating "%{originalAssignmentName}" + migrating_name_e05aa53e: Migrating "%{name}" + oops_something_went_wrong_with_migrating_name_acdbc98b: Oops! Something went wrong with migrating "%{name}" + retry_migrating_name_bdc802ef: Retry migrating "%{name}" + cancel_migrating_name_cfc745c2: Cancel migrating "%{name}" + importing_name_8f2b131d: Importing "%{name}" + oops_something_went_wrong_importing_name_d382cac1: Oops! Something went wrong importing "%{name}" + cancel_importing_name_a0b6f3e1: Cancel importing "%{name}" + multiple_modules_930713d4: Multiple Modules + n_pointspossible_points_possible_1d098245: "%{n_pointsPossible} Points Possible" + n_pointspossible_pts_73274d36: "%{n_pointsPossible} pts" + no_points_possible_368669d: No Points Possible + edit_mastery_paths_for_name_c9fc59f9: Edit Mastery Paths for %{name} + released_by_mastery_path_cyoe_releasedlabel_14c67a92: 'Released by Mastery Path: %{cyoe.releasedLabel}' + settings_for_assignment_name_c19565e1: Settings for Assignment %{name} + edit_assignment_name_a8f7fae1: Edit Assignment %{name} + you_do_not_have_permissions_to_edit_this_moderated_3195294f: You do not have permissions to edit this moderated assignment + duplicate_assignment_name_3ca7d753: Duplicate Assignment %{name} + move_assignment_name_aa253f26: Move Assignment %{name} + move_to_9b91c6e0: Move To… + edit_assignment_name_mastery_paths_40b50541: Edit Assignment %{name} Mastery Paths + delete_assignment_name_deec56e3: Delete Assignment %{name} + send_assignment_name_to_another_user_e2ca494d: Send Assignment %{name} to another user + copy_assignment_name_to_another_course_b62d0a54: Copy Assignment %{name} to another course + assignment_group_weights_can_t_be_edited_because_t_b6b591ae: Assignment group weights can't be edited because there are assignments in one of the groups whose due dates are closed. + weight_final_grade_based_on_assignment_groups_3124161: Weight final grade based on assignment groups + are_you_sure_you_want_to_disable_sync_to_sisname_f_f24245c1: Are you sure you want to disable Sync to %{sisName} for all assignments? + disabling_f594bda: Disabling... + due_at_5e18eeac: 'Due At:' + sync_to_posttosisname_9837a8bf: 'Sync to %{postToSISName}:' + assignment_group_weights_and_drop_rules_can_t_be_e_7b5f305d: Assignment group weights and drop rules can't be edited because there are assignments in one of the groups whose due dates are closed. + number_of_scores_to_ignore_for_each_student_fb94e818: Number of scores to ignore for each student + new_assignment_2a984756: New Assignment + manage_assignment_31a132fb: Manage Assignment + some_settings_have_been_administratively_locked_9e3ee880: Some settings have been administratively locked. + some_settings_have_been_disabled_because_the_assig_6b6cc3b4: Some settings have been disabled because the assignment is in a closed grading period. + if_you_change_an_assignment_s_points_possible_you__dba531cb: If you change an assignment's points possible, you must regrade any submissions. + do_not_count_this_assignment_towards_the_final_gra_4dd92e00: Do not count this assignment towards the final grade + sync_to_posttosisname_dffd5c9: Sync to %{postToSISName} + include_this_assignment_s_grades_when_syncing_to_y_55bfa487: Include this assignment's grades when syncing to your school's Student Information System + graders_cannot_view_student_names_2e8d3ff9: Graders cannot view student names + graders_cannot_view_each_other_s_names_b1fa7899: Graders cannot view each other's names + anonymize_all_annotations_made_by_instructors_on_s_5540bc09: Anonymize all annotations made by instructors on submissions for this assignment in DocViewer + i_agree_to_the_tool_s_end_user_license_agreement_1ba71197: I agree to the tool's *End-User License Agreement.* + select_a_group_category_295f7a34: Select a group category + new_group_category_66be9cbd: New Group Category + warning_for_improved_accessibility_of_reordering_a_5d0206c7: 'Warning: for improved accessibility of reordering assignments and groups, please use the Move To Dialog option found in the menu.' + select_a_grading_period_aab25483: Select a Grading Period + add_another_assignment_fc5c908f: Add another assignment + add_an_assignment_fb73942e: Add an assignment + assign_reviews_on_date_7e48ec50: Assign Reviews on Date + not_yet_graded_40475341: Not Yet Graded + online_submission_type_text_entry_ac56d100: Online Submission Type - Text Entry + online_submission_type_website_url_2c9df33d: Online Submission Type - Website URL + online_submission_type_media_recordings_9424bf34: Online Submission Type - Media Recordings + online_submission_type_file_uploads_24910d74: Online Submission Type - File Uploads + online_submission_type_file_uploads_restrict_uploa_5ec7b263: Online Submission Type - File Uploads - Restrict Upload File Types + enter_or_find_an_external_tool_url_6aebbd0d: Enter or find an External Tool URL + all_day_fb42c4fc: All Day + starts_at_29843f98: Starts at + ends_at_9a62b528: Ends at + not_completed_55fb4c00: Not Completed + calendar_contextinfo_name_a7d98525: Calendar %{contextInfo.name} + open_event_menu_for_783510e3: Open event menu for + message_groups_who_1ba736f: Message Groups Who... + title_appointment_group_you_can_sign_up_for_this_1c254712: "*%{title} appointment group* You can **sign up** for this." + open_name_color_picker_a2646a33: Open %{name} Color Picker + course_section_name_ea880ed1: Course Section %{name} + divide_into_equal_slots_of_num_minutes_minutes_go_52caee81: Divide into equal slots of %{num_minutes} minutes. *Go* + limit_each_time_slot_to_num_participants_groups_us_14ec4d65: Limit each time slot to %{num_participants} *groups.* **users.** + allow_students_to_see_who_has_signed_up_for_time_s_7eb1d0ef: Allow students to see who has signed up for time slots that are still available. + limit_participants_to_attend_num_appointments_appo_dd3fd62f: Limit participants to attend %{num_appointments} appointment(s). + limit_this_slot_to_input_type_number_name_max_part_1580add0: Limit this slot to %{input_type_number_name_max_parti} groups. + limit_this_slot_to_input_type_number_name_max_part_8344547a: Limit this slot to %{input_type_number_name_max_parti} users. + due_on_date_5ffb2182: Due on date + publish_aa888e3c: 'Publish:' + event_date_f05219e7: 'Event Date:' + event_start_time_441b491f: Event Start Time + event_end_time_ef830e66: Event End Time + event_date_c9459fe3: Event Date + every_665d821e: Every + week_s_cb1492ee: Week(s) + month_s_5c17590e: Month(s) + for_974cbb84: For + additional_occurrence_s_7b5b0173: additional occurrence(s) + appends_a_number_to_the_end_of_each_event_title_e__bca98abd: Appends a number to the end of each event title (e.g. Event 1, Event 2, etc) + to_do_date_ddfb582c: 'To Do Date:' + to_do_time_a7e17623: To Do Time + details_a6f427c3: 'Details:' + n_contextscount_more_2f708db4: "+ %{n_contextsCount} more" + remove_attendee_name_55165070: Remove attendee %{name} + group_details_e51122f1: Group Details + not_all_sections_will_be_assigned_this_item_4e2b8eaa: Not all sections will be assigned this item. + would_you_like_to_go_back_to_include_1d279044: 'Would you like to go back to include:' + go_back_ed239e69: Go Back + the_scheduler_tool_lets_you_set_up_time_slots_that_233345b1: The scheduler tool lets you set up time slots that students (or student groups) can sign up for. To get started, click the button below. + change_points_possible_to_match_rubric_dialog: + titles: + update_assignment_points: Change assignment points to match rubric? + prompts: + update_assignment_points: Leaving the assignment's total points at %{assignmentPoints} and the rubric's total points at %{rubricPoints} will result in a maximum possible score of %{toPercentage_pointRatio} for student submissions graded with the rubric. + remove_all_group_observer_members_af5675f3: Remove All Group Observer Members + remove_all_course_observer_members_4622c70d: Remove All Course Observer Members + pick_the_date_and_time_for_the_following_conferenc_e9f91edd: 'Pick the date and time for the following conference setting:' + content_import_files_cannot_be_downloaded_after_en_7e3a2099: Content import files cannot be downloaded after %{ENV.CONTENT_MIGRATIONS_EXPIRE_DA} days. + download_attachment_filename_8cc17629: Download %{attachment.filename} + file_not_available_1869c733: file not available + importing_course_content_into_the_same_course_will_b09c69e: Importing course content into the same course will duplicate content the first time and overwrite duplicates if repeated. + beginning_date_2d2a29ac: Beginning date + change_beginning_date_to_39dbd06e: Change beginning date to + ending_date_e1ea13a4: Ending date + change_ending_date_to_d2cebd54: Change ending date to + checked_883b93fd: checked + remove_recipient_name_a6b83cef: Remove recipient %{name} + more_courses_5ebbe998: More Courses + concluded_courses_94782e21: Concluded Courses + no_subject_970aad80: No subject + total_messages_af025be6: Total messages + starred_no_subject_click_to_unstar_bff04bce: Starred "(No subject)", Click to unstar. + not_starred_no_subject_click_to_star_adfefe93: '''Not starred "(No Subject)", Click to star.' + open_message_d7b12975: Open Message + reply_to_conversation_subject_4b2e6fe7: Reply to conversation %{subject} + reply_to_conversation_f1aa0d4: Reply to conversation + message_actions_for_conversation_subject_fdb54c88: Message actions for conversation %{subject} + message_actions_for_conversation_d29b26cc: Message actions for conversation + reply_to_conversation_text_cd45c48f: Reply to conversation %{text} + message_actions_for_text_27eead86: Message actions for %{text} + this_attachment_has_been_unpublished_by_the_author_37bff9c3: This attachment has been unpublished by the author. + calendar_event_89aadc1c: Calendar Event + due_by_c263dc10: due by + to_do_6ac7b2dc: 'to do:' + to_link_the_course_observer_name_to_a_student_star_f993c826: To link the course observer *%{name}* to a student, start typing the student's name below to find them and then click Update. + this_user_has_multiple_roles_in_the_course_changin_8cbd82d4: This user has multiple roles in the course. Changing their role here will overwrite all of their current enrollments. + role_7c0b7eaa: 'Role:' + add_group_set_f9809e11: Add Group Set + edit_role_1e96ad20: Edit Role + re_activate_user_f7d77c9a: Re-activate User + deactivate_user_86c09036: Deactivate User + you_cannot_remove_this_enrollment_c87be1cb: You cannot remove this enrollment. + remove_user_from_section_5556f465: Remove User from Section + id_id_4e148481: 'ID: %{id}' + key_api_key_68bf80ae: 'Key: *%{api_key}*' + created_6ee36dff: 'Created:' + edit_key_name_5c7d2f46: Edit key %{name} + developer_key: + edit_key: Edit this key + activate_key_name_a99df672: Activate key %{name} + activate_this_key_6cd98f4b: Activate this key + deactivate_this_key_3e79a2b5: Deactivate this key + developer_key_form: + key_name: 'Key Name:' + owner_email: 'Owner Email:' + redirect_uri: 'Redirect URI (Legacy):' + redirect_uris: 'Redirect URIs:' + vendor_code: 'Vendor Code (LTI 2):' + icon_url: 'Icon URL:' + notes: 'Notes:' + cancel: Cancel + save_key: Save Key + edit_disabled_e6a5ea0a: Edit (Disabled) + delete_disabled_3196ce47: Delete (Disabled) + reply_to_comment_72d96728: Reply to Comment + reply_to_title_f227303f: Reply to %{title} + feature_flags: + feature_flag: + toggle_feature_details_screenreader_info: Toggle feature details for %{title} + 'off': 'Off' + allow: Allow + 'on': 'On' + estimated_release: 'Estimated Release:' + no_description: no description + release_notes: release notes + feature_flag_admin_view: + feature_options: Feature Options + no_features_available: No features are currently available. + title_is_on_2b72a9b7: "%{title} is on" + title_is_off_6c823e2d: "%{title} is off" + enable_feature_title_987d8e9a: 'Enable feature: %{title}' + expand_collapse_title_outcome_group_student_meets__46ffef48: Expand/collapse %{title} Outcome Group, student meets mastery of %{mastery_count} of %{count} outcomes + outcome_title_has_a_status_of_statustooltip_82d1e6d9: 'Outcome: %{title} has a status of %{statusTooltip}' + n_count_alignments_a45bebe7: "*%{n_count}* Alignments" + click_for_more_details_on_this_outcome_8c018d2f: click for more details on this outcome + gradebook: + gradebook_header_menu: + assignment_details: Assignment Details + speedgrader: SpeedGrader + message_students_who: Message Students Who... + set_default_grade: Set Default Grade + curve_grades: Curve Grades + download_submissions: Download Submissions + re_upload_submissions: Re-Upload Submissions + column_header: + this_assignment_is_muted: This assignment is muted + zero_point_assignment: Assignments in this group have no points possible and cannot be included in grade calculation + assignment_options: Assignment Options + header_filter: + course_average: Course average + course_median: Course median + outcome_gradebook: + toggle_sidebar: Toggle Sidebar + row_student_name: + student_placeholder: Student + section_to_show_menu: + showing_sections: Showing *%{currentSection}* + choose_a_section_to_show: Choose a section to show + showing_course: Showing Course + total_column_header: + options: Options + switch_to_percent: Switch to percent + switch_to_points: Switch to points + move_to_end: Move to end + move_to_front: Move to front + hide_outcomes_with_no_results_7e4ce06f: Hide outcomes with no results + hide_students_with_no_results_6a22f991: Hide students with no results + export_report_7c5899e: Export report + this_user_is_currently_not_able_to_access_the_cour_b17d5df1: '"This user is currently not able to access the course"' + gradezilla: + header_filter: + course_average: Course average + course_median: Course median + outcome_gradebook: + toggle_sidebar: Toggle Sidebar + warning_you_are_about_to_adjust_this_group_s_membe_a04281b6: Warning! You are about to adjust this group's membership. *This change will affect existing group submissions, annotations, and comments and result in data loss for BOTH this group and the student's previous group.*** To prevent unintended consequences with existing group submissions, create a new group set for future assignments. ** + create_new_group_set_13b1f62a: Create New Group Set + change_existing_group_2c91a32b: Change Existing Group + group_set_name_2aed2347: Group Set Name + require_group_members_to_be_in_the_same_section_7f6c36af: Require group members to be in the same section + add_group_c84f9e9d: Add Group + module_navigation_97043417: Module Navigation + jquery: + module_sequence_footer: + previous: Previous + next: Next + recipients_a69b5e55: 'Recipients:' + sent_f4ee89ec: Sent! + you_have_changed_the_progression_requirements_for__6772bc89: You have changed the progression requirements for an active course. There may be students who have already progressed to this module and to others that depend on it. + would_you_like_to_let_students_continue_in_the_cou_a4c36171: Would you like to let students continue in the course or do you want to re-lock these modules until the new requirements are completed? + mute_dialog: + mute_assignment: Mute Assignment + sure_you_want_to_mute: 'Are you sure you want to mute this assignment? While this assignment is muted, students will not receive new notifications about or be able to see:' + see_grade: Their grade for the assignment + grade_change_notifications: Grade change notifications + submission_comments: Submission comments + curving_assignments: Curving assignments + score_change_notifications: Score change notifications + students_will_see: Students will be able to see that this assignment is muted. + how_to_unmute: Once you have muted this assignment, you can begin sending notifications again by clicking the "Unmute Assignment" link. + 1_item_scores_5512cd03: 1- Item scores + example_item_scores_6726c689: Example item scores + 2_final_score_7b0fd15e: 2- Final score + example_final_score_355aff0f: Example final score + the_most_recent_scores_for_user_current_user_name__ea82f0b6: The most recent scores for user %{current_user_name} and outcome %{outcome_name}. + add_a_new_outcome_cbdbe96c: Add a New Outcome + add_a_new_outcome_group_e3fab2fc: Add a New Outcome Group + import_a_set_of_outcomes_6b782192: Import a set of Outcomes + find_an_outcome_919328e6: Find an Outcome + manage_rubrics_5d274f6a: Manage Rubrics + outcomes_are_created_here_to_track_mastery_in_a_co_2f487549: Outcomes are created here to track mastery in a course. To get started, checkout the menu bar along the top. Click on the New Outcome button to create a new outcome, or the New Group button to create a new group to organize your outcomes into. The Find button will allow you to use outcomes that have been created by your state or institution. As you create and use outcomes you will be able to use the panel to the left to navigate through your outcomes. You can drag and drop outcomes between the different levels to create structure. + in_order_to_import_a_large_quantity_of_outcomes_at_c0d587e3: In order to import a large quantity of Outcomes at once, or to update your existing outcomes, please *follow the CSV format*. + more_importantly_canvas_allows_you_to_add_outcomes_78822cf: More importantly, Canvas allows you to add outcomes to your grading rubrics so that you can evaluate mastery as you grade assignments. Once you've set up outcomes, click Manage Rubrics to start using your outcomes for grading. + you_have_no_outcomes_click_here_to_create_one_ebf262a3: You have no outcomes. *Click here* to create one. + total_points_44d76792: Total Points + n_points_precision_2_strip_insig_points_60ad6f21: "%{n_points_precision_2_strip_insig} Points" + n_points_possible_precision_2_st_points_bc3748df: "%{n_points_possible_precision_2_st} Points" + mastery_n_mastery_points_precision_2_str_points_e0ed1b3b: 'Mastery: %{n_mastery_points_precision_2_str} Points' + this_outcome_has_been_used_to_assess_a_student_and_a3a48511: This outcome has been used to assess a student and some edits will affect student results. + move_outcome_ce497e6c: Move Outcome + edit_outcome_867a0381: Edit Outcome + delete_outcome_cc6546f1: Delete Outcome + new_outcome_7fba8c7d: New Outcome + move_outcome_group_cfa1a505: Move Outcome Group + edit_outcome_group_f82e0210: Edit Outcome Group + delete_outcome_group_6b399d34: Delete Outcome Group + new_outcome_group_af59f145: New Outcome Group + no_score_yet_c94e919b: No score yet + latest_assessment_a85280ef: Latest Assessment + not_available_until_next_submission_2175158: Not available until next submission + current_mastery_score_score_out_of_mastery_points_fedd343f: 'Current Mastery Score: %{score} out of %{mastery_points}' + paginated_collection: + no_items: No items. + link_title_189888b7: Link Title + link_url_cf96376: Link Url + upload_a_picture_9f5f6e3c: Upload a Picture + take_a_picture_d582acf1: Take a Picture + from_gravatar_58372d5a: From Gravatar + profiles: + gravatar_view: + enter_gravatar_email_below: enter your *Gravatar* email address below + button: + preview: Preview + notification_preferences: + captions: + notification_preferences: "%{name} notification events and settings" + notifications: + privacy_notice: + privacy_notice_title: Privacy Notice + privacy_notice: 'Notice: Some notifications may contain confidential information. Selecting to receive notifications at an email other than your institution provided address may result in sending sensitive Canvas course and group information outside of the institutional system.' + ok: Ok + take_picture_view: + retry: Retry + take_picture: Take Picture + upload_file_view: + crop_instructions: To crop the image, drag the selection with the mouse or use the arrow keys to move the selection and shift+arrow keys to resize the selection. Then click the "Save" button below. + choose_a_picture: choose a picture + quiz: + regrade: + regrade_options: Choose a regrade option for students who have already taken the quiz. Canvas will regrade all your submissions after you save the quiz (students' scores MAY be affected). + regrade_disabled: Regrading is not allowed on this question because either an answer was removed or the question type was changed after a student completed a submission. + no_scores_reduced: Award points for both corrected and previously correct answers (*no scores will be reduced*) + some_scores_reduced: Only award points for the correct answer (*some students' scores may be reduced*) + give_everyone_full_credit: Give everyone full credit for this question + update_question_without_regrading: Update question without regrading + add_quiz_cebfa28b: Add Quiz + quiz_settings_4e17f005: Quiz Settings + view_question_banks_188a9e0f: View Question Banks + making_a_copy_of_original_assignment_name_8f029a9b: Making a copy of "%{original_assignment_name}" + oops_something_went_wrong_with_making_a_copy_of_or_22787360: Oops! Something went wrong with making a copy of "%{original_assignment_name}" + retry_duplicating_original_assignment_name_90b83bb8: Retry duplicating "%{original_assignment_name}" + cancel_duplicating_original_assignment_name_e974c534: Cancel duplicating "%{original_assignment_name}" + edit_mastery_paths_for_title_label_41d81451: Edit Mastery Paths for %{title_label} + options_for_title_label_17f821ff: Options for %{title_label} + duplicate_quiz_name_79fdcb3e: Duplicate Quiz %{name} + migrate_quiz_5d0f777: Migrate Quiz + migrate_67c9f753: Migrate + send_quiz_to_user_e8c47177: Send Quiz to User + send_to_7881bf0e: Send to... + copy_quiz_to_course_74f9c8c1: Copy Quiz to Course + copy_to_a5396a6f: Copy to... + re_upload_submissions_form: + reupload_submission_files: Re-Upload Submission Files + upload_info: If you made changes to the student submission files you downloaded before, just zip them back up and upload the zip with the form below. Students will see the modified files in their comments for the submission. + upload_warning: Make sure you don't change the names of the submission files so we can recognize them. + buttons: + upload: Upload Files + recent_student: + last_logged_in: last logged in %{last_login} + your_name_7665e1d8: Your Name + your_email_b5364bee: Your Email + child_s_username_dde3aa9: Child's Username + you_will_be_redirected_to_a_login_page_where_you_w_fc8df402: You will be redirected to a Login page where you will need to log in with your child's credentials. + start_participating_f0c75256: Start Participating + student_viewed_document_9065adb8: Student Viewed Document + submission_index_e960f9bf: Submission %{index} + late_bd436902: LATE + missing_eaddacbd: MISSING + tinymce: + insert_update_image_view: + image_source: Image Source + url: URL + canvas: Canvas + flickr: Flickr + image_url_field_label: Image URL + attributes: Attributes + alt_text: Alt text + alt_help_text: Describe the image to improve accessibility + quiz_warning: 'Note: This label can be viewed by students taking the quiz.' + dimensions: Dimensions + image_width: Image Width + image_height: Image Height + dimension_help_text: Aspect ratio will be preserved + decorative_image_3c28aa7d: Decorative Image + indicates_the_image_is_for_decorative_purposes_onl_82064b55: Indicates the image is for decorative purposes only and should not be read by screenreaders + widget: + upload_media_track_form: + upload_media_track_info: "*Instructions:* Follow these three steps to create a subtitle file for your video, then upload it here. If you already have an SRT subtitle file you can skip to step 3." + upload_media_track_form_step1_label: 'Step 1:' + upload_media_track_form_description_1: 'Copy this video url:' + upload_media_track_form_step2_label: 'Step 2:' + upload_media_track_form_description_2: Create a subtitle file by clicking this link and following the instructions. + media_track_form_button: Go to subtitle creation tool + upload_media_track_form_step3_label: 'Step 3:' + upload_media_track_form_description: Once you have a subtitle track in either the SRT or *WebVTT* format, you can upload it here. + upload_media_track_form_description_3: Upload a subtitle track in either the SRT or *WebVTT* format. + error_message: "*Error:* You must choose a language and a valid track file." + language: Language + choose_a_language: "--Choose a Language--" + file: File + can_edit_this_page_role_selection_6ccec3c7: Can edit this page role selection + allow_in_mastery_paths_5332c786: Allow in mastery paths + pages_settings_968392a3: Pages Settings + master_lock_590266b6: Master Lock + remove_as_front_page_2698aa12: Remove as Front Page + use_as_front_page_274a488b: Use as Front Page + send_page_to_another_user_6ef5a7c1: Send page to another user + copy_page_to_another_course_405cc07c: Copy page to another course + screenreader_gradebook: + assignment_information: + actions: + assignment_is_muted: Muted? + set_default_grade: Set default grade + curve_grades: Curve Grades + details: + submission_types: 'Submission types:' + graded_sub_count: 'Graded submissions:' + points_possible: Points possible + avg_score: Average Score + high_score: High Score + low_score: Low Score + no_points: No points possible + index: + assignment_info: Assignment Information + assignment_in_speedgrader: See this assignment in speedgrader + empty_assignment_selection: Select an assignment to view additional information here. + components: + final_grade: + final_grade: 'Final Grade:' + content_selection: + assignment: + select_assignment: Select an assignment + header: + content_selection: Content Selection + outcome: + select_outcome: Select an outcome + student: + select_student: Select a student + grading: + grading: Grading + submission_hidden: This assignment is not available to this student and will not be included in their grade. + is_dropped: This grade is currently dropped for this student. + was_resubmitted: This assignment has been resubmitted since it was graded last. + submission_details: Submission Details + empty_submission_selection: Select a student and an assignment to view and edit grades. + header: + gradebook_individual_view: 'Gradebook: Individual View' + save_instructions: 'Note: Grades and notes will be saved automatically after moving out of the field.' + switch_to_gradebook: Switch to Default Gradebook + learning_mastery: + select_a_section: Select a section + hide_student_names_label: Hide Student Names + download_results: Download Results (.csv) + select_student: Select a student + result: Result + result_for: 'Result for:' + empty_submission_selection: Select a student and an outcome to view results. + student_info: Student Information + results_loading: Results for this student are still loading... + empty_student_selection: Select a student to view additional information here. + outcome_information: + outcome_info: Outcome Information + avg_score: Average Score + high_score: High Score + low_score: Low Score + empty_outcome_selection: Select an outcome to view additional information here. + screenreader_gradebook: + assignments: Assignments + learning_mastery: Learning Mastery + settings: + assignment_toggles_and_actions: + include_ungraded_assignments: Treat Ungraded as 0 + hide_student_names_label: Hide Student Names + show_concluded_enrollments_label: Show Concluded Enrollments + show_notes: Show Notes in Student Info + show_total_as_points: Show Totals as Points on Student Grade Page + download_current_scores: Download Current Scores (.csv) + upload_scores: Upload Scores (.csv) + grading_history: View Gradebook History + header: + global_settings: Global Settings + mastery_toggles_and_actions: + hide_student_names_label: Hide Student Names + download_results: Download Results (.csv) + section_select: + select_a_section: Select a section + sort_select: + sort_assignments: Sort assignments + student_information: + assignment_subtotals: + ag_group_grade: Grade + ag_letter_grade: Letter Grade + ag_group_percent_grade: "% of Grade" + details: + secondary_id: 'Secondary ID:' + hidden: hidden + sections: 'Sections:' + index: + student_info: Student Information + grades: Grades + submissions_loading: Submissions for this student are still loading... + empty_student_selection: Select a student to view additional information here. + assignments_in_this_group_have_no_points_possible__ab0adb72: Assignments in this group have no points possible and cannot be included in grade calculation. + excuse_this_assignment_for_the_selected_student_af04e132: Excuse This Assignment for the Selected Student + note_grades_and_notes_will_be_saved_automatically__e3270872: 'Note: Grades and notes will be saved automatically after moving out of the field.' + grade_for_name_b9df168a: 'Grade for: %{name}' + example_final_score_a92b30b9: Example final score]] + total_results_outcomedetails_cnt_30ff1f8d: 'Total results: %{outcomeDetails.cnt}' + allow_final_grade_override_a21a79ee: Allow Final Grade Override + graphs_89fcfeb: Graphs + view_analytics_data_in_tables_instead_of_graphs_8a33f536: View analytics data in tables instead of graphs + activity_by_date_878c5b49: Activity by Date + page_views_only_312b7577: Page Views Only + graph_of_student_page_views_and_participation_over_4a1d4803: Graph of student page views and participation over time + graph_showing_the_fraction_of_on_time_submissions__735e47db: Graph showing the fraction of on-time submissions for each assignment + total_range_45c8549a: Total Range + 25th_75th_percentile_aa4c11f2: 25th-75th Percentile + graph_of_grades_for_each_assignment_4c44d4d1: Graph of grades for each assignment + participations_1823832d: Participations + account_name_analytics_62bf60ae: "%{account.name} Analytics" + summary_statistics_f74852a5: Summary Statistics + activity_by_category_9c2033d1: Activity by Category + graph_of_student_page_views_by_category_7cb49887: Graph of student page views by category + grade_distribution_e52c9256: Grade Distribution + graph_of_the_distribution_of_grades_in_the_departm_30445777: Graph of the distribution of grades in the department + files_uploaded_519844ed: Files Uploaded + media_recordings_749aef6d: Media Recordings + current_total_67bf5f72: 'Current Total:' + message_this_student_6d14043d: Message this student + communication_5255723c: Communication + instructors_cdd595d0: Instructors + timeline_of_messages_between_the_student_and_instr_6dbd9ad3: Timeline of messages between the student and instructors + timeline_showing_when_assignments_were_turned_in_bb44c8a1: Timeline showing when assignments were turned in + good_score_b02f3587: Good Score + fair_score_554e2558: Fair Score + poor_score_715306e2: Poor Score + chart_of_the_student_s_grades_on_each_assignment_a1fb1908: Chart of the student's grades on each assignment