1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

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
This commit is contained in:
Bart van Bragt
2005-02-02 13:14:46 +00:00
parent 57a9f3f8db
commit 9841f6145c
2 changed files with 11 additions and 6 deletions

View File

@@ -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',
);
?>
?>