| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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_resetting_configs', "Redefinir todas as configurações");
- define('OGP_LANG_updating_configs', "Actualizar configurações antigas");
- define('OGP_LANG_configs_updated_ok', "Configurações lidas com sucesso.");
- define('OGP_LANG_reset_old_configs', "Repor configurações antigas");
- define('OGP_LANG_update_configs', "Actualizar configurações");
- define('OGP_LANG_game_config_setup', "Configurar definições do jogo");
- define('OGP_LANG_config_reset_warning', "Quando você limpa as configurações antigas, pode haver problemas com os servidores de jogos já atribuídos, porque os números de identificação podem não corresponder com as novas configurações.");
- define('OGP_LANG_modify_configs_info', "Se você quiser modificar a configuração do jogo, você pode modificar os arquivos localizados em %s.");
- define('OGP_LANG_updating_config_from_file', "Actualizando a configuração do arquivo %s.");
- define('OGP_LANG_error_when_handling_file', "Ocorreu um erro ao manipular o arquivo %s.");
- define('OGP_LANG_error_while_adding_cfg_to_db', "Ocorreu um erro ao adicionar dados de %s ao banco de dados.");
- define('OGP_LANG_no_configs_found', "Nenhuma configuração encontrada no arquivo %s.");
- define('OGP_LANG_select_game', "Selecionar Jogo");
- define('OGP_LANG_create_xml_configs', "Criar configurações XML");
- define('OGP_LANG_failed_to_delete_config_from_db', "Falha ao apagar as configurações %s do banco de dados");
- define('OGP_LANG_failed_removing_file', "Falha ao remover o arquivo %s.");
- define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Configuração removida para %s para o armazenamento e banco de dados");
- define('OGP_LANG_delete_game_config_for', "Excluir a configuração do jogo para %s do disco e do banco de dados.");
- ?>
|