Skip to content

Commit 8154110

Browse files
author
moglia
committed
Small brazilian portuguese language files update.
br_server_ip.lng and br_dns_srv.lng
1 parent d0f4343 commit 8154110

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?php
2-
$wb['server_id_txt'] = 'Servidor';
3-
$wb['ip_address_txt'] = 'Endereço IP';
4-
$wb['virtualhost_txt'] = 'Nome VirtualHost HTTP';
5-
$wb["ip_error_wrong"] = 'Endereço IP inválido!';
6-
$wb["ip_error_unique"] = 'The IP address must be unique';
7-
?>
8-
1+
<?php
2+
$wb['server_id_txt'] = 'Servidor';
3+
$wb['ip_address_txt'] = 'Endereço IP';
4+
$wb['virtualhost_txt'] = 'Nome VirtualHost HTTP';
5+
$wb["ip_error_wrong"] = 'Endereço IP inválido!';
6+
$wb["ip_error_unique"] = 'O endereço IP deve ser único';
7+
?>
8+
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
<?php
2-
$wb['server_id_txt'] = 'Servidor';
3-
$wb['zone_txt'] = 'Zona';
4-
$wb['name_txt'] = 'Hostname';
5-
$wb['type_txt'] = 'tipo';
6-
$wb['data_txt'] = 'Registro do Servidor';
7-
$wb['ttl_txt'] = 'TTL';
8-
$wb['active_txt'] = 'Ativo';
9-
$wb['limit_dns_record_txt'] = 'O número máximo de zonas DNS para sua conta foi atingido.';
10-
$wb['no_zone_perm'] = 'Você não tem permição para adcionar registros a está zona DNS.';
11-
$wb['name_error_empty'] = 'O Hostname está em branco.';
12-
$wb['name_error_regex'] = 'O Hostname está com formato inválido.';
13-
$wb['data_error_empty'] = 'Registro do Servidor em branco';
14-
$wb['data_error_regex'] = 'Registro do Servidor com formato inválido';
15-
?>
16-
1+
<?php
2+
$wb['server_id_txt'] = 'Servidor';
3+
$wb['zone_txt'] = 'Zona';
4+
$wb['name_txt'] = 'Hostname';
5+
$wb['type_txt'] = 'tipo';
6+
$wb['data_txt'] = 'Registro do Servidor';
7+
$wb['ttl_txt'] = 'TTL';
8+
$wb['active_txt'] = 'Ativo';
9+
$wb['limit_dns_record_txt'] = 'O número máximo de zonas DNS para sua conta foi atingido.';
10+
$wb['no_zone_perm'] = 'Você não tem permição para adcionar registros a está zona DNS.';
11+
$wb['name_error_empty'] = 'O Hostname está em branco.';
12+
$wb['name_error_regex'] = 'O Hostname está com formato inválido.';
13+
$wb['data_error_empty'] = 'Registro do Servidor em branco';
14+
$wb['data_error_regex'] = 'Registro do Servidor com formato inválido';
15+
$wb["srv_error_regex"] = 'Registro do Servidor com formato inválido. São necessários 3 textos separados por espaços';
16+
?>
17+

0 commit comments

Comments
 (0)