mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
213 lines
19 KiB
Plaintext
213 lines
19 KiB
Plaintext
# Dolibarr language file - Source file is en_US - install
|
|
InstallEasy=Segueix les instruccions pas a pas.
|
|
MiscellaneousChecks=Comprovació dels prerequisits
|
|
ConfFileExists=L'arxiu de configuració <b>%s</b> existeix.
|
|
ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
|
|
ConfFileCouldBeCreated=L'arxiu de configuració <b>%s</b> s'ha creat.
|
|
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).
|
|
ConfFileIsWritable=L'arxiu <b>%s</b> és modificable.
|
|
ConfFileMustBeAFileNotADir=El fitxer de configuració <b> %s</b> ha de ser un fitxer, no un directori.
|
|
ConfFileReload=Reloading parameters from configuration file.
|
|
PHPSupportSessions=Aquest PHP suporta sessions
|
|
PHPSupportPOSTGETOk=Aquest PHP suporta bé les variables POST i GET.
|
|
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.
|
|
PHPSupportGD=Aquest PHP és compatible amb les funcions gràfiques GD.
|
|
PHPSupportCurl=This PHP supports Curl.
|
|
PHPSupportUTF8=Aquest PHP és compatible amb les funcions UTF8.
|
|
PHPMemoryOK=La seva memòria màxima de sessió PHP està definida a <b>%s</b>. Això hauria de ser suficient.
|
|
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.
|
|
ErrorPHPDoesNotSupportCurl=La teva instal·lació PHP no soporta Curl.
|
|
ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr cannot work correctly. Resolve this before installing Dolibarr.
|
|
ErrorDirDoesNotExists=La carpeta <b>%s</b> no existeix o no és accessible.
|
|
ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
|
|
ErrorWrongValueForParameter=Ha indicat potser un valor incorrecte per al paràmetre '%s'.
|
|
ErrorFailedToCreateDatabase=Error en crear la base de dades '%s'.
|
|
ErrorFailedToConnectToDatabase=Error de connexió a la base de dades '%s'.
|
|
ErrorDatabaseVersionTooLow=Versió de la base de dades (%s) demasiado antigua. massa antiga. Es requereix versió %s o superior.
|
|
ErrorPHPVersionTooLow=Versió del PHP massa antiga. Es requereix versió %s o superior.
|
|
ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
|
|
ErrorDatabaseAlreadyExists=La base de dades '%s' ja existeix.
|
|
IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
|
|
IfDatabaseExistsGoBackAndCheckCreate=Si la base de dades ja existeix, torna enrera i desactiva l'opció "Crear base de dades".
|
|
WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
|
|
PHPVersion=Versió PHP
|
|
License=Llicència d'ús
|
|
ConfigurationFile=Arxiu de configuració
|
|
WebPagesDirectory=Carpeta que conté les pàgines web
|
|
DocumentsDirectory=Carpeta que ha de contenir els documents generats (PDF, etc.)
|
|
URLRoot=URL Arrel
|
|
ForceHttps=Forçar connexions segures (https)
|
|
CheckToForceHttps=Marqueu aquesta opció per forçar connexions segures (https).<br>Per a això és necessari que el servidor web està configurat amb un certificat SSL.
|
|
DolibarrDatabase=Base de dades Dolibarr
|
|
DatabaseType=Tipus de la base de dades
|
|
DriverType=Tipus del driver
|
|
Server=Servidor
|
|
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.
|
|
ServerPortDescription=Port del servidor de la base de dades. Deixa-ho en blanc si ho desconeixes.
|
|
DatabaseServer=Servidor de la base de dades
|
|
DatabaseName=Nom de la base de dades
|
|
DatabasePrefix=Prefix en les taules de base de dades
|
|
DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
|
|
AdminLogin=User account for the Dolibarr database owner.
|
|
PasswordAgain=Retype password confirmation
|
|
AdminPassword=Contrasenya de l'administrador de la base de dades Dolibarr.
|
|
CreateDatabase=Crear la base de dades
|
|
CreateUser=Create user account or grant user account permission on the Dolibarr database
|
|
DatabaseSuperUserAccess=Base de dades - Accés super usuari
|
|
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
|
|
ServerConnection=Connexió al servidor
|
|
DatabaseCreation=Creació de la base de dades
|
|
CreateDatabaseObjects=Creació dels objectes de la base de dades
|
|
ReferenceDataLoading=Càrrega de les dades de referència
|
|
TablesAndPrimaryKeysCreation=Creació de les taules i els índexs
|
|
CreateTableAndPrimaryKey=Creació de la taula %s i la seva clau primària
|
|
CreateOtherKeysForTable=Creació de les claus i índexs de la taula %s
|
|
OtherKeysCreation=Creació de les claus i índexs
|
|
FunctionsCreation=Creació de funcions
|
|
AdminAccountCreation=Creació del compte administrador
|
|
PleaseTypePassword=Please type a password, empty passwords are not allowed!
|
|
PleaseTypeALogin=Please type a login!
|
|
PasswordsMismatch=Passwords differs, please try again!
|
|
SetupEnd=Fi de la configuració
|
|
SystemIsInstalled=La instal·lació s'ha finalitzat.
|
|
SystemIsUpgraded=S'ha actualitzat Dolibarr correctament.
|
|
YouNeedToPersonalizeSetup=Ara ha de configurar Dolibarr segons les seves necessitats (Elecció de l'aparença, de les funcionalitats, etc). Per això, feu clic en el següent link:
|
|
AdminLoginCreatedSuccessfuly=El codi d'usuari administrador de Dolibar '<b>%s</b>' s'ha creat correctament.
|
|
GoToDolibarr=Ves a Dolibarr
|
|
GoToSetupArea=Ves a Dolibarr (àrea de configuració)
|
|
MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
|
|
GoToUpgradePage=Ves de nou a la pàgina d'actualització
|
|
WithNoSlashAtTheEnd=Sense el signe "/" al final
|
|
DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
|
|
LoginAlreadyExists=Ja existeix
|
|
DolibarrAdminLogin=Login de l'usuari administrador de Dolibarr
|
|
AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
|
|
FailedToCreateAdminLogin=No s'ha pogut crear el compte d'administrador de Dolibarr.
|
|
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=No està disponible en aquest PHP
|
|
ChoosedMigrateScript=Elecció de l'script de migració
|
|
DataMigration=Migració de la base de dades (dades)
|
|
DatabaseMigration=Migració de la base de dades (estructura + algunes dades)
|
|
ProcessMigrateScript=Execució del script
|
|
ChooseYourSetupMode=Tria el teu mètode d'instal·lació i fes clic a "Començar"
|
|
FreshInstall=Nova instal·lació
|
|
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.
|
|
Upgrade=Actualització
|
|
UpgradeDesc=Utilitzeu aquest mètode després d'haver actualitzat els fitxers d'una instal·lació Dolibarr antiga pels d'una versió més recent. Aquesta elecció permet posar al dia la base de dades i les seves dades per a aquesta nova versió.
|
|
Start=Començar
|
|
InstallNotAllowed=Instal·lació no autoritzada per els permisos de l'arxiu <b>conf.php</b>
|
|
YouMustCreateWithPermission=Ha de crear un fitxer %s i donar-li els drets d'escriptura al servidor web durant el procés d'instal·lació.
|
|
CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
|
|
AlreadyDone=Ja migrada
|
|
DatabaseVersion=Versió de la base de dades
|
|
ServerVersion=Versió del servidor de la base de dades
|
|
YouMustCreateItAndAllowServerToWrite=Cal crear aquest expedient i permetre al servidor web escriure en ell
|
|
DBSortingCollation=Ordre de selecció utilitzat per la base de dades
|
|
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.
|
|
OrphelinsPaymentsDetectedByMethod=Pagaments orfes detectats pel mètode %s
|
|
RemoveItManuallyAndPressF5ToContinue=Esborreu manualment i premeu F5 per continuar.
|
|
FieldRenamed=Camp renombrat
|
|
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.
|
|
InstallChoiceRecommanded=Opció recomanada per a instal·lar la versió <b>%s</b> sobre la seva actual versió <b>%s</b>
|
|
InstallChoiceSuggested=<b>Opció suggerida per l'instal·lador</b>.
|
|
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.
|
|
IfAlreadyExistsCheckOption=Si el nom és correcte i la base de dades no existeix, heu de seleccionar l'opció "Crear la base de dades"
|
|
OpenBaseDir=Paràmetre php openbasedir
|
|
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.
|
|
MigrationCustomerOrderShipping=Actualització de les dades de expedicions de comandes de clients
|
|
MigrationShippingDelivery=Actualització de les dades de expedicions
|
|
MigrationShippingDelivery2=Actualització de les dades expedicions 2
|
|
MigrationFinished=Acabada l'actualització
|
|
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>
|
|
ActivateModule=Activació del mòdul %s
|
|
ShowEditTechnicalParameters=Premi aquí per veure/editar els paràmetres tècnics (mode expert)
|
|
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
|
|
SetAtLeastOneOptionAsUrlParameter=Estableix com a mínim una opció com a paràmetre a l'URL. Per exemple: '... repair.php?standard=confirmed'
|
|
NothingToDelete=Res per netejar / esborrar
|
|
NothingToDo=No hi ha res a fer
|
|
#########
|
|
# upgrade
|
|
MigrationFixData=Correcció de dades desnormalitzades
|
|
MigrationOrder=Migració de dades de les comandes clients
|
|
MigrationSupplierOrder=Migració de dades per a comandes de proveïdors
|
|
MigrationProposal=Migració de dades de pressupostos
|
|
MigrationInvoice=Migració de dades de les factures a clients
|
|
MigrationContract=Migració de dades dels contractes
|
|
MigrationSuccessfullUpdate=Actualització finalitzada
|
|
MigrationUpdateFailed=L'actualització ha fallat
|
|
MigrationRelationshipTables=Migració de les taules de relació (%s)
|
|
MigrationPaymentsUpdate=Actualització dels pagaments (vincle nn pagaments-factures)
|
|
MigrationPaymentsNumberToUpdate=%s pagament(s) a actualitzar
|
|
MigrationProcessPaymentUpdate=Actualització pagament(s) %s
|
|
MigrationPaymentsNothingToUpdate=No hi ha més pagaments orfes que hagin de corregir.
|
|
MigrationPaymentsNothingUpdatable=No hi ha més pagaments per corregir
|
|
MigrationContractsUpdate=Actualització dels contractes sense detalls (gestió del contracte + detall de contracte)
|
|
MigrationContractsNumberToUpdate=%s contracte(s) a actualitzar
|
|
MigrationContractsLineCreation=Creació linia contracte per contracte Ref. %s
|
|
MigrationContractsNothingToUpdate=No hi ha més contractes (vinculats a un producte) sense línies de detalls que hagin de corregir.
|
|
MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
|
|
MigrationContractsEmptyDatesUpdate=Actualització de les dades de contractes no indicades
|
|
MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
|
|
MigrationContractsEmptyDatesNothingToUpdate=No hi ha més properes dates de contractes.
|
|
MigrationContractsEmptyCreationDatesNothingToUpdate=No hi ha més properes dates de creació.
|
|
MigrationContractsInvalidDatesUpdate=Actualització dades contracte incorrectes (per contractes amb detall en servei)
|
|
MigrationContractsInvalidDateFix=Corregir contracte %s (data contracte=%s, Data posada en servei min=%s)
|
|
MigrationContractsInvalidDatesNumber=%s contractes modificats
|
|
MigrationContractsInvalidDatesNothingToUpdate=No hi ha més de contractes que hagin de corregir-se.
|
|
MigrationContractsIncoherentCreationDateUpdate=Actualització de les dades de creació de contracte que tenen un valor incoherent
|
|
MigrationContractsIncoherentCreationDateUpdateSuccess=S'ha fet correctament la correcció del valor incorrecte en la data de creació de contracte
|
|
MigrationContractsIncoherentCreationDateNothingToUpdate=No hi ha més dades de contractes.
|
|
MigrationReopeningContracts=Reobertura dels contractes que tenen almenys un servei actiu no tancat
|
|
MigrationReopenThisContract=Reobertura contracte %s
|
|
MigrationReopenedContractsNumber=%s contractes modificats
|
|
MigrationReopeningContractsNothingToUpdate=No hi ha més contractes que hagin de reobrirse.
|
|
MigrationBankTransfertsUpdate=Actualitza l'enllaç entre el registre bancari i la transferència bancària
|
|
MigrationBankTransfertsNothingToUpdate=Cap vincle desfasat
|
|
MigrationShipmentOrderMatching=Actualitzar rebuts de lliurament
|
|
MigrationDeliveryOrderMatching=Actualitzar rebuts d'entrega
|
|
MigrationDeliveryDetail=Actualitzar recepcions
|
|
MigrationStockDetail=Actualitzar valor en stock dels productes
|
|
MigrationMenusDetail=Actualització de la taula de menús dinàmics
|
|
MigrationDeliveryAddress=Actualització de les adreces d'enviament en les notes de lliurament
|
|
MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
|
|
MigrationProjectUserResp=Migració del camp fk_user_resp de llx_projet a llx_element_contact
|
|
MigrationProjectTaskTime=Actualitza el temps dedicat en segons
|
|
MigrationActioncommElement=Actualització de les dades de accions sobre elements
|
|
MigrationPaymentMode=Actualització de les formes de pagament
|
|
MigrationCategorieAssociation=Actualització de les categories
|
|
MigrationEvents=Migration of events to add event owner into assignment table
|
|
MigrationEventsContact=Migration of events to add event contact into assignment table
|
|
MigrationRemiseEntity=Actualitza el valor del camp entity de llx_societe_remise
|
|
MigrationRemiseExceptEntity=Actualitza el valor del camp entity de llx_societe_remise_except
|
|
MigrationUserRightsEntity=Actualitza el valor del camp de l'entitat llx_user_rights
|
|
MigrationUserGroupRightsEntity=Actualitza el valor del camp de l'entitat llx_usergroup_rights
|
|
MigrationUserPhotoPath=Migration of photo paths for users
|
|
MigrationReloadModule=Recarrega el mòdul %s
|
|
MigrationResetBlockedLog=Restablir el mòdul BlockedLog per l'algoritme v7
|
|
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>
|
|
ClickHereToGoToApp=Fes clic aquí per anar a la teva aplicació
|
|
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.
|