install.inc.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php // $Id: install.inc.php 950 2004-04-01 20:24:14Z olivierb78 $
  2. /*
  3. +----------------------------------------------------------------------+
  4. | CLAROLINE version 1.4.0 $Revision: 950 $ |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
  7. +----------------------------------------------------------------------+
  8. | French Translation |
  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. | Translator : |
  31. | Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
  32. | Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
  33. +----------------------------------------------------------------------+
  34. */
  35. $langEG = "par ex.";
  36. $langDBHost = "Database Hôte";
  37. $langDBLogin = "Database User";
  38. $langDBPassword = "Database Mot de passe";
  39. $langMainDB = "Base principale de Dokeos";
  40. $langStatDB = "Base pour le tracking. Utile uniquement si vous séparez les bases centrale et tracking";
  41. $langEnableTracking = "Activer le Tracking";
  42. $langAllFieldsRequired = "Toutes ces données sont requises";
  43. $langPrintVers = "Version imprimable";
  44. $langLocalPath = "Corresponding local path";
  45. $langAdminEmail = "Email de l'administrateur";
  46. $langAdminName = "Nom de l'administrateur";
  47. $langAdminSurname = "Prénom de l'administrateur";
  48. $langAdminLogin = "Identifiant de l'administrator";
  49. $langAdminPass = "Mot de passe de l'administrator";
  50. $langEducationManager = "Responsable du contenu";
  51. $langHelpDeskPhone = "N° de téléphone de l'assisance technique";
  52. $langCampusName = "Nom du campus";
  53. $langInstituteShortName = "Nom abrégé de l'institution";
  54. $langInstituteName = "URL de l'institution";
  55. $langDBSettingIntro = "
  56. Install script will create claroline main DB. Please note that Dokeos
  57. will need to create many DBs. If you are allowed only one
  58. DB for your website by your Hosting Services, Dokeos will not work.";
  59. $langStep1 = "Étape 1 sur 6 ";
  60. $langStep2 = "Étape 2 sur 6 ";
  61. $langStep3 = "Étape 3 sur 6 ";
  62. $langStep4 = "Étape 4 sur 6 ";
  63. $langStep5 = "Étape 5 sur 6 ";
  64. $langStep6 = "Étape 6 sur 6 ";
  65. $langCfgSetting = "Config settings";
  66. $langDBSetting = "MySQL database settings";
  67. $langMainLang = "Langue principale";
  68. $langLicence = "Licence";
  69. $langLastCheck = "Last check before install";
  70. $langRequirements = "Requirements";
  71. $langDbPrefixForm = "Prefix pour le nom de base MySQL";
  72. $langDbPrefixCom = "Laissez vide si non requis";
  73. $langEncryptUserPass = "Crypter les mots de passes des utilisateur dans la base de données";
  74. $langSingleDb = "Use one or several DB for Dokeos";
  75. $langWarningResponsible = "Utilisez ce script après avoir fait un backup. Nous ne pourrons être tenu responsable pour tout problème qui vous ferai perdre des données.";
  76. $langAllowSelfReg = "Auto-inscription autorisée";
  77. $langRecommended = "(recomamndé)";
  78. ?>