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'] = 'Ao definir para Si, un rexistro de usuario local é creado automaticamente cando un usuario remoto entra por primeira vez.'; $string['auth_mnet_roamin'] = 'Estes usuarios do servidor poden moverse no seu sitio Web'; $string['auth_mnet_roamout'] = 'Os seus usuarios poden moverse fóra destes servidores'; $string['auth_mnet_rpc_negotiation_timeout'] = 'O tempo de espera en segundos para autenticación do transporte XMLRPC.'; $string['auth_mnetdescription'] = 'Os usuarios son autenticados de acordo coa Web de confianza definida na configuración da rede Moodle.'; $string['auth_mnettitle'] = 'Autenticación da rede Moodle'; $string['auto_add_remote_users'] = 'Engadir automaticamente usuarios remotos'; $string['rpc_negotiation_timeout'] = 'Tempo de espera da negociación RPC'; $string['sso_idp_description'] = 'Publicar este servizo para permitir que os usuarios entren no sitio $a Moodle sen necesidade de reiniciar sesión. <ul><li><em>Dependencia</em>: Débese <strong>subscribir</strong> tamén ao SSO (Fornecedor de servizo)en $a.</li></ul><br />Subscribir a este servizo para permitir que os usuarios identificados de $a accedan ao seu sitio sen necesidade de reiniciar sesión. <ul><li><em>Dependencia</em>: Debe <strong>publicar</strong> tamén o SSO (Fornecedor de servizo)en $a.'; $string['sso_idp_name'] = 'SSO (Fornecedor de identidade)'; $string['sso_mnet_login_refused'] = 'O nome de usuario $a[0] non ten permiso para conectar desde $a[1].'; $string['sso_sp_description'] = 'Publicar este servizo para permitir que os usuarios de $a entren no sitio sen necesidade de reiniciar sesión. <ul><li><em>Dependencia</em>: Débese <strong>subscribir</strong> tamén ao SSO (Fornecedor de servizo)en $a.</li></ul><br />Subscribir a este servizo para permitir que os usuarios accedan ao sitio de $a Moodle sen necesidade de reiniciar sesión. <ul><li><em>Dependencia</em>: Debe <strong>publicar</strong> tamén o SSO (Fornecedor de servizo)en $a.'; $string['sso_sp_name'] = 'SSO (Service Provider)';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |