Till Brehm
2014-03-13 d10d15da9b28dedcd03dbb599a3cd004dbb2c8b3
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';
?>