auth_emailrut.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. // This file is not part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'auth_emailrut', language 'es'.
  18. *
  19. * @package auth_emailrut
  20. * @author 2020 Hackware Human <human@hackawre.cl>
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['auth_emailrutdescription'] = '<p>El auto registro basado en correo electrónico permite al usuario crear su propia cuenta a través de un botón \'Crear una nueva cuena\' en la página de acceso. El usuario recibe entonces un correo electrónico que contiene un enlace seguro a una página donde puede confirmar su cuenta. En futuros inicios de sesión sólo hay que comprobar el nombre de usuario y la contraseña con los valores almacenados en la base de datos de Moodle.</p><p>Nota: Además de habilitar el plugin, el auto registro basado en correo electrónico también debe ser seleccionado en el menú desplegable de auto registro en la página \'Administrar autenticación\'.</p>';
  24. $string['auth_emailrutnoemail'] = '¡Intenté enviarle un correo electrónico pero falló!';
  25. $string['auth_emailrutrecaptcha'] = 'Añade un elemento de confirmación visual/audio a la página de registro para los usuarios que se registren por correo electrónico. Esto protege su sitio contra los spammers y contribuye a una causa que vale la pena. Vea https://www.google.com/recaptcha para más detalles';
  26. $string['auth_emailrutrecaptcha_key'] = 'Habilitar elemento reCAPTCHA';
  27. $string['auth_emailrutsettings'] = 'Opciones';
  28. $string['pluginname'] = 'Registro basado en email + RUT';
  29. $string['privacy:metadata'] = 'El plugin de autenticación de auto-registro basado en correo electrónico no almacena ningún dato personal.';
  30. $string['rut'] = 'RUT';
  31. $string['missingrut'] = 'Falta el RUT sin puntos (ej. 11222333-4)';
  32. $string['invalidrut'] = 'RUT debe ser válido, sin puntos y con guión (ej. 11222333-4)';