From 2471d3a979d00e0cecca64e0d5889ca40c02c5fe Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 16 May 2009 09:01:49 -0400 Subject: [PATCH] - Added possibility to encrypt received header, option 'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security --- program/localization/pl_PL/messages.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/localization/pl_PL/messages.inc b/program/localization/pl_PL/messages.inc index 897c16b..ac76383 100644 --- a/program/localization/pl_PL/messages.inc +++ b/program/localization/pl_PL/messages.inc @@ -99,5 +99,6 @@ $messages['opnotpermitted'] = 'Niedozwolona operacja!'; $messages['nofromaddress'] = 'Brak adresu e-mail w wybranej tożsamości'; $messages['editorwarning'] = 'Zmiana edytora spowoduje utratę formatowania tekstu. Czy jesteś pewien, że chcesz to zrobić?'; +$messages['httpreceivedencrypterror'] = 'Wystąpił błąd systemu. Skontaktuj się z administratorem. <b>Nie można wysłać wiadomości.</b>'; ?> -- Gitblit v1.9.1