|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-23 20:52:31
|
Update of /cvsroot/mxbb/mx_newssuite/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16316/language/lang_english Modified Files: lang_main.php Log Message: Final round of language fixes I hope... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 1 Oct 2005 14:14:45 -0000 1.3 --- lang_main.php 23 Oct 2005 20:52:21 -0000 1.4 *************** *** 46,50 **** // $lang['News_updated_return_settings'] = "News configuration updated successfully.<br /><br />Click %shere%s to return to News Settings."; // %s's for URI params - DO NOT REMOVE ! $lang['News_update_error'] = "Couldn't update news configuration.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; $lang['Read more'] = "Read more"; --- 46,50 ---- // $lang['News_updated_return_settings'] = "News configuration updated successfully.<br /><br />Click %shere%s to return to News Settings."; // %s's for URI params - DO NOT REMOVE ! $lang['News_update_error'] = "Couldn't update news configuration.<br /><br />This module is designed for MySQL so please contact the author if you are having problems. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; $lang['Read more'] = "Read more"; |