aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/admin.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-04-10 11:21:01 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-04-10 11:21:01 +0000
commitc9478353171267a3ebc5d87b43d759d22684b21e (patch)
tree0c2de101bd65d5c24e73344be53b2d9619ce037d /phpBB/language/en/admin.php
parenta01705c7d04581871c3028d7369815ecd06fca75 (diff)
downloadforums-c9478353171267a3ebc5d87b43d759d22684b21e.tar
forums-c9478353171267a3ebc5d87b43d759d22684b21e.tar.gz
forums-c9478353171267a3ebc5d87b43d759d22684b21e.tar.bz2
forums-c9478353171267a3ebc5d87b43d759d22684b21e.tar.xz
forums-c9478353171267a3ebc5d87b43d759d22684b21e.zip
- fixed custom profile field get/store
- changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option) - fixed bugs after jabber queue processing (data being escaped differently) git-svn-id: file:///svn/phpbb/trunk@5116 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/admin.php')
-rw-r--r--phpBB/language/en/admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php
index ce8795b983..08b032870a 100644
--- a/phpBB/language/en/admin.php
+++ b/phpBB/language/en/admin.php
@@ -800,6 +800,8 @@ $lang += array(
'ACC_DISABLE' => 'Disable',
'VISUAL_CONFIRM' => 'Enable visual confirmation',
'VISUAL_CONFIRM_EXPLAIN' => 'Requires new users enter a random code matching an image to help prevent mass registrations.',
+ 'LOGIN_LIMIT' => 'Login attempts',
+ 'LOGIN_LIMIT_EXPLAIN' => 'Number of failed logins users can make before being locked out that session',
'REG_LIMIT' => 'Registration attempts',
'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at the confirmation code before being locked out that session.',
'FORCE_PASS_CHANGE' => 'Force password change',