course_home.inc.php 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: course_home.inc.php 1997 2004-07-07 14:55:42Z olivierb78 $ |
  9. | English Translation |
  10. +----------------------------------------------------------------------+
  11. | This program is free software; you can redistribute it and/or |
  12. | modify it under the terms of the GNU General Public License |
  13. | as published by the Free Software Foundation; either version 2 |
  14. | of the License, or (at your option) any later version. |
  15. | |
  16. | This program is distributed in the hope that it will be useful, |
  17. | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  18. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  19. | GNU General Public License for more details. |
  20. | |
  21. | You should have received a copy of the GNU General Public License |
  22. | along with this program; if not, write to the Free Software |
  23. | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
  24. | 02111-1307, USA. The GNU GPL license is also available through |
  25. | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
  26. +----------------------------------------------------------------------+
  27. | Authors: Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  28. | Hugues Peeters <peeters@ipm.ucl.ac.be> |
  29. | Christophe Gesché <gesche@ipm.ucl.ac.be> |
  30. +----------------------------------------------------------------------+
  31. | Translator : |
  32. | Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  33. | Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
  34. +----------------------------------------------------------------------+
  35. */
  36. $langNo="No";
  37. $langYes="Yes";
  38. $langAdminOnly="Leaders only";
  39. $langInLnk="Hidden tools and links";
  40. $langDelLk="Do you really want to delete this link?";
  41. $langRemove="Remove";
  42. $langDeactivate="Hide";
  43. $langActivate="Show";
  44. $langRemove="Remove";
  45. $langCourseCreate = "Create an area website";
  46. $langEnter ="Enter";
  47. $langNameOfTheLink ="Name of the link";
  48. ?>