diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 09:49:35 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 09:49:35 +0000 | 
| commit | 4a029b01ada8f09be6f63a07b7723f203410b076 (patch) | |
| tree | 72c934c9bbee3a1c7178451c2ed2045b9a0a9eab /languages/en.php | |
| parent | 50318370acf9ee42604f1debabdfa8b7f2f970ae (diff) | |
| download | elgg-4a029b01ada8f09be6f63a07b7723f203410b076.tar.gz elgg-4a029b01ada8f09be6f63a07b7723f203410b076.tar.bz2  | |
Refs #76: User settings page (to Elgg Classic standard)
git-svn-id: https://code.elgg.org/elgg/trunk@1087 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
| -rw-r--r-- | languages/en.php | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index add0b3abc..d79e5806a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -302,6 +302,13 @@  			'usersettings:plugins:description' => "This panel allows you to control and configure the personal settings for the tools installed by your system administrator.",  			'usersettings:statistics:label:numentities' => "Your entities", +	 +			'usersettings:statistics:yourdetails' => "Your details", +			'usersettings:statistics:label:name' => "Full name", +			'usersettings:statistics:label:email' => "Email", +			'usersettings:statistics:label:membersince' => "Member since", +			'usersettings:statistics:label:lastlogin' => "Last logged in", +	  		/**
  | 
