# Dolibarr language file - Source file is en_US - cron # About page About = Acerca de CronAbout = Sobre Cron CronAboutPage = Cron about page # Right Permission23101 = Read Scheduled task Permission23102 = Criar/Alterar tarefa agendada Permission23103 = Eliminar tarefa agendada Permission23104 = Executar tarefa agendada # Admin CronSetup= Configuração da gestão de tarefas agendadas URLToLaunchCronJobs=URL to check and launch cron jobs if required OrToLaunchASpecificJob=Or to check and launch a specific job KeyForCronAccess=Security key for URL to launch cron jobs FileToLaunchCronJobs=Command line to launch cron jobs CronExplainHowToRunUnix=On Unix environment you should use crontab to run Command line each minutes CronExplainHowToRunWin=On Microsoft(tm) Windows environement you can use Scheduled task tools to run Command line each minutes # Menu CronJobs=Tarefas agendadas CronListActive= Lista de trabalhos ativos CronListInactive= Lista de trabalhos inativos CronListActive= Lista de trabalhos ativos # Page list CronDateLastRun=Última execução CronLastOutput=Resultado da última execução CronLastResult=Last result code CronListOfCronJobs=Lista de tarefas agendadas CronCommand=Comando CronList=Lista de tarefas CronDelete= Delete cron jobs CronConfirmDelete= Are you sure you want to delete this cron job ? CronExecute=Lançar tarefa CronConfirmExecute= Tem certeza que deseja executar esta tarefa agora CronInfo= Jobs allow to execute task that have been planned CronWaitingJobs=Wainting jobs CronTask=Tarefa CronNone= Nenhuma CronDtStart=Data de Início CronDtEnd=Data Fim CronDtNextLaunch=Próximo execução CronDtLastLaunch=Última execução CronFrequency=Frequência CronClass=Classe CronMethod=Método CronModule=Módulo CronAction=Ação CronStatus=Estado CronStatusActive=Activado CronStatusInactive=Desactivado CronNoJobs=Nenhuma tarefa registada CronPriority=Prioridade CronLabel=Descrição CronNbRun=N.º de Execução CronEach=Every JobFinished=Terafa lançada e concluída #Page card CronAdd= Adicionar tarefas CronHourStart= Date e hora de início da tarefa CronEvery= And execute task each CronObject= Instância/Objeto para criar CronArgs=Parâmetros CronSaveSucess=Guardado com sucesso CronNote=Comentário CronFieldMandatory=Os campos %s são obrigatórios CronErrEndDateStartDt=A data de fim não pode ser anterior à data de início CronStatusActiveBtn=Activar CronStatusInactiveBtn=Desactivar CronTaskInactive=Esta tarefa está desactivada CronDtLastResult=Last result date CronId=Id CronClassFile=Classes (filename.class.php) CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module).
For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of module is product CronClassFileHelp=The file name to load.
For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of class file name is product.class.php CronObjectHelp=The object name to load.
For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of class file name is Product CronMethodHelp=The object method to launch.
For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of method is is fecth CronArgsHelp=The method arguments.
For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of paramters can be 0, ProductRef CronCommandHelp=The system command line to execute. # Info CronInfoPage=Informação # Common CronType=Tipo de tarefa CronType_method=Call method of a Dolibarr Class CronType_command=Shell command CronMenu=Cron CronCannotLoadClass=Cannot load class %s or object %s UseMenuModuleToolsToAddCronJobs=Aceda a "Home - Ferramentas dos Módulos" para visualizar e editar as tarefas agendadas.