aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-11-24 09:58:10 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-11-24 09:58:10 +0000
commit64f1d8b8ac25f134d79c1ca6bb4bf14ef84e7986 (patch)
tree370188556ae69e404259f132e73ee35e237b8fb8 /phpBB/language
parent2316ed8ca4dea868b279a7387d1b5495f03d58f6 (diff)
downloadforums-64f1d8b8ac25f134d79c1ca6bb4bf14ef84e7986.tar
forums-64f1d8b8ac25f134d79c1ca6bb4bf14ef84e7986.tar.gz
forums-64f1d8b8ac25f134d79c1ca6bb4bf14ef84e7986.tar.bz2
forums-64f1d8b8ac25f134d79c1ca6bb4bf14ef84e7986.tar.xz
forums-64f1d8b8ac25f134d79c1ca6bb4bf14ef84e7986.zip
Just a coouple updates
git-svn-id: file:///svn/phpbb/trunk@1434 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/lang_english/lang_main.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php
index 85a47df807..a9ec7514fe 100644
--- a/phpBB/language/lang_english/lang_main.php
+++ b/phpBB/language/lang_english/lang_main.php
@@ -429,7 +429,7 @@ $lang['Click_view_privmsg'] = "Click %sHere%s to visit your Inbox";
// Profiles/Registration
//
$lang['Viewing_user_profile'] = "Viewing profile :: %s"; // %s is username
-$lang['About_user'] = "All about %s";
+$lang['About_user'] = "All about %s"; // %s is username
$lang['Preferences'] = "Preferences";
$lang['Items_required'] = "Items marked with a * are required unless stated otherwise";
@@ -706,10 +706,10 @@ $lang['this_forum'] = " this forum";
// Viewonline
//
$lang['Who_is_online'] = "Who is online";
-$lang['Reg_users_online'] = "There are %d Registered and ";
-$lang['Hidden_users_online'] = "%d Hidden users online";
-$lang['Guest_users_online'] = "There are %d Guest users online";
-$lang['Guest_user_online'] = "There is %d Guest user online";
+$lang['Reg_users_online'] = "There are %d Registered and "; // There ae 5 Registered and
+$lang['Hidden_users_online'] = "%d Hidden users online"; // 6 Hidden users online
+$lang['Guest_users_online'] = "There are %d Guest users online"; // There are 10 Guest users online
+$lang['Guest_user_online'] = "There is %d Guest user online"; // There is 1 Guest user online
$lang['No_users_browsing'] = "There are no users currently browsing this forum";
$lang['Online_explain'] = "This data is based on users active over the past five minutes";
@@ -732,7 +732,7 @@ $lang['Viewing_FAQ'] = "Viewing FAQ";
// Moderator Control Panel
//
$lang['Mod_CP'] = "Moderator Control Panel";
-$lang['Mod_CP_explain'] = "Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics. If this forum is defined as private in some way you can also modify which users can and cannot access it.";
+$lang['Mod_CP_explain'] = "Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics.";
$lang['Select'] = "Select";
$lang['Delete'] = "Delete";