/// "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!");
/// "Data migration will use "hard links". No extra disk space will be used, and you can delete either data folder at any point without affecting the other installation."
/// </summary>
publicstaticLocalisableStringDataMigrationNoExtraSpace=>newTranslatableString(getKey(@"data_migration_no_extra_space"),@"Data migration will use ""hard links"". No extra disk space will be used, and you can delete either data folder at any point without affecting the other installation.");
/// <summary>
/// "Learn more about how "hard links" work"
/// </summary>
publicstaticLocalisableStringLearnAboutHardLinks=>newTranslatableString(getKey(@"learn_about_hard_links"),@"Learn more about how ""hard links"" work");
/// <summary>
/// "Lightweight linking of files is not supported on your operating system yet, so a copy of all files will be made during import."
/// </summary>
publicstaticLocalisableStringLightweightLinkingNotSupported=>newTranslatableString(getKey(@"lightweight_linking_not_supported"),@"Lightweight linking of files is not supported on your operating system yet, so a copy of all files will be made during import.");
/// "A second copy of all files will be made during import. To avoid this, please make sure the lazer data folder is on the same drive as your previous osu! install (and the file system is NTFS)."
publicstaticLocalisableStringSecondCopyWillBeMadeWindows=>newTranslatableString(getKey(@"second_copy_will_be_made_windows"),@"A second copy of all files will be made during import. To avoid this, please make sure the lazer data folder is on the same drive as your previous osu! install (and the file system is NTFS).");
/// "A second copy of all files will be made during import. To avoid this, please make sure the lazer data folder is on the same drive as your previous osu! install (and the file system supports hard links)."
publicstaticLocalisableStringSecondCopyWillBeMadeOtherPlatforms=>newTranslatableString(getKey(@"second_copy_will_be_made_other_platforms"),@"A second copy of all files will be made during import. To avoid this, please make sure the lazer data folder is on the same drive as your previous osu! install (and the file system supports hard links).");