__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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 'securepdf', language 'pt_br', version '4.5'.
*
* @package securepdf
* @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['addsiteaddress'] = 'Adicionar o nome do site à imagem';
$string['addsiteaddress_explain'] = 'Adicionar o nome do site a cada imagem do PDF';
$string['addusername'] = 'Adicionar o nome do usuário a cada imagem';
$string['addusername_explain'] = 'Adicionar o nome do usuário a cada imagem do PDF';
$string['bottom'] = 'Final da Página';
$string['cachedef_pages'] = 'Páginas do cache PDF';
$string['eventpage_view'] = 'Página Secure PDF visualizada';
$string['imagick_pdf_policy'] = 'Você deve configurar o ImageMagick para permitir a leitura de PDF. Para isso, siga o URL https://stackoverflow.com/questions/52703123/override-default-imagemagick-policy-xml';
$string['imagickrequired'] = 'A extensão PHP Imagemagick é necessária';
$string['install_imagick'] = 'O PHP-Imagick precisa ser instalado, caso contrário você e o estudante não conseguirá ver o conteúdo do PDF';
$string['middle'] = 'Meio';
$string['modulename'] = 'Secure PDF';
$string['modulename_help'] = 'Use o módulo securepdf para adicionar arquivos PDF com segurança ao seu curso. O aluno não poderá baixar o pdf, será mostrado a ele como imagem por página - sem clicar com o botão direito para salvar a imagem';
$string['modulenameplural'] = 'Secure PDFs';
$string['nosuchpage'] = 'Erro - Essa página não existe!';
$string['page'] = 'Página';
$string['pluginadministration'] = 'Administração do Secure PDF';
$string['pluginname'] = 'Secure PDF';
$string['resolution'] = 'Resolução padrão da imagem';
$string['resolution_explain'] = 'Defina a resolução da imagem do PDF. Quanto maior a resolução, mais lentamente a página será carregada';
$string['securepdf:addinstance'] = 'Adicionar um novo Secure PDF';
$string['securepdf:view'] = 'Ver Secure PDF';
$string['top'] = 'Em cima';
$string['usernameposition'] = 'Nome de usuário e posição do nome do site';
$string['usernameposition_explain'] = 'Definir a posição do nome de usuário e do nome do site na imagem';