[moodle] / lang / lv_utf8 / auth_mnet.php Repository:

View of /lang/lv_utf8/auth_mnet.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (annotate)
Fri Oct 9 14:44:35 2009 WST (6 weeks, 2 days ago) by samhemelryk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +17 -13 lines
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: id, is, it, ja, ka, kk, km, ko, lt, lv, mi_tn, mi_wwow, mk, ml, mn, mr, ms
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'] = 'Ja iestatīta vērtība Jā, attālam lietotājam pirmoreiz pieslēdzoties, automātiski tiek izveidots lokāls lietotāja ieraksts.';
$string['auth_mnet_roamin'] = 'Šie resursdatora lietotāji var veikt viesabonēšanu jūsu vietnē';
$string['auth_mnet_roamout'] = 'Jūsu lietotāji var veikt viesabonēšanu šajos resursdatoros';
$string['auth_mnet_rpc_negotiation_timeout'] = 'Taimauts sekundēs autentifikācijai, kas veikta, izmantojot XMLRPC transportu.';
$string['auth_mnetdescription'] = 'Lietotāji tiek autentificēti atbilstoši uzticamam tīmeklim, kas definēts jūsu Moodle tīkla iestatījumos.';
$string['auth_mnettitle'] = 'Moodle tīkla autentifikācija';
$string['auto_add_remote_users'] = 'Automātiski pievienot attālos lietotājus';
$string['rpc_negotiation_timeout'] = 'RPC vienošanās taimauts';
$string['sso_idp_description'] = 'Publicējiet šo pakalpojumu, lai lietotāji varētu veikt viesabonēšanu $a Moodle vietnē bez nepieciešamības šeit atkārtoti pieslēgties. <ul><li><em>Atkarība</em>. Jums ir <strong>jāabonē</strong> arī SSO (pakalpojumu sniedzējs) pakalpojums šeit: $a.</li></ul><br />Abonējiet šo pakalpojumu, lai neautentificētiem lietotājiem no $a atļautu piekļūt savai vietnei bez nepieciešamības atkārtoti pieslēgties. <ul><li><em>Atkarība</em>. Jums ir <strong>jāpublicē</strong> arī SSO (pakalpojumu sniedzējs) pakalpojums šeit: $a.</li></ul><br />';
$string['sso_idp_name'] = 'SSO (identitātes nodrošinātājs)';
$string['sso_mnet_login_refused'] = 'Lietotājvārda $a[0] pieslēgšanās no $a[1] nav atļauta.';
$string['sso_sp_description'] = 'Publicējiet šo pakalpojumu, lai neautentificētiem lietotājiem no $a atļautu piekļūt savai vietnei bez nepieciešamības atkārtoti pieslēgties. <ul><li><em>Atkarība</em>. Jums ir <strong>jāabonē</strong> arī SSO (identitātes nodrošinātājs) pakalpojums šeit: $a.</li></ul><br />Abonējiet šo pakalpojumu, lai lietotāji varētu veikt viesabonēšanu $a Moodle vietnē bez nepieciešamības šeit atkārtoti pieslēgties. <ul><li><em>Atkarība</em>. Jums ir <strong>jāpublicē</strong> arī SSO (identitātes nodrošinātājs) pakalpojums šeit: $a.</li></ul><br />';
$string['sso_sp_name'] = 'SSO (pakalpojumu sniedzējs)';

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7