diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-07 08:44:12 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-07 08:44:12 +0000 |
| commit | 5f34b5d150fc3fcafd313ff9cadd11d5f7d7aac0 (patch) | |
| tree | 5115c2f1c7c0164e962dc286ad1dd45ea48985b5 /phpBB/language/en | |
| parent | c307c5021a63335b43c7eec8b9f3cc593573447f (diff) | |
| download | forums-5f34b5d150fc3fcafd313ff9cadd11d5f7d7aac0.tar forums-5f34b5d150fc3fcafd313ff9cadd11d5f7d7aac0.tar.gz forums-5f34b5d150fc3fcafd313ff9cadd11d5f7d7aac0.tar.bz2 forums-5f34b5d150fc3fcafd313ff9cadd11d5f7d7aac0.tar.xz forums-5f34b5d150fc3fcafd313ff9cadd11d5f7d7aac0.zip | |
#2109
git-svn-id: file:///svn/phpbb/trunk@6017 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 1 | ||||
| -rw-r--r-- | phpBB/language/en/ucp.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 8cf26ac157..4b82bd2bd7 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -98,7 +98,6 @@ $lang = array_merge($lang, array( 'ALLOW_BBCODE_PM' => 'Allow BBCode in private messages', 'ALLOW_DOWNLOAD_PM' => 'Allow downloading of attachments in private messages', - 'ALLOW_EMAIL_PM' => 'Allow emailing private messages', 'ALLOW_FLASH_PM' => 'Allow use of FLASH BBCode Tag', 'ALLOW_FORWARD_PM' => 'Allow forwarding of private messages', 'ALLOW_IMG_PM' => 'Allow use of IMG BBCode Tag', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 94b74f9185..293f5d192b 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -159,7 +159,6 @@ $lang = array_merge($lang, array( 'EDIT_DRAFT_EXPLAIN' => 'Here you are able to edit your draft. Drafts do not contain attachment and poll informations.', 'EMAIL_INVALID_EMAIL' => 'The email address you entered is invalid.', 'EMAIL_REMIND' => 'This must be the email address you supplied when registering.', - 'EMAIL_PM' => 'Email PM', 'EMAIL_TAKEN_EMAIL' => 'The entered email address is already in use', 'EMPTY_DRAFT' => 'You must enter a message to submit your changes', 'EMPTY_DRAFT_TITLE' => 'You must enter a draft title', |
