diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-11 15:28:07 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-11 15:28:07 +0000 |
commit | 4f9f1db1ad4e524960a0b3544f06b94717fc3875 (patch) | |
tree | aa213b9db76bc1f0295fffab1c6fc69ca2425431 /languages/en.php | |
parent | 33cfe143311844cbde22177e07e4f1742bb04e25 (diff) | |
download | elgg-4f9f1db1ad4e524960a0b3544f06b94717fc3875.tar.gz elgg-4f9f1db1ad4e524960a0b3544f06b94717fc3875.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Initial administration panel
git-svn-id: https://code.elgg.org/elgg/trunk@867 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index c869edbe9..f3efede30 100644 --- a/languages/en.php +++ b/languages/en.php @@ -212,7 +212,23 @@ */
'admin' => "Administration",
- '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: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:opt:linktext' => "Configure users...", + 'admin:user:opt:description' => "Configure users and account information. ", + + 'admin:site' => "Site Administration", + 'admin:site:description' => "This admin panel allows you to control global settings for your site. Choose an option below to get started.", + 'admin:site:opt:linktext' => "Configure site...", + 'admin:site:opt:description' => "Configure the site technical and non-technical settings. ", + + 'admin:plugins' => "Tool Administration", + 'admin:plugins:description' => "This admin panel allows you to control and configure tools installed on your site.", + 'admin:plugins:opt:linktext' => "Configure tools...", + 'admin:plugins:opt:description' => "Configure the tools installed on the site. ", +
/**
* Generic action words
|