/// "If you have an installation of a previous osu! version, you can choose to migrate your existing content. Note that this will not affect your existing installation's files in any way."
@"If you have an installation of a previous osu! version, you can choose to migrate your existing content. Note that this will not affect your existing installation's files in any way.");
publicstaticLocalisableStringLocateDirectoryPlaceholder=>newTranslatableString(getKey(@"locate_directory_placeholder"),@"Click to locate a previous osu! install");
/// <summary>
/// "Import content from previous version"
/// </summary>
publicstaticLocalisableStringImportButton=>newTranslatableString(getKey(@"import_button"),@"Import content from previous version");
/// <summary>
/// "Your import will continue in the background. Check on its progress in the notifications sidebar!"
/// </summary>
publicstaticLocalisableStringImportInProgress=>
newTranslatableString(getKey(@"import_in_progress"),@"Your import will continue in the background. Check on its progress in the notifications sidebar!");