1# Dolibarr language file - Source file is en_US - cron 2# About page 3# Right 4Permission23101 = Read Scheduled job 5Permission23102 = Create/update Scheduled job 6Permission23103 = Delete Scheduled job 7Permission23104 = Execute Scheduled job 8# Admin 9CronSetup=Scheduled job management setup 10URLToLaunchCronJobs=URL to check and launch qualified cron jobs from a browser 11OrToLaunchASpecificJob=Or to check and launch a specific job from a browser 12KeyForCronAccess=Security key for URL to launch cron jobs 13FileToLaunchCronJobs=Command line to check and launch qualified cron jobs 14CronExplainHowToRunUnix=On Unix environment you should use the following crontab entry to run the command line each 5 minutes 15CronExplainHowToRunWin=On Microsoft(tm) Windows environment you can use Scheduled Task tools to run the command line each 5 minutes 16CronMethodDoesNotExists=Class %s does not contains any method %s 17CronMethodNotAllowed=Method %s of class %s is in blacklist of forbidden methods 18CronJobDefDesc=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. 19CronJobProfiles=List of predefined cron job profiles 20# Menu 21EnabledAndDisabled=Enabled and disabled 22# Page list 23CronLastOutput=Latest run output 24CronLastResult=Latest result code 25CronCommand=Command 26CronList=Scheduled jobs 27CronDelete=Delete scheduled jobs 28CronConfirmDelete=Are you sure you want to delete these scheduled jobs? 29CronExecute=Launch scheduled job 30CronConfirmExecute=Are you sure you want to execute these scheduled jobs now? 31CronInfo=Scheduled job module allows to schedule jobs to execute them automatically. Jobs can also be started manually. 32CronTask=Job 33CronNone=None 34CronDtStart=Not before 35CronDtEnd=Not after 36CronDtNextLaunch=Next execution 37CronDtLastLaunch=Start date of latest execution 38CronDtLastResult=End date of latest execution 39CronFrequency=Frequency 40CronClass=Class 41CronMethod=Method 42CronModule=Module 43CronNoJobs=No jobs registered 44CronPriority=Priority 45CronLabel=Label 46CronNbRun=Number of launches 47CronMaxRun=Maximum number of launches 48CronEach=Every 49JobFinished=Job launched and finished 50Scheduled=Scheduled 51#Page card 52CronAdd= Add jobs 53CronEvery=Execute job each 54CronObject=Instance/Object to create 55CronArgs=Parameters 56CronSaveSucess=Save successfully 57CronNote=Comment 58CronFieldMandatory=Fields %s is mandatory 59CronErrEndDateStartDt=End date cannot be before start date 60StatusAtInstall=Status at module installation 61CronStatusActiveBtn=Schedule 62CronStatusInactiveBtn=Disable 63CronTaskInactive=This job is disabled 64CronId=Id 65CronClassFile=Filename with class 66CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For example to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is<br><i>product</i> 67CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For example to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is<br><i>product/class/product.class.php</i> 68CronObjectHelp=The object name to load. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is<br><i>Product</i> 69CronMethodHelp=The object method to launch. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is<br><i>fetch</i> 70CronArgsHelp=The method arguments. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be<br><i>0, ProductRef</i> 71CronCommandHelp=The system command line to execute. 72CronCreateJob=Create new Scheduled Job 73CronFrom=From 74# Info 75# Common 76CronType=Job type 77CronType_method=Call method of a PHP Class 78CronType_command=Shell command 79CronCannotLoadClass=Cannot load class file %s (to use class %s) 80CronCannotLoadObject=Class file %s was loaded, but object %s was not found into it 81UseMenuModuleToolsToAddCronJobs=Go into menu "<a href="%s">Home - Admin tools - Scheduled jobs</a>" to see and edit scheduled jobs. 82JobDisabled=Job disabled 83MakeLocalDatabaseDumpShort=Local database backup 84MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql', 'pgsql', 'auto'), 1, 'auto' or filename to build, number of backup files to keep 85WarningCronDelayed=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. 86DATAPOLICYJob=Data cleaner and anonymizer 87JobXMustBeEnabled=Job %s must be enabled 88# Cron Boxes 89LastExecutedScheduledJob=Last executed scheduled job 90NextScheduledJobExecute=Next scheduled job to execute 91NumberScheduledJobError=Number of scheduled jobs in error 92