From 699a4ccaad96fdbecf37bb49fc69aab8b01a3413 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 17 Dec 2001 00:39:47 +0000 Subject: Various remaining language fixes for viewonline and board configuration admin git-svn-id: file:///svn/phpbb/trunk@1616 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_admin.php | 3 +++ phpBB/language/lang_english/lang_main.php | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'phpBB/language') diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php index b6404850e5..47bca32209 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -234,6 +234,9 @@ $lang['Site_desc'] = "Site description"; $lang['Board_disable'] = "Disable board"; $lang['Board_disable_explain'] = "This will make the board unavailable to users. Do not logout when you disable the board, you will not be able to log back in!"; $lang['Acct_activation'] = "Enable account activation"; +$lang['Acc_None'] = "None"; // These three entries are the type of activation +$lang['Acc_User'] = "User"; +$lang['Acc_Admin'] = "Admin"; $lang['Abilities_settings'] = "User and Forum Basic Settings"; $lang['Max_poll_options'] = "Max number of poll options"; diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index b0e7dc7047..411f970886 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -142,6 +142,7 @@ $lang['Edit_profile'] = "Edit your profile"; $lang['Search'] = "Search"; $lang['Memberlist'] = "Memberlist"; $lang['FAQ'] = "FAQ"; +$lang['BBCode_guide'] = "BBCode Guide"; $lang['Usergroups'] = "Usergroups"; $lang['Last_Post'] = "Last Post"; $lang['Moderator'] = "Moderator"; @@ -765,7 +766,9 @@ $lang['You_been_banned'] = "You have been banned from this forum
Please con // // Viewonline // -$lang['Reg_users_online'] = "There are %d Registered and "; // There ae 5 Registered and +$lang['Reg_user_online'] = "There is %d Registered user and "; // There ae 5 Registered and +$lang['Reg_users_online'] = "There are %d Registered users and "; // There ae 5 Registered and +$lang['Hidden_user_online'] = "%d Hidden user online"; // 6 Hidden users online $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 -- cgit v1.2.1