aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-04 00:34:33 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-04 00:34:33 +0000
commitd848dae9ef9f03f4357315d9bcdfeb45bf00c46e (patch)
tree390dc9974f1a10c9035c0880b5b636af1ad3340f /phpBB/language
parent9c235fca0e22bfcc99a82c346f3da5c4ed6535ad (diff)
downloadforums-d848dae9ef9f03f4357315d9bcdfeb45bf00c46e.tar
forums-d848dae9ef9f03f4357315d9bcdfeb45bf00c46e.tar.gz
forums-d848dae9ef9f03f4357315d9bcdfeb45bf00c46e.tar.bz2
forums-d848dae9ef9f03f4357315d9bcdfeb45bf00c46e.tar.xz
forums-d848dae9ef9f03f4357315d9bcdfeb45bf00c46e.zip
Various changes inc topic type as radio buttons
git-svn-id: file:///svn/phpbb/trunk@549 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php17
1 files changed, 10 insertions, 7 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 589746d4b4..bdfd0fc197 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -160,11 +160,11 @@ $lang['Message_body'] = "Message body";
$lang['Post_a_new_topic'] = "Post a new topic";
$lang['Post_new_topic_in'] = "Post new topic in:"; // Followed by forum name
$lang['Post_a_reply'] = "Post a reply";
+$lang['Post_topic_as'] = "Post topic as";
$lang['Edit_Post'] = "Edit post";
-$lang['Post_Annoucement'] = "Post as an annoucement";
-$lang['Post_Sticky'] = "Make this topic sticky";
-$lang['Un_announce'] = "Remove annoucement status from this post";
-$lang['Un_stick'] = "Unstick this topic";
+$lang['Post_Normal'] = "Normal";
+$lang['Post_Annoucement'] = "Announcement";
+$lang['Post_Sticky'] = "Sticky";
$lang['Options'] = "Options";
$lang['Submit_post'] = "Submit Post";
@@ -318,15 +318,18 @@ $lang['Viewing_FAQ'] = "Viewing FAQ";
// Errors (not related to a
// specific failure on a page)
//
-$lang['Board_disable'] = "Sorry but this board is currently unavailable, please try again later";
$lang['Information'] = "Information";
+$lang['Critical_Information'] = "Critical Information";
+
$lang['You_been_banned'] = "You have been banned from this forum<br>Please contact the webmaster or board administrator for more information";
$lang['No_topics_post_one'] = "There are no posts in this forum<br>Click on the <b>Post New Topic</b> link on this page to post one";
+$lang['Board_disable'] = "Sorry but this board is currently unavailable, please try again later";
$lang['General_Error'] = "General Error";
+$lang['Critical_Error'] = "Critical Error";
$lang['An_error_occured'] = "An Error Occured";
-$lang['Error_database_connect'] = "Could not connect to database<br>Please check your configuration settings";
-$lang['Error_session'] = "Error creating session<br>Could not log you in, please go back and try again";
+$lang['A_critical_error'] = "A Critical Error Occured";
+
$lang['Error_login'] = "Login Failed<br>You have specified an incorrect/inactive username or invalid password, please go back and try again";