|
@@ -1,17 +1,17 @@
|
|
|
<?php
|
|
<?php
|
|
|
|
|
|
|
|
-define('configuration_files', "Configuration Files");
|
|
|
|
|
-define('editing_file', "Editing File");
|
|
|
|
|
-define('no_server_specfied', "No Server ID specified - can't list any configuration files.");
|
|
|
|
|
-define('no_home', "You don't have access to the given Server ID.");
|
|
|
|
|
-define('no_configs_for_game', "This has has no configuration files defined.");
|
|
|
|
|
-define('name', "Name");
|
|
|
|
|
-define('no_description', "No Description");
|
|
|
|
|
-define('description', "Description");
|
|
|
|
|
-define('invalid_file', "The specified file may not be edited.");
|
|
|
|
|
-define('wrote_changes', "Successfully saved the file.");
|
|
|
|
|
-define('failed_write', "Failed to save the file.");
|
|
|
|
|
-define('file_not_found', "The file was not found.");
|
|
|
|
|
-define('failed_read', "Failed to read the file.");
|
|
|
|
|
-define('save', "Save");
|
|
|
|
|
-define('go_back', "Go Back");
|
|
|
|
|
|
|
+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");
|