mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 15:08:46 +03:00
admin ui localization Co-authored-by: MetalSage <metalsage.official@gmail.com> (cherry picked from commit 061c1f520cafe183cbad030d515d84b233685a8b)
14 lines
658 B
XML
14 lines
658 B
XML
<Control
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
Margin="4"
|
|
MinSize="50 50">
|
|
<GridContainer
|
|
Columns="3">
|
|
<cc:CommandButton Command="startround" Text="{Loc administration-ui-round-tab-start-round}" />
|
|
<cc:CommandButton Command="endround" Text="{Loc administration-ui-round-tab-end-round}" />
|
|
<cc:CommandButton Command="restartround" Text="{Loc administration-ui-round-tab-restart-round}" />
|
|
<cc:CommandButton Command="restartroundnow" Text="{Loc administration-ui-round-tab-restart-round-now}" />
|
|
</GridContainer>
|
|
</Control>
|