https://www.icyphoenix.com/viewtopic.php?f=37&t=5245&p=35254#p35254
-----------------------------------
Lopalong
Thu 01 Jan, 2009 06:24

Translators Required - Advanced Mouse-Hover
-----------------------------------
Thanks People,

I'm working on converting MODS for the next release of Icy Phoenix, and appreciate all the help I can get by adding various lang files before release.

If you want to help, it would also be appreciated if you named the file [b]lang_extend_advanced_mouse_hover_preview.php[/b] and upload your translation as a .zip file to avoid any possible Encoding Errors. ;)

Thanks!  :mricy: 

[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' => 'Mouse-Over Message Summary',
	'Msg_display' => 'Message Summary',
	'Msg_display_exp' => 'Message preview options',
	'Msg_first' => 'First post',
	'Msg_last' => 'Last post',
	'Char_limit' => 'Character Limit (max 775)',

// END Advanced mouse hover preview Admin

// START Advanced mouse hover preview Front End
	'Continued' => ' <strong>......Continued</strong>',
	'Hiddenmessage' => '<strong>This Post is hidden:</strong> <br /> You must post a reply to this topic <br /> to see the hidden message.',
// END Advanced mouse hover preview Front End

// END Advanced mouse hover preview
	)
);
?>
[/code][/spoiler]

Updated Modified Script to allow for the "Hide Hack" 29th January 2009

New Added Script:

// START Advanced mouse hover preview Front End
	'Continued' => ' <strong>......Continued</strong>',
	'Hiddenmessage' => '<strong>This Post is hidden:</strong> <br /> You must post a reply to this topic <br /> to see the hidden message.',
// END Advanced mouse hover preview Front End

[b][color=red]15th Aug 2009 - Please check that your language file contains these latest changes, and that <center> </center> have been removed from the Hiddenmessage string.[/color][/b]


