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/help/lib/lang/pl_support_message.lng | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/interface/web/help/lib/lang/pl_support_message.lng b/interface/web/help/lib/lang/pl_support_message.lng index cc32349..b21539a 100644 --- a/interface/web/help/lib/lang/pl_support_message.lng +++ b/interface/web/help/lib/lang/pl_support_message.lng @@ -1,9 +1,7 @@ -<?php -$wb['recipient_id_txt'] = 'ID odbiorcy'; -$wb['sender_id_txt'] = 'ID nadawcy'; -$wb['subject_txt'] = 'Temat'; -$wb['message_txt'] = 'Wiadomość'; -$wb['tstamp_txt'] = 'Kalendarz'; -?> - - +<?php +$wb['recipient_id_txt'] = 'ID odbiorcy'; +$wb['sender_id_txt'] = 'ID nadawcy'; +$wb['subject_txt'] = 'Temat'; +$wb['message_txt'] = 'Wiadomość'; +$wb['tstamp_txt'] = 'Kalendarz'; +?> -- Gitblit v1.9.1