-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_server.lng
More file actions
17 lines (17 loc) · 785 Bytes
/
br_server.lng
File metadata and controls
17 lines (17 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['config_txt'] = 'Configuração';
$wb['server_name_txt'] = 'Nome do servidor';
$wb['mail_server_txt'] = 'Servidor de eMails';
$wb['web_server_txt'] = 'Servidor Web';
$wb['dns_server_txt'] = 'Servidor DNS';
$wb['file_server_txt'] = 'Servidor FTP';
$wb['db_server_txt'] = 'Servidor do Banco de Dados';
$wb['vserver_server_txt'] = 'Servidor de Virtualização';
$wb['proxy_server_txt'] = 'Servidor Proxy';
$wb['firewall_server_txt'] = 'Servidor Firewall';
$wb['active_txt'] = 'Ativo';
$wb['mirror_server_id_txt'] = 'É um espelho de servidor';
$wb['- None -'] = '-Nenhum-';
$wb['xmpp_server_txt'] = 'Servidor XMPP';
$wb['server_name_error_regex'] = 'Nome de servidor inválido. Apenas letras, números, espaços, hífens, pontos, sublinhados e parênteses são permitidos.';
?>