mcramer
2013-09-02 e0dc711c2b2dc4e2ec397d7f53910f11e1ca4ade
interface/web/client/lib/lang/cz_domain.lng
@@ -1,7 +1,8 @@
<?php
$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 není dovoleno';
$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'] = 'Doména';
?>