Ran automatic extraction of chrome strings

OpenRA PR 21134.
Run utility command --extract-chrome-strings. NOTE: This expects that there is a /fluent folder with a /chrome.ftl file in your mod!
This commit is contained in:
Pavel Penev 2024-11-24 18:14:50 +02:00 committed by Matthias Mailänder
parent 0909e4400a
commit 5969789ad3
2 changed files with 34 additions and 12 deletions

View File

@ -21,14 +21,14 @@ Container@OBSERVER_WIDGETS:
Width: PARENT_RIGHT - 30
Height: 25
Align: Right
Text: Audio Muted
Text: label-mute-indicator
Contrast: true
MenuButton@OPTIONS_BUTTON:
X: 5
Y: 5
Width: 160
Height: 25
Text: Options (Esc)
Text: button-observer-widgets-options
Font: Bold
Key: escape
DisableWorldSounds: true
@ -116,7 +116,7 @@ Container@OBSERVER_WIDGETS:
Width: 26
Height: 26
Key: Pause
TooltipText: Pause
TooltipText: button-replay-player-pause-tooltip
TooltipContainer: TOOLTIP_CONTAINER
IgnoreChildMouseOver: true
Children:
@ -131,7 +131,7 @@ Container@OBSERVER_WIDGETS:
Width: 26
Height: 26
Key: Pause
TooltipText: Play
TooltipText: button-replay-player-play-tooltip
TooltipContainer: TOOLTIP_CONTAINER
IgnoreChildMouseOver: true
Children:
@ -146,9 +146,9 @@ Container@OBSERVER_WIDGETS:
Width: 36
Height: 20
Key: ReplaySpeedSlow
TooltipText: Slow speed
TooltipText: button-replay-player-slow.tooltip
TooltipContainer: TOOLTIP_CONTAINER
Text: 50%
Text: button-replay-player-slow.label
Font: TinyBold
Button@BUTTON_REGULAR:
X: 55 + 45
@ -156,9 +156,9 @@ Container@OBSERVER_WIDGETS:
Width: 38
Height: 20
Key: ReplaySpeedRegular
TooltipText: Regular speed
TooltipText: button-replay-player-regular.tooltip
TooltipContainer: TOOLTIP_CONTAINER
Text: 100%
Text: button-replay-player-regular.label
Font: TinyBold
Button@BUTTON_FAST:
X: 55 + 45 * 2
@ -166,9 +166,9 @@ Container@OBSERVER_WIDGETS:
Width: 38
Height: 20
Key: ReplaySpeedFast
TooltipText: Fast speed
TooltipText: button-replay-player-fast.tooltip
TooltipContainer: TOOLTIP_CONTAINER
Text: 200%
Text: button-replay-player-fast.label
Font: TinyBold
Button@BUTTON_MAXIMUM:
X: 55 + 45 * 3
@ -176,7 +176,7 @@ Container@OBSERVER_WIDGETS:
Width: 38
Height: 20
Key: ReplaySpeedMax
TooltipText: Maximum speed
TooltipText: button-replay-player-maximum.tooltip
TooltipContainer: TOOLTIP_CONTAINER
Text: MAX
Text: button-replay-player-maximum.label
Font: TinyBold

View File

@ -28,3 +28,25 @@ options-starting-units =
options-difficulty =
.normal = Normal
## ingame-observer.yaml
label-mute-indicator = Audio Muted
button-observer-widgets-options = Options (Esc)
button-replay-player-pause-tooltip = Pause
button-replay-player-play-tooltip = Play
button-replay-player-slow =
.tooltip = Slow speed
.label = 50%
button-replay-player-regular =
.tooltip = Regular speed
.label = 100%
button-replay-player-fast =
.tooltip = Fast speed
.label = 200%
button-replay-player-maximum =
.tooltip = Maximum speed
.label = MAX