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_mnet_auto_add_remote_users'] = 'Bai aukeratuta, berez sortzen da erabiltzaile lokalaren erregistroa urrutiko erabiltzailea lehen aldiz sartzen denean.'; $string['auth_mnet_roamin'] = 'Ostalari honetako erabiltzaileak zure gunean ibil daitezke'; $string['auth_mnet_roamout'] = 'Zure erabiltzaileak ostalari honetan ibil daitezke'; $string['auth_mnet_rpc_negotiation_timeout'] = 'XMLRCP-ren bidez autentifikatzeko gehienezko denbora segundutan.'; $string['auth_mnetdescription'] = 'Zure Moodle Sareko ezarpenetan definitutako web-konfidantzaren arabera autentifikatuko dira erabiltzaileak.'; $string['auth_mnettitle'] = 'Moodle Sarea motako autentifikazioa'; $string['auto_add_remote_users'] = 'Gehitu automatikoki urrutiko erabiltzaileak'; $string['sso_idp_description'] = 'Publika ezazu zerbitzu hau zure erabiltzaileak zure $a Moodle gunera bertan berriz identifikatu gabe joan ahal izateko. <ul><li><em>Dependentzia</em>: Era berean, SSO zerbitzuan (Zerbitzu-hornitzailea) <strong>harpidetu</strong> beharko duzu $a.</li></ul><br />-n. Harpidetu zerbitzu honetan $a-n autentifikatutako erabiltzaileei zure gunean saioa berriz hasi beharrik izan gabe sartzen uzteko. <ul><li><em>Dependentzia</em>: Era berean, SSO zerbitzua (Zerbitzu-hornitzailea) <strong>publikatu</strong> beharko duzu $a.</li></ul><br />-n.'; $string['sso_idp_name'] = 'SSO (Nortasun-hornitzailea)'; $string['sso_mnet_login_refused'] = '$a[0] izeneko erabiltzaileak ezin du $a[1]-tik saioa hasi.'; $string['sso_sp_description'] = 'Publika ezazu zerbitzu hau autentifikatutako erabiltzaileak zure gunera $a-tik bertan berriz identifikatu gabe sartu ahal izateko. <ul><li><em>Dependentzia</em>: Era berean, SSO zerbitzuan (Zerbitzu-hornitzailea) <strong>harpidetu</strong> beharko duzu $a.</li></ul><br />-n. Publika ezazu zerbitzu hau zure erabiltzaileak zure $a Moodle gunera bertan berriz identifikatu gabe joan ahal izateko. <ul><li><em>Dependentzia</em>: Era berean, SSO zerbitzua (Zerbitzu-hornitzailea) <strong>publikatu</strong> beharko duzu $a.</li></ul><br />-n.'; $string['sso_sp_name'] = 'SSO (Zerbitzu-hornitzailea)';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |