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