No changes

This commit is contained in:
Frank Harris 2025-09-11 13:29:15 -04:00
parent 8680a02b13
commit b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<?php
define('OGP_LANG_configuration_files', "Arquivos de Configuração");
define('OGP_LANG_editing_file', "Editando Arquivo");
define('OGP_LANG_no_server_specfied', "Nenhuma ID de Servidor especificado - não é possível exibir arquivos de configuração.");
define('OGP_LANG_no_home', "Você não tem acesso ao ID de Servidor especificado.");
define('OGP_LANG_no_configs_for_game', "Não há arquivos de configuração definidos.");
define('OGP_LANG_name', "Nome");
define('OGP_LANG_no_description', "Sem Descrição");
define('OGP_LANG_description', "Descrição");
define('OGP_LANG_invalid_file', "O arquivo especificado pode não ser editável.");
define('OGP_LANG_wrote_changes', "Arquivo salvo com sucesso.");
define('OGP_LANG_failed_write', "Falha ao salvar o arquivo.");
define('OGP_LANG_failed_read', "Falha ao ler arquivo.");
define('OGP_LANG_save', "Salvar");
define('OGP_LANG_go_back', "Voltar");
define('OGP_LANG_new_file', "Novo arquivo");