iassign.php 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. <?php
  2. /**
  3. * English language pack.
  4. *
  5. * @author Patricia Alves Rodrigues
  6. * @author Leônidas O. Brandão
  7. * @version v 1.2 2017/03/10 - v 1.1 2013/08/28
  8. * @package mod_iassign_lang
  9. * @since 2015/11/02
  10. * @copyright iMatica (<a href="http://www.matematica.br">iMath</a>) - Computer Science Dep. of IME-USP (Brazil)
  11. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  12. */
  13. $string['action'] = 'Action';
  14. $string['activities'] = 'Activities';
  15. $string['activities_page'] = 'Activities Page';
  16. $string['activity'] = 'Activity';
  17. $string['activity_empty'] = 'Activity sent without content.';
  18. $string['activity_group'] = 'Group activity by type?';
  19. $string['add_iassign'] = 'Add activity';
  20. $string['add_file'] = 'Save file';
  21. $string['add_file_jar'] = 'File new JAR:';
  22. $string['add_ilm'] = 'Choose file...';
  23. $string['add_ilm_iassign'] = 'Add iLM';
  24. $string['add_ilm_iassign_help'] = 'What is a iLM';
  25. $string['answer'] = 'answer';
  26. $string['applet'] = 'interactive Learning Modules (iLM)';
  27. $string['area_available'] = 'Assessment area';
  28. $string['area_specific_teacher'] = 'Area for teacher testing activities';
  29. $string['area_test_lms'] = 'Area to test iLM';
  30. $string['iassign_add'] = 'Activity successfully added.';
  31. $string['iassign_cancel'] = 'Change canceled.';
  32. $string['iassign_exercise'] = 'Activity has been exercise';
  33. $string['iassign_update'] = 'Activity successfully updated.';
  34. $string['attempts_exhausted'] = 'Attempts have been exhausted.';
  35. $string['author'] = 'Author';
  36. $string['author_empht'] = 'Author unknown';
  37. $string['author_id'] = 'Author activity:';
  38. $string['author_id_modified'] = 'Last modified by:';
  39. $string['auto_evaluate'] = 'It has automatic evaluator?';
  40. $string['auto_evaluate_help'] = 'What is automatic evaluation of ILM.';
  41. $string['auto_result'] = 'Result of automatic evaluation:';
  42. $string['automatic_evaluate'] = 'Using automatic evaluation activity?';
  43. $string['availabledate'] = 'Available from';
  44. $string['avg_experiment'] = 'Average attempts';
  45. $string['box_comment_message'] = 'Enter your comments here';
  46. $string['cancel'] = 'Cancel.';
  47. $string['cancel_delete'] = 'The file was not deleted. Action canceled.';
  48. $string['cancel_delete_file_jar'] = 'No';
  49. $string['category'] = 'Category';
  50. $string['changeto'] = 'Change to&nbsp;';
  51. $string['helpchoose_file'] = 'iLM file';
  52. $string['helpchoose_file_help'] = 'Attach assignment file.';
  53. $string['helpchoose_ilm'] = 'Choose the iLM';
  54. $string['helpchoose_ilm_help'] = 'Select iLM which will be used in this assignment.';
  55. $string['choose_type_activity'] = 'Choose the type of activity';
  56. $string['close'] = 'Close';
  57. $string['close_alt'] = 'Close this window (any change will be lost)';
  58. $string['coefficient_variation'] = 'Coefficient of variation';
  59. $string['comment'] = 'Comments';
  60. $string['comment_read'] = 'Read comments';
  61. $string['comment_unread'] = 'New comments';
  62. $string['config'] = 'Settings';
  63. $string['config_ilm_old'] = 'Settings for Interactive Learning Modules (iLM) - old versions';
  64. $string['confirm'] = 'Confirm';
  65. $string['confirm_add_comment'] = 'Comment sent successfully.';
  66. $string['confirm_change_situation'] = 'Confirms change of status?';
  67. $string['confirm_delete_iassign'] = 'Activity successfully deletedo.';
  68. $string['confirm_delete_file_jar'] = '<b>Attention!</b> <br> Be careful not to delete a file by mistake.Delete a file that is in use by some activity will result in failure to load the activity. <br>Really delete the file';
  69. $string['confirm_lms'] = 'Confirm iLM';
  70. $string['confirm_new_grade'] = 'Click here to confirm the replacement of grade';
  71. $string['confirm_not_delete_iassign'] = 'Action canceled! Activity was not deleted.';
  72. $string['correct'] = 'Correct';
  73. $string['coursemisconf'] = 'Course is misconfigured';
  74. $string['data_activity'] = 'Information activity';
  75. $string['data_ilm'] = 'Information iMA';
  76. $string['delete'] = 'Delete';
  77. $string['delete_activity'] = 'Activity to be deleted:';
  78. $string['delete_activity_permission_adm'] = 'Only the administrator can delete activities with submissions.';
  79. $string['delete_iassign'] = 'Delete activity ';
  80. $string['delete_iassign_disable'] = 'File locked';
  81. $string['delete_cancel'] = 'Cancel delete';
  82. $string['delete_confirm'] = 'The file was deleted successfully.';
  83. $string['delete_file'] = 'Confirm file deletion?';
  84. $string['delete_file_jar'] = 'Yes';
  85. $string['dependency'] = 'Dependency';
  86. $string['helpdependency'] = 'Dependency';
  87. $string['helpdependency_help'] = '<p>Select the exercises of which this assignment depends on.</p>';
  88. $string['description'] = 'Description';
  89. $string['distribution_activity'] = 'Distribution of hits per activity';
  90. $string['distribution_student'] = 'Distribution of hits per studant';
  91. $string['down_disable'] = 'Disable';
  92. $string['duedate'] = 'Delivery Date';
  93. $string['duedate_preventlate_desable'] = 'The resolution of this activity can not be sent.';
  94. $string['duedate_preventlate_enable'] = 'The resolution of this activity can still be sent.';
  95. $string['duplicate_iassign'] = 'Duplicate';
  96. $string['duplicate_file'] = 'Enter a new name for the file:';
  97. $string['duration_activity'] = 'Duration of activity';
  98. $string['E'] = 'E';
  99. $string['E_legend'] = '(activity sent) ';
  100. $string['edit'] = 'Edit';
  101. $string['edit_iassign'] = 'Edit activity';
  102. $string['edit_iassign_disable'] = 'File locked for editing';
  103. $string['edit_ilm'] = 'Edit Info iLM';
  104. $string['empty'] = '-';
  105. $string['empty_answer_post'] = 'No solution was posted.';
  106. $string['empty_comment'] = 'Empty comment or repeated!';
  107. $string['empty_file'] = 'Empty file';
  108. $string['empty_legend'] = '(activity was not sent)';
  109. $string['enable'] = 'Enable';
  110. $string['erro_grade'] = 'Any valid grade must be a value between 0 and ';
  111. $string['error_add'] = 'An error occurred while recording the activity';
  112. $string['error_add_ilm'] = 'Error while recording a new iLM in the database.';
  113. $string['error_iassign_name'] = 'Error: There is already an activity with that title.';
  114. $string['error_cancel_delete'] = 'Error deleting file. Check permissions.';
  115. $string['error_confirms_gab'] = 'Error: the file activity is incompatible with the iLM. Inform the teacher of the course.';
  116. $string['error_confirms_ilm'] = 'Error: iLM not registered in the database. Inform the system administrator.';
  117. $string['error_confirms_jar'] = 'Error: file JAR not found in the database. Inform the system administrator.';
  118. $string['error_edit_ilm'] = 'Error while updating a new iLM in the databases.';
  119. $string['error_file_exists'] = 'Error: File already exists with this name. Please enter a different name.';
  120. $string['error_file_jar'] = 'Error writing file JAR';
  121. $string['error_file_jar_exists'] = 'There is already a JAR file with this name!';
  122. $string['error_file_jar_permission'] = 'Error writing file JAR without permission to write file.';
  123. $string['error_file_null_iassign'] = 'Error: File name is empty.';
  124. $string['error_insert'] = 'An error occurred when registering the iAssign submission.';
  125. $string['error_insert_submissions'] = 'An error has occurred during recording of the submission of the activity. Inform the Administrator.';
  126. $string['error_null_iassign'] = 'Error: The exercise is empty or has not changed.';
  127. $string['error_rename_ilm'] = 'Error renaming JAR file.';
  128. $string['error_security'] = 'Error while registering in the security table.';
  129. $string['error_update'] = 'An error occurred during the update of the activity. Notify the administrator.';
  130. $string['error_update_ilm'] = 'Error updating the learning module (iLM).';
  131. $string['error_update_move_iassign'] = 'An error occurred while updating the &quot;move action activity&quot;';
  132. $string['error_update_visible_iassign'] = 'An error occurred during the update action show/hide activity';
  133. $string['error_view_ilm'] = 'Error: exercise file not found. Inform the teacher of the course.';
  134. $string['error_view_without_actiontype'] = 'Error: it is missing the action type (view? edit?).';
  135. $string['error_security_no_userid'] = 'Internal error: must be informed the user identification. Inform the Administrator.';
  136. $string['error_exercise_removed'] = 'Something is wrong. Maybe your teacher withdrew this exercise file. Please, inform your teacher.';
  137. $string['evaluate'] = 'Auto evaluate';
  138. $string['evaluate_iassign'] = 'Evaluating activity';
  139. $string['example'] = 'Example';
  140. $string['example_iassign'] = 'Type of activity:<strong> example</strong>';
  141. $string['exercise'] = 'Exercise';
  142. $string['exercise_iassign'] = 'Type of activity:<strong> exercise</strong>';
  143. $string['exercises'] = 'Exercises';
  144. $string['experiment'] = 'Number of attempts:';
  145. $string['helpexperiment'] = 'Number of attempts';
  146. $string['helpexperiment_help'] = '<p>Sets the maximum number of attempts the student can accomplish this assignment.</p>';
  147. $string['experiment_iassign'] = 'Maximum number of attempts:';
  148. $string['experiment_student'] = 'Number of attempts the student';
  149. $string['extension'] = 'Extension';
  150. $string['extensionnotfound'] = 'No E-Learning Modules was found with that extension';
  151. $string['feedback_correct'] = 'Correct';
  152. $string['feedback_incorrect'] = 'Incorrect';
  153. $string['file'] = 'File activity';
  154. $string['file_class'] = 'File class (or Main HTML Page)';
  155. $string['file_jar'] = 'File(s):';
  156. $string['filejarnotfound'] = 'File JAR not found. Notify the administration.';
  157. $string['filenotfound'] = 'File not found in the activity. Notify the teacher';
  158. $string['files_course'] = 'Files of interactive activities';
  159. $string['files_jar_ilm'] = 'List file (s) JAR of iLM';
  160. $string['functions'] = 'Functions';
  161. $string['general'] = 'General';
  162. $string['get_answer'] = 'Solution successfully sent.';
  163. $string['get_answer_correct'] = 'Congratulations! The answer is in line with what the teacher expected.';
  164. $string['get_answer_incorrect'] = 'The answer is not according to what the teacher expected.<br> Try again.';
  165. $string['get_answer_post'] = 'Activity without automatic evaluator. Wait for teacher evaluation.';
  166. $string['get_answer_preventlate'] = 'Delivery period ended, his reply was not recorded.';
  167. $string['grade_max'] = 'Maximum score';
  168. $string['grade'] = 'Grade activity:';
  169. $string['grade_iassign'] = 'Grade activity';
  170. $string['grade_student'] = 'Grade student';
  171. $string['grades'] = 'Archive of reviews';
  172. $string['graphic'] = 'Graphics';
  173. $string['hbar_blue'] = '';
  174. $string['hbar_blue_r'] = '';
  175. $string['hbar_green'] = '';
  176. $string['hbar_green_r'] = '';
  177. $string['hbar_orange'] = '';
  178. $string['hbar_orange_r'] = '';
  179. $string['hbar_red'] = '';
  180. $string['hbar_red_r'] = '';
  181. $string['height'] = 'Height';
  182. $string['helpactivitygroup'] = 'Seen by group type?';
  183. $string['helpactivitygroup_help'] = '<p>If this option is on the activities will be grouped by type, otherwise they will be displayed in a single block in the order of registration.</p>';
  184. $string['helptypeiassign'] = 'Kinds of Interactive Activities';
  185. $string['helptypeiassign_help'] = '<p> Exercise </p> It is an assignment with assessment and grade, i.e. the solution sent by the student will be evaluated and a grade will be given to his attempt.';
  186. $string['hide'] = 'Hide';
  187. $string['hide_iassign'] = 'Hide activity';
  188. $string['history_comments'] = 'History of Comments';
  189. $string['home'] = 'Home';
  190. $string['home_course'] = 'Home course';
  191. $string['iassign'] = 'TI';
  192. $string['iassigntitle'] = 'Title';
  193. $string['icon'] = 'iAssign';
  194. $string['ilimit'] = 'Unlimited';
  195. $string['incompatible_extension_file'] = 'File activity incompatible with the selected IMA.';
  196. $string['incorrect'] = 'Incorrect';
  197. $string['independent_activity'] = 'Independent activity';
  198. $string['info_ilm'] = 'Information about of E-Learning Modules (iLM)';
  199. $string['interactivy_learning_module'] = 'Interactive E-Learning Modules';
  200. $string['invalid_extension_ilm'] = 'There is already a iLM with the extension ';
  201. $string['invalid_file_type'] = 'Invalid file type';
  202. $string['invalid_filejar_ilm'] = 'There is already a iLM with the file JAR ';
  203. $string['invalid_name_ilm'] = 'There is already a iLM with the name';
  204. $string['invalidid'] = 'Invalid ID';
  205. $string['label_file_iassign'] = 'File Name: ';
  206. $string['label_filechoose'] = 'Generated file in the editor iLM: ';
  207. $string['label_write_iassign'] = 'Save Activity';
  208. $string['language_label'] = 'Language';
  209. $string['last_iassign'] = 'Last solution posted.';
  210. $string['last_iassign_correct'] = 'The last solution sent this activity was evaluated as correct.';
  211. $string['last_modification'] = 'Last change made by teacher:';
  212. $string['last_timedue'] = 'Period ended.';
  213. $string['left'] = 'esquerda';
  214. $string['left_disable'] = 'Disabled';
  215. $string['legend'] = 'Caption:';
  216. $string['legend_evaluation'] = 'Caption reviews:';
  217. $string['legend_help'] = '<p><b>Correct:</b> Activity assessed as correct.</p><p><b>Incorrect:</b> Activity evaluated as incorrect.</p><p><b>Post:</b> Activity recorded in the system. Wait for the teacher to correct.</p><p><b>No post:</b> Activity unposted.</p><p><b>New comments:</b> Indicates that activity has new comments</p><p><b>Results:</b> Presents the results of activity evaluation</p>';
  218. $string['maxsize'] = 'Maximum size:';
  219. $string['mean_score'] = 'Mean scores';
  220. $string['message_dependency'] = 'To accomplish this activity is mandatory for all activities on which it depends has been performed and evaluated as correct. ';
  221. $string['message_no_update_iassign'] = 'Click here to keep activity';
  222. $string['message_submit_iassign'] = 'Click here to send your response';
  223. $string['message_update_iassign'] = 'Click here to replace activitye';
  224. $string['modulename'] = 'iAssign';
  225. $string['modulename_help'] = "This is the iAssign (Interactive Assignment) package, by LInE-USP. The main goal of iAssign is to increase interactivity in activities related to specific subjects (such as Geometry, Functions and Programming), in a flexible way.
  226. In order to improve interactivity, iAssign makes use of iLM (interactive Learning Module), that is any interactive system that runs under a Web browser. Typically an iLM is a Java applet (or HTML5 package) with a few communication methods based on HTTP protocol. This implies that any \"applet\" can became an iLM and be integrated to Moodle under iAssign package.
  227. If the iLM offers automatic assessment functionality, iAssign is able to deal with it.
  228. The main features of iAssign package are:
  229. - the authoring tool to allow any teacher to prepare activities to his learners;
  230. - reports about learners\' activities;
  231. - a filter that allows the insertion of iLM content into any HTML text in the context of any Moodles\'s text (but in chats).";
  232. $string['modulenameplural'] = 'iAssigns';
  233. $string['move_down_iassign'] = 'Moves activity down';
  234. $string['move_up_iassign'] = 'Moves activity up';
  235. $string['N'] = 'N';
  236. $string['N_legend'] = '(does not agree with what the teacher expected)';
  237. $string['name_ilm'] = 'Name';
  238. $string['new_category'] = 'New category';
  239. $string['new_comment'] = 'New messages';
  240. $string['new_file_jar'] = 'New file JAR';
  241. $string['newsituation'] = 'New situation...';
  242. $string['next_activity'] = 'Activity next';
  243. $string['next_student'] = 'Student next';
  244. $string['no'] = 'No';
  245. $string['no_activity'] = 'No assign was found in this interactive discussion';
  246. $string['no_confirm_lms'] = 'Not confirm iLM';
  247. $string['no_edit_iassign'] = 'Blocked. Only the author can edit.';
  248. $string['no_MA_POST_Archive'] = 'No solution was posted.';
  249. $string['no_iLM_PARAM_ArchiveContent'] = 'No solution was posted.';
  250. $string['no_new_comment'] = 'Messages already read ';
  251. $string['not_post'] = 'Not submitted';
  252. $string['not_submissions_activity'] = 'There are no submissions relating to this activity.';
  253. $string['null_file'] = 'No file was uploaded';
  254. $string['number_submissions'] = 'Number of submissions related to this activity:';
  255. $string['online_new_iassign'] = 'Create / Edit Task Interactive Online';
  256. $string['only_automatic_evaluate'] = 'Applies only when the iLM is automatic evaluate';
  257. $string['op_val'] = 'options evaluation';
  258. $string['out_object'] = 'Output objects';
  259. $string['percentage_correct'] = 'Percentage of correct';
  260. $string['permission_test'] = 'Allow test after delivery?';
  261. $string['pluginadministration'] = 'iAssign administration';
  262. $string['pluginname'] = 'iAssign';
  263. $string['post'] = 'Submitted';
  264. $string['preventlate'] = 'Allow delayed sending?';
  265. $string['helppreventlate'] = 'Allow late submission?';
  266. $string['helppreventlate_help'] = ' <p> If this option is active the student can submit the assignment solution even after the deadline has closed.</p>';
  267. $string['preview_iassign'] = 'Preview';
  268. $string['previous_activity'] = 'Activity previous';
  269. $string['previous_student'] = 'Student previous';
  270. $string['previous_timeavailable'] = 'Activity unavailable: wait for the deadline of opening.';
  271. $string['print'] = 'Print';
  272. $string['print_report'] = 'Report - printable version';
  273. $string['proportion_correct'] = 'Proportion of correct';
  274. $string['proposition'] = 'Proposition';
  275. $string['ps_comment'] = 'The total number of messages is next to the icon of messages';
  276. $string['ps_experiment'] = 'The number of attempts is next to the icon status of the activity';
  277. $string['repeat'] = 'Redo activity';
  278. $string['repeat_alt'] = 'Use this button to redo the activity';
  279. $string['repeat_msg'] = 'If you want to do this activity from the beginning again, use the \"Redo button\".';
  280. $string['report'] = 'Report';
  281. $string['required'] = 'Field is required';
  282. $string['required_file'] = 'You must fill in <u> File Activity </u>';
  283. $string['results'] = 'Results';
  284. $string['return'] = 'Return';
  285. $string['return_config_ilm'] = 'Back to main page iLM';
  286. $string['return_home'] = 'Return to the course home page';
  287. $string['return_home_course'] = 'Return to the course home page';
  288. $string['return_iassign'] = 'Back to exercise';
  289. $string['right'] = 'Right';
  290. $string['right_disable'] = 'Disable';
  291. $string['script'] = 'Activity script (algorithm)? <br> (Applicable only to iLM iGeom)';
  292. $string['show'] = 'Show';
  293. $string['show_answer'] = 'Show automatic evaluation results to students?';
  294. $string['show_iassign'] = 'Show activity';
  295. $string['showreport'] = 'Displays activities report';
  296. $string['solution'] = 'Solution submitted by the student';
  297. $string['standard_deviation'] = 'Standard deviation';
  298. $string['special_param'] = 'Assignment with script(algorithm)? <br>(Applicable only to iGeom iLM)';
  299. $string['helpspecial_param'] = 'Assignment with algorithm';
  300. $string['helpspecial_param_help'] = '<p> Enable this option only if the activity being inserted possess parameter for algorithm execution. </p>';
  301. $string['statistics'] = 'Statistics';
  302. $string['status'] = 'Status:';
  303. $string['student'] = 'Student:';
  304. $string['students'] = 'Students';
  305. $string['submissions'] = 'Submissions';
  306. $string['submit'] = 'Submit the selected file';
  307. $string['submit_iassign'] = 'Submit assign';
  308. $string['submit_comment'] = 'Send message';
  309. $string['submit_comment_message'] = 'Sending message';
  310. $string['submit_empty'] = 'The content of this activity has not changed! Please try develop another solution.';
  311. $string['sucess_delete'] = 'Interactive assignment deleted successfully.';
  312. $string['sucess_update'] = 'Interactive assignment updated successfully.';
  313. $string['sucess_write'] = 'Interactive assignment saved successfully.';
  314. $string['sum_activity'] = 'Total activity';
  315. $string['sum_correct'] = 'Total correct';
  316. $string['sum_correct_activity'] = 'Total correct / activity';
  317. $string['sum_correct_student'] = 'Total correct / students';
  318. $string['sum_experiment'] = 'Total Attempts';
  319. $string['sum_student'] = 'Total students';
  320. $string['tag_filter'] = 'Tag Filter';
  321. $string['test'] = 'Test';
  322. $string['helptest'] = 'Allow test after deadline?';
  323. $string['helptest_help'] = '<p> If this option is enabled, the assignment will be released for test after the deadline. In this case the student can perform the assignment as many times as he wants, but nothing after the closing date of the assignment will be logged in the system.</p>';
  324. $string['test_iassign'] = 'Type of activity:<strong> test</strong>';
  325. $string['test_lms'] = 'Click here to test iLM.';
  326. $string['test_preventlate'] = 'Activity only for testing.';
  327. $string['test_preventlate_no'] = 'Activity not released for testing.';
  328. $string['timemodified'] = 'Last date of submission:';
  329. $string['title_editor_iassign'] = 'Online Editor';
  330. $string['total'] = 'Total';
  331. $string['turneditingoff'] = 'Disable editing';
  332. $string['turneditingon'] = 'Enable editing';
  333. $string['type_iassign'] = 'Type of activity';
  334. $string['unlock'] = 'Unlock';
  335. $string['up_disable'] = 'Disabled';
  336. $string['update'] = 'Update';
  337. $string['update_iassign'] = 'Replace activity?';
  338. $string['update_ilm'] = ' was successfully updated.';
  339. $string['updatinga'] = 'Update $a';
  340. $string['updatingain'] = 'Updanting $a->what - $a->in';
  341. $string['url_ilm'] = 'URL:';
  342. $string['view_report'] = 'View report';
  343. $string['visible'] = 'Visible';
  344. $string['what_do'] = 'What to do?';
  345. $string['width'] = 'Width';
  346. $string['Y'] = 'S';
  347. $string['Y_legend'] = '(according to what the teacher expected)';
  348. $string['yes'] = 'Yes';
  349. $string['iassign:deleteiassignnotnull'] = 'Delete Activity not empty';
  350. $string['iassign:deleteiassignnull'] = 'Delete empty activities';
  351. $string['iassign:editiassign'] = 'Edit activities';
  352. $string['iassign:evaluateiassign'] = 'Rate activities';
  353. $string['iassign:submitiassign'] = 'Send activities';
  354. $string['iassign:view'] = 'View Activity';
  355. $string['iassign:viewiassignall'] = 'Show all the details of the activities';
  356. $string['iassign:viewreport'] = 'View Reports';
  357. $string['open_editor_ilm'] = 'Open Editor {$a} Online';
  358. $string['show_ilm'] = 'Show';
  359. $string['hide_ilm'] = 'hide';
  360. $string['view_ilm'] = 'Test Area';
  361. $string['file_created'] = 'Date Created';
  362. $string['file_modified'] = 'Date of Change';
  363. $string['versions_ilm'] = 'Version';
  364. $string['copy_ilm'] = 'Generating version from the copy of this iLM';
  365. $string['new_version_ilm'] = 'Add new iLM version';
  366. $string['delete_ilm'] = 'Delete iLM';
  367. $string['delete_ilm_disable'] = 'locked iLM for exclusion, to exclude the activities and remove all versions of the iLM.';
  368. $string['confirm_delete_ilm'] = 'Are you sure you want to delete iLM <b> {$a} </b>?';
  369. $string['default_ilm'] = 'This is the main iLM and the files are associated with it.';
  370. $string['default_ilm_disabled'] = 'This is not the main iLM, click to activate this main';
  371. $string['confirm_default'] = 'Make Default';
  372. $string['confirm_default_ilm'] = 'Do you want to make the iLM as standard?';
  373. $string['confirm_default_ilm_help'] = 'By making this pattern iLM it will assume all current activities iAssign for this iLM';
  374. $string['previous_student_activity'] = 'Previous Activity';
  375. $string['next_student_activity'] = 'Next Activity';
  376. $string['help_ilm'] = 'on the iLM';
  377. $string['list_ilm'] = 'Interactive Learning Modules (iLM) Available';
  378. $string['list_ilm_help'] = 'Interactive Learning Modules (iLM) Available';
  379. $string['read_more'] = 'Learn More';
  380. $string['delete_files'] = 'Confirm deletion of the selected files and directories (All contents of directories will be excluded)?';
  381. $string['error_file_not_selected_to_delete'] = 'ERROR: select the files to delete!';
  382. $string['error_file_not_selected_to_export'] = 'ERROR: select the files to export!';
  383. $string['file_ilm_delete'] = 'Remove Selected';
  384. $string['file_ilm_export'] = 'Export Selected';
  385. $string['version_ilm'] = 'version';
  386. $string['version_ilm_help'] = 'What is the version of ILM.';
  387. $string['ilm_manager_title'] = 'Repository iAssign';
  388. $string['new_ilm'] = 'Create a new interactive online activity';
  389. $string['choose_iLM'] = 'Choose the Interactive Learning Module (iLM)';
  390. $string['choose_file'] = 'In the Interactive Activity';
  391. $string['import_file'] = 'File Activity {$a} or compressed (zip):';
  392. $string['download_file'] = 'Click to download the file';
  393. $string['download_assign'] = 'Download file answer';
  394. $string['download_all_assign'] = 'Download file with a package of responses';
  395. $string['rename_iassign'] = 'Rename activity';
  396. $string['rename_file'] = 'Enter a new name for the file:';
  397. $string['download_all_assign_disabled'] = 'There are no answers to be downloaded.';
  398. $string['config_param'] = 'Parameters';
  399. $string['config_param_help'] = 'What are parameters of a iLM';
  400. $string['config_param_name'] = 'Name';
  401. $string['config_param_value'] = 'value';
  402. $string['config_param_description'] = 'description';
  403. $string['config_param_actions'] = 'Actions';
  404. $string['data_param'] = 'Parameter Data';
  405. $string['edit_param'] = 'Edit parameter';
  406. $string['copy_param'] = 'Generating version from the copy of this parameter';
  407. $string['add_param'] = 'Add new parameter';
  408. $string['delete_param'] = 'Delete parameter';
  409. $string['show_param'] = 'Show parameter';
  410. $string['hide_param'] = 'Hide parameter';
  411. $string['error_edit_param'] = 'Error while updating the iLM parameter in the database.';
  412. $string['error_add_param'] = 'Error while writing a new parameter of the iLM in the database.';
  413. $string['error_delete_param'] = 'Error while deleting a parameter of the iLM in the database.';
  414. $string['general_fields'] = 'common to the interactive activities Settings';
  415. $string['general_fields_apply'] = 'Interactive Activities to be changed';
  416. $string['general_fields_apply_help'] = 'Select <p> interactive activities you want to apply changes </p>.';
  417. $string['required_iassign_file'] = 'You must select an interactive activity';
  418. $string['dir'] = 'Click to open the folder';
  419. $string['open_dir'] = 'Full path of folder';
  420. $string['rename_dir'] = 'Rename Folder';
  421. $string['question_rename_dir'] = 'Enter a new name for the folder';
  422. $string['new_dir'] = 'New Folder';
  423. $string['question_new_dir'] = 'Enter the name for the new folder:';
  424. $string['error_dir_exists'] = ' Error: There is already a folder with that name. Please enter another name. ';
  425. $string['question_delete_dir'] = 'Really delete the folder and all its contents?';
  426. $string['delete_dir'] = 'Delete Folder';
  427. $string['file_ilm_move'] = 'Move Selected';
  428. $string['error_file_not_selected_to_move'] = 'ERROR: select the files to move!';
  429. $string['move_files'] = 'Move Files and Folders';
  430. $string['select_move_ilm'] = 'Select the folder to move files and folders';
  431. $string['question_move_dir'] = 'Do move files, folders and all its contents to the folder selected?';
  432. $string['error_dir_not_selected_to_move'] = 'ERROR: select the folder to move!';
  433. $string['config_ilm'] = 'Manager Administrative iLM';
  434. $string['upload_ilm_file'] = 'Upload new interactive activity (Upload)';
  435. $string['upload_jar'] = 'Upload new iLM (Upload)';
  436. $string['file_ilm_recover'] = 'Recover Files';
  437. $string['file_ilm_recover_help'] = 'This operation will retrieve all the files used in this course activities in the current folder. <br> The file names will be the names of the activities.';
  438. $string['question_recover_files_ilm'] = 'Are you sure you want to recover files from activities?';
  439. $string['extension_help'] = 'Enter one or more extensions allowed by the iLM. To various extents separate comma (,). ';
  440. $string['upgrade_ilm_title'] = 'New version of iLM';
  441. $string['upgrade_ilm'] = 'There is a new iLM version available for download, click for more information!';
  442. $string['confirm_upgrade_ilm'] = '<b> want to install this update? <br> a new version of the iLM will be created and this will not affect previous versions </b> .';
  443. $string['error_upgrade_ilm'] = 'Error: Could not download the update package.';
  444. $string['export_ilm'] = 'Export iLM';
  445. $string['import_ilm'] = 'Import iLM';
  446. $string['import_ilm_help'] = 'Import iLM';
  447. $string['upload_ilm'] = 'Upload Package iLM (Upload)';
  448. $string['error_import_ilm_version'] = 'ERROR: this iLM version is already installed.';
  449. $string['ok_import_ilm_version'] = 'The iLM was successfully imported!';
  450. $string['error_upload_ilm'] = 'ERROR:. Package type not accepted, enter a compressed package iAssign (IPZ)';
  451. $string['error_check_iassign_filter'] = 'Warning: iAssign the filter is not installed, the module iAssign not function correctly.';
  452. $string['error_check_iassign_block'] = 'Warning: iAssign\'s block is not installed, the module iAssign not function correctly.';
  453. $string['error_check_iassign_tinymce'] = 'Warning: the iAssign TinyMCE editor button is not installed, the module iAssign not function correctly.';
  454. $string['no_permission_iassign'] = 'Visitors can only view activities!';
  455. $string['error_add_log'] = 'ERROR: Could not insert the event log iAssign.';
  456. $string['comment_unread_one'] = 'New Comment';
  457. $string['iassign:addinstance'] = 'Add a new iassig';
  458. $string['evententryviewed'] = 'entry has been viewed';
  459. $string['eventcoursemoduleviewed'] = 'view activity';
  460. $string['eventiassigncreated'] = 'add activity';
  461. $string['eventiassignupdated'] = 'update activity';
  462. $string['eventsubmissionviewed'] = 'view activity submission';
  463. $string['eventsubmissioncommentupdated'] = 'submission of comment updated';
  464. $string['eventsubmissionupdated'] = 'update submission';
  465. $string['eventiassigndeleted'] = 'delete activity';
  466. $string['eventsubmissioncommentcreated'] = 'add submission comment';
  467. $string['eventsubmissioncreated'] = 'add submission';
  468. // Strings adicionadas em 10/2017. Necessitam de revisão!
  469. $string['data_file_html'] = 'HTML5 Package';
  470. $string['data_file_jar'] = 'Data File';
  471. $string['data_file_html_static'] = 'To add an iLM in HTML5, it\'s necessary only submit the file in the field below.';
  472. $string['error_add_ilm_zip'] = 'Error while extracting the content from iLM package file.';
  473. $string['error_folder_permission_denied'] = 'ERROR: web server hasn\'t permission to modify files in iLM folder. Please, verify ilm folder permissions and try again!';
  474. $string['error_xml_ilm'] = 'ERROR: XML file was not found in submitted package or it\'s corrupted.';
  475. $string['error_xml_missing'] = 'ERROR: XML file is missing the following attributes: ';
  476. $string['ilm_type'] = 'Select iLM type';
  477. $string['ilm_type_help'] = 'Please, select the iLM type: <br> - JAVA: usually a package with a JAR file <br> - HTML5: usually a package with a folder inside';
  478. $string['type_ilm'] = 'iLM Type';