/* File: Localizable.strings Contains: Localizable strings for chess Version: 2.0 Copyright: © 2004 by Apple Computer, Inc., all rights reserved. */ /* Single letter piece names P(awn) K(night) B(ishop) R(ook) Q(ueen) K(ing) According to the PGN standard for chess notation, the following letters are used internationally: Czech P J S V D K Danish B S L T D K Dutch O P L T D K English P N B R Q K Estonian P R O V L K Finnish P R L T D K French P C F T D R German B S L T D K Hungarian G H F B V K Icelandic P R B H D K Italian P C A T D R Norwegian B S L T D K Polish P S G W H K Portuguese P C B T D R Romanian P C N T D R Spanish P C A T D R Swedish B S L T D K */ "pawn_letter" = "P"; "knight_letter" = "N"; "bishop_letter" = "B"; "rook_letter" = "R"; "queen_letter" = "Q"; "king_letter" = "K"; /* * Full piece names for VoiceOver. We can't decompose into color & piece * because of gender agreement requirements in some languages. */ "versus" = "versus"; "select_square" = "select"; "promote_to" = "promote to"; "king" = "king"; "queen" = "queen"; "bishop" = "bishop"; "knight" = "knight"; "rook" = "rook"; "pawn" = "pawn"; "kings" = "kings"; "queens" = "queens"; "bishops" = "bishops"; "knights" = "knights"; "rooks" = "rooks"; "pawns" = "pawns"; "white_king" = "white king"; "white_queen" = "white queen"; "white_bishop" = "white bishop"; "white_knight" = "white knight"; "white_rook" = "white rook"; "white_pawn" = "white pawn"; "black_king" = "black king"; "black_queen" = "black queen"; "black_bishop" = "black bishop"; "black_knight" = "black knight"; "black_rook" = "black rook"; "black_pawn" = "black pawn"; /* Game outcomes and other title messages */ "new_msg" = "New Game"; "draw_msg" = "Draw!"; "white_win_msg" = "White wins!"; "black_win_msg" = "Black wins!"; "undo_msg" = "1 Undo"; "undos_msg" = "%d Undos"; "hint_msg" = "1 Hint"; "hints_msg" = "%d Hints"; "illegal_msg" = "Illegal Move!"; "white_move_msg"= "White to Move"; "black_move_msg"= "Black to Move"; "casual_game" = "Casual Game"; /* Style names */ "Wood" = "Wood"; "Metal" = "Metal"; "Marble" = "Marble"; "Grass" = "Grass"; "Fur" = "Fur"; "Glass" = "Glass";