add showaccountonprofile strings

This commit is contained in:
axell 2024-07-06 18:25:45 +02:00 committed by GitHub
parent 3871f7a2eb
commit 97be636065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2226,6 +2226,24 @@ namespace Bloxstrap.Resources {
} }
} }
/// <summary>
/// Looks up a localized string similar to Show account on profile.
/// </summary>
public static string Menu_Integrations_ShowAccountOnProfile_Title {
get {
return ResourceManager.GetString("Menu.Integrations.ShowAccountOnProfile.Title", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Shows what Roblox account your using on your Discord profile.
/// </summary>
public static string Menu_Integrations_ShowAccountOnProfile_Description {
get {
return ResourceManager.GetString("Menu.Integrations.ShowAccountOnProfile.Description", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Allow activity joining. /// Looks up a localized string similar to Allow activity joining.
/// </summary> /// </summary>