index.inc.php 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.3.0 $Revision: 3162 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | $Id: index.inc.php 3162 2005-01-20 13:19:47Z olivierb78 $ |
  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. */
  31. /***************************************************************
  32. * Language translation
  33. ****************************************************************
  34. GOAL
  35. ****
  36. Translate the interface in chosen language
  37. *****************************************************************/
  38. // GENERIC
  39. $langModify="modifier";
  40. $langDelete="effacer";
  41. $langTitle="Titre";
  42. $langHelp="Comment démarrer?";
  43. $langOk="valider";
  44. $langAddIntro="AJOUTER UN TEXTE D'INTRODUCTION";
  45. $langBackList="Retour à la liste";
  46. // index.php CAMPUS HOME PAGE
  47. $langInvalidId="Cet identifiant ou ce mot de passe n'est pas valide.";
  48. $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>";
  49. $langOtherCourses="Autres sites";
  50. $langCourseCreate="Créer un site pour les cadres";
  51. $langTodo="Suggestions";
  52. $langWelcome="sites sont en libre accès ci-dessous. Les autres sites existants
  53. nécessitent un nom d'utilisateur et un mot de passe que l'on peut
  54. obtenir en cliquant sur la mention 'inscription'. Il est possible aux
  55. administrateurs et aux modérateurs de créer un nouveau site en cliquant sur la
  56. mention 'inscription'.";
  57. $langUserName="Nom d'utilisateur";
  58. $langPass="Mot de passe";
  59. $langEnter="Entrer";
  60. $langHelp="Comment démarrer?";
  61. $langReg="Inscription";
  62. $langMenu ="Menu";
  63. $langDoc="Documentation";
  64. $langPlatformAdmin="Administration";
  65. $langAdvises="Conseils";
  66. $langOtherCourses="Liste des sites";
  67. $langSupportForum="Forum de support";
  68. $langCategories = "Catégories";
  69. $langBackToHomePage = "Retour à la page de garde";
  70. $lang_No_course_publicly_available = "Pas de site en accès libre";
  71. $langMenuGeneral = "Général";
  72. $langMenuUser = "Utilisateur";
  73. $langMenuAdmin = "Administration";
  74. ?>