feat: add an option to hide redundant timestamps
This commit is contained in:
Generated
+18
@@ -564,6 +564,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide timestamps when previous messages have the same timestamp..
|
||||
/// </summary>
|
||||
internal static string Options_HideSameTimestamps_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideSameTimestamps_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide timestamps when redundant.
|
||||
/// </summary>
|
||||
internal static string Options_HideSameTimestamps_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideSameTimestamps_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide {0} when you are not logged in to a character..
|
||||
/// </summary>
|
||||
|
||||
@@ -476,4 +476,10 @@
|
||||
<data name="ChatLog_Tabs_PopOut" xml:space="preserve">
|
||||
<value>Pop out</value>
|
||||
</data>
|
||||
<data name="Options_HideSameTimestamps_Name" xml:space="preserve">
|
||||
<value>Hide timestamps when redundant</value>
|
||||
</data>
|
||||
<data name="Options_HideSameTimestamps_Description" xml:space="preserve">
|
||||
<value>Hide timestamps when previous messages have the same timestamp.</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user