%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/local_augmented_teacher.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_augmented_teacher', language 'pt_br', version '3.9'. * * @package local_augmented_teacher * @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['action'] = 'Ação'; $string['add'] = 'Adicionar'; $string['addnewreminder'] = 'Adicionar novo lembrete'; $string['after'] = 'Após'; $string['augmented_teacher:receivereminder'] = 'Receber lembrete'; $string['backtomainmenu'] = 'Voltar ao menu principal'; $string['before'] = 'Antes'; $string['choosetask'] = 'Escolha a tarefa'; $string['choosetask_help'] = '* Enviar junção de mensagens - Para enviar uma mensagem para um ou mais participantes'; $string['edit'] = 'Editar'; $string['eventremindercreated'] = 'Lembrete criado'; $string['eventreminderupdated'] = 'Lembrete atualizado'; $string['firstname'] = 'Nome'; $string['lastname'] = 'Sobrenome'; $string['list'] = 'Lista'; $string['log'] = 'Histórico'; $string['mergedmessages'] = 'Enviar junção de mensagens'; $string['message'] = 'Mensagem'; $string['no'] = 'Não'; $string['numberofreminders'] = 'Número de lembretes'; $string['pluginname'] = 'O super professor'; $string['reminder'] = 'Lembrete'; $string['reminders'] = 'Lembretes'; $string['rowcount'] = 'Número da linha'; $string['scheduled'] = 'Agendado'; $string['sendremindermessage'] = 'Enviar mensagem do lembrete'; $string['shortcodes'] = 'Código curto'; $string['shortcodes_help'] = 'Vocẽ irá encontrar especificamente códigos curtos ou como eu chamo eles: " marcações de junções de emails", que podem ser utilizados com muito pouco esforço para dinamizar o conteúdo dos seus emails utilizando informações dos destinatários. Com isso você pode personalizar seus emails com os nomes, sobrenomes, etc dos destinatários. Então os emails irão parecer completamente personalizados para cada destinatário.'; $string['smallmessage'] = 'Mensagem'; $string['subject'] = 'Assunto'; $string['submit'] = 'Enviar'; $string['timecreated'] = 'Criado quando'; $string['timeinterval'] = 'Intervalo'; $string['timemodified'] = 'Modificado quando'; $string['title'] = 'Assunto'; $string['type'] = 'Tipo'; $string['yes'] = 'Sim';