Enlarge header connection status badge and add localized tooltips

This commit is contained in:
Meik
2026-03-05 15:20:22 +01:00
parent d9c6cb4d77
commit 13fa26525a
5 changed files with 49 additions and 17 deletions

View File

@@ -259,6 +259,12 @@
<data name="ConnectionFailed" xml:space="preserve">
<value>Verbindung fehlgeschlagen: {0:dd/MM/yy H:mm:ss}</value>
</data>
<data name="connectionStatusOffline" xml:space="preserve">
<value>Keine Verbindung zum Server</value>
</data>
<data name="connectionStatusConnecting" xml:space="preserve">
<value>Verbindung zum Server wird aufgebaut...</value>
</data>
<data name="ticketAccepted" xml:space="preserve">
<value>Ticket angenommen</value>
</data>