From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/help/lib/lang/fr_support_message.lng | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/interface/web/help/lib/lang/fr_support_message.lng b/interface/web/help/lib/lang/fr_support_message.lng index 1d27248..6d64344 100644 --- a/interface/web/help/lib/lang/fr_support_message.lng +++ b/interface/web/help/lib/lang/fr_support_message.lng @@ -1,9 +1,8 @@ <?php -$wb['recipient_id_txt'] = 'Recipient ID'; -$wb['sender_id_txt'] = 'Sender ID'; -$wb['subject_txt'] = 'Subject'; +$wb['recipient_id_txt'] = 'ID Destinataire'; +$wb['sender_id_txt'] = 'ID Expéditeur'; +$wb['subject_txt'] = 'Sujet'; $wb['message_txt'] = 'Message'; $wb['tstamp_txt'] = 'Timestamp'; -$wb['btn_save_txt'] = 'Save'; -$wb['btn_cancel_txt'] = 'Cancel'; +$wb['reply_txt'] = 'Répondre'; ?> -- Gitblit v1.9.1