diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2005-02-02 13:14:46 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2005-02-02 13:14:46 +0000 |
commit | 9841f6145c88a30d1d337a4e250ac379ac9b2700 (patch) | |
tree | 14ee30f0790ce52f3b5bf9b4bd6d35b27f2269d2 /phpBB/language | |
parent | 57a9f3f8db720d9f8f4ddfd811ffaa204ccdafb2 (diff) | |
download | forums-9841f6145c88a30d1d337a4e250ac379ac9b2700.tar forums-9841f6145c88a30d1d337a4e250ac379ac9b2700.tar.gz forums-9841f6145c88a30d1d337a4e250ac379ac9b2700.tar.bz2 forums-9841f6145c88a30d1d337a4e250ac379ac9b2700.tar.xz forums-9841f6145c88a30d1d337a4e250ac379ac9b2700.zip |
Missing UCP language string, some small activation issues on adm/index.php
git-svn-id: file:///svn/phpbb/trunk@5090 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index cb9f684700..ffd5d7719c 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -341,6 +341,7 @@ $lang += array( 'UCP_AVATAR' => 'Your avatar', 'UCP_PROFILE_INFO' => 'Your Profile', 'UCP_REG_DETAILS' => 'Registration details', + 'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.', 'UCP_SIGNATURE' => 'Your signature', 'UCP_REMIND' => 'Send password', 'UCP_WATCHED' => 'Watched items', @@ -446,4 +447,4 @@ $lang += array( 'JOIN_MARKED' => 'Join marked', ); -?>
\ No newline at end of file +?> |