dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- workaround for apache < 2.4
Marius Burkard
2016-02-11
8831af7f89bf4746fbbad8aa4aa700f6567d9dae
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
mail
/
lib
/
lang
/
id_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'] = 'Pola Regexp.';
$wb['data_txt'] = 'Data';
$wb['action_txt'] = 'Tindakan';
$wb['active_txt'] = 'Aktif';
$wb['pattern_error_empty'] = 'Pola kosong.';
?>