Răsfoiți Sursa

Update language terms

Yannick Warnier 9 ani în urmă
părinte
comite
36fa5af944
1 a modificat fișierele cu 14 adăugiri și 0 ștergeri
  1. 14 0
      main/lang/english/trad4all.inc.php

+ 14 - 0
main/lang/english/trad4all.inc.php

@@ -7489,4 +7489,18 @@ $CronRemindCourseFinishedActivateTitle = "Send course finished notification";
 $FieldTypeAlphanumericSpaces = "Text alphanumeric characters and spaces";
 $CronRemindCourseFinishedActivateComment = "Whether to send an e-mail to students when their course (session) is finished. This requires cron tasks to be configured (see main/cron/ directory).";
 $ThanksForRegisteringToSite = "Thanks for registering to %s.";
+$AllowCoachFeedbackExercisesTitle = "Allow coaches to comment in review of exercises";
+$AllowCoachFeedbackExercisesComment = "Allow coaches to edit feedback during review of exercises";
+$PreventMultipleSimultaneousLoginTitle = "Prevent simultaneous login";
+$PreventMultipleSimultaneousLoginComment = "Prevent users connecting with the same account more than once. This is a good option on pay-per-access portals, but might be restrictive during testing as only one browser can connect with any given account.";
+$ShowAdditionalColumnsInStudentResultsPageTitle = "Show additional columns in gradebook";
+$ShowAdditionalColumnsInStudentResultsPageComment = "Show additional columns in the student view of the gradebook with the best score of all students, the relative position of the student looking at the report and the average score of the whole group of students.";
+$CourseCatalogIsPublicTitle = "Publish course catalogue";
+$CourseCatalogIsPublicComment = "Make the courses catalogue available to anonymous users (the general public) without the need to login.";
+$ResetPasswordTokenTitle = "Enable password reset token";
+$ResetPasswordTokenComment = "This option allows to generate a expiring single-use token sent by e-mail to the user to reset his/her password.";
+$ResetPasswordTokenLimitTitle = "Time limit for password reset token";
+$ResetPasswordTokenLimitComment = "The number of seconds before the generated token automatically expires and cannot be used anymore (a new token needs to be generated).";
+$ViewMyCoursesListBySessionTitle = "View my courses by session";
+$ViewMyCoursesListBySessionComment = "Enable an additional 'My courses' page where sessions appear as part of courses, rather than the opposite.";
 ?>