Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
81541100
Commit
81541100
authored
Sep 22, 2009
by
moglia
Browse files
Small brazilian portuguese language files update.
br_server_ip.lng and br_dns_srv.lng
parent
d0f4343b
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/lib/lang/br_server_ip.lng
View file @
81541100
<?php
$wb
[
'server_id_txt'
]
=
'Servidor'
;
$wb
[
'ip_address_txt'
]
=
'Endereço IP'
;
$wb
[
'virtualhost_txt'
]
=
'Nome VirtualHost HTTP'
;
$wb
[
"ip_error_wrong"
]
=
'Endereço IP inválido!'
;
$wb
[
"ip_error_unique"
]
=
'
The IP address must be unique
'
;
?>
<?php
$wb
[
'server_id_txt'
]
=
'Servidor'
;
$wb
[
'ip_address_txt'
]
=
'Endereço IP'
;
$wb
[
'virtualhost_txt'
]
=
'Nome VirtualHost HTTP'
;
$wb
[
"ip_error_wrong"
]
=
'Endereço IP inválido!'
;
$wb
[
"ip_error_unique"
]
=
'
O endereço IP deve ser único
'
;
?>
interface/web/dns/lib/lang/br_dns_srv.lng
View file @
81541100
<?php
$wb
[
'server_id_txt'
]
=
'Servidor'
;
$wb
[
'zone_txt'
]
=
'Zona'
;
$wb
[
'name_txt'
]
=
'Hostname'
;
$wb
[
'type_txt'
]
=
'tipo'
;
$wb
[
'data_txt'
]
=
'Registro do Servidor'
;
$wb
[
'ttl_txt'
]
=
'TTL'
;
$wb
[
'active_txt'
]
=
'Ativo'
;
$wb
[
'limit_dns_record_txt'
]
=
'O número máximo de zonas DNS para sua conta foi atingido.'
;
$wb
[
'no_zone_perm'
]
=
'Você não tem permição para adcionar registros a está zona DNS.'
;
$wb
[
'name_error_empty'
]
=
'O Hostname está em branco.'
;
$wb
[
'name_error_regex'
]
=
'O Hostname está com formato inválido.'
;
$wb
[
'data_error_empty'
]
=
'Registro do Servidor em branco'
;
$wb
[
'data_error_regex'
]
=
'Registro do Servidor com formato inválido'
;
?>
<?php
$wb
[
'server_id_txt'
]
=
'Servidor'
;
$wb
[
'zone_txt'
]
=
'Zona'
;
$wb
[
'name_txt'
]
=
'Hostname'
;
$wb
[
'type_txt'
]
=
'tipo'
;
$wb
[
'data_txt'
]
=
'Registro do Servidor'
;
$wb
[
'ttl_txt'
]
=
'TTL'
;
$wb
[
'active_txt'
]
=
'Ativo'
;
$wb
[
'limit_dns_record_txt'
]
=
'O número máximo de zonas DNS para sua conta foi atingido.'
;
$wb
[
'no_zone_perm'
]
=
'Você não tem permição para adcionar registros a está zona DNS.'
;
$wb
[
'name_error_empty'
]
=
'O Hostname está em branco.'
;
$wb
[
'name_error_regex'
]
=
'O Hostname está com formato inválido.'
;
$wb
[
'data_error_empty'
]
=
'Registro do Servidor em branco'
;
$wb
[
'data_error_regex'
]
=
'Registro do Servidor com formato inválido'
;
$wb
[
"srv_error_regex"
]
=
'Registro do Servidor com formato inválido. São necessários 3 textos separados por espaços'
;
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment