Small cleanups

git-svn-id: file:///svn/phpbb/trunk@1522 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-12-06 23:56:49 +00:00
parent 8903a79a59
commit e76dc51159

View file

@ -287,7 +287,8 @@ $lang['You_are_watching'] = "You are now watching this topic";
$lang['Message_body'] = "Message body";
$lang['Topic_review'] = "Topic review";
$lang['No_post_mode'] = "No post mode specified";
$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";
$lang['Post_a_reply'] = "Post a reply";
@ -663,8 +664,6 @@ $lang['Search_author_explain'] = "Use * as a wildcard for partial matches";
$lang['Search_for_any'] = "Search for any terms or use query as entered";
$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";
@ -913,4 +912,4 @@ $lang['Error_login'] = "You have specified an incorrect or inactive username or
// That's all Folks!
// -------------------------------------------------
?>
?>