index.inc.php 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?php // $Id: index.inc.php 3162 2005-01-20 13:19:47Z olivierb78 $
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.5.* $Revision: 3162 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2003 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | English Translation |
  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. +----------------------------------------------------------------------+
  30. | Translator : |
  31. | Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  32. | Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
  33. +----------------------------------------------------------------------+
  34. */
  35. $langInvalidId="Login failed - incorrect username or password.";
  36. $langInvalidForSelfRegistration="Login failed - if you are not registered, you can do so using
  37. the <a href=claroline/auth/inscription.php>registration form</a>";
  38. $langCourseCreate="Create an area";
  39. $langTodo="To do";
  40. $langWelcome="Areas are freely available below. Other areas require
  41. a username and a password, which you can obtain by clicking on 'registration'. leaders
  42. can create Areas by clicking on registration too, but selecting then
  43. 'Create Areas'.";
  44. $langUserName="Username";
  45. $langPass="Password";
  46. $langEnter="Enter";
  47. $langHelp="Help";
  48. $langReg="Registration";
  49. $langMenu ="Menu";
  50. $langDoc="Documentation";
  51. $langPlatformAdmin="Platform Administration";
  52. $langAdvises="Advises";
  53. $langCourseDoesntExist="<b>Warning :</b> This area doesn't exist";
  54. $langGetCourseFromOldPortal="click here to get this area from your old portal";
  55. $langOtherCourses="Areas list";
  56. $langSupportForum="Support forum";
  57. $langCategories = "Categories";
  58. $langBackToHomePage = "Back to home page";
  59. $lang_No_course_publicly_available = "No area publicly available.";
  60. $langLostPassword = "Lost Password";
  61. $lang_edit_my_course_list = "Edit my areas List";
  62. $langAgenda = "Agenda next events";
  63. $langValvas = "Last announcements" ;
  64. $langUp = "previous level";
  65. $langCatList = "Categories";
  66. $langCourseList = "Areas";
  67. $langCourses = "Areas";
  68. $langIn = "in";
  69. $langSubCat = "sub-categories";
  70. ?>