%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/tool_cohortroles.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_cohortroles', language 'pt_br', version '3.9'. * * @package tool_cohortroles * @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['acohortroleassignmentssaved'] = '{$a} atribuições de papel do coorte foram salvas.'; $string['assign'] = 'Atribuir'; $string['assignroletocohort'] = 'Atribuir papéis de usuário a todos os membros do coorte'; $string['backgroundsync'] = 'Nota: Novas atribuições de papel do coorte não terão efeito imediato. Estas mudanças serão realizadas por uma tarefa agendada.'; $string['cohortroleassignmentnotremoved'] = 'A atribuição de papel do coorte não foi excluída.'; $string['cohortroleassignmentremoved'] = 'A atribuição de papel do coorte foi excluída.'; $string['cohortroles'] = 'Papéis do coorte'; $string['existingcohortroles'] = 'Atribuições de papéis do coorte existentes'; $string['managecohortroles'] = 'Atribuir papéis de usuário ao coorte'; $string['noassignableroles'] = 'Atualmente não existem papéis que possam ser atribuídos no contexto de usuário.<a href="../../roles/manage.php"> Gerenciar papéis</a>'; $string['nocohortroleassignmentssaved'] = 'Nenhuma atribuição de papel do coorte foi salva.'; $string['onecohortroleassignmentsaved'] = 'Uma atribuição de papel do coorte foi salva.'; $string['pluginname'] = 'Gerenciamento de papéis do coortes'; $string['privacy:metadata:tool_cohortroles'] = 'O plugin de gerenciamento de funções de coorte armazena mapeamentos de funções de coorte do usuário.'; $string['privacy:metadata:tool_cohortroles:cohortid'] = 'O ID da coorte'; $string['privacy:metadata:tool_cohortroles:id'] = 'O ID do registro de mapeamento de função de coorte'; $string['privacy:metadata:tool_cohortroles:roleid'] = 'O ID do papel'; $string['privacy:metadata:tool_cohortroles:timecreated'] = 'A hora em que o mapeamento de função de coorte foi criado'; $string['privacy:metadata:tool_cohortroles:timemodified'] = 'A hora em que o mapeamento de função de coorte foi modificado'; $string['privacy:metadata:tool_cohortroles:userid'] = 'O ID do usuário'; $string['privacy:metadata:tool_cohortroles:usermodified'] = 'O ID do usuário que modificou pela última vez o mapeamento da função de coorte'; $string['removecohortroleassignment'] = 'Excluir atribuição de papéis do coorte'; $string['removecohortroleassignmentconfirm'] = 'Tem certeza de que deseja remover esta atribuição de função de coorte? Esta função será removida para este usuário em todos os outros contextos de usuário.'; $string['selectcohorts'] = 'Selecionar coortes'; $string['selectrole'] = 'Selecionar papel'; $string['selectusers'] = 'Selecionar usuários para atribui papel'; $string['taskname'] = 'Sincronizar atribuição de papéis do coorte'; $string['thisuserroles'] = 'Papéis atribuídos a este usuário';