Skip to content

Commit 1e28112

Browse files
author
moglia
committed
Update of Brazilian Language Files.
1 parent cb0520b commit 1e28112

File tree

92 files changed

+880
-784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+880
-784
lines changed

interface/lib/lang/br.lng

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$wb['conf_format_dateshort'] = 'd/m/Y';
3-
$wb['conf_format_datelong'] = 'l dS of F Y';
3+
$wb['conf_format_datelong'] = 'l dS de F Y';
44
$wb['conf_format_timeshort'] = 'H:i';
55
$wb['conf_format_timelong'] = 'H:i:s';
66
$wb['conf_format_datetime'] = 'd/m/Y H:i';
@@ -21,5 +21,14 @@ $wb['filter_txt'] = 'Filtrar';
2121
$wb['add_new_record_txt'] = 'Adcionar novo registro';
2222
$wb['btn_save_txt'] = 'Salvar';
2323
$wb['btn_cancel_txt'] = 'Voltar';
24+
$wb['System'] = 'Sistema';
25+
$wb['Client'] = 'Cliente';
26+
$wb['Email'] = 'Correio';
27+
$wb['Monitor'] = 'Monitor';
28+
$wb['Sites'] = 'Sites';
29+
$wb['DNS'] = 'DNS';
30+
$wb['Tools'] = 'Ferramentas';
31+
$wb['Help'] = 'Ajuda';
32+
$wb['toolsarea_head_txt'] = 'Ferramentas';
2433
?>
2534

interface/web/admin/lib/lang/br.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $wb['Jailkit'] = 'Jailkit';
1616
$wb['System'] = 'Sistema';
1717
$wb['Add user'] = 'Adicionar Usuário';
1818
$wb['Edit user'] = 'Editar Usuário';
19-
$wb['CP Users'] = 'Usuários Visar';
19+
$wb['CP Users'] = 'Usuários';
2020
$wb['Add group'] = 'Adicionar Grupo';
2121
$wb['Edit group'] = 'Editar Grupo';
2222
$wb['Edit server'] = 'Editar Servidor';

interface/web/admin/lib/lang/br_firewall.lng

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ $wb['tcp_port_help_txt'] = 'Separado por vírgula';
66
$wb['udp_port_help_txt'] = 'Separado por vírgula';
77
$wb['active_txt'] = 'Ativo';
88
$wb['firewall_error_unique'] = 'Já existe uma regra de firewall para este servidor!';
9+
$wb['tcp_ports_error_regex'] = 'Caratere não permitido para definição de porta tcp. São permitidos somente números, : e ,.';
10+
$wb['udp_ports_error_regex'] = 'Caratere não permitido para definição de porta udp. São permitidos somente números, : e ,.';
911
?>
1012

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2-
$wb["list_head_txt"] = 'Firewall';
3-
$wb["active_txt"] = 'Ativo';
4-
$wb["server_id_txt"] = 'Servidor';
5-
$wb["tcp_port_txt"] = 'Portas TCP abertas';
6-
$wb["udp_port_txt"] = 'Portas UDP abertas';
7-
$wb["add_new_record_txt"] = 'Adcionar registro de firewall';
2+
$wb['list_head_txt'] = 'Firewall';
3+
$wb['active_txt'] = 'Ativo';
4+
$wb['server_id_txt'] = 'Servidor';
5+
$wb['tcp_port_txt'] = 'Portas TCP abertas';
6+
$wb['udp_port_txt'] = 'Portas UDP abertas';
7+
$wb['add_new_record_txt'] = 'Adcionar registro de firewall';
88
?>
9+
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
2-
$wb["list_head_txt"] = 'Importar arquivo de idioma';
3-
$wb["language_import_txt"] = 'Buscar arquivo de idioma';
2+
$wb['list_head_txt'] = 'Importar arquivo de idioma';
3+
$wb['language_import_txt'] = 'Buscar arquivo de idioma';
44
$wb['btn_save_txt'] = 'Importar Arquivo de Idioma Selecionado';
5-
$wb["language_overwrite_txt"] = 'Sobre escrever o arquivo se existir.';
5+
$wb['language_overwrite_txt'] = 'Sobre escrever o arquivo se existir.';
66
$wb['btn_cancel_txt'] = 'Voltar';
77
?>
8+

interface/web/admin/lib/lang/br_server_config.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ $wb['wget_txt'] = 'Caminho para o wget';
4646
$wb['web_user_txt'] = 'Usuário Apache';
4747
$wb['web_group_txt'] = 'Grupo Apache';
4848
$wb['security_level_txt'] = 'Nível de Segurança';
49-
?>
49+
?>
50+
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
2-
$wb["list_head_txt"] = 'Repositório';
3-
$wb["active_txt"] = 'Ativo';
4-
$wb["repo_name_txt"] = 'Repositório';
5-
$wb["repo_url_txt"] = 'URL';
2+
$wb['list_head_txt'] = 'Repositório';
3+
$wb['active_txt'] = 'Ativo';
4+
$wb['repo_name_txt'] = 'Repositório';
5+
$wb['repo_url_txt'] = 'URL';
66
?>
7+
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2-
$wb["list_head_txt"] = 'Usuários';
3-
$wb["username_txt"] = 'Nome de Usuário';
4-
$wb["name_txt"] = 'Nome';
5-
$wb["vorname_txt"] = 'Sobrenome';
6-
$wb["ort_txt"] = 'cidade';
7-
$wb["add_new_record_txt"] = 'Adcionar novo usuário';
2+
$wb['list_head_txt'] = 'Usuários';
3+
$wb['username_txt'] = 'Nome de Usuário';
4+
$wb['name_txt'] = 'Nome';
5+
$wb['vorname_txt'] = 'Sobrenome';
6+
$wb['ort_txt'] = 'cidade';
7+
$wb['add_new_record_txt'] = 'Adcionar novo usuário';
88
?>
9+

interface/web/client/lib/lang/br.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ $wb['Add Client'] = 'Adcionar Cliente';
66
$wb['Edit Client'] = 'Editar Cliente';
77
$wb['Clients'] = 'Clientes';
88
$wb['Edit Client-Templates'] = 'Editar Gabaritos de Clientes';
9+
$wb['Add Reseller'] = 'Adcionar Revendedor';
10+
$wb['Edit Reseller'] = 'Editar Revendedor';
11+
$wb['Resellers'] = 'Revendedores';
912
?>
1013

interface/web/client/lib/lang/br_client.lng

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $wb['street_txt'] = 'Rua';
2323
$wb['zip_txt'] = 'CEP';
2424
$wb['city_txt'] = 'Cidade';
2525
$wb['state_txt'] = 'Estado';
26-
$wb['country_txt'] = 'Pais';
26+
$wb['country_txt'] = 'País';
2727
$wb['telephone_txt'] = 'Telefone';
2828
$wb['mobile_txt'] = 'Celular';
2929
$wb['fax_txt'] = 'Fax';
@@ -81,5 +81,10 @@ $wb['template_additional_txt'] = 'Template Adcional';
8181
$wb['ssh_chroot_txt'] = 'Opções de SSH Chroot';
8282
$wb['web_php_options_txt'] = 'Opções do PHP';
8383
$wb['limit_client_error'] = 'O número máximo de clientes foi atingido.';
84+
$wb['limit_cron_txt'] = 'Número máximo de tarefas no cron.';
85+
$wb['limit_cron_type_txt'] = 'Máximo de tipos de tarefas no cron (em chroot e url completas)';
86+
$wb['limit_cron_frequency_txt'] = 'Intervalo mínimo entre as execuções';
87+
$wb['limit_cron_error_notint'] = 'O limite do cron deve ser um número.';
88+
$wb['limit_cron_error_frequency'] = 'O limite de frequência do cron deve ser um número.';
8489
?>
8590

0 commit comments

Comments
 (0)