tracking.inc.php 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <?php
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.3.0 $Revision: 1997 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | $Id: tracking.inc.php 1997 2004-07-07 14:55:42Z olivierb78 $ |
  9. +----------------------------------------------------------------------+
  10. | This program is free software; you can redistribute it and/or |
  11. | modify it under the terms of the GNU General Public License |
  12. | as published by the Free Software Foundation; either version 2 |
  13. | of the License, or (at your option) any later version. |
  14. | |
  15. | This program is distributed in the hope that it will be useful, |
  16. | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  17. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  18. | GNU General Public License for more details. |
  19. | |
  20. | You should have received a copy of the GNU General Public License |
  21. | along with this program; if not, write to the Free Software |
  22. | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
  23. | 02111-1307, USA. The GNU GPL license is also available through |
  24. | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
  25. +----------------------------------------------------------------------+
  26. | Authors: Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  27. | Hugues Peeters <peeters@ipm.ucl.ac.be> |
  28. | Christophe Gesché <gesche@ipm.ucl.ac.be> |
  29. | Piraux Sébastien <piraux_seb@hotmail.com> |
  30. +----------------------------------------------------------------------+
  31. */
  32. /***************************************************************
  33. * Language translation
  34. ****************************************************************
  35. GOAL
  36. ****
  37. Translate the interface in chosen language
  38. ENGLISH
  39. *****************************************************************/
  40. /* general */
  41. $langTrackingDisabled = "Tracking has been disabled by system administrator.";
  42. $langToolName="Tracking";
  43. $langShowAll = "Show all";
  44. $langShowNone = "Show none";
  45. $langCourseStats = "Area Stats";
  46. $langToolsAccess = "Access to tools";
  47. $langCourseAccess = "Access to this area";
  48. $langLinksAccess = "Links";
  49. $langDocumentsAccess = "Documents";
  50. $langScormAccess = "Learning path - Scorm format areas";
  51. $langLinksDetails = "Links accessed by the user";
  52. $langWorksDetails = "Works uploaded by the user in the name of 'Authors'";
  53. $langLoginsDetails = "Click on the month name for more details";
  54. $langDocumentsDetails = "Documents downloaded by the user";
  55. $langExercicesDetails = "Score of tests done";
  56. $langBackToList = "Back to users list";
  57. $langDetails = "Details";
  58. $langClose = "Close";
  59. /* subtitles */
  60. $langStatsOfCourse = "Statistics of Area";
  61. $langStatsOfUser = "Statistics of user";
  62. $langStatsOfCampus = "Statistics of portal";
  63. /* area */
  64. $langCountUsers = "Number of subscribed users";
  65. /* area access */
  66. $langCountToolAccess = "Total number of connections to this area";
  67. /* logins */
  68. $langLoginsTitleMonthColumn = "Month";
  69. $langLoginsTitleCountColumn = "Number of logins";
  70. /* tools */
  71. $langToolTitleToolnameColumn = "Name of the tool";
  72. $langToolTitleUsersColumn = "Users Clicks";
  73. $langToolTitleCountColumn = "Total Clicks";
  74. /* links*/
  75. $langLinksTitleLinkColumn = "Link";
  76. $langLinksTitleUsersColumn = "Users Clicks";
  77. $langLinksTitleCountColumn = "Total Clicks";
  78. /* exercises */
  79. $langExercicesTitleExerciceColumn = "Test";
  80. $langExercicesTitleScoreColumn = "Score";
  81. /* documents */
  82. $langDocumentsTitleDocumentColumn = "Document";
  83. $langDocumentsTitleUsersColumn = "Users Downloads";
  84. $langDocumentsTitleCountColumn = "Total Downloads";
  85. /* scorm */
  86. $langScormContentColumn="Area Title";
  87. $langScormStudentColumn="Users";
  88. $langScormTitleColumn="Lesson";
  89. $langScormStatusColumn="Status";
  90. $langScormScoreColumn="Score";
  91. $langScormTimeColumn="Time";
  92. $langScormNeverOpened="This area was never opened by this user.";
  93. /* works */
  94. $langWorkTitle = "Title";
  95. $langWorkAuthors = "Authors";
  96. $langWorkDescription = "Description";
  97. $langDate = "Date";
  98. /* user list */
  99. $informationsAbout = "Tracking of";
  100. $langUserName = "Username";
  101. $langFirstName = "FirstName";
  102. $langLastName = "Lastname";
  103. $langEmail = "Email";
  104. $langNoEmail = "No email address specified";
  105. /* others */
  106. $langNoResult = "No Result";
  107. $langCourse = "Area";
  108. $langHits = "Hits";
  109. $langTotal = "Total";
  110. $langHour = "Hour";
  111. $langDay = "Day";
  112. $langLittleHour = "h.";
  113. $langLast31days = "In the last 31 days";
  114. $langLast7days = "In the last 7 days";
  115. $langThisday = "This day";
  116. /* perso stats */
  117. $langLogins = "My last logins";
  118. $langLoginsExplaination = "Here is the list of your last logins with the tools you visited during these sessions.";
  119. $langExercicesResults = "Score of the tests done";
  120. $langVisits = "visits";
  121. $langAt = "at";
  122. $langLoginTitleDateColumn = "Date";
  123. $langLoginTitleCountColumn = "Visits";
  124. /* coach view */
  125. $langLoginsAndAccessTools = "Logins and access to tools";
  126. $langWorkUploads = "Contributions uploads";
  127. $langErrorUserNotInGroup = "Invalid user : this user doesn't exist in your group" ;
  128. $langListStudents = "List of users in this group";
  129. /* details page */
  130. $langPeriodHour = "Hour";
  131. $langPeriodDay = "Day";
  132. $langPeriodWeek = "Week";
  133. $langPeriodMonth = "Month";
  134. $langPeriodYear = "Year";
  135. $langNextDay = "Next Day";
  136. $langPreviousDay = "Previous Day";
  137. $langNextWeek = "Next Week";
  138. $langPreviousWeek = "Previous Week";
  139. $langNextMonth = "Next Month";
  140. $langPreviousMonth = "Previous Month";
  141. $langNextYear = "Next Year";
  142. $langPreviousYear = "Previous Year";
  143. $langViewToolList = "View List of All Tools";
  144. $langToolList = "List of all tools";
  145. $langFrom = "From";
  146. $langTo = "to";
  147. /* traffic_details */
  148. $langPeriodToDisplay = "Period";
  149. $langDetailView = "View by";
  150. /* for interbredcrumps */
  151. $langBredCrumpGroups = "Groups";
  152. $langBredCrumpGroupSpace = "Group Area";
  153. $langBredCrumpUsers = "Users";
  154. /* admin stats */
  155. $langAdminToolName = "Admin Stats";
  156. $langPlatformStats = "Platform Statistics";
  157. $langStatsDatabase = "Stats Database";
  158. $langPlatformAccess = "Access to portal";
  159. $langPlatformCoursesAccess = "Access to areas";
  160. $langPlatformToolAccess = "Access to tools";
  161. $langHardAndSoftUsed = "Countries Providers Browsers Os Referers";
  162. $langStrangeCases = "Problematic cases";
  163. $langStatsDatabaseLink = "Click Here";
  164. $langCountCours = "Number of areas";
  165. $langCountUsers = "Number of users";
  166. $langCountCourseByFaculte = "Number of areas by category";
  167. $langCountCourseByLanguage = "Number of areas by language";
  168. $langCountCourseByVisibility = "Number of areas by visibility";
  169. $langCountUsersByCourse = "Number of users by area";
  170. $langCountUsersByFaculte = "Number of users by category";
  171. $langCountUsersByStatus = "Number of users by status";
  172. $langCourses = "Areas";
  173. $langUsers = "Users";
  174. $langAccess = "Access";
  175. $langCountries = "Countries";
  176. $langProviders = "Providers";
  177. $langOS = "OS";
  178. $langBrowsers = "Browsers";
  179. $langReferers = "Referers";
  180. $langAccessExplain = "(When an user open the index of the portal)";
  181. $langLogins = "Logins";
  182. $langTotalPlatformAccess = "Total";
  183. $langTotalPlatformLogin = "Total";
  184. $langMultipleLogins = "Accounts with same <i>Username</i>";
  185. $langMultipleUsernameAndPassword = "Accounts with same <i>Username</i> AND same <i>Password</i>";
  186. $langMultipleEmails = "Accounts with same <i>Email</i>";
  187. $langCourseWithoutProf = "Areas without leader";
  188. $langCourseWithoutAccess = "Areas not used";
  189. $langLoginWithoutAccess = "Logins not used";
  190. $langAllRight = "There is no strange case here";
  191. $langDefcon = "Ooops, problematic cases detected !!";
  192. $langNULLValue = "Empty (or NULL)";
  193. $langTrafficDetails = "Traffic Details";
  194. $langSeeIndividualTracking= "For individual tracking see <a href=../user/user.php>Users</a> tool.";
  195. ?>