diff options
| author | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
| commit | 215693d897a6bc0ccb247da783cd9f8abce9ca94 (patch) | |
| tree | 398a607bb1bf5d26392ab7ea44e1845c7c1c9a84 /phpBB/language/en/acp/prune.php | |
| parent | 08e708f76b9924133dc196d736adac4b0e992707 (diff) | |
| download | forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.gz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.bz2 forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.xz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.zip | |
- adding a file which displays duplicate language keys
- removed a few duplicates with equal contents [Bug #1193]
git-svn-id: file:///svn/phpbb/trunk@5904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/prune.php')
| -rw-r--r-- | phpBB/language/en/acp/prune.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php index ca15403bec..71f4169fbb 100644 --- a/phpBB/language/en/acp/prune.php +++ b/phpBB/language/en/acp/prune.php @@ -32,7 +32,6 @@ if (empty($lang) || !is_array($lang)) $lang = array_merge($lang, array( 'ACP_PRUNE_USERS_EXPLAIN' => 'Here you can delete (or deactivate) users from you board. This can be done in a variety of ways; by post count, last activity, etc. Each of these criteria can be combined, i.e. you can prune users last active before 2002-01-01 with fewer than 10 posts. Alternatively you can enter a list of users directly into the text box, any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.', - 'DEACTIVATE' => 'Deactivate', 'DEACTIVATE_DELETE' => 'Deactivate or delete', 'DEACTIVATE_DELETE_EXPLAIN' => 'Choose whether to deactivate users or delete them entirely, note there is no undo!', 'DELETE_USERS' => 'Delete', |
