Skip to content

Commit bf78767

Browse files
author
moglia
committed
Initial Commit for Ispconfig 3 Brazilian Portuguese Localization
1 parent be7d7f8 commit bf78767

File tree

117 files changed

+1746
-0
lines changed

Some content is hidden

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

117 files changed

+1746
-0
lines changed

interface/lib/lang/br.lng

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
$wb['conf_format_dateshort'] = 'd/m/Y';
3+
$wb['conf_format_datelong'] = 'l dS of F Y';
4+
$wb['conf_format_timeshort'] = 'H:i';
5+
$wb['conf_format_timelong'] = 'H:i:s';
6+
$wb['conf_format_datetime'] = 'd/m/Y H:i';
7+
$wb['301'] = 'Módulo não permitido para o usuário corrente.';
8+
$wb['302'] = 'Módulo Inválido';
9+
$wb['1001'] = 'O nome de usuário e senha não podem estar em branco!';
10+
$wb['1002'] = 'Nome de usuário ou senha incorretos!';
11+
$wb['1003'] = 'O Usuário está inativo!';
12+
$wb['delete_confirmation'] = 'Tem certeza de que deseja remover este registro?';
13+
$wb['error_no_view_permission'] = 'Você não tem permissão para ver este registro ou o mesmo não existe!';
14+
$wb['error_no_delete_permission'] = 'Você não tem permissão para remover este registro!';
15+
$wb['page_txt'] = 'Página';
16+
$wb['page_of_txt'] = 'de';
17+
$wb['page_next_txt'] = 'Próximo';
18+
$wb['page_back_txt'] = 'Voltar';
19+
$wb['delete_txt'] = 'Remover';
20+
$wb['filter_txt'] = 'Filtrar';
21+
$wb['add_new_record_txt'] = 'Adcionar novo registro';
22+
$wb['btn_save_txt'] = 'Salvar';
23+
$wb['btn_cancel_txt'] = 'Voltar';
24+
?>
25+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?php
2+
$wb['1001'] = 'Por favor, preencha o nome do usuário e senha!';
3+
$wb['1002'] = 'Nome do usuário ou senha incorretos!';
4+
$wb['Firewall'] = 'Firewall';
5+
$wb['Groups'] = 'Grupos';
6+
$wb['groups_description'] = 'Formulário para edição dos Grupos de usuários do sistema.';
7+
$wb['Server'] = 'Servidor';
8+
$wb['Services'] = 'Serviços';
9+
$wb['Config'] = 'Configuração';
10+
$wb['Server Config'] = 'Configuração do Servidor';
11+
$wb['Mail'] = 'Mail';
12+
$wb['Getmail'] = 'Getmail';
13+
$wb['Web'] = 'Web';
14+
$wb['FastCGI'] = 'FastCGI';
15+
$wb['Jailkit'] = 'Jailkit';
16+
$wb['System'] = 'Sistema';
17+
$wb['Add user'] = 'Adicionar Usuário';
18+
$wb['Edit user'] = 'Editar Usuário';
19+
$wb['CP Users'] = 'Usuários Visar';
20+
$wb['Add group'] = 'Adicionar Grupo';
21+
$wb['Edit group'] = 'Editar Grupo';
22+
$wb['Edit server'] = 'Editar Servidor';
23+
$wb['Edit Server IP'] = 'Editar Endereço IP do Servidor';
24+
$wb['Servers'] = 'Servidores';
25+
$wb['Sync. Now'] = 'Sincronizar agora';
26+
$wb['DB Sync.'] = 'Sincronizar Bando de Dados';
27+
$wb['Languages'] = 'Idiomas';
28+
$wb['New Language'] = 'Novo Idioma';
29+
$wb['Export'] = 'Exportar';
30+
$wb['Import'] = 'Importar';
31+
$wb['Language Editor'] = 'Editor de Idiomas';
32+
$wb['Software'] = 'Software';
33+
$wb['Repositories'] = 'Repositórios';
34+
?>
35+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
$wb['server_id_txt'] = 'Servidor';
3+
$wb['tcp_port_txt'] = 'Portas TCP abertas';
4+
$wb['udp_port_txt'] = 'Portas UDP abertas';
5+
$wb['tcp_port_help_txt'] = 'Separado por vírgula';
6+
$wb['udp_port_help_txt'] = 'Separado por vírgula';
7+
$wb['active_txt'] = 'Ativo';
8+
$wb['firewall_error_unique'] = 'Já existe uma regra de firewall para este servidor!';
9+
?>
10+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?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';
8+
?>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
$wb['description_txt'] = 'Descrição';
3+
$wb['name_txt'] = 'Grupo';
4+
$wb['name_err'] = 'O Nome do Grupo deve conter de 1 a 30 caracteres!';
5+
?>
6+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Grupos de usuários do sistema';
3+
$wb['description_txt'] = 'Descrição';
4+
$wb['name_txt'] = 'Grupo';
5+
$wb['add_new_record_txt'] = 'Adicionar novo Grupo';
6+
?>
7+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Adcionar novo idioma';
3+
$wb['language_select_txt'] = 'Selecione o idioma base';
4+
$wb['language_new_txt'] = 'Novo Idioma';
5+
$wb['language_new_hint_txt'] = '2 letras código ISO 639-1 (Veja http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
6+
$wb['btn_save_txt'] = 'Criar um novo conjunto de idioma';
7+
$wb['btn_cancel_txt'] = 'Voltar';
8+
?>
9+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Mesclar Idioma';
3+
$wb['list_desc_txt'] = 'Mesclar o arquivo de idioma selecionado com o arquivo de idioma principal (em inglês). <br />Isto permite completar qualquer falha de tradução, com o arquivo principal original em inglês.';
4+
$wb['language_select_txt'] = 'Selecionar Idioma';
5+
$wb['btn_save_txt'] = 'Mesclar arquivos agora';
6+
$wb['btn_cancel_txt'] = 'Voltar';
7+
?>
8+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Editor de Arquivos de Idioma';
3+
$wb['language_select_txt'] = 'Selecione o idioma';
4+
$wb['module_txt'] = 'Módulo';
5+
$wb['lang_file_txt'] = 'Arquivo de Idioma';
6+
$wb['btn_save_txt'] = 'Salvar';
7+
$wb['btn_cancel_txt'] = 'Voltar';
8+
?>
9+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Exportar arquivos de idioma';
3+
$wb['language_select_txt'] = 'Selecione o idioma';
4+
$wb['btn_save_txt'] = 'Exportar idioma selecionado para um arquivo';
5+
$wb['btn_cancel_txt'] = 'Voltar';
6+
?>
7+

0 commit comments

Comments
 (0)