diff options
Diffstat (limited to 'phpBB/language/en')
-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 +?> |