2022-01-18 20:38:15 +03:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Boyfriend {
using System ;
2022-11-11 22:59:11 +03:00
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2022-01-18 20:38:15 +03:00
internal class Messages {
2022-11-11 22:59:11 +03:00
private static global :: System . Resources . ResourceManager resourceMan ;
2022-01-18 20:38:15 +03:00
2022-11-11 22:59:11 +03:00
private static global :: System . Globalization . CultureInfo resourceCulture ;
2022-01-18 20:38:15 +03:00
2022-11-11 22:59:11 +03:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2022-01-18 20:38:15 +03:00
internal Messages ( ) {
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global :: System . Resources . ResourceManager ResourceManager {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
if ( object . ReferenceEquals ( resourceMan , null ) ) {
global :: System . Resources . ResourceManager temp = new global :: System . Resources . ResourceManager ( "Boyfriend.Messages" , typeof ( Messages ) . Assembly ) ;
2022-01-18 20:38:15 +03:00
resourceMan = temp ;
}
return resourceMan ;
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global :: System . Globalization . CultureInfo Culture {
2022-01-18 20:38:15 +03:00
get {
return resourceCulture ;
}
set {
resourceCulture = value ;
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Bah! .
/// </summary>
internal static string Beep1 {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "Beep1" , resourceCulture ) ;
2022-06-06 18:39:47 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Bop! .
/// </summary>
internal static string Beep2 {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "Beep2" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Beep! .
/// </summary>
internal static string Beep3 {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "Beep3" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot ban users from this guild!.
/// </summary>
internal static string BotCannotBanMembers {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotBanMembers" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot ban this user!.
/// </summary>
internal static string BotCannotBanTarget {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotBanTarget" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot kick members from this guild!.
/// </summary>
internal static string BotCannotKickMembers {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotKickMembers" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot kick this member!.
/// </summary>
internal static string BotCannotKickTarget {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotKickTarget" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot manage this guild!.
/// </summary>
internal static string BotCannotManageGuild {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotManageGuild" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot manage messages in this guild!.
/// </summary>
internal static string BotCannotManageMessages {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotManageMessages" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot moderate members in this guild!.
/// </summary>
internal static string BotCannotModerateMembers {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotModerateMembers" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot mute this member!.
/// </summary>
internal static string BotCannotMuteTarget {
2022-06-06 18:39:47 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotMuteTarget" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot unmute this member!.
/// </summary>
internal static string BotCannotUnmuteTarget {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "BotCannotUnmuteTarget" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Deleted message from {0} in channel {1}: {2}.
/// </summary>
internal static string CachedMessageDeleted {
2022-02-21 20:08:55 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CachedMessageDeleted" , resourceCulture ) ;
2022-02-21 20:08:55 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Edited message in channel {0}: {1} -> {2}.
/// </summary>
internal static string CachedMessageEdited {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CachedMessageEdited" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot use time-outs on other bots! Try to set a mute role in settings.
/// </summary>
internal static string CannotTimeOutBot {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CannotTimeOutBot" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Not specified.
/// </summary>
2022-10-23 13:39:59 +03:00
internal static string ChannelNotSpecified {
2022-01-18 20:38:15 +03:00
get {
2022-10-23 13:39:59 +03:00
return ResourceManager . GetString ( "ChannelNotSpecified" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify an integer from {0} to {1} instead of {2}!.
/// </summary>
internal static string ClearAmountInvalid {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "ClearAmountInvalid" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You specified more than {0} messages!.
/// </summary>
internal static string ClearAmountTooLarge {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "ClearAmountTooLarge" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You specified less than {0} messages!.
/// </summary>
internal static string ClearAmountTooSmall {
2022-10-18 20:55:16 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "ClearAmountTooSmall" , resourceCulture ) ;
2022-10-18 20:55:16 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Bans a user.
/// </summary>
internal static string CommandDescriptionBan {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionBan" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Deletes a specified amount of messages in this channel.
/// </summary>
internal static string CommandDescriptionClear {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionClear" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Shows this message.
/// </summary>
internal static string CommandDescriptionHelp {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionHelp" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Kicks a member.
/// </summary>
internal static string CommandDescriptionKick {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionKick" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Mutes a member.
/// </summary>
internal static string CommandDescriptionMute {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionMute" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Shows (inaccurate) latency.
/// </summary>
internal static string CommandDescriptionPing {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionPing" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Allows you to change certain preferences for this guild.
/// </summary>
internal static string CommandDescriptionSettings {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionSettings" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Unbans a user.
/// </summary>
internal static string CommandDescriptionUnban {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionUnban" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Unmutes a member.
/// </summary>
internal static string CommandDescriptionUnmute {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandDescriptionUnmute" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Command help:.
/// </summary>
internal static string CommandHelp {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandHelp" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I do not have permission to execute this command!.
/// </summary>
internal static string CommandNoPermissionBot {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandNoPermissionBot" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You do not have permission to execute this command!.
/// </summary>
internal static string CommandNoPermissionUser {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CommandNoPermissionUser" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Current settings:.
/// </summary>
internal static string CurrentSettings {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "CurrentSettings" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to {0}, welcome to {1}.
/// </summary>
internal static string DefaultWelcomeMessage {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "DefaultWelcomeMessage" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot mute someone for more than 28 days using timeouts! Either specify a duration shorter than 28 days, or set a mute role in settings.
/// </summary>
internal static string DurationRequiredForTimeOuts {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "DurationRequiredForTimeOuts" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Event {0} is cancelled!{1}.
/// </summary>
internal static string EventCancelled {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "EventCancelled" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Event {0} has completed! Duration: {1}.
/// </summary>
internal static string EventCompleted {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "EventCompleted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
2022-11-20 13:46:12 +03:00
/// Looks up a localized string similar to {0} has created event {1}! It will take place in {2} and will start <t:{3}:R>! \n {4}.
2022-11-11 22:59:11 +03:00
/// </summary>
internal static string EventCreated {
2022-10-23 12:49:49 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "EventCreated" , resourceCulture ) ;
2022-10-23 12:49:49 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to {0}Event {1} will start <t:{2}:R>!.
/// </summary>
internal static string EventEarlyNotification {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "EventEarlyNotification" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to {0}Event {1} is starting at {2}!.
/// </summary>
internal static string EventStarted {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "EventStarted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to ever.
/// </summary>
internal static string Ever {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "Ever" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Kicked {0}: {1}.
/// </summary>
internal static string FeedbackMemberKicked {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "FeedbackMemberKicked" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Muted {0} for{1}: {2}.
/// </summary>
internal static string FeedbackMemberMuted {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "FeedbackMemberMuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Unmuted {0}: {1}.
/// </summary>
internal static string FeedbackMemberUnmuted {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "FeedbackMemberUnmuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Deleted {0} messages in {1}.
/// </summary>
internal static string FeedbackMessagesCleared {
2022-02-21 20:08:55 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "FeedbackMessagesCleared" , resourceCulture ) ;
2022-02-21 20:08:55 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Value of setting `{0}` is now set to {1}.
/// </summary>
internal static string FeedbackSettingsUpdated {
2022-02-21 20:08:55 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "FeedbackSettingsUpdated" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Banned {0} for{1}: {2}.
/// </summary>
internal static string FeedbackUserBanned {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "FeedbackUserBanned" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Unbanned {0}: {1}.
/// </summary>
internal static string FeedbackUserUnbanned {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "FeedbackUserUnbanned" , resourceCulture ) ;
2022-02-21 20:08:55 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to This channel does not exist!.
/// </summary>
internal static string InvalidChannel {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "InvalidChannel" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a guild member instead of {0}!.
/// </summary>
internal static string InvalidMember {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "InvalidMember" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to This role does not exist!.
/// </summary>
internal static string InvalidRole {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "InvalidRole" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Invalid setting value specified!.
/// </summary>
internal static string InvalidSettingValue {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "InvalidSettingValue" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a user instead of {0}!.
/// </summary>
internal static string InvalidUser {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "InvalidUser" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Language not supported!.
/// </summary>
internal static string LanguageNotSupported {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "LanguageNotSupported" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Member is already muted!.
/// </summary>
internal static string MemberAlreadyMuted {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MemberAlreadyMuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Member not muted!.
/// </summary>
internal static string MemberNotMuted {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MemberNotMuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to ms.
/// </summary>
internal static string Milliseconds {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "Milliseconds" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a reason to ban this user!.
/// </summary>
internal static string MissingBanReason {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingBanReason" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a reason to kick this member!.
/// </summary>
internal static string MissingKickReason {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingKickReason" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a guild member!.
/// </summary>
internal static string MissingMember {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingMember" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a reason to mute this member!.
/// </summary>
internal static string MissingMuteReason {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingMuteReason" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify an integer from {0} to {1}!.
/// </summary>
internal static string MissingNumber {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingNumber" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a setting to change!.
/// </summary>
internal static string MissingSetting {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingSetting" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a reason to unban this user!.
/// </summary>
internal static string MissingUnbanReason {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingUnbanReason" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a reason for unmute this member!.
/// </summary>
internal static string MissingUnmuteReason {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingUnmuteReason" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You need to specify a user!.
/// </summary>
internal static string MissingUser {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "MissingUser" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
internal static string No {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "No" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Punishment expired.
/// </summary>
internal static string PunishmentExpired {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "PunishmentExpired" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to {0}I'm ready!.
/// </summary>
internal static string Ready {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "Ready" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Not specified.
/// </summary>
internal static string RoleNotSpecified {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "RoleNotSpecified" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to I couldn't remove role {0} because of an error! {1}.
/// </summary>
internal static string RoleRemovalFailed {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "RoleRemovalFailed" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Someone removed the mute role manually! I added back all roles that I removed during the mute.
/// </summary>
internal static string RolesReturned {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "RolesReturned" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to That setting doesn't exist!.
/// </summary>
internal static string SettingDoesntExist {
2022-10-18 20:55:16 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingDoesntExist" , resourceCulture ) ;
2022-10-18 20:55:16 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Not specified.
/// </summary>
internal static string SettingNotDefined {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingNotDefined" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Bot log channel.
/// </summary>
internal static string SettingsBotLogChannel {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsBotLogChannel" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Early event start notification offset.
/// </summary>
internal static string SettingsEventEarlyNotificationOffset {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsEventEarlyNotificationOffset" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
2022-11-12 09:02:44 +03:00
/// Looks up a localized string similar to Channel for event notifications.
2022-11-11 22:59:11 +03:00
/// </summary>
2022-11-12 09:02:44 +03:00
internal static string SettingsEventNotificationChannel {
2022-10-23 12:49:49 +03:00
get {
2022-11-12 09:02:44 +03:00
return ResourceManager . GetString ( "SettingsEventNotificationChannel" , resourceCulture ) ;
2022-10-23 12:49:49 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
2022-11-12 09:02:44 +03:00
/// Looks up a localized string similar to Role for event creation notifications.
2022-11-11 22:59:11 +03:00
/// </summary>
2022-11-12 09:02:44 +03:00
internal static string SettingsEventNotificationRole {
2022-01-18 20:38:15 +03:00
get {
2022-11-12 09:02:44 +03:00
return ResourceManager . GetString ( "SettingsEventNotificationRole" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Event start notifications receivers.
/// </summary>
internal static string SettingsEventStartedReceivers {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsEventStartedReceivers" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to :(.
/// </summary>
internal static string SettingsFrowningFace {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsFrowningFace" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Language.
/// </summary>
internal static string SettingsLang {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsLang" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Mute role.
/// </summary>
internal static string SettingsMuteRole {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsMuteRole" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Nothing changed! `{0}` is already set to {1}.
/// </summary>
internal static string SettingsNothingChanged {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsNothingChanged" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Prefix.
/// </summary>
internal static string SettingsPrefix {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsPrefix" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Receive startup messages.
/// </summary>
internal static string SettingsReceiveStartupMessages {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsReceiveStartupMessages" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Remove roles on mute.
/// </summary>
internal static string SettingsRemoveRolesOnMute {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsRemoveRolesOnMute" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Send welcome messages.
/// </summary>
internal static string SettingsSendWelcomeMessages {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsSendWelcomeMessages" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Starter role.
/// </summary>
internal static string SettingsStarterRole {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsStarterRole" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Welcome message.
/// </summary>
internal static string SettingsWelcomeMessage {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "SettingsWelcomeMessage" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot ban me!.
/// </summary>
internal static string UserCannotBanBot {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotBanBot" , resourceCulture ) ;
2022-05-14 16:12:24 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot ban users from this guild!.
/// </summary>
internal static string UserCannotBanMembers {
2022-05-14 16:12:24 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotBanMembers" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot ban the owner of this guild!.
/// </summary>
internal static string UserCannotBanOwner {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotBanOwner" , resourceCulture ) ;
2022-01-30 11:43:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot ban this user!.
/// </summary>
internal static string UserCannotBanTarget {
2022-01-30 11:43:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotBanTarget" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot ban yourself!.
/// </summary>
2022-08-30 18:15:01 +03:00
internal static string UserCannotBanThemselves {
2022-01-18 20:38:15 +03:00
get {
2022-08-30 18:15:01 +03:00
return ResourceManager . GetString ( "UserCannotBanThemselves" , resourceCulture ) ;
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot kick me!.
/// </summary>
internal static string UserCannotKickBot {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotKickBot" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot kick members from this guild!.
/// </summary>
internal static string UserCannotKickMembers {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotKickMembers" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot kick the owner of this guild!.
/// </summary>
internal static string UserCannotKickOwner {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotKickOwner" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot kick this member!.
/// </summary>
internal static string UserCannotKickTarget {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotKickTarget" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot kick yourself!.
/// </summary>
2022-08-30 18:15:01 +03:00
internal static string UserCannotKickThemselves {
get {
return ResourceManager . GetString ( "UserCannotKickThemselves" , resourceCulture ) ;
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot manage this guild!.
/// </summary>
internal static string UserCannotManageGuild {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotManageGuild" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot manage messages in this guild!.
/// </summary>
internal static string UserCannotManageMessages {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotManageMessages" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot moderate members in this guild!.
/// </summary>
internal static string UserCannotModerateMembers {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotModerateMembers" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot mute me!.
/// </summary>
internal static string UserCannotMuteBot {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotMuteBot" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot mute the owner of this guild!.
/// </summary>
internal static string UserCannotMuteOwner {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotMuteOwner" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot mute this member!.
/// </summary>
internal static string UserCannotMuteTarget {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotMuteTarget" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot mute yourself!.
/// </summary>
internal static string UserCannotMuteThemselves {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotMuteThemselves" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to ....
/// </summary>
internal static string UserCannotUnmuteBot {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotUnmuteBot" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You don't need to unmute the owner of this guild!.
/// </summary>
2022-08-30 18:15:01 +03:00
internal static string UserCannotUnmuteOwner {
get {
return ResourceManager . GetString ( "UserCannotUnmuteOwner" , resourceCulture ) ;
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot unmute this user!.
/// </summary>
internal static string UserCannotUnmuteTarget {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotUnmuteTarget" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You are muted!.
/// </summary>
internal static string UserCannotUnmuteThemselves {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserCannotUnmuteThemselves" , resourceCulture ) ;
2022-08-30 18:15:01 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to This user is not banned!.
/// </summary>
internal static string UserNotBanned {
2022-08-30 18:15:01 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserNotBanned" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to The specified user is not a member of this server!.
/// </summary>
internal static string UserNotInGuild {
2022-01-18 20:38:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "UserNotInGuild" , resourceCulture ) ;
2022-01-30 11:43:15 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>
internal static string Yes {
2022-01-30 11:43:15 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "Yes" , resourceCulture ) ;
2022-08-22 17:48:51 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You were banned by {0} in guild {1} for {2}.
/// </summary>
internal static string YouWereBanned {
2022-08-22 17:48:51 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "YouWereBanned" , resourceCulture ) ;
2022-10-23 13:39:59 +03:00
}
}
2022-11-11 22:59:11 +03:00
/// <summary>
/// Looks up a localized string similar to You were kicked by {0} in guild {1} for {2}.
/// </summary>
internal static string YouWereKicked {
2022-10-23 13:39:59 +03:00
get {
2022-11-11 22:59:11 +03:00
return ResourceManager . GetString ( "YouWereKicked" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
}
}