From 69944a5535b16007bd2cd8c546e8be6dfc35adf8 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 25 Aug 2009 10:26:56 -0400 Subject: [PATCH] Merged revisions 1281 - 1333 --- interface/web/client/lib/lang/br_client.lng | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/interface/web/client/lib/lang/br_client.lng b/interface/web/client/lib/lang/br_client.lng index 5391c13..69d753a 100644 --- a/interface/web/client/lib/lang/br_client.lng +++ b/interface/web/client/lib/lang/br_client.lng @@ -23,7 +23,7 @@ $wb['zip_txt'] = 'CEP'; $wb['city_txt'] = 'Cidade'; $wb['state_txt'] = 'Estado'; -$wb['country_txt'] = 'Pais'; +$wb['country_txt'] = 'País'; $wb['telephone_txt'] = 'Telefone'; $wb['mobile_txt'] = 'Celular'; $wb['fax_txt'] = 'Fax'; @@ -81,5 +81,10 @@ $wb['ssh_chroot_txt'] = 'Opções de SSH Chroot'; $wb['web_php_options_txt'] = 'Opções do PHP'; $wb['limit_client_error'] = 'O número máximo de clientes foi atingido.'; +$wb['limit_cron_txt'] = 'Número máximo de tarefas no cron.'; +$wb['limit_cron_type_txt'] = 'Máximo de tipos de tarefas no cron (em chroot e url completas)'; +$wb['limit_cron_frequency_txt'] = 'Intervalo mínimo entre as execuções'; +$wb['limit_cron_error_notint'] = 'O limite do cron deve ser um número.'; +$wb['limit_cron_error_frequency'] = 'O limite de frequência do cron deve ser um número.'; ?> -- Gitblit v1.9.1