From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 04 Sep 2015 07:57:19 -0400 Subject: [PATCH] default for mount backup_dir set to no --- interface/web/sites/lib/lang/br_cron.lng | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/lib/lang/br_cron.lng b/interface/web/sites/lib/lang/br_cron.lng index b9d2217..dc7b49b 100644 --- a/interface/web/sites/lib/lang/br_cron.lng +++ b/interface/web/sites/lib/lang/br_cron.lng @@ -16,7 +16,9 @@ $wb['run_mday_error_format'] = 'Formato dos dias do mês inválido.'; $wb['run_month_error_format'] = 'Formato dos meses inválido.'; $wb['run_wday_error_format'] = 'Formato dos dias da semana inválido.'; -$wb['command_error_format'] = 'Invalid command format. Please note that in case of an url call only http/https is allowed.'; +$wb['command_error_format'] = 'Formato de comando inválido. Somente endereços url http/https são permitidos.'; $wb['unknown_fieldtype_error'] = 'Um tipo desconhecido de campo foi usado.'; +$wb['server_id_error_empty'] = 'The server ID is empty.'; +$wb['limit_cron_url_txt'] = 'URL cron only. Please enter a URL starting with http:// as cron command.'; +$wb['command_error_empty'] = 'Command is empty.'; ?> - -- Gitblit v1.9.1