mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
23 lines
1.6 KiB
XML
23 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<resources>
|
|
<string name="keyboardInputCommands">Keyboard input commands</string>
|
|
<string name="performAMove">Perform a move</string>
|
|
<string name="movePieceFromE2ToE4">Move piece from e2 to e4</string>
|
|
<string name="moveKnightToC3">Move knight to c3</string>
|
|
<string name="kingsideCastle">Kingside castle</string>
|
|
<string name="queensideCastle">Queenside castle</string>
|
|
<string name="promoteC8ToQueen">Promote c8 to queen</string>
|
|
<string name="dropARookAtB4">Drop a rook at b4 (Crazyhouse variant only)</string>
|
|
<string name="offerOrAcceptDraw">Offer or accept draw</string>
|
|
<string name="readOutClocks">Read out clocks</string>
|
|
<string name="readOutOpponentName">Read out opponent's name</string>
|
|
<string name="otherCommands">Other commands</string>
|
|
<string name="tips">Tips</string>
|
|
<string name="ifTheAboveMoveNotationIsUnfamiliar">If the above move notation is unfamiliar, learn more here:</string>
|
|
<string name="includingAXToIndicateACapture">Including an "x" to indicate a capture is optional</string>
|
|
<string name="bothTheLetterOAndTheDigitZero">Both the letter "o" and the digit zero "0" can be used when castling</string>
|
|
<string name="ifItIsLegalToCastleBothWays">If it is legal to castle both ways, use enter to kingside castle</string>
|
|
<string name="capitalizationOnlyMattersInAmbiguousSituations">Capitalization only matters in ambiguous situations involving a bishop and the b-pawn</string>
|
|
<string name="toPremoveSimplyTypeTheDesiredPremove">To premove, simply type the desired premove before it is your turn</string>
|
|
</resources>
|