diff --git a/src/NadekoBot/Resources/ResponseStrings.Designer.cs b/src/NadekoBot/Resources/ResponseStrings.Designer.cs index 30c80001..78867fa4 100644 --- a/src/NadekoBot/Resources/ResponseStrings.Designer.cs +++ b/src/NadekoBot/Resources/ResponseStrings.Designer.cs @@ -728,6 +728,15 @@ namespace NadekoBot.Resources { } } + /// + /// Looks up a localized string similar to Migration done!. + /// + public static string administration_migration_done { + get { + return ResourceManager.GetString("administration_migration_done", resourceCulture); + } + } + /// /// Looks up a localized string similar to {0} moved from {1} to {2}. /// @@ -899,6 +908,15 @@ namespace NadekoBot.Resources { } } + /// + /// Looks up a localized string similar to Presence Updates. + /// + public static string administration_presence_updates { + get { + return ResourceManager.GetString("administration_presence_updates", resourceCulture); + } + } + /// /// Looks up a localized string similar to Active Protections. /// @@ -1152,6 +1170,25 @@ namespace NadekoBot.Resources { } } + /// + /// Looks up a localized string similar to User Soft-Banned. + /// + public static string administration_sb_user { + get { + return ResourceManager.GetString("administration_sb_user", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to You have been soft-banned from {0} server. + ///Reason: {1}. + /// + public static string administration_sbdm { + get { + return ResourceManager.GetString("administration_sbdm", resourceCulture); + } + } + /// /// Looks up a localized string similar to You already have {0} role.. /// @@ -1245,9 +1282,9 @@ namespace NadekoBot.Resources { /// /// Looks up a localized string similar to You now have {0} role.. /// - public static string administration_self_assign_sucess { + public static string administration_self_assign_success { get { - return ResourceManager.GetString("administration_self_assign_sucess", resourceCulture); + return ResourceManager.GetString("administration_self_assign_success", resourceCulture); } } @@ -1522,6 +1559,15 @@ namespace NadekoBot.Resources { } } + /// + /// Looks up a localized string similar to User Unbanned. + /// + public static string administration_user_unbanned { + get { + return ResourceManager.GetString("administration_user_unbanned", resourceCulture); + } + } + /// /// Looks up a localized string similar to {0} has been **unmuted** from text and voice chat.. /// @@ -1693,34 +1739,6 @@ namespace NadekoBot.Resources { } } - /// - /// Looks up a localized string similar to You have been soft-banned from {0} server. - ///Reason: {1}. - /// - public static string administraton_sbdm { - get { - return ResourceManager.GetString("administraton_sbdm", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Unbanned. - /// - public static string administraton_user_unbanned { - get { - return ResourceManager.GetString("administraton_user_unbanned", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Migration done!. - /// - public static string adminsitration_migration_done { - get { - return ResourceManager.GetString("adminsitration_migration_done", resourceCulture); - } - } - /// /// Looks up a localized string similar to Error while migrating, check bot's console for more information.. /// @@ -1730,24 +1748,6 @@ namespace NadekoBot.Resources { } } - /// - /// Looks up a localized string similar to Presence Updates. - /// - public static string adminsitration_presence_updates { - get { - return ResourceManager.GetString("adminsitration_presence_updates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Soft-Banned. - /// - public static string adminsitration_sb_user { - get { - return ResourceManager.GetString("adminsitration_sb_user", resourceCulture); - } - } - /// /// Looks up a localized string similar to That base is already claimed or destroyed.. /// diff --git a/src/NadekoBot/Resources/ResponseStrings.resx b/src/NadekoBot/Resources/ResponseStrings.resx index 2f82096e..1afc5b8b 100644 --- a/src/NadekoBot/Resources/ResponseStrings.resx +++ b/src/NadekoBot/Resources/ResponseStrings.resx @@ -698,7 +698,7 @@ Reason: {1} You no longer have {0} role. - + You now have {0} role.