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

View of /lang/ca_utf8/auth_mnet.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (download) (annotate)
Fri Oct 9 14:25:56 2009 WST (6 weeks, 2 days ago) by samhemelryk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +12 -5 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: af, ar, be, bg, bn, bs, ca, cs, cy, da, de, de_du, el
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'] = 'Si l\'habiliteu, es crearà automàticament un compte d\'usuari local quan un usuari remot entri per primera vegada.';
$string['auth_mnet_roamin'] = 'Els usuaris d\'aquests servidors seran admesos al vostre lloc';
$string['auth_mnet_roamout'] = 'Els vostres usuaris seran admesos en aquests servidors';
$string['auth_mnet_rpc_negotiation_timeout'] = 'Temps d\'espera en segons per a l\'autenticació sobre transport XMLRPC.';
$string['auth_mnetdescription'] = 'Els usuaris són autenticats d\'acord amb la xarxa de confiança definida en els paràmetres de Moodle en Xarxa.';
$string['auth_mnettitle'] = 'Autenticació Moodle en Xarxa';
$string['auto_add_remote_users'] = 'Afegeix automàticament usuaris remots';
$string['rpc_negotiation_timeout'] = 'Temps màxim negociació RPC';
$string['sso_idp_description'] = 'Publiqueu aquest servei a fi de permetre que els vostres usuaris passin al lloc Moodle $a sense necessitat d\'iniciar-hi una sessió. <ul><li><em>Dependència</em>: també us haureu de <strong>subscriure</strong> al servei SSO (Proveïdor de Servei) del lloc $a.</li></ul><br />Subscriviu-vos a aquest servei a fi de permetre que usuaris autenticats del lloc $a entrin al vostre lloc sense iniciar-hi una nova sessió. <ul><li><em>Dependència</em>: també haureu de <strong>publicar</strong> el servei SSO (Proveïdor de Servei) per a $a.</li></ul><br />';
$string['sso_idp_name'] = 'SSO (Proveïdor d\'Identitat)';
$string['sso_mnet_login_refused'] = 'Al nom d\'usuari $a[0] no li és permès d\'entrar des del lloc $a[1].';
$string['sso_sp_description'] = 'Publiqueu aquest servei a fi de permetre que usuaris autenticats del lloc a $a entrin al vostre lloc sense necessitat d\'iniciar-hi una sessió. <ul><li><em>Dependència</em>: també us haureu de <strong>subscriure</strong> al servei SSO (Proveïdor d\'Identitat) del lloc $a.</li></ul><br />Subscriviu-vos a aquest servei a fi de permetre que els vostres usuaris passin al lloc Moodle $a sense necessitat d\'iniciar-hi una sessió. <ul><li><em> Dependència </em>: també haureu de <strong>publicar</strong> el servei SSO (Proveïdor d\'Identitat) per a $a.</li></ul><br />';
$string['sso_sp_name'] = 'SSO (Proveïdor de Servei)';

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7