tracking.inc.php 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langToolName = "Reports";
  5. $TrackingDisabled = "Reporting has been disabled by system administrator.";
  6. $InactivesStudents = "Inactive users";
  7. $AverageTimeSpentOnThePlatform = "Average time spent on portal";
  8. $AverageCoursePerStudent = "Average courses per user";
  9. $AverageProgressInLearnpath = "Average progress in SCORM courses";
  10. $AverageResultsToTheExercices = "Average score in tests";
  11. $SeeStudentList = "See the users list";
  12. $NbActiveSessions = "Active sessions";
  13. $NbPastSessions = "Past sessions";
  14. $NbFutureSessions = "Future sessions";
  15. $NbStudentPerSession = "Number of users per session";
  16. $NbCoursesPerSession = "Number of courses per session";
  17. $SeeSessionList = "See the sessions list";
  18. $langShowNone = "Show none";
  19. $langCourseStats = "Course Stats";
  20. $langToolsAccess = "Tools access";
  21. $langCourseAccess = "Access to this course";
  22. $langLinksAccess = "Links";
  23. $langDocumentsAccess = "Documents";
  24. $langScormAccess = "SCORM courses";
  25. $langLinksDetails = "Links accessed";
  26. $langWorksDetails = "assignments uploaded";
  27. $langLoginsDetails = "Click on the month name for more details";
  28. $langDocumentsDetails = "Documents downloaded";
  29. $langExercicesDetails = "Score of tests done";
  30. $langBackToList = "Back to users list";
  31. $langDetails = "Details";
  32. $langStatsOfCourse = "Statistics of course area";
  33. $langStatsOfUser = "Statistics of user";
  34. $langStatsOfCampus = "Statistics of portal";
  35. $langCountUsers = "Number of users";
  36. $langCountToolAccess = "Number of connections to this course";
  37. $langLoginsTitleMonthColumn = "Month";
  38. $langLoginsTitleCountColumn = "Number of logins";
  39. $langToolTitleToolnameColumn = "Name of the tool";
  40. $langToolTitleUsersColumn = "Users Clicks";
  41. $langToolTitleCountColumn = "Total Clicks";
  42. $langLinksTitleLinkColumn = "Link";
  43. $langLinksTitleUsersColumn = "Users Clicks";
  44. $langLinksTitleCountColumn = "Total Clicks";
  45. $langExercicesTitleExerciceColumn = "Test";
  46. $langExercicesTitleScoreColumn = "Score";
  47. $langDocumentsTitleDocumentColumn = "Document";
  48. $langDocumentsTitleUsersColumn = "Users Downloads";
  49. $langDocumentsTitleCountColumn = "Total Downloads";
  50. $langScormContentColumn = "Title";
  51. $langScormStudentColumn = "Users";
  52. $langScormTitleColumn = "Step";
  53. $langScormStatusColumn = "Status";
  54. $langScormScoreColumn = "Score";
  55. $langScormTimeColumn = "Time";
  56. $langScormNeverOpened = "This course was never opened by this user.";
  57. $langWorkTitle = "Title";
  58. $langWorkAuthors = "Authors";
  59. $langWorkDescription = "Description";
  60. $informationsAbout = "Tracking of";
  61. $langNoEmail = "No email address specified";
  62. $langNoResult = "No Result";
  63. $langCourse = "Course";
  64. $langHits = "Hits";
  65. $langTotal = "Total";
  66. $langHour = "Hour";
  67. $langDay = "Day";
  68. $langLittleHour = "h.";
  69. $langLast31days = "In the last 31 days";
  70. $langLast7days = "In the last 7 days";
  71. $langThisday = "This day";
  72. $langLogins = "Logins";
  73. $langLoginsExplaination = "Here is the list of your latest logins with the tools you visited during these sessions.";
  74. $langExercicesResults = "Score for the tests done";
  75. $langVisits = "visits";
  76. $langAt = "at";
  77. $langLoginTitleDateColumn = "Date";
  78. $langLoginTitleCountColumn = "Visits";
  79. $langLoginsAndAccessTools = "Logins and access to tools";
  80. $langWorkUploads = "Contributions uploads";
  81. $langErrorUserNotInGroup = "Invalid user : this user doesn\'t exist in your group";
  82. $langListStudents = "List of users in this group";
  83. $langPeriodHour = "Hour";
  84. $langPeriodDay = "Day";
  85. $langPeriodWeek = "Week";
  86. $langPeriodMonth = "Month";
  87. $langPeriodYear = "Year";
  88. $langNextDay = "Next Day";
  89. $langPreviousDay = "Previous Day";
  90. $langNextWeek = "Next Week";
  91. $langPreviousWeek = "Previous Week";
  92. $langNextMonth = "Next Month";
  93. $langPreviousMonth = "Previous Month";
  94. $langNextYear = "Next Year";
  95. $langPreviousYear = "Previous Year";
  96. $langViewToolList = "View List of All Tools";
  97. $langToolList = "List of all tools";
  98. $langFrom = "From";
  99. $langTo = "to";
  100. $langPeriodToDisplay = "Period";
  101. $langDetailView = "View by";
  102. $langBredCrumpGroups = "Groups";
  103. $langBredCrumpGroupSpace = "Group Area";
  104. $langBredCrumpUsers = "Users";
  105. $langAdminToolName = "Admin Stats";
  106. $langPlatformStats = "Platform Statistics";
  107. $langStatsDatabase = "Stats Database";
  108. $langPlatformAccess = "Access to portal";
  109. $langPlatformCoursesAccess = "Access to courses";
  110. $langPlatformToolAccess = "Tools access";
  111. $langHardAndSoftUsed = "Countries Providers Browsers Os Referers";
  112. $langStrangeCases = "Problematic cases";
  113. $langStatsDatabaseLink = "Click Here";
  114. $langCountCours = "Number of courses";
  115. $langCountCourseByFaculte = "Number of courses by category";
  116. $langCountCourseByLanguage = "Number of courses by language";
  117. $langCountCourseByVisibility = "Number of courses by visibility";
  118. $langCountUsersByCourse = "Number of users by course";
  119. $langCountUsersByFaculte = "Number of users by category";
  120. $langCountUsersByStatus = "Number of users by status";
  121. $langAccess = "Access";
  122. $langCountries = "Countries";
  123. $langProviders = "Providers";
  124. $langOS = "OS";
  125. $langBrowsers = "Browsers";
  126. $langReferers = "Referers";
  127. $langAccessExplain = "(When an user open the index of the portal)";
  128. $langTotalPlatformAccess = "Total";
  129. $langTotalPlatformLogin = "Total";
  130. $langMultipleLogins = "Accounts with same <i>Username</i>";
  131. $langMultipleUsernameAndPassword = "Accounts with same <i>Username</i> AND same <i>Password</i>";
  132. $langMultipleEmails = "Accounts with same <i>Email</i>";
  133. $langCourseWithoutProf = "Courses without teacher";
  134. $langCourseWithoutAccess = "Courses not used";
  135. $langLoginWithoutAccess = "Logins not used";
  136. $langAllRight = "There is no strange case here";
  137. $langDefcon = "Ooops, problematic cases detected !!";
  138. $langNULLValue = "Empty (or NULL)";
  139. $langTrafficDetails = "Traffic Details";
  140. $langSeeIndividualTracking = "For individual tracking see <a href=../user/user.php>Users</a> tool.";
  141. $langPathNeverOpenedByAnybody = "This path was never opened by anybody.";
  142. $SynthesisView = "Synthesis view";
  143. $Visited = "Visited";
  144. $FirstAccess = "First access";
  145. $LastAccess = "Last access to system";
  146. $langProbationers = "Learner";
  147. $MoyenneTest = "Test average";
  148. $exportExcel = "Export in Excel format";
  149. $MoyCourse = "Course average";
  150. $MoyenneExamen = "Exam average";
  151. $MoySession = "Session average";
  152. $TakenSessions = "Taken sessions";
  153. $FollowUp = "Follow-up";
  154. $Trainers = "Teachers";
  155. $Administrators = "Administrators";
  156. $Tracks = "Tracks";
  157. $Success = "Success";
  158. $ExcelFormat = "Excel format";
  159. $MyLearnpath = "My learnpath";
  160. $Time = "Time";
  161. $Score = "Score";
  162. $LastConnexion = "Latest connexion";
  163. $ConnectionTime = "Connection time";
  164. $ConnectionsToThisCourse = "Connections to this course";
  165. $StudentTutors = "Student\'s coaches";
  166. $StudentSessions = "Student\'s sessions";
  167. $StudentCourses = "Student\'s courses";
  168. $NoLearnpath = "No learnpath";
  169. $Attempts = "Attempts";
  170. $Correction = "Correction";
  171. $NoExercise = "No exercises";
  172. $LimitDate = "Limit date";
  173. $SentDate = "Sent date";
  174. $Annotate = "Notify";
  175. $DayOfDelay = "Day of delay";
  176. $NoProduction = "No production";
  177. $NoComment = "No comment";
  178. $LatestLogin = "Latest connection";
  179. $TimeSpentOnThePlatform = "Time spent on the platform";
  180. $Messages = "Posts";
  181. $AveragePostsInForum = "Average posts number in the forum";
  182. $AverageAssignments = "Average assignments number";
  183. $Print = "Print";
  184. $StudentDetails = "Learner details";
  185. $StudentDetailsInCourse = "Learner details in course";
  186. $Learnpaths = "Learnpaths";
  187. $OtherTools = "Other tools";
  188. $DetailsStudentInCourse = "Student details in course";
  189. $CourseTitle = "Course title";
  190. $NbStudents = "Learners Enrolled";
  191. $TimeSpentInTheCourse = "Time spent in the course";
  192. $AvgStudentsProgress = "Class progress";
  193. $AvgStudentsScore = "Average learners score";
  194. $AvgMessages = "Messages sent";
  195. $AvgAssignments = "Assignments posted";
  196. $ToolsMostUsed = "Tools most used";
  197. $StudentsTracking = "Learner tracking";
  198. $CourseTracking = "Course tracking";
  199. $LinksMostClicked = "Links most visited";
  200. $DocumentsMostDownloaded = "Documents most downloaded";
  201. $LearningPathDetails = "Learning path details";
  202. $NoConnexion = "No connection";
  203. $TeacherInterface = "Trainer View";
  204. $CoachInterface = "Coach interface";
  205. $AdminInterface = "Admin view";
  206. $NumberOfSessions = "Number of sessions";
  207. $YourCourseList = "Course list";
  208. $YourStatistics = "Your statistics";
  209. $CoachList = "Trainer list";
  210. $CoachStudents = "Learners of trainer";
  211. $NoLearningPath = "No SCORM courses";
  212. $SessionCourses = "Session of courses";
  213. $NoUsersInCourseTracking = "Here you will find the tracking for your students subscribed in this course.";
  214. $AvgTimeSpentInTheCourse = "Active course time";
  215. $RemindInactiveUser = "Remind inactive user";
  216. $FirstLogin = "First connection";
  217. $AccessDetails = "Access details";
  218. $DateAndTimeOfAccess = "Date and time of access";
  219. $Duration = "Duration";
  220. $WrongDatasForTimeSpentOnThePlatform = "The datas about this user were registered when the calculation of time spent on the platform wasn\'t possible.";
  221. $DisplayCoaches = "Trainers Overview";
  222. $DisplayUserOverview = "User overview";
  223. $ExportUserOverviewOptions = "User overview export options";
  224. $FollowingFieldsWillAlsoBeExported = "The following fields will also be exported";
  225. $TotalExercisesScoreObtained = "Total score obtained for exercises";
  226. $TotalExercisesScorePossible = "Total possible score for exercises";
  227. $TotalExercisesAnswered = "Number of exercises answered";
  228. $TotalExercisesScorePercentage = "Total score percentage for exercises";
  229. $ForumForumsNumber = "Forums Number";
  230. $ForumThreadsNumber = "Threads number";
  231. $ForumPostsNumber = "Posts number";
  232. $ChatConnectionsDuringLastXDays = "Connections to the chat during last %s days";
  233. $ChatLastConnection = "Chat last connection";
  234. $CourseInformation = "Course Information";
  235. $NoAdditionalFieldsWillBeExported = "No additional fields will be exported";
  236. $langSendNotification = "Send notifications";
  237. ?>