aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/languages/en.php')
-rw-r--r--mod/profile/languages/en.php73
1 files changed, 12 insertions, 61 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php
index 33e210f88..50f04bb33 100644
--- a/mod/profile/languages/en.php
+++ b/mod/profile/languages/en.php
@@ -1,61 +1,12 @@
-<?php
-
- /**
- * Elgg profile plugin language pack
- *
- * @package ElggProfile
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Ben Werdmuller <ben@curverider.co.uk>
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-
- $english = array(
-
- /**
- * Menu items and titles
- */
-
- 'profile' => "Profile",
- 'profile:yours' => "Your profile",
- 'profile:user' => "%s's profile",
-
- 'profile:edit' => "Edit profile",
- 'profile:editicon' => "Change your profile picture",
- 'profile:icon' => "Profile icon",
- 'profile:createicon' => "Create your avatar",
- 'profile:createicon:instructions' => "Click and drag to crop your image",
-
- 'profile:aboutme' => "About me",
- 'profile:description' => "About me",
- 'profile:location' => "Location",
- 'profile:skills' => "Skills",
- 'profile:interests' => "Interests",
- 'profile:contactemail' => "Contact email",
- 'profile:phone' => "Telephone",
- 'profile:mobile' => "Mobile phone",
- 'profile:website' => "Website",
-
- 'profile:river:update' => "%s updated their profile",
-
- /**
- * Status messages
- */
-
- 'profile:saved' => "Your profile was successfully saved.",
- 'profile:icon:uploaded' => "Your profile icon was successfully uploaded.",
-
- /**
- * Error messages
- */
-
- 'profile:noaccess' => "You do not have permission to edit this profile.",
- 'profile:notfound' => "Sorry; we could not find the specified profile.",
- 'profile:cantedit' => "Sorry; you do not have permission to edit this profile.",
- 'profile:icon:notfound' => "Sorry; there was a problem uploading your profile icon.",
-
- );
-
- add_translation("en",$english);
-
-?> \ No newline at end of file
+<?php
+/**
+ * Elgg profile plugin language pack
+ */
+
+$english = array(
+ 'profile' => 'Profile',
+ 'profile:notfound' => 'Sorry. We could not find the requested profile.',
+
+);
+
+add_translation('en', $english); \ No newline at end of file