From 737394eb15a2ef0c1f5a085d7f5958d2f3e66b89 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 23 Jun 2008 16:27:05 +0000 Subject: Refs #76: User settings page (to Elgg Classic standard). Committing some work before shutting down for the day. git-svn-id: https://code.elgg.org/elgg/trunk@1068 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index fbeb84678..d5f45176d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -281,6 +281,26 @@ 'admin:user:ban:yes' => "User banned.", 'admin:user:delete:no' => "Can not delete user", 'admin:user:delete:yes' => "User deleted", + + /** + * User settings + */ + 'usersettings:description' => "The user settings panel allows you to control all your personal settings, from user management to how plugins behave. Choose an option below to get started.", + + 'usersettings:statistics' => "Your statistics", + 'usersettings:statistics:description' => "This panel will allow you to view statistics about you.", + 'usersettings:statistics:opt:description' => "View statistical information about users and objects on your site.", + 'usersettings:statistics:opt:linktext' => "View statistics...", + + 'usersettings:user' => "Your settings", + 'usersettings:user:opt:description' => "This allows you to control user settings.", + 'usersettings:user:opt:linktext' => "Configure your user settings...", + + 'usersettings:plugins' => "Tools", + 'usersettings:plugins:opt:description' => "Configure settings for your active tools.", + 'usersettings:plugins:opt:linktext' => "Configure your tools...", + + 'usersettings:plugins:description' => "This panel allows you to control and configure the personal settings for the tools installed by your system administrator.", /** -- cgit v1.2.3