From c8ccbfb4f4e323d828af15f0bc33cc979cc501b9 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Thu, 20 Sep 2012 12:56:41 -0400 Subject: [PATCH] Next step of importer --- interface/web/help/lib/lang/pl_support_message.lng | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/web/help/lib/lang/pl_support_message.lng b/interface/web/help/lib/lang/pl_support_message.lng index 7007f4a..5758dad 100644 --- a/interface/web/help/lib/lang/pl_support_message.lng +++ b/interface/web/help/lib/lang/pl_support_message.lng @@ -1,8 +1,8 @@ -<?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'; +$wb['reply_txt'] = 'Reply'; +?> -- Gitblit v1.9.1