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:
parent
0909e4400a
commit
5969789ad3
@ -21,14 +21,14 @@ Container@OBSERVER_WIDGETS:
|
|||||||
Width: PARENT_RIGHT - 30
|
Width: PARENT_RIGHT - 30
|
||||||
Height: 25
|
Height: 25
|
||||||
Align: Right
|
Align: Right
|
||||||
Text: Audio Muted
|
Text: label-mute-indicator
|
||||||
Contrast: true
|
Contrast: true
|
||||||
MenuButton@OPTIONS_BUTTON:
|
MenuButton@OPTIONS_BUTTON:
|
||||||
X: 5
|
X: 5
|
||||||
Y: 5
|
Y: 5
|
||||||
Width: 160
|
Width: 160
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Options (Esc)
|
Text: button-observer-widgets-options
|
||||||
Font: Bold
|
Font: Bold
|
||||||
Key: escape
|
Key: escape
|
||||||
DisableWorldSounds: true
|
DisableWorldSounds: true
|
||||||
@ -116,7 +116,7 @@ Container@OBSERVER_WIDGETS:
|
|||||||
Width: 26
|
Width: 26
|
||||||
Height: 26
|
Height: 26
|
||||||
Key: Pause
|
Key: Pause
|
||||||
TooltipText: Pause
|
TooltipText: button-replay-player-pause-tooltip
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
IgnoreChildMouseOver: true
|
IgnoreChildMouseOver: true
|
||||||
Children:
|
Children:
|
||||||
@ -131,7 +131,7 @@ Container@OBSERVER_WIDGETS:
|
|||||||
Width: 26
|
Width: 26
|
||||||
Height: 26
|
Height: 26
|
||||||
Key: Pause
|
Key: Pause
|
||||||
TooltipText: Play
|
TooltipText: button-replay-player-play-tooltip
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
IgnoreChildMouseOver: true
|
IgnoreChildMouseOver: true
|
||||||
Children:
|
Children:
|
||||||
@ -146,9 +146,9 @@ Container@OBSERVER_WIDGETS:
|
|||||||
Width: 36
|
Width: 36
|
||||||
Height: 20
|
Height: 20
|
||||||
Key: ReplaySpeedSlow
|
Key: ReplaySpeedSlow
|
||||||
TooltipText: Slow speed
|
TooltipText: button-replay-player-slow.tooltip
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Text: 50%
|
Text: button-replay-player-slow.label
|
||||||
Font: TinyBold
|
Font: TinyBold
|
||||||
Button@BUTTON_REGULAR:
|
Button@BUTTON_REGULAR:
|
||||||
X: 55 + 45
|
X: 55 + 45
|
||||||
@ -156,9 +156,9 @@ Container@OBSERVER_WIDGETS:
|
|||||||
Width: 38
|
Width: 38
|
||||||
Height: 20
|
Height: 20
|
||||||
Key: ReplaySpeedRegular
|
Key: ReplaySpeedRegular
|
||||||
TooltipText: Regular speed
|
TooltipText: button-replay-player-regular.tooltip
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Text: 100%
|
Text: button-replay-player-regular.label
|
||||||
Font: TinyBold
|
Font: TinyBold
|
||||||
Button@BUTTON_FAST:
|
Button@BUTTON_FAST:
|
||||||
X: 55 + 45 * 2
|
X: 55 + 45 * 2
|
||||||
@ -166,9 +166,9 @@ Container@OBSERVER_WIDGETS:
|
|||||||
Width: 38
|
Width: 38
|
||||||
Height: 20
|
Height: 20
|
||||||
Key: ReplaySpeedFast
|
Key: ReplaySpeedFast
|
||||||
TooltipText: Fast speed
|
TooltipText: button-replay-player-fast.tooltip
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Text: 200%
|
Text: button-replay-player-fast.label
|
||||||
Font: TinyBold
|
Font: TinyBold
|
||||||
Button@BUTTON_MAXIMUM:
|
Button@BUTTON_MAXIMUM:
|
||||||
X: 55 + 45 * 3
|
X: 55 + 45 * 3
|
||||||
@ -176,7 +176,7 @@ Container@OBSERVER_WIDGETS:
|
|||||||
Width: 38
|
Width: 38
|
||||||
Height: 20
|
Height: 20
|
||||||
Key: ReplaySpeedMax
|
Key: ReplaySpeedMax
|
||||||
TooltipText: Maximum speed
|
TooltipText: button-replay-player-maximum.tooltip
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Text: MAX
|
Text: button-replay-player-maximum.label
|
||||||
Font: TinyBold
|
Font: TinyBold
|
||||||
|
|||||||
@ -28,3 +28,25 @@ options-starting-units =
|
|||||||
|
|
||||||
options-difficulty =
|
options-difficulty =
|
||||||
.normal = Normal
|
.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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user