Till Brehm
2016-04-22 ebd0e986ed11f2a34fb58cdd33efbfab192083ad
interface/web/client/lib/lang/cz_domain.lng
@@ -1,6 +1,8 @@
<?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';
?>