From bc6ca6633290f1bde340935954d8fdc637bac37e Mon Sep 17 00:00:00 2001
From: moglia <moglia@ispconfig3>
Date: Wed, 22 Jul 2009 22:21:35 -0400
Subject: [PATCH] Update of Brazilian Language Files Translation

---
 interface/web/client/lib/lang/br_client.lng |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/interface/web/client/lib/lang/br_client.lng b/interface/web/client/lib/lang/br_client.lng
index 5391c13..c47751c 100644
--- a/interface/web/client/lib/lang/br_client.lng
+++ b/interface/web/client/lib/lang/br_client.lng
@@ -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