<?php
/**************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* This is the language module with all the system messages */
/* */
/* If you made a translation, please sent to me (hide@address.com) */
/* the translated file. Please keep the original text order by modules, */
/* and just one message per line, also double check your translation! */
/* */
/* You need to change the second quoted phrase, not the capital one! */
/* */
/* If you need to use double quotes (") remember to add a backslash (\), */
/* so your entry will look like: This is \"double quoted\" text. */
/* And, if you use HTML code, please double check it. */
/**************************************************************************/
//
// FLASH TICKER
//
// module created by HI-Lab
// Copyright (c) 2002 by cooperativa sociale l'Utopia a r.l.
// released under GPL licence
//
// www.hi-lab.net
//
/***************************************************************************/
define("_SEND","Send");
define("_FORMTESTO","Message text:");
define("_TITLETICKER","Flash Ticker by HI-Lab - Administration module");
define("_INSTRUCTIONTICKER","Insert the text to show with Flash Ticker in the form,<br>but don't insert more than 40 characters in a single row.<br>If you want to have a break during the message<br>leave a blank row.<br>In the next field you can put an URL link for the message.<br>Write a complete internet address like this:<br>\"http://www.address.com/folder\"<br>");
define("_CONFERMA1","Ticker source text regularly created!");
define("_CONFERMA2","Right, all done!");
define("_ERRORE1","Impossible to open the file!");
define("_ERRORE2","Impossible to create the file!");
define("_ERRORE3","Impossible to close the file!");
define("_LINKASSOCIATO","Message URL link:");
?>