https://www.icyphoenix.com/viewtopic.php?f=37&t=5245&p=36013#p36013
-----------------------------------
Corleone
Wed 28 Jan, 2009 13:11

Re: Translators Required - Advanced Mouse-Hover
-----------------------------------
[b]Translation : FRENCH/FRANCAIS[/b]

[spoiler][code linenumbers=false]
<?php

/**
*
* @package Icy Phoenix Modifications
* @File $Id: lang_extend_advanced_mouse_hover_preview.php
* @copyright (c) 2008 dESiLVer
* @email: desilverx@gmail.com
* @license: http://opensource.org/licenses/gpl-license.php GNU Public License
*/

/**
*
* @Extra credits for this file
* Modified for Icy Phoenix by Lopalong - 01-Jan-2009
*
*/

// ------------[ Contributors ]-------------------
//
// Translated to "??" by "??"
// Website: "??"
//

if (!defined('IN_ICYPHOENIX'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

$lang = array_merge($lang, array(

// START Advanced mouse hover preview

// START Advanced mouse hover preview Admin

	'Msg_title' => ' Message Sommaire Mouse-Over',
	'Msg_display' => 'Message Sommaire',
	'Msg_display_exp' => 'Options des messages déjà vus',
	'Msg_first' => 'Premier message',
	'Msg_last' => 'Dernier message', 
	'Char_limit' => 'Limite de caractère (max 775)',

// END Advanced mouse hover preview Admin

// END Advanced mouse hover preview
	)
);


?>

[/code][/spoiler]


