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.");
publicstaticLocalisableStringImportScoresFromStable=>newTranslatableString(getKey(@"import_scores_from_stable"),@"Import scores from stable");
/// <summary>
/// "Delete ALL scores"
/// </summary>
publicstaticLocalisableStringDeleteAllScores=>newTranslatableString(getKey(@"delete_all_scores"),@"Delete ALL scores");
/// <summary>
/// "Import skins from stable"
/// </summary>
publicstaticLocalisableStringImportSkinsFromStable=>newTranslatableString(getKey(@"import_skins_from_stable"),@"Import skins from stable");
/// <summary>
/// "Delete ALL skins"
/// </summary>
publicstaticLocalisableStringDeleteAllSkins=>newTranslatableString(getKey(@"delete_all_skins"),@"Delete ALL skins");
/// <summary>
/// "Import collections from stable"
/// </summary>
publicstaticLocalisableStringImportCollectionsFromStable=>newTranslatableString(getKey(@"import_collections_from_stable"),@"Import collections from stable");
/// <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");
publicstaticLocalisableStringDeletedAllCollections=>newTranslatableString(getKey(@"deleted_all_collections"),@"Deleted all collections!");
/// <summary>
/// "Deleted all mod presets!"
/// </summary>
publicstaticLocalisableStringDeletedAllModPresets=>newTranslatableString(getKey(@"deleted_all_mod_presets"),@"Deleted all mod presets!");
/// <summary>
/// "Restored all deleted mod presets!"
/// </summary>
publicstaticLocalisableStringRestoredAllDeletedModPresets=>newTranslatableString(getKey(@"restored_all_deleted_mod_presets"),@"Restored all deleted mod presets!");
/// <summary>
/// "Please select your osu!stable install location"
/// </summary>
publicstaticLocalisableStringStableDirectorySelectHeader=>newTranslatableString(getKey(@"stable_directory_select_header"),@"Please select your osu!stable install location");