install.lang 17 KB

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