1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently

git-svn-id: file:///svn/phpbb/trunk@1305 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-11-13 16:09:10 +00:00
parent 75fadebad1
commit d1fd694282
7 changed files with 83 additions and 15 deletions

View File

@@ -87,6 +87,7 @@ $lang['Year'] = "Year";
$lang['Years'] = "Years";
$lang['Enabled'] = "Enabled";
$lang['Disabled'] = "Disabled";
$lang['Next'] = "Next";
$lang['Previous'] = "Previous";
$lang['Goto_page'] = "Goto page";
@@ -121,7 +122,6 @@ $lang['Jump_to'] = "Jump to";
$lang['Select_forum'] = "Select a forum";
$lang['Success'] = "Success";
$lang['Private_messaging'] = "Send a Private Message";
//
@@ -358,6 +358,7 @@ $lang['Topic_reply_notification'] = "Topic Reply Notification";
// Private Messaging
//
$lang['Private_Messaging'] = "Private Messaging";
$lang['PM_disabled'] = "Private messaging has been disabled on this board";
$lang['Login_check_pm'] = "Login to check your private messages";
$lang['New_pms'] = "You have %d new messages"; // You have 2 new messages
@@ -944,6 +945,11 @@ $lang['Site_name'] = "Site name";
$lang['Site_desc'] = "Site description";
$lang['Acct_activation'] = "Enable account activation";
$lang['Disable_privmsg'] = "Disable Private Messaging";
$lang['Inbox_limits'] = "Max posts in Inbox";
$lang['Sentbox_limits'] = "Max posts in Sentbox";
$lang['Savebox_limits'] = "Max posts in Savebox";
//
// Forum Management