Panel/lang/Portuguese/modules/modulemanager.php

56 lines
3.1 KiB
PHP
Executable file

<?php
/*
*
* OGP - Open Game Panel
* Copyright (C) 2008 - 2018 The OGP Development Team
*
* http://www.opengamepanel.org/
*
* This program 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 2
* of the License, or any later version.
*
* This program 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 this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
define('OGP_LANG_module_id', "ID do módulo");
define('OGP_LANG_module_name', "Nome do módulo");
define('OGP_LANG_module_folder', "Pasta do módulo");
define('OGP_LANG_module_version', "Versão do módulo");
define('OGP_LANG_db_version', "Versão DB");
define('OGP_LANG_modules_available_for_install', "Módulos personalizados disponíveis para instalação:");
define('OGP_LANG_install', "Instalar");
define('OGP_LANG_uninstall', "Desinstalar");
define('OGP_LANG_modules', "Módulos");
define('OGP_LANG_update_modules', "Atualizar módulos");
define('OGP_LANG_no_installed_modules', "Não foram encontrados módulos instalados.");
define('OGP_LANG_not_complete', "O recurso de instalação/desinstalação não está completo e pode não funcionar corretamente. AVISO: perda de dados pode ocorrer no banco de dados do painel!");
define('OGP_LANG_core_mods_installed', "Módulos principais instalados:");
define('OGP_LANG_custom_mods_installed', "Módulos personalizados instalados:");
define('OGP_LANG_installing_module', "Módulo de instalação '%s'");
define('OGP_LANG_successfully_installed_module', "Módulo instalado com sucesso %s.");
define('OGP_LANG_failed_to_install_module', "Falha ao instalar o módulo %s.");
define('OGP_LANG_adding_module', "Adicionar módulo chamado '%s'.");
define('OGP_LANG_module_already_installed', "O módulo chamado '%s' já está instalado.");
define('OGP_LANG_uninstalling_module', "Desinstalando o módulo '%s'");
define('OGP_LANG_successfully_uninstalled_module', "Módulo de desinstalado com sucesso %s.");
define('OGP_LANG_failed_to_uninstall_module', "Falha ao desinstalar o módulo %s.");
define('OGP_LANG_module_file_missing', "Está em falta o arquivo module.php no diretorio.");
define('OGP_LANG_module_file_missing_info', "Está faltando a informação necessária.");
define('OGP_LANG_query_failed', "Falha ao executar a consulta");
define('OGP_LANG_query_failed_2', "para o banco de dados.");
define('OGP_LANG_failed_del_db', "Falha ao excluir o módulo do banco de dados.");
define('OGP_LANG_updated_module', "Módulo atualizado: '%s'.");
define('OGP_LANG_updating_modules', "Módulos de atualização");
define('OGP_LANG_updating_finished', "Atualização concluída");
define('OGP_LANG_prereqs_missing', "Pré-requisitos de %s deve ser instalado no servidor antes de %s poder ser instalado.");
?>