|
From: Jon O. <jon...@us...> - 2006-08-14 10:51:44
|
Update of /cvsroot/mxbb/mx_who_am_i/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26331/modules/mx_who_am_i/language/lang_english Modified Files: lang_main.php Log Message: updated pak and lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 5 Apr 2006 23:03:19 -0000 1.4 --- lang_main.php 14 Aug 2006 10:51:41 -0000 1.5 *************** *** 25,29 **** | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are --- 25,29 ---- | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block is a block that | will be visable only to registered users who are *************** *** 41,63 **** | \********************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // // Specify your language character encoding... [optional] ! // // setlocale(LC_ALL, "en"); // Module ! $lang['Profile_Name'] = "Name:"; ! $lang['Date_Joined'] = "Date Joined"; ! $lang['Post_Total'] = "Post Total"; ! $lang['Post_Stats'] = "Post Stats"; ! $lang['Change_Profile'] = "...Change Profile..."; ! $lang['Of_Total_Posts'] = "of the total posts"; ! $lang['Posts_Per_Day'] = "posts per day"; ! $lang['Missing_Default_Image'] = "...Defaut Image Missing..."; // --- 41,63 ---- | \********************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // // Specify your language character encoding... [optional] ! // // setlocale(LC_ALL, "en"); // Module ! $lang['Profile_Name'] = 'Name:'; ! $lang['Date_Joined'] = 'Date Joined'; ! $lang['Post_Total'] = 'Post Total'; ! $lang['Post_Stats'] = 'Post Stats'; ! $lang['Change_Profile'] = '...Change Profile...'; ! $lang['Of_Total_Posts'] = 'of the total posts'; ! $lang['Posts_Per_Day'] = 'posts per day'; ! $lang['Missing_Default_Image'] = '...Defaut Image Missing...'; // |