Localize config dialog field labels in German and English

This commit is contained in:
Meik
2026-03-05 14:46:37 +01:00
parent 0fd3ddde21
commit 553c8a7fb2
5 changed files with 65 additions and 4 deletions

View File

@@ -243,7 +243,7 @@
<TextBlock Grid.Row="0"
Grid.Column="0"
Text="MatrixServer"
Text="{x:Static resx:Resources.configLabelMatrixEsmServer}"
Style="{StaticResource ConfigLabelStyle}" />
<Border Grid.Row="0"
Grid.Column="2"
@@ -254,7 +254,7 @@
<TextBlock Grid.Row="2"
Grid.Column="0"
Text="Ticket Update Interval"
Text="{x:Static resx:Resources.configLabelTicketUpdateInterval}"
Style="{StaticResource ConfigLabelStyle}" />
<Border Grid.Row="2"
Grid.Column="2"
@@ -265,7 +265,7 @@
<TextBlock Grid.Row="4"
Grid.Column="0"
Text="Announcements Update Interval Regular"
Text="{x:Static resx:Resources.configLabelRegularAnnouncementsUpdateInterval}"
Style="{StaticResource ConfigLabelStyle}" />
<Border Grid.Row="4"
Grid.Column="2"
@@ -276,7 +276,7 @@
<TextBlock Grid.Row="6"
Grid.Column="0"
Text="Announcements Update Interval AdHoc"
Text="{x:Static resx:Resources.configLabelImmediateAnnouncementsUpdateInterval}"
Style="{StaticResource ConfigLabelStyle}" />
<Border Grid.Row="6"
Grid.Column="2"