%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_sms.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_sms', language 'pt_br', version '3.9'. * * @package block_sms * @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['addpage'] = 'Adicionar página'; $string['askfordelete'] = 'Você quer apagar este modelo?'; $string['block_sms_api_password'] = 'block_sms_api_password'; $string['block_sms_api_username'] = 'block_sms_api_username'; $string['block_sms_apikey'] = 'block_sms_apikey'; $string['cell_no'] = 'Número do Celular'; $string['delete'] = 'Excluir'; $string['edit'] = 'Editar'; $string['edithtml'] = 'Manipulação de Dados'; $string['error'] = 'Erro'; $string['moodleuser'] = 'Nome de usuário'; $string['msg_body'] = 'Corpo da Mensagem'; $string['name'] = 'Nome'; $string['pagetitle'] = 'Título da Mensagem'; $string['picturedesc'] = 'Descrição'; $string['pluginname'] = 'Notificador SMS'; $string['select'] = 'Selecionar'; $string['selectcourse'] = 'Selecionar Curso'; $string['selectmsg'] = 'Selecionar Mensagem'; $string['selectrole'] = 'Selecionar Papel'; $string['sent'] = 'Enviar'; $string['serial_no'] = 'Número de Série'; $string['sms'] = 'Notificador SMS'; $string['sms:addinstance'] = 'Adicionar Exemplo'; $string['sms_api_key'] = 'Chave API'; $string['sms_api_password'] = 'Senha'; $string['sms_api_username'] = 'Nome de Usuário'; $string['sms_body'] = 'Corpo da Mensagem'; $string['sms_history'] = 'Histórico de Mensagens'; $string['sms_save'] = 'Modelo de Mensagem'; $string['sms_send'] = 'Enviar SMS'; $string['sms_setting_header'] = 'Configurações de notificação por SMS'; $string['sms_template'] = 'Criar Modelo de Mensagem'; $string['sms_template_header'] = 'Novo Modelo'; $string['status'] = 'Status'; $string['template'] = 'Criar Mensagem Modelo'; $string['textfields'] = 'Data';