__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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_password', language 'pt_br', version '4.5'.
*
* @package availability_password
* @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['enterpassword'] = 'Inserir senha';
$string['enterpasswordfor'] = 'Inserir senha para {$a}';
$string['error_setpassword'] = 'Você deve especificar uma senha';
$string['password:addinstance'] = 'Adicionar condições de senha às atividades';
$string['passwordintro'] = 'O acesso a <em>{$a}</em> está protegido por uma senha.<br />Se você não souber a senha, por favor, pergunte ao seu professor.';
$string['passwordprotection'] = 'Proteção por senha';
$string['permanently'] = 'Permanentemente';
$string['pluginname'] = 'Restrição por senha';
$string['privacy:metadata:availability_password_grant'] = 'Informações sobre todos os usuários que inseriram corretamente a senha para uma determinada atividade.';
$string['privacy:metadata:availability_password_grant:cmid'] = 'O ID do módulo do curso para o qual a senha foi inserida.';
$string['privacy:metadata:availability_password_grant:courseid'] = 'O ID do curso onde a senha foi inserida.';
$string['privacy:metadata:availability_password_grant:password'] = 'A senha que foi inserida.';
$string['privacy:metadata:availability_password_grant:userid'] = 'O ID do usuário que inseriu a senha.';
$string['rememberpassword'] = 'Lembrar senha inserida';
$string['requires_nopassword'] = 'Você não inseriu a senha correta';
$string['requires_password'] = 'Você inseriu a senha correta';
$string['title'] = 'Senha';
$string['untillogout'] = 'Até o usuário sair';
$string['wrongpassword'] = 'Senha incorreta';