mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-05 13:36:30 +03:00
Remove unused locales that I found
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
62709d927b
commit
f2f07245c2
4 changed files with 0 additions and 120 deletions
48
src/Messages.Designer.cs
generated
48
src/Messages.Designer.cs
generated
|
@ -108,42 +108,18 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string ChannelNotSpecified {
|
||||
get {
|
||||
return ResourceManager.GetString("ChannelNotSpecified", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string RoleNotSpecified {
|
||||
get {
|
||||
return ResourceManager.GetString("RoleNotSpecified", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingsLang {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsLang", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingsPrefix {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsPrefix", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingsRemoveRolesOnMute {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsRemoveRolesOnMute", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingsSendWelcomeMessages {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsSendWelcomeMessages", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingsMuteRole {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsMuteRole", resourceCulture);
|
||||
|
@ -240,12 +216,6 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string SettingsEventStartedReceivers {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsEventStartedReceivers", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EventStarted {
|
||||
get {
|
||||
return ResourceManager.GetString("EventStarted", resourceCulture);
|
||||
|
@ -276,12 +246,6 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string SettingNotDefined {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingNotDefined", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string UserCannotBanMembers {
|
||||
get {
|
||||
return ResourceManager.GetString("UserCannotBanMembers", resourceCulture);
|
||||
|
@ -720,18 +684,6 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string Next {
|
||||
get {
|
||||
return ResourceManager.GetString("Next", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Previous {
|
||||
get {
|
||||
return ResourceManager.GetString("Previous", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ReminderList {
|
||||
get {
|
||||
return ResourceManager.GetString("ReminderList", resourceCulture);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue