mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
215 lines
18 KiB
Plaintext
215 lines
18 KiB
Plaintext
# Dolibarr language file - Source file is en_US - install
|
|
InstallEasy=Abbiamo cercato di semplificare al massimo l' installazione di Dolibarr. Basta seguire le istruzioni passo per passo.
|
|
MiscellaneousChecks=Verificare prerequisiti
|
|
ConfFileExists=Il file di configurazione <b>%s</b> esiste.
|
|
ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
|
|
ConfFileCouldBeCreated=Il file <b>%s</b> può essere creato.
|
|
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=Il file di configurazione <b>%s</b> è scrivibile.
|
|
ConfFileMustBeAFileNotADir=Configuration file <b>%s</b> must be a file, not a directory.
|
|
ConfFileReload=Reloading parameters from configuration file.
|
|
PHPSupportSessions=PHP supporta le sessioni.
|
|
PHPSupportPOSTGETOk=PHP supporta le variabili GET e POST.
|
|
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=This PHP supports GD graphical functions.
|
|
PHPSupportCurl=This PHP supports Curl.
|
|
PHPSupportUTF8=This PHP supports UTF8 functions.
|
|
PHPSupportIntl=This PHP supports Intl functions.
|
|
PHPMemoryOK=La memoria massima per la sessione è fissata dal PHP a <b>%s</b>. Dovrebbe essere sufficiente.
|
|
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=L'attuale installazione di PHP non supporta cURL.
|
|
ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr cannot work correctly. Resolve this before installing Dolibarr.
|
|
ErrorPHPDoesNotSupportIntl=Your PHP installation does not support Intl functions.
|
|
ErrorDirDoesNotExists=La directory <b>%s</b> non esiste.
|
|
ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
|
|
ErrorWrongValueForParameter=Potresti aver digitato un valore errato per il parametro <b>%s</b>.
|
|
ErrorFailedToCreateDatabase=Impossibile creare il database <b>%s</b>.
|
|
ErrorFailedToConnectToDatabase=Impossibile collegarsi al database <b>%s</b>.
|
|
ErrorDatabaseVersionTooLow=La versione del database (%s) è troppo vecchia. È richiesta la versione %s o superiori.
|
|
ErrorPHPVersionTooLow=Versione PHP troppo vecchia. E' obbligatoria la versione %s o superiori.
|
|
ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
|
|
ErrorDatabaseAlreadyExists=Il database <b>%s</b> esiste già.
|
|
IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
|
|
IfDatabaseExistsGoBackAndCheckCreate=Se il database esiste già, torna indietro e deseleziona l'opzione "Crea database".
|
|
WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
|
|
PHPVersion=Versione PHP
|
|
License=Licenza d'uso
|
|
ConfigurationFile=File di configurazione
|
|
WebPagesDirectory=Directory in cui vengono memorizzate le pagine web
|
|
DocumentsDirectory=Directory per memorizzare e caricare documenti generati
|
|
URLRoot=URL Root
|
|
ForceHttps=Forzare connessioni sicure (HTTPS)
|
|
CheckToForceHttps=Seleziona questa opzione per forzare le connessioni sicure (HTTPS).<br/>L'host dev'essere configurato per usare un certificato SSL.
|
|
DolibarrDatabase=Database Dolibarr
|
|
DatabaseType=Tipo di database
|
|
DriverType=Tipo di driver
|
|
Server=Server
|
|
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=Porta. Lasciare vuoto se sconosciuta.
|
|
DatabaseServer=Database server
|
|
DatabaseName=Nome del database
|
|
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
|
|
AdminPassword=Password per amministratore del database. Da lasciare vuoto se ci si collega in forma anonima
|
|
CreateDatabase=Crea database
|
|
CreateUser=Create user account or grant user account permission on the Dolibarr database
|
|
DatabaseSuperUserAccess=Accesso superutente al database
|
|
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=Connessione al server
|
|
DatabaseCreation=Creazione del database
|
|
CreateDatabaseObjects=Creazione degli oggetti del database
|
|
ReferenceDataLoading=Caricamento dei dati di riferimento
|
|
TablesAndPrimaryKeysCreation=Creazione tabelle e chiavi primarie
|
|
CreateTableAndPrimaryKey=Creazione della tabella %s
|
|
CreateOtherKeysForTable=Creazione vincoli e indici per la tabella %s
|
|
OtherKeysCreation=Creazione vincoli e indici
|
|
FunctionsCreation=Creazione funzioni
|
|
AdminAccountCreation=Creazione accesso amministratore
|
|
PleaseTypePassword=Please type a password, empty passwords are not allowed!
|
|
PleaseTypeALogin=Please type a login!
|
|
PasswordsMismatch=Passwords differs, please try again!
|
|
SetupEnd=Fine della configurazione
|
|
SystemIsInstalled=Installazione completata.
|
|
SystemIsUpgraded=Dolibarr è stato aggiornato con successo.
|
|
YouNeedToPersonalizeSetup=Dolibarr deve essere configurato per soddisfare le vostre necessità (aspetto, caratteristiche, ecc...). Per effettuare questa operazione, segui il link qui sotto:
|
|
AdminLoginCreatedSuccessfuly=Account amministratore '<b>%s</b>' creato con successo.
|
|
GoToDolibarr=Vai a Dolibarr
|
|
GoToSetupArea=Vai alla pagina impostazioni
|
|
MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
|
|
GoToUpgradePage=Vai alla pagina di aggiornamento
|
|
WithNoSlashAtTheEnd=Senza la barra "/" alla fine
|
|
DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
|
|
LoginAlreadyExists=Esiste già
|
|
DolibarrAdminLogin=Login dell'amministratore di Dolibarr
|
|
AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
|
|
FailedToCreateAdminLogin=Impossibile creare l'account amministratore di 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=Not available in this PHP
|
|
ChoosedMigrateScript=Scegli script di migrazione
|
|
DataMigration=Database migration (data)
|
|
DatabaseMigration=Database migration (structure + some data)
|
|
ProcessMigrateScript=Elaborazione dello script
|
|
ChooseYourSetupMode=Scegli la modalità di impostazione e clicca "start"
|
|
FreshInstall=Nuova installazione
|
|
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=Aggiornamento
|
|
UpgradeDesc=Usare questo metodo per sostituire una vecchia installazione Dolibarr con una versione più recente. Ciò aggiornerà il database e i dati.
|
|
Start=Inizio
|
|
InstallNotAllowed=Impossibile completare l'installazione a causa dei permessi del file <b>conf.php</b>
|
|
YouMustCreateWithPermission=È necessario creare il file %s e dare al server web i permessi di scrittura durante il processo di installazione.
|
|
CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
|
|
AlreadyDone=Già migrate
|
|
DatabaseVersion=Versione database
|
|
ServerVersion=Versione del server
|
|
YouMustCreateItAndAllowServerToWrite=È necessario creare questa directory e dare al server web i permessi di scrittura sulla stessa.
|
|
DBSortingCollation=Ordinamento caratteri (Collation)
|
|
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=Pagamenti orfani sono stati rilevati con il metodo %s
|
|
RemoveItManuallyAndPressF5ToContinue=Rimuovere manualmente e premere F5 per continuare.
|
|
FieldRenamed=Campo rinominato
|
|
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=Si raccomanda di installare la versione <b>%s</b> al posto dell'attuale <b>%s</b>
|
|
InstallChoiceSuggested=<b>Scelta suggerita dall'installer</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=Se il nome è esatto e il database non esiste ancora, seleziona l'opzione "Crea database".
|
|
OpenBaseDir=Parametro <b>openbasedir</b>
|
|
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=Migrate shipping for sales orders storage
|
|
MigrationShippingDelivery=Aggiornamento spedizione
|
|
MigrationShippingDelivery2=Aggiornamento spedizione 2
|
|
MigrationFinished=Migrazione completata
|
|
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=Attiva modulo %s
|
|
ShowEditTechnicalParameters=Clicca qui per mostrare/modificare i parametri avanzati (modalità esperti)
|
|
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=Inserisci almeno una opzione come parametro nell'indirizzo URL. Per esempio: '...repair.php?standard=confirmed'
|
|
NothingToDelete=Nulla da ripulire/eliminare
|
|
NothingToDo=Nessuna azione da fare
|
|
#########
|
|
# upgrade
|
|
MigrationFixData=Fix per i dati denormalizzati
|
|
MigrationOrder=Migrazione dei dati per gli ordini dei clienti
|
|
MigrationSupplierOrder=Data migration for vendor's orders
|
|
MigrationProposal=Migrazione dei dati delle proposte commerciali
|
|
MigrationInvoice=Migrazione dei dati della fatturazione attiva
|
|
MigrationContract=Migrazione dei dati per i contratti
|
|
MigrationSuccessfullUpdate=Aggiornamento completato con successo
|
|
MigrationUpdateFailed=Aggiornamento fallito
|
|
MigrationRelationshipTables=Migrazione dei dati delle tabelle di relazione (%s)
|
|
MigrationPaymentsUpdate=Correzione dei dati di pagamento
|
|
MigrationPaymentsNumberToUpdate=%s pagamento(i) da aggiornare
|
|
MigrationProcessPaymentUpdate=Aggiorna pagamento(i) %s
|
|
MigrationPaymentsNothingToUpdate=Niente da aggiornare
|
|
MigrationPaymentsNothingUpdatable=Nessun pagamento aggiornabile
|
|
MigrationContractsUpdate=Aggiornamento dei dati dei contratti
|
|
MigrationContractsNumberToUpdate=%s contratto(i) da aggiornare
|
|
MigrationContractsLineCreation=Crea riga per il contratto con riferimento %s
|
|
MigrationContractsNothingToUpdate=Non ci sono più cose da fare
|
|
MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
|
|
MigrationContractsEmptyDatesUpdate=Correzione contratti con date vuote
|
|
MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
|
|
MigrationContractsEmptyDatesNothingToUpdate=Nessuna data di contratto vuota da correggere
|
|
MigrationContractsEmptyCreationDatesNothingToUpdate=Nessuna data di creazione contratto da correggere
|
|
MigrationContractsInvalidDatesUpdate=Correzione dei contratti con date errate
|
|
MigrationContractsInvalidDateFix=Correggere contratto %s (data del contratto = %s, data di inizio del servizio min = %s)
|
|
MigrationContractsInvalidDatesNumber=%s contratti modificati
|
|
MigrationContractsInvalidDatesNothingToUpdate=Non ci sono contratti con date con errate da correggere
|
|
MigrationContractsIncoherentCreationDateUpdate=Correzione contratti con data incoerente
|
|
MigrationContractsIncoherentCreationDateUpdateSuccess=Correzione dei contratti con data incoerente effettuata con successo
|
|
MigrationContractsIncoherentCreationDateNothingToUpdate=Nessun contratto con data incoerente da correggere
|
|
MigrationReopeningContracts=Apri contratto chiuso per errore
|
|
MigrationReopenThisContract=Riapri contratto %s
|
|
MigrationReopenedContractsNumber=%s contratti modificati
|
|
MigrationReopeningContractsNothingToUpdate=Nessun contratto chiuso da aprire
|
|
MigrationBankTransfertsUpdate=Aggiorna i collegamenti tra registrazione e trasferimento bancario
|
|
MigrationBankTransfertsNothingToUpdate=Tutti i link sono aggiornati
|
|
MigrationShipmentOrderMatching=Migrazione ordini di spedizione
|
|
MigrationDeliveryOrderMatching=Aggiornamento ordini di spedizione
|
|
MigrationDeliveryDetail=Aggiornamento spedizioni
|
|
MigrationStockDetail=Aggiornamento delle scorte dei prodotti
|
|
MigrationMenusDetail=Aggiornamento dinamico dei menu
|
|
MigrationDeliveryAddress=Aggiornamento indirizzo di consegna per le spedizioni
|
|
MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
|
|
MigrationProjectUserResp=Migrazione dei dati del campo fk_user_resp da llx_projet a llx_element_contact
|
|
MigrationProjectTaskTime=Aggiorna tempo trascorso in secondi
|
|
MigrationActioncommElement=Aggiornare i dati sulle azioni
|
|
MigrationPaymentMode=Data migration for payment type
|
|
MigrationCategorieAssociation=Migrazione delle categorie
|
|
MigrationEvents=Migration of events to add event owner into assignment table
|
|
MigrationEventsContact=Migration of events to add event contact into assignment table
|
|
MigrationRemiseEntity=Update entity field value of llx_societe_remise
|
|
MigrationRemiseExceptEntity=Update entity field value of llx_societe_remise_except
|
|
MigrationUserRightsEntity=Aggiorna il valore del campo entità di llx_user_rights
|
|
MigrationUserGroupRightsEntity=Aggiorna il valore del campo entità di llx_usergroup_rights
|
|
MigrationUserPhotoPath=Migration of photo paths for users
|
|
MigrationReloadModule=Ricarica modulo %s
|
|
MigrationResetBlockedLog=Reset del modulo BlockedLog per l'algoritmo 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=Click here to go to your application
|
|
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.
|