cron.lang 4.9 KB

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