editconfigfiles.php 780 B

1234567891011121314151617
  1. <?php
  2. define('configuration_files', "Configuration Files");
  3. define('editing_file', "Editing File");
  4. define('no_server_specfied', "No Server ID specified - can't list any configuration files.");
  5. define('no_home', "You don't have access to the given Server ID.");
  6. define('no_configs_for_game', "This has has no configuration files defined.");
  7. define('name', "Name");
  8. define('no_description', "No Description");
  9. define('description', "Description");
  10. define('invalid_file', "The specified file may not be edited.");
  11. define('wrote_changes', "Successfully saved the file.");
  12. define('failed_write', "Failed to save the file.");
  13. define('file_not_found', "The file was not found.");
  14. define('failed_read', "Failed to read the file.");
  15. define('save', "Save");
  16. define('go_back', "Go Back");