From d2b4b4dc515deec822f22e69f47763d8e11a31a4 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" <psotfx@users.sourceforge.net> Date: Mon, 11 Jun 2001 00:10:54 +0000 Subject: Some privmsg updates git-svn-id: file:///svn/phpbb/trunk@453 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 18d057c021..40571e68c6 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -71,11 +71,12 @@ $lang['Years'] = "Years"; $lang['All_times'] = "All times are"; // This is followed by GMT and the timezone offset $lang['GMT'] = "GMT"; +$lang['Next'] = "Next Page"; +$lang['Previous'] = "Previous Page"; $lang['Goto_page'] = "Goto page"; $lang['Page'] = "Page"; // Followed by the current page number then 'of x' where x is total pages $lang['of'] = "of"; // See Page above - -$lang['You_last_visit'] = "You last visited on"; +$lang['Go'] = "Go"; // // Global Header strings @@ -83,6 +84,8 @@ $lang['You_last_visit'] = "You last visited on"; $lang['Registered'] = "Registered"; $lang['None'] = "None"; +$lang['You_last_visit'] = "You last visited on"; + $lang['Welcome_to'] = "Welcome to"; // Followed by site name $lang['Register'] = "Register"; $lang['Profile'] = "Profile"; @@ -148,8 +151,16 @@ $lang['Annouce_and_sticky'] = "You cannot post a topic that is both an annouceme // -// Private Messageing <= Should be blank for now +// Private Messaging // +$lang['Inbox'] = "Inbox"; +$lang['Sent'] = "Sent"; +$lang['Flag'] = "Flag"; +$lang['Subject'] = "Subject"; +$lang['From'] = "From"; +$lang['To'] = "To"; +$lang['Date'] = "Date"; + // // Profiles/Registration -- cgit v1.2.1