aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-08-25 16:53:40 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-08-25 16:53:40 +0000
commit634ac45db520b11026b4faf69ccc56248fcf4a47 (patch)
tree2bb0180f0332d86129a3a41cbfccca22292aa049
parent795d702397ab62726fded96e87c40b97c6387aab (diff)
downloadforums-634ac45db520b11026b4faf69ccc56248fcf4a47.tar
forums-634ac45db520b11026b4faf69ccc56248fcf4a47.tar.gz
forums-634ac45db520b11026b4faf69ccc56248fcf4a47.tar.bz2
forums-634ac45db520b11026b4faf69ccc56248fcf4a47.tar.xz
forums-634ac45db520b11026b4faf69ccc56248fcf4a47.zip
Various, acm_type, etc.
git-svn-id: file:///svn/phpbb/trunk@4435 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/lang_admin.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index 061881bc74..a46d4cd237 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -899,10 +899,10 @@ $lang += array(
'GROUP_USERS_EXIST' => 'The selected users are already members.',
'GROUP_USERS_ADDED' => 'New users added to group successfully.',
'GROUP_MODS_ADDED' => 'New group moderators added successfully.',
- 'GROUP_USERS_APPROVED' => 'Users approved successfully.',
+ 'USERS_APPROVED' => 'Users approved successfully.',
- 'GROUP_EDIT_EXPLAIN' => 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain groupwide options such as colouration, rank, etc. Please note that colours can be altered by individual users if they have appropriate permissions. Changes made here override users current settings.',
+ 'GROUP_EDIT_EXPLAIN' => 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain groupwide options such as colouration, rank, etc. Please note that colours can be altered by individual users if they have appropriate permissions. Changes made here override users current settings.',
'GROUP_DETAILS' => 'Group details',
'GROUP_NAME' => 'Group name',
'GROUP_DESC' => 'Group description',
@@ -1609,6 +1609,8 @@ $lang += array(
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB2 is located relative to the domain name',
'SERVER_PORT' => 'Server port',
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different',
+ 'CACHE_STORE' => 'Cache type',
+ 'CACHE_STORE_EXPLAIN' => 'The physical location where data is cached, filesystem is prefered.',
'INSTALL_TEST' => 'Test Again',
'INSTALL_NEXT' => 'Next Stage',
'INSTALL_START' => 'Start Install',