. /** * Strings for component 'enrol_openlml', language 'es', branch 'MOODLE_22_STABLE' * * @package enrol_openlml * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['common_settings'] = 'Configuración LDAP'; $string['contexts'] = 'uno o más contextos LDAP separadas por punto y coma (;)'; $string['member_attribute'] = 'Atributo de mienbro del grupo LDAP por lo general memberUid'; $string['object'] = 'Clase de objeto LDAP, por lo general posixGroup';