https://www.icyphoenix.com/viewtopic.php?f=37&t=5243&p=38146#p38146
-----------------------------------
ChillyBoarder
Thu 09 Apr, 2009 00:58

Re: Translators Required - New Security Question Mod
-----------------------------------
French/Français

[spoiler]<?php

/**
*
* @package Icy Phoenix Modifications
* @File $Id: lang_extend_security_question.php
* @copyright (c) (James Newcombe) http://www.photosbyjames.net
* @email: James N <n/a>
* @license: http://opensource.org/licenses/GPL-license.php GNU Public License
*/

/**
*
* @Extra credits for this file
* Modified for Icy Phoenix by Lopalong - 01-January-2009
*
*/

// ------------[ Contributors ]-------------------
//
// Translated to "Français" by "Chillyboarder"
// Website: "http://www.icyphoenix.com/profile.php?mode=viewprofile&u=6987"
//

if (!defined('IN_ICYPHOENIX'))
{
    exit;
}

if (empty($lang) || !is_array($lang))
{
    $lang = array();
}

$lang = array_merge($lang, array(

// START Security Question

// START Security Question Admin
    'security_question' => 'Question de sécurité',
    'security_question_explain' => 'Anti question de sécurité de Spam/robot',
    'security_answer' => 'Réponse de sécurité',
    'security_answer_explain' => 'Anti réponse de sécurité de Spam/robot',
// END Security Question Admin

// START Security Question Front End
    'securityquestion_invalid' => 'Sorry, but your Anti-Spam answer is NOT correct.<br />Essayez svp de s'enregistrer encore.',
    'securityquestion' => 'Veuillez répondre à la question suivante: *<br /><strong>%s</strong>',
    'securityquestion_explain' => 'Pour aider à empêcher le Spam.',
// END Security Question Front End

// END Security Question
    )
);

?>[/spoiler]


