global.php 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_lang_charset', "UTF-8");
  25. define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "Desculpe, mas você já tem sessão iniciada, será agora redireccionado para a pagina de inicio.");
  26. define('OGP_LANG_logging_in', "<center>Sessão iniciada com sucesso, Por favor aguarde...</center>");
  27. define('OGP_LANG_redirecting_in', "Você esta a ser redireccionado, por favor aguarde...");
  28. define('OGP_LANG_refresh_page', "Atualizar Página");
  29. define('OGP_LANG_no_rights', "Você não tem privilégios suficientes para acessar esta página.");
  30. define('OGP_LANG_welcome', "Seja bem vindo");
  31. define('OGP_LANG_logout', "Sair");
  32. define('OGP_LANG_logout_message', "Você acabou de terminar a sessão, agradecemos a sua visita!");
  33. define('OGP_LANG_support', "Suporte");
  34. define('OGP_LANG_password', "Senha");
  35. define('OGP_LANG_login', "Usuário");
  36. define('OGP_LANG_login_button', "Entrar");
  37. define('OGP_LANG_solve_captcha', "Verificação humana");
  38. define('OGP_LANG_lost_passwd', "Perdeu a sua senha?");
  39. define('OGP_LANG_no_db_connection', "Não é possível conectar ao banco de dados.");
  40. define('OGP_LANG_bad_login', "Senha ou nome de usuário incorrectos.");
  41. define('OGP_LANG_not_logged_in', "Você não está conectado no momento.");
  42. define('OGP_LANG_remove_install', "Por favor remova o arquivo install.php por motivos de segurança.");
  43. define('OGP_LANG_agent_offline', "O agente que controla o servidor está desativado, rode-o na máquina remota.");
  44. define('OGP_LANG_logged_in', "Você está logado como");
  45. define('OGP_LANG_delete', "Apagar");
  46. define('OGP_LANG_edit', "Editar");
  47. define('OGP_LANG_actions', "Ações");
  48. define('OGP_LANG_invalid_subpage', "Subpágina inválida");
  49. define('OGP_LANG_invalid_home_id', "Home ID inserida é invalida.");
  50. define('OGP_LANG_note', "NOTA");
  51. define('OGP_LANG_hint', "HINT");
  52. define('OGP_LANG_yes', "Sim");
  53. define('OGP_LANG_no', "Não");
  54. define('OGP_LANG_on', "Ligado");
  55. define('OGP_LANG_off', "Desligado");
  56. define('OGP_LANG_db_error_invalid_host', "Foi inserido um host de banco de dados inválido.");
  57. define('OGP_LANG_db_error_invalid_user_and_pass', "Nome de usuário ou senha de banco de dados inválido.");
  58. define('OGP_LANG_db_error_invalid_database', "Banco de dados invalido.");
  59. define('OGP_LANG_db_unknown_error', "Erro de banco de dados não declarado %s");
  60. define('OGP_LANG_db_error_module_missing', "Falta o módulo de banco de dados do PHP.");
  61. define('OGP_LANG_db_error_invalid_db_type', "Tipo de banco de dados inválido no arquivo de configuração.");
  62. define('OGP_LANG_invalid_login_information', "Tipo de banco de dados inválido no arquivo de configuração.");
  63. define('OGP_LANG_failed_to_read_config', "Falha ao ler o arquivo de configuração.");
  64. define('OGP_LANG_account_expired', "Sua conta expirou.");
  65. define('OGP_LANG_contact_admin_to_enable_account', "Verifique na área do cliente sua conta ou entre em contacto com o administrador para reactivar a sua conta.");
  66. define('OGP_LANG_maintenance_mode_on', "O modo de manutenção está ligado");
  67. define('OGP_LANG_logging_out_10', "A deslogar da sua conta em 10 segundos");
  68. define('OGP_LANG_invalid_redirect', "A rederecionar...");
  69. define('OGP_LANG_login_title', "Control Panel Login");
  70. define('OGP_LANG_module_not_installed', "O módulo não está instalado.");
  71. define('OGP_LANG_no_access_to_home', "Você não tem acesso a home.");
  72. define('OGP_LANG_not_available', "Sem informação disponível");
  73. define('OGP_LANG_offline', "Offline");
  74. define('OGP_LANG_online', "Online");
  75. define('OGP_LANG_invalid_url', "URL Inválida");
  76. define('OGP_LANG_xml_file_not_valid', "Arquivo XML '%s' Não pôde ser validado com esquema '%s'.");
  77. define('OGP_LANG_unable_to_load_xml', "Incapaz de carregar XML Arquivo '%s'. Problema de permissão?");
  78. define('OGP_LANG_gamemanager', "Gerir Jogos");
  79. define('OGP_LANG_game_monitor', "Monitor de Jogos");
  80. define('OGP_LANG_dashboard', "Painel Inicial");
  81. define('OGP_LANG_user_addons', "Addons");
  82. define('OGP_LANG_ftp', "FTP");
  83. define('OGP_LANG_shop', "Loja");
  84. define('OGP_LANG_shop_guest', "Loja de Compras");
  85. define('OGP_LANG_TS3Admin', "TS3 Admin");
  86. define('OGP_LANG_administration', "Administração");
  87. define('OGP_LANG_config_games', "Game/Mod Config");
  88. define('OGP_LANG_modulemanager', "Modules");
  89. define('OGP_LANG_server', "Servidores");
  90. define('OGP_LANG_settings', "Definições do painel");
  91. define('OGP_LANG_themes', "Definições de tema");
  92. define('OGP_LANG_user_admin', "Usuários");
  93. define('OGP_LANG_sub_users', "Sub Usuários");
  94. define('OGP_LANG_show_groups', "Grupos");
  95. define('OGP_LANG_user_games', "Servidores Jogos");
  96. define('OGP_LANG_addons_manager', "Gerir Addons");
  97. define('OGP_LANG_ftp_admin', "Usuários FTP");
  98. define('OGP_LANG_orders', "Compras");
  99. define('OGP_LANG_services', "Serviços");
  100. define('OGP_LANG_shop_settings', "Configurações Loja");
  101. define('OGP_LANG_update', "Atualizar painel");
  102. define('OGP_LANG_extras', "Extras");
  103. define('OGP_LANG_show', "Mostrar");
  104. define('OGP_LANG_show_all', "Mostrar todos os servidores");
  105. define('OGP_LANG_cur_theme', "Tema %s");
  106. define('OGP_LANG_copyright', "Copyright");
  107. define('OGP_LANG_all_rights_reserved', "Todos os direitos reservados");
  108. define('OGP_LANG_version', "Versão");
  109. define('OGP_LANG_show_version', "Mostrar versão");
  110. define('OGP_LANG_queries_executed', "queries executed");
  111. define('OGP_LANG_lang', "Idioma");
  112. define('OGP_LANG_get_size', "Mostrar tamanho");
  113. define('OGP_LANG_total_size', "Tamanho total");
  114. define('OGP_LANG_lgsl', "Lista de servidores tempo real");
  115. define('OGP_LANG_lgsl_admin', "ADMIN - lista de servidores tempo real ");
  116. define('OGP_LANG_rcon', "RCON");
  117. define('OGP_LANG_watch_logger', "Logs do Servidor");
  118. define('OGP_LANG_litefm_settings', "Config. LiteFileManeger");
  119. define('OGP_LANG_assign_expiration_date', "Data em que ira expirar a app/servidor");
  120. define('OGP_LANG_assign_expiration_date_info', "Uma vez que expira, o servidor não está atribuído mas não foi removido.");
  121. define('OGP_LANG_server_expiration_date', "Data de expiração");
  122. define('OGP_LANG_server_expiration_date_info', "Uma vez que expira o servidor é removido (banco de dados e arquivos).");
  123. define('OGP_LANG_set_expiration_date', "Definir data de expiração");
  124. define('OGP_LANG_admin_dsi', "Config. Imagem Dinâmica de Servidores");
  125. define('OGP_LANG_user_dsi', "Imagem Dinâmica de Servidor");
  126. define('OGP_LANG_list_dsi', "Lista de Servidores de Jogos Ativos");
  127. define('OGP_LANG_no_remote_servers', "Não há servidores remotos conhecidos! Adicione um servidor para usar esta função.");
  128. define('OGP_LANG_no_results_found', "Não foram encontrados resultados de pesquisa para %s");
  129. define('OGP_LANG_tickets', "Tickets de Suporte");
  130. define('OGP_LANG_news', "Noticias");
  131. define('OGP_LANG_admin_news', "Notícias - Administrador");
  132. define('OGP_LANG_util', "Serviços/utiliarios");
  133. define('OGP_LANG_fast_download', "Fast Download");
  134. define('OGP_LANG_fd_user', "Fast Download");
  135. define('OGP_LANG_cron', "Administrador - programador de tarefas");
  136. define('OGP_LANG_user_cron', "Programador de tarefas CRON");
  137. define('OGP_LANG_faq', "Perguntas Frequentes");
  138. define('OGP_LANG_mysql_admin', "MySQL Admin");
  139. define('OGP_LANG_copied', "Copiado!");
  140. define('OGP_LANG_ticket_settings', "Definições de Ticket");
  141. define('OGP_LANG_form', "Registar");
  142. define('OGP_LANG_timed_out', "Operation timed out (but may still successfully complete).");
  143. ?>