|
From: OryNider <ory...@us...> - 2007-06-07 00:00:38
|
Update of /cvsroot/mxbb/mx_clock/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7325/language/lang_english Added Files: lang_admin.php lang_main.php Log Message: --- NEW FILE: lang_main.php --- <?php // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // Module $lang['clock_name'] = 'Clock'; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); $lang['flash_width'] = "Clock width"; $lang['flash_height'] = "Clock height"; $lang['flash_wmode_trasparent'] = "Transparent wmode"; // // That's all Folks! // ------------------------------------------------- ?> |