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