index.inc.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?php // $Id: index.inc.php 3162 2005-01-20 13:19:47Z olivierb78 $
  2. /*
  3. +----------------------------------------------------------------------+
  4. | DOKEOS 1.5 $Revision: 3162 $ |
  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. // GENERIC
  30. $langModify="modifier";
  31. $langDelete="effacer";
  32. $langTitle="Titre";
  33. $langHelp="Aide";
  34. $langOk="valider";
  35. $langAddIntro="AJOUTER UN TEXTE D'INTRODUCTION";
  36. $langBackList="Retour à la liste";
  37. $langCourseDoesntExist="<b>Attention :</b> Ce espace n'existe pas";
  38. $langGetCourseFromOldPortal="cliquez ici pour récupérer cet espace dans votre ancien portail";
  39. // index.php CAMPUS HOME PAGE
  40. $langInvalidId="Cet identifiant ou ce mot de passe n'est pas valide.";
  41. $langInvalidForSelfRegistration="Cet identifiant ou ce mot de passe n'est pas valide. Si vous n'êtes pas enregistré, veuillez remplir <a href=claroline/auth/inscription.php>le formulaire d'inscription</a>";
  42. $langOtherCourses="Autres espace";
  43. $langCourseCreate="Créer un espace";
  44. $langTodo="Suggestions";
  45. $langWelcome="courss sont en libre accès ci-dessous. Les autres espace existants
  46. nécessitent un identifiant et un mot de passe que l'on peut
  47. obtenir en cliquant sur la mention 'inscription'. Il est possible aux
  48. responsables de créer un nouvel espace en cliquant sur la
  49. mention 'inscription'.";
  50. $langUserName="Identifiant";
  51. $langPass="Mot de passe";
  52. $langEnter="Entrer";
  53. $langReg="Inscription";
  54. $langMenu ="Menu";
  55. $langDoc="Documentation";
  56. $langPlatformAdmin="Administration";
  57. $langAdvises="Conseils";
  58. $langOtherCourses="Liste des espaces";
  59. $langSupportForum="Forum de support";
  60. $langCategories = "Catégories";
  61. $langBackToHomePage = "Retour à la page d'accueil";
  62. $lang_No_course_publicly_available = "Pas d'espaces en accès libre";
  63. $lang_edit_my_course_list = "Modifier ma liste d'espaces";
  64. $langLostPassword = "Mot de passe perdu";
  65. $langAgenda = "Agenda : prochains événements";
  66. $langValvas = "Dernières annonces" ;
  67. $langUp = "catégorie supérieure";
  68. $langCatList = "Catégories";
  69. $langCourseList = "Liste des espaces";
  70. $langCourses = "cours";
  71. $langIn = "dans";
  72. $langSubCat = "sous-catégories";
  73. $langMenuGeneral = "Général";
  74. $langMenuUser = "Utilisateur";
  75. $langMenuAdmin = "Administration";
  76. ?>