|
From: OryNider <ory...@us...> - 2007-06-06 23:50:31
|
Update of /cvsroot/mxbb/mx_counter/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32460 Added Files: index.htm 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['portal_counter'] = 'Site Counter:'; // // 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['Counter_Settings'] = "Counter Module Settings"; $lang['Counter_Settings_explain'] = "<b>Note: </b>Digit Path is relative to the <i>numbers</i> directory."; $lang['digits'] = "Digits"; $lang['digitpath'] = "Digit Path"; $lang['digitpreview'] = "Digit Preview"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |