registration.inc.php 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <?php # $Id: registration.inc.php 1997 2004-07-07 14:55:42Z olivierb78 $
  2. //----------------------------------------------------------------------
  3. // CLAROLINE
  4. //----------------------------------------------------------------------
  5. // Copyright (c) 2001-2003 Universite catholique de Louvain (UCL)
  6. //----------------------------------------------------------------------
  7. // This program is under the terms of the GENERAL PUBLIC LICENSE (GPL)
  8. // as published by the FREE SOFTWARE FOUNDATION. The GPL is available
  9. // through the world-wide-web at http://www.gnu.org/copyleft/gpl.html
  10. //----------------------------------------------------------------------
  11. // Authors: see 'credits' file
  12. //----------------------------------------------------------------------
  13. /*
  14. +----------------------------------------------------------------------+
  15. | Translator : |
  16. | Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  17. | Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
  18. +----------------------------------------------------------------------+
  19. */
  20. $langCourseAdministratorOnly = "Leader only";
  21. $langDefineHeadings = "Define Headings";
  22. $langAddNewUser = "Add a new user";
  23. $langFirstname = "First name"; // by moosh
  24. $langLastname = "Last name"; // by moosh
  25. $langEmail = "Email";// by moosh
  26. $langRetrieve ="Retrieve identification information";// by moosh
  27. $langMailSentToAdmin = "A mail is sent to administrator.";// by moosh
  28. $langAccountNotExist = "Account not found.<BR>".$langMailSentToAdmin." They would search manually.<BR>";// by moosh
  29. $langAccountExist = "This account exists.<BR>".$langMailSentToAdmin."<BR>";// by moosh
  30. $langWaitAMailOn = "A mail can be sent to ";// by moosh
  31. $langCaseSensitiveCaution = "System is case sensitive.";// by moosh
  32. $langDataFromUser = "Data sent by user";// by moosh
  33. $langDataFromDb = "Data in the database";// by moosh
  34. $langLoginRequest = "Login request";// by moosh
  35. $langExplainFormLostPass = "Type data entered at first registration.";
  36. // by moosh
  37. $langTotalEntryFound = "Record found";// by moosh
  38. $langEmailNotSent = "Somethink doesn't work, mail this to ";// by moosh
  39. $langYourAccountParam = "This is your information to connect to";
  40. $langTryWith ="Try with";// by moosh
  41. $langInPlaceOf ="and not with ";// by moosh
  42. $langParamSentTo = "Identification information sent to ";// by moosh
  43. $langAddVarUser="Enroll a list of users";
  44. // REGISTRATION - AUTH - inscription.php
  45. $lang_lost_password="Lost password";
  46. $langRegistration="Registration";
  47. $langName=$langFirstname;
  48. $langSurname=$langLastname;
  49. $langUsername="Username";
  50. $langPass="Password";
  51. $langConfirmation="Confirmation";
  52. $langStatus="Status";
  53. $langRegStudent="Follow areas";
  54. $langRegAdmin="Create areas";
  55. // inscription_second.php
  56. $langPassTwice="You typed two different passwords. Use your browser's back button and try again.";
  57. $langEmptyFields="You left some fields empty. Use your browser's back button and try again.";
  58. $langUserFree="This username is already taken. Use your browser's back button and choose another.";
  59. $langYourReg="Your registration on";
  60. $langDear="Dear";
  61. $langYouAreReg="You are registered on";
  62. $langSettings="with the following settings :\n\nUsername :";
  63. $langAddress="The address of ";
  64. $langIs="is";
  65. $langProblem="In case of problems, contact us.";
  66. $langFormula="Yours sincerely";
  67. $langManager="Manager";
  68. $langPersonalSettings="Your personal settings have been registered";
  69. $langMailHasBeenSent="An email has been sent to help you remember your username and password";
  70. $langNowGoChooseYourCourses ="You can now go to select, in the list, the areas you want to access to";
  71. $langNowGoCreateYourCourse ="You can now go to create your area";
  72. $langYourRegTo="Your are registered to";
  73. $langIsReg="has been updated";
  74. $langCanEnter="You can now <a href=../../index.php>enter the portal</a>";
  75. // profile.php
  76. $langModifProfile="Modify my profile";
  77. $langViewProfile="View my profile";
  78. $langPassTwo="You have typed two different passwords";
  79. $langAgain="Try again!";
  80. $langFields="You left some fields empty";
  81. $langUserTaken="This username is already in use";
  82. $langEmailWrong="The email address is not complete or contains some unvalid characters";
  83. $langProfileReg="Your new profile has been saved";
  84. $langHome="Back to Home Page";
  85. $langMyStats = "View my tracking";
  86. // user.php
  87. $langUsers="Users";
  88. $langModRight="Modify admin rights of";
  89. $langNone="None";
  90. $langAll="All";
  91. $langNoAdmin="has now <b>NO leader rights on this site</b>";
  92. $langAllAdmin="has now <b>ALL leader rights on this site</b>";
  93. $langModRole="Modify the description of";
  94. $langRole="Description";
  95. $langIsNow="is now";
  96. $langInC="in this area";
  97. $langFilled="You have left some fields empty.";
  98. $langUserNo="The username you choose ";
  99. $langTaken="is already in use. Choose another one.";
  100. $langOneResp="One of the area administrators";
  101. $langRegYou="has registered you on this area";
  102. $langTheU="The user";
  103. $langAddedU="has been added. An email has been sent to give him his username ";
  104. $langAndP="and his password";
  105. $langDereg="has been unregistered from this area";
  106. $langAddAU="Add a user";
  107. $langImportUserList="Import a list of users";
  108. $langStudent="Member";
  109. $langBegin="begin.";
  110. $langPreced50 = "Previous 50";
  111. $langFollow50 = "Next 50";
  112. $langEnd = "end";
  113. $langAdmR="Admin. rights";
  114. $langUnreg = "Unregister";
  115. $langAddHereSomeCourses = "<font size=2 face='Arial, Helvetica'><big>Modify areas list</big><br><br>Check the areas you want to follow.<br>Uncheck the ones you don't want to follow anymore.<br> Then click Ok at the bottom of the list";
  116. $langTitular = "Author";
  117. $langCanNotUnsubscribeYourSelf = "You can't unsubscribe yourself from a area that you lead, only another leader can do that.";
  118. $langGroup="Group";
  119. $langUserNoneMasc="-";
  120. $langTutor="Coach";
  121. $langTutorDefinition="Coach (right to supervise groups)";
  122. $langAdminDefinition="Admin (right to modify Area)";
  123. $langDeleteUserDefinition="Unregister (delete from users list of <b>this</b> area)";
  124. $langNoTutor = "is not coach for this area";
  125. $langYesTutor = "is coach for this area";
  126. $langUserRights="Users rights";
  127. $langNow="now";
  128. $langOneByOne="Add user manually";
  129. $langUserMany="Import a user list through a CSV / XML file";
  130. $langNo="no";
  131. $langYes="yes";
  132. $langUserAddExplanation="every line of file to send will necessarily an only
  133. include 5 fields: <b>First name&nbsp;&nbsp;&nbsp;Last name&nbsp;&nbsp;&nbsp;
  134. Login&nbsp;&nbsp;&nbsp;Password&nbsp;
  135. &nbsp;&nbsp;Email</b> separated by tabs and in this order.
  136. Users will receive email confirmation with login/password.";
  137. $langSend="Send";
  138. $langDownloadUserList="Upload list";
  139. $langUserNumber="number";
  140. $langGiveAdmin="Make admin";
  141. $langRemoveRight="Remove this right";
  142. $langGiveTutor="Make coach";
  143. $langUserOneByOneExplanation="He (she) will receive email confirmation with login and password";
  144. $langBackUser="Back to users list";
  145. $langUserAlreadyRegistered="A user with same name is already registered in this area.";
  146. $langAddedToCourse="has been registered to your area";
  147. $langGroupUserManagement="Group management";
  148. $langIsReg="Your modifications have been registered";
  149. $langPassTooEasy ="this password is too simple. Use a pass like this ";
  150. $langIfYouWantToAddManyUsers="If you want to add a list of users in
  151. your area, please contact your web administrator.";
  152. $langCourses="Areas.";
  153. $langLastVisits="My last visits";
  154. $langSee = "Go&nbsp;to";
  155. $langSubscribe = "Subscribe";
  156. $langCourseName = "Name&nbsp;of&nbsp;course";
  157. $langLanguage = "Language";
  158. $langConfirmUnsubscribe = "Confirm user unsubscription";
  159. $langAdded = "Added";
  160. $langDeleted = "Deleted";
  161. $langPreserved = "Preserved";
  162. $langDate = "Date";
  163. $langAction = "Action";
  164. $langLogin = "Log In";
  165. $langModify = "Modify";
  166. $langUserName = "User name";
  167. $lang_enter_email_and_well_send_you_password = "Enter the e-mail address that you used to register and we will send you back your password.";
  168. $lang_your_password_has_been_emailed_to_you="Your password has been emailed to you.";
  169. $password_request="You have asked to reset your password.\nIf you did not ask, then ignore this mail.\n\nTo reset your password click on the reset link.";
  170. $langEdit = "Edit";
  171. $langCourseManager = "Leader";
  172. $langAddImage= "Picture";
  173. $langImageWrong="The file size should be smaller than";
  174. $langUpdateImage = "Change picture"; //by Moosh
  175. $langDelImage = "Remove picture"; //by Moosh
  176. $langOfficialCode = "Official Code (ID)";
  177. $langAuthInfo = "Authentication";
  178. $langEnter2passToChange = "Enter your password twice to change it. Otherwise, leave the fields empty.";
  179. $langTracking="Tracking";
  180. $langShouldBeCSVFormat="File should be CSV format. Do not add spaces. Structure should be exactly :";
  181. ?>