File uploading seems to be disabled on your server.

Moodle can still be installed, but without this ability, you will not be able to upload course files or new user profile images.

To enable file uploading you (or your system administrator) will need to edit the main php.ini file on your system and change the setting for file_uploads to \'1\'.

'; $string['gdversion'] = 'Liliuga GD '; $string['gdversionerror'] = 'O le faletusi (library) GD e tatau ona i ai aua le faiga ma le fa\'agasologa o ata.'; $string['gdversionhelp'] = '

Your server does not seem to have GD installed.

GD is a library that is required by PHP to allow Moodle to process images (such as the user profile icons) and to create new images (such as the log graphs). Moodle will still work without GD - these features will just not be available to you.

To add GD to PHP under Unix, compile PHP using the --with-gd parameter.

Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.

'; $string['help'] = 'Fesoasoani'; $string['installation'] = 'Fa\'atu/Install'; $string['language'] = 'Gagana'; $string['magicquotesruntime'] = 'Magic Quotes Run Time'; $string['magicquotesruntimeerror'] = 'O le mea lea e tatau ona le i ai'; $string['magicquotesruntimehelp'] = '

Magic quotes runtime should be turned off for Moodle to function properly.

Normally it is off by default ... see the setting magic_quotes_runtime in your php.ini file.

If you don\'t have access to your php.ini, you might be able to place the following line in a file called .htaccess within your Moodle directory:

php_value magic_quotes_runtime Off

'; $string['memorylimit'] = 'Limiti o le memory'; $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.'; $string['memorylimithelp'] = '

The PHP memory limit for your server is currently set to $a.

This may cause Moodle to have memory problems later on, especially if you have a lot of modules enabled and/or a lot of users.

We recommend that you configure PHP with a higher limit if possible, like 40M. There are several ways of doing this that you can try:

  1. If you are able to, recompile PHP with --enable-memory-limit. This will allow Moodle to set the memory limit itself.
  2. If you have access to your php.ini file, you can change the memory_limit setting in there to something like 40M. If you don\'t have access you might be able to ask your administrator to do this for you.
  3. On some PHP servers you can create a .htaccess file in the Moodle directory containing this line:

    php_value memory_limit 40M

    However, on some servers this will prevent all PHP pages from working (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.

'; $string['name'] = 'Igoa'; $string['next'] = 'Le isi'; $string['ok'] = 'OK'; $string['pass'] = 'Pasi'; $string['password'] = 'Upu tatala'; $string['phpversion'] = 'Liliuga PHP'; $string['phpversionerror'] = 'O le liliuga o le PHP e tatau lava ona fa\'aaoga le 4.1.0'; $string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.1.0.

You are currently running version $a

You must upgrade PHP or move to a host with a newer version of PHP!

'; $string['previous'] = 'Talu ai, tuana\'i'; $string['safemode'] = 'Safe Mode'; $string['safemodeerror'] = 'Moodle may have trouble with safe mode on'; $string['safemodehelp'] = '

Moodle may have a variety of problems with safe mode on, not least is that it probably won\'t be allowed to create new files.

Safe mode is usually only enabled by paranoid public web hosts, so you may have to just find a new web hosting company for your Moodle site.

You can try continuing the install if you like, but expect a few problems later on.

'; $string['sessionautostart'] = 'Session Auto Start'; $string['sessionautostarterror'] = 'O le mea lea e tatu ona tape'; $string['sessionautostarthelp'] = '

Moodle requires session support and will not function without it.

Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.

'; $string['status'] = 'Tulaga'; $string['thischarset'] = 'utf-8'; $string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'Samoan'; $string['user'] = 'O le tagata fa\'aaoga'; $string['wwwroot'] = 'Tuatusi o le initaneti'; $string['wwwrooterror'] = 'O le tuatusi o le initaneti e foliga mai e le\'o i ai - o le fa\'atuuga o le Moodle e foliga mai e le\'o i ai se mea. '; ?>