|
From: Jon O. <jon...@us...> - 2006-07-04 22:34:05
|
Update of /cvsroot/mxbb/mx_kb/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12783/modules/mx_kb/language/lang_english Modified Files: lang_main.php Log Message: lots of optimizations Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_english/lang_main.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_main.php 17 Jun 2006 20:11:24 -0000 1.10 --- lang_main.php 4 Jul 2006 22:33:32 -0000 1.11 *************** *** 109,113 **** $lang['Rerror'] = 'Sorry, you have already rated this article.'; $lang['Rateinfo'] = 'You are about to rate the article <i>{filename}</i>.<br />Please select a rating. 1 is the worst, 10 is the best.'; ! $lang['Rconf'] = 'You have given <i>{filename}</i> a rating of {rate}.<br />This makes the files new rating {newrating}/10.'; $lang['R1'] = '1'; $lang['R2'] = '2'; --- 109,113 ---- $lang['Rerror'] = 'Sorry, you have already rated this article.'; $lang['Rateinfo'] = 'You are about to rate the article <i>{filename}</i>.<br />Please select a rating. 1 is the worst, 10 is the best.'; ! $lang['Rconf'] = 'You have given <i>{filename}</i> a rating of {rate}.<br />This makes the files new rating {newrating}.'; $lang['R1'] = '1'; $lang['R2'] = '2'; |