mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 03:28:18 +01:00
80 lines
4.2 KiB
Plaintext
80 lines
4.2 KiB
Plaintext
# 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=Comando per lanciare i job di cron
|
|
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
|
|
# 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
|
|
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). <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is <i>product</i>
|
|
CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For exemple to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is <i>product/class/product.class.php</i>
|
|
CronObjectHelp=The object name to load. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is <i>Product</i>
|
|
CronMethodHelp=The object method to launch. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is <i>fecth</i>
|
|
CronArgsHelp=The method arguments. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be <i>0, ProductRef</i>
|
|
CronCommandHelp=Il comando da eseguire sul sistema
|
|
CronCreateJob=Crea nuovo job programmato
|
|
CronFrom=Da
|
|
# Info
|
|
# Common
|
|
CronType=Tipo di lavoro
|
|
CronType_method=Metodo di chiamata di una classe Dolibarr
|
|
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=Crea un backup del database locale
|
|
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.
|