diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-27 21:00:53 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-27 21:00:53 +0000 |
commit | 97530e4d5aa108e8cd0531d53f1f30c909f016e2 (patch) | |
tree | 84ee03eb50a61edca57cc0089199ec7856ee0537 /languages | |
parent | 4abf61c5a7447f1f7ad16eb3decee1969396fd58 (diff) | |
download | elgg-97530e4d5aa108e8cd0531d53f1f30c909f016e2.tar.gz elgg-97530e4d5aa108e8cd0531d53f1f30c909f016e2.tar.bz2 |
moved profile fields language strings into core and update profile plugin details view
git-svn-id: http://code.elgg.org/elgg/trunk@7729 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 85c3861d7..b6232bc58 100644 --- a/languages/en.php +++ b/languages/en.php @@ -380,6 +380,19 @@ $english = array( 'avatar:crop:fail' => 'Avatar cropping failed', 'profile:edit' => 'Edit profile', + 'profile:aboutme' => "About me", + 'profile:description' => "About me", + 'profile:briefdescription' => "Brief description", + 'profile:location' => "Location", + 'profile:skills' => "Skills", + 'profile:interests' => "Interests", + 'profile:contactemail' => "Contact email", + 'profile:phone' => "Telephone", + 'profile:mobile' => "Mobile phone", + 'profile:website' => "Website", + 'profile:twitter' => "Twitter username", + 'profile:saved' => "Your profile was successfully saved.", + /** |