|
From: Jon O. <jon...@us...> - 2005-05-06 06:48:16
|
Update of /cvsroot/mxbb/core27x/modules/mx_last_msg/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13016/modules/mx_last_msg/language/lang_english Added Files: index.htm lang_admin.php lang_main.php Log Message: Initital core 2.7.x commit :-) --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * Mx_Last Message Post Module * lang_main.php [English] * ------------------- * copyright : (C) 2003 Mx System * email : su...@mx... * * $Id: lang_admin.php * Rev. hist : Created by MarcMoris (su...@mx...), * reedited by Haplo (jon...@ho...) * $Id: lang_main.php,v 1.1 2005/05/06 06:48:07 jonohlsson Exp $ * ****************************************************************************/ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // Module $lang['Latest_Post'] = "Last Message Post"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php /*************************************************************************** * Mx_Last Message Post Module * lang_admin.php [English] * ------------------- * copyright : (C) 2003 Mx System * email : su...@mx... * * $Id: lang_admin.php * Rev. hist : Created by MarcMoris (su...@mx...), * reedited by Haplo (jon...@ho...) * $Id: lang_admin.php,v 1.1 2005/05/06 06:48:07 jonohlsson Exp $ * ****************************************************************************/ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); $lang['Last_Msg_forum'] = "Source Forums<br /> You may do multiple selections<br />* If none is selected, all authorized forums vill be visible"; $lang['Last_Msg_Display_Icon_View'] = "Display Icon for 'Go to last message'"; $lang['Last_Msg_Display_Last_Author'] = "Display Last Post"; $lang['Last_Msg_Display_Author'] = "Display Author Name"; $lang['Last_Msg_Settings'] = "Configuration for Last Message Post Module:"; $lang['Last_Msg_Settings'] = "Configuration for Last Message Post Module:"; $lang['Last_Msg_Number_Title'] = "Number of Posts to display:"; $lang['Last_Msg_Display_Date'] = "Display Date?"; $lang['Last_Msg_Title_Length'] = "Title lenght (max characters):"; $lang['Last_Msg_Title_Length_Info']= ""; $lang['Last_Msg_Display_Forum'] = "Display Forum Name?"; $lang['Last_Msg_Align'] = "Title Align:" ; $lang['Last_Msg_Align_Left'] = "left"; $lang['Last_Msg_Align_Right'] = "right"; $lang['Last_Msg_Align_Center'] = "center"; $lang['Last_Msg_Target'] = "Target:"; $lang['Last_Msg_Target_1'] = "New Window"; $lang['Last_Msg_Target_2'] = "Current Window"; $lang['Config_updated'] = "Module Configuration successfully updated"; $lang['Click_return_config'] = "Click %sHere%s to return to Module Administration"; $lang['Click_return_admin_index'] = "Click %sHere%s to return to Index Administration"; // // 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> |