diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-13 23:53:17 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-13 23:53:17 +0000 |
commit | 8f5aa6a87b15ecee226f46539b1400710c9c9047 (patch) | |
tree | 4c9f0b01c00ab654f0e972723f419ef92db6288a /languages/en.php | |
parent | fde85445cf67f7e0033bb761a547e36ebcf068a8 (diff) | |
download | elgg-8f5aa6a87b15ecee226f46539b1400710c9c9047.tar.gz elgg-8f5aa6a87b15ecee226f46539b1400710c9c9047.tar.bz2 |
added disk quota for users and groups
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index bbeb9a634..c5f4dd99f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -50,6 +50,7 @@ 'tidypics:settings:exif' => "Show EXIF data",
'tidypics:settings:grp_perm_override' => "Allow group members full access to group albums",
'tidypics:settings:maxfilesize' => "Maximum image size in megabytes (MB):",
+ 'tidypics:settings:quota' => "User/Group Quota (MB) - 0 equals no quota",
'tidypics:settings:watermark' => "Enter text to appear in the watermark - ImageMagick Cmdline must be selected for the image library",
'tidypics:settings:im_path' => "Enter the path to your ImageMagick commands",
'tidypics:settings:river_view' => "How many entries in river for each batch of uploaded images",
@@ -153,7 +154,7 @@ 'image:deletefailed' => "Your image could not be deleted at this time.",
'image:downloadfailed' => "Sorry; this image is not available at this time.",
'tidypics:nosettings' => "Admin of this site has not set photo album settings.",
-
+ 'tidypics:exceed_quota' => "You have exceeded the quota set by the administrator",
'images:notedited' => "Not all images were successfully updated",
'album:none' => "No albums have been created yet.",
|