publicstaticLocalisableStringAlertsAndPrivacyHeader=>newTranslatableString(getKey(@"alerts_and_privacy_header"),@"Alerts and Privacy");
/// <summary>
/// "Show a notification when someone mentions your name"
/// </summary>
publicstaticLocalisableStringNotifyOnMentioned=>newTranslatableString(getKey(@"notify_on_mentioned"),@"Show a notification when someone mentions your name");
/// <summary>
/// "Show a notification when you receive a private message"
publicstaticLocalisableStringNotifyOnPrivateMessage=>newTranslatableString(getKey(@"notify_on_private_message"),@"Show a notification when you receive a private message");
/// "Show notification popups when friends change status"
/// </summary>
publicstaticLocalisableStringNotifyOnFriendPresenceChange=>newTranslatableString(getKey(@"notify_on_friend_presence_change"),@"Show notification popups when friends change status");
/// <summary>
/// "Notifications will be shown when friends go online/offline."
/// </summary>
publicstaticLocalisableStringNotifyOnFriendPresenceChangeTooltip=>newTranslatableString(getKey(@"notify_on_friend_presence_change_tooltip"),@"Notifications will be shown when friends go online/offline.");