| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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_install_plugin', "Instalar Plugins");
- define('OGP_LANG_install_mappack', "Instalar Mapas");
- define('OGP_LANG_install_config', "Instalar Configurações");
- define('OGP_LANG_game_name', "Nome do Jogo");
- define('OGP_LANG_directory', "Caminho do Diretório");
- define('OGP_LANG_remote_server', "Servidor Remoto");
- define('OGP_LANG_select_addon', "Selecionar Addon");
- define('OGP_LANG_install', "Instalar");
- define('OGP_LANG_failed_to_start_file_download', "Falha ao iniciar o download do arquivo");
- define('OGP_LANG_no_games_servers_available', "Ups... Desculpe, mas não existem servidores de jogos disponíveis na sua conta.");
- define('OGP_LANG_addon_installed_successfully', "Addon instalado com êxito");
- define('OGP_LANG_path', "Caminho");
- define('OGP_LANG_wait_while_decompressing', "Aguarde enquanto o arquivo %s está a ser compactado.");
- define('OGP_LANG_addon_name', "Nome da Extensão");
- define('OGP_LANG_url', "URL (endereço local/web)");
- define('OGP_LANG_select_game_type', "Selecione o tipo de Jogo");
- define('OGP_LANG_plugin', "Plugin");
- define('OGP_LANG_mappack', "Pacote de mapa");
- define('OGP_LANG_config', "Configurações");
- define('OGP_LANG_type', "Tipo de extenção");
- define('OGP_LANG_game', "Jogo");
- define('OGP_LANG_show_all_addons', "Mostrar todos os Addons ");
- define('OGP_LANG_show_addons_for_selected_type', "Mostrar Addons por tipo");
- define('OGP_LANG_show_addons_for_selected_game', "Mostrar Addons por Jogos");
- define('OGP_LANG_linux_games', "Jogos Linux");
- define('OGP_LANG_windows_games', "Jogos Windows");
- define('OGP_LANG_create_addon', "Criar Addons adicionais");
- define('OGP_LANG_addons_db', "Addons da Base de Dados");
- define('OGP_LANG_addon_has_been_created', "O Módulo %s foi criado.");
- define('OGP_LANG_remove_addon', "Remover Addon");
- define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Por favor, substitua o endereço do URL para comprimir o arquivo");
- define('OGP_LANG_fill_the_addon_name', "Por favor, troque o nome do pacote addon");
- define('OGP_LANG_select_an_addon_type', "Por favor, seleccione o tipo de addon");
- define('OGP_LANG_select_a_game_type', "Selecione um tipo de jogo.");
- define('OGP_LANG_edit_addon', "Editar Addon");
- define('OGP_LANG_post-script', "script (pos-instalação)");
- define('OGP_LANG_replacements', "Substituições:");
- define('OGP_LANG_addon_name_info', "Digite um nome para este addon, este é o nome que o usuário ira ver.");
- define('OGP_LANG_url_info', "Insira um endereço da Web que contenha um arquivo para download, se compactado por zip ou tar.gz será descompactado no directório raiz do servidor ou no caminho fornecido abaixo.");
- define('OGP_LANG_path_info', "O caminho deve ser relativo à pasta do servidor e não contém barras no início ou no fim, por exemplo: cstrike/cfg. Se deixado em branco, este utilizará o caminho raiz do servidor.");
- define('OGP_LANG_post-script_info', "Digite os códigos de comando, pois estes serão executados em primeiro lugar, este será executado como um script, você pode usar substituições de texto para personalizar a instalação, eles serão substituídos por dados do servidor no qual você instala o addon. O script será iniciado a partir da pasta raiz do servidor no caminho especificado.");
- define('OGP_LANG_show_to_group', "Mostrar ao grupo");
- define('OGP_LANG_all_groups', "Todos os Grupos");
- define('OGP_LANG_show_addons_for_selected_group', "Mostrar addons para os grupos selecionados");
- define('OGP_LANG_group', "Grupo");
- ?>
|