aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/forums.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-05-12 23:45:27 +0000
committerNils Adermann <naderman@naderman.de>2006-05-12 23:45:27 +0000
commit215693d897a6bc0ccb247da783cd9f8abce9ca94 (patch)
tree398a607bb1bf5d26392ab7ea44e1845c7c1c9a84 /phpBB/language/en/acp/forums.php
parent08e708f76b9924133dc196d736adac4b0e992707 (diff)
downloadforums-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/forums.php')
-rw-r--r--phpBB/language/en/acp/forums.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php
index b339ac5fdc..a615ba839d 100644
--- a/phpBB/language/en/acp/forums.php
+++ b/phpBB/language/en/acp/forums.php
@@ -55,7 +55,6 @@ $lang = array_merge($lang, array(
'ENABLE_RECENT_EXPLAIN' => 'If set to yes topics made to this forum will be shown in the active topics list.',
'ENABLE_TOPIC_ICONS' => 'Enable Topic Icons',
- 'FOLDER' => 'Folder',
'FORUM_ADMIN' => 'Forum Administration',
'FORUM_ADMIN_EXPLAIN' => 'In phpBB3 there are no categories, everything is forum based. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum.',
'FORUM_AUTO_PRUNE' => 'Enable Auto-Pruning',
@@ -70,7 +69,6 @@ $lang = array_merge($lang, array(
'FORUM_EDIT_EXPLAIN' => 'The form below will allow you to customise this forum. Please note that moderation and post count controls are set via forum permissions for each user or usergroup.',
'FORUM_IMAGE' => 'Forum Image',
'FORUM_IMAGE_EXPLAIN' => 'Location, relative to the phpBB root directory, of an image to associate with this forum.',
- 'FORUM_LINK' => 'Forum Link',
'FORUM_LINK_EXPLAIN' => 'Full URL (including the protocol, for example http://) to location clicking this forum will take the user.',
'FORUM_LINK_TRACK' => 'Track Link Redirects',
'FORUM_LINK_TRACK_EXPLAIN' => 'Records the number of times a forum link was clicked.',
@@ -83,7 +81,6 @@ $lang = array_merge($lang, array(
'FORUM_PASSWORD_EXPLAIN' => 'Defines a password for this forum, use the permission system in preference.',
'FORUM_PASSWORD_MISMATCH' => 'The passwords you entered did not match.',
'FORUM_RESYNCED' => 'Forum "%s" successfully resynced',
- 'FORUM_RULES' => 'Forum Rules',
'FORUM_RULES_EXPLAIN' => 'Forum Rules are displayed at any page within the given forum.',
'FORUM_RULES_LINK' => 'Link to Forum Rules',
'FORUM_RULES_LINK_EXPLAIN' => 'You are able to enter the URL of the page/post containing your forum rules here. This setting will override the Forum Rules text you specified.',
@@ -122,8 +119,6 @@ $lang = array_merge($lang, array(
'REDIRECT_ACL' => 'Now you are able to %sset permissions%s for this forum.',
'RESYNC' => 'Sync',
- 'SUBFORUM' => 'Subforum',
-
'TYPE_CAT' => 'Category',
'TYPE_FORUM' => 'Forum',
'TYPE_LINK' => 'Link',