forked from lichess-org/lila
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations: tourarrangements.xml (Polish)
- Loading branch information
1 parent
a49ee77
commit a26bffe
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="roundRobin" comment="https://en.wikipedia.org/wiki/Round-robin_tournament">Round-robin</string> | ||
<string name="startGame">Start game</string> | ||
<string name="goToGame">Go to game</string> | ||
<string name="waitingForOther" comment="Waiting for other player (opponent) to join the game">Waiting for other player to join</string> | ||
<string name="startGame">Rozpocznij partię</string> | ||
<string name="goToGame">Przejdź do partii</string> | ||
<string name="waitingForOther" comment="Waiting for other player (opponent) to join the game">Oczekiwanie na dołączenie innego gracza</string> | ||
<string name="proposeTime" comment="Time that you propose to your opponent to start a game">Propose time for game</string> | ||
<string name="cancelScheduled">Cancel scheduled game</string> | ||
<string name="scheduledAt" comment="Date/time when game is scheduled for">Scheduled at</string> | ||
<string name="yourUpcomingGames">Your upcoming games</string> | ||
<string name="playingRightNow" comment="Games in tournament that are being played right now">Playing right now</string> | ||
<string name="recentlyPlayedGames">Recently played games</string> | ||
<string name="gameWillNotStart">Game will not start automatically!</string> | ||
<string name="cancelScheduled">Odwołaj zaplanowaną partię</string> | ||
<string name="scheduledAt" comment="Date/time when game is scheduled for">Zaplanowane na</string> | ||
<string name="yourUpcomingGames">Twoje nadchodzące partie</string> | ||
<string name="playingRightNow" comment="Games in tournament that are being played right now">W toku</string> | ||
<string name="recentlyPlayedGames">Ostatnie partie</string> | ||
<string name="gameWillNotStart">Partia nie rozpocznie się automatycznie!</string> | ||
<string name="organized" comment="Tournament format - organized, players can only play games created by the organizer">Organized</string> | ||
</resources> |