# Dolibarr language file - Source file is en_US - cron
# About page
# Right
Permission23101 = Leggi processo pianificato
Permission23102 = Crea / Aggiornamento processo pianificato
Permission23103 = Elimina processo pianificato
Permission23104 = Esegui processo pianificato
# Admin
CronSetup= Impostazione delle azioni pianificate
URLToLaunchCronJobs=URL per controllare ed eseguire i cron job
OrToLaunchASpecificJob=O per lanciare un job specifico
KeyForCronAccess=Chiave di sicurezza per l'URL che lancia i job di cron
FileToLaunchCronJobs=Command line to check and launch qualified cron jobs
CronExplainHowToRunUnix=In ambienti Unix per lanciare il comando ogni 5 minuti dovresti usare la seguente riga di crontab
CronExplainHowToRunWin=In ambienti Microsoft(tm) Windows per lanciare il comando ogni 5 minuti dovresti usare le operazioni pianificate
CronMethodDoesNotExists=La classe %s non contiene alcune metodo %s
CronJobDefDesc=Cron job profiles are defined into the module descriptor file. When module is activated, they are loaded and available so you can administer the jobs from the admin tools menu %s.
CronJobProfiles=List of predefined cron job profiles
# Menu
EnabledAndDisabled=Attivato e disattivato
# Page list
CronLastOutput=Latest run output
CronLastResult=Latest result code
CronCommand=Comando
CronList=Processi pianificati
CronDelete=Cancella i job programmati
CronConfirmDelete=Vuoi davvero eliminare questi job schedulati?
CronExecute=Esegui i job schedulati
CronConfirmExecute=Vuoi davvero eseguire i job schedulati ora?
CronInfo=Scheduled job module allows to schedule jobs to execute them automatically. Jobs can also be started manually.
CronTask=Azione
CronNone=Nessuno
CronDtStart=Non prima
CronDtEnd=Non dopo
CronDtNextLaunch=Prossima esecuzione
CronDtLastLaunch=Data di inizio dell'ultima esecuzione
CronDtLastResult=Data di termine ultima esecuzione
CronFrequency=Frequenza
CronClass=Classe
CronMethod=Metodo
CronModule=Modulo
CronNoJobs=Nessun job registrato
CronPriority=Priorità
CronLabel=Titolo
CronNbRun=Num. lancio
CronMaxRun=Massimo numero di esecuzioni
CronEach=Ogni
JobFinished=Azione eseguita e completata
#Page card
CronAdd= Aggiungi job
CronEvery=Esegui ogni lavoro
CronObject=Istanza/Oggetto da creare
CronArgs=Parametri
CronSaveSucess=Salvataggio corretto
CronNote=Commento
CronFieldMandatory=Il campo %s è obbligatorio
CronErrEndDateStartDt=La data di fine non può essere precedente a quella di inizio
StatusAtInstall=Status at module installation
CronStatusActiveBtn=Abilita
CronStatusInactiveBtn=Disattiva
CronTaskInactive=Questa azione è disabilitata
CronId=Id
CronClassFile=Filename with class
CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module).
For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for module is
product
CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory).
For exemple to call the fetch method of Dolibarr Product object htdocs/product/class/product.class.php, the value for class file name is
product/class/product.class.php
CronObjectHelp=The object name to load.
For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is
Product
CronMethodHelp=The object method to launch.
For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is
fetch
CronArgsHelp=The method arguments.
For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be
0, ProductRef
CronCommandHelp=Il comando da eseguire sul sistema
CronCreateJob=Crea nuovo job programmato
CronFrom=Da
# Info
# Common
CronType=Tipo di lavoro
CronType_method=Call method of a PHP Class
CronType_command=Comando da shell
CronCannotLoadClass=Non posso caricare la classe %s o l'oggetto %s
UseMenuModuleToolsToAddCronJobs=Vai nel menu "Home - Strumenti di amministrazione - Processi pianificati" per visualizzare e modificare i processi pianificati.
JobDisabled=Lavoro disabilitato
MakeLocalDatabaseDumpShort=Backup del database locale
MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql' or 'pgsql'), 1, 'auto' or filename to build, nb of backup files to keep
WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of enabled jobs, your jobs may be delayed to a maximum of %s hours, before being run.