From b1177c028d19aef4abd18e87ffdb398df0f6f24a Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 21 Apr 2008 17:26:51 +0000 Subject: Introduced profile plugin git-svn-id: https://code.elgg.org/elgg/trunk@511 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/languages/en.php | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 mod/profile/languages/en.php (limited to 'mod/profile/languages/en.php') diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php new file mode 100644 index 000000000..8459c41af --- /dev/null +++ b/mod/profile/languages/en.php @@ -0,0 +1,47 @@ + + * @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:aboutme' => "About me", + 'profile:location' => "Location", + 'profile:skills' => "Skills", + 'profile:interests' => "Interests", + + /** + * Status messages + */ + + 'profile:saved' => "Your profile was successfully saved.", + + /** + * Error messages + */ + + 'profile:notfound' => "Sorry; we could not find the specified profile.", + 'profile:cantedit' => "Sorry; you do not have permission to edit this profile.", + + ); + + add_translation("en",$english); + +?> \ No newline at end of file -- cgit v1.2.3