aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-03-07 06:53:39 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-03-07 06:53:39 +0000
commit9ef35696d2d221a1ab58886f5db94e4988833b0b (patch)
tree6f650e1fb45438aff12cb24078683e5d7e8551b4 /phpBB/language
parent231c945e35ea8550bf2e1acbe79e125b9e69db61 (diff)
downloadforums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar.gz
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar.bz2
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar.xz
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.zip
Started on posting.php, got the logic done for displaying the new topic form
git-svn-id: file:///svn/phpbb/trunk@83 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 78d42b058d..d2166a5727 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -270,8 +270,10 @@ $l_htmlis = "$l_html is";
$l_bbcodeis = "$l_bbcode is";
$l_notify = "Notify by email when replies are posted";
-
+// "
// Newtopic
+$l_postnew = "Post New Topic";
+$l_postnewin = "Post New Topic in:";
$l_emptymsg = "You must type a $l_message to post. You cannot post an empty $l_message.";
$l_aboutpost = "About Posting";
$l_regusers = "All <b>Registered</b> users";
@@ -279,9 +281,9 @@ $l_anonusers = "<b>Anonymous</b> users";
$l_modusers = "Only <B>Moderators and Administrators</b>";
$l_anonhint = "<br>(To post anonymously simply do not enter a username and password)";
$l_inthisforum = "can post new topics and replies to this forum";
-$l_attachsig = "Show signature <font size=-2>(This can be altered or added in your profile)</font>";
+$l_attachsig = "Show signature (This can be altered or added in your profile)";
$l_cancelpost = "Cancel Post";
-
+$l_preview = "Preview Post";
// Reply
$l_nopostlock = "You cannot post a reply to this topic, it has been locked.";
$l_topicreview = "Topic Review";