publicstaticLocalisableStringMigrationInProgress=>newTranslatableString(getKey(@"migration_in_progress"),@"Migration in progress");
/// <summary>
/// "This could take a few minutes depending on the speed of your disk(s)."
/// </summary>
publicstaticLocalisableStringMigrationDescription=>newTranslatableString(getKey(@"migration_description"),@"This could take a few minutes depending on the speed of your disk(s).");
/// <summary>
/// "Please avoid interacting with the game!"
/// </summary>
publicstaticLocalisableStringProhibitedInteractDuringMigration=>newTranslatableString(getKey(@"prohibited_interact_during_migration"),@"Please avoid interacting with the game!");
/// <summary>
/// "Some files couldn't be cleaned up during migration. Clicking this notification will open the folder so you can manually clean things up."
/// </summary>
publicstaticLocalisableStringFailedCleanupNotification=>newTranslatableString(getKey(@"failed_cleanup_notification"),@"Some files couldn't be cleaned up during migration. Clicking this notification will open the folder so you can manually clean things up.");
/// <summary>
/// "Please select a new location"
/// </summary>
publicstaticLocalisableStringSelectNewLocation=>newTranslatableString(getKey(@"select_new_location"),@"Please select a new location");
/// <summary>
/// "The target directory already seems to have an osu! install. Use that data instead?"
/// </summary>
publicstaticLocalisableStringTargetDirectoryAlreadyInstalledOsu=>newTranslatableString(getKey(@"target_directory_already_installed_osu"),@"The target directory already seems to have an osu! install. Use that data instead?");
/// <summary>
/// "To complete this operation, osu! will close. Please open it again to use the new data location."
/// </summary>
publicstaticLocalisableStringRestartAndReOpenRequiredForCompletion=>newTranslatableString(getKey(@"restart_and_re_open_required_for_completion"),@"To complete this operation, osu! will close. Please open it again to use the new data location.");
publicstaticLocalisableStringDeleteAllScores=>newTranslatableString(getKey(@"delete_all_scores"),@"Delete ALL scores");
/// <summary>
/// "Delete ALL skins"
/// </summary>
publicstaticLocalisableStringDeleteAllSkins=>newTranslatableString(getKey(@"delete_all_skins"),@"Delete ALL skins");
/// <summary>
/// "Delete ALL collections"
/// </summary>
publicstaticLocalisableStringDeleteAllCollections=>newTranslatableString(getKey(@"delete_all_collections"),@"Delete ALL collections");
/// <summary>
/// "Restore all hidden difficulties"
/// </summary>
publicstaticLocalisableStringRestoreAllHiddenDifficulties=>newTranslatableString(getKey(@"restore_all_hidden_difficulties"),@"Restore all hidden difficulties");
/// <summary>
/// "Restore all recently deleted beatmaps"
/// </summary>
publicstaticLocalisableStringRestoreAllRecentlyDeletedBeatmaps=>newTranslatableString(getKey(@"restore_all_recently_deleted_beatmaps"),@"Restore all recently deleted beatmaps");
publicstaticLocalisableStringDeleteAllModPresets=>newTranslatableString(getKey(@"delete_all_mod_presets"),@"Delete ALL mod presets");
/// <summary>
/// "Restore all recently deleted mod presets"
/// </summary>
publicstaticLocalisableStringRestoreAllRecentlyDeletedModPresets=>newTranslatableString(getKey(@"restore_all_recently_deleted_mod_presets"),@"Restore all recently deleted mod presets");
publicstaticLocalisableStringNoCollectionsFoundToDelete=>newTranslatableString(getKey(@"no_collections_found_to_delete"),@"No collections found to delete!");
publicstaticLocalisableStringNoModPresetsFoundToDelete=>newTranslatableString(getKey(@"no_mod_presets_found_to_delete"),@"No mod presets found to delete!");
publicstaticLocalisableStringRestoredAllDeletedModPresets=>newTranslatableString(getKey(@"restored_all_deleted_mod_presets"),@"Restored all deleted mod presets!");
publicstaticLocalisableStringNoModPresetsFoundToRestore=>newTranslatableString(getKey(@"no_mod_presets_found_to_restore"),@"No mod presets found to restore!");