publicstaticLocalisableStringPleaseSelectABeatmap=>newTranslatableString(getKey(@"please_select_a_beatmap"),@"Please select a beatmap!");
/// <summary>
/// "Leaderboards are not available for this ruleset!"
/// </summary>
publicstaticLocalisableStringLeaderboardsAreNotAvailableForThisRuleset=>newTranslatableString(getKey(@"leaderboards_are_not_available_for_this_ruleset"),@"Leaderboards are not available for this ruleset!");
/// <summary>
/// "Leaderboards are not available for this beatmap!"
/// </summary>
publicstaticLocalisableStringLeaderboardsAreNotAvailableForThisBeatmap=>newTranslatableString(getKey(@"leaderboards_are_not_available_for_this_beatmap"),@"Leaderboards are not available for this beatmap!");
/// <summary>
/// "No records yet!"
/// </summary>
publicstaticLocalisableStringNoRecordsYet=>newTranslatableString(getKey(@"no_records_yet"),@"No records yet!");
/// <summary>
/// "Please sign in to view online leaderboards!"
/// </summary>
publicstaticLocalisableStringPleaseSignInToViewOnlineLeaderboards=>newTranslatableString(getKey(@"please_sign_in_to_view_online_leaderboards"),@"Please sign in to view online leaderboards!");
/// <summary>
/// "Please invest in an osu!supporter tag to view this leaderboard!"
/// </summary>
publicstaticLocalisableStringPleaseInvestInAnOsuSupporterTagToViewThisLeaderboard=>newTranslatableString(getKey(@"please_invest_in_an_osu_supporter_tag_to_view_this_leaderboard"),@"Please invest in an osu!supporter tag to view this leaderboard!");