From 72608fae28d260158538de99ea01bc7aeaa42117 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 9 Nov 2016 18:01:14 +0100 Subject: [PATCH] More mistakes --- .../Resources/CommandStrings.Designer.cs | 262 ++++++++---------- 1 file changed, 118 insertions(+), 144 deletions(-) diff --git a/src/NadekoBot/Resources/CommandStrings.Designer.cs b/src/NadekoBot/Resources/CommandStrings.Designer.cs index 6fe768c9..de807056 100644 --- a/src/NadekoBot/Resources/CommandStrings.Designer.cs +++ b/src/NadekoBot/Resources/CommandStrings.Designer.cs @@ -501,7 +501,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Automaticaly assigns a specified role to every user who joins the server. . + /// Looks up a localized string similar to Automaticaly assigns a specified role to every user who joins the server.. /// public static string autoassignrole_desc { get { @@ -852,7 +852,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Toggles automatic deletion of bye messages. . + /// Looks up a localized string similar to Toggles automatic deletion of bye messages.. /// public static string byedel_desc { get { @@ -879,7 +879,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets a new leave announcement message. Type %user% if you want to mention the new member. Using it with no message will show the current bye message. . + /// Looks up a localized string similar to Sets a new leave announcement message. Type %user% if you want to mention the new member. Using it with no message will show the current bye message.. /// public static string byemsg_desc { get { @@ -1500,7 +1500,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Cleans up hanging voice connections. . + /// Looks up a localized string similar to Cleans up hanging voice connections.. /// public static string cleanup_desc { get { @@ -1544,6 +1544,33 @@ namespace NadekoBot.Resources { } } + /// + /// Looks up a localized string similar to cleverbot. + /// + public static string cleverbot_cmd { + get { + return ResourceManager.GetString("cleverbot_cmd", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Toggles cleverbot session. When enabled, the bot will reply to messages starting with bot mention in the server. Custom reactions starting with %mention% won't work if cleverbot is enabled.. + /// + public static string cleverbot_desc { + get { + return ResourceManager.GetString("cleverbot_desc", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to `{0}cleverbot`. + /// + public static string cleverbot_usage { + get { + return ResourceManager.GetString("cleverbot_usage", resourceCulture); + } + } + /// /// Looks up a localized string similar to cmdcooldown cmdcd. /// @@ -1716,7 +1743,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Creates a role with a given name. . + /// Looks up a localized string similar to Creates a role with a given name.. /// public static string createrole_desc { get { @@ -1770,7 +1797,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Creates a new voice channel with a given name. . + /// Looks up a localized string similar to Creates a new voice channel with a given name.. /// public static string creatvoichanl_desc { get { @@ -1797,7 +1824,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Creates a new text channel with a given name. . + /// Looks up a localized string similar to Creates a new text channel with a given name.. /// public static string creatxtchanl_desc { get { @@ -1851,7 +1878,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Deafens mentioned user or users. . + /// Looks up a localized string similar to Deafens mentioned user or users.. /// public static string deafen_desc { get { @@ -2040,7 +2067,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Deletes a text channel with a given name. . + /// Looks up a localized string similar to Deletes a text channel with a given name.. /// public static string deltxtchanl_desc { get { @@ -2067,7 +2094,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Deletes a voice channel with a given name. . + /// Looks up a localized string similar to Deletes a voice channel with a given name.. /// public static string delvoichanl_desc { get { @@ -2580,7 +2607,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Toggles anouncements on the current channel when someone joins the server. . + /// Looks up a localized string similar to Toggles anouncements on the current channel when someone joins the server.. /// public static string greet_desc { get { @@ -2607,7 +2634,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Toggles automatic deletion of greet messages. . + /// Looks up a localized string similar to Toggles automatic deletion of greet messages.. /// public static string greetdel_desc { get { @@ -2634,7 +2661,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Toggles whether the greet messages will be sent in a DM (This is separate from greet - you can have both, any or neither enabled). . + /// Looks up a localized string similar to Toggles whether the greet messages will be sent in a DM (This is separate from greet - you can have both, any or neither enabled).. /// public static string greetdm_desc { get { @@ -2661,7 +2688,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets a new join announcement message which will be sent to the user who joined. Type %user% if you want to mention the new member. Using it with no message will show the current DM greet message. . + /// Looks up a localized string similar to Sets a new join announcement message which will be sent to the user who joined. Type %user% if you want to mention the new member. Using it with no message will show the current DM greet message.. /// public static string greetdmmsg_desc { get { @@ -2688,7 +2715,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets a new join announcement message which will be shown in the server's channel. Type %user% if you want to mention the new member. Using it with no message will show the current greet message. . + /// Looks up a localized string similar to Sets a new join announcement message which will be shown in the server's channel. Type %user% if you want to mention the new member. Using it with no message will show the current greet message.. /// public static string greetmsg_desc { get { @@ -3120,7 +3147,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Joins current channel to an instance of cross server channel using the token. . + /// Looks up a localized string similar to Joins current channel to an instance of cross server channel using the token.. /// public static string jcsc_desc { get { @@ -3174,7 +3201,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Kicks a mentioned user. . + /// Looks up a localized string similar to Kicks a mentioned user.. /// public static string kick_desc { get { @@ -3228,7 +3255,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Leaves Cross server channel instance from this channel. . + /// Looks up a localized string similar to Leaves Cross server channel instance from this channel.. /// public static string lcsc_desc { get { @@ -3282,7 +3309,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Makes Nadeko leave the server. Either name or id required. . + /// Looks up a localized string similar to Makes Nadeko leave the server. Either name or id required.. /// public static string leave_desc { get { @@ -3920,24 +3947,6 @@ namespace NadekoBot.Resources { } } - /// - /// Looks up a localized string similar to memegen. - /// - public static string memegen_cmd { - get { - return ResourceManager.GetString("memegen_cmd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generates a meme from memelist with top and bottom text.. - /// - public static string memegen_desc { - get { - return ResourceManager.GetString("memegen_desc", resourceCulture); - } - } - /// /// Looks up a localized string similar to minecraftping mcping. /// @@ -3957,7 +3966,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to `{0}mcping 127.0.0.1:1337`. + /// Looks up a localized string similar to `{0}mcping 127.0.0.1:25565`. /// public static string mcping_usage { get { @@ -3992,6 +4001,24 @@ namespace NadekoBot.Resources { } } + /// + /// Looks up a localized string similar to memegen. + /// + public static string memegen_cmd { + get { + return ResourceManager.GetString("memegen_cmd", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Generates a meme from memelist with top and bottom text.. + /// + public static string memegen_desc { + get { + return ResourceManager.GetString("memegen_desc", resourceCulture); + } + } + /// /// Looks up a localized string similar to `{0}memegen biw "gets iced coffee" "in the winter"`. /// @@ -4713,7 +4740,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to `{0}prune` removes all nadeko's messages in the last 100 messages.`{0}prune X` removes last X messages from the channel (up to 100)`{0}prune @Someone` removes all Someone's messages in the last 100 messages.`{0}prune @Someone X` removes last X 'Someone's' messages in the channel. . + /// Looks up a localized string similar to `{0}prune` removes all nadeko's messages in the last 100 messages.`{0}prune X` removes last X messages from the channel (up to 100)`{0}prune @Someone` removes all Someone's messages in the last 100 messages.`{0}prune @Someone X` removes last X 'Someone's' messages in the channel.. /// public static string prune_desc { get { @@ -4983,7 +5010,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets message for when the remind is triggered. Available placeholders are %user% - user who ran the command, %message% - Message specified in the remind, %target% - target channel of the remind. . + /// Looks up a localized string similar to Sets message for when the remind is triggered. Available placeholders are %user% - user who ran the command, %message% - Message specified in the remind, %target% - target channel of the remind.. /// public static string remindtemplate_desc { get { @@ -4992,7 +5019,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to `{0}remindtemplate %user%, you gotta do %message%!`. + /// Looks up a localized string similar to `{0}remindtemplate %user%, do %message%!`. /// public static string remindtemplate_usage { get { @@ -5037,7 +5064,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Removes all roles from a mentioned user. . + /// Looks up a localized string similar to Removes all roles from a mentioned user.. /// public static string removeallroles_desc { get { @@ -5091,7 +5118,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Removes a playing string on a given number. . + /// Looks up a localized string similar to Removes a playing string on a given number.. /// public static string removeplaying_desc { get { @@ -5118,7 +5145,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Removes a role from a given user. . + /// Looks up a localized string similar to Removes a role from a given user.. /// public static string removerole_desc { get { @@ -5226,7 +5253,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Immediately shows the repeat message and restarts the timer. . + /// Looks up a localized string similar to Immediately shows the repeat message and restarts the timer.. /// public static string repeatinvoke_desc { get { @@ -5442,7 +5469,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Set a role's color to the hex or 0-255 rgb color value provided. . + /// Looks up a localized string similar to Set a role's color to the hex or 0-255 rgb color value provided.. /// public static string rolecolor_desc { get { @@ -5901,7 +5928,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets a new avatar image for the NadekoBot. Argument is a direct link to an image. . + /// Looks up a localized string similar to Sets a new avatar image for the NadekoBot. Argument is a direct link to an image.. /// public static string setavatar_desc { get { @@ -5928,7 +5955,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Changes the name of the current channel. . + /// Looks up a localized string similar to Changes the name of the current channel.. /// public static string setchanlname_desc { get { @@ -5955,7 +5982,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets the bots game. . + /// Looks up a localized string similar to Sets the bots game.. /// public static string setgame_desc { get { @@ -6009,7 +6036,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets a name of the role which will be assigned to people who should be muted. Default is nadeko-mute. After specifying this role, restart commands which use mute as punishment.. + /// Looks up a localized string similar to Sets a name of the role which will be assigned to people who should be muted. Default is nadeko-mute.. /// public static string setmuterole_desc { get { @@ -6036,7 +6063,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Gives the bot a new name. . + /// Looks up a localized string similar to Gives the bot a new name.. /// public static string setname_desc { get { @@ -6063,7 +6090,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets a role for a given user. . + /// Looks up a localized string similar to Sets a role for a given user.. /// public static string setrole_desc { get { @@ -6099,7 +6126,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to `{0}setstream https://www.twitch.tv/masterkwoth Developing Nakedo`. + /// Looks up a localized string similar to `{0}setstream TWITCHLINK Hello`. /// public static string setstream_usage { get { @@ -6117,7 +6144,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Sets a topic on the current channel. . + /// Looks up a localized string similar to Sets a topic on the current channel.. /// public static string settopic_desc { get { @@ -6134,6 +6161,33 @@ namespace NadekoBot.Resources { } } + /// + /// Looks up a localized string similar to shorten. + /// + public static string shorten_cmd { + get { + return ResourceManager.GetString("shorten_cmd", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Attempts to shorten an URL, if it fails, returns the input URL.. + /// + public static string shorten_desc { + get { + return ResourceManager.GetString("shorten_desc", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to `{0}shorten https://google.com`. + /// + public static string shorten_usage { + get { + return ResourceManager.GetString("shorten_usage", resourceCulture); + } + } + /// /// Looks up a localized string similar to showcustreact scr. /// @@ -6306,7 +6360,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Bans and then unbans a user by ID or name with an optional message. . + /// Looks up a localized string similar to Bans and then unbans a user by ID or name with an optional message.. /// public static string softban_desc { get { @@ -6576,7 +6630,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Takes a certain amount of currency from someone. . + /// Looks up a localized string similar to Takes a certain amount of currency from someone.. /// public static string take_desc { get { @@ -6981,7 +7035,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Undeafens mentioned user or users. . + /// Looks up a localized string similar to Undeafens mentioned user or users.. /// public static string undeafen_desc { get { @@ -7035,7 +7089,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Clears the message queue. . + /// Looks up a localized string similar to Clears the message queue.. /// public static string unstuck_desc { get { @@ -7170,7 +7224,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Starts logging to this channel when someone from the server goes online/offline/idle. . + /// Looks up a localized string similar to Starts logging to this channel when someone from the server goes online/offline/idle.. /// public static string userpresence_desc { get { @@ -7332,7 +7386,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Creates a text channel for each voice channel only users in that voice channel can see.If you are server owner, keep in mind you will see them all the time regardless. . + /// Looks up a localized string similar to Creates a text channel for each voice channel only users in that voice channel can see.If you are server owner, keep in mind you will see them all the time regardless.. /// public static string voiceplustext_desc { get { @@ -7359,7 +7413,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Toggles logging to this channel whenever someone joins or leaves a voice channel you are currently in. . + /// Looks up a localized string similar to Toggles logging to this channel whenever someone joins or leaves a voice channel you are currently in.. /// public static string voicepresence_desc { get { @@ -7386,7 +7440,7 @@ namespace NadekoBot.Resources { } /// - /// Looks up a localized string similar to Gives a previously voice-muted user a permission to speak. . + /// Looks up a localized string similar to Gives a previously voice-muted user a permission to speak.. /// public static string voiceunmute_desc { get { @@ -7510,7 +7564,7 @@ namespace NadekoBot.Resources { return ResourceManager.GetString("wiki_usage", resourceCulture); } } - + /// /// Looks up a localized string similar to wikia. /// @@ -7645,85 +7699,5 @@ namespace NadekoBot.Resources { return ResourceManager.GetString("youtube_usage", resourceCulture); } } - /// - /// Looks up a localized string similar to minecraftping mcping. - /// - public static string mcping_cmd { - get { - return ResourceManager.GetString("mcping_cmd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pings a minecraft server.. - /// - public static string mcping_desc { - get { - return ResourceManager.GetString("mcping_desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to `{0}mcping 127.0.0.1:1337`. - /// - public static string mcping_usage { - get { - return ResourceManager.GetString("mcping_usage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to minecraftquery mcquery. - /// - public static string mcquery_cmd { - get { - return ResourceManager.GetString("mcquery_cmd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finds information about a minecraft server.. - /// - public static string mcquery_desc { - get { - return ResourceManager.GetString("mcquery_desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to `{0}mcquery server:ip`. - /// - public static string mcquery_usage { - get { - return ResourceManager.GetString("mcquery_usage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to minecraftuser mcuser. - /// - public static string mcuser_cmd { - get { - return ResourceManager.GetString("mcuser_cmd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finds information about a minecraft user.. - /// - public static string mcuser_desc { - get { - return ResourceManager.GetString("mcuser_desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to `{0}mcuser username or uuid`. - /// - public static string mcuser_usage { - get { - return ResourceManager.GetString("mcuser_usage", resourceCulture); - } - } } -} \ No newline at end of file +}