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-10-23 13:39:59 +03:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
|
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2022-01-18 20:38:15 +03:00
|
|
|
|
internal class Messages {
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
2022-01-18 20:38:15 +03:00
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
2022-01-18 20:38:15 +03:00
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2022-01-18 20:38:15 +03:00
|
|
|
|
internal Messages() {
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
if (object.Equals(null, resourceMan)) {
|
|
|
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Boyfriend.Messages", typeof(Messages).Assembly);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
resourceMan = temp;
|
|
|
|
|
}
|
|
|
|
|
return resourceMan;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
internal static System.Globalization.CultureInfo Culture {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
resourceCulture = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string Ready {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("Ready", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CachedMessageDeleted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CachedMessageDeleted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string AutobanReason {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("AutobanReason", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CachedMessageEdited {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CachedMessageEdited", resourceCulture);
|
2022-06-06 18:39:47 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string DefaultWelcomeMessage {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("DefaultWelcomeMessage", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string Beep1 {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("Beep1", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string Beep2 {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("Beep2", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string Beep3 {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("Beep3", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandNoPermissionBot {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandNoPermissionBot", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandNoPermissionUser {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandNoPermissionUser", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string YouWereBanned {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("YouWereBanned", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string PunishmentExpired {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("PunishmentExpired", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string ClearAmountTooSmall {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("ClearAmountTooSmall", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string ClearAmountTooLarge {
|
2022-06-06 18:39:47 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("ClearAmountTooLarge", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandHelp {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandHelp", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string YouWereKicked {
|
2022-02-21 20:08:55 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("YouWereKicked", resourceCulture);
|
2022-02-21 20:08:55 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string Milliseconds {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("Milliseconds", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MemberAlreadyMuted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MemberAlreadyMuted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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-10-23 13:39:59 +03:00
|
|
|
|
internal static string RoleNotSpecified {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("RoleNotSpecified", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CurrentSettings {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CurrentSettings", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsLang {
|
2022-10-18 20:55:16 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsLang", resourceCulture);
|
2022-10-18 20:55:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsPrefix {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsPrefix", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsRemoveRolesOnMute {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsRemoveRolesOnMute", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsSendWelcomeMessages {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsSendWelcomeMessages", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsStarterRole {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsStarterRole", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsMuteRole {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsMuteRole", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsAdminLogChannel {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsAdminLogChannel", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsBotLogChannel {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsBotLogChannel", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string LanguageNotSupported {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("LanguageNotSupported", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string Yes {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("Yes", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string No {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("No", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserNotBanned {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserNotBanned", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MemberNotMuted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MemberNotMuted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string RolesReturned {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("RolesReturned", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsWelcomeMessage {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsWelcomeMessage", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string ClearAmountInvalid {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("ClearAmountInvalid", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackUserBanned {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackUserBanned", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserNotInGuild {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserNotInGuild", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingDoesntExist {
|
2022-10-23 12:49:49 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingDoesntExist", resourceCulture);
|
2022-10-23 12:49:49 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsReceiveStartupMessages {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsReceiveStartupMessages", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string InvalidSettingValue {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidSettingValue", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string InvalidRole {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidRole", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string InvalidChannel {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidChannel", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string RoleRemovalFailed {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("RoleRemovalFailed", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string DurationRequiredForTimeOuts {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("DurationRequiredForTimeOuts", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CannotTimeOutBot {
|
2022-02-21 20:08:55 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CannotTimeOutBot", resourceCulture);
|
2022-02-21 20:08:55 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string EventCreated {
|
2022-02-21 20:08:55 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("EventCreated", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsEventNotifyReceiverRole {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventNotifyReceiverRole", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsEventCreatedChannel {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventCreatedChannel", resourceCulture);
|
2022-02-21 20:08:55 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsEventStartedChannel {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventStartedChannel", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsEventStartedReceivers {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventStartedReceivers", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string EventStarted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("EventStarted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsFrowningFace {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsFrowningFace", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string EventCancelled {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("EventCancelled", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsEventCancelledChannel {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventCancelledChannel", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsEventCompletedChannel {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventCompletedChannel", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string EventCompleted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("EventCompleted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackFormat {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackFormat", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string Ever {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("Ever", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackMessagesCleared {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackMessagesCleared", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackMemberKicked {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackMemberKicked", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackMemberMuted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackMemberMuted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackUserUnbanned {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackUserUnbanned", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackMemberUnmuted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackMemberUnmuted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingsNothingChanged {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsNothingChanged", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string SettingNotDefined {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("SettingNotDefined", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string FeedbackSettingsUpdated {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("FeedbackSettingsUpdated", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionBan {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionBan", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionClear {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionClear", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionHelp {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionHelp", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionKick {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionKick", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionMute {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionMute", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionPing {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionPing", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionSettings {
|
2022-10-18 20:55:16 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionSettings", resourceCulture);
|
2022-10-18 20:55:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionUnban {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionUnban", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionUnmute {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionUnmute", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingNumber {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingNumber", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingUser {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingUser", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string InvalidUser {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidUser", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingMember {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingMember", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string InvalidMember {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidMember", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotBanMembers {
|
2022-10-23 12:49:49 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanMembers", resourceCulture);
|
2022-10-23 12:49:49 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotManageMessages {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotManageMessages", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotKickMembers {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickMembers", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotModerateMembers {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotModerateMembers", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotManageGuild {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotManageGuild", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotBanMembers {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotBanMembers", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotManageMessages {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotManageMessages", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotKickMembers {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotKickMembers", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotModerateMembers {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotModerateMembers", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotManageGuild {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotManageGuild", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingBanReason {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingBanReason", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingKickReason {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingKickReason", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingMuteReason {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingMuteReason", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingUnbanReason {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingUnbanReason", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingUnmuteReason {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingUnmuteReason", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string MissingSetting {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("MissingSetting", resourceCulture);
|
2022-01-30 11:43:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-30 18:15:01 +03:00
|
|
|
|
internal static string UserCannotBanOwner {
|
2022-01-30 11:43:15 +03:00
|
|
|
|
get {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanOwner", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
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-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotBanBot {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanBot", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotBanTarget {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotBanTarget", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotBanTarget {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanTarget", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotKickOwner {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickOwner", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string UserCannotKickThemselves {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("UserCannotKickThemselves", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotKickBot {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickBot", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotKickTarget {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotKickTarget", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotKickTarget {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickTarget", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotMuteOwner {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteOwner", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotMuteThemselves {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteThemselves", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotMuteBot {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteBot", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotMuteTarget {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotMuteTarget", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotMuteTarget {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteTarget", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string UserCannotUnmuteOwner {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteOwner", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotUnmuteThemselves {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteThemselves", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotUnmuteBot {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteBot", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string BotCannotUnmuteTarget {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotUnmuteTarget", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string UserCannotUnmuteTarget {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteTarget", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string CommandDescriptionCavepleaselisten {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("CommandDescriptionCavepleaselisten", resourceCulture);
|
2022-01-30 11:43:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string ServerBlacklisted {
|
2022-01-30 11:43:15 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("ServerBlacklisted", resourceCulture);
|
2022-08-22 17:48:51 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-23 13:39:59 +03:00
|
|
|
|
internal static string EventEarlyNotification {
|
2022-08-22 17:48:51 +03:00
|
|
|
|
get {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
return ResourceManager.GetString("EventEarlyNotification", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SettingsEventEarlyNotificationOffset {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SettingsEventEarlyNotificationOffset", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|