aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-27 21:26:11 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-27 21:26:11 +0000
commitc8b7c673286a72662975b82647a5614576141028 (patch)
treecfc0e832d6749fac78495212c4f0474054d70b6c /languages
parent52594482d68d51b87b437251547b2c0f9918ffc9 (diff)
downloadelgg-c8b7c673286a72662975b82647a5614576141028.tar.gz
elgg-c8b7c673286a72662975b82647a5614576141028.tar.bz2
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
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php10
1 files changed, 10 insertions, 0 deletions
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. <br /><br />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. <br />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',
/**