cron.lang 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Dolibarr language file - Source file is en_US - cron
  2. # About page
  3. # Right
  4. Permission23101 = Ler tarefa 'Agendada'
  5. Permission23102 = Criar/atualizar tarefa 'Agendada'
  6. Permission23103 = Eliminar tarefa 'Agendada'
  7. Permission23104 = Executar tarefa 'Agendada'
  8. # Admin
  9. CronSetup=Configuração da gestão de tarefas agendadas
  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=Código de segurança para URL para iniciar tarefas qualificadas
  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=Ativado e desativado
  22. # Page list
  23. CronLastOutput=Latest run output
  24. CronLastResult=Latest result code
  25. CronCommand=Comando
  26. CronList=Trabalhos agendadas
  27. CronDelete=Eliminar tarefas agendadas
  28. CronConfirmDelete=Tem a certeza que deseja eliminar estas tarefas agendadas?
  29. CronExecute=Iniciar tarefa agendada
  30. CronConfirmExecute=Tem a certeza de que deseja executar agora estas tarefas agendadas?
  31. CronInfo=O módulo de tarefas agendadas permite agendar tarefas para executá-las automaticamente. As tarefas também podem ser iniciadas manualmente.
  32. CronTask=Tarefa
  33. CronNone=Nenhuma
  34. CronDtStart=Não antes
  35. CronDtEnd=Não após
  36. CronDtNextLaunch=Próximo execução
  37. CronDtLastLaunch=Data de início da última execução
  38. CronDtLastResult=Data final da última execução
  39. CronFrequency=Frequência
  40. CronClass=Classe
  41. CronMethod=Método
  42. CronModule=Módulo
  43. CronNoJobs=Sem tarefas registadas
  44. CronPriority=Prioridade
  45. CronLabel=Etiqueta
  46. CronNbRun=Number of launches
  47. CronMaxRun=Maximum number of launches
  48. CronEach=Cada
  49. JobFinished=Tarefa iniciada e concluída
  50. Scheduled=Scheduled
  51. #Page card
  52. CronAdd= Adicionar tarefas
  53. CronEvery=Executar cada tarefa
  54. CronObject=Instância/Objeto para criar
  55. CronArgs=Parâmetros
  56. CronSaveSucess=Guardado com sucesso
  57. CronNote=Comentário
  58. CronFieldMandatory=Os campos %s são obrigatórios
  59. CronErrEndDateStartDt=A data de fim não pode ser anterior à data de início
  60. StatusAtInstall=Estado da instalação do módulo
  61. CronStatusActiveBtn=Schedule
  62. CronStatusInactiveBtn=Desativar
  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=Criar nova 'Tarefa Agendada'
  73. CronFrom=De
  74. # Info
  75. # Common
  76. CronType=Tipo de tarefa
  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