install.inc.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langStatDB = "Tracking DB. Useful only if several DB";
  6. $langEnableTracking = "Enable Tracking";
  7. $langInstituteShortName = "Organisation short name";
  8. $langWarningResponsible = "Use this script only after backup. Claroline team is not responsible if you lost or corrupted data";
  9. $langEG = "e. g.";
  10. $langDBHost = "Database Host";
  11. $langDBLogin = "Database Username";
  12. $langDBPassword = "Database Password";
  13. $langMainDB = "Main claroline DB";
  14. $langAllFieldsRequired = "all fields required";
  15. $langPrintVers = "Printable version";
  16. $langLocalPath = "Corresponding local path";
  17. $langAdminEmail = "Administrator email";
  18. $langAdminName = "Administrator name";
  19. $langAdminSurname = "Administrator surname";
  20. $langAdminLogin = "Administrator login";
  21. $langAdminPass = "Administrator password";
  22. $langEducationManager = "Education manager";
  23. $langCampusName = "Your campus' name";
  24. $langDBSettingIntro = "\t\t\t\tInstall script will create claroline main DB. Please note that Claroline \t\t\t\twill need to create many DBs (unless you select option \"One\" below). If you are allowed only one \t\t\t\tDB for your website by your Hosting Services, Claroline will not work.";
  25. $langStep1 = "Step 1 of 6";
  26. $langStep2 = "Step 2 of 6";
  27. $langStep3 = "Step 3 of 6";
  28. $langStep4 = "Step 4 of 6";
  29. $langStep5 = "Step 5 of 6";
  30. $langStep6 = "Step 6 of 6";
  31. $langCfgSetting = "Config settings";
  32. $langDBSetting = "MySQL database settings";
  33. $langMainLang = "Main language";
  34. $langLicence = "License";
  35. $langLastCheck = "Last check before install";
  36. $langRequirements = "Requirements";
  37. $langDbPrefixForm = "MySQL Prefix";
  38. $langDbPrefixCom = "Leave empty if not requested";
  39. $langEncryptUserPass = "Encrypt user passwords in database";
  40. $langSingleDb = "Use one or several DB for Claroline";
  41. $langAllowSelfReg = "Allow self-registration";
  42. $langRecommended = "(recommended)";
  43. ?>