Localize config dialog field labels in German and English
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user