mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-23 09:51:33 +01:00
of keys than source file (en_US). Note: Please continue to prefer commiting your change into language files into git. For the moment transifex does not support conflict management, diff, versionning, ...
113 lines
3.7 KiB
Plaintext
113 lines
3.7 KiB
Plaintext
# Dolibarr language file - Source file is en_US - cron
|
|
CHARSET=UTF-8
|
|
Module2310Name=Cron
|
|
Module2310Desc=Gestione dei task programmati
|
|
|
|
#
|
|
# About page
|
|
#
|
|
About = Info
|
|
CronAbout = Info su Cron
|
|
CronAboutPage = Pagina informativa su Cron
|
|
|
|
#
|
|
# Right
|
|
#
|
|
Permission23101 = Leggi compito programmato
|
|
Permission23102 = Crea/aggiorna compito programmato
|
|
Permission23103 = Cancella compito programmato
|
|
Permission23104 = Esegui compito programmato
|
|
|
|
#
|
|
# Admin
|
|
#
|
|
CronSetup= Configurazione della gestione compiti programmati
|
|
URLToLaunchCronJobs=URL che lancia i job di cron
|
|
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=On Unix environement you should use crontab to run Command line each minutes
|
|
# CronExplainHowToRunWin=On Microsoft(tm) Windows environement you can use Scheduled task tools to run Command line each minutes
|
|
|
|
|
|
#
|
|
# Menu
|
|
#
|
|
CronListActive= Lista dei job attivi
|
|
CronListInactive= Lista dei job disabilitati
|
|
|
|
|
|
#
|
|
# Page list
|
|
#
|
|
CronDateLastRun=Ultimo avvio
|
|
CronLastOutput=Output dell'ultimo avvio
|
|
# CronLastResult=Last result code
|
|
CronListOfCronJobs=Lista dei job programmati
|
|
CronCommand=Comando
|
|
CronList= Lista dei job
|
|
CronDelete= Cancella job di cron
|
|
CronConfirmDelete= Vuoi davvero cancellare questo job di cron?
|
|
CronExecute=Lancia compito
|
|
# CronConfirmExecute= Are you sure to execute this job now
|
|
# CronInfo= Jobs allow to execute task that have been planned
|
|
CronWaitingJobs=Job in attesa
|
|
CronTask=Compito
|
|
CronNone= Nessuno
|
|
CronDtStart=Data di inizio
|
|
CronDtEnd=Data di fine
|
|
CronDtNextLaunch=Prossima esecuzione
|
|
CronDtLastLaunch=Ultima esecuzione
|
|
CronFrequency=Frequenza
|
|
# CronClass=Classe
|
|
CronMethod=Metodo
|
|
CronModule=Modulo
|
|
CronAction=Azione
|
|
CronStatus=Stato
|
|
CronStatusActive=Attivo
|
|
CronStatusInactive=Inattivo
|
|
CronNoJobs=Nessun job registrato
|
|
CronPriority=Priorità
|
|
CronLabel=Descrizione
|
|
CronNbRun=Num. lancio
|
|
|
|
#
|
|
#Page card
|
|
#
|
|
CronAdd= Aggiungi job
|
|
CronHourStart= Ora e data di inizio del compito
|
|
CronEvery= Ed esegui il compito ogni
|
|
# CronObject= Instance/Object to create
|
|
CronArgs=Parametri
|
|
# CronSaveSucess=Save succefully
|
|
CronNote=Commento
|
|
CronFieldMandatory=Il campo %s è obbligatorio
|
|
CronErrEndDateStartDt=La data di fine non può essere precedente a quella di inizio
|
|
CronStatusActiveBtn=Attivo
|
|
CronStatusInactiveBtn=Inattivo
|
|
CronTaskInactive=Questo compito è inattivo
|
|
# CronDtLastResult=Last result date
|
|
CronId=Id
|
|
# CronClassFile=Classes (file name)
|
|
# CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For exemple to fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value of module is <i>product</i>
|
|
# CronClassFileHelp=The file name to load. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/<u>product.class.php</u>, the value of class file name is <i>product.class.php</i>
|
|
# CronObjectHelp=The object name to load. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of class file name is <i>Product</i>
|
|
# CronMethodHelp=The object method to launch. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of method is is <i>fecth</i>
|
|
# CronArgsHelp=The method arguments. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of paramters can be <i>0, ProductRef</i>
|
|
CronCommandHelp=Il comando da eseguire sul sistema
|
|
|
|
#
|
|
# Info
|
|
#
|
|
CronInfoPage=Informazioni
|
|
|
|
|
|
#
|
|
# Common
|
|
#
|
|
CronType=Tipo di compito
|
|
# CronType_method=Call method of a Dolibarr Class
|
|
CronType_command=Comando da shell
|
|
CronMenu=Cron
|
|
CronCannotLoadClass=Non posso caricare la classe %s o l'oggetto %s
|