dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Implemented: FS#1109 - Rotate website error logs and ispconfig log
tbrehm
2010-06-29
3e0034c1dc3eb944d4e275b62c314cf01dbeda96
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
mail
/
lib
/
lang
/
cz_mail_alias_list.lng
1
2
3
4
5
6
7
8
<?php
$wb["list_head_txt"] = 'Email alias';
$wb["active_txt"] = 'Aktivní';
$wb["source_txt"] = 'Zdroj';
$wb["destination_txt"] = 'Cíl';
$wb["email_txt"] = 'Email';
$wb["add_new_record_txt"] = 'Přidat nový email alias';
?>