This commit is contained in:
Infi
2024-05-28 14:23:31 +02:00
parent c5363769c2
commit 3a5dcae261
6 changed files with 40 additions and 13 deletions
+9
View File
@@ -77,6 +77,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to An error occured while sending this tell message.
/// </summary>
internal static string Chat_SendTell_Error {
get {
return ResourceManager.GetString("Chat_SendTell_Error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Input is disabled for this tab.
/// </summary>
+3
View File
@@ -1198,4 +1198,7 @@
<data name="DbViewer_DatePicker_FromTo" xml:space="preserve">
<value>FromTo:</value>
</data>
<data name="Chat_SendTell_Error" xml:space="preserve">
<value>An error occured while sending this tell message</value>
</data>
</root>