dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#827 - Version number not visible after login
tbrehm
2009-08-11
3583ff21e4e7db1ddbe52020008d0c239ed1c85f
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
lang
/
br_web_subdomain_list.lng
1
2
3
4
5
6
7
8
<?php
$wb["list_head_txt"] = 'Sub-domínios';
$wb["active_txt"] = 'Ativo';
$wb["server_id_txt"] = 'Servidor';
$wb["parent_domain_id_txt"] = 'Website';
$wb["domain_txt"] = 'Sub=domínio';
$wb["add_new_record_txt"] = 'Adcionar um novo sub-domínio';
?>