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>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
2023-09-30 16:58:32 +03:00
|
|
|
|
namespace Octobot {
|
2023-07-09 18:15:39 +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 {
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2022-01-18 20:38:15 +03:00
|
|
|
|
internal Messages() {
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
if (object.Equals(null, resourceMan)) {
|
2023-09-30 16:58:32 +03:00
|
|
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Octobot.locale.Messages", typeof(Messages).Assembly);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
resourceMan = temp;
|
|
|
|
|
}
|
|
|
|
|
return resourceMan;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string Ready {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("Ready", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string CachedMessageDeleted {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("CachedMessageDeleted", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string CachedMessageEdited {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("CachedMessageEdited", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DefaultWelcomeMessage {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DefaultWelcomeMessage", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-09-30 16:58:32 +03:00
|
|
|
|
internal static string Sound1 {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-09-30 16:58:32 +03:00
|
|
|
|
return ResourceManager.GetString("Sound1", resourceCulture);
|
2022-06-06 18:39:47 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-09-30 16:58:32 +03:00
|
|
|
|
internal static string Sound2 {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-09-30 16:58:32 +03:00
|
|
|
|
return ResourceManager.GetString("Sound2", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-09-30 16:58:32 +03:00
|
|
|
|
internal static string Sound3 {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-09-30 16:58:32 +03:00
|
|
|
|
return ResourceManager.GetString("Sound3", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string YouWereBanned {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("YouWereBanned", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string PunishmentExpired {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("PunishmentExpired", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string YouWereKicked {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("YouWereKicked", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string Milliseconds {
|
2022-02-21 20:08:55 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("Milliseconds", resourceCulture);
|
2022-02-21 20:08:55 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string ChannelNotSpecified {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("ChannelNotSpecified", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string RoleNotSpecified {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("RoleNotSpecified", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsLang {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsLang", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsPrefix {
|
2022-10-18 20:55:16 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsPrefix", resourceCulture);
|
2022-10-18 20:55:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsRemoveRolesOnMute {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsRemoveRolesOnMute", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsSendWelcomeMessages {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsSendWelcomeMessages", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsMuteRole {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsMuteRole", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string LanguageNotSupported {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("LanguageNotSupported", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string Yes {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("Yes", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string No {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("No", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserNotBanned {
|
2023-01-18 17:39:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserNotBanned", resourceCulture);
|
2023-01-18 17:39:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string MemberNotMuted {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("MemberNotMuted", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsWelcomeMessage {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsWelcomeMessage", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserBanned {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserBanned", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsReceiveStartupMessages {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsReceiveStartupMessages", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string InvalidSettingValue {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidSettingValue", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string InvalidRole {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidRole", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string InvalidChannel {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidChannel", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DurationRequiredForTimeOuts {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DurationRequiredForTimeOuts", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string CannotTimeOutBot {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("CannotTimeOutBot", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsEventNotificationRole {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventNotificationRole", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsEventNotificationChannel {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventNotificationChannel", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsEventStartedReceivers {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventStartedReceivers", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string EventStarted {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("EventStarted", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2022-11-11 22:59:11 +03:00
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2022-11-11 22:59:11 +03:00
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string MessagesCleared {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("MessagesCleared", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsNothingChanged {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsNothingChanged", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingNotDefined {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingNotDefined", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotBanMembers {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanMembers", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotManageMessages {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotManageMessages", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotKickMembers {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickMembers", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotModerateMembers {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotModerateMembers", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotManageGuild {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotManageGuild", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotBanMembers {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotBanMembers", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotManageMessages {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotManageMessages", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotKickMembers {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotKickMembers", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotModerateMembers {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotModerateMembers", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotManageGuild {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotManageGuild", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotBanOwner {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanOwner", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotBanThemselves {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanThemselves", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotBanBot {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanBot", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotBanTarget {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotBanTarget", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotBanTarget {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotBanTarget", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotKickOwner {
|
2022-10-18 20:55:16 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickOwner", resourceCulture);
|
2022-10-18 20:55:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotKickThemselves {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickThemselves", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotKickBot {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickBot", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotKickTarget {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotKickTarget", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotKickTarget {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotKickTarget", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotMuteOwner {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteOwner", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotMuteThemselves {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteThemselves", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotMuteBot {
|
2022-10-23 12:49:49 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteBot", resourceCulture);
|
2022-10-23 12:49:49 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotMuteTarget {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotMuteTarget", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotMuteTarget {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotMuteTarget", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotUnmuteOwner {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteOwner", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotUnmuteThemselves {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteThemselves", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotUnmuteBot {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteBot", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string BotCannotUnmuteTarget {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("BotCannotUnmuteTarget", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserCannotUnmuteTarget {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserCannotUnmuteTarget", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string EventEarlyNotification {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("EventEarlyNotification", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsEventEarlyNotificationOffset {
|
2023-01-18 17:39:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsEventEarlyNotificationOffset", resourceCulture);
|
2023-01-18 17:39:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserNotFound {
|
2023-01-18 17:39:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserNotFound", resourceCulture);
|
2023-01-18 17:39:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsDefaultRole {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsDefaultRole", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsPublicFeedbackChannel {
|
2023-01-18 17:39:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsPublicFeedbackChannel", resourceCulture);
|
2023-01-18 17:39:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsPrivateFeedbackChannel {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsPrivateFeedbackChannel", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsReturnRolesOnRejoin {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsReturnRolesOnRejoin", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsAutoStartEvents {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsAutoStartEvents", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string IssuedBy {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("IssuedBy", resourceCulture);
|
2022-05-14 16:12:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string EventCreatedTitle {
|
2022-05-14 16:12:24 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("EventCreatedTitle", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DescriptionLocalEventCreated {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DescriptionLocalEventCreated", resourceCulture);
|
2022-01-30 11:43:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DescriptionExternalEventCreated {
|
2022-01-30 11:43:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DescriptionExternalEventCreated", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string EventDetailsButton {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("EventDetailsButton", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string EventDuration {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("EventDuration", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DescriptionLocalEventStarted {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DescriptionLocalEventStarted", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DescriptionExternalEventStarted {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DescriptionExternalEventStarted", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserAlreadyBanned {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserAlreadyBanned", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserUnbanned {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserUnbanned", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserMuted {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserMuted", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserUnmuted {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserUnmuted", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserNotMuted {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserNotMuted", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserNotFoundShort {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserNotFoundShort", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserKicked {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserKicked", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DescriptionActionReason {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DescriptionActionReason", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DescriptionActionExpiresAt {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DescriptionActionExpiresAt", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string UserAlreadyMuted {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("UserAlreadyMuted", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string MessageFrom {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("MessageFrom", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string AboutTitleDevelopers {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("AboutTitleDevelopers", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-09-29 18:36:16 +03:00
|
|
|
|
internal static string AboutTitleRepository {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-09-29 18:36:16 +03:00
|
|
|
|
return ResourceManager.GetString("AboutTitleRepository", resourceCulture);
|
2022-08-30 18:15:01 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string AboutBot {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("AboutBot", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string AboutDeveloper_mctaylors {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("AboutDeveloper@mctaylors", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string AboutDeveloper_Octol1ttle {
|
2022-08-30 18:15:01 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("AboutDeveloper@Octol1ttle", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string AboutDeveloper_neroduckale {
|
2022-01-18 20:38:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("AboutDeveloper@neroduckale", resourceCulture);
|
2022-01-30 11:43:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string ReminderCreated {
|
2022-01-30 11:43:15 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("ReminderCreated", resourceCulture);
|
2022-08-22 17:48:51 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string Reminder {
|
2022-08-22 17:48:51 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("Reminder", resourceCulture);
|
2022-10-23 13:39:59 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string DescriptionReminder {
|
2022-10-23 13:39:59 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("DescriptionReminder", resourceCulture);
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingsListTitle {
|
2023-02-02 07:48:18 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingsListTitle", resourceCulture);
|
2023-02-02 07:48:18 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingSuccessfullyChanged {
|
2023-02-02 19:37:12 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingSuccessfullyChanged", resourceCulture);
|
2023-02-02 19:37:12 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingNotChanged {
|
2023-05-12 17:56:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingNotChanged", resourceCulture);
|
2023-07-09 16:32:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-09 20:36:44 +03:00
|
|
|
|
|
2023-07-09 18:15:39 +03:00
|
|
|
|
internal static string SettingIsNow {
|
2023-07-09 16:32:14 +03:00
|
|
|
|
get {
|
2023-07-09 18:15:39 +03:00
|
|
|
|
return ResourceManager.GetString("SettingIsNow", resourceCulture);
|
2023-05-12 17:56:14 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-25 17:53:11 +03:00
|
|
|
|
|
|
|
|
|
internal static string Page {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Page", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string PageNotFound {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("PageNotFound", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string PagesAllowed {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("PagesAllowed", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Next {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Next", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Previous {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Previous", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-08-12 16:54:51 +03:00
|
|
|
|
|
|
|
|
|
internal static string ReminderList {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ReminderList", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 17:17:48 +03:00
|
|
|
|
internal static string InvalidReminderPosition {
|
2023-08-12 16:54:51 +03:00
|
|
|
|
get {
|
2023-10-06 17:17:48 +03:00
|
|
|
|
return ResourceManager.GetString("InvalidReminderPosition", resourceCulture);
|
2023-08-12 16:54:51 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ReminderDeleted {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ReminderDeleted", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-08-14 10:45:56 +03:00
|
|
|
|
|
|
|
|
|
internal static string NoRemindersFound {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("NoRemindersFound", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-22 20:23:08 +03:00
|
|
|
|
|
|
|
|
|
internal static string SingleSettingReset {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SingleSettingReset", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string AllSettingsReset {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("AllSettingsReset", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-29 15:31:45 +03:00
|
|
|
|
|
2023-09-29 18:36:16 +03:00
|
|
|
|
internal static string DescriptionActionJumpToMessage {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("DescriptionActionJumpToMessage", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string DescriptionActionJumpToChannel {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("DescriptionActionJumpToChannel", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 17:17:48 +03:00
|
|
|
|
internal static string ReminderPosition {
|
2023-09-29 18:36:16 +03:00
|
|
|
|
get {
|
2023-10-06 17:17:48 +03:00
|
|
|
|
return ResourceManager.GetString("ReminderPosition", resourceCulture);
|
2023-09-29 18:36:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-26 17:41:47 +03:00
|
|
|
|
internal static string ReminderTime {
|
2023-09-29 18:36:16 +03:00
|
|
|
|
get {
|
2023-10-26 17:41:47 +03:00
|
|
|
|
return ResourceManager.GetString("ReminderTime", resourceCulture);
|
2023-09-29 18:36:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ReminderText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ReminderText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:23:45 +03:00
|
|
|
|
internal static string InformationAbout {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:23:45 +03:00
|
|
|
|
return ResourceManager.GetString("InformationAbout", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoDisplayName {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoDisplayName", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoDiscordUserSince {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoDiscordUserSince", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoMuted {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoMuted", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoBanned {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoBanned", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoPunishments {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoPunishments", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoBannedPermanently {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoBannedPermanently", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoNotOnGuild {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoNotOnGuild", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoMutedByTimeout {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoMutedByTimeout", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoMutedByMuteRole {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoMutedByMuteRole", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoGuildMemberSince {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoGuildMemberSince", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoGuildNickname {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoGuildNickname", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoGuildRoles {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoGuildRoles", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-06 15:35:08 +03:00
|
|
|
|
internal static string UserInfoGuildMemberPremiumSince {
|
2023-09-29 15:31:45 +03:00
|
|
|
|
get {
|
2023-10-06 15:35:08 +03:00
|
|
|
|
return ResourceManager.GetString("UserInfoGuildMemberPremiumSince", resourceCulture);
|
2023-09-29 15:31:45 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-29 19:22:44 +03:00
|
|
|
|
|
2023-10-04 15:32:54 +03:00
|
|
|
|
internal static string RandomTitle
|
2023-09-29 19:22:44 +03:00
|
|
|
|
{
|
|
|
|
|
get {
|
2023-10-04 15:32:54 +03:00
|
|
|
|
return ResourceManager.GetString("RandomTitle", resourceCulture);
|
2023-09-29 19:22:44 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-04 15:32:54 +03:00
|
|
|
|
internal static string RandomMinMaxSame
|
2023-09-29 19:22:44 +03:00
|
|
|
|
{
|
|
|
|
|
get {
|
2023-10-04 15:32:54 +03:00
|
|
|
|
return ResourceManager.GetString("RandomMinMaxSame", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string RandomMax
|
|
|
|
|
{
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("RandomMax", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string RandomMin
|
|
|
|
|
{
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("RandomMin", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Default
|
|
|
|
|
{
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Default", resourceCulture);
|
2023-09-29 19:22:44 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-03 15:07:41 +03:00
|
|
|
|
|
|
|
|
|
internal static string TimestampTitle
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("TimestampTitle", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string TimestampOffset
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("TimestampOffset", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-06 15:23:45 +03:00
|
|
|
|
|
|
|
|
|
internal static string GuildInfoDescription
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("GuildInfoDescription", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string GuildInfoCreatedAt
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("GuildInfoCreatedAt", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string GuildInfoOwner
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("GuildInfoOwner", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string GuildInfoServerBoost
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("GuildInfoServerBoost", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string GuildInfoBoostTier
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("GuildInfoBoostTier", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string GuildInfoBoostCount
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("GuildInfoBoostCount", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-17 15:20:58 +03:00
|
|
|
|
|
|
|
|
|
internal static string NoMessagesToClear
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("NoMessagesToClear", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string MessagesClearedFiltered
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("MessagesClearedFiltered", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-26 17:54:15 +03:00
|
|
|
|
|
|
|
|
|
internal static string CommandExecutionFailed
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("CommandExecutionFailed", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ContactDevelopers
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
return ResourceManager.GetString("ContactDevelopers", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-01-18 20:38:15 +03:00
|
|
|
|
}
|
|
|
|
|
}
|