diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-18 20:15:24 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-18 20:15:24 +0000 |
commit | 9ac841f26e05af3515643e44eb5fde30bcfb1b75 (patch) | |
tree | 65db9ad52cd03922e2451f85b8e8e56c2b4770fe /languages/en.php | |
parent | 569f19d8ff89539eb8d38b1ca1b07a2baa41852c (diff) | |
download | elgg-9ac841f26e05af3515643e44eb5fde30bcfb1b75.tar.gz elgg-9ac841f26e05af3515643e44eb5fde30bcfb1b75.tar.bz2 |
moved the avatar forms and actions into core from profile plugin
git-svn-id: http://code.elgg.org/elgg/trunk@7670 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 2d406d3be..2168845b4 100644 --- a/languages/en.php +++ b/languages/en.php @@ -364,6 +364,16 @@ $english = array( 'friendspicker:chararray' => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', + 'avatar' => 'Avatar', + 'avatar:create' => 'Create your avatar', + 'avatar:preview' => 'Preview', + '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', + 'avatar:resize:fail' => 'Resize of the avatar failed', + 'avatar:crop:success' => 'Cropping the avatar succeeded', + 'avatar:crop:fail' => 'Avatar cropping failed', + /** * Feeds */ |