install.lang 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. # Dolibarr language file - Source file is en_US - install
  2. InstallEasy=Just follow the instructions step by step.
  3. MiscellaneousChecks=Prerequisites check
  4. ConfFileExists=Configuration file <b>%s</b> exists.
  5. ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created !
  6. ConfFileCouldBeCreated=Configuration file <b>%s</b> could be created.
  7. ConfFileIsNotWritable=Configuration file <b>%s</b> is not writable. Check permissions. For first install, your web server must be granted to be able to write into this file during configuration process ("chmod 666" for example on a Unix like OS).
  8. ConfFileIsWritable=Configuration file <b>%s</b> is writable.
  9. ConfFileReload=Reload all information from configuration file.
  10. PHPSupportSessions=This PHP supports sessions.
  11. PHPSupportPOSTGETOk=This PHP supports variables POST and GET.
  12. PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check your parameter <b>variables_order</b> in php.ini.
  13. PHPSupportGD=This PHP support GD graphical functions.
  14. PHPSupportUTF8=This PHP support UTF8 functions.
  15. PHPMemoryOK=Your PHP max session memory is set to <b>%s</b>. This should be enough.
  16. PHPMemoryTooLow=Your PHP max session memory is set to <b>%s</b> bytes. This should be too low. Change your <b>php.ini</b> to set <b>memory_limit</b> parameter to at least <b>%s</b> bytes.
  17. Recheck=Click here for a more significative test
  18. ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to make Dolibarr working. Check your PHP setup.
  19. ErrorPHPDoesNotSupportGD=Your PHP installation does not support graphical function GD. No graph will be available.
  20. ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr can't work correctly. Solve this before installing Dolibarr.
  21. ErrorDirDoesNotExists=Directory %s does not exist.
  22. ErrorGoBackAndCorrectParameters=Go backward and correct wrong parameters.
  23. ErrorWrongValueForParameter=You may have typed a wrong value for parameter '%s'.
  24. ErrorFailedToCreateDatabase=Failed to create database '%s'.
  25. ErrorFailedToConnectToDatabase=Failed to connect to database '%s'.
  26. ErrorDatabaseVersionTooLow=Database version (%s) too old. Version %s or higher is required.
  27. ErrorPHPVersionTooLow=PHP version too old. Version %s is required.
  28. ErrorConnectedButDatabaseNotFound=Connection to server successfull but database '%s' not found.
  29. ErrorDatabaseAlreadyExists=Database '%s' already exists.
  30. IfDatabaseNotExistsGoBackAndUncheckCreate=If database does not exists, go back and check option "Create database".
  31. IfDatabaseExistsGoBackAndCheckCreate=If database already exists, go back and uncheck "Create database" option.
  32. WarningBrowserTooOld=Too old version of browser. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommanded.
  33. PHPVersion=PHP Version
  34. License=Using license
  35. ConfigurationFile=Configuration file
  36. WebPagesDirectory=Directory where web pages are stored
  37. DocumentsDirectory=Directory to store uploaded and generated documents
  38. URLRoot=URL Root
  39. ForceHttps=Force secure connections (https)
  40. CheckToForceHttps=Check this option to force secure connections (https).<br>This requires that the web server is configured with an SSL certificate.
  41. DolibarrDatabase=Dolibarr Database
  42. DatabaseType=Database type
  43. DriverType=Driver type
  44. Server=Server
  45. ServerAddressDescription=Name or ip address for database server, usually 'localhost' when database server is hosted on same server than web server
  46. ServerPortDescription=Database server port. Keep empty if unknown.
  47. DatabaseServer=Database server
  48. DatabaseName=Database name
  49. DatabasePrefix=Database prefix table
  50. AdminLogin=Login for Dolibarr database owner.
  51. PasswordAgain=Retype password a second time
  52. AdminPassword=Password for Dolibarr database owner.
  53. CreateDatabase=Create database
  54. CreateUser=Create owner
  55. DatabaseSuperUserAccess=Database server - Superuser access
  56. CheckToCreateDatabase=Check box if database does not exist and must be created.<br>In this case, you must fill the login/password for superuser account at the bottom of this page.
  57. CheckToCreateUser=Check box if database owner does not exist and must be created.<br>In this case, you must choose its login and password and also fill the login/password for the superuser account at the bottom of this page. If this box is unchecked, owner database and its passwords must exists.
  58. DatabaseRootLoginDescription=Login of the user allowed to create new databases or new users, mandatory if your database or its owner does not already exists.
  59. KeepEmptyIfNoPassword=Leave empty if user has no password (avoid this)
  60. SaveConfigurationFile=Save values
  61. ServerConnection=Server connection
  62. DatabaseCreation=Database creation
  63. UserCreation=User creation
  64. CreateDatabaseObjects=Database objects creation
  65. ReferenceDataLoading=Reference data loading
  66. TablesAndPrimaryKeysCreation=Tables and Primary keys creation
  67. CreateTableAndPrimaryKey=Create table %s
  68. CreateOtherKeysForTable=Create foreign keys and indexes for table %s
  69. OtherKeysCreation=Foreign keys and indexes creation
  70. FunctionsCreation=Functions creation
  71. AdminAccountCreation=Administrator login creation
  72. PleaseTypePassword=Please type a password, empty passwords are not allowed !
  73. PleaseTypeALogin=Please type a login !
  74. PasswordsMismatch=Passwords differs, please try again !
  75. SetupEnd=End of setup
  76. SystemIsInstalled=This installation is complete.
  77. SystemIsUpgraded=Dolibarr has been upgraded successfully.
  78. YouNeedToPersonalizeSetup=You need to configure Dolibarr to suit your needs (appearance, features, ...). To do this, please follow the link below:
  79. AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
  80. GoToDolibarr=Go to Dolibarr
  81. GoToSetupArea=Go to Dolibarr (setup area)
  82. MigrationNotFinished=Version of your database is not completely up to date, so you'll have to run the upgrade process again.
  83. GoToUpgradePage=Go to upgrade page again
  84. WithNoSlashAtTheEnd=Without the slash "/" at the end
  85. DirectoryRecommendation=It is recommanded to use a directory outside of your directory of your web pages.
  86. LoginAlreadyExists=Already exists
  87. DolibarrAdminLogin=Dolibarr admin login
  88. AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back, if you want to create another one.
  89. FailedToCreateAdminLogin=Failed to create Dolibarr administrator account.
  90. WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, to avoid using install tools again, you should add a file called <b>install.lock</b> into Dolibarr document directory, in order to avoid malicious use of it.
  91. FunctionNotAvailableInThisPHP=Not available on this PHP
  92. ChoosedMigrateScript=Choose migration script
  93. DataMigration=Data migration
  94. DatabaseMigration=Structure database migration
  95. ProcessMigrateScript=Script processing
  96. ChooseYourSetupMode=Choose your setup mode and click "Start"...
  97. FreshInstall=Fresh install
  98. FreshInstallDesc=Use this mode if this is your first install. If not, this mode can repair a incomplete previous install, but if you want to upgrade your version, choose "Upgrade" mode.
  99. Upgrade=Upgrade
  100. UpgradeDesc=Use this mode if you have replaced old Dolibarr files with files from a newer version. This will upgrade your database and data.
  101. Start=Start
  102. InstallNotAllowed=Setup not allowed by <b>conf.php</b> permissions
  103. YouMustCreateWithPermission=You must create file %s and set write permissions on it for the web server during install process.
  104. CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload page.
  105. AlreadyDone=Already migrated
  106. DatabaseVersion=Database version
  107. ServerVersion=Database server version
  108. YouMustCreateItAndAllowServerToWrite=You must create this directory and allow for the web server to write into it.
  109. DBSortingCollation=Character sorting order
  110. YouAskDatabaseCreationSoDolibarrNeedToConnect=You ask to create database <b>%s</b>, but for this, Dolibarr need to connect to server <b>%s</b> with super user <b>%s</b> permissions.
  111. YouAskLoginCreationSoDolibarrNeedToConnect=You ask to create database login <b>%s</b>, but for this, Dolibarr need to connect to server <b>%s</b> with super user <b>%s</b> permissions.
  112. BecauseConnectionFailedParametersMayBeWrong=As connection failed, host or super user parameters must be wrong.
  113. OrphelinsPaymentsDetectedByMethod=Orphans payment detected by method %s
  114. RemoveItManuallyAndPressF5ToContinue=Remove it manually and press F5 to continue.
  115. FieldRenamed=Field renamed
  116. IfLoginDoesNotExistsCheckCreateUser=If login does not exists yet, you must check option "Create user"
  117. ErrorConnection=Server "<b>%s</b>", database name "<b>%s</b>", login "<b>%s</b>", or database password may be wrong or PHP client version may be too old compared to database version.
  118. InstallChoiceRecommanded=Recommended choice to install version <b>%s</b> from your current version <b>%s</b>
  119. InstallChoiceSuggested=<b>Install choice suggested by installer</b>.
  120. MigrateIsDoneStepByStep=The targeted version (%s) has a gap of several versions, so install wizard will come back to suggest next migration once this one will be finished.
  121. CheckThatDatabasenameIsCorrect=Check that database name "<b>%s</b>" is correct.
  122. IfAlreadyExistsCheckOption=If this name is correct and that database does not exist yet, you must check option "Create database".
  123. OpenBaseDir=PHP openbasedir parameter
  124. YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide login/password of superuser (bottom of form).
  125. YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide login/password of superuser (bottom of form).
  126. NextStepMightLastALongTime=Current step may last several minutes. Please wait until the next screen is shown completely before continuing.
  127. MigrationCustomerOrderShipping=Migrate shipping for customer orders storage
  128. MigrationShippingDelivery=Upgrade storage of shipping
  129. MigrationShippingDelivery2=Upgrade storage of shipping 2
  130. MigrationFinished=Migration finished
  131. LastStepDesc=<strong>Last step</strong>: Define here login and password you plan to use to connect to software. Do not loose this as it is the account to administer all others.
  132. ActivateModule=Activate module %s
  133. ShowEditTechnicalParameters=Click here to show/edit advanced parameters (expert mode)
  134. WarningUpgrade=Warning:\nDid your run a database backup first ?\nThis is highly recommanded: for example, due to some bugs into databases systems (for example mysql version 5.5.40/41/42/43), some data or tables may be lost during this process, so it is highly recommanded to have a complete dump of your database before starting migration.\n\nClick OK to start migration process...
  135. ErrorDatabaseVersionForbiddenForMigration=Your database version is %s. It has a critical bug making data loss if you make structure change on your database, like it is required by the migration process. For his reason, migration will not be allowed until you upgrade your database to a higher fixed version (list of known bugged version: %s)
  136. KeepDefaultValuesWamp=You use the Dolibarr setup wizard from DoliWamp, so values proposed here are already optimized. Change them only if you know what you do.
  137. KeepDefaultValuesDeb=You use the Dolibarr setup wizard from a Linux package (Ubuntu, Debian, Fedora...), so values proposed here are already optimized. Only the password of the database owner to create must be completed. Change other parameters only if you know what you do.
  138. KeepDefaultValuesMamp=You use the Dolibarr setup wizard from DoliMamp, so values proposed here are already optimized. Change them only if you know what you do.
  139. KeepDefaultValuesProxmox=You use the Dolibarr setup wizard from a Proxmox virtual appliance, so values proposed here are already optimized. Change them only if you know what you do.
  140. #########
  141. # upgrade
  142. MigrationFixData=Fix for denormalized data
  143. MigrationOrder=Data migration for customer's orders
  144. MigrationSupplierOrder=Data migration for supplier's orders
  145. MigrationProposal=Data migration for commercial proposals
  146. MigrationInvoice=Data migration for customer's invoices
  147. MigrationContract=Data migration for contracts
  148. MigrationSuccessfullUpdate=Upgrade successfull
  149. MigrationUpdateFailed=Failed upgrade process
  150. MigrationRelationshipTables=Data migration for relationship tables (%s)
  151. MigrationPaymentsUpdate=Payment data correction
  152. MigrationPaymentsNumberToUpdate=%s payment(s) to update
  153. MigrationProcessPaymentUpdate=Update payment(s) %s
  154. MigrationPaymentsNothingToUpdate=No more things to do
  155. MigrationPaymentsNothingUpdatable=No more payments that can be corrected
  156. MigrationContractsUpdate=Contract data correction
  157. MigrationContractsNumberToUpdate=%s contract(s) to update
  158. MigrationContractsLineCreation=Create contract line for contract ref %s
  159. MigrationContractsNothingToUpdate=No more things to do
  160. MigrationContractsFieldDontExist=Field fk_facture does not exists anymore. Nothing to do.
  161. MigrationContractsEmptyDatesUpdate=Contract empty date correction
  162. MigrationContractsEmptyDatesUpdateSuccess=Contract emtpy date correction done successfully
  163. MigrationContractsEmptyDatesNothingToUpdate=No contract empty date to correct
  164. MigrationContractsEmptyCreationDatesNothingToUpdate=No contract creation date to correct
  165. MigrationContractsInvalidDatesUpdate=Bad value date contract correction
  166. MigrationContractsInvalidDateFix=Correct contract %s (Contract date=%s, Starting service date min=%s)
  167. MigrationContractsInvalidDatesNumber=%s contracts modified
  168. MigrationContractsInvalidDatesNothingToUpdate=No date with bad value to correct
  169. MigrationContractsIncoherentCreationDateUpdate=Bad value contract creation date correction
  170. MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
  171. MigrationContractsIncoherentCreationDateNothingToUpdate=No bad value for contract creation date to correct
  172. MigrationReopeningContracts=Open contract closed by error
  173. MigrationReopenThisContract=Reopen contract %s
  174. MigrationReopenedContractsNumber=%s contracts modified
  175. MigrationReopeningContractsNothingToUpdate=No closed contract to open
  176. MigrationBankTransfertsUpdate=Update links between bank transaction and a bank transfer
  177. MigrationBankTransfertsNothingToUpdate=All links are up to date
  178. MigrationShipmentOrderMatching=Sendings receipt update
  179. MigrationDeliveryOrderMatching=Delivery receipt update
  180. MigrationDeliveryDetail=Delivery update
  181. MigrationStockDetail=Update stock value of products
  182. MigrationMenusDetail=Update dynamic menus tables
  183. MigrationDeliveryAddress=Update delivery address in shipments
  184. MigrationProjectTaskActors=Data migration for llx_projet_task_actors table
  185. MigrationProjectUserResp=Data migration field fk_user_resp of llx_projet to llx_element_contact
  186. MigrationProjectTaskTime=Update time spent in seconds
  187. MigrationActioncommElement=Update data on actions
  188. MigrationPaymentMode=Data migration for payment mode
  189. MigrationCategorieAssociation=Migration of categories
  190. MigrationEvents=Migration of events to add event owner into assignement table
  191. MigrationReloadModule=Reload module %s
  192. ShowNotAvailableOptions=Show not available options
  193. HideNotAvailableOptions=Hide not available options
  194. ErrorFoundDuringMigration=Error were reported during migration process so next step is not available. To ignore errors, you can <a href="%s">click here</a>, but application or some features may not work correctly until fixed.