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