| 1234567891011121314151617 |
- <?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");
|