143 lines
No EOL
7.6 KiB
PHP
143 lines
No EOL
7.6 KiB
PHP
<?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_lang_charset', "UTF-8");
|
|
define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "<center>Você já está logado, Redirecionando ao dashboard.</center>");
|
|
define('OGP_LANG_logging_in', "<center>Login efetuado com sucesso, Redirecionando aguarde...</center>");
|
|
define('OGP_LANG_redirecting_in', "Redirecionando em");
|
|
define('OGP_LANG_refresh_page', "Atualizar Página");
|
|
define('OGP_LANG_no_rights', "Você não tem privilégios suficientes para acessar esta página.");
|
|
define('OGP_LANG_welcome', "Seja bem vindo");
|
|
define('OGP_LANG_logout', "Sair");
|
|
define('OGP_LANG_logout_message', "Você acabou de sair do painel de controle.");
|
|
define('OGP_LANG_support', "Suporte");
|
|
define('OGP_LANG_password', "Senha");
|
|
define('OGP_LANG_login', "Usuário");
|
|
define('OGP_LANG_login_button', "Entrar");
|
|
define('OGP_LANG_solve_captcha', "Verificação humana");
|
|
define('OGP_LANG_lost_passwd', "Perdeu sua senha?");
|
|
define('OGP_LANG_no_db_connection', "Não é possível conectar ao banco de dados.");
|
|
define('OGP_LANG_bad_login', "Usuário e senha não conferem.");
|
|
define('OGP_LANG_not_logged_in', "Você está logado no painel de controle.");
|
|
define('OGP_LANG_remove_install', "Por favor remova o arquivo install.php por motivos de segurança.");
|
|
define('OGP_LANG_agent_offline', "O agente que controla o servidor está desativado, rode-o na máquina remota.");
|
|
define('OGP_LANG_logged_in', "Você está logado como");
|
|
define('OGP_LANG_delete', "Deletar");
|
|
define('OGP_LANG_edit', "Editar");
|
|
define('OGP_LANG_actions', "Ações");
|
|
define('OGP_LANG_invalid_subpage', "Subpágina inválida");
|
|
define('OGP_LANG_invalid_home_id', "Home ID inserida é invalida.");
|
|
define('OGP_LANG_note', "NOTA");
|
|
define('OGP_LANG_hint', "Dica");
|
|
define('OGP_LANG_yes', "Sim");
|
|
define('OGP_LANG_no', "Não");
|
|
define('OGP_LANG_on', "On");
|
|
define('OGP_LANG_off', "Off");
|
|
define('OGP_LANG_db_error_invalid_host', "O host de banco de dados inválido foi inserido.");
|
|
define('OGP_LANG_db_error_invalid_user_and_pass', "Nome de usuário e / ou senha de banco de dados inválido.");
|
|
define('OGP_LANG_db_error_invalid_database', "Banco de dados ");
|
|
define('OGP_LANG_db_unknown_error', "Erro de banco de dados não declarado %s");
|
|
define('OGP_LANG_db_error_module_missing', "Falta o módulo de banco de dados do PHP.");
|
|
define('OGP_LANG_db_error_invalid_db_type', "Tipo de banco de dados inválido no arquivo de configuração.");
|
|
define('OGP_LANG_invalid_login_information', "Informações de login inválidas ou expirada.");
|
|
define('OGP_LANG_failed_to_read_config', "Falha ao ler o arquivo de configuração.");
|
|
define('OGP_LANG_account_expired', "Sua conta expirou.");
|
|
define('OGP_LANG_contact_admin_to_enable_account', "Verifique na Área do cliente sua conta ou Entre em contato com o administrador para reativar sua conta.");
|
|
define('OGP_LANG_maintenance_mode_on', "O modo de manutenção está ligado");
|
|
define('OGP_LANG_logging_out_10', "Saindo da conta em 10 segundos");
|
|
define('OGP_LANG_invalid_redirect', "Redirecionando...");
|
|
define('OGP_LANG_login_title', "Painel De Controle");
|
|
define('OGP_LANG_module_not_installed', "O módulo não está instalado.");
|
|
define('OGP_LANG_no_access_to_home', "Você não tem acesso a home.");
|
|
define('OGP_LANG_not_available', "N/A");
|
|
define('OGP_LANG_offline', "Offline");
|
|
define('OGP_LANG_online', "Online");
|
|
define('OGP_LANG_invalid_url', "URL Inválida");
|
|
define('OGP_LANG_xml_file_not_valid', "Arquivo XML '%s' Não pôde ser validado com esquema '%s'.");
|
|
define('OGP_LANG_unable_to_load_xml', "Incapaz de carregar XML Arquivo '%s'. Problema de permissão?");
|
|
define('OGP_LANG_gamemanager', "Gerenciador de jogos");
|
|
define('OGP_LANG_game_monitor', "Gerenciador de Servers");
|
|
define('OGP_LANG_dashboard', "Painel Inicial");
|
|
define('OGP_LANG_user_addons', "Addons");
|
|
define('OGP_LANG_ftp', "Painel FTP");
|
|
define('OGP_LANG_shop', "Loja");
|
|
define('OGP_LANG_shop_guest', "Loja");
|
|
define('OGP_LANG_TS3Admin', "Painel TS3");
|
|
define('OGP_LANG_administration', "Administração");
|
|
define('OGP_LANG_config_games', "Configuração XML Games e modes");
|
|
define('OGP_LANG_modulemanager', "Módulos");
|
|
define('OGP_LANG_server', "Servidores");
|
|
define('OGP_LANG_settings', "Configurações do painel");
|
|
define('OGP_LANG_themes', "Definições de tema");
|
|
define('OGP_LANG_user_admin', "Usuários");
|
|
define('OGP_LANG_sub_users', "Sub Usuários");
|
|
define('OGP_LANG_show_groups', "Grupos");
|
|
define('OGP_LANG_user_games', "Servidores Jogos");
|
|
define('OGP_LANG_addons_manager', "Gerenciamento de addons");
|
|
define('OGP_LANG_ftp_admin', "Usuários FTP");
|
|
define('OGP_LANG_orders', "Compras");
|
|
define('OGP_LANG_services', "Serviços");
|
|
define('OGP_LANG_shop_settings', "Configurações Loja");
|
|
define('OGP_LANG_update', "Atualizar painel");
|
|
define('OGP_LANG_extras', "Extras");
|
|
define('OGP_LANG_show', "Mostrar");
|
|
define('OGP_LANG_show_all', "Mostrar todos os servidores");
|
|
define('OGP_LANG_cur_theme', "Tema %s");
|
|
define('OGP_LANG_copyright', "Copyright");
|
|
define('OGP_LANG_all_rights_reserved', "Todos os direitos reservados");
|
|
define('OGP_LANG_version', "Versão");
|
|
define('OGP_LANG_show_version', "Mostrar versão");
|
|
define('OGP_LANG_queries_executed', "Consultas executadas");
|
|
define('OGP_LANG_lang', "Idioma");
|
|
define('OGP_LANG_get_size', "Ver tamanho");
|
|
define('OGP_LANG_total_size', "Tamanho total");
|
|
define('OGP_LANG_lgsl', "LGSL");
|
|
define('OGP_LANG_lgsl_admin', "Painel LGSL");
|
|
define('OGP_LANG_rcon', "RCON");
|
|
define('OGP_LANG_watch_logger', "Ver Logger");
|
|
define('OGP_LANG_litefm_settings', "Configurações LiteFM");
|
|
define('OGP_LANG_assign_expiration_date', "Data de expiração do servidor");
|
|
define('OGP_LANG_assign_expiration_date_info', "Uma vez que expira, o servidor não está atribuído mas não foi removido.");
|
|
define('OGP_LANG_server_expiration_date', "Data de expiração do servidor");
|
|
define('OGP_LANG_server_expiration_date_info', "Uma vez que expira o servidor é removido (banco de dados e arquivos).");
|
|
define('OGP_LANG_set_expiration_date', "Definir Data de Expiração");
|
|
define('OGP_LANG_admin_dsi', "Configurações DSi");
|
|
define('OGP_LANG_user_dsi', "DSi");
|
|
define('OGP_LANG_list_dsi', "Lista DSi");
|
|
define('OGP_LANG_no_remote_servers', "Não há servidores remotos conhecidos! Adicione um servidor para usar esta função.");
|
|
define('OGP_LANG_no_results_found', "Não foram encontrados resultados de pesquisa para %s");
|
|
define('OGP_LANG_tickets', "Tickets de Suporte");
|
|
define('OGP_LANG_news', "Notícias");
|
|
define('OGP_LANG_admin_news', "Administrador de Notícias");
|
|
define('OGP_LANG_util', "Utilitários");
|
|
define('OGP_LANG_fast_download', "Download Rápido");
|
|
define('OGP_LANG_fd_user', "Download Rápido");
|
|
define('OGP_LANG_cron', "Administração Cron");
|
|
define('OGP_LANG_user_cron', "Cron");
|
|
define('OGP_LANG_faq', "Perguntas frequentes");
|
|
define('OGP_LANG_mysql_admin', "MySQL Admin");
|
|
define('OGP_LANG_copied', "Copiado!");
|
|
define('OGP_LANG_ticket_settings', "Configurações de Ticket");
|
|
define('OGP_LANG_form', "Cadastrar");
|
|
?>
|