aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-05-18 23:40:23 +0000
committerCash Costello <cash.costello@gmail.com>2009-05-18 23:40:23 +0000
commit1074834100d5191ecb9a6aa02a532fae485f9378 (patch)
treed7dc8c09b9a92d62c6c93f82bb7554f1ea6b9545 /languages
parent63f66e5218ccd1391fb9d6e85cbf20feb5ac8e3d (diff)
downloadelgg-1074834100d5191ecb9a6aa02a532fae485f9378.tar.gz
elgg-1074834100d5191ecb9a6aa02a532fae485f9378.tar.bz2
finished the upload error messages
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php
index 0c7fa3efa..dbf98eb5d 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -102,9 +102,10 @@
// Status messages
+ 'tidypics:upl_success' => "Your images uploaded successfully.",
'image:saved' => "Your image was successfully saved.",
'images:saved' => "All images were successfully saved.",
- 'image:deleted' => "Your image was successfully deleted.",
+ 'image:deleted' => "Your image was successfully deleted.",
'image:delete:confirm' => "Are you sure you want to delete this image?",
'images:edited' => "Your images were successfully updated.",
@@ -118,12 +119,18 @@
//Error messages
'image:none' => "We could not find any images at the moment.",
- 'tidypics:partialuploadfailure' => "There was a partial on upload (%s of %s images).",
+ 'tidypics:partialuploadfailure' => "There were errors uploading some of the images (%s of %s images).",
'tidypics:completeuploadfailure' => "Upload of images failed.",
+ 'tidypics:exceedpostlimit' => "Too many large images - try to upload fewer or smaller images.",
+ 'tidypics:noimages' => "No images were selected.",
+ 'tidypics:image_mem' => "Image is too large - too many bytes",
+ 'tidypics:image_pixels' => "Image has too many pixels",
+ 'tidypics:unk_error' => "Unknown upload error",
+ 'tidypics:save_error' => "Unknown error saving the image on server",
+ 'tidypics:not_image' => "This is not a recognized image type",
'image:deletefailed' => "Your image could not be deleted at this time.",
'image:downloadfailed' => "Sorry; this image is not available at this time.",
- 'image:notimage' => "We only accept jpeg, gif, or png images of the allowed file size.",
'images:notedited' => "Not all images were successfully updated",
'album:none' => "No albums have been created yet.",