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