publicstaticLocalisableStringBatteryLow=>newTranslatableString(getKey(@"battery_low"),@"Your battery level is low! Charge your device to prevent interruptions during gameplay.");
/// "Your game volume is too low to hear anything! Click here to restore it."
/// </summary>
publicstaticLocalisableStringGameVolumeTooLow=>newTranslatableString(getKey(@"game_volume_too_low"),@"Your game volume is too low to hear anything! Click here to restore it.");
/// <summary>
/// "The current ruleset doesn't have an autoplay mod available!"
/// </summary>
publicstaticLocalisableStringNoAutoplayMod=>newTranslatableString(getKey(@"no_autoplay_mod"),@"The current ruleset doesn't have an autoplay mod available!");
publicstaticLocalisableStringAudioPlaybackIssue=>newTranslatableString(getKey(@"audio_playback_issue"),@"osu! doesn't seem to be able to play audio correctly.
publicstaticLocalisableStringScoreOverlayDisabled(LocalisableStringarg0)=>newTranslatableString(getKey(@"score_overlay_disabled"),@"The score overlay is currently disabled. You can toggle this by pressing {0}.",arg0);
publicstaticLocalisableStringUnsupportedOrDangerousUrlProtocol(stringurl)=>newTranslatableString(getKey(@"unsupported_or_dangerous_url_protocol"),@"The URL {0} has an unsupported or dangerous protocol and will not be opened.",url);
publicstaticLocalisableStringSubsequentMessagesLogged=>newTranslatableString(getKey(@"subsequent_messages_logged"),@"Subsequent messages have been logged. Click to view log files.");
/// "Disabling tablet support due to error: "{0}""
/// </summary>
publicstaticLocalisableStringTabletSupportDisabledDueToError(stringmessage)=>newTranslatableString(getKey(@"tablet_support_disabled_due_to_error"),@"Disabling tablet support due to error: ""{0}""",message);
/// <summary>
/// "Encountered tablet warning, your tablet may not function correctly. Click here for a list of all tablets supported."
/// </summary>
publicstaticLocalisableStringEncounteredTabletWarning=>newTranslatableString(getKey(@"encountered_tablet_warning"),@"Encountered tablet warning, your tablet may not function correctly. Click here for a list of all tablets supported.");
/// <summary>
/// "This link type is not yet supported!"
/// </summary>
publicstaticLocalisableStringLinkTypeNotSupported=>newTranslatableString(getKey(@"unsupported_link_type"),@"This link type is not yet supported!");
/// "You received a private message from '{0}'. Click to read it!"
/// </summary>
publicstaticLocalisableStringPrivateMessageReceived(stringusername)=>newTranslatableString(getKey(@"private_message_received"),@"You received a private message from '{0}'. Click to read it!",username);
/// <summary>
/// "Your name was mentioned in chat by '{0}'. Click to find out why!"
/// </summary>
publicstaticLocalisableStringYourNameWasMentioned(stringusername)=>newTranslatableString(getKey(@"your_name_was_mentioned"),@"Your name was mentioned in chat by '{0}'. Click to find out why!",username);
/// "{0} invited you to the multiplayer match "{1}"! Click to join."
/// </summary>
publicstaticLocalisableStringInvitedYouToTheMultiplayer(stringusername,stringroomName)=>newTranslatableString(getKey(@"invited_you_to_the_multiplayer"),@"{0} invited you to the multiplayer match ""{1}""! Click to join.",username,roomName);
/// "You do not have the beatmap for this replay."
/// </summary>
publicstaticLocalisableStringMissingBeatmapForReplay=>newTranslatableString(getKey(@"missing_beatmap_for_replay"),@"You do not have the beatmap for this replay.");
/// "Downloading missing beatmap for this replay..."
/// </summary>
publicstaticLocalisableStringDownloadingBeatmapForReplay=>newTranslatableString(getKey(@"downloading_beatmap_for_replay"),@"Downloading missing beatmap for this replay...");
/// "Your local copy of the beatmap for this replay appears to be different than expected. You may need to update or re-download it."
/// </summary>
publicstaticLocalisableStringMismatchingBeatmapForReplay=>newTranslatableString(getKey(@"mismatching_beatmap_for_replay"),@"Your local copy of the beatmap for this replay appears to be different than expected. You may need to update or re-download it.");
publicstaticLocalisableStringGameVersionAfterUpdate(stringversion)=>newTranslatableString(getKey(@"game_version_after_update"),@"You are now running osu! {0}.
Clicktoseewhat'snew!", version);
/// <summary>
/// "Update ready to install. Click to restart!"
/// </summary>
publicstaticLocalisableStringUpdateReadyToInstall=>newTranslatableString(getKey(@"update_ready_to_install"),@"Update ready to install. Click to restart!");
publicstaticLocalisableStringNotOfficialBuild=>newTranslatableString(getKey(@"not_official_build"),@"This is not an official build of the game. Scores will not be submitted and other online systems may not work as intended.");