|
From: Bart v. B. <ba...@us...> - 2001-12-06 23:56:52
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv11680/language/lang_english Modified Files: lang_main.php Log Message: Small cleanups Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -r1.59 -r1.60 *** lang_main.php 2001/12/05 00:20:56 1.59 --- lang_main.php 2001/12/06 23:56:49 1.60 *************** *** 288,292 **** $lang['Topic_review'] = "Topic review"; ! $lang['No_post_mode'] = "No post mode specified"; $lang['Post_a_new_topic'] = "Post a new topic"; --- 288,293 ---- $lang['Topic_review'] = "Topic review"; ! $lang['No_post_mode'] = "No post mode specified"; //If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be ! shown normaly) $lang['Post_a_new_topic'] = "Post a new topic"; *************** *** 664,669 **** $lang['Search_for_all'] = "Search for all terms"; - $lang['Search_author'] = "Search for Author"; - $lang['Return_first'] = "Return first"; // followed by xxx characters in a select box $lang['characters_posts'] = "characters of posts"; --- 665,668 ---- *************** *** 914,916 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 913,915 ---- // ------------------------------------------------- ! ?> |