dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Email Black and Whitelists
tbrehm
2005-11-25
269eb518145b1854b4de34109cd1827d85513013
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
lang
/
en_mail_blacklist.lng
1
2
3
4
5
6
7
8
<?php
$wb["server_id_txt"] = 'Server';
$wb["address_txt"] = 'Address';
$wb["active_txt"] = 'Active';
$wb["btn_save_txt"] = 'Save';
$wb["btn_cancel_txt"] = 'Cancel';
$wb["address_error_notempty"] = 'Address is empty.';
?>