diff options
| author | Nils Adermann <naderman@naderman.de> | 2006-08-12 01:58:58 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2006-08-12 01:58:58 +0000 |
| commit | b1ef984526f462a2c2132ab34a039490bceeb836 (patch) | |
| tree | 53ee825ff6a23fff4cfc5eede0fafc010c017089 /phpBB/language/en/mcp.php | |
| parent | b5a6291fa5a3c57eeb6a5cbe0411bde2a239402d (diff) | |
| download | forums-b1ef984526f462a2c2132ab34a039490bceeb836.tar forums-b1ef984526f462a2c2132ab34a039490bceeb836.tar.gz forums-b1ef984526f462a2c2132ab34a039490bceeb836.tar.bz2 forums-b1ef984526f462a2c2132ab34a039490bceeb836.tar.xz forums-b1ef984526f462a2c2132ab34a039490bceeb836.zip | |
- auto sync attachment topic flag [Bug #2949]
- corrected paths for templates stored in the db and filenames displayed in the template editor [Bug #3662]
- removed some useless language strings [Bug #3648]
- corrected escaping of usernames and passwords in auth modules [Bug #3696], added ldap_escape
git-svn-id: file:///svn/phpbb/trunk@6266 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
| -rw-r--r-- | phpBB/language/en/mcp.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 5de6718550..294864c3d1 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -172,9 +172,6 @@ $lang = array_merge($lang, array( 'MCP_QUEUE_UNAPPROVED_TOPICS' => 'Topics awaiting approval', 'MCP_QUEUE_UNAPPROVED_TOPICS_EXPLAIN' => 'This is a list of all topics which require approving before they will be visible to users', - 'MCP_VIEW_ALL' => 'View all (%s)', - 'MCP_VIEW_LOGS' => 'View logs', - 'MCP_VIEW_RECENT' => 'View recent (%s)', 'MCP_VIEW_USER' => 'View warnings for a specific user', 'MCP_WARN' => 'Warnings', |
