From dd2551ddeaeffd9ea16c2ccf1e772249e5811469 Mon Sep 17 00:00:00 2001 From: moglia <moglia@ispconfig3> Date: Tue, 11 Aug 2009 14:49:25 -0400 Subject: [PATCH] Update of Brazilian Language Files. Translation folow Fixed: FS#822 -for Main tabs at top not applying translations. Now login page and main tabs translations works. regards till. --- interface/web/sites/lib/lang/br_shell_user.lng | 41 +++++++++++++++++++++-------------------- 1 files changed, 21 insertions(+), 20 deletions(-) diff --git a/interface/web/sites/lib/lang/br_shell_user.lng b/interface/web/sites/lib/lang/br_shell_user.lng index 2a99587..80b144a 100644 --- a/interface/web/sites/lib/lang/br_shell_user.lng +++ b/interface/web/sites/lib/lang/br_shell_user.lng @@ -1,22 +1,23 @@ <?php -$wb['uid_txt'] = 'Nome do usuário'; -$wb['gid_txt'] = 'Groupo'; -$wb['shell_txt'] = 'Shell'; -$wb['dir_txt'] = 'Diretório'; -$wb['server_id_txt'] = 'Servidor'; -$wb['parent_domain_id_txt'] = 'Site'; -$wb['username_txt'] = 'Nome do usuário'; -$wb['password_txt'] = 'Senha'; -$wb['password_strength_txt'] = 'Dificuldade da senha'; -$wb['chroot_txt'] = 'Chroot Shell'; -$wb['quota_size_txt'] = 'Quota'; -$wb['active_txt'] = 'Ativo'; -$wb['username_error_empty'] = 'Nome de usuário em branco.'; -$wb['username_error_unique'] = 'O nome de usuário deve ser único.'; -$wb['username_error_regex'] = 'O nome do usuário contém caracteres não permitidos.'; -$wb['quota_size_error_empty'] = 'Quota em branco.'; -$wb['uid_error_empty'] = 'GID em branco.'; -$wb['directory_error_empty'] = 'Diretório vazio.'; -$wb['limit_shell_user_txt'] = 'O número máximo de usuários shell para sua conta foi atingido.'; -$wb['parent_domain_id_error_empty'] = 'Nenhum website selecionado.'; +$wb["uid_txt"] = 'Nome do usuário'; +$wb["gid_txt"] = 'Groupo'; +$wb["shell_txt"] = 'Shell'; +$wb["dir_txt"] = 'Diretório'; +$wb["server_id_txt"] = 'Servidor'; +$wb["parent_domain_id_txt"] = 'Site'; +$wb["username_txt"] = 'Nome do usuário'; +$wb["password_txt"] = 'Senha'; +$wb["password_strength_txt"] = 'Dificuldade da senha'; +$wb["chroot_txt"] = 'Chroot Shell'; +$wb["quota_size_txt"] = 'Quota'; +$wb["active_txt"] = 'Ativo'; +$wb["username_error_empty"] = 'Nome de usuário em branco.'; +$wb["username_error_unique"] = 'O nome de usuário deve ser único.'; +$wb["username_error_regex"] = 'The username contains charachters that are not allowed.'; +$wb["quota_size_error_empty"] = 'Quota em branco.'; +$wb["uid_error_empty"] = 'UID em branco.'; +$wb["uid_error_empty"] = 'GID em branco.'; +$wb["directory_error_empty"] = 'Diretório vazio.'; +$wb["limit_shell_user_txt"] = 'O número máximo de usuários shell para sua conta foi atingido.'; ?> + -- Gitblit v1.9.1