Skip to content

Commit

Permalink
Automatic installer.php by installer_builder (20060310)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 9, 2006
1 parent c6ebacf commit f099f4d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 28 deletions.
12 changes: 0 additions & 12 deletions install/lang/af_utf8/installer.php
Expand Up @@ -11,15 +11,3 @@

$string['closewindow'] = 'Maak die venster toe';
$string['continue'] = 'Gaan voort';
$string['error'] = 'Fout';
$string['help'] = 'Help';
$string['language'] = 'Taal';
$string['name'] = 'Naam';
$string['next'] = 'Volgende';
$string['ok'] = 'OK';
$string['password'] = 'Wagwoord';
$string['status'] = 'Status';
$string['thischarset'] = 'UTF-8';
$string['thislanguage'] = 'Afrikaans';
$string['user'] = 'Gebruiker';
?>
7 changes: 7 additions & 0 deletions install/lang/ca_utf8/installer.php
Expand Up @@ -28,6 +28,13 @@
$string['configurationcompletesub'] = 'Moodle ha intentat desar la configuració en un fitxer en l\'arrel de la vostra instal·lació de Moodle.';
$string['continue'] = 'Continua';
$string['database'] = 'Base de dades';
$string['databasecreationsettingshead'] = 'Ara cal configurar els paràmetres de la base de dades on s\'emmagatzemaran la majoria de dades de Moodle. L\'instal·lador crearà automàticament aquesta base de dades amb els paràmetres que especifiqueu aquí.';
$string['databasecreationsettingssub'] = '<b>Tipus:</b> fixat a \"mysql\" per l\'instal·lador<br />
<b>Servidor:</b> fixat a \"localhost\" per l\'instal·lador<br />
<b>Nom:</b> nom de la base de dades, p. ex. moodle<br />
<b>Usuari:</b> fixat a \"root\" per l\'instal·lador<br />
<b>Contrasenya:</b> la contrasenya de l\'usuari \"root\" de la base de dades<br />
<b>Prefix de les taules:</b> prefix opcional per utilitzar en els noms de totes les taules';
$string['databasesettingshead'] = 'Ara cal configurar la base de dades on s\'emmagatzemaran la majoria de dades de Moodle. Aquesta base de dades s\'ha d\'haver crear abans i cal tenir un nom d\'usuari i una contrasenya per accedir-hi.';
$string['databasesettingssub'] = '<b>Tipus:</b> mysql o postgres7<br />
<b>Servidor:</b> p. ex. localhost o db.isp.com<br />
Expand Down
2 changes: 2 additions & 0 deletions install/lang/en_utf8/installer.php
Expand Up @@ -79,6 +79,8 @@
$string['dirroot'] = 'Moodle Directory';
$string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.';
$string['download'] = 'Download';
$string['downloadlanguagehead'] = 'Download language pack';
$string['downloadlanguagesub'] = 'Now the installer is trying to download the complete lang pack that you have selected in order to continue the installation using it.';
$string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
$string['environmenthead'] = 'Checking your environment ...';
$string['environmentrecommendinstall'] = 'is recommended to be installed/enabled';
Expand Down
16 changes: 0 additions & 16 deletions install/lang/fil_utf8/installer.php
Expand Up @@ -10,19 +10,3 @@
/// using strings defined in installer_strings (same dir)

$string['closewindow'] = 'Isara ang bintanang ito';
$string['continue'] = 'Ituloy';
$string['error'] = 'Error';
$string['help'] = 'Tulong';
$string['info'] = 'Impormasyon';
$string['language'] = 'Lengguwahe';
$string['name'] = 'Pangalan';
$string['next'] = 'Susunod';
$string['ok'] = 'OK';
$string['parentlanguage'] = 'tl_utf8';
$string['password'] = 'Password';
$string['previous'] = 'Nakaraan';
$string['status'] = 'Katayuan';
$string['thischarset'] = 'UTF-8';
$string['thislanguage'] = 'Filipino';
$string['user'] = 'User';
?>

0 comments on commit f099f4d

Please sign in to comment.