dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#3584 - Misspelling in Postfix Whitelist
Till Brehm
2014-07-29
0b786c8a2efe117ed9357a6d6836f123cb4911c6
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
mail
/
lib
/
lang
/
cz_mail_content_filter.lng
1
2
3
4
5
6
7
8
9
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Filtr';
$wb['pattern_txt'] = 'Regexp. vzor';
$wb['data_txt'] = 'Data';
$wb['action_txt'] = 'Akce';
$wb['active_txt'] = 'Aktivní';
$wb['pattern_error_empty'] = 'Vzor je prázdný.';
?>