diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-28 15:26:38 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-28 15:26:38 +0000 |
commit | 33d5509eb1c6e967388bfe7dafeeed1ddf55206b (patch) | |
tree | 54b8f2aa20476f8ec1f58da3fa28f8e9b69182e3 /phpBB/language | |
parent | cc213bfc499312a6e23d1f4bf40af362946ad53f (diff) | |
download | forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar.gz forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar.bz2 forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar.xz forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.zip |
Minor updates related to additional info as per last commit
git-svn-id: file:///svn/phpbb/trunk@362 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-x | phpBB/language/lang_english.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 0e5c3a7457..a2eafb7d44 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -60,9 +60,13 @@ $lang['Months'] = "Months"; $lang['Year'] = "Year"; $lang['Years'] = "Years"; -$lang['All_times'] = "All times"; // This is followed by GMT and the timezone offset +$lang['All_times'] = "All times are"; // This is followed by GMT and the timezone offset $lang['GMT'] = "GMT"; +$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 + // // Login // @@ -75,6 +79,7 @@ $lang['Forgotten_password'] = "I forgot my password"; // // Index page // +$lang['No_Posts'] = "No Posts"; // // Viewforum |