Configurable position for the preview
This commit is contained in:
Generated
+63
@@ -2390,6 +2390,69 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bottom.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Bottom {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Bottom", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to A preview wih all emote, auto-translate encoded as they appear in chat.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Text Preview:.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Header {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Header", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Inside.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Inside {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Inside", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Input preview.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to None.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_None {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_None", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Top.
|
||||
/// </summary>
|
||||
internal static string Options_Preview_Top {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Preview_Top", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Replaces words with their emote version, currently supports BetterTTV.
|
||||
/// </summary>
|
||||
|
||||
@@ -1051,4 +1051,25 @@
|
||||
<data name="Options_Emote_Loaded" xml:space="preserve">
|
||||
<value>Emotes available:</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Description" xml:space="preserve">
|
||||
<value>A preview wih all emote, auto-translate encoded as they appear in chat</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Name" xml:space="preserve">
|
||||
<value>Input preview</value>
|
||||
</data>
|
||||
<data name="Options_Preview_None" xml:space="preserve">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Inside" xml:space="preserve">
|
||||
<value>Inside</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Top" xml:space="preserve">
|
||||
<value>Top</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Bottom" xml:space="preserve">
|
||||
<value>Bottom</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Header" xml:space="preserve">
|
||||
<value>Text Preview:</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user