dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: Correct chroot handling of cron jobs Changed: separate crontab files...
mcramer
2009-06-23
2c7ee0fd03f12841c2a6dbb1f3a574e28ed7a1e7
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
mail
/
lib
/
lang
/
de_mail_content_filter.lng
1
2
3
4
5
6
7
8
9
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Filter';
$wb['pattern_txt'] = 'Regexp. Pattern';
$wb['data_txt'] = 'Daten';
$wb['action_txt'] = 'Aktion';
$wb['active_txt'] = 'Aktiv';
$wb['pattern_error_empty'] = 'Zeichenkette ist leer';
?>