From 43b345cabb3e8743a91c39e8d6367c1aa594ebd2 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 17 Jan 2013 10:33:59 -0500 Subject: [PATCH] Merged revisions from 3.0.5 stable branch: 3758-3768, 3769 shall not be merged to trunk. --- interface/web/client/lib/lang/cz_domain.lng | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/interface/web/client/lib/lang/cz_domain.lng b/interface/web/client/lib/lang/cz_domain.lng index 4b1845b..26117ae 100644 --- a/interface/web/client/lib/lang/cz_domain.lng +++ b/interface/web/client/lib/lang/cz_domain.lng @@ -1,6 +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'; ?> + + -- Gitblit v1.9.1