diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-07 16:11:29 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-07 16:11:29 +0000 |
commit | 68f2c92868ddf477568c1dcbe6c58bc2f3375d33 (patch) | |
tree | 8ffa8b835182154aa3793f479d1834064c411ab9 /mod/profile/languages/en.php | |
parent | 002f788efcd57f43a7347c12273779a163d2920a (diff) | |
download | elgg-68f2c92868ddf477568c1dcbe6c58bc2f3375d33.tar.gz elgg-68f2c92868ddf477568c1dcbe6c58bc2f3375d33.tar.bz2 |
First go at merging in draggable profile fields.
Added categories to profile plugin.
git-svn-id: http://code.elgg.org/elgg/trunk@5652 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/languages/en.php')
-rw-r--r-- | mod/profile/languages/en.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php index 7430f9596..dedcdcd97 100644 --- a/mod/profile/languages/en.php +++ b/mod/profile/languages/en.php @@ -10,7 +10,7 @@ $english = array( */ 'profile' => "Profile", - 'profile:edit:default' => 'Replace profile fields', + 'profile:edit:default' => 'Profile fields', 'profile:preview' => 'Preview', /** @@ -72,12 +72,12 @@ $english = array( 'profile:saved' => "Your profile was successfully saved.", 'profile:icon:uploaded' => "Your profile picture was successfully uploaded.", - + /** * Profile comment wall **/ - 'profile:commentwall:add' => "Add to the wall", - 'profile:commentwall:posted' => "You successfully posted on the comment wall.", + 'profile:commentwall:add' => "Add to the wall", + 'profile:commentwall:posted' => "You successfully posted on the comment wall.", 'profile:commentwall:deleted' => "You successfully deleted the message.", 'profile:commentwall:blank' => "Sorry; you need to actually put something in the message area before we can save it.", 'profile:commentwall:notfound' => "Sorry; we could not find the specified item.", @@ -85,15 +85,15 @@ $english = array( 'profile:commentwall:none' => "No comment wall posts found.", 'profile:commentwall:somethingwentwrong' => "Something went wrong when trying to save your message, make sure you actually wrote a message.", 'profile:commentwall:failure' => "An unexpected error occurred when adding your message. Please try again.", - + /** * Email messages commentwall */ - + 'profile:comment:subject' => 'You have a new message board comment!', 'profile:comment:body' => "You have a new message board comment from %s. It reads: - + %s |