diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-30 16:03:26 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-30 16:03:26 +0000 |
commit | b9795ea06b667d0320cb31ae087852444b5f255e (patch) | |
tree | 15feab7ab89da8acfd445fe7c7dc3c31cb50ac2a /languages | |
parent | 4b182531d4c39b822d26790123828b980fdca947 (diff) | |
download | elgg-b9795ea06b667d0320cb31ae087852444b5f255e.tar.gz elgg-b9795ea06b667d0320cb31ae087852444b5f255e.tar.bz2 |
Added some user code - needs div hiding
git-svn-id: https://code.elgg.org/elgg/trunk@1209 36083f99-b078-4883-b0ff-0f9b5a30f544
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. ",
|