mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-05-27 22:59:49 +00:00
33 lines
1.6 KiB
XML
33 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<words>
|
|
<cmdHelp>Help</cmdHelp>
|
|
<cmdRestart>Restart</cmdRestart>
|
|
<confirmRemoteWantsRestart>{0} wants to restart this game, are you ok with that?</confirmRemoteWantsRestart>
|
|
<connectionDirect>direct</connectionDirect>
|
|
<connectionDisconnected>disconnected</connectionDisconnected>
|
|
<connectionIndirect>indirect</connectionIndirect>
|
|
<errorDataSend>Data error; unable to send data. Game stopped.</errorDataSend>
|
|
<errorDisconnected>Disconnected.</errorDisconnected>
|
|
<errorUserLeft>{0} has left the game. The game is over.</errorUserLeft>
|
|
<infoRestartDenied>{0} doesn't want to restart this game.</infoRestartDenied>
|
|
<infoClickToPlayAgain>Click 'Restart' to play again.</infoClickToPlayAgain>
|
|
<lblBroughtToYouBy>Brought to you by {0}</lblBroughtToYouBy>
|
|
<lblConnectionType>Connection type</lblConnectionType>
|
|
<lblPlayers>Players</lblPlayers>
|
|
<lblColor>Color</lblColor>
|
|
<lblGamesLost>Lost</lblGamesLost>
|
|
<lblGamesWon>Won</lblGamesWon>
|
|
<lblGamesDrawn>Drawn</lblGamesDrawn>
|
|
<lblOrange>orange</lblOrange>
|
|
<lblRed>red</lblRed>
|
|
<lblVersion>Connect 4 {0}</lblVersion>
|
|
<stateGameOverDraw>Game over, it's a draw!</stateGameOverDraw>
|
|
<stateGameOverLost>Game over, you have lost!</stateGameOverLost>
|
|
<stateGameOverWon>Game over, you have won!</stateGameOverWon>
|
|
<stateInitializing>Initializing game...</stateInitializing>
|
|
<stateMyTurn>It's your turn.</stateMyTurn>
|
|
<stateRemoteTurn>Waiting for {0} to make a move.</stateRemoteTurn>
|
|
<stateStartMyTurn>Game started, it's your turn.</stateStartMyTurn>
|
|
<stateStartRemoteTurn>Game started, waiting for {0} to make a move.</stateStartRemoteTurn>
|
|
</words>
|