123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- # 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=Il file di configurazione <b>%s</b> non esiste e non può essere creato!
- ConfFileCouldBeCreated=Il file <b>%s</b> può essere creato.
- ConfFileIsNotWritable=Il file di configurazione <b>%s</b> non è scrivibile, bisogna controllare i permessi. Nella fase di prima installazione, il server web deve poter scrivere questo file durante il processo di configurazione (come ad esempio "chmod 644" in un OS Unix like).
- 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.
- NoReadableConfFileSoStartInstall=Il file di configurazione <b> conf/conf.php </b> non esiste o non è leggibile. Eseguiremo il processo di installazione per provare a inizializzarlo.
- 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.
- PHPSupportSessions=PHP supporta le sessioni.
- PHPSupport=La versione di PHP supporta la funzione %s.
- 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.
- ErrorPHPDoesNotSupport=La tua installazione di PHP non supporta le funzioni %s.
- 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. È richiesta la versione %s o successiva.
- ErrorPHPVersionTooHigh=Versione PHP troppo alta. È richiesta la versione %s o precedente.
- ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
- ErrorDatabaseAlreadyExists=Il database <b>%s</b> esiste già.
- ErrorNoMigrationFilesFoundForParameters=Nessun file di migrazione trovato per le versioni selezionate
- 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=Prefisso tabelle database. Se vuoto, il default è llx_.
- AdminLogin=User account for the Dolibarr database owner.
- 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= <span class="warning"> IMPORTANTE </span>: è necessario utilizzare una directory esterna alle pagine Web (quindi non utilizzare una sottodirectory del parametro precedente).
- 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 installation process is complete, you must 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=Utilizzare questa modalità se questa è la prima installazione. In caso contrario, questa modalità può riparare un'installazione precedente incompleta. Se vuoi aggiornare la tua versione, scegli la modalità "Aggiorna".
- 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=Il passaggio in corso può richiedere diverso tempo. Attendi il caricamento completo della schermata successiva prima di continuare.
- 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=Correzione dei contratti con data vuota effettuata con successo
- 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=Migrazione dei dati delle modalità di pagamento
- 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
- MigrationFieldsSocialNetworks=Migrazione dei social network dei campi utenti (%s)
- MigrationReloadModule=Ricarica modulo %s
- MigrationResetBlockedLog=Reset del modulo BlockedLog per l'algoritmo v7
- MigrationImportOrExportProfiles=Migrazione di profili di importazione o esportazione (%s)
- ShowNotAvailableOptions=Mostra opzioni non disponibili
- HideNotAvailableOptions=Nascondi opzioni non disponibili
- 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>
- YouTryUpgradeDisabledByMissingFileUnLock=The application tried to self-upgrade, but the upgrade process is currently not allowed.<br>
- ClickHereToGoToApp=Click here to go to your application
- ClickOnLinkOrRemoveManualy=Se è in corso un aggiornamento, attendere. In caso contrario, fai clic sul seguente link. Se vedi sempre questa stessa pagina, devi rimuovere / rinominare il file install.lock nella directory dei documenti.
- ClickOnLinkOrCreateUnlockFileManualy=If an upgrade is in progress, please wait... If not, you must create a file upgrade.unlock into the Dolibarr documents directory.
- Loaded=Caricato
- FunctionTest=Test di funzionalita
- NodoUpgradeAfterDB=No action requested by external modules after upgrade of database
- NodoUpgradeAfterFiles=No action requested by external modules after upgrade of files or directories
- MigrationContractLineRank=Migrate Contract Line to use Rank (and enable Reorder)
|