Panel/lang/Portuguese(Brazil)/modules/fast_download.php
2025-09-11 13:29:15 -04:00

74 lines
No EOL
5 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_create_alias', "Criar alias e pasta");
define('OGP_LANG_save_as', "Salvar como");
define('OGP_LANG_failure', "Erro, não conseguiu gerar o arquivo de alias");
define('OGP_LANG_success', "Sucesso");
define('OGP_LANG_fast_download_service_for', "Downloads serviço de redirecionamento para %s");
define('OGP_LANG_to_the_path', "Para o caminho");
define('OGP_LANG_at_url', "URL");
define('OGP_LANG_create_alias_for', "Criar pasta");
define('OGP_LANG_fast_dl', "Redirecionando downloads (FastDL)");
define('OGP_LANG_current_aliases_at_remote_server', "Selecionar servidor remoto");
define('OGP_LANG_delete_selected_aliases', "Remover ");
define('OGP_LANG_no_aliases_defined', "Ainda não há aliases da Web definidos pelo OGP para este servidor remoto.");
define('OGP_LANG_fastdl_port', "Porta");
define('OGP_LANG_fastdl_port_info', "Porta no qual seu o seu Download Rapido irá começar.");
define('OGP_LANG_fastdl_ip', "Endereço de IP");
define('OGP_LANG_fastdl_ip_info', "Porta na qual o servidor Fast Download será iniciado.");
define('OGP_LANG_listing', "Listagem");
define('OGP_LANG_listing_info', "Se 'online', o servidor irá listar o conteúdo das pastas.");
define('OGP_LANG_fast_dl_advanced', "Configurações Avançadas");
define('OGP_LANG_apply_settings_and_restart_fastdl', "Salve a configuração do daemon e reinicie-a");
define('OGP_LANG_stop_fastdl', "Pare Fast Download Daemon");
define('OGP_LANG_fast_download_daemon_running', "Fast Download Daemon esta em execução.");
define('OGP_LANG_fast_download_daemon_not_running', "Fast Download Daemon não está sendo executado.");
define('OGP_LANG_fastdl_could_not_be_restarted', "O serviço The Fast Download rápido não pôde ser reiniciado.");
define('OGP_LANG_configuration_file_could_not_be_written', "O arquivo de configuração não pôde ser escrito.");
define('OGP_LANG_remove_folders', "Remova a pasta para alias selecionados.");
define('OGP_LANG_remove_folder', "Remover pasta");
define('OGP_LANG_delete_alias', "Apagar alias");
define('OGP_LANG_no_game_homes_assigned', "Você não tem nenhum servidor atribuído à sua conta.");
define('OGP_LANG_select_remote_server', "Selecione o servidor remoto");
define('OGP_LANG_access_rules', "Regras de Acesso");
define('OGP_LANG_create_aliases', "Criar Alias");
define('OGP_LANG_select_game', "Selecione o jogo");
define('OGP_LANG_games_without_specified_rules', "Jogos sem regras especificadas");
define('OGP_LANG_match_file_extension', "Extensão de arquivo de correspondência");
define('OGP_LANG_match_file_extension_info', "Especificar extensões separadas por coma, <br> os arquivos correspondentes serão acessíveis.<br><b> Branco para acesso irrestrito </b>.");
define('OGP_LANG_match_client_ip', "Corresponde ao IP do cliente");
define('OGP_LANG_match_client_ip_info', "As conexões com IP correspondente serão concedidas,<br>Em branco para acesso irrestrito. Você pode usar<br>Múltiplos IPs ou intervalos separados pelo coma:<br>/xx subnets<br>Exemplo: 10.0.0.0/16<br>/xxx.xxx.xxx.xxx subnets<br> Exemplo: 10.0.0.0/255.0.0.0<br>Faixas de hífen<br>Exemplo: 10.0.0.5-230<br>Correspondência de asterisco<br>Exemplo: 10.0.*.*");
define('OGP_LANG_save_access_rules', "Salvar Regras de Acesso");
define('OGP_LANG_create_access_rules', "Criar regras de acesso");
define('OGP_LANG_invalid_entries_found', "Entradas inválidas encontradas");
define('OGP_LANG_game_name', "Nome do jogo");
define('OGP_LANG_alias_already_exists', "Alias %s já existe.");
define('OGP_LANG_warning_access_rules_applied_once_alias_created', "AVISO: as regras de acesso são aplicadas quando o alias é criado. Nenhuma alteração será aplicada aos alias atuais.");
define('OGP_LANG_autostart_on_agent_startup', "Autostart na inicialização do agente");
define('OGP_LANG_autostart_on_agent_startup_info', "Inicie a tarefa de download rápido automaticamente quando o Agente começar.");
define('OGP_LANG_port_forwarded_to_80', "Porto reencaminhado de 80");
define('OGP_LANG_port_forwarded_to_80_info', "Ative esta opção se a porta configurada para esta tarefa de download rápido tiver sido encaminhada da porta 80, portanto a porta será escondida em URLs.");
define('OGP_LANG_current_access_rules', "Regras de acesso atuais");
?>