From c8b7c673286a72662975b82647a5614576141028 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 27 Dec 2010 21:26:11 +0000 Subject: merged the admin profile edit fields language strings into core git-svn-id: http://code.elgg.org/elgg/trunk@7731 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index b6232bc58..639439ee1 100644 --- a/languages/en.php +++ b/languages/en.php @@ -393,6 +393,16 @@ $english = array( 'profile:twitter' => "Twitter username", 'profile:saved' => "Your profile was successfully saved.", + 'admin:profile:fields' => 'Edit profile fields', + 'profile:label' => "Profile label", + 'profile:type' => "Profile type", + 'profile:editdefault:delete:fail' => 'Removed default profile item field failed', + 'profile:editdefault:delete:success' => 'Default profile item deleted!', + 'profile:defaultprofile:reset' => 'Default system profile reset', + 'profile:resetdefault' => 'Reset default profile', + 'profile:explainchangefields' => 'You can replace the existing profile fields with your own using the form below.

Give the new profile field a label, for example, \'Favorite team\', then select the field type (eg. text, url, tags), and click the \'Add\' button. To re-order the fields drag on the handle next to the field label. To edit a field label - click on the label\'s text to make it editable.
At any time you can revert back to the default profile set up, but you will loose any information already entered into custom fields on profile pages.', + 'profile:editdefault:success' => 'Item successfully added to default profile', + 'profile:editdefault:fail' => 'Default profile could not be saved', /** -- cgit v1.2.3