aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-11 00:10:54 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-11 00:10:54 +0000
commitd2b4b4dc515deec822f22e69f47763d8e11a31a4 (patch)
treefbbf4519e83ef8768354d84ec7b1429a3df77ccf /phpBB/language
parent23f0178fd126b16f1431221220e8f271fe9b42f5 (diff)
downloadforums-d2b4b4dc515deec822f22e69f47763d8e11a31a4.tar
forums-d2b4b4dc515deec822f22e69f47763d8e11a31a4.tar.gz
forums-d2b4b4dc515deec822f22e69f47763d8e11a31a4.tar.bz2
forums-d2b4b4dc515deec822f22e69f47763d8e11a31a4.tar.xz
forums-d2b4b4dc515deec822f22e69f47763d8e11a31a4.zip
Some privmsg updates
git-svn-id: file:///svn/phpbb/trunk@453 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/lang_english.php17
1 files changed, 14 insertions, 3 deletions
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