dolibarr/htdocs/langs/eu_ES/install.lang

220 lines
18 KiB
Plaintext
Raw Normal View History

2014-02-08 03:44:53 +01:00
# Dolibarr language file - Source file is en_US - install
2014-05-10 15:33:34 +02:00
InstallEasy=Just follow the instructions step by step.
MiscellaneousChecks=Prerequisites check
ConfFileExists=Configuration file <b>%s</b> exists.
2018-12-04 13:09:58 +01:00
ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
2014-05-10 15:33:34 +02:00
ConfFileCouldBeCreated=Configuration file <b>%s</b> could be created.
2018-12-04 13:09:58 +01:00
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).
2014-05-10 15:33:34 +02:00
ConfFileIsWritable=Configuration file <b>%s</b> is writable.
2018-06-06 12:02:33 +02:00
ConfFileMustBeAFileNotADir=Configuration file <b>%s</b> must be a file, not a directory.
2018-12-04 13:09:58 +01:00
ConfFileReload=Reloading parameters from configuration file.
2014-05-10 15:33:34 +02:00
PHPSupportPOSTGETOk=This PHP supports variables POST and GET.
2018-12-04 13:09:58 +01:00
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.
2020-11-18 15:56:06 +01:00
PHPSupportSessions=This PHP supports sessions.
2020-01-27 16:07:53 +01:00
PHPSupport=This PHP supports %s functions.
2014-05-10 15:33:34 +02:00
PHPMemoryOK=Your PHP max session memory is set to <b>%s</b>. This should be enough.
2018-12-04 13:09:58 +01:00
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.
Recheck=Click here for a more detailed test
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.
ErrorPHPDoesNotSupportGD=Your PHP installation does not support GD graphical functions. No graphs will be available.
2016-10-11 10:24:02 +02:00
ErrorPHPDoesNotSupportCurl=Your PHP installation does not support Curl.
2019-12-22 12:55:38 +01:00
ErrorPHPDoesNotSupportCalendar=Your PHP installation does not support php calendar extensions.
2018-12-04 13:09:58 +01:00
ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr cannot work correctly. Resolve this before installing Dolibarr.
2019-04-11 16:08:50 +02:00
ErrorPHPDoesNotSupportIntl=Your PHP installation does not support Intl functions.
2022-01-02 18:22:18 +01:00
ErrorPHPDoesNotSupportMbstring=Your PHP installation does not support mbstring functions.
2020-04-21 18:18:07 +02:00
ErrorPHPDoesNotSupportxDebug=Your PHP installation does not support extend debug functions.
2020-01-27 16:07:53 +01:00
ErrorPHPDoesNotSupport=Your PHP installation does not support %s functions.
2014-05-10 15:33:34 +02:00
ErrorDirDoesNotExists=Directory %s does not exist.
2018-12-04 13:09:58 +01:00
ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
2014-05-10 15:33:34 +02:00
ErrorWrongValueForParameter=You may have typed a wrong value for parameter '%s'.
ErrorFailedToCreateDatabase=Failed to create database '%s'.
ErrorFailedToConnectToDatabase=Failed to connect to database '%s'.
ErrorDatabaseVersionTooLow=Database version (%s) too old. Version %s or higher is required.
ErrorPHPVersionTooLow=PHP version too old. Version %s is required.
2018-12-04 13:09:58 +01:00
ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
2014-05-10 15:33:34 +02:00
ErrorDatabaseAlreadyExists=Database '%s' already exists.
2018-12-04 13:09:58 +01:00
IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
2014-05-10 15:33:34 +02:00
IfDatabaseExistsGoBackAndCheckCreate=If database already exists, go back and uncheck "Create database" option.
2018-12-04 13:09:58 +01:00
WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
2014-05-10 15:33:34 +02:00
PHPVersion=PHP Version
License=Using license
ConfigurationFile=Configuration file
WebPagesDirectory=Directory where web pages are stored
DocumentsDirectory=Directory to store uploaded and generated documents
URLRoot=URL Root
ForceHttps=Force secure connections (https)
CheckToForceHttps=Check this option to force secure connections (https).<br>This requires that the web server is configured with an SSL certificate.
DolibarrDatabase=Dolibarr Database
DatabaseType=Database type
DriverType=Driver type
Server=Server
2018-12-04 13:09:58 +01:00
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.
2014-05-10 15:33:34 +02:00
ServerPortDescription=Database server port. Keep empty if unknown.
DatabaseServer=Database server
DatabaseName=Database name
2018-12-04 13:09:58 +01:00
DatabasePrefix=Database table prefix
DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
AdminLogin=User account for the Dolibarr database owner.
PasswordAgain=Retype password confirmation
2014-05-10 15:33:34 +02:00
AdminPassword=Password for Dolibarr database owner.
CreateDatabase=Create database
2018-12-04 13:09:58 +01:00
CreateUser=Create user account or grant user account permission on the Dolibarr database
2014-05-10 15:33:34 +02:00
DatabaseSuperUserAccess=Database server - Superuser access
2018-12-04 13:09:58 +01:00
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.
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.
DatabaseRootLoginDescription=Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
KeepEmptyIfNoPassword=Leave empty if superuser has no password (NOT recommended)
SaveConfigurationFile=Saving parameters to
2014-05-10 15:33:34 +02:00
ServerConnection=Server connection
DatabaseCreation=Database creation
CreateDatabaseObjects=Database objects creation
ReferenceDataLoading=Reference data loading
TablesAndPrimaryKeysCreation=Tables and Primary keys creation
CreateTableAndPrimaryKey=Create table %s
CreateOtherKeysForTable=Create foreign keys and indexes for table %s
OtherKeysCreation=Foreign keys and indexes creation
FunctionsCreation=Functions creation
AdminAccountCreation=Administrator login creation
2018-12-04 13:09:58 +01:00
PleaseTypePassword=Please type a password, empty passwords are not allowed!
PleaseTypeALogin=Please type a login!
PasswordsMismatch=Passwords differs, please try again!
2014-05-10 15:33:34 +02:00
SetupEnd=End of setup
SystemIsInstalled=This installation is complete.
SystemIsUpgraded=Dolibarr has been upgraded successfully.
YouNeedToPersonalizeSetup=You need to configure Dolibarr to suit your needs (appearance, features, ...). To do this, please follow the link below:
2016-06-20 03:21:35 +02:00
AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
2014-05-10 15:33:34 +02:00
GoToDolibarr=Go to Dolibarr
GoToSetupArea=Go to Dolibarr (setup area)
2018-12-04 13:09:58 +01:00
MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
2014-05-10 15:33:34 +02:00
GoToUpgradePage=Go to upgrade page again
WithNoSlashAtTheEnd=Without the slash "/" at the end
2020-03-14 00:14:42 +01:00
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).
2014-05-10 15:33:34 +02:00
LoginAlreadyExists=Already exists
DolibarrAdminLogin=Dolibarr admin login
2018-12-04 13:09:58 +01:00
AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
2016-07-26 09:56:20 +02:00
FailedToCreateAdminLogin=Failed to create Dolibarr administrator account.
2018-12-04 13:09:58 +01:00
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.
FunctionNotAvailableInThisPHP=Not available in this PHP
2014-05-10 15:33:34 +02:00
ChoosedMigrateScript=Choose migration script
2018-06-06 12:02:33 +02:00
DataMigration=Database migration (data)
DatabaseMigration=Database migration (structure + some data)
2014-05-10 15:33:34 +02:00
ProcessMigrateScript=Script processing
ChooseYourSetupMode=Choose your setup mode and click "Start"...
FreshInstall=Fresh install
2018-12-04 13:09:58 +01:00
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.
2014-05-10 15:33:34 +02:00
Upgrade=Upgrade
UpgradeDesc=Use this mode if you have replaced old Dolibarr files with files from a newer version. This will upgrade your database and data.
Start=Start
InstallNotAllowed=Setup not allowed by <b>conf.php</b> permissions
YouMustCreateWithPermission=You must create file %s and set write permissions on it for the web server during install process.
2018-12-04 13:09:58 +01:00
CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
2014-05-10 15:33:34 +02:00
AlreadyDone=Already migrated
DatabaseVersion=Database version
ServerVersion=Database server version
YouMustCreateItAndAllowServerToWrite=You must create this directory and allow for the web server to write into it.
DBSortingCollation=Character sorting order
2018-12-04 13:09:58 +01:00
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.
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.
BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
2014-05-10 15:33:34 +02:00
OrphelinsPaymentsDetectedByMethod=Orphans payment detected by method %s
RemoveItManuallyAndPressF5ToContinue=Remove it manually and press F5 to continue.
FieldRenamed=Field renamed
2018-12-04 13:09:58 +01:00
IfLoginDoesNotExistsCheckCreateUser=If the user does not exist yet, you must check option "Create user"
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.
2014-05-10 15:33:34 +02:00
InstallChoiceRecommanded=Recommended choice to install version <b>%s</b> from your current version <b>%s</b>
InstallChoiceSuggested=<b>Install choice suggested by installer</b>.
2018-12-04 13:09:58 +01:00
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.
CheckThatDatabasenameIsCorrect=Check that the database name "<b>%s</b>" is correct.
2014-05-10 15:33:34 +02:00
IfAlreadyExistsCheckOption=If this name is correct and that database does not exist yet, you must check option "Create database".
OpenBaseDir=PHP openbasedir parameter
2018-12-04 13:09:58 +01:00
YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
2019-04-11 16:08:50 +02:00
MigrationCustomerOrderShipping=Migrate shipping for sales orders storage
2014-05-10 15:33:34 +02:00
MigrationShippingDelivery=Upgrade storage of shipping
MigrationShippingDelivery2=Upgrade storage of shipping 2
MigrationFinished=Migration finished
2018-12-04 13:09:58 +01:00
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>
2014-05-10 15:33:34 +02:00
ActivateModule=Activate module %s
ShowEditTechnicalParameters=Click here to show/edit advanced parameters (expert mode)
2018-12-04 13:09:58 +01:00
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...
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)
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.
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.
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.
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.
UpgradeExternalModule=Run dedicated upgrade process of external module
2017-11-28 12:32:23 +01:00
SetAtLeastOneOptionAsUrlParameter=Set at least one option as a parameter in URL. For example: '...repair.php?standard=confirmed'
NothingToDelete=Nothing to clean/delete
2018-01-14 12:45:26 +01:00
NothingToDo=Nothing to do
2014-02-08 03:44:53 +01:00
#########
# upgrade
2014-05-10 15:33:34 +02:00
MigrationFixData=Fix for denormalized data
MigrationOrder=Data migration for customer's orders
2018-06-06 12:02:33 +02:00
MigrationSupplierOrder=Data migration for vendor's orders
2014-05-10 15:33:34 +02:00
MigrationProposal=Data migration for commercial proposals
MigrationInvoice=Data migration for customer's invoices
MigrationContract=Data migration for contracts
2018-12-04 13:09:58 +01:00
MigrationSuccessfullUpdate=Upgrade successful
2014-05-10 15:33:34 +02:00
MigrationUpdateFailed=Failed upgrade process
MigrationRelationshipTables=Data migration for relationship tables (%s)
MigrationPaymentsUpdate=Payment data correction
MigrationPaymentsNumberToUpdate=%s payment(s) to update
MigrationProcessPaymentUpdate=Update payment(s) %s
MigrationPaymentsNothingToUpdate=No more things to do
MigrationPaymentsNothingUpdatable=No more payments that can be corrected
MigrationContractsUpdate=Contract data correction
MigrationContractsNumberToUpdate=%s contract(s) to update
MigrationContractsLineCreation=Create contract line for contract ref %s
MigrationContractsNothingToUpdate=No more things to do
2018-12-04 13:09:58 +01:00
MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
2014-05-10 15:33:34 +02:00
MigrationContractsEmptyDatesUpdate=Contract empty date correction
2018-12-04 13:09:58 +01:00
MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
2014-05-10 15:33:34 +02:00
MigrationContractsEmptyDatesNothingToUpdate=No contract empty date to correct
MigrationContractsEmptyCreationDatesNothingToUpdate=No contract creation date to correct
MigrationContractsInvalidDatesUpdate=Bad value date contract correction
MigrationContractsInvalidDateFix=Correct contract %s (Contract date=%s, Starting service date min=%s)
MigrationContractsInvalidDatesNumber=%s contracts modified
MigrationContractsInvalidDatesNothingToUpdate=No date with bad value to correct
MigrationContractsIncoherentCreationDateUpdate=Bad value contract creation date correction
2016-06-20 03:21:35 +02:00
MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
2014-05-10 15:33:34 +02:00
MigrationContractsIncoherentCreationDateNothingToUpdate=No bad value for contract creation date to correct
MigrationReopeningContracts=Open contract closed by error
MigrationReopenThisContract=Reopen contract %s
MigrationReopenedContractsNumber=%s contracts modified
MigrationReopeningContractsNothingToUpdate=No closed contract to open
2016-12-10 11:51:55 +01:00
MigrationBankTransfertsUpdate=Update links between bank entry and a bank transfer
2014-05-10 15:33:34 +02:00
MigrationBankTransfertsNothingToUpdate=All links are up to date
MigrationShipmentOrderMatching=Sendings receipt update
MigrationDeliveryOrderMatching=Delivery receipt update
MigrationDeliveryDetail=Delivery update
MigrationStockDetail=Update stock value of products
MigrationMenusDetail=Update dynamic menus tables
MigrationDeliveryAddress=Update delivery address in shipments
2018-12-04 13:09:58 +01:00
MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
2014-05-10 15:33:34 +02:00
MigrationProjectUserResp=Data migration field fk_user_resp of llx_projet to llx_element_contact
MigrationProjectTaskTime=Update time spent in seconds
MigrationActioncommElement=Update data on actions
2019-04-11 16:08:50 +02:00
MigrationPaymentMode=Data migration for payment type
2014-05-10 15:33:34 +02:00
MigrationCategorieAssociation=Migration of categories
2018-12-04 13:09:58 +01:00
MigrationEvents=Migration of events to add event owner into assignment table
MigrationEventsContact=Migration of events to add event contact into assignment table
2016-10-11 10:24:02 +02:00
MigrationRemiseEntity=Update entity field value of llx_societe_remise
MigrationRemiseExceptEntity=Update entity field value of llx_societe_remise_except
2018-06-06 12:02:33 +02:00
MigrationUserRightsEntity=Update entity field value of llx_user_rights
MigrationUserGroupRightsEntity=Update entity field value of llx_usergroup_rights
2018-12-04 13:09:58 +01:00
MigrationUserPhotoPath=Migration of photo paths for users
2019-12-22 12:55:38 +01:00
MigrationFieldsSocialNetworks=Migration of users fields social networks (%s)
2015-09-30 01:25:35 +02:00
MigrationReloadModule=Reload module %s
2018-01-14 12:45:26 +01:00
MigrationResetBlockedLog=Reset module BlockedLog for v7 algorithm
2021-07-11 20:27:03 +02:00
MigrationImportOrExportProfiles=Migration of import or export profiles (%s)
2018-12-04 13:09:58 +01:00
ShowNotAvailableOptions=Show unavailable options
HideNotAvailableOptions=Hide unavailable options
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.
YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).<br>
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>
2018-07-09 20:15:14 +02:00
ClickHereToGoToApp=Click here to go to your application
2020-06-18 10:05:00 +02:00
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.
2020-04-21 18:18:07 +02:00
Loaded=Loaded
FunctionTest=Function test