%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/local_mr.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 'local_mr', language 'pt_br', version '3.9'. * * @package local_mr * @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['addedactivity'] = 'Adicionado {$a->modname} por {$a->fullname}'; $string['basichtml'] = 'HTML Básico'; $string['deletedactivity'] = 'Excluído {$a->modname} por {$a->fullname}'; $string['export'] = 'Exportar:'; $string['filter'] = 'Filtro'; $string['loadingdotdotdot'] = 'Carregando...'; $string['local_mr_docs'] = 'Documentos'; $string['moodleroomsframework'] = 'Blackboard Open LMS Framework'; $string['mrframework'] = 'Bb Open LMS Framework'; $string['nolimit'] = 'Sem limite'; $string['oneday'] = '1 dia'; $string['onemonth'] = '1 mês'; $string['oneweek'] = '1 semana'; $string['oneyear'] = '1 ano'; $string['paginatorfirstlabel'] = 'primeiro'; $string['paginatorfirsttitle'] = 'Primeira Página'; $string['paginatorlastlabel'] = 'último'; $string['paginatorlasttitle'] = 'Última Página'; $string['paginatornextlabel'] = 'próximo'; $string['paginatornexttitle'] = 'Próxima Página'; $string['paginatorprevlabel'] = 'anterior'; $string['paginatorprevtitle'] = 'Página Anterior'; $string['plugin-spreadsheet/excel'] = 'XLS'; $string['plugin-spreadsheet/ods'] = 'ODS'; $string['plugin-text/csv'] = 'CSV'; $string['plugin-text/tsv'] = 'TSV'; $string['pluginname'] = 'Blackboard Open LMS Framework'; $string['popupdocs'] = 'Abrir documento em uma nova janela'; $string['popuperrors'] = 'Erro de abertura em uma nova página'; $string['privacy:metadata'] = 'O plugin "Blackboard Open LMS Framework" não armazena nenhuma informação pessoal.'; $string['reportsql'] = 'Relatório SQL'; $string['reset'] = 'Iniciar'; $string['rowsperpage'] = 'Linhas por página'; $string['standard'] = 'Original'; $string['tablesortedbyasc'] = 'Tabela ordenada por {$a}, ascendente'; $string['tablesortedbydesc'] = 'Tabela ordenada por {$a}, descendente'; $string['toomanyrows'] = 'O relatório retornará {$a->total} linhas, maior que o limite máximo permitido de {$a->max}. Se um filtro estiver disponível, por favor, use-o para reduzir o número de resultados.'; $string['updatedactivity'] = 'Atualizado {$a->modname} por {$a->fullname}'; $string['xdays'] = '{$a} dias'; $string['xhours'] = '{$a} horas'; $string['xminutes'] = '{$a} minutos'; $string['xmonths'] = '{$a} meses'; $string['xweeks'] = '{$a} semanas';