File: /var/www/moodledata/mdata-uautomaq/lang/es/tool_advancedspamcleaner.php
<?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 'tool_advancedspamcleaner', language 'es', version '4.1'.
*
* @package tool_advancedspamcleaner
* @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['akismetkey'] = 'Su clave akismet';
$string['akismetkey_desc'] = 'Escriba la clave que obtuvo de akismet .com';
$string['apilimit'] = 'Límite API';
$string['apilimit_help'] = 'Múmero máximo de llamadas API a hacer (0 = ilimitadas)';
$string['confirmspamreportmsg'] = '¿Está seguro de querer reportar este contenido como publicidad (SPAM)?';
$string['datelimits'] = 'Límites de fecha';
$string['enddate'] = 'Fecha final';
$string['hitlimit'] = 'Límite de hallazgos';
$string['hitlimit_help'] = 'Detenerse después de que esta cantidad de entradas de spam hayan sido detectadas (0 = ilimitado)';
$string['keywordstouse'] = 'Palabras clave a utilizar';
$string['limithit'] = 'Se alcanzó el límite fijado. Los resultados que siguen puede que no estén completos.';
$string['limits'] = 'Límites';
$string['method'] = 'Método a usar';
$string['methodoptions'] = 'Opciones de métodos';
$string['methodused'] = 'Método de detección de spam usado: {$a}';
$string['missingkeywords'] = 'Las palabras clave no pueden estar vacías';
$string['missingmethod'] = 'El método a usar no puede estar vacío';
$string['pluginname'] = 'Limpiador de spam avanzado';
$string['pluginsettings'] = 'Configuraciones de plugins de limpiador de spam avanzado para {$a}';
$string['searchblogs'] = 'Incluir bloga';
$string['searchcomments'] = 'Incluir comentarios';
$string['searchforums'] = 'Incluir foros';
$string['searchmsgs'] = 'Incluir mensajes';
$string['searchscope'] = 'Alcance de búsqueda de spam';
$string['searchusers'] = 'Incluir perfiles de usuario';
$string['settingpage'] = 'Configuraciones de limpiador avanzado de spam';
$string['spamauto'] = 'Auto-detectar spam empleando palabras claves comunes de spam';
$string['spamcannotdelete'] = 'No se puede eliminar este usuario';
$string['spamcannotfinduser'] = 'No hay usuarios que coincidan con su búsqueda';
$string['spamcleanerintro'] = 'Este script le permite buscar en todos los perfiles de usuario ciertas cadenas de texto y después eliminar esas cuentas que obviamente fueron creadas por spammers. Usted puede buscar múltiples palabras clave empleando comas (por ejemplo: casino, porn)<br /><br />En el sitio de documentos de Moodle docs hay más información al respecto <a href="http://docs.moodle.org/en/Reducing_spam_in_Moodle">Reducing spam in Moodle</a>.';
$string['spamcount'] = 'Conteo de spam';
$string['spamdeleteall'] = 'Eliminar todas estas cuentas de usuario';
$string['spamdesc'] = 'Descripción';
$string['spameg'] = 'ejemplos: casino, porn, xxx';
$string['spamfromblog'] = 'De nota de blog:';
$string['spamfromcomments'] = 'De comentarios:';
$string['spamfromforumpost'] = 'De mensaje de foro:';
$string['spamfrommessages'] = 'De mensajes:';
$string['spaminvalidresult'] = 'Resultado desconocido pero inválido';
$string['spamoperation'] = 'Operación';
$string['spamsearch'] = 'Búsqueda de spam';
$string['spamtext'] = 'Texto de spam';
$string['spamtype'] = 'Tipo de spam';
$string['startdate'] = 'Fecha de inicio';
$string['usedatestartlimit'] = 'Usar fechas límite';
$string['usekeywords'] = 'Usar las palabras clave introducidas';
$string['uselimits'] = 'Usar límites';