course_description.inc.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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_description.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. $langCourseProgram = "Area description";
  37. $langThisCourseDescriptionIsEmpty = "This area is presently not described";
  38. $langEditCourseProgram = "Create and edit a area description";
  39. $langQuestionPlan = "Question to leader";
  40. $langInfo2Say = "Information to give to users";
  41. $langOuAutreTitre = "Title";
  42. $langContenuPlan = "";
  43. $langNewBloc = "Other";
  44. $langAddCat = "add category";
  45. $langAdd ="Add";
  46. $langValid ="Valid";
  47. $langBackAndForget ="Back and forget";
  48. ?>