%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_timeline.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 'block_timeline', language 'pt_br', version '3.9'. * * @package block_timeline * @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['all'] = 'Todos'; $string['ariadayfilter'] = 'Filtrar os itens pela linha do tempo'; $string['ariadayfilteroption'] = '{$a} Opção de filtragem'; $string['ariaeventlistitem'] = 'A atividade {$a->name} em {$a->course} está agendada para {$a->date}'; $string['ariaeventlistpagelimit'] = 'Mostrar {$a} atividades por página'; $string['ariaeventlistpaginationnavcourses'] = 'Paginação das atividades da linha do tempo para o curso {$a}'; $string['ariaeventlistpaginationnavdates'] = 'Paginação de atividades da linha do tempo'; $string['ariaviewselector'] = 'Ordenar itens da linha do tempo'; $string['ariaviewselectoroption'] = 'Opção de filtro {$a}'; $string['duedate'] = 'Prazo'; $string['morecourses'] = 'Mais cursos'; $string['next30days'] = 'Próximos 30 dias'; $string['next3months'] = 'Próximos 3 meses'; $string['next6months'] = 'Próximos 6 meses'; $string['next7days'] = 'Próximos 7 dias'; $string['nocoursesinprogress'] = 'Não há cursos em andamento'; $string['noevents'] = 'Nenhuma atividade com prazo'; $string['overdue'] = 'Atrasado'; $string['pluginname'] = 'Linha do tempo'; $string['privacy:metadata:timelinefilterpreference'] = 'A preferência do usuário para o filtro por dias no bloco linha do tempo.'; $string['privacy:metadata:timelinelimitpreference'] = 'A preferência do usuário para o limite de páginas no bloco linha do tempo.'; $string['privacy:metadata:timelinesortpreference'] = 'A preferência do usuário para ordenação no bloco linha do tempo.'; $string['sortbycourses'] = 'Ordenar por cursos'; $string['sortbydates'] = 'Ordenar por data'; $string['timeline'] = 'Linha do tempo'; $string['timeline:myaddinstance'] = 'Insira um novo bloco Linha do tempo no Painel'; $string['viewcourse'] = 'Ver curso';