Parent Directory
|
Revision Log
lang MDL-19468 Creation of auth_* files and required copy to/from of related language strings For each language pack auth_PLUGIN.php files have been created and any strings relating to those modules have been copied (not moved) from auth.php into the auth_PLUGIN file. At the same time if the plugin file existed already we ensured that strings defined within it were copied in auth.php. Language packs in this commit: es_es, es, et, eu, fa, fi, fr, gl, he, hi, hr, hu, hy All language packs are being altered in this way, I will be testing and commiting in groups.
<?php // All of the language strings in this file should also exist in // auth.php to ensure compatibility in all versions of Moodle. $string['auth_dbdescription'] = 'Tämä moduuli tarkistaa ulkoisen tietokannan taulusta käyttäjätunnuksen ja salasanan. Jos käyttäjätunnus on uusi, myös muita tietoja voidaan kopioida Moodleen.'; $string['auth_dbextrafields'] = 'Nämä kentät ovat valinnaisia. Voit asettaa Moodlen hakemaan valmiiksi joitakin käyttäjätietoja <b>ulkoisesta tietokannasta</b>.<p>Jos jätät nämä kentät tyhjiksi, käytetään oletusasetusarvoja.</p> <p>Käyttäjä voi joka tapauksessa muuttaa omia henkilötietojaan myöhemmin.</p>'; $string['auth_dbfieldpass'] = 'Salasanakentän nimi'; $string['auth_dbfielduser'] = 'Käyttäjätunnuskentän nimi'; $string['auth_dbhost'] = 'Tietokantapalvelin'; $string['auth_dbname'] = 'Tietokannan nimi'; $string['auth_dbpass'] = 'Salasana käyttäjätunnukselle'; $string['auth_dbpasstype'] = 'Määritä salasanakentän käyttämä muoto. MD5-salaus on hyödyllinen, jos haluat käyttää muita web-sovelluksia kuten PostNukea.'; $string['auth_dbtable'] = 'Tietokannan taulun nimi'; $string['auth_dbtitle'] = 'Käytä ulkoista tietokantaa'; $string['auth_dbtype'] = 'Tietokannan tyyppi (Katso <a href=\"../lib/adodb/readme.htm#drivers\">ADOdb dokumentoinnista</a> yksityiskohdat)'; $string['auth_dbuser'] = 'Käyttäjätunnus tietokantaan lukuoikeuksin';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |