aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-05 00:20:56 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-05 00:20:56 +0000
commit2ace10e4c2ff5fc2dada01c5b4c866640182162e (patch)
tree0acdca96cdbd353660384942bd8134661a4e2425 /phpBB/language
parent4d495f9a5905bb3859f5de17a2ee34389594ab49 (diff)
downloadforums-2ace10e4c2ff5fc2dada01c5b4c866640182162e.tar
forums-2ace10e4c2ff5fc2dada01c5b4c866640182162e.tar.gz
forums-2ace10e4c2ff5fc2dada01c5b4c866640182162e.tar.bz2
forums-2ace10e4c2ff5fc2dada01c5b4c866640182162e.tar.xz
forums-2ace10e4c2ff5fc2dada01c5b4c866640182162e.zip
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/lang_english/lang_main.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php
index 3bd012bd9b..ed11dcb0e4 100644
--- a/phpBB/language/lang_english/lang_main.php
+++ b/phpBB/language/lang_english/lang_main.php
@@ -92,6 +92,7 @@ $lang['IP_Address'] = "IP Address";
$lang['Select_forum'] = "Select a forum";
$lang['View_latest_post'] = "View latest post";
+$lang['View_newest_post'] = "View newest post";
$lang['Page_of'] = "Page <b>%d</b> of <b>%d</b>"; // Replaces with: Page 1 of 2 for example
$lang['ICQ'] = "ICQ Number";
@@ -131,9 +132,12 @@ $lang['Guest_users_total'] = "%d Guests";
$lang['Guest_user_total'] = "%d Guest";
$lang['You_last_visit'] = "You last visited on %s"; // %s replaced by date/time
+$lang['Current_time'] = "The time now is %s"; // %s replaced by time
+
$lang['Search_new'] = "View posts since last visit";
$lang['Search_your_posts'] = "View your posts";
$lang['Search_unanswered'] = "View unanswered posts";
+
$lang['Register'] = "Register";
$lang['Profile'] = "Profile";
$lang['Edit_profile'] = "Edit your profile";