resourcelinker.inc.php 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php // $Id: resourcelinker.inc.php 1846 2004-06-22 14:36:28Z olivierb78 $
  2. /*
  3. +----------------------------------------------------------------------+
  4. | DOKEOS 1.5 $Revision: 1846 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2004 The Dokeos Company | |
  7. +----------------------------------------------------------------------+
  8. | This program is free software; you can redistribute it and/or |
  9. | modify it under the terms of the GNU General Public License |
  10. | as published by the Free Software Foundation; either version 2 |
  11. | of the License, or (at your option) any later version. |
  12. | |
  13. | This program is distributed in the hope that it will be useful, |
  14. | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  15. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  16. | GNU General Public License for more details. |
  17. | |
  18. | You should have received a copy of the GNU General Public License |
  19. | along with this program; if not, write to the Free Software |
  20. | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
  21. | 02111-1307, USA. The GNU GPL license is also available through |
  22. | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
  23. +----------------------------------------------------------------------+
  24. | Authors: Thomas Depraetere <thomas.depraetere@dokeos.com> |
  25. | Hugues Peeters <peeters@ipm.ucl.ac.be> |
  26. | Christophe Gesché <gesche@ipm.ucl.ac.be> |
  27. +----------------------------------------------------------------------+
  28. */
  29. /***************************************************************
  30. * Language translation
  31. ****************************************************************
  32. GOAL
  33. ****
  34. Translate the interface in chosen language
  35. *****************************************************************/
  36. // the tools
  37. $lang_agenda="Agenda";
  38. $lang_document="Document";
  39. $lang_advalvas="Annonces";
  40. $lang_forum="Forum";
  41. $lang_link="Liens";
  42. $lang_exercise="Tests";
  43. $lang_external_link="Lien externe";
  44. // other interface
  45. $lang_course_resources="Ressources de cet espace";
  46. $lang_external_resources="Ressources externes";
  47. $lang_back_to="Retour à";
  48. $lang_resources_added="Ressources ajoutées";
  49. $lang_show_all_added_resources="Afficher toutes les ressources ajoutées";
  50. $lang_delete_added_resources="Supprimer les ressources ajoutées";
  51. $lang_add_to_links="Ajouter aux liens de l'espace";
  52. $lang_dont_add="ne pas ajouter";
  53. $lang_main_category="catégorie principale";
  54. $lang_level_up="niveau supérieur";
  55. ?>