$string['privacy:metadata']='This plugin stores a link between users and their associated study plans. It also needs to store an email address and user provided handle, which may be a name, to send invitations to view the study plan to whomever the user chooses by email.';
$string['privacy:metadata:invit']='The currently active invitations to view the study plan';
$string['privacy:metadata:invit:user_id']='UserID of the user who shared their studyplan';
$string['privacy:metadata:invit:name']='Name/Handle entered by the user for the invitations recipient';
$string['privacy:metadata:invit:email']='Email address of the invitations recipient';
$string['privacy:metadata:invit:date']='Date the invitation was created';
$string['privacy:metadata:user']='Links between individual users and studyplans';
$string['privacy:metadata:user:user_id']='The UserID of the user';
$string['invalid_invitekey_error']="You need an invitation to view data via this portal";
$string['invite_description']="You can invite your parents or guardians to view your results. Those who receive your sharing link can view your grades until you revoke the invite";
$string['invite_tablecaption']="Active invites";
$string['invite_table_empty']="No active invites";
$string['invite_tooltip_resend']="Resend invite";
$string['invite_tooltip_edit']="Edit invite";
$string['invite_tooltip_delete']="Delete invite";
$string['invite_tooltip_testlink']="See how your results are shown";
$string['invite_button_new']="New invite";
$string['invite_confirm_resend']='Are your sure you want to send the invite link to {$a} again?';
$string['invite_confirm_delete']='Are your sure tou want to delete/revoke the invite for {$a}?';
$string['invite_desc_new']="Create a new invitation";
$string['invite_desc_edit']="Edit an existing invitation";
$string['invite_name']="Name";
$string['invite_email']="Email";
$string['invite_date']="Date";
$string['invite_resent_msg']='The invitation for {$a->name}<{$a->email}> has been sent';
$string['invite_mail_subject']='Shared grade card of {$a->sender}';
$string['settingdesc_csync_remember_manual_csync_field']='Mark cohort syncs that were manually created earlier, so they won\'t be removed during autosync if cohorts are removed from the studyplan';
$string['cfg_grades_desc_head']='Configure how reuslts for goals are presented.';
$string['cfg_grades_desc']='If failed results are supported, the threshold for progression is relevant. All results below this threshold will be considered failed. Empty results or 0 will always be read as not started. <br> The completion threshold always takes preference if it is equal to or lower than th progression threshold.';
$string['tristate_aggregator_desc']='Goals are graded progress, completed and excellent. Modules can be configured to require a specific amount of completed goals';
$string['bistate_aggregator_desc']='Goals are completed or not (e.g. not started, in progress or failed). Required goals for completion are supported. Studyplans configure how many attained goals result in a completed, good or excellent module score';
$string['settingdesc_bistate_support_failed']='Whether the result "Failed" is supported or not';
$string['setting_bistate_thresh_progress']='Threshold for progress';
$string['settingdesc_bistate_thresh_progress']='Minimum percentage of goals that should not be failed in order to qualify for progress resullt. <br><strong>Only relevant if "Failed" results are supported</strong>';
$string['setting_bistate_accept_pending_submitted']='Accept submitted but ungraded result as "progress"';
$string['settingdesc_bistate_accept_pending_submitted']='If enabled, submitted but ungraded goals will still count toward progress. If disabled, only graded goals will count';
$string['advanced_force_scale_desc']='Change all gradable goals associated with this studyplan to scale grading with the selected scale. This will only affect gradables that do not already have grades.';
$string['advanced_force_scale_button']='Apply';
$string['advanced_confirm_header']='Are you sure';
$string['advanced_force_scale_confirm']='Are you sure you want to set all associated gradables to this scale?';
$string["advanced_import_export"]='Backup and restore';
$string["advanced_import"]='Restore studylines from backup';
$string["advanced_export"]='Backup studyplan';
$string["advanced_export_csv"]='Export as CSV';
$string["advanced_import_from_file"]="Open from file";
$string["advanced_disable_autoenddate_title"]='Disable automatic end date';
$string["advanced_disable_autoenddate_desc"]='Disable the default on automatic end date function weekly topics have set in all courses in the studyplan';