install.inc.php 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $YourLanguageNotThereContactUs = "Cannot find your language in the list? Contact us at info@chamilo.org to contribute as a translator.";
  6. $DateTimezoneSettingNotSet = "We have detected that your PHP installation does not define the date.timezone setting. This is a requirement of Chamilo. Please make sure it is configured by checking your php.ini configuration, otherwise you will run into problems. We warned you!";
  7. $langStatDB = "Tracking DB.";
  8. $langEnableTracking = "Enable Tracking";
  9. $langInstituteShortName = "Your company short name";
  10. $langWarningResponsible = "Use this script only after backup. The Chamilo team is not responsible for lost or corrupted data.";
  11. $langAllowSelfRegProf = "Allow self-registration as a trainer";
  12. $langEG = "ex.";
  13. $langDBHost = "Database Host";
  14. $langDBLogin = "Database Login";
  15. $langDBPassword = "Database Password";
  16. $langMainDB = "Main Chamilo database (DB)";
  17. $langAllFieldsRequired = "all fields required";
  18. $langPrintVers = "Printable version";
  19. $langLocalPath = "Corresponding local path";
  20. $langAdminEmail = "Administrator email";
  21. $langAdminName = "Administrator Name";
  22. $langAdminSurname = "Surname of the Administrator";
  23. $langAdminLogin = "Administrator login";
  24. $langAdminPass = "Administrator password (<font color=\"red\">you may want to change this</font>)";
  25. $langEducationManager = "Project manager";
  26. $langCampusName = "Your portal name";
  27. $langDBSettingIntro = "The install script will create the Chamilo main database(s). Please note that Chamilo will need to create several databases. If you are allowed to use only one database by your Hosting Service, Chamilo will not work, unless you chose the option \"One database\".";
  28. $langStep1 = "Step 1";
  29. $langStep2 = "Step 2";
  30. $langStep3 = "Step 3";
  31. $langStep4 = "Step 4";
  32. $langStep5 = "Step 5";
  33. $langStep6 = "Step 6";
  34. $langCfgSetting = "Config settings";
  35. $langDBSetting = "MySQL database settings";
  36. $langMainLang = "Main language";
  37. $langLicence = "Licence";
  38. $langLastCheck = "Last check before install";
  39. $langRequirements = "Requirements";
  40. $langDbPrefixForm = "MySQL database prefix";
  41. $langDbPrefixCom = "Leave empty if not requested";
  42. $langEncryptUserPass = "Encrypt user passwords in database";
  43. $langSingleDb = "Use one or several DB for Chamilo";
  44. $langAllowSelfReg = "Allow self-registration";
  45. $langRecommended = "(recommended)";
  46. $langScormDB = "Scorm DB";
  47. $langAdminLastName = "Administrator last name";
  48. $langAdminPhone = "Administrator telephone";
  49. $OK = "Validate";
  50. $langAdminFirstName = "Administrator first name";
  51. $langInstituteURL = "URL of this company";
  52. $langDokeosURL = "URL of Chamilo";
  53. $langUserDB = "User DB";
  54. $PleaseWait = "Continue";
  55. $PleaseCheckTheseValues = "Please check these values";
  56. $PleasGoBackToStep1 = "Please go back to step 1";
  57. $langInstallationLanguage = "Installation Language";
  58. $ReadThoroughly = "Please read the following requirements thoroughly.";
  59. $DokeosNeedFollowingOnServer = "For Chamilo to work, you need the following on your server";
  60. $WarningExistingDokeosInstallationDetected = "Warning!<br />The installer has detected an existing Chamilo platform on your system.";
  61. $NewInstallation = "New installation";
  62. $CheckDatabaseConnection = "Check database connection";
  63. $PrintOverview = "Show Overview";
  64. $Installing = "Install";
  65. $of = "of";
  66. $Step = "Step";
  67. $MoreDetails = "For more details";
  68. $ServerRequirements = "Server requirements";
  69. $ServerRequirementsInfo = "Your server must provide the following libraries to enable all features of Chamilo. The missing libraries shown in orange letters are optional, but some features of Chamilo might be disabled if they are not installed. You can still install those libraries later on to enable the missing features.";
  70. $PHPVersion = "PHP version";
  71. $support = "support";
  72. $PHPVersionOK = "Your PHP version matches the minimum requirement:";
  73. $RecommendedSettings = "Recommended settings";
  74. $RecommendedSettingsInfo = "Recommended settings for your server configuration. These settings are set in the php.ini configuration file on your server.";
  75. $Setting = "Setting";
  76. $Actual = "Currently";
  77. $DirectoryAndFilePermissions = "Directory and files permissions";
  78. $DirectoryAndFilePermissionsInfo = "Some directories and the files they include must be writable by the web server in order for Chamilo to run (user uploaded files, homepage html files, ...). This might imply a manual change on your server (outside of this interface).";
  79. $NotWritable = "Not writable";
  80. $Writable = "Writable";
  81. $ExtensionLDAPNotAvailable = "LDAP Extension not available";
  82. $ExtensionGDNotAvailable = "GD Extension not available";
  83. $DokeosLicenseInfo = "Chamilo is free software distributed under the GNU General Public licence (GPL).";
  84. $IAccept = "I Accept";
  85. $ConfigSettingsInfo = "The following values will be written into your configuration file";
  86. $DokeosInstallation = "Chamilo Installation";
  87. $InstallDokeos = "Install Chamilo";
  88. $GoToYourNewlyCreatedPortal = "Go to your newly created portal.";
  89. $FirstUseTip = "When you enter your portal for the first time, the best way to understand it is to create a course with the 'Create course' link in the menu and play around a little.";
  90. $Version_ = "Version";
  91. $UpdateFromDokeosVersion = "Update from Chamilo";
  92. $WelcomToTheDokeosInstaller = "Welcome to the Chamilo Installer";
  93. $PleaseSelectInstallationProcessLanguage = "Please select the language you'd like to use when installing";
  94. $ReadTheInstallGuide = "read the installation guide";
  95. $HereAreTheValuesYouEntered = "Here are the values you entered";
  96. $PrintThisPageToRememberPassAndOthers = "Print this page to remember your password and other settings";
  97. $TheInstallScriptWillEraseAllTables = "The install script will erase all tables of the selected databases. We heavily recommend you do a full backup of them before confirming this last install step.";
  98. $Warning = "Warning";
  99. $ReadWarningBelow = "read warning below";
  100. $SecurityAdvice = "Security advice";
  101. $YouHaveMoreThanXCourses = "You have more than %d courses on your Chamilo platform ! Only %d courses have been updated. To update the other courses, %sclick here %s";
  102. $ToProtectYourSiteMakeXAndYReadOnly = "To protect your site, make %s and %s (but not their directories) read-only (CHMOD 444).";
  103. $Error = "Error";
  104. $Back = "Back";
  105. $HasNotBeenFound = "has not been found";
  106. $PleaseGoBackToStep1 = "Please go back to Step 1";
  107. $HasNotBeenFoundInThatDir = "has not been found in that directory";
  108. $OldVersionRootPath = "Old version's root path";
  109. $NoWritePermissionPleaseReadInstallGuide = "Some files or folders don't have writing permission. To be able to install Chamilo you should first change their permissions (using CHMOD). Please read the %s installation guide %s";
  110. $DBServerDoesntWorkOrLoginPassIsWrong = "The database server doesn't work or login / pass is bad";
  111. $PleaseGoBackToStep = "Please go back to Step";
  112. $DBSettingUpgradeIntro = "The upgrade script will recover and update the Chamilo database(s). In order to do this, this script will use the databases and settings defined below. Because our software runs on a wide range of systems and because all of them might not have been tested, we strongly recommend you do a full backup of your databases before you proceed with the upgrade!";
  113. $ExtensionMBStringNotAvailable = "MBString extension not available";
  114. $ExtensionMySQLNotAvailable = "MySQL extension not available";
  115. $DokeosArtLicense = "The images and media galleries of Chamilo use images from Nuvola, Crystal Clear and Tango icon galleries. Other images and media like diagrams and Flash animations are borrowed from Wikimedia and Ali Pakdel's and Denis Hoa's courses with their agreement and released under BY-SA Creative Commons license. You may find the license details at <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">the CC website</a>, where a link to the full text of the license is provided at the bottom of the page.";
  116. $OptionalParameters = "Optional parameters";
  117. $FailedConectionDatabase = "The database connection has failed. This is generally due to the wrong user, the wrong password or the wrong database prefix being set above. Please review these settings and try again.";
  118. $EncryptMethodUserPass = "Encryption method";
  119. $UpgradeFromDokeos16x = "Upgrade from Chamilo 1.6.x";
  120. $UpgradeFromDokeos18x = "Upgrade from Chamilo 1.8.x";
  121. $Step7 = "Step 7";
  122. $SuggestionOnlyToEnableCSSUploadFeature = "Suggestion only if you want to enable the CSS upload feature";
  123. $SuggestionOnlyToEnableSubLanguageFeature = "Suggestion only if you want to enable the sub-language feature";
  124. $ToProtectYourSiteMakeXReadOnlyAndDeleteY = "To protect your site, make the whole %s directory read-only (chmod 0555 on Linux) and delete the %s directory.";
  125. $IfYouPlanToUpgradeFromOlderVersionYouMightWantToHaveAlookAtTheChangelog = "If you plan to upgrade from an older version of Chamilo, you might want to <a href=\"../../documentation/changelog.html\" target=\"_blank\">have a look at the changelog</a> to know what's new and what has been changed";
  126. $WelcomeToTheChamiloInstaller = "Welcome to the Chamilo installer";
  127. $PHPVersionError = "Your PHP version does not match the requirements for this software. Please check you have the latest version, then try again.";
  128. $ExtensionSessionsNotAvailable = "Sessions extension not available";
  129. $ExtensionZlibNotAvailable = "Zlib extension not available";
  130. $ExtensionPCRENotAvailable = "PCRE extension not available";
  131. $DatabaseXWillBeCreated = "Database <b>%s</b> will be created";
  132. $ADatabaseWithTheSameNameAlreadyExists = "A database with the same name <b>already exists</b>.";
  133. $UserXCantHaveAccessInTheDatabaseX = "User <b>%s</b> doesn't have access in the database <b>%s</b>";
  134. $DatabaseXCantBeCreatedUserXDoestHaveEnoughPermissions = "Database <b>%s</b> can't be created, user <b>%s</b> doesn't have enough permissions";
  135. $CourseTestWasCreated = "A test course has been created successfully";
  136. $InstallExecution = "Installation process execution";
  137. $UpdateExecution = "Update process execution";
  138. $PleaseWaitThisCouldTakeAWhile = "Please wait. This could take a while...";
  139. ?>