2022-01-18 20:38:15 +03:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
2022-01-30 11:43:15 +03:00
// Runtime Version:4.0.30319.42000
2022-01-18 20:38:15 +03:00
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Boyfriend {
using System ;
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
private static global :: System . Resources . ResourceManager resourceMan ;
2022-01-18 20:38:15 +03:00
2022-01-30 11:43:15 +03:00
private static global :: System . Globalization . CultureInfo resourceCulture ;
2022-01-18 20:38:15 +03:00
2022-01-30 11:43:15 +03:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2022-01-18 20:38:15 +03:00
internal Messages ( ) {
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +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-01-30 11:43:15 +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-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Too many mentions in 1 message.
/// </summary>
internal static string AutobanReason {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "AutobanReason" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "Beep1" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Bop! .
/// </summary>
internal static string Beep2 {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "Beep2" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Beep! .
/// </summary>
internal static string Beep3 {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "Beep3" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Deleted message from {0} in channel {1}: {2}.
2022-01-30 11:43:15 +03:00
/// </summary>
internal static string CachedMessageDeleted {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "CachedMessageDeleted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Edited message in channel {0}: {1} -> {2}.
2022-01-30 11:43:15 +03:00
/// </summary>
internal static string CachedMessageEdited {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "CachedMessageEdited" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-02-21 20:08:55 +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 {
get {
return ResourceManager . GetString ( "CannotTimeOutBot" , resourceCulture ) ;
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Not specified.
/// </summary>
internal static string ChannelNotSpecified {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "ChannelNotSpecified" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Too many messages specified!.
/// </summary>
internal static string ClearAmountTooLarge {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "ClearAmountTooLarge" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Invalid message amount specified!.
/// </summary>
internal static string ClearInvalidAmountSpecified {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "ClearInvalidAmountSpecified" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Negative message amount specified!.
/// </summary>
internal static string ClearNegativeAmount {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "ClearNegativeAmount" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Bans a user.
/// </summary>
internal static string CommandDescriptionBan {
get {
return ResourceManager . GetString ( "CommandDescriptionBan" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Deletes a specified amount of messages in this channel.
/// </summary>
internal static string CommandDescriptionClear {
get {
return ResourceManager . GetString ( "CommandDescriptionClear" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Shows this message.
/// </summary>
internal static string CommandDescriptionHelp {
get {
return ResourceManager . GetString ( "CommandDescriptionHelp" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Kicks a member.
/// </summary>
internal static string CommandDescriptionKick {
get {
return ResourceManager . GetString ( "CommandDescriptionKick" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Mutes a member.
/// </summary>
internal static string CommandDescriptionMute {
get {
return ResourceManager . GetString ( "CommandDescriptionMute" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Shows latency to Discord servers (not counting local processing time).
/// </summary>
internal static string CommandDescriptionPing {
get {
return ResourceManager . GetString ( "CommandDescriptionPing" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Allows you to change certain preferences for this guild.
/// </summary>
internal static string CommandDescriptionSettings {
get {
return ResourceManager . GetString ( "CommandDescriptionSettings" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Unbans a user.
/// </summary>
internal static string CommandDescriptionUnban {
get {
return ResourceManager . GetString ( "CommandDescriptionUnban" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Unmutes a member.
/// </summary>
internal static string CommandDescriptionUnmute {
get {
return ResourceManager . GetString ( "CommandDescriptionUnmute" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Command help:.
2022-01-30 11:43:15 +03:00
/// </summary>
internal static string CommandHelp {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "CommandHelp" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "CommandNoPermissionBot" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "CommandNoPermissionUser" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Couldn't find guild by message!.
/// </summary>
internal static string CouldntFindGuildByChannel {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "CouldntFindGuildByChannel" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Current settings:.
2022-01-30 11:43:15 +03:00
/// </summary>
internal static string CurrentSettings {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "CurrentSettings" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to {0}, welcome to {1}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string DefaultWelcomeMessage {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "DefaultWelcomeMessage" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to I couldn't parse the specified duration! One of the components could be outside it's valid range (e.g. `24h` or `60m`).
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string DurationParseFailed {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "DurationParseFailed" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to I cannot mute someone forever using timeouts! Either specify a proper duration, or set a mute role in settings.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string DurationRequiredForTimeOuts {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "DurationRequiredForTimeOuts" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Event {0} is cancelled!{1}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string EventCancelled {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "EventCancelled" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Event {0} has completed! Duration: {1}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string EventCompleted {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "EventCompleted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to {1}{2} created event {3}! It will take place in {4} and will start <t:{5}:R>!{0}{6}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string EventCreated {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "EventCreated" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to {0}Event {1} is starting at {2}!.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string EventStarted {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "EventStarted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to ever.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string Ever {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "Ever" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to *[{0}: {1}]*.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string FeedbackFormat {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "FeedbackFormat" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Kicked {0}: {1}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string FeedbackMemberKicked {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "FeedbackMemberKicked" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Muted {0} for{1}: {2}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string FeedbackMemberMuted {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "FeedbackMemberMuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Unmuted {0}: {1}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string FeedbackMemberUnmuted {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "FeedbackMemberUnmuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-02-21 20:08:55 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Deleted {0} messages in {1}.
2022-02-21 20:08:55 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string FeedbackMessagesCleared {
2022-02-21 20:08:55 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "FeedbackMessagesCleared" , resourceCulture ) ;
2022-02-21 20:08:55 +03:00
}
}
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Value of setting `{0}` is now set to {1}.
2022-02-21 20:08:55 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string FeedbackSettingsUpdated {
2022-02-21 20:08:55 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "FeedbackSettingsUpdated" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Banned {0} for{1}: {2}.
/// </summary>
internal static string FeedbackUserBanned {
get {
return ResourceManager . GetString ( "FeedbackUserBanned" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Unbanned {0}: {1}.
/// </summary>
internal static string FeedbackUserUnbanned {
get {
return ResourceManager . GetString ( "FeedbackUserUnbanned" , resourceCulture ) ;
2022-02-21 20:08:55 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Members are in different guilds!.
/// </summary>
internal static string InteractionsDifferentGuilds {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "InteractionsDifferentGuilds" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to I cannot interact with this member!.
/// </summary>
internal static string InteractionsFailedBot {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "InteractionsFailedBot" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot interact with this member!.
/// </summary>
internal static string InteractionsFailedUser {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "InteractionsFailedUser" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot interact with me!.
/// </summary>
internal static string InteractionsMe {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "InteractionsMe" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot interact with guild owner!.
/// </summary>
internal static string InteractionsOwner {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "InteractionsOwner" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to You cannot interact with yourself!.
/// </summary>
internal static string InteractionsYourself {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "InteractionsYourself" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-02-21 20:08:55 +03:00
/// Looks up a localized string similar to This channel does not exist!.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-02-21 20:08:55 +03:00
internal static string InvalidChannel {
2022-01-18 20:38:15 +03:00
get {
2022-02-21 20:08:55 +03:00
return ResourceManager . GetString ( "InvalidChannel" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-02-21 20:08:55 +03:00
/// Looks up a localized string similar to This role does not exist!.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-02-21 20:08:55 +03:00
internal static string InvalidRole {
2022-01-18 20:38:15 +03:00
get {
2022-02-21 20:08:55 +03:00
return ResourceManager . GetString ( "InvalidRole" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-02-21 20:08:55 +03:00
/// Looks up a localized string similar to Invalid setting value specified!.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-02-21 20:08:55 +03:00
internal static string InvalidSettingValue {
2022-01-18 20:38:15 +03:00
get {
2022-02-21 20:08:55 +03:00
return ResourceManager . GetString ( "InvalidSettingValue" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "LanguageNotSupported" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "MemberAlreadyMuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "MemberNotMuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to {0} unmuted {1} for {2}.
/// </summary>
internal static string MemberUnmuted {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "MemberUnmuted" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "Milliseconds" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
internal static string No {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "No" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Not enough arguments! Needed: {0}, provided: {1}.
/// </summary>
internal static string NotEnoughArguments {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "NotEnoughArguments" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Punishment expired.
/// </summary>
internal static string PunishmentExpired {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "PunishmentExpired" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to {0}I'm ready! (C#).
/// </summary>
internal static string Ready {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "Ready" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-02-21 20:08:55 +03:00
/// Looks up a localized string similar to Not specified.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-02-21 20:08:55 +03:00
internal static string RoleNotSpecified {
2022-01-18 20:38:15 +03:00
get {
2022-02-21 20:08:55 +03:00
return ResourceManager . GetString ( "RoleNotSpecified" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-02-21 20:08:55 +03:00
/// Looks up a localized string similar to I couldn't remove role {0} because of an error! {1}.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-02-21 20:08:55 +03:00
internal static string RoleRemovalFailed {
2022-01-18 20:38:15 +03:00
get {
2022-02-21 20:08:55 +03:00
return ResourceManager . GetString ( "RoleRemovalFailed" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "RolesReturned" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to That setting doesn't exist!.
/// </summary>
internal static string SettingDoesntExist {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "SettingDoesntExist" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Not specified.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string SettingNotDefined {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "SettingNotDefined" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Admin log channel.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string SettingsAdminLogChannel {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "SettingsAdminLogChannel" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Bot log channel.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string SettingsBotLogChannel {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "SettingsBotLogChannel" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Channel for event cancellation notifications.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string SettingsEventCancelledChannel {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "SettingsEventCancelledChannel" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Channel for event completion notifications.
/// </summary>
internal static string SettingsEventCompletedChannel {
get {
return ResourceManager . GetString ( "SettingsEventCompletedChannel" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Channel for event creation notifications.
/// </summary>
internal static string SettingsEventCreatedChannel {
get {
return ResourceManager . GetString ( "SettingsEventCreatedChannel" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Role for event creation notifications.
/// </summary>
internal static string SettingsEventNotifyReceiverRole {
get {
return ResourceManager . GetString ( "SettingsEventNotifyReceiverRole" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to Channel for event start notifications.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string SettingsEventStartedChannel {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "SettingsEventStartedChannel" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Event start notifications receivers.
/// </summary>
internal static string SettingsEventStartedReceivers {
get {
return ResourceManager . GetString ( "SettingsEventStartedReceivers" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to :(.
/// </summary>
internal static string SettingsFrowningFace {
get {
return ResourceManager . GetString ( "SettingsFrowningFace" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Language.
/// </summary>
internal static string SettingsLang {
get {
return ResourceManager . GetString ( "SettingsLang" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Mute role.
/// </summary>
internal static string SettingsMuteRole {
get {
return ResourceManager . GetString ( "SettingsMuteRole" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Nothing changed! `{0}` is already set to {1}.
/// </summary>
internal static string SettingsNothingChanged {
get {
return ResourceManager . GetString ( "SettingsNothingChanged" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Prefix.
/// </summary>
internal static string SettingsPrefix {
get {
return ResourceManager . GetString ( "SettingsPrefix" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Receive startup messages.
/// </summary>
internal static string SettingsReceiveStartupMessages {
get {
return ResourceManager . GetString ( "SettingsReceiveStartupMessages" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Remove roles on mute.
/// </summary>
internal static string SettingsRemoveRolesOnMute {
get {
return ResourceManager . GetString ( "SettingsRemoveRolesOnMute" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Send welcome messages.
/// </summary>
internal static string SettingsSendWelcomeMessages {
get {
return ResourceManager . GetString ( "SettingsSendWelcomeMessages" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Starter role.
/// </summary>
internal static string SettingsStarterRole {
get {
return ResourceManager . GetString ( "SettingsStarterRole" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Welcome message.
/// </summary>
internal static string SettingsWelcomeMessage {
get {
return ResourceManager . GetString ( "SettingsWelcomeMessage" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Message deleted in {0}, but I forgot what was there.
/// </summary>
internal static string UncachedMessageDeleted {
get {
return ResourceManager . GetString ( "UncachedMessageDeleted" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Message edited from {0} in channel {1}, but I forgot what was there before the edit: {2}.
/// </summary>
internal static string UncachedMessageEdited {
get {
return ResourceManager . GetString ( "UncachedMessageEdited" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
2022-05-14 16:12:24 +03:00
/// Looks up a localized string similar to That user doesn't exist!.
2022-01-30 11:43:15 +03:00
/// </summary>
2022-05-14 16:12:24 +03:00
internal static string UserDoesntExist {
2022-01-18 20:38:15 +03:00
get {
2022-05-14 16:12:24 +03:00
return ResourceManager . GetString ( "UserDoesntExist" , resourceCulture ) ;
2022-01-30 11:43:15 +03:00
}
}
/// <summary>
/// Looks up a localized string similar to User not banned!.
/// </summary>
internal static string UserNotBanned {
get {
return ResourceManager . GetString ( "UserNotBanned" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to The specified user is not a member of this server!.
/// </summary>
2022-01-18 20:38:15 +03:00
internal static string UserNotInGuild {
get {
return ResourceManager . GetString ( "UserNotInGuild" , resourceCulture ) ;
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to {0} unbanned {1} for {2}.
/// </summary>
internal static string UserUnbanned {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "UserUnbanned" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +03:00
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>
internal static string Yes {
2022-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "Yes" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
2022-01-30 11:43:15 +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-01-18 20:38:15 +03:00
get {
2022-01-30 11:43:15 +03:00
return ResourceManager . GetString ( "YouWereBanned" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to You were kicked by {0} in guild {1} for {2}.
/// </summary>
internal static string YouWereKicked {
get {
return ResourceManager . GetString ( "YouWereKicked" , resourceCulture ) ;
2022-01-18 20:38:15 +03:00
}
}
}
}