You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$wb['check_apache_config_txt'] = 'Test apache configuration on restart';
75
+
$wb['php_ini_path_apache_txt'] = 'Caminho do php.ini do Apache';
76
+
$wb['check_apache_config_txt'] = 'Testar a configuração do Apache ao reiniciar';
77
+
$wb['network_config_warning_txt'] = 'A configuração de rede só está disponível para servidores Debian e Ubuntu. Não ative esta configuração de a sua placa de rede não for eth0.';
Copy file name to clipboardExpand all lines: interface/web/admin/lib/lang/br_system_config.lng
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,12 @@ $wb['phpmyadmin_url_txt'] = 'URL do PHPMyAdmin';
15
15
$wb['use_domain_module_txt'] = 'Use o módulo domínios para adcionar novos domínios';
16
16
$wb['use_domain_module_hint'] = 'Se você usar este módulo, os clientes podem selecionar apenas um dos domínios do administrador cria para eles. Eles não podem editar o campo domínio livremente.Você deve relogar-se depois de alterar esse valor, para que as mudanças sejam visíveis.';
17
17
$wb['new_domain_txt'] = 'HTML para criar um novo domínio';
18
-
$wb['dashboard_atom_url_txt'] = 'Dashboard atom feed URL';
19
-
$wb['webdavuser_prefix_txt'] = 'Webdav user prefix';
20
-
$wb['webdavuser_prefix_error_regex'] = 'Char not allowed in webdav user prefix.';
21
-
$wb['webftp_url_txt'] = 'WebFTP URL';
18
+
$wb['dashboard_atom_url_txt'] = 'URL do Dashboard atom feed';
19
+
$wb['webdavuser_prefix_txt'] = 'Prefixo do usuário Webdav';
20
+
$wb['webdavuser_prefix_error_regex'] = 'Caractere não permitido no prefixo de usuário webdav.';
21
+
$wb['webftp_url_txt'] = 'URL do WebFTP';
22
+
$wb['mailmailinglist_link_txt'] = 'Link to mailing list';
23
+
$wb['mailmailinglist_url_txt'] = 'Mailing list URL';
24
+
$wb['admin_mail_txt'] = 'E-mail do administrador';
0 commit comments