- API 15
- Migrate config for API 15 - Migrate database for API 15 - Allow usage of new target source - Implement first tell target option
This commit is contained in:
Generated
+81
@@ -86,6 +86,33 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to message is empty.
|
||||
/// </summary>
|
||||
internal static string ChatBox_Error_Empty {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatBox_Error_Empty", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to message contained invalid characters.
|
||||
/// </summary>
|
||||
internal static string ChatBox_Error_Invalid {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatBox_Error_Invalid", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to message is longer than 500 bytes.
|
||||
/// </summary>
|
||||
internal static string ChatBox_Error_Too_Long {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatBox_Error_Too_Long", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Input is disabled for this tab.
|
||||
/// </summary>
|
||||
@@ -1751,6 +1778,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Source.
|
||||
/// </summary>
|
||||
internal static string ImGuiUtil_ChannelSelector_Source {
|
||||
get {
|
||||
return ResourceManager.GetString("ImGuiUtil_ChannelSelector_Source", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Target.
|
||||
/// </summary>
|
||||
internal static string ImGuiUtil_ChannelSelector_Target {
|
||||
get {
|
||||
return ResourceManager.GetString("ImGuiUtil_ChannelSelector_Target", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ESC to clear.
|
||||
/// </summary>
|
||||
@@ -2444,6 +2489,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Target.
|
||||
/// </summary>
|
||||
internal static string Options_Header_Target {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Header_Target", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This disables the channel selection and shows all messages coming from the target..
|
||||
/// </summary>
|
||||
internal static string Options_Help_SenderMessages {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Help_SenderMessages", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide the in-game chat window when the plugin is active..
|
||||
/// </summary>
|
||||
@@ -3398,6 +3461,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show all messages send by target.
|
||||
/// </summary>
|
||||
internal static string Options_Tabs_SenderMessages {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_Tabs_SenderMessages", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show timestamps.
|
||||
/// </summary>
|
||||
@@ -3713,6 +3785,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Tell Exclusive.
|
||||
/// </summary>
|
||||
internal static string Tabs_Presets_Tell {
|
||||
get {
|
||||
return ResourceManager.GetString("Tabs_Presets_Tell", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to All.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user