dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fixed the cronjob and noticed a bug in ISPC but not able to report as FlySp...
A. Täffner
2016-01-23
afee192d2a77afa1c11d25156d0a44df94e19aed
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
mail
/
lib
/
lang
/
de_mail_alias_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'E-Mail Alias';
$wb['active_txt'] = 'Aktiv';
$wb['source_txt'] = 'Quelle';
$wb['destination_txt'] = 'Ziel';
$wb['email_txt'] = 'E-Mail Adresse';
$wb['add_new_record_txt'] = 'Neuen E-Mail Alias hinzufügen';
?>