You can see it appended to your <a href=\\\"\$a->url\\\">assignment submission</a>.";
$string['assignmentname'] = "Assignment name";
$string['assignmenttype'] = "Assignment type";
+$string['configmaxbytes'] = "Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)";
$string['description'] = "Description";
$string['duedate'] = "Due date";
$string['early'] = "\$a early";
$string['configdisplaymode'] = "The default display mode for discussions if one isn't set.";
$string['configlongpost'] = "Any post over this length (not including HTML) is considered long.";
$string['configmanydiscussions'] = "Maximum number of discussions shown in a forum per page";
+$string['configmaxbytes'] = "Default maximum size for all forum attachments on the site (subject to course limits and other local settings)";
$string['configshortpost'] = "Any post under this length (not including HTML) is considered short.";
$string['couldnotadd'] = "Could not add your post due to an unknown error";
$string['couldnotdeleteratings'] = "Sorry, that cannot be deleted as people have already rated it";
$string['introteacher'] = "A forum for teacher-only notes and discussion";
$string['lastpost'] = "Last post";
$string['learningforums'] = "Learning forums";
+$string['maxattachmentsize'] = "Maximum attachment size";
$string['maxtimehaspassed'] = "Sorry, but the maximum time for editing this post (\$a) has passed!";
$string['message'] = "Message";
$string['modeflatoldestfirst'] = "Display replies flat, with oldest first";
--- /dev/null
+<P ALIGN=CENTER><B>Course upload size</B></P>
+
+<P>This setting defines the largest size of file that can be
+ uploaded by students in this course, limited by the site
+ wide setting created by the administrator.
+
+<P>It is possible to further restrict this size through
+ settings within each activity module.
<li><a href="help.php?module=forum&file=allowdiscussions.html">Allow discussions</a>\r
<li><a href="help.php?module=forum&file=attachment.html">Attachment</a>\r
<li><a href="help.php?module=forum&file=forumtype.html">Forum type</a>\r
+ <li><a href="help.php?module=forum&file=maxattachmentsize.html">Max attachment size</a>\r
<li><a href="help.php?module=forum&file=ratings.html">Ratings</a>\r
<li><a href="help.php?module=forum&file=subscription.html">Subscription</a>\r
</ul>\r
--- /dev/null
+<P ALIGN=CENTER><B>Maximum attachment size</B></P>
+
+<P>Attachments can be limited to a certain size file,
+ chosen by the person who set up the forum.
+
+<P>Sometimes it is possible to upload a file larger than
+ this size, but the file will not be saved on the
+ server and you might see an error.
<li><a href="help.php?file=coursenumsections.html">Course number of weeks/topics</a>
<li><a href="help.php?file=courseshortname.html">Course short name</a>
<li><a href="help.php?file=coursestartdate.html">Course start date</a>
+ <li><a href="help.php?file=courseuploadsize.html">Course upload size</a>
<li><a href="help.php?file=enrolmentkey.html">Enrollment keys</a>
<li><a href="help.php?file=coursegrades.html">Grades</a>
<li><a href="help.php?file=guestaccess.html">Guest access</a>
$string['configlongtimenosee'] = "If students haven't logged in for a very long time, then they are automatically unsubscribed from courses. This parameter specifies that time limit.";
$string['configloglifetime'] = "This specifies the length of time you want to keep logs about user activity. Logs that are older than this age are automatically deleted. It is best to keep logs as long as possible, in case you need them, but if you have a very busy server and are experiencing performance problems, then you may want to lower the log lifetime.";
$string['configframename'] = "If you are embedding Moodle within a web frame, then put the name of this frame here. Otherwise this value should remain as '_top'";
+$string['configmaxbytes'] = "This specifies a maximum size that uploaded files can be throughout the whole site. This setting is limited by the PHP setting upload_max_filesize and the Apache setting LimitRequestBody. In turn, maxbytes limits the range of sizes that can be chosen at course level or module level.";
$string['configmaxeditingtime'] = "This specifies the amount of time people have to re-edit forum postings, journal feedback etc. Usually 30 minutes is a good value.";
$string['configproxyhost'] = "If this <B>server</B> needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank.";
$string['configsecureforms'] = "Moodle can use an additional level of security when accepting data from web forms. If this is enabled, then the browser's HTTP_REFERER variable is checked against the current form address. In a very few cases this can cause problems if the user is using a firewall (eg Zonealarm) configured to strip HTTP_REFERER from their web traffic. Symptoms are getting 'stuck' on a form. If your users are having problems with the login page (for example) you might want to disable this setting, although it might leave your site more open to brute-force password attacks. If in doubt, leave this set to 'Yes'.";
$string['coursegrades'] = "Course grades";
$string['courses'] = "Courses";
$string['courseupdates'] = "Course updates";
+$string['courseuploadlimit'] = "Course upload limit";
$string['create'] = "Create";
$string['createaccount'] = "Create my new account";
$string['createfolder'] = "Create a folder in \$a";
$string['maximumchars'] = "Maximum of \$a characters";
$string['maximumgrade'] = "Maximum grade";
$string['maximumshort'] = "Max";
+$string['maximumupload'] = "Maximum upload size";
$string['maxsize'] = "Max size: \$a";
$string['min'] = "min";
$string['mins'] = "mins";
$string['sitenews'] = "Site news";
$string['sitesettings'] = "Site settings";
$string['size'] = "Size";
+$string['sizeb'] = "bytes";
+$string['sizegb'] = "Gb";
+$string['sizekb'] = "Kb";
+$string['sizemb'] = "Mb";
$string['socialheadline'] = "Social forum - latest topics";
$string['someallowguest'] = "Some courses may allow guest access";
$string['someerrorswerefound'] = "Some information was missing or incorrect. Look below for details.";