add localization for pda footer text (#21749)
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</Control>
|
</Control>
|
||||||
<!--Footer-->
|
<!--Footer-->
|
||||||
<BoxContainer Orientation="Horizontal" SetHeight="28">
|
<BoxContainer Orientation="Horizontal" SetHeight="28">
|
||||||
<Label Text="Personal Digital Assistant" StyleClasses="PdaWindowFooterText" Margin="32 0 0 6"/>
|
<Label Text="{Loc 'comp-pda-ui-footer'}" StyleClasses="PdaWindowFooterText" Margin="32 0 0 6"/>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</pda:PdaWindow>
|
</pda:PdaWindow>
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ pda-bound-user-interface-lock-uplink-description = Prevent anyone from accessing
|
|||||||
|
|
||||||
comp-pda-ui-menu-title = PDA
|
comp-pda-ui-menu-title = PDA
|
||||||
|
|
||||||
|
comp-pda-ui-footer = Personal Digital Assistant
|
||||||
|
|
||||||
comp-pda-ui-station = Station: [color=white]{$station}[/color]
|
comp-pda-ui-station = Station: [color=white]{$station}[/color]
|
||||||
|
|
||||||
comp-pda-ui-station-alert-level = Alert Level: [color={ $color }]{ $level }[/color]
|
comp-pda-ui-station-alert-level = Alert Level: [color={ $color }]{ $level }[/color]
|
||||||
|
|||||||
Reference in New Issue
Block a user