diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index df4b3b0c5..49b2a6d9d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -240,6 +240,10 @@ 'registerok' => "You have successfully registered for %s.",
'registerbad' => "Your registration was unsuccessful. The username may already exist, or your passwords might not match.", + 'adduser' => "Add User", + 'adduser:ok' => "You have successfully added a new user.", + 'adduser:bad' => "The new user could not be created.", + 'user:set:name' => "Account name settings", 'user:name:label' => "Your name", 'user:name:success' => "Successfully changed your name on the system.", @@ -269,7 +273,8 @@ 'admin:description' => "The admin panel allows you to control all aspects of the system, from user management to how plugins behave. Choose an option below to get started.",
'admin:user' => "User Administration",
- 'admin:user:description' => "This admin panel allows you to control user settings for your site. Choose an option below to get started.",
+ 'admin:user:description' => "This admin panel allows you to control user settings for your site. Choose an option below to get started.", + 'admin:user:adduser:label' => "Click here to add a new user...",
'admin:user:opt:linktext' => "Configure users...",
'admin:user:opt:description' => "Configure users and account information. ",
|