Add changelog tab

This commit is contained in:
Infi
2024-05-22 03:39:31 +02:00
parent e19682e50d
commit c91858183a
8 changed files with 159 additions and 13 deletions
+50 -5
View File
@@ -1598,6 +1598,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Changelog:.
/// </summary>
internal static string Options_Changelog_Header {
get {
return ResourceManager.GetString("Options_Changelog_Header", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Changelog.
/// </summary>
internal static string Options_Changelog_Tab {
get {
return ResourceManager.GetString("Options_Changelog_Tab", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Import from game.
/// </summary>
@@ -2175,7 +2193,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Keeps the input focus, even if you enter battle or do other actions.
/// 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 {
@@ -2400,7 +2418,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Displays a preview with special parameter evaluated, like emotes and &lt;item&gt;.
/// Looks up a localized string similar to Displays a preview with special parameter evaluated, like emotes and &lt;item&gt;..
/// </summary>
internal static string Options_Preview_Description {
get {
@@ -2472,7 +2490,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Only show if the text length is greater-than or equal.
/// Looks up a localized string similar to Only show if the text length is greater-than or equal..
/// </summary>
internal static string Options_PreviewMinimum_Description {
get {
@@ -2490,7 +2508,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Only show if the text contains special parameter.
/// Looks up a localized string similar to Only show if the text contains special parameter..
/// </summary>
internal static string Options_PreviewOnlyIf_Description {
get {
@@ -2508,7 +2526,25 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Replaces words with their emote version, currently supports BetterTTV.
/// Looks up a localized string similar to Print the changelog to chat after an update..
/// </summary>
internal static string Options_PrintChangelog_Description {
get {
return ResourceManager.GetString("Options_PrintChangelog_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Print changelog.
/// </summary>
internal static string Options_PrintChangelog_Name {
get {
return ResourceManager.GetString("Options_PrintChangelog_Name", resourceCulture);
}
}
/// <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 {
@@ -2840,6 +2876,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to This feature isn&apos;t implemented yet.
/// </summary>
internal static string Options_Warning_NotImplemented {
get {
return ResourceManager.GetString("Options_Warning_NotImplemented", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Window opacity.
/// </summary>
+20 -5
View File
@@ -1016,13 +1016,13 @@
<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>
<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>
<value>Replaces words with their emote version, currently supports BetterTTV.</value>
</data>
<data name="Options_Emote_Tab" xml:space="preserve">
<value>Emotes</value>
@@ -1052,7 +1052,7 @@
<value>Emotes available:</value>
</data>
<data name="Options_Preview_Description" xml:space="preserve">
<value>Displays a preview with special parameter evaluated, like emotes and &lt;item&gt;</value>
<value>Displays a preview with special parameter evaluated, like emotes and &lt;item&gt;.</value>
</data>
<data name="Options_Preview_Name" xml:space="preserve">
<value>Position (None = off)</value>
@@ -1079,15 +1079,30 @@
<value>Must contain parameter</value>
</data>
<data name="Options_PreviewOnlyIf_Description" xml:space="preserve">
<value>Only show if the text contains special parameter</value>
<value>Only show if the text contains special parameter.</value>
</data>
<data name="Options_PreviewMinimum_Name" xml:space="preserve">
<value>Minimum input length</value>
</data>
<data name="Options_PreviewMinimum_Description" xml:space="preserve">
<value>Only show if the text length is greater-than or equal</value>
<value>Only show if the text length is greater-than or equal.</value>
</data>
<data name="Options_Preview_Tab" xml:space="preserve">
<value>Preview</value>
</data>
<data name="Options_Changelog_Tab" xml:space="preserve">
<value>Changelog</value>
</data>
<data name="Options_PrintChangelog_Name" xml:space="preserve">
<value>Print changelog</value>
</data>
<data name="Options_PrintChangelog_Description" xml:space="preserve">
<value>Print the changelog to chat after an update.</value>
</data>
<data name="Options_Warning_NotImplemented" xml:space="preserve">
<value>This feature isn't implemented yet</value>
</data>
<data name="Options_Changelog_Header" xml:space="preserve">
<value>Changelog:</value>
</data>
</root>