diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-04-06 10:30:26 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-04-06 10:30:26 -0700 |
commit | 7a4d1861e23798e2fda7d9d3c750b8d13b55c5a8 (patch) | |
tree | b0b4600a178115c21b73aa09b46b1595b9ed569d /languages | |
parent | 271e824fae382c2b605d73135597a42323f691a9 (diff) | |
download | elgg-7a4d1861e23798e2fda7d9d3c750b8d13b55c5a8.tar.gz elgg-7a4d1861e23798e2fda7d9d3c750b8d13b55c5a8.tar.bz2 |
Started adding back quota support.
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 0d6ea2db8..b765508a6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -274,6 +274,7 @@ The photo can be viewed here: %s", 'image:downloadfailed' => "Sorry; this image is not available.", 'tidypics:nosettings' => "Admin of this site has not set photo album settings.", 'tidypics:exceed_quota' => "You have exceeded the quota set by the administrator", + 'tidypics:cannot_upload_exceeds_quota' => 'Image not uploaded. File size exceeds available quota.', 'images:notedited' => "Not all images were successfully updated", 'album:none' => "No albums have been created yet.", 'album:uploadfailed' => "Sorry; we could not save your album.", |