%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_mynotes.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_mynotes', language 'pt_br', version '3.9'. * * @package block_mynotes * @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['addnotes'] = 'Incluir anotações'; $string['bottomleft'] = 'Inferior esquerdo'; $string['bottomright'] = 'Inferior direito'; $string['characterlimit'] = 'Limite de caracteres'; $string['characterlimit_help'] = 'Esta configuração define o limite máximo de caracteres para escrever uma anotação.'; $string['charactersleft'] = 'Caracteres restantes'; $string['course'] = 'Curso'; $string['deletefailed'] = 'A ação de exclusão falhou'; $string['deletemynotes'] = 'Excluir anotações'; $string['disabledmynotes'] = 'Desabilitar minhas anotações'; $string['icondisplayposition'] = 'Posição do ícone'; $string['icondisplayposition_help'] = 'Escolha a posição do Icone de anotações que será usado para abrir o popup.'; $string['mod'] = 'Módulos'; $string['mynotes'] = 'Minhas anotações'; $string['mynotes:addinstance'] = 'Adicionar um novo bloco Minhas Anotações'; $string['mynotes:delete'] = 'Excluir anotações próprias'; $string['mynotes:myaddinstance'] = 'Adicione um novo bloco Minhas Anotações ao Painel'; $string['mynotes:post'] = 'Adicionar nova anotação'; $string['mynotes:view'] = 'Visualizar minhas anotações'; $string['mynotescount'] = 'Contagem Total:'; $string['mynotesperpage'] = 'Por página'; $string['mynotesperpage_help'] = 'Limitar a exibição das anotações por página'; $string['mynotesrequirelogin'] = 'Você deve fazer o login para adicionar/ver suas anotações'; $string['mynotessavedundertab'] = 'Para esta página, suas anotações serão salvas na <strong>aba {$a}</strong>.'; $string['nextpage'] = 'Próxima página'; $string['nopermissiontodelete'] = 'Você não tem permissão para excluir esta anotação'; $string['nothingtodisplay'] = 'Nada para mostrar'; $string['notmorethan'] = 'Não é possível inserir mais de {$a} caracteres'; $string['placeholdercontent'] = 'Insira o conteúdo da anotação ...'; $string['pluginname'] = 'Minhas Anotações'; $string['previouspage'] = 'Página anterior'; $string['save'] = 'Salvar'; $string['savedsuccess'] = 'Sua anotação foi adicionada com sucesso'; $string['showmynotes'] = 'Exibir minhas anotações'; $string['site'] = 'Site'; $string['topleft'] = 'Superior esquerdo'; $string['topright'] = 'Superior direito'; $string['user'] = 'Pessoal';