Commit 91609af0 authored by tbrehm's avatar tbrehm
Browse files

Merged language files.

parent 7da53333
......@@ -31,4 +31,3 @@ $wb['Tools'] = 'Ferramentas';
$wb['Help'] = 'Ajuda';
$wb['toolsarea_head_txt'] = 'Ferramentas';
?>
......@@ -21,5 +21,13 @@ $wb['filter_txt'] = 'Szűrés';
$wb['add_new_record_txt'] = 'Új bejegyzés';
$wb['btn_save_txt'] = 'Mentés';
$wb['btn_cancel_txt'] = 'Mégse';
$wb['System'] = 'System';
$wb['Client'] = 'Client';
$wb['Email'] = 'Email';
$wb['Monitor'] = 'Monitor';
$wb['Sites'] = 'Sites';
$wb['DNS'] = 'DNS';
$wb['Tools'] = 'Tools';
$wb['Help'] = 'Help';
$wb['toolsarea_head_txt'] = 'Tools';
?>
......@@ -31,4 +31,3 @@ $wb['Tools'] = 'Tools';
$wb['Help'] = 'Help';
$wb['toolsarea_head_txt'] = 'Tools';
?>
<?php
$wb['conf_format_dateshort'] = 'Y-m-d';
$wb['conf_format_datelong'] = 'l dS of F Y';
$wb['conf_format_timeshort'] = 'H:i';
$wb['conf_format_timelong'] = 'H:i:s';
$wb['conf_format_datetime'] = 'Y-m-d H:i';
$wb['301'] = 'Moduł nie jest dostępny dla aktualnego uzytkownika.';
$wb['302'] = 'Moduł jest niepoprawny.';
$wb['1001'] = 'Nazwa użytkownika i hasło nie może być puste !';
$wb['1002'] = 'Nazwa użytkownika i/lub hasło nie są poprawne !';
$wb['1003'] = 'Nazwa użytkownika nie jest aktywna!';
$wb['delete_confirmation'] = 'Jesteś pewny, że chcesz usunąć ten wpis?';
$wb['error_no_view_permission'] = 'Nie masz uprawnień do podglądu tego wpisu lub taki wpis nie istnieje!';
$wb['error_no_delete_permission'] = 'Nie masz uprawnień do usunięcia tego wpisu!';
$wb["page_txt"] = 'Strona';
$wb["page_of_txt"] = 'z';
$wb["page_next_txt"] = 'Następna';
$wb["page_back_txt"] = 'Wróć';
$wb["delete_txt"] = 'Usuń';
$wb["filter_txt"] = 'Filtr';
$wb["add_new_record_txt"] = 'Dodaj nowy wpis';
$wb['btn_save_txt'] = "Zapisz";
$wb['btn_cancel_txt'] = "Wróć";
?>
<?php
$wb['conf_format_dateshort'] = 'Y-m-d';
$wb['conf_format_datelong'] = 'l dS of F Y';
$wb['conf_format_timeshort'] = 'H:i';
$wb['conf_format_timelong'] = 'H:i:s';
$wb['conf_format_datetime'] = 'Y-m-d H:i';
$wb['301'] = 'Moduł nie jest dostępny dla aktualnego uzytkownika.';
$wb['302'] = 'Moduł jest niepoprawny.';
$wb['1001'] = 'Nazwa użytkownika i hasło nie może być puste !';
$wb['1002'] = 'Nazwa użytkownika i/lub hasło nie są poprawne !';
$wb['1003'] = 'Nazwa użytkownika nie jest aktywna!';
$wb['delete_confirmation'] = 'Jesteś pewny, że chcesz usunąć ten wpis?';
$wb['error_no_view_permission'] = 'Nie masz uprawnień do podglądu tego wpisu lub taki wpis nie istnieje!';
$wb['error_no_delete_permission'] = 'Nie masz uprawnień do usunięcia tego wpisu!';
$wb['page_txt'] = 'Strona';
$wb['page_of_txt'] = 'z';
$wb['page_next_txt'] = 'Następna';
$wb['page_back_txt'] = 'Wróć';
$wb['delete_txt'] = 'Usuń';
$wb['filter_txt'] = 'Filtr';
$wb['add_new_record_txt'] = 'Dodaj nowy wpis';
$wb['btn_save_txt'] = 'Zapisz';
$wb['btn_cancel_txt'] = 'Wróć';
$wb['System'] = 'System';
$wb['Client'] = 'Client';
$wb['Email'] = 'Email';
$wb['Monitor'] = 'Monitor';
$wb['Sites'] = 'Sites';
$wb['DNS'] = 'DNS';
$wb['Tools'] = 'Tools';
$wb['Help'] = 'Help';
$wb['toolsarea_head_txt'] = 'Tools';
?>
<?php
$wb['username_txt'] = 'Username:';
$wb['password_txt'] = 'Password:';
$wb['function_txt'] = 'Functions:';
$wb['username_error_unique'] = 'Username must be unique';
$wb['username_error_empty'] = 'Username cannot be empty';
$wb['password_error_empty'] = 'Password cannot be empty';
$wb['password_strength_txt'] = 'Password Strength:';
?>
<?php
$wb['list_head_txt'] = 'Remote Users';
$wb['list_desc_txt'] = '';
$wb['add_new_record_txt'] = 'Add new user';
$wb['parent_remote_userid_txt'] = 'ID';
$wb['username_txt'] = 'Username';
?>
......@@ -2,6 +2,6 @@
$wb['server_id_txt'] = 'Server';
$wb['ip_address_txt'] = 'IP Address';
$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
$wb["ip_error_wrong"] = 'The IP address is invalid';
$wb["ip_error_unique"] = 'The IP address must be unique';
$wb['ip_error_wrong'] = 'The IP address is invalid';
$wb['ip_error_unique'] = 'The IP address must be unique';
?>
......@@ -32,4 +32,3 @@ $wb['Language Editor'] = 'Editor de Idiomas';
$wb['Software'] = 'Software';
$wb['Repositories'] = 'Repositórios';
?>
......@@ -9,4 +9,3 @@ $wb['firewall_error_unique'] = 'Já existe uma regra de firewall para este servi
$wb['tcp_ports_error_regex'] = 'Caratere não permitido para definição de porta tcp. São permitidos somente números, : e ,.';
$wb['udp_ports_error_regex'] = 'Caratere não permitido para definição de porta udp. São permitidos somente números, : e ,.';
?>
......@@ -6,4 +6,3 @@ $wb['tcp_port_txt'] = 'Portas TCP abertas';
$wb['udp_port_txt'] = 'Portas UDP abertas';
$wb['add_new_record_txt'] = 'Adcionar registro de firewall';
?>
......@@ -3,4 +3,3 @@ $wb['description_txt'] = 'Descrição';
$wb['name_txt'] = 'Grupo';
$wb['name_err'] = 'O Nome do Grupo deve conter de 1 a 30 caracteres!';
?>
......@@ -4,4 +4,3 @@ $wb['description_txt'] = 'Descrição';
$wb['name_txt'] = 'Grupo';
$wb['add_new_record_txt'] = 'Adicionar novo Grupo';
?>
......@@ -6,4 +6,3 @@ $wb['language_new_hint_txt'] = '2 letras código ISO 639-1 (Veja http://en.wikip
$wb['btn_save_txt'] = 'Criar um novo conjunto de idioma';
$wb['btn_cancel_txt'] = 'Voltar';
?>
......@@ -5,4 +5,3 @@ $wb['language_select_txt'] = 'Selecionar Idioma';
$wb['btn_save_txt'] = 'Mesclar arquivos agora';
$wb['btn_cancel_txt'] = 'Voltar';
?>
......@@ -6,4 +6,3 @@ $wb['lang_file_txt'] = 'Arquivo de Idioma';
$wb['btn_save_txt'] = 'Salvar';
$wb['btn_cancel_txt'] = 'Voltar';
?>
......@@ -4,4 +4,3 @@ $wb['language_select_txt'] = 'Selecione o idioma';
$wb['btn_save_txt'] = 'Exportar idioma selecionado para um arquivo';
$wb['btn_cancel_txt'] = 'Voltar';
?>
......@@ -5,4 +5,3 @@ $wb['btn_save_txt'] = 'Importar Arquivo de Idioma Selecionado';
$wb['language_overwrite_txt'] = 'Sobre escrever o arquivo se existir.';
$wb['btn_cancel_txt'] = 'Voltar';
?>
......@@ -5,4 +5,3 @@ $wb['module_txt'] = 'Módulo';
$wb['lang_file_txt'] = 'Arquido de Idioma';
$wb['lang_file_date_txt'] = 'Ultima Modificação';
?>
<?php
$wb['username_txt'] = 'Nome do usurio:';
$wb['password_txt'] = 'Senha:';
$wb['function_txt'] = 'Funes:';
$wb['username_error_unique'] = 'O nome de usurio deve ser nico';
$wb['username_error_empty'] = 'O nome de usurio no pode estar em branco';
$wb['password_error_empty'] = 'A senha no pode estar em branco';
$wb['password_strength_txt'] = 'Segurana da senha:';
?>
<?php
$wb['username_txt'] = 'Nome do usurio:';
$wb['password_txt'] = 'Senha:';
$wb['function_txt'] = 'Funes:';
$wb['username_error_unique'] = 'O nome de usurio deve ser nico';
$wb['username_error_empty'] = 'O nome de usurio no pode estar em branco';
$wb['password_error_empty'] = 'A senha no pode estar em branco';
$wb['password_strength_txt'] = 'Segurana da senha:';
?>
<?php
$wb['list_head_txt'] = "Usurios Remotos";
$wb['list_desc_txt'] = "";
$wb['add_new_record_txt'] = "Adcionar novo usurio";
$wb['parent_remote_userid_txt'] = 'ID';
$wb['username_txt'] = "Nome do usurio";
?>
<?php
$wb['list_head_txt'] = 'Usurios Remotos';
$wb['list_desc_txt'] = '';
$wb['add_new_record_txt'] = 'Adcionar novo usurio';
$wb['parent_remote_userid_txt'] = 'ID';
$wb['username_txt'] = 'Nome do usurio';
?>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment