tracking.inc.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $AssignedCourses = "Assigned courses";
  6. $SleepingStudents = "Students with no activity during the last few days";
  7. $SleepingTeachers = "Teachers with no activity in the last few days";
  8. $InactiveUsers = "Users who's account has been disabled";
  9. $ActiveUsers = "Users with an active account";
  10. $SurveysProgress = "Surveys progress";
  11. $SurveysLeft = "Incomplete surveys";
  12. $SurveysDone = "Completed surveys";
  13. $SurveysTotal = "Total surveys";
  14. $WikiProgress = "Wiki pages reading progress";
  15. $WikiUnread = "Wiki pages unread";
  16. $WikiRead = "Wiki pages read";
  17. $WikiRevisions = "Wiki pages revisions";
  18. $WikiTotal = "Total wiki pages";
  19. $AssignmentsProgress = "Assignments progress";
  20. $AssignmentsLeft = "Missing assignments";
  21. $AssignmentsDone = "Completed handed in";
  22. $AssignmentsTotal = "Total assignments";
  23. $ForumsProgress = "Forums progress";
  24. $ForumsLeft = "Forums not read";
  25. $ForumsDone = "Forums read";
  26. $ForumsTotal = "Total forums";
  27. $ExercisesProgress = "Exercises progress";
  28. $ExercisesLeft = "Incomplete exercises";
  29. $ExercisesDone = "Completed exercises";
  30. $ExercisesTotal = "Total exercises";
  31. $CourseDescriptionProgress = "Course descriptions progress";
  32. $LearnpathsProgress = "Learning paths progress";
  33. $LearnpathsLeft = "Incomplete learning paths";
  34. $LearnpathsDone = "Completed learning paths";
  35. $LearnpathsTotal = "Total learning paths";
  36. $TimeLoggedIn = "Time connected (hh:mm)";
  37. $AnswerIndicator = "Answer status";
  38. $ChooseSurvey = "Please pick a survey";
  39. $SearchSurvey = "Search surveys";
  40. $ChooseExercise = "Please pick an exercise";
  41. $SearchExercise = "Search exercise";
  42. $ChooseSession = "Please pick a session";
  43. $SearchSession = "Search sessions";
  44. $ChooseStudent = "Please pick a student";
  45. $SearchStudent = "Search users";
  46. $ChooseCourse = "Please pick a course";
  47. $SearchCourse = "Search course";
  48. $DisplaySurveyOverview = "Surveys overview";
  49. $DisplayProgressOverview = "Participation and reading progress overview";
  50. $DisplayLpProgressOverview = "Learning paths progress overview";
  51. $DisplayExerciseProgress = "Detailed exercises progress";
  52. $DisplayAccessOverview = "Accesses by user overview";
  53. $AssignSessionsTo = "Assign sessions to";
  54. $langToolName = "Import Blackboard courses";
  55. $TrackingDisabled = "Reporting has been disabled by system administrator.";
  56. $InactivesStudents = "Learners not connected for a week or more";
  57. $AverageTimeSpentOnThePlatform = "Time spent on portal";
  58. $AverageCoursePerStudent = "Courses by learner";
  59. $AverageProgressInLearnpath = "Progress in courses";
  60. $AverageResultsToTheExercices = "Tests score";
  61. $SeeStudentList = "See the learners list";
  62. $NbActiveSessions = "Active sessions";
  63. $NbPastSessions = "Past sessions";
  64. $NbFutureSessions = "Future sessions";
  65. $NbStudentPerSession = "Number of learners by session";
  66. $NbCoursesPerSession = "Number of courses per session";
  67. $SeeSessionList = "See the sessions list";
  68. $langShowNone = "Show none";
  69. $langCourseStats = "Course Stats";
  70. $langToolsAccess = "Tools access";
  71. $langCourseAccess = "Course access";
  72. $langLinksAccess = "Links";
  73. $langDocumentsAccess = "Documents";
  74. $langScormAccess = "Courses";
  75. $langLinksDetails = "Links accessed";
  76. $langWorksDetails = "assignments uploaded";
  77. $langLoginsDetails = "Click on the month name for more details";
  78. $langDocumentsDetails = "Documents downloaded";
  79. $langExercicesDetails = "Tests score";
  80. $langBackToList = "Back to users list";
  81. $langDetails = "Details";
  82. $langStatsOfCourse = "Course reporting data";
  83. $langStatsOfUser = "Statistics of user";
  84. $langStatsOfCampus = "Statistics of portal";
  85. $langCountUsers = "Number of users";
  86. $langCountToolAccess = "Number of connections to this training";
  87. $langLoginsTitleMonthColumn = "Month";
  88. $langLoginsTitleCountColumn = "Number of logins";
  89. $langToolTitleToolnameColumn = "Name of the tool";
  90. $langToolTitleUsersColumn = "Users Clicks";
  91. $langToolTitleCountColumn = "Total Clicks";
  92. $langLinksTitleLinkColumn = "Link";
  93. $langLinksTitleUsersColumn = "Users Clicks";
  94. $langLinksTitleCountColumn = "Total Clicks";
  95. $langExercicesTitleExerciceColumn = "Test";
  96. $langExercicesTitleScoreColumn = "Score";
  97. $langDocumentsTitleDocumentColumn = "Document";
  98. $langDocumentsTitleUsersColumn = "Users Downloads";
  99. $langDocumentsTitleCountColumn = "Total Downloads";
  100. $langScormContentColumn = "Title";
  101. $langScormStudentColumn = "Learners";
  102. $langScormTitleColumn = "Step";
  103. $langScormStatusColumn = "Status";
  104. $langScormScoreColumn = "Score";
  105. $langScormTimeColumn = "Time";
  106. $langScormNeverOpened = "The user never opened the course.";
  107. $langWorkTitle = "Title";
  108. $langWorkAuthors = "Authors";
  109. $langWorkDescription = "Description";
  110. $informationsAbout = "Tracking of";
  111. $langNoEmail = "No email address specified";
  112. $langNoResult = "There is no result yet";
  113. $langCourse = "The area";
  114. $langHits = "Hits";
  115. $langTotal = "Total";
  116. $langHour = "Hour";
  117. $langDay = "day";
  118. $langLittleHour = "h.";
  119. $langLast31days = "In the last 31 days";
  120. $langLast7days = "In the last 7 days";
  121. $langThisday = "This day";
  122. $langLogins = "Logins";
  123. $langLoginsExplaination = "Here is the list of your latest logins with the tools you visited during these sessions.";
  124. $langExercicesResults = "Score for the tests done";
  125. $langVisits = "visits";
  126. $langAt = "at";
  127. $langLoginTitleDateColumn = "Date";
  128. $langLoginTitleCountColumn = "Visits";
  129. $langLoginsAndAccessTools = "Logins and access to tools";
  130. $langWorkUploads = "Contributions uploads";
  131. $langErrorUserNotInGroup = "Invalid user : this user doesn't exist in your group";
  132. $langListStudents = "List of learners in this group";
  133. $langPeriodHour = "Hour";
  134. $langPeriodDay = "Day";
  135. $langPeriodWeek = "Week";
  136. $langPeriodMonth = "Month";
  137. $langPeriodYear = "Year";
  138. $langNextDay = "Next Day";
  139. $langPreviousDay = "Previous Day";
  140. $langPreviousWeek = "Previous Week";
  141. $langNextMonth = "Next Month";
  142. $langPreviousMonth = "Previous Month";
  143. $langNextYear = "Next Year";
  144. $langPreviousYear = "Previous Year";
  145. $langViewToolList = "View List of All Tools";
  146. $langToolList = "List of all tools";
  147. $langFrom = "From";
  148. $langTo = "to";
  149. $langPeriodToDisplay = "Period";
  150. $langDetailView = "View by";
  151. $langBredCrumpGroups = "Groups";
  152. $langBredCrumpGroupSpace = "Group Area";
  153. $langBredCrumpUsers = "Users";
  154. $langAdminToolName = "Admin Stats";
  155. $langPlatformStats = "Portal Statistics";
  156. $langStatsDatabase = "Stats Database";
  157. $langPlatformAccess = "Access to portal";
  158. $langPlatformCoursesAccess = "Access to courses";
  159. $langPlatformToolAccess = "Tools access";
  160. $langHardAndSoftUsed = "Countries Providers Browsers Os Referers";
  161. $langStrangeCases = "Problematic cases";
  162. $langStatsDatabaseLink = "Click Here";
  163. $langCountCours = "Training";
  164. $langCountCourseByFaculte = "Number of courses by category";
  165. $langCountCourseByLanguage = "Number of courses by language";
  166. $langCountCourseByVisibility = "Number of courses by visibility";
  167. $langCountUsersByCourse = "Number of users by course";
  168. $langCountUsersByFaculte = "Number of users by category";
  169. $langCountUsersByStatus = "Number of users by status";
  170. $langAccess = "Access";
  171. $langCountries = "Countries";
  172. $langProviders = "Providers";
  173. $langOS = "OS";
  174. $langBrowsers = "Browsers";
  175. $langReferers = "Referers";
  176. $langAccessExplain = "(When an user open the index of the portal)";
  177. $langTotalPlatformAccess = "Total";
  178. $langTotalPlatformLogin = "Total";
  179. $langMultipleLogins = "Accounts with same <i>Login</i>";
  180. $langMultipleUsernameAndPassword = "Accounts with same <i>Login</i> AND same <i>Password</i>";
  181. $langMultipleEmails = "Accounts with same <i>Email</i>";
  182. $langCourseWithoutProf = "Courses without teachers";
  183. $langCourseWithoutAccess = "Unused courses";
  184. $langLoginWithoutAccess = "Logins not used";
  185. $langAllRight = "There is no strange case here";
  186. $langDefcon = "Ooops, problematic cases detected !!";
  187. $langNULLValue = "Empty (or NULL)";
  188. $langTrafficDetails = "Traffic Details";
  189. $langSeeIndividualTracking = "For individual tracking see <a href=../user/user.php>Users</a> tool.";
  190. $langPathNeverOpenedByAnybody = "This path was never opened by anybody.";
  191. $SynthesisView = "Synthesis view";
  192. $Visited = "Visited";
  193. $FirstAccess = "First access";
  194. $LastAccess = "Latest access";
  195. $langProbationers = "Learner";
  196. $MoyenneTest = "Tests score";
  197. $exportExcel = "Export in Excel format";
  198. $MoyCourse = "Course average";
  199. $MoyenneExamen = "Exam average";
  200. $MoySession = "Session average";
  201. $TakenSessions = "Taken sessions";
  202. $FollowUp = "Follow-up";
  203. $Trainers = "Teachers";
  204. $Administrators = "Administrators";
  205. $Tracks = "Tracks";
  206. $Success = "Success";
  207. $ExcelFormat = "Excel format";
  208. $MyLearnpath = "My learnpath";
  209. $Time = "Time";
  210. $Score = "Performance";
  211. $LastConnexion = "Latest login";
  212. $ConnectionTime = "Connection time";
  213. $ConnectionsToThisCourse = "Connections to this course";
  214. $StudentTutors = "Learner's coaches";
  215. $StudentSessions = "Learner's sessions";
  216. $StudentCourses = "Learner's courses";
  217. $NoLearnpath = "No learning path";
  218. $Attempts = "Attempts";
  219. $Correction = "Correction";
  220. $NoExercise = "No tests";
  221. $LimitDate = "Limit date";
  222. $SentDate = "Sent date";
  223. $Annotate = "Notify";
  224. $DayOfDelay = "Day of delay";
  225. $NoProduction = "No production";
  226. $NoComment = "No comment";
  227. $LatestLogin = "Latest";
  228. $TimeSpentOnThePlatform = "Time spent in portal";
  229. $Messages = "Messages";
  230. $AveragePostsInForum = "Posts in forum";
  231. $AverageAssignments = "Average assignments per learner";
  232. $Print = "Print";
  233. $StudentDetails = "Learner details";
  234. $StudentDetailsInCourse = "Learner details in course";
  235. $Learnpaths = "Learning paths";
  236. $OtherTools = "OTI (Online Training Interaction) settings report";
  237. $DetailsStudentInCourse = "Learner details in course";
  238. $CourseTitle = "Course title";
  239. $NbStudents = "Learners";
  240. $TimeSpentInTheCourse = "Time spent in the course";
  241. $AvgStudentsProgress = "Progress";
  242. $AvgCourseScore = "Average score in learning paths";
  243. $AvgMessages = "Messages per learner";
  244. $AvgAssignments = "Assignments";
  245. $ToolsMostUsed = "Tools most used";
  246. $StudentsTracking = "Report on learners";
  247. $CourseTracking = "Course report";
  248. $LinksMostClicked = "Links most visited";
  249. $DocumentsMostDownloaded = "Documents most downloaded";
  250. $LearningPathDetails = "Learnpath details";
  251. $NoConnexion = "No connection";
  252. $TeacherInterface = "Trainer View";
  253. $CoachInterface = "Coach interface";
  254. $AdminInterface = "Admin view";
  255. $NumberOfSessions = "Number of sessions";
  256. $YourCourseList = "Your courses";
  257. $YourStatistics = "Your statistics";
  258. $CoachList = "Trainer list";
  259. $CoachStudents = "Learners of trainer";
  260. $NoLearningPath = "No learning path available";
  261. $SessionCourses = "Courses sessions";
  262. $NoUsersInCourseTracking = "Tracking for the learners registered to this course";
  263. $AvgTimeSpentInTheCourse = "Time";
  264. $RemindInactiveUser = "Remind inactive user";
  265. $FirstLogin = "First connection";
  266. $AccessDetails = "Access details";
  267. $DateAndTimeOfAccess = "Date and time of access";
  268. $Duration = "Duration";
  269. $WrongDatasForTimeSpentOnThePlatform = "The datas about this user were registered when the calculation of time spent on the platform wasn't possible.";
  270. $DisplayCoaches = "Trainers Overview";
  271. $DisplayUserOverview = "User overview";
  272. $ExportUserOverviewOptions = "User overview export options";
  273. $FollowingFieldsWillAlsoBeExported = "The following fields will also be exported";
  274. $TotalExercisesScoreObtained = "Total score obtained for tests";
  275. $TotalExercisesScorePossible = "Total possible score for tests";
  276. $TotalExercisesAnswered = "Number of tests answered";
  277. $TotalExercisesScorePercentage = "Total score percentage for tests";
  278. $ForumForumsNumber = "Forums Number";
  279. $ForumThreadsNumber = "Threads number";
  280. $ForumPostsNumber = "Posts number";
  281. $ChatConnectionsDuringLastXDays = "Connections to the chat during last %s days";
  282. $ChatLastConnection = "Latest chat connection";
  283. $CourseInformation = "Course Information";
  284. $NoAdditionalFieldsWillBeExported = "No additional fields will be exported";
  285. $langSendNotification = "Notify";
  286. $TimeOfActiveByTraining = "Time in course";
  287. $AvgAllUsersInAllCourses = "Average of all learners in all courses";
  288. $AvgExercisesScore = "Tests score";
  289. $TrainingTime = "Time";
  290. $CourseProgress = "Progress";
  291. $ViewMinus = "View minus";
  292. $ResourcesTracking = "Report on resource";
  293. $SelectFieldToAdd = "Select user profile field to add";
  294. $AddAdditionalProfileField = "Add user profile field";
  295. $ConfigureExtensions = "Configure extensions";
  296. $DashboardBlocks = "Dashboard blocks";
  297. $DashboardList = "Dashboard list";
  298. $YouHaveNotEnabledBlocks = "You haven't enabled any block";
  299. $BlocksHaveBeenUpdatedSuccessfully = "The blocks have been updated";
  300. $AttendanceSheetDescription = "Attendance sheets allow you to gather all your courses attendances by groups. For example, you might want to take attendances to theory lessons separately from attendances to practical lessons. Each of them will show all learners as attending by default. It is up to you to register the missing learners by clicking the corresponding checkbox.";
  301. $AttendanceSheetReport = "Report of attendance sheets";
  302. $YouDoNotHaveDoneAttendances = "You do not have attendances";
  303. $GoToAttendanceCalendarList = "Go to attendances calendar view";
  304. $AddADateTime = "Add a time and date";
  305. $AreYouSureToDeleteAllDates = "Are you sure you want to delete all dates?";
  306. $DashboardPluginsHaveBeenUpdatedSuccessfully = "The dashboard plugins have been updated successfully";
  307. $ThereIsNoInformationAboutYourCourses = "There is no available information about your courses";
  308. $ThereIsNoInformationAboutYourSessions = "There is no available information about your sessions";
  309. $ThereIsNoInformationAboutYourTeachers = "There is no available information about your teachers";
  310. $ThereIsNoInformationAboutYourStudents = "There is no available information about your learners";
  311. $TimeSpentLastWeek = "Time spent last week";
  312. $DateLock = "Date lock";
  313. $CountOfUsers = "Users count";
  314. $CountOfSubscriptions = "Subscriptions count";
  315. $FolderCreated = "New folder created";
  316. $LearnpathVisible = "Learning path made visible";
  317. $LinkInvisible = "Link made invisible";
  318. $LinkAdded = "Link added";
  319. $Minutes = "Minutes";
  320. $BackupCreated = "Backup created";
  321. $CountCertificates = "Certificates count";
  322. $AverageHoursPerStudent = "Avg hours/student";
  323. $CountOfSubscribedUsers = "Subscribed users count";
  324. $TrainingHoursAccumulated = "Training hours accumulated";
  325. $ManHours = "Man hours";
  326. $NotesObtained = "Notes obtained";
  327. $DisplayCourseOverview = "Courses overview";
  328. $DisplaySessionOverview = "Sessions overview";
  329. $TotalNumberOfMessages = "Total number of messages";
  330. $TotalNumberOfAssignments = "Total number of assignments";
  331. $LastLogins = "Last logins";
  332. $AllLogins = "All logins";
  333. $LPExerciseResultsBySession = "Results of learning paths exercises by session";
  334. $LPQuestionListResults = "Learning paths exercises results list";
  335. $PleaseSelectACourse = "Please select a course";
  336. $StudentScoreAverageIsCalculatedBaseInAllLPsAndAllAttempts = "Learner score average is calculated bases on all learning paths and all attempts";
  337. $AverageScore = "Average score";
  338. $LastConnexionDate = "Last connexion date";
  339. $QuestionsAreTakenFromLPExercises = "These questions have been taken from the learning paths";
  340. $AllStudentsAttemptsAreConsidered = "All learners attempts are considered";
  341. $PublishedExercises = "Exercises available";
  342. $DoneExercises = "Exercises taken";
  343. $AverageExerciseResult = "Average exercise result";
  344. $LPProgress = "Learning path progress";
  345. $Ranking = "Ranking";
  346. $BestResultInCourse = "Best result in course";
  347. $ExerciseStartDate = "Publication date";
  348. $OnlyBestResultsPerStudent = "In case of multiple attempts, only shows the best result of each learner";
  349. $BestAttempt = "Best attempt";
  350. $ExercisesInTimeProgressChart = "Progress of own exercises results over time, against learners average";
  351. $AverageIsCalculatedBasedInAllAttempts = "Average is calculated based on all test attempts";
  352. $AverageIsCalculatedBasedInTheLatestAttempts = "Average is calculated based on the latest attempts";
  353. $LatestAttemptAverageScore = "Latest attempt average score";
  354. $Untitled = "Untitled";
  355. $Quantity = "Quantity";
  356. $UploadedDocuments = "Uploaded documents";
  357. $ExerciseProgress = "Exercise progress";
  358. $NumberOfStudents = "Number of learners";
  359. $NumberStudentsAccessingCourse = "Number of learners accessing the course";
  360. $PercentageStudentsAccessingCourse = "Percentage of learners accessing the course";
  361. $NumberStudentsCompleteAllActivities = "Number of learners who completed all activities (100% progress)";
  362. $PercentageStudentsCompleteAllActivities = "Percentage of learners who completed all activities (100% progress)";
  363. $AverageOfActivitiesCompletedPerStudent = "Average number of activities completed per learner";
  364. $TotalTimeSpentInTheCourse = "Total time spent in the course";
  365. $AverageTimePerStudentInCourse = "Average time spent per learner in the course";
  366. $NumberOfDocumentsInLearnpath = "Number of documents in learning path";
  367. $NumberOfExercisesInLearnpath = "Number of exercises in learning path";
  368. $NumberOfLinksInLearnpath = "Number of links in learning path";
  369. $NumberOfForumsInLearnpath = "Number of forums in learning path";
  370. $NumberOfAssignmentsInLearnpath = "Number of assignments in learning path";
  371. $NumberOfAnnouncementsInCourse = "Number of announcements in course";
  372. $CurrentCoursesReport = "Current courses report";
  373. $NumberOfPublishedExercises = "# of published exercises";
  374. $NumberOfPublishedLps = "# of published Learning Paths";
  375. $EventType = "Event type";
  376. $NbInactiveSessions = "Number of inactive sessions";
  377. $FollowedSessions = "Followed sessions";
  378. $FollowedCourses = "Followed courses";
  379. $FollowedUsers = "Followed users";
  380. $Timeline = "Timeline";
  381. ?>