aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/admin.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-05-31 18:00:10 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-05-31 18:00:10 +0000
commit2c470e4b27f4e5df4c996d6755ebbb1f7306d86a (patch)
tree3a8748f72fcba6da3ba2bc9e0fbc047c71deadd7 /phpBB/language/en/admin.php
parent6aa42b69abe798388aad4f7e6bf943dfb608e896 (diff)
downloadforums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar
forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar.gz
forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar.bz2
forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.tar.xz
forums-2c470e4b27f4e5df4c996d6755ebbb1f7306d86a.zip
- added delete cookies link
- fixed global announcement links in viewforum - do not display redirects in link forums as posts in forum overview git-svn-id: file:///svn/phpbb/trunk@4904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/admin.php')
-rw-r--r--phpBB/language/en/admin.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php
index 2cde583ae4..d8b9ea56bd 100644
--- a/phpBB/language/en/admin.php
+++ b/phpBB/language/en/admin.php
@@ -606,10 +606,32 @@ $lang += array(
// Message Settings
$lang += array(
+ 'MESSAGE_SETTINGS_EXPLAIN' => 'Here you can set all default settings for private messaging',
+
'BOXES_MAX' => 'Max private message folders',
'BOXES_MAX_EXPLAIN' => 'By default users may create this many personal folders for private messages..',
'BOXES_LIMIT' => 'Max private messages per box',
'BOXES_LIMIT_EXPLAIN' => 'Users may receive no more than this many messages in each of their private message boxes or zero for unlimited messages.',
+ 'FULL_FOLDER_ACTION' => 'Full folder default action',
+ 'FULL_FOLDER_ACTION_EXPLAIN'=> 'Default Action to take if an users folder is full and if the users folder action set is not applicable. For the special folder "SENTBOX" the default action is always deleting old messages.',
+ 'HOLD_NEW_MESSAGES' => 'Hold new messages',
+ 'PM_EDIT_TIME' => 'Limit editing time',
+ 'PM_EDIT_TIME_EXPLAIN' => 'Limits the time available to edit a private message not already delivered, zero equals infinity',
+
+ 'ALLOW_MASS_PM' => 'Allow Mass PM\'s',
+ 'ALLOW_HTML_PM' => 'Allow HTML in private messages',
+ 'ALLOW_BBCODE_PM' => 'Allow BBCode in private messages',
+ 'ALLOW_SMILIES_PM' => 'Allow smilies in private messages',
+ 'ALLOW_DOWNLOAD_PM' => 'Allow downloading of attachments in private messages',
+ 'ALLOW_SIG_PM' => 'Allow signatures in private messages',
+ 'ALLOW_REPORT_PM' => 'Allow reporting of private messages',
+ 'ALLOW_FORWARD_PM' => 'Allow forwarding of private messages',
+ 'ALLOW_QUOTE_PM' => 'Allow quoting of private messages',
+ 'ALLOW_PRINT_PM' => 'Allow print view in private messaging',
+ 'ALLOW_EMAIL_PM' => 'Allow emailing private messages',
+ 'ALLOW_IMG_PM' => 'Allow use of IMG BBCode Tag',
+ 'ALLOW_FLASH_PM' => 'Allow use of FLASH BBCode Tag',
+ 'ENABLE_PM_ICONS' => 'Enable use of topic icons in private messages'
);
// Cookie settings