mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
665b20ea3a
moving towards XHTML compliance
22 lines
740 B
PHP
22 lines
740 B
PHP
<?PHP // $Id$
|
|
// install.php - created with Moodle 1.4.1 (2004083101)
|
|
|
|
|
|
$string['chooselanguage'] = 'Aukeratu hizkuntza';
|
|
$string['database'] = 'Datu-basea';
|
|
$string['dataroot'] = 'Datuen direktorioa';
|
|
$string['dbpass'] = 'Pasahitza';
|
|
$string['dirroot'] = 'Moodle direktorioa';
|
|
$string['download'] = 'Jaitsi';
|
|
$string['fail'] = 'Errorea';
|
|
$string['fileuploads'] = 'Fitxategiak igo';
|
|
$string['gdversion'] = 'GD bertsioa';
|
|
$string['installation'] = 'Instalazioa';
|
|
$string['phpversion'] = 'PHP bertsioa';
|
|
$string['phpversionerror'] = 'PHP bertsioak gutxienez 4.1.0 behar luke izan';
|
|
$string['safemode'] = 'Modu seguruan';
|
|
$string['safemodeerror'] = 'Modu seguruan Moodlek arazoak izan ditzake';
|
|
$string['wwwroot'] = 'Web-helbidea';
|
|
|
|
?>
|