cron.lang 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Dolibarr language file - Source file is en_US - cron
  2. # About page
  3. # Right
  4. Permission23101 = อ่านงานที่กำหนดเวลาไว้
  5. Permission23102 = สร้าง / การปรับปรุงกำหนดเวลางาน
  6. Permission23103 = ลบงานที่กำหนด
  7. Permission23104 = การดำเนินงานที่กำหนด
  8. # Admin
  9. CronSetup=กำหนดเวลาการตั้งค่าการจัดการงาน
  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=กุญแจสำคัญในการรักษาความปลอดภัยสำหรับ URL ที่จะเปิดตัวงาน cron
  13. FileToLaunchCronJobs=Command line to check and launch qualified cron jobs
  14. CronExplainHowToRunUnix=ในสภาพแวดล้อมระบบปฏิบัติการยูนิกซ์ที่คุณควรใช้ crontab รายการต่อไปนี้เพื่อเรียกใช้บรรทัดคำสั่งแต่ละ 5 นาที
  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=คำสั่ง
  26. CronList=งานที่กำหนดเวลาไว้
  27. CronDelete=ลบงานที่กำหนดไว้
  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=งาน
  33. CronNone=ไม่
  34. CronDtStart=Not before
  35. CronDtEnd=Not after
  36. CronDtNextLaunch=การดำเนินการต่อไป
  37. CronDtLastLaunch=Start date of latest execution
  38. CronDtLastResult=End date of latest execution
  39. CronFrequency=ความถี่
  40. CronClass=ชั้น
  41. CronMethod=วิธี
  42. CronModule=โมดูล
  43. CronNoJobs=ไม่มีงานที่ลงทะเบียน
  44. CronPriority=ลำดับความสำคัญ
  45. CronLabel=ฉลาก
  46. CronNbRun=Number of launches
  47. CronMaxRun=Maximum number of launches
  48. CronEach=ทุกๆ
  49. JobFinished=งานเปิดตัวและจบ
  50. Scheduled=Scheduled
  51. #Page card
  52. CronAdd= เพิ่มงาน
  53. CronEvery=ดำเนินงานแต่ละงาน
  54. CronObject=อินสแตนซ์ / วัตถุที่จะสร้าง
  55. CronArgs=พารามิเตอร์
  56. CronSaveSucess=Save successfully
  57. CronNote=ความเห็น
  58. CronFieldMandatory=ทุ่ง% s มีผลบังคับใช้
  59. CronErrEndDateStartDt=วันที่สิ้นสุดไม่สามารถก่อนวันเริ่มต้น
  60. StatusAtInstall=Status at module installation
  61. CronStatusActiveBtn=Schedule
  62. CronStatusInactiveBtn=ปิดการใช้งาน
  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=บรรทัดคำสั่งระบบที่จะดำเนินการ
  72. CronCreateJob=สร้างงานใหม่กำหนด
  73. CronFrom=จาก
  74. # Info
  75. # Common
  76. CronType=หมวดงาน
  77. CronType_method=Call method of a PHP Class
  78. CronType_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=ปิดการใช้งาน
  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