|
From: Paul S. O. <ps...@us...> - 2001-10-16 14:43:45
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv16807/language/lang_english Modified Files: lang_main.php Log Message: Topic review changes + updates Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** lang_main.php 2001/10/15 20:15:46 1.6 --- lang_main.php 2001/10/16 11:23:57 1.7 *************** *** 275,278 **** --- 275,279 ---- // $lang['Message_body'] = "Message body"; + $lang['Topic_review'] = "Topic review"; $lang['No_post_mode'] = "No post mode specified"; *************** *** 448,451 **** --- 449,453 ---- $lang['No_connection_URL'] = "A connection could not be made to the URL you gave"; $lang['Incomplete_URL'] = "The URL you entered is incomplete"; + $lang['Wrong_remote_avatar_format'] = "The URL of the remote avatar is not valid"; $lang['Always_smile'] = "Always enable Smilies"; |