$string["submission_label"]="DTA submission configuration or zip-packed project";
$string["submission_label"]="DTA submission configuration or zip-packed project";
$string["submission_label_help"]="Either upload a single textfile containing one DTA URI pointing to the repository with your submission or pack your project as zip and upload it directly. Using the textfile you can additionally add as many unified-ticketing URI (one per line) as you wish for feedback into one or more ticketsystems.";
$string["submission_label_help"]="Either upload a single textfile containing one DTA URI pointing to the repository with your submission or pack your project as zip and upload it directly. Using the textfile you can additionally add as many unified-ticketing URI (one per line) as you wish for feedback into one or more ticketsystems.";
$string["submission_settings_label"]="DTA test configuration";
$string["submission_settings_label"]="DTA test configuration";
$string["submission_settings_label_help"]="single text file with DTA test URI";
$string["submission_settings_label_help"]="single text file with DTA test URI";
$string["backendHost_help"]="Address/Name and Port of backend server";
$string["backendHost_not_set"]="The Dockerized Testing Agent backend URL is not configured";
$string["enabled"]=$string["pluginname"];
$string["enabled_help"]="If enabled, you will have to upload a textfile containing a valid DTA URI pointing to the repository with your test logic and defining a docker image on dockerhub used as testrunner. Your students will have to either upload their code in a zip archive resembling the expected repository structure or as well by providing a textifle with a valid DTA URI pointing to the repository with their submission logic";
$string["enabled_help"]="If enabled, you will have to upload a textfile containing a valid DTA URI pointing to the repository with your test logic and defining a docker image on dockerhub used as testrunner. Your students will have to either upload their code in a zip archive resembling the expected repository structure or as well by providing a textifle with a valid DTA URI pointing to the repository with their submission logic";
$string["no_submissionfile_warning"]="Submission type is \"Dockerized Testing Agent\" but no configuration file or submission archive uploaded";
$string["comp_statement_expl"]="formulate a syntactically correct statement that contributes to the solution of the given problem.";
$string["comp_block_expl"]="structure code into syntactically correct small unnamed units that contribute to the solution of the given problem.";
$string["comp_flow_expl"]="formulate syntax elements guiding the control flow such that it contributes to the solution of the given problem.";
$string["comp_loop_expl"]="use syntax elements repeating statements such that it contributes to the solution of the given problem.";
$string["comp_const_expl"]="identify and syntactically correctly define constants that contribute to the understanding and solution of the given problem.";
$string["comp_var_expl"]="identify and syntactically correctly define variables that contribute to the solution of the given problem.";
$string["comp_type_expl"]="define and/or choose appropriate data types for data elements such that they contribute to the solution of the given problem.";
$string["comp_datastructure_expl"]="define and/or choose appropriate data structures for data elements such that they contribute to the solution of the given problem.";
$string["comp_interface_expl"]="define and use interfaces for larger units of code such that it contributes to the solution of the given problem.";
$string["comp_unit_expl"]="define and larger units of code such that it contributes to the solution of the given problem.";
$string["comp_proc_usage_expl"]="use existing named structure blocks with a pre-defined behavior and signature such that it contributes to the solution of the given problem.";
$string["comp_proc_sign_expl"]="define named structure blocks with a pre-defined behavior and signature such that it contributes to the solution of the given problem.";
$string["comp_library_expl"]="use existing larger collections of named structure blocks with a pre-defined behavior and signature such that it contributes to the solution of the given problem.";
$string["comp_ext_api_expl"]="use standardized existing external collections of named structure blocks with a pre-defined behavior and signature such that it contributes to the solution of the given problem.";
$string["comp_simple_expl"]="create a simple solution of the given problem.";
$string["comp_abstraction_expl"]="create a sufficiently abstract solution for the given problem.";
// Warnings.
$string["no_testfile_warning"]="Submission type is \"Dockerized Testing Agent\" but no configuration file uploaded";
$string["no_testfile_warning"]="Submission type is \"Dockerized Testing Agent\" but no configuration file uploaded";
// Error messages.
$string["backendHost_not_set"]="The Dockerized Testing Agent backend URL is not configured";
$string["no_submissionfile_warning"]="Submission type is \"Dockerized Testing Agent\" but no configuration file or submission archive uploaded";