%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_myprofile.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_myprofile', language 'pt_br', version '3.9'. * * @package block_myprofile * @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['contentsettings'] = 'Definições do visor para região de conteúdo'; $string['display_address'] = 'Exibir endereço'; $string['display_aim'] = 'Exibir AIM'; $string['display_city'] = 'Exibir cidade'; $string['display_country'] = 'Exibir país'; $string['display_currentlogin'] = 'Exibir o login atual'; $string['display_email'] = 'Exibir email'; $string['display_firstaccess'] = 'Exibir o primeiro acesso'; $string['display_icq'] = 'Exibir ICQ'; $string['display_institution'] = 'Exibir instituição'; $string['display_lastaccess'] = 'Exibir último acesso'; $string['display_lastip'] = 'Exibir último endereço IP'; $string['display_msn'] = 'Exibir MSN'; $string['display_phone1'] = 'Exibir telefone'; $string['display_phone2'] = 'Exibir celular'; $string['display_picture'] = 'Exibir foto'; $string['display_skype'] = 'Exibir Skype'; $string['display_yahoo'] = 'Exibir Yahoo'; $string['myprofile:addinstance'] = 'Adicionar novo bloco de usuários logados'; $string['myprofile:myaddinstance'] = 'Adicionar novo bloco de usuários online ao Painel'; $string['myprofile_settings'] = 'Informações do usuário visíveis'; $string['pluginname'] = 'Usuário logado'; $string['privacy:metadata'] = 'O bloco Usuário conectado mostra apenas informações sobre o usuário conectado e não armazena dados.';