@@ -128,7 +128,13 @@ $string['timezoneidentifierunusable'] = 'PHP on your website host does not retur
$string['postmaxlessthanuploadmax']='Your PHP post_max_size setting (%s) is smaller than your upload_max_filesize setting (%s). Uploads larger than %s will fail without displaying an error. Usually, post_max_size should be much larger than upload_max_filesize.';
$string['smallpostmaxsize']='Your PHP post_max_size setting (%s) is very small. Uploads larger than %s will fail without displaying an error.';
$string['notenoughsessionentropy']='Your PHP session.entropy_length setting is too small. Set it to at least 16 in your php.ini to ensure that generated session IDs are random and unpredictable enough.';
$string['noreplyaddressmissingorinvalid']='The noreply address setting is either empty or has an invalid email address. Please check the configuration in the <a href="%s">site options in the email settings</a>.';
$string['openbasedirenabled']='Your server has the php open_basedir restriction enabled.';
$string['openbasedirpaths']='Mahara can only open files within the following path(s): %s';
$string['openbasedirwarning']='Some requests for external sites may fail to complete. This could stop certain feeds from updating, among other things.';
$string['gdlibrarylacksgifsupport']='The installed PHP GD Library does not support both creating and reading GIF images. Full support is needed to upload GIF images.';
$string['gdlibrarylacksjpegsupport']='The installed PHP GD Library does not support JPEG/JPG images. Full support is needed to upload JPEG/JPG images.';
$string['gdlibrarylackspngsupport']='The installed PHP GD Library does not support PNG images. Full support is needed to upload PNG images.';