install.lang 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. NoReadableConfFileSoStartInstall=The configuration file <b>conf/conf.php</b> does not exists or is not readable. We will run the installation process to try to initialize it.
  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. PHPSupportSessions=This PHP supports sessions.
  15. PHPSupport=This PHP supports %s functions.
  16. PHPMemoryOK=Your PHP max session memory is set to <b>%s</b>. This should be enough.
  17. 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.
  18. Recheck=Click here for a more detailed test
  19. 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.
  20. ErrorPHPDoesNotSupport=Your PHP installation does not support %s functions.
  21. ErrorDirDoesNotExists=Directory %s does not exist.
  22. ErrorGoBackAndCorrectParameters=Go back and check/correct the 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 or higher is required.
  28. ErrorPHPVersionTooHigh=PHP version too high. Version %s or lower is required.
  29. ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
  30. ErrorDatabaseAlreadyExists=Database '%s' already exists.
  31. ErrorNoMigrationFilesFoundForParameters=No migration file found for the selected versions
  32. IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
  33. IfDatabaseExistsGoBackAndCheckCreate=If database already exists, go back and uncheck "Create database" option.
  34. WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
  35. PHPVersion=PHP Version
  36. License=Using license
  37. ConfigurationFile=Configuration file
  38. WebPagesDirectory=Directory where web pages are stored
  39. DocumentsDirectory=Directory to store uploaded and generated documents
  40. URLRoot=URL Root
  41. ForceHttps=Force secure connections (https)
  42. CheckToForceHttps=Check this option to force secure connections (https).<br>This requires that the web server is configured with an SSL certificate.
  43. DolibarrDatabase=Dolibarr Database
  44. DatabaseType=Database type
  45. DriverType=Driver type
  46. Server=Server
  47. 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.
  48. ServerPortDescription=Database server port. Keep empty if unknown.
  49. DatabaseServer=Database server
  50. DatabaseName=Database name
  51. DatabasePrefix=Database table prefix
  52. DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
  53. AdminLogin=User account for the Dolibarr database owner.
  54. AdminPassword=Password for Dolibarr database owner.
  55. CreateDatabase=Create database
  56. CreateUser=Create user account or grant user account permission on the Dolibarr database
  57. DatabaseSuperUserAccess=Database server - Superuser access
  58. 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.
  59. 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.
  60. DatabaseRootLoginDescription=Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
  61. KeepEmptyIfNoPassword=Leave empty if superuser has no password (NOT recommended)
  62. SaveConfigurationFile=Saving parameters to
  63. ServerConnection=Server connection
  64. DatabaseCreation=Database creation
  65. CreateDatabaseObjects=Database objects creation
  66. ReferenceDataLoading=Reference data loading
  67. TablesAndPrimaryKeysCreation=Tables and Primary keys creation
  68. CreateTableAndPrimaryKey=Create table %s
  69. CreateOtherKeysForTable=Create foreign keys and indexes for table %s
  70. OtherKeysCreation=Foreign keys and indexes creation
  71. FunctionsCreation=Functions creation
  72. AdminAccountCreation=Administrator login creation
  73. PleaseTypePassword=Please type a password, empty passwords are not allowed!
  74. PleaseTypeALogin=Please type a login!
  75. PasswordsMismatch=Passwords differs, please try again!
  76. SetupEnd=End of setup
  77. SystemIsInstalled=This installation is complete.
  78. SystemIsUpgraded=Dolibarr has been upgraded successfully.
  79. YouNeedToPersonalizeSetup=You need to configure Dolibarr to suit your needs (appearance, features, ...). To do this, please follow the link below:
  80. AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
  81. GoToDolibarr=Go to Dolibarr
  82. GoToSetupArea=Go to Dolibarr (setup area)
  83. MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
  84. GoToUpgradePage=Go to upgrade page again
  85. WithNoSlashAtTheEnd=Without the slash "/" at the end
  86. DirectoryRecommendation=<span class="warning">IMPORTANT</span>: You must use a directory that is outside of the web pages (so do not use a subdirectory of previous parameter).
  87. LoginAlreadyExists=Already exists
  88. DolibarrAdminLogin=Dolibarr admin login
  89. AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
  90. FailedToCreateAdminLogin=Failed to create Dolibarr administrator account.
  91. WarningRemoveInstallDir=Warning, for security reasons, once the installation process is complete, you must 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.
  92. FunctionNotAvailableInThisPHP=Not available in this PHP
  93. ChoosedMigrateScript=Choose migration script
  94. DataMigration=Database migration (data)
  95. DatabaseMigration=Database migration (structure + some data)
  96. ProcessMigrateScript=Script processing
  97. ChooseYourSetupMode=Choose your setup mode and click "Start"...
  98. FreshInstall=Fresh install
  99. 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.
  100. Upgrade=Upgrade
  101. UpgradeDesc=Use this mode if you have replaced old Dolibarr files with files from a newer version. This will upgrade your database and data.
  102. Start=Start
  103. InstallNotAllowed=Setup not allowed by <b>conf.php</b> permissions
  104. YouMustCreateWithPermission=You must create file %s and set write permissions on it for the web server during install process.
  105. CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
  106. AlreadyDone=Already migrated
  107. DatabaseVersion=Database version
  108. ServerVersion=Database server version
  109. YouMustCreateItAndAllowServerToWrite=You must create this directory and allow for the web server to write into it.
  110. DBSortingCollation=Character sorting order
  111. 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.
  112. 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.
  113. BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
  114. OrphelinsPaymentsDetectedByMethod=Orphans payment detected by method %s
  115. RemoveItManuallyAndPressF5ToContinue=Remove it manually and press F5 to continue.
  116. FieldRenamed=Field renamed
  117. IfLoginDoesNotExistsCheckCreateUser=If the user does not exist yet, you must check option "Create user"
  118. 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.
  119. InstallChoiceRecommanded=Recommended choice to install version <b>%s</b> from your current version <b>%s</b>
  120. InstallChoiceSuggested=<b>Install choice suggested by installer</b>.
  121. 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.
  122. CheckThatDatabasenameIsCorrect=Check that the database name "<b>%s</b>" is correct.
  123. IfAlreadyExistsCheckOption=If this name is correct and that database does not exist yet, you must check option "Create database".
  124. OpenBaseDir=PHP openbasedir parameter
  125. YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
  126. YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
  127. NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
  128. MigrationCustomerOrderShipping=Migrate shipping for sales orders storage
  129. MigrationShippingDelivery=Upgrade storage of shipping
  130. MigrationShippingDelivery2=Upgrade storage of shipping 2
  131. MigrationFinished=Migration finished
  132. 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>
  133. ActivateModule=Activate module %s
  134. ShowEditTechnicalParameters=Click here to show/edit advanced parameters (expert mode)
  135. 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...
  136. 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)
  137. 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.
  138. 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.
  139. 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.
  140. 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.
  141. UpgradeExternalModule=Run dedicated upgrade process of external module
  142. SetAtLeastOneOptionAsUrlParameter=Set at least one option as a parameter in URL. For example: '...repair.php?standard=confirmed'
  143. NothingToDelete=Nothing to clean/delete
  144. NothingToDo=Nothing to do
  145. #########
  146. # upgrade
  147. MigrationFixData=Fix for denormalized data
  148. MigrationOrder=Data migration for customer's orders
  149. MigrationSupplierOrder=Data migration for vendor's orders
  150. MigrationProposal=Data migration for commercial proposals
  151. MigrationInvoice=Data migration for customer's invoices
  152. MigrationContract=Data migration for contracts
  153. MigrationSuccessfullUpdate=Upgrade successful
  154. MigrationUpdateFailed=Failed upgrade process
  155. MigrationRelationshipTables=Data migration for relationship tables (%s)
  156. MigrationPaymentsUpdate=Payment data correction
  157. MigrationPaymentsNumberToUpdate=%s payment(s) to update
  158. MigrationProcessPaymentUpdate=Update payment(s) %s
  159. MigrationPaymentsNothingToUpdate=No more things to do
  160. MigrationPaymentsNothingUpdatable=No more payments that can be corrected
  161. MigrationContractsUpdate=Contract data correction
  162. MigrationContractsNumberToUpdate=%s contract(s) to update
  163. MigrationContractsLineCreation=Create contract line for contract ref %s
  164. MigrationContractsNothingToUpdate=No more things to do
  165. MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
  166. MigrationContractsEmptyDatesUpdate=Contract empty date correction
  167. MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
  168. MigrationContractsEmptyDatesNothingToUpdate=No contract empty date to correct
  169. MigrationContractsEmptyCreationDatesNothingToUpdate=No contract creation date to correct
  170. MigrationContractsInvalidDatesUpdate=Bad value date contract correction
  171. MigrationContractsInvalidDateFix=Correct contract %s (Contract date=%s, Starting service date min=%s)
  172. MigrationContractsInvalidDatesNumber=%s contracts modified
  173. MigrationContractsInvalidDatesNothingToUpdate=No date with bad value to correct
  174. MigrationContractsIncoherentCreationDateUpdate=Bad value contract creation date correction
  175. MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
  176. MigrationContractsIncoherentCreationDateNothingToUpdate=No bad value for contract creation date to correct
  177. MigrationReopeningContracts=Open contract closed by error
  178. MigrationReopenThisContract=Reopen contract %s
  179. MigrationReopenedContractsNumber=%s contracts modified
  180. MigrationReopeningContractsNothingToUpdate=No closed contract to open
  181. MigrationBankTransfertsUpdate=Update links between bank entry and a bank transfer
  182. MigrationBankTransfertsNothingToUpdate=All links are up to date
  183. MigrationShipmentOrderMatching=Sendings receipt update
  184. MigrationDeliveryOrderMatching=Delivery receipt update
  185. MigrationDeliveryDetail=Delivery update
  186. MigrationStockDetail=Update stock value of products
  187. MigrationMenusDetail=Update dynamic menus tables
  188. MigrationDeliveryAddress=Update delivery address in shipments
  189. MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
  190. MigrationProjectUserResp=Data migration field fk_user_resp of llx_projet to llx_element_contact
  191. MigrationProjectTaskTime=Update time spent in seconds
  192. MigrationActioncommElement=Update data on actions
  193. MigrationPaymentMode=Data migration for payment type
  194. MigrationCategorieAssociation=Migration of categories
  195. MigrationEvents=Migration of events to add event owner into assignment table
  196. MigrationEventsContact=Migration of events to add event contact into assignment table
  197. MigrationRemiseEntity=Update entity field value of llx_societe_remise
  198. MigrationRemiseExceptEntity=Update entity field value of llx_societe_remise_except
  199. MigrationUserRightsEntity=Update entity field value of llx_user_rights
  200. MigrationUserGroupRightsEntity=Update entity field value of llx_usergroup_rights
  201. MigrationUserPhotoPath=Migration of photo paths for users
  202. MigrationFieldsSocialNetworks=Migration of users fields social networks (%s)
  203. MigrationReloadModule=Reload module %s
  204. MigrationResetBlockedLog=Reset module BlockedLog for v7 algorithm
  205. MigrationImportOrExportProfiles=Migration of import or export profiles (%s)
  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. YouTryUpgradeDisabledByMissingFileUnLock=The application tried to self-upgrade, but the upgrade process is currently not allowed.<br>
  212. ClickHereToGoToApp=Click here to go to your application
  213. ClickOnLinkOrRemoveManualy=If an upgrade is in progress, please wait. If not, click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
  214. ClickOnLinkOrCreateUnlockFileManualy=If an upgrade is in progress, please wait... If not, you must create a file upgrade.unlock into the Dolibarr documents directory.
  215. Loaded=Loaded
  216. FunctionTest=Function test
  217. NodoUpgradeAfterDB=No action requested by external modules after upgrade of database
  218. NodoUpgradeAfterFiles=No action requested by external modules after upgrade of files or directories
  219. MigrationContractLineRank=Migrate Contract Line to use Rank (and enable Reorder)