Till Brehm
2016-01-02 f652c5901e8230fd53bcd5f57ccd6ae69dc2b2ca
interface/web/client/lib/lang/cz_domain.lng
@@ -1,7 +1,7 @@
<?php
$wb['domain_error_empty'] = 'The domain-name is empty';
$wb['domain_error_unique'] = 'The domain already exists';
$wb['domain_error_regex'] = 'This domain-name is not allowed';
$wb['domain_error_empty'] = 'Doménové jméno je prázdné';
$wb['domain_error_unique'] = 'Doména již existuje';
$wb['domain_error_regex'] = 'Toto doménové jméno je zakázáno';
$wb['Domain'] = 'Doména';
?>