From 40dd9fb5c2f1083b2793674d5c418ead836d764e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 28 Jan 2010 12:22:34 -0500 Subject: [PATCH] Fixed: FS#1014 - Some strings can not be translated (missing in en.lng?) Merged all language files. --- interface/web/mail/lib/lang/hu_mail_aliasdomain.lng | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/interface/web/mail/lib/lang/hu_mail_aliasdomain.lng b/interface/web/mail/lib/lang/hu_mail_aliasdomain.lng index 241eb64..5815d1e 100644 --- a/interface/web/mail/lib/lang/hu_mail_aliasdomain.lng +++ b/interface/web/mail/lib/lang/hu_mail_aliasdomain.lng @@ -1,11 +1,11 @@ <?php -$wb["source_txt"] = 'Source'; -$wb["destination_txt"] = 'Destination'; -$wb["active_txt"] = 'Active'; -$wb["no_domain_perm"] = "You have no permission for this domain."; -$wb["limit_mailaliasdomain_txt"] = 'The max. number of email alias domains for your account is reached.'; -$wb["source_destination_identical_txt"] = 'Source and target Domain are the same.'; -$wb["source_error_empty"] = 'Source Domain is empty.'; -$wb["source_error_unique"] = 'Duplicate source Domain.'; -$wb["source_error_regex"] = 'Invalid source domain name.'; -?> \ No newline at end of file +$wb['source_txt'] = 'Source'; +$wb['destination_txt'] = 'Destination'; +$wb['active_txt'] = 'Active'; +$wb['no_domain_perm'] = 'You have no permission for this domain.'; +$wb['limit_mailaliasdomain_txt'] = 'The max. number of email alias domains for your account is reached.'; +$wb['source_destination_identical_txt'] = 'Source and target Domain are the same.'; +$wb['source_error_empty'] = 'Source Domain is empty.'; +$wb['source_error_unique'] = 'Duplicate source Domain.'; +$wb['source_error_regex'] = 'Invalid source domain name.'; +?> -- Gitblit v1.9.1