Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
interface/web/client/lib/lang/cz_domain.lng
@@ -1,7 +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';
?>