Automated translation extraction

This commit is contained in:
Gustas
2023-10-21 20:10:21 +03:00
committed by Matthias Mailänder
parent cbd6b67456
commit 754e7845f3
123 changed files with 3567 additions and 1452 deletions

View File

@@ -146,3 +146,4 @@ ScrollPanel@NEWS_PANEL:
Height: PARENT_BOTTOM
Align: Center
VAlign: Middle

View File

@@ -14,7 +14,7 @@ Background@ENCYCLOPEDIA_PANEL:
Label@ENCYCLOPEDIA_TITLE:
Width: PARENT_RIGHT
Height: 25
Text: Mentat
Text: label-encyclopedia-content-title
Align: Center
Font: Bold
ScrollPanel@ACTOR_LIST:
@@ -79,7 +79,8 @@ Background@ENCYCLOPEDIA_PANEL:
Y: PARENT_BOTTOM - 45
Width: 160
Height: 25
Text: Back
Text: button-encyclopedia-panel-back
Font: Bold
Key: escape
TooltipContainer@TOOLTIP_CONTAINER:

View File

@@ -12,7 +12,7 @@ Container@SKIRMISH_STATS:
Width: 482
Height: 25
Font: MediumBold
Text: Mission:
Text: label-objective-mission
Label@STATS_STATUS:
X: 100
Y: 22
@@ -25,7 +25,7 @@ Container@SKIRMISH_STATS:
Width: 482
Height: 20
Font: Bold
Text: Destroy all opposition!
Text: checkbox-objective-stats
Disabled: true
TextColorDisabled: FFFFFF
Container@STATS_HEADERS:
@@ -38,28 +38,28 @@ Container@SKIRMISH_STATS:
Y: 1
Width: 210
Height: 25
Text: Player
Text: label-stats-name
Font: Bold
Label@FACTION:
X: 230
Y: 1
Width: 120
Height: 25
Text: Faction
Text: label-stats-faction
Font: Bold
Label@SCORE:
X: 392
Y: 1
Width: 60
Height: 25
Text: Score
Text: label-stats-score
Font: Bold
Label@ACTIONS:
X: 457
Y: 1
Width: 20
Height: 25
Text: Actions
Text: label-stats-actions
Font: Bold
ScrollPanel@PLAYER_LIST:
X: 20
@@ -138,7 +138,7 @@ Container@SKIRMISH_STATS:
Height: 25
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
TooltipText: Kick this player
TooltipText: button-player-template-kick-tooltip
Children:
Image:
ImageCollection: lobby-bits
@@ -181,10 +181,11 @@ Container@SKIRMISH_STATS:
Height: 25
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
TooltipText: Kick this player
TooltipText: button-spectator-template-kick-tooltip
Children:
Image:
ImageCollection: lobby-bits
ImageName: kick
X: 7
Y: 7

View File

@@ -23,7 +23,7 @@ Container@INGAME_MENU:
Y: 21
Width: 200
Height: 30
Text: Options
Text: label-menu-buttons-title
Align: Center
Font: Bold
Button@BUTTON_TEMPLATE:
@@ -32,3 +32,4 @@ Container@INGAME_MENU:
Width: 140
Height: 30
Font: Bold

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:
@@ -132,7 +132,7 @@ Container@OBSERVER_WIDGETS:
Height: 26
Key: Pause
IgnoreChildMouseOver: true
TooltipText: Play
TooltipText: button-replay-player-play-tooltip
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@IMAGE_PLAY:
@@ -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,9 +176,9 @@ 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
Container@INGAME_OBSERVERSTATS_BG:
Logic: ObserverStatsLogic
@@ -235,7 +235,7 @@ Container@OBSERVER_WIDGETS:
Width: 120
Height: PARENT_BOTTOM
Font: Bold
Text: Player
Text: label-basic-stats-player-header
Align: Left
Shadow: True
Label@CASH_HEADER:
@@ -244,7 +244,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Cash
Text: label-basic-stats-cash-header
Align: Right
Shadow: True
Label@POWER_HEADER:
@@ -253,7 +253,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Power
Text: label-basic-stats-power-header
Align: Center
Shadow: True
Label@KILLS_HEADER:
@@ -262,7 +262,7 @@ Container@OBSERVER_WIDGETS:
Width: 40
Height: PARENT_BOTTOM
Font: Bold
Text: Kills
Text: label-basic-stats-kills-header
Align: Right
Shadow: True
Label@DEATHS_HEADER:
@@ -271,7 +271,7 @@ Container@OBSERVER_WIDGETS:
Width: 60
Height: PARENT_BOTTOM
Font: Bold
Text: Deaths
Text: label-basic-stats-deaths-header
Align: Right
Shadow: True
Label@ASSETS_DESTROYED_HEADER:
@@ -280,7 +280,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Destroyed
Text: label-basic-stats-assets-destroyed-header
Align: Right
Shadow: True
Label@ASSETS_LOST_HEADER:
@@ -289,7 +289,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Lost
Text: label-basic-stats-assets-lost-header
Align: Right
Shadow: True
Label@EXPERIENCE_HEADER:
@@ -298,7 +298,7 @@ Container@OBSERVER_WIDGETS:
Width: 60
Height: PARENT_BOTTOM
Font: Bold
Text: Score
Text: label-basic-stats-experience-header
Align: Right
Shadow: True
Label@ACTIONS_MIN_HEADER:
@@ -307,7 +307,7 @@ Container@OBSERVER_WIDGETS:
Width: 60
Height: PARENT_BOTTOM
Font: Bold
Text: APM
Text: label-basic-stats-actions-min-header
Align: Right
Shadow: True
Container@ECONOMY_STATS_HEADERS:
@@ -334,14 +334,14 @@ Container@OBSERVER_WIDGETS:
Width: 120
Height: PARENT_BOTTOM
Font: Bold
Text: Player
Text: label-economy-stats-player-header
Shadow: True
Label@CASH_HEADER:
X: 155
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Cash
Text: label-economy-stats-cash-header
Align: Right
Shadow: True
Label@INCOME_HEADER:
@@ -349,7 +349,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Income
Text: label-economy-stats-income-header
Align: Right
Shadow: True
Label@ASSETS_HEADER:
@@ -357,7 +357,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Assets
Text: label-economy-stats-assets-header
Align: Right
Shadow: True
Label@EARNED_HEADER:
@@ -365,7 +365,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Earned
Text: label-economy-stats-earned-header
Align: Right
Shadow: True
Label@SPENT_HEADER:
@@ -373,7 +373,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Spent
Text: label-economy-stats-spent-header
Align: Right
Shadow: True
Label@HARVESTERS_HEADER:
@@ -381,7 +381,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Harvesters
Text: label-economy-stats-harvesters-header
Align: Right
Shadow: True
Label@CARRYALLS_HEADER:
@@ -389,7 +389,7 @@ Container@OBSERVER_WIDGETS:
Width: 80
Height: PARENT_BOTTOM
Font: Bold
Text: Carryalls
Text: label-economy-stats-carryalls-header
Align: Right
Shadow: True
Container@PRODUCTION_STATS_HEADERS:
@@ -417,7 +417,7 @@ Container@OBSERVER_WIDGETS:
Width: 120
Height: PARENT_BOTTOM
Font: Bold
Text: Player
Text: label-production-stats-player-header
Align: Left
Shadow: True
Label@PRODUCTION_HEADER:
@@ -426,7 +426,7 @@ Container@OBSERVER_WIDGETS:
Width: 100
Height: PARENT_BOTTOM
Font: Bold
Text: Production
Text: label-production-stats-header
Shadow: True
Container@SUPPORT_POWERS_HEADERS:
X: 0
@@ -453,7 +453,7 @@ Container@OBSERVER_WIDGETS:
Width: 120
Height: PARENT_BOTTOM
Font: Bold
Text: Player
Text: label-support-powers-player-header
Align: Left
Shadow: True
Label@SUPPORT_POWERS_HEADER:
@@ -462,7 +462,7 @@ Container@OBSERVER_WIDGETS:
Width: 100
Height: PARENT_BOTTOM
Font: Bold
Text: Support Powers
Text: label-support-powers-header
Shadow: True
Container@ARMY_HEADERS:
X: 0
@@ -489,7 +489,7 @@ Container@OBSERVER_WIDGETS:
Width: 120
Height: PARENT_BOTTOM
Font: Bold
Text: Player
Text: label-army-player-header
Align: Left
Shadow: True
Label@ARMY_HEADER:
@@ -498,7 +498,7 @@ Container@OBSERVER_WIDGETS:
Width: 100
Height: PARENT_BOTTOM
Font: Bold
Text: Army
Text: label-army-header
Shadow: True
Container@COMBAT_STATS_HEADERS:
X: 0
@@ -525,7 +525,7 @@ Container@OBSERVER_WIDGETS:
Width: 120
Height: PARENT_BOTTOM
Font: Bold
Text: Player
Text: label-combat-stats-player-header
Align: Left
Shadow: True
Label@ASSETS_DESTROYED_HEADER:
@@ -534,7 +534,7 @@ Container@OBSERVER_WIDGETS:
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: Destroyed
Text: label-combat-stats-assets-destroyed-header
Align: Right
Shadow: True
Label@ASSETS_LOST_HEADER:
@@ -543,7 +543,7 @@ Container@OBSERVER_WIDGETS:
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: Lost
Text: label-combat-stats-assets-lost-header
Align: Right
Shadow: True
Label@UNITS_KILLED_HEADER:
@@ -552,7 +552,7 @@ Container@OBSERVER_WIDGETS:
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: U. Killed
Text: label-combat-stats-units-killed-header
Align: Right
Shadow: True
Label@UNITS_DEAD_HEADER:
@@ -561,7 +561,7 @@ Container@OBSERVER_WIDGETS:
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: U. Lost
Text: label-combat-stats-units-dead-header
Align: Right
Shadow: True
Label@BUILDINGS_KILLED_HEADER:
@@ -570,7 +570,7 @@ Container@OBSERVER_WIDGETS:
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: B. Killed
Text: label-combat-stats-buildings-killed-header
Align: Right
Shadow: True
Label@BUILDINGS_DEAD_HEADER:
@@ -579,7 +579,7 @@ Container@OBSERVER_WIDGETS:
Width: 75
Height: PARENT_BOTTOM
Font: Bold
Text: B. Lost
Text: label-combat-stats-buildings-dead-header
Align: Right
Shadow: True
Label@ARMY_VALUE_HEADER:
@@ -588,7 +588,7 @@ Container@OBSERVER_WIDGETS:
Width: 90
Height: PARENT_BOTTOM
Font: Bold
Text: Army Value
Text: label-combat-stats-army-value-header
Align: Right
Shadow: True
Label@VISION_HEADER:
@@ -597,7 +597,7 @@ Container@OBSERVER_WIDGETS:
Width: 60
Height: PARENT_BOTTOM
Font: Bold
Text: Vision
Text: label-combat-stats-vision-header
Align: Right
Shadow: True
ScrollPanel@PLAYER_STATS_PANEL:
@@ -1052,3 +1052,4 @@ Container@OBSERVER_WIDGETS:
X: WINDOW_RIGHT - WIDTH - 260
Y: 40
Width: 175

View File

@@ -21,8 +21,8 @@ Container@PLAYER_WIDGETS:
IconSize: 60, 48
IconSpriteOffset: -1, -1
TooltipContainer: TOOLTIP_CONTAINER
ReadyText: READY
HoldText: ON HOLD
ReadyText: supportpowers-support-powers-palette.ready
HoldText: supportpowers-support-powers-palette.hold
HotkeyPrefix: SupportPower
HotkeyCount: 6
Image@COMMAND_BAR_BACKGROUND:
@@ -47,8 +47,8 @@ Container@PLAYER_WIDGETS:
Background: command-button
Key: AttackMove
DisableKeySound: true
TooltipText: Attack Move
TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold <(Ctrl)> while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location.
TooltipText: button-command-bar-attack-move.tooltip
TooltipDesc: button-command-bar-attack-move.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP
Children:
@@ -64,8 +64,8 @@ Container@PLAYER_WIDGETS:
VisualHeight: 0
Background: command-button
DisableKeySound: true
TooltipText: Force Move
TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Deployed thumpers will undeploy and move to the target location\n\nLeft-click icon then right-click on target.\nHold <(Alt)> to activate temporarily while commanding units.
TooltipText: button-command-bar-force-move.tooltip
TooltipDesc: button-command-bar-force-move.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP
Children:
@@ -81,8 +81,8 @@ Container@PLAYER_WIDGETS:
VisualHeight: 0
Background: command-button
DisableKeySound: true
TooltipText: Force Attack
TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n\nLeft-click icon then right-click on target.\nHold <(Ctrl)> to activate temporarily while commanding units.
TooltipText: button-command-bar-force-attack.tooltip
TooltipDesc: button-command-bar-force-attack.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP
Children:
@@ -99,8 +99,8 @@ Container@PLAYER_WIDGETS:
Background: command-button
Key: Guard
DisableKeySound: true
TooltipText: Guard
TooltipDesc: Selected units will follow the targeted unit.\n\nLeft-click icon then right-click on target unit.
TooltipText: button-command-bar-guard.tooltip
TooltipDesc: button-command-bar-guard.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -117,8 +117,8 @@ Container@PLAYER_WIDGETS:
Key: Deploy
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Deploy
TooltipDesc: Selected units will perform their default deploy activity\n - MCVs will unpack into a Construction Yard\n - Thumpers will start or stop attracting worms\n - Devastators will become immobilized and explode\n\nActs immediately on selected units.
TooltipText: button-command-bar-deploy.tooltip
TooltipDesc: button-command-bar-deploy.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -135,8 +135,8 @@ Container@PLAYER_WIDGETS:
Key: Scatter
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Scatter
TooltipDesc: Selected units will stop their current activity\nand move to a nearby location.\n\nActs immediately on selected units.
TooltipText: button-command-bar-scatter.tooltip
TooltipDesc: button-command-bar-scatter.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -153,8 +153,8 @@ Container@PLAYER_WIDGETS:
Key: Stop
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Stop
TooltipDesc: Selected units will stop their current activity.\nSelected buildings will reset their rally point.\n\nActs immediately on selected targets.
TooltipText: button-command-bar-stop.tooltip
TooltipDesc: button-command-bar-stop.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -169,8 +169,8 @@ Container@PLAYER_WIDGETS:
VisualHeight: 0
Background: command-button
DisableKeySound: true
TooltipText: Waypoint Mode
TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold <(Shift)> to activate temporarily while commanding units.
TooltipText: button-command-bar-queue-orders.tooltip
TooltipDesc: button-command-bar-queue-orders.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP
Children:
@@ -194,8 +194,8 @@ Container@PLAYER_WIDGETS:
Key: StanceAttackAnything
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Attack Anything Stance
TooltipDesc: Set the selected units to Attack Anything stance:\n - Units will attack enemy units and structures on sight\n - Units will pursue attackers across the battlefield
TooltipText: button-stance-bar-attackanything.tooltip
TooltipDesc: button-stance-bar-attackanything.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -212,8 +212,8 @@ Container@PLAYER_WIDGETS:
Key: StanceDefend
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Defend Stance
TooltipDesc: Set the selected units to Defend stance:\n - Units will attack enemy units on sight\n - Units will not move or pursue enemies
TooltipText: button-stance-bar-defend.tooltip
TooltipDesc: button-stance-bar-defend.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -230,8 +230,8 @@ Container@PLAYER_WIDGETS:
Key: StanceReturnFire
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Return Fire Stance
TooltipDesc: Set the selected units to Return Fire stance:\n - Units will retaliate against enemies that attack them\n - Units will not move or pursue enemies
TooltipText: button-stance-bar-returnfire.tooltip
TooltipDesc: button-stance-bar-returnfire.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -248,8 +248,8 @@ Container@PLAYER_WIDGETS:
Key: StanceHoldFire
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Hold Fire Stance
TooltipDesc: Set the selected units to Hold Fire stance:\n - Units will not fire upon enemies\n - Units will not move or pursue enemies
TooltipText: button-stance-bar-holdfire.tooltip
TooltipDesc: button-stance-bar-holdfire.tooltipdesc
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -275,7 +275,7 @@ Container@PLAYER_WIDGETS:
Width: PARENT_RIGHT - 30
Height: 25
Align: Right
Text: Audio Muted
Text: label-mute-indicator
Contrast: true
Image@SIDEBAR_BACKGROUND_TOP:
X: WINDOW_RIGHT - 226
@@ -298,7 +298,7 @@ Container@PLAYER_WIDGETS:
Height: 35
Background:
Key: Repair
TooltipText: Repair
TooltipText: button-top-buttons-repair-tooltip
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
Children:
@@ -313,7 +313,7 @@ Container@PLAYER_WIDGETS:
Height: 35
Background:
Key: Sell
TooltipText: Sell
TooltipText: button-top-buttons-sell-tooltip
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
Children:
@@ -328,7 +328,7 @@ Container@PLAYER_WIDGETS:
Height: 35
Background:
Key: PlaceBeacon
TooltipText: Place Beacon
TooltipText: button-top-buttons-beacon-tooltip
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
Children:
@@ -343,7 +343,7 @@ Container@PLAYER_WIDGETS:
Height: 35
Background:
Key: PowerDown
TooltipText: Power Down
TooltipText: button-top-buttons-power-tooltip
TooltipContainer: TOOLTIP_CONTAINER
VisualHeight: 0
Children:
@@ -358,7 +358,7 @@ Container@PLAYER_WIDGETS:
Width: 40
Height: 38
Background:
TooltipText: Options
TooltipText: button-top-buttons-options-tooltip
TooltipContainer: TOOLTIP_CONTAINER
DisableWorldSounds: true
VisualHeight: 0
@@ -490,8 +490,8 @@ Container@PLAYER_WIDGETS:
X: 39
Y: 1
TooltipContainer: TOOLTIP_CONTAINER
ReadyText: READY
HoldText: ON HOLD
ReadyText: productionpalette-sidebar-production-palette.ready
HoldText: productionpalette-sidebar-production-palette.hold
IconSize: 58, 48
IconMargin: 2, 0
IconSpriteOffset: 0, 0
@@ -512,7 +512,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Buildings
TooltipText: button-production-types-building-tooltip
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Building
Key: ProductionTypeBuilding
@@ -527,7 +527,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Infantry
TooltipText: button-production-types-infantry-tooltip
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Infantry
Key: ProductionTypeInfantry
@@ -542,7 +542,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Light Vehicles
TooltipText: button-production-types-vehicle-tooltip
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Vehicle
Key: ProductionTypeVehicle
@@ -557,7 +557,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Heavy Vehicles
TooltipText: button-production-types-tanks-tooltip
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Armor
Key: ProductionTypeTank
@@ -572,7 +572,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Aircraft
TooltipText: button-production-types-aircraft-tooltip
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Aircraft
Key: ProductionTypeAircraft
@@ -587,7 +587,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Starport
TooltipText: button-production-types-starport-tooltip
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Starport
Key: ProductionTypeMerchant
@@ -602,7 +602,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Upgrades
TooltipText: button-production-types-upgrade-tooltip
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Upgrade
Key: ProductionTypeUpgrade
@@ -617,7 +617,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Scroll up
TooltipText: button-production-types-scroll-up-tooltip
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -631,7 +631,7 @@ Container@PLAYER_WIDGETS:
Height: 25
VisualHeight: 0
Background: sidebar-button
TooltipText: Scroll down
TooltipText: button-production-types-scroll-down-tooltip
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:
@@ -644,3 +644,4 @@ Container@PLAYER_WIDGETS:
X: WINDOW_RIGHT - WIDTH - 231
Y: 40
Width: 175

View File

@@ -11,49 +11,49 @@ Container@LOBBY_PLAYER_BIN:
Label@LABEL_LOBBY_NAME:
Width: 180
Height: 25
Text: Name
Text: label-container-lobby-name
Align: Center
Font: Bold
Label@LABEL_LOBBY_COLOR:
X: 190
Width: 70
Height: 25
Text: Color
Text: label-container-lobby-color
Align: Center
Font: Bold
Label@LABEL_LOBBY_FACTION:
X: 270
Width: 140
Height: 25
Text: Faction
Text: label-container-lobby-faction
Align: Center
Font: Bold
Label@LABEL_LOBBY_TEAM:
X: 420
Width: 48
Height: 25
Text: Team
Text: label-container-lobby-team
Align: Center
Font: Bold
Label@LABEL_LOBBY_HANDICAP:
X: 478
Width: 72
Height: 25
Text: Handicap
Text: label-container-lobby-handicap
Align: Center
Font: Bold
Label@LABEL_LOBBY_SPAWN:
X: 560
Width: 48
Height: 25
Text: Spawn
Text: label-container-lobby-spawn
Align: Center
Font: Bold
Label@LABEL_LOBBY_STATUS:
X: 617
Width: 20
Height: 25
Text: Ready
Text: label-container-lobby-status
Align: Left
Font: Bold
ScrollPanel@LOBBY_PLAYERS:
@@ -109,7 +109,7 @@ Container@LOBBY_PLAYER_BIN:
X: 15
Width: 165
Height: 25
Text: Name
Text: dropdownbutton-template-editable-player-slot-options
Font: Regular
Visible: false
DropDownButton@COLOR:
@@ -140,23 +140,23 @@ Container@LOBBY_PLAYER_BIN:
X: 34
Width: 80
Height: 25
Text: Faction
Text: label-template-editable-player-factionname
DropDownButton@TEAM_DROPDOWN:
X: 420
Width: 48
Height: 25
Text: Team
Text: dropdownbutton-template-editable-player-team-dropdown
DropDownButton@HANDICAP_DROPDOWN:
X: 478
Width: 72
Height: 25
TooltipContainer: TOOLTIP_CONTAINER
TooltipText: A handicap decreases the combat effectiveness of the player's forces
TooltipText: dropdownbutton-template-editable-player-handicap-dropdown-tooltip
DropDownButton@SPAWN_DROPDOWN:
X: 560
Width: 48
Height: 25
Text: Spawn
Text: dropdownbutton-template-editable-player-spawn-dropdown
Checkbox@STATUS_CHECKBOX:
X: 617
Y: 2
@@ -209,7 +209,7 @@ Container@LOBBY_PLAYER_BIN:
X: 39
Width: 146
Height: 25
Text: Name
Text: label-template-noneditable-player-name
DropDownButton@PLAYER_ACTION:
X: 15
Width: 165
@@ -250,13 +250,13 @@ Container@LOBBY_PLAYER_BIN:
X: 34
Width: 80
Height: 25
Text: Faction
Text: label-faction-factionname
Label@TEAM:
X: 420
Width: 23
Height: 25
Align: Center
Text: Team
Text: label-template-noneditable-player-team
DropDownButton@TEAM_DROPDOWN:
X: 420
Width: 48
@@ -272,7 +272,7 @@ Container@LOBBY_PLAYER_BIN:
Width: 72
Height: 25
TooltipContainer: TOOLTIP_CONTAINER
TooltipText: A handicap decreases the combat effectiveness of the player's forces
TooltipText: dropdownbutton-template-noneditable-player-handicap-dropdown-tooltip
Label@SPAWN:
X: 560
Width: 23
@@ -301,18 +301,18 @@ Container@LOBBY_PLAYER_BIN:
X: 20
Width: 165
Height: 25
Text: Name
Text: label-template-empty-name
DropDownButton@SLOT_OPTIONS:
X: 15
Width: 165
Height: 25
Text: Name
Text: dropdownbutton-template-empty-slot-options
Visible: false
Button@JOIN:
X: 190
Width: 418
Height: 25
Text: Play in this slot
Text: button-template-empty-join
Container@TEMPLATE_EDITABLE_SPECTATOR:
X: 5
Width: 475
@@ -359,7 +359,7 @@ Container@LOBBY_PLAYER_BIN:
X: 190
Width: 418
Height: 25
Text: Spectator
Text: label-template-editable-spectator
Align: Center
Font: Bold
Checkbox@STATUS_CHECKBOX:
@@ -414,7 +414,7 @@ Container@LOBBY_PLAYER_BIN:
X: 39
Width: 160
Height: 25
Text: Name
Text: label-template-noneditable-spectator-name
DropDownButton@PLAYER_ACTION:
X: 15
Width: 165
@@ -440,7 +440,7 @@ Container@LOBBY_PLAYER_BIN:
X: 190
Width: 418
Height: 25
Text: Spectator
Text: label-template-noneditable-spectator
Align: Center
Font: Bold
Image@STATUS_IMAGE:
@@ -461,13 +461,13 @@ Container@LOBBY_PLAYER_BIN:
X: 15
Width: 165
Height: 20
Text: Allow Spectators?
Text: checkbox-template-new-spectator-toggle-spectators
Font: Regular
Button@SPECTATE:
X: 190
Width: 418
Height: 25
Text: Spectate
Text: button-template-new-spectator-spectate
Font: Regular
ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
@@ -503,3 +503,4 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
X: 30
Width: 80
Height: 25

View File

@@ -30,7 +30,7 @@ Container@MAINMENU:
Y: 21
Width: 200
Height: 30
Text: OpenRA
Text: label-main-menu-mainmenu-title
Align: Center
Font: Bold
Button@SINGLEPLAYER_BUTTON:
@@ -38,42 +38,42 @@ Container@MAINMENU:
Y: 60
Width: 140
Height: 30
Text: Singleplayer
Text: button-main-menu-singleplayer
Font: Bold
Button@MULTIPLAYER_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100
Width: 140
Height: 30
Text: Multiplayer
Text: button-main-menu-multiplayer
Font: Bold
Button@SETTINGS_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 140
Width: 140
Height: 30
Text: Settings
Text: button-main-menu-settings
Font: Bold
Button@EXTRAS_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 180
Width: 140
Height: 30
Text: Extras
Text: button-main-menu-extras
Font: Bold
Button@CONTENT_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 220
Width: 140
Height: 30
Text: Manage Content
Text: button-main-menu-content
Font: Bold
Button@QUIT_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 260
Width: 140
Height: 30
Text: Quit
Text: button-main-menu-quit
Font: Bold
Background@SINGLEPLAYER_MENU:
Width: PARENT_RIGHT
@@ -84,7 +84,7 @@ Container@MAINMENU:
Y: 21
Width: 200
Height: 30
Text: Singleplayer
Text: label-singleplayer-menu-title
Align: Center
Font: Bold
Button@SKIRMISH_BUTTON:
@@ -92,28 +92,28 @@ Container@MAINMENU:
Y: 60
Width: 140
Height: 30
Text: Skirmish
Text: button-singleplayer-menu-skirmish
Font: Bold
Button@MISSIONS_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100
Width: 140
Height: 30
Text: Missions
Text: button-singleplayer-menu-missions
Font: Bold
Button@LOAD_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 140
Width: 140
Height: 30
Text: Load
Text: button-singleplayer-menu-load
Font: Bold
Button@ENCYCLOPEDIA_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 180
Width: 140
Height: 30
Text: Mentat
Text: button-singleplayer-menu-encyclopedia
Font: Bold
Button@BACK_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
@@ -121,7 +121,7 @@ Container@MAINMENU:
Y: 260
Width: 140
Height: 30
Text: Back
Text: button-singleplayer-menu-back
Font: Bold
Background@EXTRAS_MENU:
Width: PARENT_RIGHT
@@ -132,7 +132,7 @@ Container@MAINMENU:
Y: 21
Width: 200
Height: 30
Text: Extras
Text: label-extras-menu-title
Align: Center
Font: Bold
Button@REPLAYS_BUTTON:
@@ -140,35 +140,35 @@ Container@MAINMENU:
Y: 60
Width: 140
Height: 30
Text: Replays
Text: button-extras-menu-replays
Font: Bold
Button@MUSIC_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100
Width: 140
Height: 30
Text: Music
Text: button-extras-menu-music
Font: Bold
Button@MAP_EDITOR_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 140
Width: 140
Height: 30
Text: Map Editor
Text: button-extras-menu-map-editor
Font: Bold
Button@ASSETBROWSER_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 180
Width: 140
Height: 30
Text: Asset Browser
Text: button-extras-menu-assetbrowser
Font: Bold
Button@CREDITS_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 220
Width: 140
Height: 30
Text: Credits
Text: button-extras-menu-credits
Font: Bold
Button@BACK_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
@@ -176,7 +176,7 @@ Container@MAINMENU:
Y: 260
Width: 140
Height: 30
Text: Back
Text: button-extras-menu-back
Font: Bold
Background@MAP_EDITOR_MENU:
Width: PARENT_RIGHT
@@ -187,7 +187,7 @@ Container@MAINMENU:
Y: 21
Width: 200
Height: 30
Text: Map Editor
Text: label-map-editor-menu-title
Align: Center
Font: Bold
Button@NEW_MAP_BUTTON:
@@ -195,14 +195,14 @@ Container@MAINMENU:
Y: 60
Width: 140
Height: 30
Text: New Map
Text: button-map-editor-menu-new
Font: Bold
Button@LOAD_MAP_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100
Width: 140
Height: 30
Text: Load Map
Text: button-map-editor-menu-load
Font: Bold
Button@BACK_BUTTON:
X: PARENT_RIGHT / 2 - WIDTH / 2
@@ -210,7 +210,7 @@ Container@MAINMENU:
Y: 260
Width: 140
Height: 30
Text: Back
Text: button-map-editor-menu-back
Font: Bold
Background@NEWS_BG:
X: (WINDOW_RIGHT - WIDTH) / 2
@@ -223,7 +223,7 @@ Container@MAINMENU:
Y: 15
Width: 400
Height: 25
Text: Battlefield News
Text: dropdownbutton-news-bg-button
Font: Bold
Container@UPDATE_NOTICE:
X: (WINDOW_RIGHT - WIDTH) / 2
@@ -235,14 +235,14 @@ Container@MAINMENU:
Height: 25
Align: Center
Shadow: true
Text: You are running an outdated version of OpenRA.
Text: label-update-notice-a
Label@B:
Y: 20
Width: PARENT_RIGHT
Height: 25
Align: Center
Shadow: true
Text: Download the latest version from www.openra.net
Text: label-update-notice-b
Container@PERFORMANCE_INFO:
Logic: PerfDebugLogic
Children:
@@ -268,3 +268,4 @@ Container@MAINMENU:
Container@PLAYER_PROFILE_CONTAINER:
X: 5
Y: 5

View File

@@ -9,7 +9,7 @@ Background@MISSIONBROWSER_PANEL:
Y: 20
Width: PARENT_RIGHT
Height: 25
Text: Missions
Text: label-missionbrowser-panel-title
Align: Center
Font: Bold
ScrollPanel@MISSION_LIST:
@@ -47,7 +47,7 @@ Background@MISSIONBROWSER_PANEL:
Y: 468
Width: 56
Height: 25
Text: Difficulty:
Text: label-missionbrowser-panel-difficulty-desc
Align: Right
DropDownButton@DIFFICULTY_DROPDOWNBUTTON:
X: 210 - WIDTH
@@ -60,7 +60,7 @@ Background@MISSIONBROWSER_PANEL:
Y: 508
Width: 120
Height: 25
Text: Speed:
Text: label-missionbrowser-panel-gamespeed-desc
Align: Right
DropDownButton@GAMESPEED_DROPDOWNBUTTON:
X: 210 - WIDTH
@@ -103,42 +103,42 @@ Background@MISSIONBROWSER_PANEL:
Y: PARENT_BOTTOM - 45
Width: 130
Height: 25
Text: Watch Briefing
Text: button-missionbrowser-panel-start-briefing-video
Font: Bold
Button@STOP_BRIEFING_VIDEO_BUTTON:
X: 220
Y: PARENT_BOTTOM - 45
Width: 130
Height: 25
Text: Stop Briefing
Text: button-missionbrowser-panel-stop-briefing-video
Font: Bold
Button@START_INFO_VIDEO_BUTTON:
X: 360
Y: PARENT_BOTTOM - 45
Width: 130
Height: 25
Text: Watch Info Video
Text: button-missionbrowser-panel-start-info-video
Font: Bold
Button@STOP_INFO_VIDEO_BUTTON:
X: 360
Y: PARENT_BOTTOM - 45
Width: 130
Height: 25
Text: Stop Info Video
Text: button-missionbrowser-panel-stop-info-video
Font: Bold
Button@STARTGAME_BUTTON:
X: PARENT_RIGHT - 140 - 130
Y: PARENT_BOTTOM - 45
Width: 120
Height: 25
Text: Play
Text: button-missionbrowser-panel-startgame
Font: Bold
Button@BACK_BUTTON:
X: PARENT_RIGHT - 140
Y: PARENT_BOTTOM - 45
Width: 120
Height: 25
Text: Back
Text: button-missionbrowser-panel-back
Font: Bold
Key: escape
Background@MISSION_BIN:
@@ -168,3 +168,4 @@ Background@FULLSCREEN_PLAYER:
Y: 0
Width: WINDOW_RIGHT
Height: WINDOW_BOTTOM

View File

@@ -48,7 +48,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Y: 5
Width: PARENT_RIGHT - 29
Height: 20
Text: Waiting
Text: checkbox-multiplayer-filter-panel-waiting-for-players
TextColor: 32CD32
Font: Regular
Checkbox@EMPTY:
@@ -56,14 +56,14 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Y: 30
Width: PARENT_RIGHT - 29
Height: 20
Text: Empty
Text: checkbox-multiplayer-filter-panel-empty
Font: Regular
Checkbox@PASSWORD_PROTECTED:
X: 5
Y: 55
Width: PARENT_RIGHT - 29
Height: 20
Text: Protected
Text: checkbox-multiplayer-filter-panel-password-protected
TextColor: FF0000
Font: Regular
Checkbox@ALREADY_STARTED:
@@ -71,7 +71,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Y: 80
Width: PARENT_RIGHT - 29
Height: 20
Text: Started
Text: checkbox-multiplayer-filter-panel-already-started
TextColor: FFA500
Font: Regular
Checkbox@INCOMPATIBLE_VERSION:
@@ -79,6 +79,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Y: 105
Width: PARENT_RIGHT - 29
Height: 20
Text: Incompatible
Text: checkbox-multiplayer-filter-panel-incompatible-version
TextColor: BEBEBE
Font: Regular

View File

@@ -124,7 +124,7 @@ Background@LATENCY_TOOLTIP:
Y: 4
Height: 23
Font: Bold
Text: Latency:
Text: label-latency-tooltip-prefix
Label@LATENCY:
Y: 4
Height: 23
@@ -139,7 +139,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP:
Label@NAME:
X: 7
Y: 3
Text: Anonymous Player
Text: label-anonymous-player-tooltip-name
Height: 24
Font: MediumBold
Label@LOCATION:
@@ -170,7 +170,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP:
Label@LABEL:
X: 10
Height: 12
Text: Game Admin
Text: label-game-admin
Font: TinyBold
Background@REGISTERED_PLAYER_TOOLTIP:
@@ -213,7 +213,7 @@ Background@REGISTERED_PLAYER_TOOLTIP:
X: 10
Y: 1
Height: 12
Text: Game Admin
Text: label-game-admin
Font: TinyBold
Container@MESSAGE_HEADER:
Height: 31
@@ -338,3 +338,4 @@ Background@ARMY_TOOLTIP:
Height: 3
Font: TinyBold
VAlign: Top