BTTV emote support part 1 & keep Input focus option
This commit is contained in:
Generated
+18
@@ -2093,6 +2093,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Keeps the input focus, even if you enter battle or do other actions.
|
||||
/// </summary>
|
||||
internal static string Options_KeepInputFocus_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_KeepInputFocus_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Keep input focus.
|
||||
/// </summary>
|
||||
internal static string Options_KeepInputFocus_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_KeepInputFocus_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The way in which {0} should handle keybinds..
|
||||
/// </summary>
|
||||
|
||||
@@ -1012,4 +1012,10 @@
|
||||
<data name="Options_AdjustPosition_Warning" xml:space="preserve">
|
||||
<value>Attention, this change applies immediately and is not discardable!</value>
|
||||
</data>
|
||||
<data name="Options_KeepInputFocus_Name" xml:space="preserve">
|
||||
<value>Keep input focus</value>
|
||||
</data>
|
||||
<data name="Options_KeepInputFocus_Description" xml:space="preserve">
|
||||
<value>Keeps the input focus, even if you enter battle or do other actions</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user