Sindbad~EG File Manager
<?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
/**
* Strings for component 'userkey', language 'es_mx', version '3.9'.
*
* @package userkey
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['createnewkey'] = 'Crear nueva clave de usuario';
$string['createuserkey'] = 'Crear clave de usuario';
$string['deletekeyconfirm'] = '¿Realmente desea borrar esta clave de usuario?';
$string['edituserkey'] = 'Editar clave de usuario';
$string['keyiprestriction'] = 'Restricción de clave por IP';
$string['keyiprestriction_help'] = 'Escriba una dirección IP específica, o un rango de direcciones IP que serán las únicas direcciones IP permitidas para accesar estos datos. Dejar vacío para deshabilitar la restricción por IP (no recomendable).';
$string['keymanager'] = 'Mánager de claves';
$string['keyvaliduntil'] = 'Clave válida hasta';
$string['keyvaliduntil_help'] = 'Elija una fecha opcional después de la cual las claves ya no serán válida (recomendable para mayor seguridad).';
$string['keyvalue'] = 'Valor de clave';
$string['newuserkey'] = 'Nueva clave de usuario';
$string['privacy:metadata:user_private_key'] = 'Clave privada para el usuario.';
$string['privacy:metadata:user_private_key:instance'] = 'La instancia del script.';
$string['privacy:metadata:user_private_key:iprestriction'] = 'La dirección IP desde la cual puede usarse esta clave.';
$string['privacy:metadata:user_private_key:script'] = 'El script que es responsable por la clave del usuario.';
$string['privacy:metadata:user_private_key:timecreated'] = 'La fecha y hora en la cual fue creada esta clave.';
$string['privacy:metadata:user_private_key:userid'] = 'El usuario asociado con la clave.';
$string['privacy:metadata:user_private_key:validuntil'] = 'La fecha hasta cuando es válida la clave privada';
$string['privacy:metadata:user_private_key:value'] = 'El valor de la clave.';
$string['userkey'] = 'Clave de usuario';
$string['userkey_help'] = 'Seleccione una clave guardada que dé a los usuarios acceso a los datos publicados por este conector de exportación, sin tener que iniciar sesión en Moodle. Seleccione \'crear nueva clave de usuario\' para generar una nueva clave al remitir este formato.';
$string['userkeys'] = 'Claves de usuario';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists