%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_credly.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_credly', language 'pt_br', version '3.9'. * * @package block_credly * @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['addnewbadge'] = 'Adicionar um novo emblema'; $string['apikeydesc'] = 'Chave da API fornecida pela credly'; $string['apipassword'] = 'Senha'; $string['apiuser'] = 'Usuário'; $string['badgeimage'] = 'Imagem do Emblema'; $string['badgeimage_help'] = 'O arquivo de imagem que deseja usar como imagem de emblema. O melhor é usar uma imagem com um dimensionamento quadrado. O tamanho máximo do arquivo é de 1 MB.'; $string['created_at'] = 'Data de criação'; $string['createnewbadge'] = 'Criar um novo emblema'; $string['credly:addinstance'] = 'Adicionar um novo bloco credly'; $string['criteria'] = 'Critérios'; $string['criteria_help'] = 'Critérios para o novo emblema (até 500 caracteres)'; $string['description'] = 'Descrição'; $string['description_help'] = 'Descrição longa para o novo emblema (até 500 caracteres)'; $string['editbadge'] = 'Editar um emblema'; $string['expires_in_help'] = 'Número de segundos até que o emblema expire a partir do momento em que é emitido. Um valor de 0 significa nunca.'; $string['fetcherror'] = 'O sistema encontrou um erro ao tentar recuperar as informações do emblema.'; $string['grantbadge'] = 'Conceda um emblema'; $string['grantbadgerequired'] = 'Você é obrigado a selecionar um emblema de concessão.'; $string['granterror'] = 'O sistema encontrou um erro ao tentar conceder o emblema.'; $string['granttocandidates'] = 'Todos estudantes'; $string['granttocandidatesmatching'] = 'Estudantes que correspondam "{$a}"'; $string['grantuserrequired'] = 'Você é obrigado a selecionar um usuário para emitir um emblema.'; $string['image_preview'] = 'Visualização da imagem'; $string['image_preview_current'] = 'Visualização de imagem atual'; $string['image_url'] = 'URL da imagem'; $string['is_claimable'] = 'Pode ser alegado'; $string['is_giveable'] = 'Outras pessoas podem dar este emblema?'; $string['issuebadge'] = 'Emitir emblema'; $string['managebadges'] = 'Gerenciar emblemas'; $string['missingbadgeimage'] = 'Uma imagem para o emblema é necessário'; $string['missingtitle'] = 'Título necessário'; $string['noearnedbadges'] = 'Você ainda não ganhou emblemas.'; $string['selectbadgeaward'] = 'Selecione emblema para conceder'; $string['short_description'] = 'Breve descrição'; $string['short_description_help'] = 'Uma breve descrição para o novo emblema (até 128 caracteres)'; $string['shownumlabel'] = 'Quantos emblemas mostrar'; $string['thumbnail'] = 'Miniatura'; $string['title'] = 'Título'; $string['title_help'] = 'O título do novo emblema (até 128 caracteres)'; $string['viewbadge'] = 'Ver emblema';