aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-05-27 03:11:27 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-05-27 03:11:27 +0000
commit9889b8ba53ca33e81b8731d52960bf5c5057be00 (patch)
tree186b3b2f5b56bf476f954434491baf33ad0f2f6c /phpBB/language
parent1fc155f93d658c8d390a7edd8182262c10549d51 (diff)
downloadforums-9889b8ba53ca33e81b8731d52960bf5c5057be00.tar
forums-9889b8ba53ca33e81b8731d52960bf5c5057be00.tar.gz
forums-9889b8ba53ca33e81b8731d52960bf5c5057be00.tar.bz2
forums-9889b8ba53ca33e81b8731d52960bf5c5057be00.tar.xz
forums-9889b8ba53ca33e81b8731d52960bf5c5057be00.zip
More work on posting. Editing now works. Also replies can have subjects.
git-svn-id: file:///svn/phpbb/trunk@336 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index d5cf1acf87..36b13cdefa 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -365,7 +365,10 @@ $l_htmlis = "$l_html is";
$l_bbcodeis = "$l_bbcode is";
$l_notify = "Notify by email when replies are posted";
-// "
+
+$l_flooderror = "Your last post was less then ".$board_config['flood_interval']." seconds ago. You must wait befor you post again!";
+
+
// Newtopic
$l_postnew = "Post New Topic";
$l_postnewin = "Post New Topic in:";