Panel/lang/Portuguese(Brazil)/modules/extras.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

24 lines
No EOL
1.1 KiB
PHP

<?php
/*
* Language definitions for the extras module (Portuguese(brazil) localization)
*/
include 'update.php';
define('OGP_LANG_unable_download', "Não é possível transferir %s.");
define('OGP_LANG_md5_failed', "Teste MD5 falhou por %s, tente novamente.");
define('OGP_LANG_uninstall', "Desinstalar");
define('OGP_LANG_install', "Instalar");
define('OGP_LANG_uptodate', "Atualizado");
define('OGP_LANG_update_available', "Atualização disponível");
define('OGP_LANG_not_installed', "Não instalado");
define('OGP_LANG_installed', "Instalado");
define('OGP_LANG_download_update', "Baixar/Atualizar");
define('OGP_LANG_are_you_sure', "Você tem certeza");
define('OGP_LANG_uninstalling_module_dataloss', "Ao desinstalar um módulo você perderá todos os dados relacionados a ele.");
define('OGP_LANG_remove_files_for', "Você gostaria de remover todos os arquivos para");
define('OGP_LANG_confirm', "Confirme");
define('OGP_LANG_cancel', "Cancelar");
define('OGP_LANG_extra_themes', "Temas extra");
define('OGP_LANG_extra_modules', "Módulos extra");
define('OGP_LANG_search_for_updates', "Verificar atualizações");
?>