diff --git a/Changelog.md b/Changelog.md
index f837ef8..8673a9a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -35,6 +35,7 @@
- Hinweisbox mit zusätzlicher Konfigurationsinformation im Headerbereich ergänzt.
- Aktuelle Programmversion wird zusätzlich sichtbar im Dialoginhalt angezeigt.
- Schließen-Button im Dialog oben rechts mit konsistentem Abstand positioniert.
+- Feldbezeichnungen sprachlich überarbeitet und für DE/EN lokalisiert (inkl. korrekter Bindestrich-/Kompositum-Schreibweise).
### Verhalten/Stabilität
- Refresh-Prozess asynchronisiert, um UI-Freezes zu vermeiden.
diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index b9bb721..4d1f86a 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -240,6 +240,42 @@ namespace C4IT_CustomerPanel.Properties {
}
}
+ ///
+ /// Looks up a localized string similar to Immediate Announcements Update Interval.
+ ///
+ public static string configLabelImmediateAnnouncementsUpdateInterval {
+ get {
+ return ResourceManager.GetString("configLabelImmediateAnnouncementsUpdateInterval", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Matrix42 ESM Server.
+ ///
+ public static string configLabelMatrixEsmServer {
+ get {
+ return ResourceManager.GetString("configLabelMatrixEsmServer", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Regular Announcements Update Interval.
+ ///
+ public static string configLabelRegularAnnouncementsUpdateInterval {
+ get {
+ return ResourceManager.GetString("configLabelRegularAnnouncementsUpdateInterval", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ticket Update Interval.
+ ///
+ public static string configLabelTicketUpdateInterval {
+ get {
+ return ResourceManager.GetString("configLabelTicketUpdateInterval", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Connection failed: {0:MM/dd/yy h:mm:ss tt}.
///
diff --git a/Properties/Resources.de.resx b/Properties/Resources.de.resx
index f4d0c79..68dafdb 100644
--- a/Properties/Resources.de.resx
+++ b/Properties/Resources.de.resx
@@ -169,6 +169,18 @@
Die hier angezeigten Werte stammen aus der aktuell geladenen Web-Konfiguration.
+
+ Matrix42-ESM-Server
+
+
+ Ticket-Aktualisierungsintervall
+
+
+ Intervall regulärer Ankündigungen
+
+
+ Intervall für Sofort-Ankündigungen
+
Präsentationsmodus
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index b5eb802..7ee181f 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -193,6 +193,18 @@
The values shown here are loaded from the current web configuration.
+
+ Matrix42 ESM Server
+
+
+ Ticket Update Interval
+
+
+ Regular Announcements Update Interval
+
+
+ Immediate Announcements Update Interval
+
Presentation mode
diff --git a/forms/configInfo.xaml b/forms/configInfo.xaml
index 4b9e861..54727db 100644
--- a/forms/configInfo.xaml
+++ b/forms/configInfo.xaml
@@ -243,7 +243,7 @@