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 'availability_profile', language 'es_mx', version '3.9'.
*
* @package availability_profile
* @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['conditiontitle'] = 'Campo de perfil del usuario';
$string['description'] = 'Control de acceso basado en campos dentro del perfil del estudiante.';
$string['error_selectfield'] = 'Usted debe seleccionar un campo del perfil.';
$string['error_setvalue'] = 'Usted debe escribir un valor';
$string['label_operator'] = 'Método de comparación';
$string['label_value'] = 'Valor a comparar en contra de';
$string['missing'] = '(Campo faltante: {$a})';
$string['op_contains'] = 'contiene';
$string['op_doesnotcontain'] = 'no contiene';
$string['op_endswith'] = 'termina en';
$string['op_isempty'] = 'está vacío';
$string['op_isequalto'] = 'es igual a';
$string['op_isnotempty'] = 'no está vacío';
$string['op_startswith'] = 'comienza con';
$string['pluginname'] = 'Restricción por perfil';
$string['privacy:metadata'] = 'El plugin de Restricción por perfil no almacena ningún dato personal.';
$string['requires_contains'] = 'Su <strong>{$a->field}</strong> contiene <strong>{$a->value}</strong>';
$string['requires_doesnotcontain'] = 'Su <strong>{$a->field}</strong> no contiene <strong>{$a->value}</strong>';
$string['requires_endswith'] = 'Su <strong>{$a->field}</strong> termina con <strong>{$a->value}</strong>';
$string['requires_isempty'] = 'Su <strong>{$a->field}</strong> está vacío/a';
$string['requires_isequalto'] = 'Su <strong>{$a->field}</strong> es <strong>{$a->value}</strong>';
$string['requires_isnotempty'] = 'Su <strong>{$a->field}</strong> no está vacío';
$string['requires_notendswith'] = 'Su <strong>{$a->field}</strong> no termina con <strong>{$a->value}</strong>';
$string['requires_notisequalto'] = 'Su <strong>{$a->field}</strong> no es <strong>{$a->value}</strong>';
$string['requires_notstartswith'] = 'Su <strong>{$a->field}</strong> no comienza con <strong>{$a->value}</strong>';
$string['requires_startswith'] = 'Su <strong>{$a->field}</strong> comienza con <strong>{$a->value}</strong>';
$string['title'] = 'Perfil del usuario';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists