1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Various remaining language fixes for viewonline and board configuration admin

git-svn-id: file:///svn/phpbb/trunk@1616 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-12-17 00:39:47 +00:00
parent 997507fe8c
commit 699a4ccaad
5 changed files with 17 additions and 5 deletions

View File

@@ -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";

View File

@@ -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<br />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