dolibarr/htdocs/langs/sw_SW/cron.lang

92 lines
4.9 KiB
Plaintext
Raw Normal View History

2015-03-14 02:37:18 +01:00
# Dolibarr language file - Source file is en_US - cron
# About page
# Right
2015-06-26 17:04:04 +02:00
Permission23101 = Read Scheduled job
Permission23102 = Create/update Scheduled job
Permission23103 = Delete Scheduled job
Permission23104 = Execute Scheduled job
2015-03-14 02:37:18 +01:00
# Admin
2021-01-08 11:22:11 +01:00
CronSetup=Scheduled job management setup
URLToLaunchCronJobs=URL to check and launch qualified cron jobs from a browser
OrToLaunchASpecificJob=Or to check and launch a specific job from a browser
2015-03-14 02:37:18 +01:00
KeyForCronAccess=Security key for URL to launch cron jobs
2017-10-19 17:55:24 +02:00
FileToLaunchCronJobs=Command line to check and launch qualified cron jobs
2015-03-14 02:37:18 +01:00
CronExplainHowToRunUnix=On Unix environment you should use the following crontab entry to run the command line each 5 minutes
2021-01-08 11:22:11 +01:00
CronExplainHowToRunWin=On Microsoft(tm) Windows environment you can use Scheduled Task tools to run the command line each 5 minutes
2016-02-19 19:33:31 +01:00
CronMethodDoesNotExists=Class %s does not contains any method %s
2021-01-08 11:22:11 +01:00
CronMethodNotAllowed=Method %s of class %s is in blacklist of forbidden methods
2017-10-19 17:55:24 +02:00
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
2015-03-14 02:37:18 +01:00
# Menu
2016-01-29 00:40:15 +01:00
EnabledAndDisabled=Enabled and disabled
2015-03-14 02:37:18 +01:00
# Page list
2017-02-21 10:26:11 +01:00
CronLastOutput=Latest run output
CronLastResult=Latest result code
2015-03-14 02:37:18 +01:00
CronCommand=Command
2015-06-26 17:04:04 +02:00
CronList=Scheduled jobs
2015-04-02 13:28:20 +02:00
CronDelete=Delete scheduled jobs
2017-02-21 10:26:11 +01:00
CronConfirmDelete=Are you sure you want to delete these scheduled jobs?
2016-10-11 10:24:02 +02:00
CronExecute=Launch scheduled job
2017-02-21 10:26:11 +01:00
CronConfirmExecute=Are you sure you want to execute these scheduled jobs now?
2017-06-19 21:34:33 +02:00
CronInfo=Scheduled job module allows to schedule jobs to execute them automatically. Jobs can also be started manually.
2015-03-14 02:37:18 +01:00
CronTask=Job
2015-04-02 13:28:20 +02:00
CronNone=None
2016-01-29 00:40:15 +01:00
CronDtStart=Not before
CronDtEnd=Not after
2015-03-14 02:37:18 +01:00
CronDtNextLaunch=Next execution
2016-06-20 03:21:35 +02:00
CronDtLastLaunch=Start date of latest execution
CronDtLastResult=End date of latest execution
2015-06-26 17:04:04 +02:00
CronFrequency=Frequency
CronClass=Class
2015-03-14 02:37:18 +01:00
CronMethod=Method
CronModule=Module
CronNoJobs=No jobs registered
CronPriority=Priority
2016-10-11 10:24:02 +02:00
CronLabel=Label
2021-01-08 11:22:11 +01:00
CronNbRun=Number of launches
CronMaxRun=Maximum number of launches
2015-03-14 02:37:18 +01:00
CronEach=Every
JobFinished=Job launched and finished
2021-01-08 11:22:11 +01:00
Scheduled=Scheduled
2015-03-14 02:37:18 +01:00
#Page card
CronAdd= Add jobs
2015-06-26 17:04:04 +02:00
CronEvery=Execute job each
CronObject=Instance/Object to create
2015-03-14 02:37:18 +01:00
CronArgs=Parameters
2016-06-20 03:21:35 +02:00
CronSaveSucess=Save successfully
2015-03-14 02:37:18 +01:00
CronNote=Comment
CronFieldMandatory=Fields %s is mandatory
CronErrEndDateStartDt=End date cannot be before start date
2017-10-19 17:55:24 +02:00
StatusAtInstall=Status at module installation
2021-01-08 11:22:11 +01:00
CronStatusActiveBtn=Schedule
2015-03-14 02:37:18 +01:00
CronStatusInactiveBtn=Disable
2021-06-26 22:51:23 +02:00
CronTaskInactive=This job is disabled (not scheduled)
2015-03-14 02:37:18 +01:00
CronId=Id
2017-06-19 21:34:33 +02:00
CronClassFile=Filename with class
2021-01-08 11:22:11 +01:00
CronModuleHelp=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>
CronClassFileHelp=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>
CronObjectHelp=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>
CronMethodHelp=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>
CronArgsHelp=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>
2015-03-14 02:37:18 +01:00
CronCommandHelp=The system command line to execute.
2015-04-02 13:28:20 +02:00
CronCreateJob=Create new Scheduled Job
2015-07-03 15:31:51 +02:00
CronFrom=From
2015-03-14 02:37:18 +01:00
# Info
# Common
2015-06-26 17:04:04 +02:00
CronType=Job type
2017-10-19 17:55:24 +02:00
CronType_method=Call method of a PHP Class
2015-03-14 02:37:18 +01:00
CronType_command=Shell command
2018-04-11 13:26:23 +02:00
CronCannotLoadClass=Cannot load class file %s (to use class %s)
CronCannotLoadObject=Class file %s was loaded, but object %s was not found into it
2021-01-08 11:22:11 +01:00
UseMenuModuleToolsToAddCronJobs=Go into menu "<a href="%s">Home - Admin tools - Scheduled jobs</a>" to see and edit scheduled jobs.
2016-06-20 03:21:35 +02:00
JobDisabled=Job disabled
2016-02-19 19:33:31 +01:00
MakeLocalDatabaseDumpShort=Local database backup
2021-01-08 11:22:11 +01:00
MakeLocalDatabaseDump=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
2017-06-19 21:34:33 +02:00
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.
2021-01-08 11:22:11 +01:00
DATAPOLICYJob=Data cleaner and anonymizer
JobXMustBeEnabled=Job %s must be enabled
# Cron Boxes
LastExecutedScheduledJob=Last executed scheduled job
NextScheduledJobExecute=Next scheduled job to execute
NumberScheduledJobError=Number of scheduled jobs in error