editconfigfiles.php 957 B

1234567891011121314151617
  1. <?php
  2. define('OGP_LANG_configuration_files', "Arquivos de Configuração");
  3. define('OGP_LANG_editing_file', "Editando Arquivo");
  4. define('OGP_LANG_no_server_specfied', "Nenhuma ID de Servidor especificado - não é possível exibir arquivos de configuração.");
  5. define('OGP_LANG_no_home', "Você não tem acesso ao ID de Servidor especificado.");
  6. define('OGP_LANG_no_configs_for_game', "Não há arquivos de configuração definidos.");
  7. define('OGP_LANG_name', "Nome");
  8. define('OGP_LANG_no_description', "Sem Descrição");
  9. define('OGP_LANG_description', "Descrição");
  10. define('OGP_LANG_invalid_file', "O arquivo especificado pode não ser editável.");
  11. define('OGP_LANG_wrote_changes', "Arquivo salvo com sucesso.");
  12. define('OGP_LANG_failed_write', "Falha ao salvar o arquivo.");
  13. define('OGP_LANG_failed_read', "Falha ao ler arquivo.");
  14. define('OGP_LANG_save', "Salvar");
  15. define('OGP_LANG_go_back', "Voltar");
  16. define('OGP_LANG_new_file', "Novo arquivo");