Implement emotes part 2
This commit is contained in:
Generated
+45
@@ -1868,6 +1868,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Blocked emotes.
|
||||
/// </summary>
|
||||
internal static string Options_Emote_BlockedEmotes {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Emote_BlockedEmotes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Emote.
|
||||
/// </summary>
|
||||
internal static string Options_Emote_EmoteTable {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Emote_EmoteTable", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Emotes.
|
||||
/// </summary>
|
||||
internal static string Options_Emote_Tab {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Emote_Tab", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Extra glyphs can be added to {0}'s global font by enabling the checkboxes below. This will likely require increasing Dalamud's font atlas size..
|
||||
/// </summary>
|
||||
@@ -2309,6 +2336,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Replaces words with their emote version, currently supports BetterTTV.
|
||||
/// </summary>
|
||||
internal static string Options_ShowEmotes_Desc {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_ShowEmotes_Desc", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show emotes.
|
||||
/// </summary>
|
||||
internal static string Options_ShowEmotes_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_ShowEmotes_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show the Novice Network join button next to the settings button if logged in as a mentor..
|
||||
/// </summary>
|
||||
|
||||
@@ -1018,4 +1018,19 @@
|
||||
<data name="Options_KeepInputFocus_Description" xml:space="preserve">
|
||||
<value>Keeps the input focus, even if you enter battle or do other actions</value>
|
||||
</data>
|
||||
<data name="Options_ShowEmotes_Name" xml:space="preserve">
|
||||
<value>Show emotes</value>
|
||||
</data>
|
||||
<data name="Options_ShowEmotes_Desc" xml:space="preserve">
|
||||
<value>Replaces words with their emote version, currently supports BetterTTV</value>
|
||||
</data>
|
||||
<data name="Options_Emote_Tab" xml:space="preserve">
|
||||
<value>Emotes</value>
|
||||
</data>
|
||||
<data name="Options_Emote_BlockedEmotes" xml:space="preserve">
|
||||
<value>Blocked emotes</value>
|
||||
</data>
|
||||
<data name="Options_Emote_EmoteTable" xml:space="preserve">
|
||||
<value>Emote</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user