Файловый менеджер - Редактировать - /home/harasnat/www/moodledata/lang/pt/availability_profile.php
Назад
<?php // This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>. /** * Strings for component 'availability_profile', language 'pt', branch 'MOODLE_34_STABLE' * * @package availability_profile * @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['conditiontitle'] = 'Campo de perfil de utilizador'; $string['description'] = 'Condição de acesso com base em campos de perfil do aluno.'; $string['error_selectfield'] = 'Tem de selecionar um campo de perfil.'; $string['error_setvalue'] = 'Tem de digitar um valor.'; $string['label_operator'] = 'Método de comparação'; $string['label_value'] = 'Valor para comparar com'; $string['missing'] = 'Campo personalizado em falta: ({$a})'; $string['op_contains'] = 'contém'; $string['op_doesnotcontain'] = 'não contém'; $string['op_endswith'] = 'termina em'; $string['op_isempty'] = 'está vazio'; $string['op_isequalto'] = 'igual a'; $string['op_isnotempty'] = 'não está vazio'; $string['op_startswith'] = 'começa com'; $string['pluginname'] = 'Condição de acesso com base no perfil'; $string['privacy:metadata'] = 'O módulo Condição de acesso com base no perfil não armazena dados pessoais.'; $string['requires_contains'] = 'O campo <strong>{$a->field}</strong> contém <strong>{$a->value}</strong>'; $string['requires_doesnotcontain'] = 'O campo <strong>{$a->field}</strong> não contém <strong>{$a->value}</strong>'; $string['requires_endswith'] = 'O campo <strong>{$a->field}</strong> termina com <strong>{$a->value}</strong>'; $string['requires_isempty'] = 'O campo <strong>{$a->field}</strong> está vazio'; $string['requires_isequalto'] = 'O campo <strong>{$a->field}</strong> é igual a <strong>{$a->value}</strong>'; $string['requires_isnotempty'] = 'O campo <strong>{$a->field}</strong> não está vazio'; $string['requires_notendswith'] = 'O campo <strong>{$a->field}</strong> não termina com <strong>{$a->value}</strong>'; $string['requires_notisequalto'] = 'O campo <strong>{$a->field}</strong> não é <strong>{$a->value}</strong>'; $string['requires_notstartswith'] = 'O campo <strong>{$a->field}</strong> não começa com <strong>{$a->value}</strong>'; $string['requires_startswith'] = 'O campo <strong>{$a->field}</strong> começa com <strong>{$a->value}</strong>'; $string['title'] = 'Perfil de utilizador';
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка