dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Error reporting level is set in config.inc.php, so we can remove it from we...
tbrehm
2012-02-03
3fc13d6692a1e625df385684c80226602dfcb129
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
domain
/
lib
/
lang
/
br_domain.lng
1
2
3
4
5
6
<?php
$wb['domain_error_empty'] = 'O nome do domínio está em branco';
$wb['domain_error_unique'] = 'Este nome de domínio já existe';
$wb['domain_error_regex'] = 'Este nome de domínio não é permitido';
$wb['Domain'] = 'Domínio';
?>