From de3b6654ddc28fe0fc7d6e1fb615ddb4fd3e3e47 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 24 Jan 2011 02:02:46 +0000 Subject: welcome to the admin dashboard git-svn-id: http://code.elgg.org/elgg/trunk@7922 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index bf3445273..d02a13f23 100644 --- a/languages/en.php +++ b/languages/en.php @@ -515,7 +515,9 @@ $english = array( '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:overview' => 'Overview', + 'admin:statistics' => "Statistics", + 'admin:statistics:overview' => 'Overview', + 'admin:appearance' => 'Appearance', 'admin:utilities' => 'Utilities', @@ -536,6 +538,14 @@ $english = array( 'admin:site:opt:linktext' => "Configure site...", 'admin:site:access:warning' => "Changing the access setting only affects the permissions on content created in the future.", + 'admin:dashboard' => 'Dashboard', + 'admin:widget:online_users' => 'Online users', + 'admin:widget:online_users:help' => 'Lists the users currently on the site', + 'admin:widget:new_users' => 'New users', + 'admin:widget:new_users:help' => 'Lists the newest users', + 'admin:widget:content_stats' => 'Content Statistics', + 'admin:widget:content_stats:help' => 'Keep track of the content created by your users', + /** * Plugins */ @@ -589,7 +599,6 @@ $english = array( 'admin:plugins:dependencies:local_value' => 'Actual value', 'admin:plugins:dependencies:comment' => 'Comment', - 'admin:overview:statistics' => "Statistics", 'admin:statistics:description' => "This is an overview of statistics on your site. If you need more detailed statistics, a professional administration feature is available.", 'admin:statistics:opt:description' => "View statistical information about users and objects on your site.", 'admin:statistics:opt:linktext' => "View statistics...", -- cgit v1.2.3