dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Reverted SVN trunk back to revision 3938 to remove changes in default theme...
tbrehm
2013-04-19
2a4acdb4f99f2a553013961e7bb86397e62c1bd4
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
mailuser
/
lib
/
lang
/
cz_mail_user_cc.lng
1
2
3
4
5
6
7
<?php
$wb['mailbox_cc_txt'] = 'Poslat kopii na e-mailovou adresu';
$wb['cc_txt'] = 'Poslat kopii na e-mail';
$wb['email_txt'] = 'E-mail';
$wb['cc_error_isemail'] = 'Vyplněná e-mailová adresa neplatná';
$wb['email_is_cc_error'] = 'Vyplněná e-mailová adresa a poslat kopii na e-mail adresu, nemůžou být stejné.';
?>