publicstaticLocalisableStringBeatmapSetupDescription=>newTranslatableString(getKey(@"beatmap_setup_description"),@"change general settings of your beatmap");
/// "If enabled, an "Are you ready? 3, 2, 1, GO!" countdown will be inserted at the beginning of the beatmap, assuming there is enough time to do so."
/// </summary>
publicstaticLocalisableStringCountdownDescription=>newTranslatableString(getKey(@"countdown_description"),@"If enabled, an ""Are you ready? 3, 2, 1, GO!"" countdown will be inserted at the beginning of the beatmap, assuming there is enough time to do so.");
/// "If the countdown sounds off-time, use this to make it appear one or more beats early."
/// </summary>
publicstaticLocalisableStringCountdownOffsetDescription=>newTranslatableString(getKey(@"countdown_offset_description"),@"If the countdown sounds off-time, use this to make it appear one or more beats early.");
/// "Allows storyboards to use the full screen space, rather than be confined to a 4:3 area."
/// </summary>
publicstaticLocalisableStringWidescreenSupportDescription=>newTranslatableString(getKey(@"widescreen_support_description"),@"Allows storyboards to use the full screen space, rather than be confined to a 4:3 area.");
/// "Recommended if the storyboard or video contain scenes with rapidly flashing colours."
/// </summary>
publicstaticLocalisableStringEpilepsyWarningDescription=>newTranslatableString(getKey(@"epilepsy_warning_description"),@"Recommended if the storyboard or video contain scenes with rapidly flashing colours.");
/// <summary>
/// "Letterbox during breaks"
/// </summary>
publicstaticLocalisableStringLetterboxDuringBreaks=>newTranslatableString(getKey(@"letterbox_during_breaks"),@"Letterbox during breaks");
/// <summary>
/// "Adds horizontal letterboxing to give a cinematic look during breaks."
/// </summary>
publicstaticLocalisableStringLetterboxDuringBreaksDescription=>newTranslatableString(getKey(@"letterbox_during_breaks_description"),@"Adds horizontal letterboxing to give a cinematic look during breaks.");
/// <summary>
/// "Samples match playback rate"
/// </summary>
publicstaticLocalisableStringSamplesMatchPlaybackRate=>newTranslatableString(getKey(@"samples_match_playback_rate"),@"Samples match playback rate");
/// <summary>
/// "When enabled, all samples will speed up or slow down when rate-changing mods are enabled."
/// </summary>
publicstaticLocalisableStringSamplesMatchPlaybackRateDescription=>newTranslatableString(getKey(@"samples_match_playback_rate_description"),@"When enabled, all samples will speed up or slow down when rate-changing mods are enabled.");
/// <summary>
/// "The size of all hit objects"
/// </summary>
publicstaticLocalisableStringCircleSizeDescription=>newTranslatableString(getKey(@"circle_size_description"),@"The size of all hit objects");
/// <summary>
/// "The rate of passive health drain throughout playable time"
/// </summary>
publicstaticLocalisableStringDrainRateDescription=>newTranslatableString(getKey(@"drain_rate_description"),@"The rate of passive health drain throughout playable time");
/// <summary>
/// "The speed at which objects are presented to the player"
/// </summary>
publicstaticLocalisableStringApproachRateDescription=>newTranslatableString(getKey(@"approach_rate_description"),@"The speed at which objects are presented to the player");
/// <summary>
/// "The harshness of hit windows and difficulty of special objects (ie. spinners)"
/// </summary>
publicstaticLocalisableStringOverallDifficultyDescription=>newTranslatableString(getKey(@"overall_difficulty_description"),@"The harshness of hit windows and difficulty of special objects (ie. spinners)");
publicstaticLocalisableStringClickToSelectTrack=>newTranslatableString(getKey(@"click_to_select_track"),@"Click to select a track");
/// <summary>
/// "Click to replace the track"
/// </summary>
publicstaticLocalisableStringClickToReplaceTrack=>newTranslatableString(getKey(@"click_to_replace_track"),@"Click to replace the track");
/// <summary>
/// "Click to select a background image"
/// </summary>
publicstaticLocalisableStringClickToSelectBackground=>newTranslatableString(getKey(@"click_to_select_background"),@"Click to select a background image");
/// <summary>
/// "Click to replace the background image"
/// </summary>
publicstaticLocalisableStringClickToReplaceBackground=>newTranslatableString(getKey(@"click_to_replace_background"),@"Click to replace the background image");