Move some strings to ftl files (#6203)
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<!-- Top row -->
|
||||
<BoxContainer Orientation="Horizontal" MinSize="0 40">
|
||||
<Label Margin="8 0 0 0" StyleClasses="LabelHeadingBigger" VAlign="Center" Text="{Loc 'Lobby'}" />
|
||||
<Label Margin="8 0 0 0" StyleClasses="LabelHeadingBigger" VAlign="Center" Text="{Loc 'ui-lobby-title'}" />
|
||||
<Label Name="ServerName" Access="Public" StyleClasses="LabelHeadingBigger" VAlign="Center" />
|
||||
<ui:VoteCallMenuButton Name="CallVoteButton" StyleClasses="ButtonBig" />
|
||||
<Button Name="OptionsButton" Access="Public" StyleClasses="ButtonBig" Text="{Loc 'Options'}" />
|
||||
<Button Name="LeaveButton" Access="Public" StyleClasses="ButtonBig" Text="{Loc 'Leave'}" />
|
||||
<Button Name="OptionsButton" Access="Public" StyleClasses="ButtonBig" Text="{Loc 'ui-lobby-options-button'}" />
|
||||
<Button Name="LeaveButton" Access="Public" StyleClasses="ButtonBig" Text="{Loc 'ui-lobby-leave-button'}" />
|
||||
</BoxContainer>
|
||||
<!-- Gold line -->
|
||||
<PanelContainer>
|
||||
@@ -38,13 +38,13 @@
|
||||
<BoxContainer Orientation="Vertical" Name="LeftPanelContainer" HorizontalExpand="True">
|
||||
<hudUi:StripeBack>
|
||||
<BoxContainer Orientation="Horizontal" SeparationOverride="6" Margin="3 3 3 3">
|
||||
<cc:UICommandButton Command="observe" Name="ObserveButton" Access="Public" Text="{Loc 'Observe'}" StyleClasses="ButtonBig" WindowType="{x:Type lobbyUi:ObserveWarningWindow}"/>
|
||||
<cc:UICommandButton Command="observe" Name="ObserveButton" Access="Public" Text="{Loc 'ui-lobby-observe-button'}" StyleClasses="ButtonBig" WindowType="{x:Type lobbyUi:ObserveWarningWindow}"/>
|
||||
<Label Name="StartTime"
|
||||
Access="Public"
|
||||
Align="Right"
|
||||
FontColorOverride="{x:Static maths:Color.DarkGray}"
|
||||
StyleClasses="LabelBig" HorizontalExpand="True" />
|
||||
<Button Name="ReadyButton" Access="Public" ToggleMode="True" Text="{Loc 'Ready Up'}"
|
||||
<Button Name="ReadyButton" Access="Public" ToggleMode="True" Text="{Loc 'ui-lobby-ready-up-button'}"
|
||||
StyleClasses="ButtonBig" />
|
||||
</BoxContainer>
|
||||
</hudUi:StripeBack>
|
||||
@@ -60,14 +60,14 @@
|
||||
<Control HorizontalExpand="True">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<!-- Player list -->
|
||||
<hudUi:NanoHeading Text="{Loc 'Online Players'}" />
|
||||
<hudUi:NanoHeading Text="{Loc 'ui-lobby-online-players-block'}" />
|
||||
<lobbyUi:LobbyPlayerList Name="OnlinePlayerList"
|
||||
Access="Public"
|
||||
HorizontalExpand="True"
|
||||
VerticalExpand="True"
|
||||
Margin="3 3 3 3" />
|
||||
<!-- Server info -->
|
||||
<hudUi:NanoHeading Text="{Loc 'Server Info'}" />
|
||||
<hudUi:NanoHeading Text="{Loc 'ui-lobby-server-info-block'}" />
|
||||
<info:ServerInfo Name="ServerInfo"
|
||||
Access="Public"
|
||||
VerticalExpand="True"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<BoxContainer Orientation="Horizontal" >
|
||||
<Button Name="NevermindButton" Text="{Loc 'observe-nevermind'}" SizeFlagsStretchRatio="1"/>
|
||||
<Control HorizontalExpand="True" SizeFlagsStretchRatio="2" />
|
||||
<cc:CommandButton Command="observe" Name="ObserveButton" StyleClasses="Caution" Text="{Loc 'Observe'}" SizeFlagsStretchRatio="1"/>
|
||||
<cc:CommandButton Command="observe" Name="ObserveButton" StyleClasses="Caution" Text="{Loc 'observe-confirm'}" SizeFlagsStretchRatio="1"/>
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
HorizontalExpand="True"
|
||||
HorizontalAlignment="Left" />
|
||||
<Button Name="WithdrawButton"
|
||||
Text="Withdraw"
|
||||
Text="{Loc 'uplink-user-interface-withdraw-button'}"
|
||||
HorizontalAlignment="Right"
|
||||
MinWidth="64"/>
|
||||
</BoxContainer>
|
||||
|
||||
7
Resources/Locale/en-US/lobby/lobby-gui.ftl
Normal file
7
Resources/Locale/en-US/lobby/lobby-gui.ftl
Normal file
@@ -0,0 +1,7 @@
|
||||
ui-lobby-title = Lobby
|
||||
ui-lobby-options-button = Options
|
||||
ui-lobby-leave-button = Leave
|
||||
ui-lobby-observe-button = Observe
|
||||
ui-lobby-ready-up-button = Ready Up
|
||||
ui-lobby-online-players-block = Online Players
|
||||
ui-lobby-server-info-block = Server Info
|
||||
@@ -1,4 +1,5 @@
|
||||
observe-nevermind = Nevermind
|
||||
observe-confirm = Observe
|
||||
observe-warning-1 = Are you sure you want to observe?
|
||||
observe-warning-2 = You cannot play in the round if you do so.
|
||||
observe-warning-window-title = Warning
|
||||
|
||||
@@ -8,6 +8,7 @@ uplink-user-interface-search-label = Search
|
||||
|
||||
# Withdraw UI
|
||||
|
||||
uplink-user-interface-withdraw-button = Withdraw TC
|
||||
uplink-user-interface-withdraw-title = Withdraw TC
|
||||
uplink-user-interface-withdraw-withdraw-button = Withdraw
|
||||
uplink-user-interface-withdraw-cancel-button = Cancel
|
||||
|
||||
Reference in New Issue
Block a user