mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
Add $lang['Browsing_forum'] ... at least two more additions to come
git-svn-id: file:///svn/phpbb/trunk@1959 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8763a55df0
commit
14d7d43c38
@ -120,6 +120,7 @@ $lang['Board_disable'] = "Sorry but this board is currently unavailable, please
|
|||||||
// Global Header strings
|
// Global Header strings
|
||||||
//
|
//
|
||||||
$lang['Registered_users'] = "Registered Users:";
|
$lang['Registered_users'] = "Registered Users:";
|
||||||
|
$lang['Browsing_forum'] = "Users browsing this forum:";
|
||||||
$lang['Online_users_zero_total'] = "In total there are <b>0</b> users online :: ";
|
$lang['Online_users_zero_total'] = "In total there are <b>0</b> users online :: ";
|
||||||
$lang['Online_users_total'] = "In total there are <b>%d</b> users online :: ";
|
$lang['Online_users_total'] = "In total there are <b>%d</b> users online :: ";
|
||||||
$lang['Online_user_total'] = "In total there is <b>%d</b> user online :: ";
|
$lang['Online_user_total'] = "In total there is <b>%d</b> user online :: ";
|
||||||
@ -454,6 +455,10 @@ $lang['Cannot_send_privmsg'] = "Sorry but the administrator has prevented you fr
|
|||||||
$lang['No_to_user'] = "You must specify a username to send this message";
|
$lang['No_to_user'] = "You must specify a username to send this message";
|
||||||
$lang['No_such_user'] = "Sorry but no such user exists";
|
$lang['No_such_user'] = "Sorry but no such user exists";
|
||||||
|
|
||||||
|
$lang['Disable_HTML_pm'] = "Disable HTML in this message";
|
||||||
|
$lang['Disable_BBCode_pm'] = "Disable BBCode in this message";
|
||||||
|
$lang['Disable_Smilies_pm'] = "Disable Smilies in this message";
|
||||||
|
|
||||||
$lang['Message_sent'] = "Your message has been sent";
|
$lang['Message_sent'] = "Your message has been sent";
|
||||||
|
|
||||||
$lang['Click_return_inbox'] = "Click %sHere%s to return to your Inbox";
|
$lang['Click_return_inbox'] = "Click %sHere%s to return to your Inbox";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user