From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 11 Aug 2009 09:59:25 -0400 Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations. --- interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng b/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng index 01f50f4..1f0aad1 100644 --- a/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng +++ b/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng @@ -1,10 +1,9 @@ -<?php -$wb["list_head_txt"] = 'E-mail Catchall'; -$wb["active_txt"] = 'Aktywny'; -$wb["source_txt"] = 'źródło'; -$wb["destination_txt"] = 'Element docelowy adresu E-mail'; -$wb["server_id_txt"] = 'Serwer'; -$wb["domain_txt"] = 'Domena'; -$wb["add_new_record_txt"] = 'Dodaj nowy Catchall'; -?> - +<?php +$wb['list_head_txt'] = 'E-mail Catchall'; +$wb['active_txt'] = 'Aktywny'; +$wb['source_txt'] = 'źródło'; +$wb['destination_txt'] = 'Element docelowy adresu E-mail'; +$wb['server_id_txt'] = 'Serwer'; +$wb['domain_txt'] = 'Domena'; +$wb['add_new_record_txt'] = 'Dodaj nowy Catchall'; +?> -- Gitblit v1.9.1