From 9bc9a3e7590ba15039b019da22c60bdd9d9868e0 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 18 Dec 2010 21:25:54 +0000 Subject: pulling the avatar code out of the profile plugin - just some minor icon related code left git-svn-id: http://code.elgg.org/elgg/trunk@7671 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 2168845b4..9cde25c18 100644 --- a/languages/en.php +++ b/languages/en.php @@ -366,7 +366,12 @@ $english = array( 'avatar' => 'Avatar', 'avatar:create' => 'Create your avatar', + 'avatar:edit' => 'Edit avatar', 'avatar:preview' => 'Preview', + 'avatar:upload' => 'Upload a new avatar', + 'avatar:current' => 'Current avatar', + 'avatar:crop:title' => 'Avatar cropping tool', + 'avatar:upload:instructions' => "Your avatar is displayed throughout the site. You can change it as often as you'd like. (File formats accepted: GIF, JPG or PNG)", 'avatar:create:instructions' => 'Click and drag a square below to match how you want your avatar cropped. A preview will appear in the box on the right. When you are happy with the preview, click \'Create your avatar\'. This cropped version will be used throughout the site as your avatar.', 'avatar:upload:success' => 'Avatar successfully uploaded', 'avatar:upload:fail' => 'Avatar upload failed', -- cgit v1.2.3