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_fcchangepasswordurl'] = 'URL Modificar contrasinal'; $string['auth_fcconnfail'] = 'Erro de conexión con Errno: $a[0] e cadea de erro: $a[1]'; $string['auth_fccreators'] = 'Lista de grupos cuxos membros poden crear novos cursos. Separe os grupos múltiplos con ;. Os nomes débense escribir exactamente como no servidor FirstClass. O sistema diferencia entre maiúsculas e minúsculas.'; $string['auth_fccreators_key'] = 'Creadores'; $string['auth_fcdescription'] = 'Este método utiliza un servidor FirstClass para verificar cando son válidos un nome de usuario e contrasinal.'; $string['auth_fcfppport'] = 'Porto do servidor (3333 é o máis común)'; $string['auth_fcfppport_key'] = 'Porto'; $string['auth_fchost'] = 'O enderezo do servidor FirstClass. Utilice o número IP ou o nome DNS.'; $string['auth_fchost_key'] = 'Servidor:'; $string['auth_fcpasswd'] = 'Contrasinal para a conta de arriba.'; $string['auth_fcpasswd_key'] = 'Contrasinal'; $string['auth_fctitle'] = 'Utilice o servidor FirstClass'; $string['auth_fcuserid'] = 'Definir identidade de usuario con privilexios de Subadministrador para a conta FirstClass.'; $string['auth_fcuserid_key'] = 'Identidade de usuario';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |