summaryrefslogtreecommitdiff
path: root/chess-german.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-24 18:24:23 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-24 18:24:23 +0000
commit4dd3f219357dcb9bf2f30d231e4e983f4f7f873a (patch)
treee6e73b73759ba4aa3dbec99d0055f2dd11641ef6 /chess-german.el
parent64b12cc94f73d49a9e092859e697a9a66b0cde1d (diff)
*** no comment ***
Diffstat (limited to 'chess-german.el')
-rw-r--r--chess-german.el196
1 files changed, 114 insertions, 82 deletions
diff --git a/chess-german.el b/chess-german.el
index 3ada61d..201f2ba 100644
--- a/chess-german.el
+++ b/chess-german.el
@@ -1,89 +1,121 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;; German translation of the chess.el message catalog
+;;
+
(require 'chess-message)
(chess-message-catalog 'german
- '((queen . "Dame")
- (king . "König")
- (bishop . "Läufer")
- (knight . "Springer")
- (rook . "Turm")
- (pawn . "Bauer")
- (short-castle . "Kurze Rochade")
- (long-castle . "Lange Rochade")
- (check . "Schach")
- (checkmate . "Schach matt")
- (stalemate . "Patt")
- (en-passant . "on possont")
- (piece-moves . "%s nach %s")
- (piece-takes . "%s schlägt %s auf %s")
+ '((queen . "Dame")
+ (king . "König")
+ (bishop . "Läufer")
+ (knight . "Springer")
+ (rook . "Turm")
+ (pawn . "Bauer")
+ (short-castle . "Kurze Rochade")
+ (long-castle . "Lange Rochade")
+ (check . "Schach")
+ (checkmate . "Schach matt")
+ (stalemate . "Patt")
+ (en-passant . "on possont")
+ (piece-moves . "%s nach %s")
+ (piece-takes . "%s schlägt %s auf %s")
- (illegal-move . "Illegal move")
- (draw-offer-declined . "Your draw offer was declined")
- (could-not-find-engine . "Cannot find %s executable; check `%s'")
- (starting-engine-done . "Starting chess program '%s'...done")
- (starting-engine . "Starting chess program '%s'...")
- (chess-delete-autosave . "Delete the autosave file? ")
- (chess-read-autosave . "There is a chess autosave file, read it? ")
- (piece-images-loaded . "Loading chess piece images...done")
- (piece-images-loading . "Loading chess piece images...")
- (no-images . "Cannot find any piece images; check `chess-images-directory'")
- (no-images-fallback . "Could not find suitable chess images")
- (no-such-database . "There is no such chess database module '%s'")
- (engine-not-running . "The engine you were using is no longer running")
- (failed-start . "Failed to start chess engine process")
- (opp-illegal . "Your opponent states your last command was illegal")
- (opp-undo-ret . "Your opponent has retracted their request to undo %d moves")
- (opp-abort-ret . "Your opponent has retracted their offer to abort")
- (opp-draw-ret . "Your opponent has retracted their draw offer")
- (opp-undo-dec . "Your request to undo %d moves was decline")
- (opp-abort-dec . "Your offer to abort was declined")
- (opp-draw-dec . "Your draw offer was declined")
- (opp-undo-acc . "Request to undo %d moves was accepted")
- (opp-abort-acc . "Your offer to abort was accepted")
- (opp-draw-acc . "Your draw offer was accepted")
- (opp-ready-a . "Your opponent is now ready to play")
- (opp-ready . "Your opponent, %s, is now ready to play")
- (opp-undo . "Your opponent wants to take back %d moves, accept? ")
- (opp-abort . "Your opponent wants to abort this game, accept? ")
- (opp-draw . "Your opponent offers a draw, accept? ")
- (opp-resigned . "Your opponent has resigned")
- (opp-quit . "Your opponent has quit playing")
- (want-to-play-a . "Do you wish to play a chess game against an anonymous opponent? ")
- (want-to-play . "Do you wish to play a chess game against %s? ")
- (move-passed . "Your opponent has passed the move to you")
- (now-black . "Your opponent played the first move, you are now black")
- (invalid-pgn . "Received invalid PGN text")
- (invalid-fen . "Received invalid FEN string: %s")
- (piece-immobile . "That piece cannot move now")
- (selected-empty . "You cannot select an empty square")
- (wrong-color . "You cannot move your opponent's pieces")
- (move-not-legal . "That is not a legal move")
- (cannot-mount . "You cannot move pieces on top of each other")
- (game-is-over . "This game is over")
- (not-your-move . "It is not your turn to move")
- (editing-directly . "Now editing position directly, use S when complete...")
- (return-to-current . "Use '>' to return to the current position")
- (draw-offer . "You offer a draw")
- (want-to-quit . "Do you really want to quit? ")
- (illegal-notation . "Illegal move notation: %s")
- (no-such-style . "There is no such chessboard display style '%s'")
- (mode-drawn . "DRAWN")
- (mode-stalemate . "STALEMATE")
- (mode-resigned . "RESIGNED")
- (mode-checkmate . "CHECKMATE")
- (mode-start . "START")
- (mode-black . "Black")
- (mode-white . "White")
- (no-candidates . "There are no candidate moves for '%s'")
- (could-not-diff . "Could not differentiate piece")
- (could-not-clarify . "Could not determine which piece to use")
- (clarify-piece . "Clarify piece to move by rank or file")
- (no-such-module . "There is no module named '%s'")
- (add-to-completed . "Cannot add moves to a completed game")
- (undo-limit-reached . "Cannot undo further")
- (pawn-promote-query . "Promote pawn to queen/rook/knight/bishop? ")
- (piece-unrecognized . "Unrecognized piece identifier")
- (move-from-blank . "Attempted piece move from blank square %s")))
+ (knight-1-done . "Goal: take all the pawns, without letting the queen take your knight")
+ (congratulations . "Congratulations!")
+ (queen-would-take . "The queen would take your knight!")
+ (end-of-puzzles . "There are no more puzzles in this collection")
+ (bad-game-read . "Error reading game at position %d")
+ (irc-challenge . "IRC nick of user to challenge: ")
+ (irc-waiting . "Now waiting for 'name USER' via /msg, or `M-x chess-irc-engage'")
+ (irc-logging-in . "Connected, now logging in as '%s'...")
+ (irc-connecting . "Connecting to IRC server '%s:%d'...")
+ (opponent-says . "Your opponent says: %s")
+ (challenge-whom . "Whom would you like challenge? ")
+ (ics-connected . "Connecting to Internet Chess Server '%s'...done")
+ (ics-connecting . "Connecting to Internet Chess Server '%s'...")
+ (ics-server-prompt . "Connect to chess server: ")
+ (network-connected . "You have connected; pass now or make your move.")
+ (network-waiting . "Now waiting for your opponent to connect...")
+ (network-starting . "Starting network client/server...")
+ (illegal-move . "Illegal move")
+ (draw-offer-declined . "Your draw offer was declined")
+ (could-not-find-engine . "Cannot find %s executable; check `%s'")
+ (starting-engine-done . "Starting chess program '%s'...done")
+ (starting-engine . "Starting chess program '%s'...")
+ (chess-disable-autosave . "Disable autosaving for this game? ")
+ (chess-delete-autosave . "Delete the autosave file? ")
+ (chess-read-autosave . "There is a chess autosave file, read it? ")
+ (piece-images-loaded . "Loading chess piece images...done")
+ (piece-images-loading . "Loading chess piece images...")
+ (redrawing-frame-done . "Redrawing chess display with different size...done")
+ (redrawing-frame . "Redrawing chess display with different size...")
+ (no-images . "Cannot find any piece images; check `chess-images-directory'")
+ (no-images-fallback . "Could not find any suitable or properly sized chess images")
+ (no-engines-found . "Could not find any chess engines to play against; install gnuchess!")
+ (engine-not-running . "The engine you were using is no longer running")
+ (failed-start . "Failed to start chess engine process")
+ (opp-illegal . "Your opponent states your last command was illegal")
+ (opp-undo-ret . "Your opponent has retracted their request to undo %d moves")
+ (opp-abort-ret . "Your opponent has retracted their offer to abort")
+ (opp-draw-ret . "Your opponent has retracted their draw offer")
+ (opp-undo-dec . "Your request to undo %d moves was decline")
+ (opp-abort-dec . "Your offer to abort was declined")
+ (opp-draw-dec . "Your draw offer was declined")
+ (opp-undo-acc . "Request to undo %d moves was accepted")
+ (opp-abort-acc . "Your offer to abort was accepted")
+ (opp-draw-acc . "Your draw offer was accepted")
+ (opp-ready-a . "Your opponent is now ready to play")
+ (opp-ready . "Your opponent, %s, is now ready to play")
+ (opp-undo . "Your opponent wants to take back %d moves, accept? ")
+ (opp-abort . "Your opponent wants to abort this game, accept? ")
+ (opp-draw . "Your opponent offers a draw, accept? ")
+ (opp-resigned . "Your opponent has resigned")
+ (opp-quit . "Your opponent has quit playing")
+ (want-to-play-a . "Do you wish to play a chess game against an anonymous opponent? ")
+ (want-to-play . "Do you wish to play a chess game against %s? ")
+ (move-passed . "Your opponent has passed the move to you")
+ (now-black . "Your opponent played the first move, you are now black")
+ (invalid-pgn . "Received invalid PGN text")
+ (invalid-fen . "Received invalid FEN string: %s")
+ (piece-immobile . "That piece cannot move now")
+ (selected-empty . "You cannot select an empty square")
+ (wrong-color . "You cannot move your opponent's pieces")
+ (move-not-legal . "That is not a legal move")
+ (cannot-mount . "You cannot move pieces on top of each other")
+ (editing-directly . "Now editing position directly, use S when complete...")
+ (return-to-current . "Use '>' to return to the current position")
+ (draw-offer . "You offer a draw")
+ (want-to-quit . "Do you really want to quit? ")
+ (illegal-notation . "Illegal move notation: %s")
+ (san-not-found . "Could not find a matching move")
+ (cannot-yet-add . "Cannot insert moves into a game (yet)")
+ (no-such-style . "There is no such chessboard display style '%s'")
+ (mode-edit . "EDIT")
+ (mode-drawn . "DRAWN")
+ (mode-stalemate . "STALEMATE")
+ (mode-resigned . "RESIGNED")
+ (mode-checkmate . "CHECKMATE")
+ (mode-start . "START")
+ (mode-black . "Black")
+ (mode-white . "White")
+ (game-is-over . "This game is over")
+ (not-your-move . "It is not your turn to move")
+ (no-such-module . "There is no module named '%s'")
+ (add-to-completed . "Cannot add moves to a completed game")
+ (undo-limit-reached . "Cannot undo further")
+ (could-not-read-pgn . "Could not read or find a PGN game")
+ (no-such-database . "There is no such chess database module '%s'")
+ (pgn-parse-error . "Error parsing PGN syntax")
+ (pgn-read-error . "Error reading move: %s")
+ (pawn-promote-query . "Promote pawn to queen/rook/knight/bishop? ")
+ (no-candidates . "There are no candidate moves for '%s'")
+ (could-not-diff . "Could not differentiate piece")
+ (could-not-clarify . "Could not determine which piece to use")
+ (clarify-piece . "Clarify piece to move by rank or file")
+ (piece-unrecognized . "Unrecognized piece identifier")
+ (move-from-blank . "Attempted piece move from blank square %s")))
(provide 'chess-german)
-;;;
+;;; chess-german.el ends here