https://www.icyphoenix.com/viewtopic.php?f=37&t=5243&p=35257#p35257
-----------------------------------
New Player
Thu 01 Jan, 2009 11:18

Re: Translators Required - New Security Question Mod
-----------------------------------
german

[spoiler]<?php
/**
*
* @package Icy Phoenix Modifications
* @version $Id: lang_extend_security_question.php 1st January 09 $
* @copyright (c) 2008 Icy Phoenix
* @Created by Lopalong for Icy Phoenix version: ??
* @license http://opensource.org/licenses/GPL-license.php GNU Public License
*
*/

// ------------[ Contributors ]-------------------
//
// Translated to "German" by "New Player (Carsten)"
// Website: "www.icyphoenix.de"
//

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' => 'Sicherheitsfrage',
    'security_question_explain' => 'Anti Spam / Robot Sicherheitsfrage',
    'security_answer' => 'Sicherheitsantwort',
    'security_answer_explain' => 'Anti Spam / Robot Sicherheitsantwort',
// END Security Question Admin

// START Security Question Front End
    'securityquestion_invalid' => 'Entschuldigung, aber deine Anti-Spam Antwort ist NICHT korrekt gewesen.<br />Bitte versuche dich erneut zu registrieren.',
    'securityquestion' => 'Bitte antworte auf die folgende Frage: *<br /><strong>%s</strong>',
    'securityquestion_explain' => 'Um Spam vorzubeugen',
// END Security Question Front End

// END Security Question
    )
);

?>[/spoiler]


