X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=po%2Fvi.po;h=dbac5fbcd5ba94be9d4c9303654bd46451360980;hb=9df530983c4dc4dff2ffc1c1e1efacf455adebf1;hp=09415857810a115560d8017cbd0d69ab45944370;hpb=83b1f9fd0e7fd89c4cc206d6808c494be74939c0;p=xboard.git diff --git a/po/vi.po b/po/vi.po index 0941585..dbac5fb 100644 --- a/po/vi.po +++ b/po/vi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU xboard master-20110507\n" "Report-Msgid-Bugs-To: bug-xboard@gnu.org\n" -"POT-Creation-Date: 2011-11-01 18:38-0700\n" +"POT-Creation-Date: 2014-10-24 08:20-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,503 +18,581 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: backend.c:824 +#: args.h:840 +#, c-format +msgid "%s in settings file\n" +msgstr "" + +#: args.h:874 +#, c-format +msgid "Bad integer value %s" +msgstr "" + +#: args.h:980 args.h:1241 +#, c-format +msgid "Unrecognized argument %s" +msgstr "" + +#: args.h:1011 +#, c-format +msgid "No value provided for argument %s" +msgstr "" + +#: args.h:1071 +#, c-format +msgid "Incomplete \\ escape in value for %s" +msgstr "" + +#: args.h:1182 +#, c-format +msgid "Failed to open indirection file %s" +msgstr "" + +#: args.h:1199 +#, c-format +msgid "Unrecognized boolean argument value %s" +msgstr "" + +#. TRANSLATORS: "first" is the first of possible two chess engines. It is inserted into strings +#. such as "%s engine" / "%s chess program" / "%s machine" - all meaning the same thing +#: backend.c:808 +msgid "first" +msgstr "" + +#. TRANSLATORS: "second" is the second of possible two chess engines. It is inserted into strings +#. such as "%s engine" / "%s chess program" / "%s machine" - all meaning the same thing +#: backend.c:811 +msgid "second" +msgstr "" + +#: backend.c:894 #, c-format msgid "protocol version %d not supported" msgstr "" -#: backend.c:898 +#: backend.c:1000 msgid "You did not specify the engine executable" msgstr "" -#: backend.c:950 +#: backend.c:1058 #, c-format msgid "bad timeControl option %s" msgstr "" -#: backend.c:965 +#: backend.c:1073 #, c-format msgid "bad searchTime option %s" msgstr "" -#: backend.c:1071 +#: backend.c:1179 #, c-format msgid "Variant %s supported only in ICS mode" msgstr "" -#: backend.c:1089 +#: backend.c:1197 #, c-format msgid "Unknown variant name %s" msgstr "" -#: backend.c:1332 +#: backend.c:1452 msgid "Starting chess program" msgstr "" -#: backend.c:1355 +#: backend.c:1475 msgid "Bad game file" msgstr "" -#: backend.c:1362 +#: backend.c:1482 msgid "Bad position file" msgstr "" -#: backend.c:1376 +#: backend.c:1496 msgid "Pick new game" msgstr "" -#: backend.c:1441 +#: backend.c:1565 msgid "" -"You restarted an already completed tourney\n" -"One more cycle will now be added to it\n" -"Games commence in 10 sec" +"You restarted an already completed tourney.\n" +"One more cycle will now be added to it.\n" +"Games commence in 10 sec." msgstr "" -#: backend.c:1448 +#: backend.c:1572 #, c-format msgid "All games in tourney '%s' are already played or playing" msgstr "" -#: backend.c:1455 +#: backend.c:1579 msgid "Can't have a match with no chess programs" msgstr "" -#: backend.c:1489 +#: backend.c:1633 #, c-format msgid "Could not open comm port %s" msgstr "" -#: backend.c:1492 +#: backend.c:1636 #, c-format msgid "Could not connect to host %s, port %s" msgstr "" -#: backend.c:1548 +#: backend.c:1692 #, c-format msgid "Unknown initialMode %s" msgstr "" -#: backend.c:1574 +#: backend.c:1718 msgid "AnalyzeFile mode requires a game file" msgstr "" -#: backend.c:1601 +#: backend.c:1745 msgid "Analysis mode requires a chess engine" msgstr "" -#: backend.c:1605 +#: backend.c:1749 msgid "Analysis mode does not work with ICS mode" msgstr "" -#: backend.c:1616 +#: backend.c:1760 msgid "MachineWhite mode requires a chess engine" msgstr "" -#: backend.c:1621 +#: backend.c:1765 msgid "MachineWhite mode does not work with ICS mode" msgstr "" -#: backend.c:1628 +#: backend.c:1772 msgid "MachineBlack mode requires a chess engine" msgstr "" -#: backend.c:1633 +#: backend.c:1777 msgid "MachineBlack mode does not work with ICS mode" msgstr "" -#: backend.c:1640 +#: backend.c:1784 msgid "TwoMachines mode requires a chess engine" msgstr "" -#: backend.c:1645 +#: backend.c:1789 msgid "TwoMachines mode does not work with ICS mode" msgstr "" -#: backend.c:1656 +#: backend.c:1800 msgid "Training mode requires a game file" msgstr "" -#: backend.c:1829 backend.c:1873 backend.c:1898 backend.c:2309 +#: backend.c:1963 backend.c:2018 backend.c:2041 backend.c:2443 msgid "Error writing to ICS" msgstr "" -#: backend.c:1833 +#: backend.c:1978 msgid "Error reading from keyboard" msgstr "" -#: backend.c:1836 +#: backend.c:1981 msgid "Got end of file from keyboard" msgstr "" -#: backend.c:2147 +#: backend.c:2289 #, c-format msgid "Unknown wild type %d" msgstr "" -#: backend.c:2158 -#, c-format -msgid "recognized '%s' (%d) as variant %s\n" -msgstr "" - -#: backend.c:2223 xboard.c:7299 +#: backend.c:2360 usystem.c:332 msgid "Error writing to display" msgstr "" -#: backend.c:2968 +#. TRANSLATORS: to 'kibitz' is to send a message to all players and the game observers +#: backend.c:3128 #, c-format msgid "your opponent kibitzes: %s" msgstr "" -#: backend.c:3488 +#: backend.c:3667 msgid "Error gathering move list: two headers" msgstr "" -#: backend.c:3502 -#, c-format -msgid "Ratings from header: W %d, B %d\n" +#: backend.c:3714 +msgid "Error gathering move list: nested" msgstr "" -#: backend.c:3535 -msgid "Error gathering move list: nested" +#: backend.c:3818 backend.c:4236 backend.c:4440 backend.c:4999 backend.c:5003 +#: backend.c:7127 backend.c:12702 backend.c:14440 backend.c:14517 +#: backend.c:14563 backend.c:14569 backend.c:14574 backend.c:14579 +msgid "vs." msgstr "" -#: backend.c:3767 +#: backend.c:3946 msgid "Illegal move (rejected by ICS)" msgstr "" -#: backend.c:4104 +#: backend.c:4284 msgid "Connection closed by ICS" msgstr "" -#: backend.c:4106 +#: backend.c:4286 msgid "Error reading from ICS" msgstr "" -#: backend.c:4157 -#, c-format -msgid "Parsing board: %s\n" -msgstr "" - -#: backend.c:4181 +#: backend.c:4363 #, c-format msgid "" "Failed to parse board string:\n" "\"%s\"" msgstr "" -#: backend.c:4190 backend.c:9427 +#: backend.c:4372 backend.c:10300 msgid "Game too long; increase MAX_MOVES and recompile" msgstr "" -#: backend.c:4284 +#: backend.c:4491 msgid "Error gathering move list: extra board" msgstr "" -#: backend.c:4704 backend.c:4726 +#: backend.c:4923 backend.c:4945 #, c-format msgid "Couldn't parse move \"%s\" from ICS" msgstr "" -#: backend.c:4956 +#: backend.c:5193 #, c-format msgid "say Internal error; bad moveType %d (%d,%d-%d,%d)" msgstr "" -#: backend.c:5904 +#: backend.c:5264 +msgid "You cannot do this while you are playing or observing" +msgstr "" + +#: backend.c:6210 msgid "Recompile to support this BOARD_RANKS or BOARD_FILES!" msgstr "" -#: backend.c:6256 +#: backend.c:6700 msgid "You are playing Black" msgstr "" -#: backend.c:6265 backend.c:6292 +#: backend.c:6709 backend.c:6736 msgid "You are playing White" msgstr "" -#: backend.c:6274 backend.c:6300 backend.c:6419 backend.c:6444 backend.c:6460 -#: backend.c:13945 +#: backend.c:6718 backend.c:6744 backend.c:6865 backend.c:6890 backend.c:6906 +#: backend.c:15251 msgid "It is White's turn" msgstr "" -#: backend.c:6278 backend.c:6304 backend.c:6427 backend.c:6450 backend.c:6481 -#: backend.c:13937 +#: backend.c:6722 backend.c:6748 backend.c:6873 backend.c:6896 backend.c:6927 +#: backend.c:15243 msgid "It is Black's turn" msgstr "" -#: backend.c:6317 +#: backend.c:6761 msgid "Displayed position is not current" msgstr "" -#: backend.c:6555 +#: backend.c:7007 msgid "Illegal move" msgstr "" -#: backend.c:6618 +#: backend.c:7084 msgid "End of game" msgstr "" -#: backend.c:6621 +#: backend.c:7087 msgid "Incorrect move" msgstr "" -#: backend.c:6914 backend.c:7030 +#: backend.c:7478 backend.c:7625 msgid "Pull pawn backwards to under-promote" msgstr "" -#: backend.c:7252 +#: backend.c:7588 +msgid "only marked squares are legal" +msgstr "" + +#: backend.c:7876 msgid "Swiss tourney finished" msgstr "" -#: backend.c:7794 +#: backend.c:8392 +msgid "could not load EGBB library" +msgstr "" + +#: backend.c:8395 +msgid "wrong EGBB version" +msgstr "" + +#: backend.c:8508 msgid "Invalid pairing from pairing engine" msgstr "" -#: backend.c:7916 +#: backend.c:8659 #, c-format msgid "Illegal move \"%s\" from %s machine" msgstr "" -#: backend.c:8139 +#: backend.c:8929 msgid "Bad FEN received from engine" msgstr "" -#: backend.c:8283 xboard.c:5894 xboard.c:5938 +#: backend.c:9030 +msgid "Engine did not send setup for non-standard variant" +msgstr "" + +#: backend.c:9103 backend.c:14302 backend.c:14370 #, c-format msgid "%s does not support analysis" msgstr "" -#: backend.c:8349 +#: backend.c:9169 #, c-format msgid "Illegal move \"%s\" (rejected by %s chess program)" msgstr "" -#: backend.c:8374 +#: backend.c:9200 #, c-format msgid "Failed to start %s chess program %s on %s: %s\n" msgstr "" -#: backend.c:8395 +#: backend.c:9221 #, c-format msgid "Hint: %s" msgstr "" -#: backend.c:8400 +#: backend.c:9226 #, c-format msgid "" "Illegal hint move \"%s\"\n" "from %s chess program" msgstr "" -#: backend.c:8575 +#: backend.c:9401 msgid "Machine accepts your draw offer" msgstr "" -#: backend.c:8578 +#: backend.c:9404 msgid "" -"Machine offers a draw\n" -"Select Action / Draw to agree" +"Machine offers a draw.\n" +"Select Action / Draw to accept." +msgstr "" + +#. TRANSLATORS: PV = principal variation, the variation the chess engine thinks is the best for everyone +#: backend.c:9489 +msgid "failed writing PV" msgstr "" -#: backend.c:8956 +#: backend.c:9788 #, c-format msgid "Ambiguous move in ICS output: \"%s\"" msgstr "" -#: backend.c:8966 +#: backend.c:9798 #, c-format msgid "Illegal move in ICS output: \"%s\"" msgstr "" -#: backend.c:8977 +#: backend.c:9809 msgid "Gap in move list" msgstr "" -#: backend.c:9561 xoptions.c:418 +#: backend.c:10454 #, c-format msgid "Variant %s not supported by %s" msgstr "" -#: backend.c:9678 +#: backend.c:10461 +#, c-format +msgid ", but %s is" +msgstr "" + +#: backend.c:10616 #, c-format msgid "Startup failure on '%s'" msgstr "" -#: backend.c:9706 +#: backend.c:10647 msgid "Waiting for first chess program" msgstr "" -#: backend.c:9711 backend.c:13333 +#: backend.c:10652 backend.c:14588 msgid "Waiting for second chess program" msgstr "" -#: backend.c:9761 +#: backend.c:10701 msgid "Could not write on tourney file" msgstr "" -#: backend.c:9827 +#: backend.c:10775 msgid "" "You cannot replace an engine while it is engaged!\n" "Terminate its game first." msgstr "" -#: backend.c:9841 +#: backend.c:10789 msgid "No engine with the name you gave is installed" msgstr "" -#: backend.c:9843 +#: backend.c:10791 msgid "" "First change an engine by editing the participants list\n" "of the Tournament Options dialog" msgstr "" -#: backend.c:9844 +#: backend.c:10792 msgid "You can only change one engine at the time" msgstr "" -#: backend.c:9858 +#: backend.c:10807 backend.c:10956 +#, c-format +msgid "No engine %s is installed" +msgstr "" + +#: backend.c:10827 msgid "" "You must supply a tournament file,\n" "for storing the tourney progress" msgstr "" -#: backend.c:9868 +#: backend.c:10837 msgid "Not enough participants" msgstr "" -#: backend.c:9999 +#: backend.c:11040 msgid "Bad tournament file" msgstr "" -#: backend.c:10011 +#: backend.c:11052 msgid "Waiting for other game(s)" msgstr "" -#: backend.c:10024 +#: backend.c:11065 msgid "No pairing engine specified" msgstr "" -#: backend.c:10467 +#: backend.c:11541 #, c-format msgid "Match %s vs. %s: final score %d-%d-%d" msgstr "" -#: backend.c:10912 backend.c:10943 +#: backend.c:12019 backend.c:12050 #, c-format msgid "Illegal move: %d.%s%s" msgstr "" -#: backend.c:10932 +#: backend.c:12039 #, c-format msgid "Ambiguous move: %d.%s%s" msgstr "" -#: backend.c:10989 backend.c:11991 backend.c:12190 backend.c:12559 +#: backend.c:12093 backend.c:13137 backend.c:13330 backend.c:13700 #, c-format msgid "Can't open \"%s\"" msgstr "" -#: backend.c:11001 xboard.c:5472 +#: backend.c:12105 menus.c:116 msgid "Cannot build game list" msgstr "" -#: backend.c:11090 +#: backend.c:12190 msgid "No more games in this message" msgstr "" -#: backend.c:11131 +#: backend.c:12230 msgid "No game has been loaded yet" msgstr "" -#: backend.c:11135 backend.c:11969 xgamelist.c:445 +#: backend.c:12234 backend.c:13118 ngamelist.c:129 msgid "Can't back up any further" msgstr "" -#: backend.c:11546 +#: backend.c:12678 msgid "Game number out of range" msgstr "" -#: backend.c:11557 +#: backend.c:12689 msgid "Can't seek on game file" msgstr "" -#: backend.c:11615 +#: backend.c:12747 msgid "Game not found in file" msgstr "" -#: backend.c:11743 backend.c:12071 +#: backend.c:12876 backend.c:13214 msgid "Bad FEN position in file" msgstr "" -#: backend.c:11893 +#: backend.c:13030 msgid "No moves in game" msgstr "" -#: backend.c:11965 +#: backend.c:13114 msgid "No position has been loaded yet" msgstr "" -#: backend.c:12032 backend.c:12043 +#: backend.c:13175 backend.c:13186 msgid "Can't seek on position file" msgstr "" -#: backend.c:12050 backend.c:12062 +#: backend.c:13193 backend.c:13205 msgid "Position not found in file" msgstr "" -#: backend.c:12102 +#: backend.c:13245 msgid "Black to play" msgstr "" -#: backend.c:12105 +#: backend.c:13248 msgid "White to play" msgstr "" -#: backend.c:12195 backend.c:12564 +#: backend.c:13335 backend.c:13705 msgid "Waiting for access to save file" msgstr "" -#: backend.c:12197 +#: backend.c:13337 msgid "Saving game" msgstr "" -#: backend.c:12566 +#: backend.c:13338 +msgid "Bad Seek" +msgstr "" + +#: backend.c:13707 msgid "Saving position" msgstr "" -#: backend.c:12696 +#: backend.c:13833 msgid "" "You have edited the game history.\n" "Use Reload Same Game and make your move again." msgstr "" -#: backend.c:12701 +#: backend.c:13838 msgid "" "You have entered too many moves.\n" "Back up to the correct position and try again." msgstr "" -#: backend.c:12706 +#: backend.c:13843 msgid "" "Displayed position is not current.\n" "Step forward to the correct position and try again." msgstr "" -#: backend.c:12753 +#: backend.c:13890 msgid "You have not made a move yet" msgstr "" -#: backend.c:12774 +#: backend.c:13911 msgid "" "The cmail message is not loaded.\n" "Use Reload CMail Message and make your move again." msgstr "" -#: backend.c:12779 +#: backend.c:13916 msgid "No unfinished games" msgstr "" -#: backend.c:12785 +#: backend.c:13922 #, c-format msgid "" "You have already mailed a move.\n" @@ -524,2147 +602,2491 @@ msgid "" "on the command line." msgstr "" -#: backend.c:12800 +#: backend.c:13937 msgid "Failed to invoke cmail" msgstr "" -#: backend.c:12862 +#: backend.c:13999 #, c-format msgid "Waiting for reply from opponent\n" msgstr "" -#: backend.c:12884 +#: backend.c:14021 #, c-format msgid "Still need to make move for game\n" msgstr "" -#: backend.c:12888 +#: backend.c:14025 #, c-format msgid "Still need to make moves for both games\n" msgstr "" -#: backend.c:12892 +#: backend.c:14029 #, c-format msgid "Still need to make moves for all %d games\n" msgstr "" -#: backend.c:12899 +#: backend.c:14036 #, c-format msgid "Still need to make a move for game %s\n" msgstr "" -#: backend.c:12905 +#: backend.c:14042 #, c-format msgid "No unfinished games\n" msgstr "" -#: backend.c:12907 +#: backend.c:14044 #, c-format msgid "Ready to send mail\n" msgstr "" -#: backend.c:12912 +#: backend.c:14049 #, c-format msgid "Still need to make moves for games %s\n" msgstr "" -#: backend.c:13069 +#: backend.c:14252 msgid "Edit comment" msgstr "" -#: backend.c:13071 +#: backend.c:14254 #, c-format msgid "Edit comment on %d.%s%s" msgstr "" -#: backend.c:13165 +#: backend.c:14309 +#, c-format +msgid "You are not observing a game" +msgstr "" + +#: backend.c:14420 msgid "It is not White's turn" msgstr "" -#: backend.c:13246 +#: backend.c:14501 msgid "It is not Black's turn" msgstr "" -#: backend.c:13353 +#: backend.c:14609 #, c-format msgid "Starting %s chess program" msgstr "" -#: backend.c:13381 backend.c:14470 +#: backend.c:14637 backend.c:15799 msgid "" "Wait until your turn,\n" -"or select Move Now" +"or select 'Move Now'." msgstr "" -#: backend.c:13505 +#: backend.c:14774 msgid "Training mode off" msgstr "" -#: backend.c:13513 +#: backend.c:14782 msgid "Training mode on" msgstr "" -#: backend.c:13516 +#: backend.c:14785 msgid "Already at end of game" msgstr "" -#: backend.c:13597 +#: backend.c:14865 msgid "Warning: You are still playing a game" msgstr "" -#: backend.c:13600 +#: backend.c:14868 msgid "Warning: You are still observing a game" msgstr "" -#: backend.c:13603 +#: backend.c:14871 msgid "Warning: You are still examining a game" msgstr "" -#: backend.c:13679 +#: backend.c:14938 +msgid "Click clock to clear board" +msgstr "" + +#: backend.c:14948 msgid "Close ICS engine analyze..." msgstr "" -#: backend.c:13962 +#: backend.c:15268 msgid "That square is occupied" msgstr "" -#: backend.c:13986 backend.c:14012 +#: backend.c:15292 backend.c:15318 msgid "There is no pending offer on this move" msgstr "" -#: backend.c:14048 backend.c:14059 +#: backend.c:15354 backend.c:15365 msgid "Your opponent is not out of time" msgstr "" -#: backend.c:14125 +#: backend.c:15433 msgid "You must make your move before offering a draw" msgstr "" -#: backend.c:14452 +#: backend.c:15781 msgid "You are not examining a game" msgstr "" -#: backend.c:14456 +#: backend.c:15785 msgid "You can't revert while pausing" msgstr "" -#: backend.c:14510 backend.c:14517 +#: backend.c:15839 backend.c:15846 msgid "It is your turn" msgstr "" -#: backend.c:14568 backend.c:14575 backend.c:14594 backend.c:14601 -msgid "Wait until your turn" +#: backend.c:15897 backend.c:15904 backend.c:15990 backend.c:15997 +msgid "Wait until your turn." msgstr "" -#: backend.c:14580 +#: backend.c:15909 msgid "No hint available" msgstr "" -#: backend.c:15043 +#: backend.c:15924 backend.c:15955 ngamelist.c:364 +msgid "Game list not loaded or empty" +msgstr "" + +#: backend.c:15962 +msgid "Book file exists! Try again for overwrite." +msgstr "" + +#: backend.c:16443 #, c-format msgid "Error writing to %s chess program" msgstr "" -#: backend.c:15046 backend.c:15082 +#: backend.c:16446 backend.c:16477 #, c-format msgid "%s program exits in draw position (%s)" msgstr "" -#: backend.c:15078 +#: backend.c:16472 #, c-format msgid "Error: %s chess program (%s) exited unexpectedly" msgstr "" -#: backend.c:15095 +#: backend.c:16490 #, c-format msgid "Error reading from %s chess program (%s)" msgstr "" -#: backend.c:15508 +#: backend.c:16918 #, c-format msgid "%s engine has too many options\n" msgstr "" -#: backend.c:15661 +#: backend.c:17074 msgid "Displayed move is not current" msgstr "" -#: backend.c:15670 +#: backend.c:17083 msgid "Could not parse move" msgstr "" -#: backend.c:15799 backend.c:15821 +#: backend.c:17208 backend.c:17230 msgid "Both flags fell" msgstr "" -#: backend.c:15801 +#: backend.c:17210 msgid "White's flag fell" msgstr "" -#: backend.c:15823 +#: backend.c:17232 msgid "Black's flag fell" msgstr "" -#: backend.c:15957 +#: backend.c:17363 msgid "Clock adjustment not allowed in auto-flag mode" msgstr "" -#: backend.c:16767 +#: backend.c:18275 msgid "Bad FEN position in clipboard" msgstr "" -#: xboard.c:615 -msgid "New Game Ctrl+N" -msgstr "Ván Mới Ctrl+N" - -#: xboard.c:616 -msgid "New Shuffle Game ..." -msgstr "Tráo Bên..." - -#: xboard.c:617 -msgid "New Variant ... Alt+Shift+V" -msgstr "Biến Mới... Alt+Shift+V" - -#: xboard.c:619 -msgid "Load Game Ctrl+O" -msgstr "Tải Ván Cờ... Ctrl+O" - -#: xboard.c:620 -msgid "Load Position Ctrl+Shift+O" -msgstr "Tải Thế Cờ... Ctrl+Shift+O" - -#: xboard.c:624 -msgid "Next Position Shift+PgDn" +#: book.c:579 book.c:836 +msgid "Polyglot book not valid" msgstr "" -#: xboard.c:625 -msgid "Prev Position Shift+PgUp" +#: book.c:703 +msgid "Book Fault" msgstr "" -#: xboard.c:628 -msgid "Save Game Ctrl+S" -msgstr "Lưu Ván Cờ... Ctrl+S" - -#: xboard.c:629 -msgid "Save Position Ctrl+Shift+S" -msgstr "Lưu Thế Cờ... Ctrl+Shift+S" - -#: xboard.c:631 -msgid "Mail Move" +#: book.c:839 +msgid "Hash keys are different" msgstr "" -#: xboard.c:632 -msgid "Reload CMail Message" +#: book.c:1015 +msgid "Could not create book" msgstr "" -#: xboard.c:634 -msgid "Quit Ctr+Q" -msgstr "Thoát" - -#: xboard.c:639 -msgid "Copy Game Ctrl+C" -msgstr "Chép Ván Cờ Vào Clipboard Ctrl+C" - -#: xboard.c:640 -msgid "Copy Position Ctrl+Shift+C" -msgstr "Chép Thế Cờ Vào Clipboard Ctrl+Shift+C" - -#: xboard.c:641 -msgid "Copy Game List" -msgstr "Copy Danh Sách Các Ván Cờ Vào Clipboard" - -#: xboard.c:643 -msgid "Paste Game Ctrl+V" -msgstr "Dán Ván Cờ Từ Clipboard Ctrl+V" - -#: xboard.c:644 -msgid "Paste Position Ctrl+Shift+V" -msgstr "Dán Thế Cờ Từ Clipboard Ctrl+Shift+V" - -#: xboard.c:646 -msgid "Edit Game Ctrl+E" -msgstr "Soạn Ván Cờ Ctrl+E" - -#: xboard.c:647 -msgid "Edit Position Ctrl+Shift+E" -msgstr "Soạn Thế Cờ Ctrl+Shift+E" - -#: xboard.c:648 -msgid "Edit Tags" -msgstr "Soạn Các Thẻ..." - -#: xboard.c:649 -msgid "Edit Comment" -msgstr "Soạn Bình Chú..." - -#: xboard.c:650 +#: dialogs.c:283 #, fuzzy -msgid "Edit Book" -msgstr "Cẩm Nang Khai Cuộc..." - -#: xboard.c:652 -msgid "Revert Home" -msgstr "Ngược Lại Home" - -#: xboard.c:653 -msgid "Annotate" -msgstr "Chú Giải" - -#: xboard.c:654 -msgid "Truncate Game End" -msgstr "Cắt Ngắn Ván Cờ End" - -#: xboard.c:656 -msgid "Backward Alt+Left" -msgstr "Quay Trở Lại Alt+Left" - -#: xboard.c:657 -msgid "Forward Alt+Right" -msgstr "Đi Tiếp Alt+Right" +msgid "Tournament file: " +msgstr " F7" -#: xboard.c:658 -msgid "Back to Start Alt+Home" -msgstr "Quay Lại Đến Đầu Alt+Home" +#: dialogs.c:284 +msgid "For concurrent playing of tourney with multiple XBoards:" +msgstr "" -#: xboard.c:659 -msgid "Forward to End Alt+End" -msgstr "Đi Tiếp Tới Cuối Alt+End" +#: dialogs.c:285 +msgid "Sync after round" +msgstr "" -#: xboard.c:664 -msgid "Flip View F2" -msgstr "Lật Ngược Bàn Cờ F2" +#: dialogs.c:286 +msgid "Sync after cycle" +msgstr "" -#: xboard.c:666 -msgid "Engine Output Alt+Shift+O" -msgstr "In Ra Của Các Chương Trình Cờ Alt+Shift+O" +#: dialogs.c:287 +msgid "Tourney participants:" +msgstr "" -#: xboard.c:667 -msgid "Move History Alt+Shift+H" -msgstr "Các Nước Đi Alt+Shift+H" +#: dialogs.c:288 +msgid "Select Engine:" +msgstr "" -#: xboard.c:668 -msgid "Evaluation Graph Alt+Shift+E" -msgstr "Đồ Thị Lượng Giá Alt+Shift+E" +#: dialogs.c:296 +msgid "Tourney type (0 = round-robin, 1 = gauntlet):" +msgstr "" -#: xboard.c:669 -msgid "Game List Alt+Shift+G" -msgstr "Danh Sách Các Ván Cờ Alt+Shift+G" +#: dialogs.c:297 +msgid "Number of tourney cycles (or Swiss rounds):" +msgstr "" -#: xboard.c:670 xoptions.c:1419 -msgid "ICS text menu" +#: dialogs.c:298 +msgid "Default Number of Games in Match (or Pairing):" msgstr "" -#: xboard.c:672 xoptions.c:1501 -msgid "Tags" -msgstr "Các Thẻ" +#: dialogs.c:299 +msgid "Pause between Match Games (msec):" +msgstr "" -#: xboard.c:673 -msgid "Comments" -msgstr "Bình Chú" +#: dialogs.c:300 +msgid "Save Tourney Games on:" +msgstr "" -#: xboard.c:674 -msgid "ICS Input Box" +#: dialogs.c:301 +msgid "Game File with Opening Lines:" msgstr "" -#: xboard.c:676 -msgid "Board..." -msgstr "Bàn Cờ..." +#: dialogs.c:302 +msgid "Game Number (-1 or -2 = Auto-Increment):" +msgstr "" -#: xboard.c:677 -msgid "Game List Tags..." -msgstr "Các Thẻ của Danh Sách Ván Cờ" +#: dialogs.c:303 +msgid "File with Start Positions:" +msgstr "" -#: xboard.c:682 -msgid "Machine White Ctrl+W" -msgstr "Máy Chơi Bên Trắng Ctrl+W" +#: dialogs.c:304 +msgid "Position Number (-1 or -2 = Auto-Increment):" +msgstr "" -#: xboard.c:683 -msgid "Machine Black Ctrl+B" -msgstr "Máy Chơi Bên Đen Ctrl+B" +#: dialogs.c:305 +msgid "Rewind Index after this many Games (0 = never):" +msgstr "" -#: xboard.c:684 -msgid "Two Machines Ctrl+T" -msgstr "Máy Chơi Cả Hai Bên Ctrl+T" +#: dialogs.c:306 +msgid "Disable own engine books by default" +msgstr "" -#: xboard.c:685 -msgid "Analysis Mode Ctrl+A" -msgstr "Chế Độ Phân Tích Ctrl+A" +#: dialogs.c:307 dialogs.c:1671 +msgid "Time Control" +msgstr "" -#: xboard.c:686 +#: dialogs.c:308 #, fuzzy -msgid "Analyze Game Ctrl+G" -msgstr "Phân Tích File Ctrl+F" - -#: xboard.c:687 -msgid "Edit Game Ctrl+E" -msgstr "Soạn Ván Cờ Ctrl+E" - -#: xboard.c:688 -msgid "Edit Position Ctrl+Shift+E" -msgstr "Soạn Thế Cờ Ctrl+Shift+E" - -#: xboard.c:689 -msgid "Training" -msgstr "Đang Dậy Máy" - -#: xboard.c:690 -msgid "ICS Client" -msgstr "Kết Nối Chơi Với Máy Chủ ICS" - -#: xboard.c:692 -msgid "Machine Match" -msgstr "Trận Đấu Với Máy" - -#: xboard.c:693 -msgid "Pause Pause" -msgstr "Tạm Dừng Pause" - -#: xboard.c:698 -msgid "Accept F3" -msgstr "Chấp Nhận F3" - -#: xboard.c:699 -msgid "Decline F4" -msgstr "Từ Chối F4" - -#: xboard.c:700 -msgid "Rematch F12" -msgstr "Chơi Ván Nữa F12" - -#: xboard.c:702 -msgid "Call Flag F5" -msgstr "Đặt Cờ F5" - -#: xboard.c:703 -msgid "Draw F6" -msgstr "Hòa F6" - -#: xboard.c:704 -msgid "Adjourn F7" -msgstr " F7" - -#: xboard.c:705 -msgid "Abort F8" -msgstr "Bỏ F8" - -#: xboard.c:706 -msgid "Resign F9" -msgstr "Nhận Thua F9" - -#: xboard.c:708 -msgid "Stop Observing F10" -msgstr "Ngừng Xem" - -#: xboard.c:709 -msgid "Stop Examining F11" -msgstr "Ngừng Thử" - -#: xboard.c:710 -msgid "Upload to Examine" -msgstr "Tải Để " - -#: xboard.c:712 -msgid "Adjudicate to White" -msgstr "Phân Xử Trắng Thắng" - -#: xboard.c:713 -msgid "Adjudicate to Black" -msgstr "Phân Xử Đen Thắng" +msgid "Common Engine" +msgstr "Chương Trình Cờ Chung... Alt+Shift+U" -#: xboard.c:714 -msgid "Adjudicate Draw" -msgstr "Phân Xử Hòa" +#: dialogs.c:309 dialogs.c:441 +msgid "General Options" +msgstr "Các Lựa Chọn Chung" -#: xboard.c:719 -msgid "Load New Engine ..." +#: dialogs.c:310 +msgid "Continue Later" msgstr "" -#: xboard.c:721 -msgid "Engine #1 Settings ..." -msgstr "Đặt Tham Số Cho Chương Trình Chơi 1..." - -#: xboard.c:722 -msgid "Engine #2 Settings ..." -msgstr "Đặt Tham Số Cho Chương Trình Chơi 2..." - -#: xboard.c:724 -msgid "Hint" -msgstr "Gợi Ý..." - -#: xboard.c:725 -msgid "Book" -msgstr "Cẩm Nang Khai Cuộc..." - -#: xboard.c:727 -msgid "Move Now Ctrl+M" -msgstr "Phải Đi Ngay Ctrl+M" - -#: xboard.c:728 -msgid "Retract Move Ctrl+X" -msgstr "Hoãn Nước Đi Vừa Rồi Ctrl+X" - -#: xboard.c:735 -msgid "General ..." -msgstr "Chung..." - -#: xboard.c:737 -msgid "Time Control ... Alt+Shift+T" -msgstr "Đặt Thời Gian... Alt+Shift+T" - -#: xboard.c:738 -msgid "Common Engine ... Alt+Shift+U" -msgstr "Chương Trình Cờ Chung... Alt+Shift+U" +#: dialogs.c:311 +msgid "Replace Engine" +msgstr "" -#: xboard.c:739 -msgid "Adjudications ... Alt+Shift+J" -msgstr "Phân Xử Kết Quả... Alt+Shift+J" +#: dialogs.c:312 +msgid "Upgrade Engine" +msgstr "" -#: xboard.c:740 -msgid "ICS ..." -msgstr "ICS..." +#: dialogs.c:313 +msgid "Clone Tourney" +msgstr "" -#: xboard.c:741 -msgid "Match ..." +#: dialogs.c:351 +msgid "First you must specify an existing tourney file to clone" msgstr "" -#: xboard.c:742 -msgid "Load Game ..." -msgstr "Tải Ván Cờ... Alt+Shift+L" +#: dialogs.c:367 dialogs.c:1512 +msgid "# no engines are installed" +msgstr "" -#: xboard.c:743 -msgid "Save Game ..." -msgstr "Lưu Ván Cờ... Alt+Shift+S" +#: dialogs.c:375 +msgid "Internal error: PARTICIPANTS set wrong" +msgstr "" -#: xboard.c:745 -msgid "Game List ..." -msgstr "Danh Sách Ván Cờ" +#: dialogs.c:383 +#, fuzzy +msgid "Tournament Options" +msgstr "Âm thanh" -#: xboard.c:746 -msgid "Sounds ..." -msgstr "Âm Thanh" +#: dialogs.c:402 +msgid "Absolute Analysis Scores" +msgstr "" -#: xboard.c:749 -msgid "Always Queen Ctrl+Shift+Q" -msgstr "Luôn Là Hoàng Hậu Ctrl+Shift+Q" +#: dialogs.c:403 +msgid "Almost Always Queen (Detour Under-Promote)" +msgstr "" -#: xboard.c:750 xoptions.c:384 +#: dialogs.c:404 menus.c:736 msgid "Animate Dragging" msgstr "" -#: xboard.c:751 -msgid "Animate Moving Ctrl+Shift+A" +#: dialogs.c:405 menus.c:737 +msgid "Animate Moving" msgstr "" -#: xboard.c:752 -msgid "Auto Flag Ctrl+Shift+F" +#: dialogs.c:406 menus.c:738 +msgid "Auto Flag" msgstr "Tự Động Đặt Cờ" -#: xboard.c:753 xoptions.c:387 +#: dialogs.c:407 menus.c:739 msgid "Auto Flip View" msgstr "Tự Động Xoay Bàn Cờ" -#: xboard.c:754 xoptions.c:388 +#: dialogs.c:408 menus.c:740 msgid "Blindfold" msgstr "Mù Quáng" -#: xboard.c:755 -msgid "Flash Moves" +#. TRANSLATORS: the drop menu is used to drop a piece, e.g. during bughouse or editing a position +#: dialogs.c:410 +msgid "Drop Menu" msgstr "" -#: xboard.c:757 -msgid "Highlight Dragging" -msgstr "Đánh Dấu Khi Đang Kéo Quân Cờ" +#: dialogs.c:411 +msgid "Enable Variation Trees" +msgstr "" + +#: dialogs.c:412 +msgid "Headers in Engine Output Window" +msgstr "" + +#: dialogs.c:413 +msgid "Hide Thinking from Human" +msgstr "" -#: xboard.c:759 xoptions.c:392 +#: dialogs.c:414 menus.c:745 msgid "Highlight Last Move" msgstr "Đánh Dấu Nước Cuối" -#: xboard.c:760 -msgid "Highlight With Arrow" +#: dialogs.c:415 +msgid "Highlight with Arrow" msgstr "Đánh Dấu Với Mũi Tên" -#: xboard.c:761 xoptions.c:394 -msgid "Move Sound" -msgstr "" - -#: xboard.c:763 xoptions.c:395 +#: dialogs.c:416 menus.c:748 msgid "One-Click Moving" msgstr "Đi Quân Với Chỉ Một Bấm" -#: xboard.c:764 -msgid "Periodic Updates" -msgstr "Cập Nhật Theo Chu Kỳ" +#: dialogs.c:417 +msgid "Periodic Updates (in Analysis Mode)" +msgstr "" -#: xboard.c:765 -msgid "Ponder Next Move Ctrl+Shift+P" -msgstr "Tiếp Tục Tính Trước" +#: dialogs.c:419 +msgid "Play Move(s) of Clicked PV (Analysis)" +msgstr "" -#: xboard.c:766 -msgid "Popup Exit Message" +#: dialogs.c:420 dialogs.c:620 menus.c:750 +msgid "Ponder Next Move" +msgstr "" + +#: dialogs.c:421 +msgid "Popup Exit Messages" msgstr "Bật Cửa Sổ Thoát Chương trình" -#: xboard.c:767 xoptions.c:399 +#: dialogs.c:422 menus.c:752 msgid "Popup Move Errors" msgstr "Bật Cửa Sổ Lỗi Nước Đi" -#: xboard.c:769 -msgid "Show Coords" -msgstr "Hiện Tọa Độ" - -#: xboard.c:770 -msgid "Hide Thinking Ctrl+Shift+H" -msgstr "Ẩn Suy Nghĩ" - -#: xboard.c:771 -msgid "Test Legality Ctrl+Shift+L" -msgstr "Kiểm Tra Hợp Lệ" - -#: xboard.c:774 -msgid "Save Settings Now" -msgstr "Lưu Các Tham Số Ngay" +#: dialogs.c:423 +msgid "Scores in Move List" +msgstr "" -#: xboard.c:775 -msgid "Save Settings on Exit" -msgstr "Lưu Các Tham Số Khi Kết Thúc" +#: dialogs.c:424 +msgid "Show Coordinates" +msgstr "Hiện Tọa Độ" -#: xboard.c:780 -msgid "Info XBoard" +#: dialogs.c:425 +msgid "Show Target Squares" msgstr "" -#: xboard.c:781 -msgid "Man XBoard F1" +#: dialogs.c:426 +msgid "Sticky Windows" msgstr "" -#: xboard.c:783 xboard.c:6832 -msgid "About XBoard" -msgstr "Thông Tin Về XBoard" +#: dialogs.c:427 menus.c:755 +msgid "Test Legality" +msgstr "Kiểm Tra Hợp Lệ" -#: xboard.c:788 -msgid "File" +#: dialogs.c:428 +msgid "Top-Level Dialogs" msgstr "" -#: xboard.c:789 -msgid "Edit" -msgstr "Soạn" +#: dialogs.c:429 +msgid "Flash Moves (0 = no flashing):" +msgstr "" -#: xboard.c:790 -msgid "View" +#: dialogs.c:430 +msgid "Flash Rate (high = fast):" msgstr "" -#: xboard.c:791 -msgid "Mode" +#: dialogs.c:431 +msgid "Animation Speed (high = slow):" msgstr "" -#: xboard.c:792 -msgid "Action" +#: dialogs.c:432 +msgid "Zoom factor in Evaluation Graph:" msgstr "" -#: xboard.c:793 -msgid "Engine" +#: dialogs.c:452 +msgid "Normal" msgstr "" -#: xboard.c:794 -msgid "Options" +#: dialogs.c:453 +msgid "Makruk" msgstr "" -#: xboard.c:795 -msgid "Help" -msgstr "Hướng Dẫn" +#: dialogs.c:454 +msgid "FRC" +msgstr "" -#: xboard.c:811 xboard.c:7589 -msgid "White" -msgstr "Trắng" +#: dialogs.c:455 +msgid "Shatranj" +msgstr "" -#: xboard.c:811 xboard.c:815 xboard.c:834 -msgid "Pawn" -msgstr "Tốt" +#: dialogs.c:456 +msgid "Wild castle" +msgstr "" -#: xboard.c:811 xboard.c:815 xboard.c:834 xboard.c:5153 xboard.c:5229 -msgid "Knight" +#: dialogs.c:457 +#, fuzzy +msgid "Knightmate" msgstr "Mã" -#: xboard.c:811 xboard.c:815 xboard.c:834 xboard.c:5151 -msgid "Bishop" -msgstr "Tượng" - -#: xboard.c:811 xboard.c:815 xboard.c:834 xboard.c:5149 -msgid "Rook" -msgstr "Xe" - -#: xboard.c:812 xboard.c:816 xboard.c:834 xboard.c:5147 -msgid "Queen" -msgstr "Hoàng Hậu" - -#: xboard.c:812 xboard.c:816 xboard.c:5159 -msgid "King" -msgstr "Vua" - -#: xboard.c:812 xboard.c:816 -msgid "Elephant" -msgstr "Tượng" +#: dialogs.c:458 +msgid "No castle" +msgstr "" -#: xboard.c:812 xboard.c:816 -msgid "Cannon" -msgstr "Pháo" +#: dialogs.c:459 +msgid "Cylinder *" +msgstr "" -#: xboard.c:813 xboard.c:817 xboard.c:5165 -msgid "Archbishop" -msgstr "Sĩ" +#: dialogs.c:460 +msgid "3-checks" +msgstr "" -#: xboard.c:813 xboard.c:817 xboard.c:5167 -msgid "Chancellor" -msgstr "Xe" +#: dialogs.c:461 +msgid "berolina *" +msgstr "" -#: xboard.c:813 xboard.c:817 xboard.c:5172 xboard.c:5231 -msgid "Promote" -msgstr "Phong Cấp" +#: dialogs.c:462 +msgid "atomic" +msgstr "" -#: xboard.c:813 xboard.c:817 -msgid "Demote" +#: dialogs.c:463 +msgid "two kings" msgstr "" -#: xboard.c:814 xboard.c:818 -msgid "Empty square" -msgstr "Ô Trống" +#: dialogs.c:464 +msgid " " +msgstr "" -#: xboard.c:814 xboard.c:818 -msgid "Clear board" -msgstr "Xóa Bàn Cờ" +#: dialogs.c:465 +msgid "Spartan" +msgstr "" -#: xboard.c:815 xboard.c:7605 -msgid "Black" -msgstr "Đen" +#: dialogs.c:466 +msgid "Board size ( -1 = default for selected variant):" +msgstr "" -#: xboard.c:1214 -#, c-format -msgid "%s: Can't access XPM directory %s\n" +#: dialogs.c:467 +msgid "Number of Board Ranks:" msgstr "" -#: xboard.c:1237 -#, c-format -msgid "Available `%s' sizes:\n" +#: dialogs.c:468 +msgid "Number of Board Files:" msgstr "" -#: xboard.c:1273 -#, c-format -msgid "Error: No `%s' files!\n" +#: dialogs.c:469 +msgid "Holdings Size:" msgstr "" -#: xboard.c:1289 -#, c-format +#: dialogs.c:471 msgid "" -"Warning: No DIR structure found on this system --\n" -" Unable to autosize for XPM/XIM pieces.\n" -" Please report this error to %s.\n" -" Include system type & operating system in message.\n" +"Variants marked with * can only be played\n" +"with legality testing off." msgstr "" -#: xboard.c:1350 -#, c-format -msgid "%s: unrecognized color %s\n" +#: dialogs.c:473 +msgid "ASEAN" msgstr "" -#: xboard.c:1360 -#, c-format -msgid "%s: can't parse foreground color in `%s'\n" +#: dialogs.c:474 +msgid "Great Shatranj (10x8)" msgstr "" -#: xboard.c:1740 xboard.c:2486 -#, c-format -msgid "%s: titleWidget geometry error %d %d %d %d %d\n" +#: dialogs.c:475 +msgid "Seirawan" msgstr "" -#: xboard.c:1845 -#, c-format -msgid "%s: can't parse color names; disabling colorization\n" +#: dialogs.c:476 +msgid "Falcon (10x8)" msgstr "" -#: xboard.c:2022 -#, c-format -msgid "%s: can't cd to CHESSDIR: " +#: dialogs.c:477 +msgid "Superchess" msgstr "" -#: xboard.c:2031 -#, c-format -msgid "Failed to open file '%s'\n" +#: dialogs.c:478 +msgid "Capablanca (10x8)" msgstr "" -#: xboard.c:2046 -msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size" +#: dialogs.c:479 +msgid "Crazyhouse" msgstr "" -#: xboard.c:2069 -#, c-format -msgid "%s: bad boardSize syntax %s\n" +#: dialogs.c:480 +msgid "Gothic (10x8)" msgstr "" -#: xboard.c:2106 -#, c-format -msgid "%s: unrecognized boardSize name %s\n" +#: dialogs.c:481 +msgid "Bughouse" msgstr "" -#: xboard.c:2131 -#, c-format -msgid "Error expanding path name \"%s\"\n" +#: dialogs.c:482 +msgid "Janus (10x8)" msgstr "" -#: xboard.c:2136 -#, c-format -msgid "" -"XBoard square size (hint): %d\n" -"%s fulldir:%s:\n" +#: dialogs.c:483 +msgid "Suicide" msgstr "" -#: xboard.c:2142 -#, c-format -msgid "Closest %s size: %d\n" +#: dialogs.c:484 +msgid "CRC (10x8)" msgstr "" -#: xboard.c:2217 -#, c-format -msgid "%s: too few colors available; trying monochrome mode\n" +#: dialogs.c:485 +msgid "give-away" msgstr "" -#: xboard.c:2233 -#, c-format -msgid "white pixel = 0x%lx, black pixel = 0x%lx\n" +#: dialogs.c:486 +msgid "grand (10x10)" msgstr "" -#: xboard.c:2452 xboard.c:2462 -#, c-format -msgid "%s: messageWidget geometry error %d %d %d %d %d\n" +#: dialogs.c:487 +msgid "losers" msgstr "" -#: xboard.c:3219 -#, c-format -msgid "Unable to create font set for %s.\n" +#: dialogs.c:488 +msgid "shogi (9x9)" msgstr "" -#: xboard.c:3244 -#, c-format -msgid "%s: no fonts match pattern %s\n" +#: dialogs.c:489 +msgid "fairy" msgstr "" -#: xboard.c:3286 -#, c-format -msgid "" -"resolved %s at pixel size %d\n" -" to %s\n" +#: dialogs.c:490 +msgid "xiangqi (9x10)" msgstr "" -#: xboard.c:3439 -#, c-format -msgid "%s: error loading XIM!\n" +#: dialogs.c:491 +msgid "mighty lion" msgstr "" -#: xboard.c:3536 -msgid "XIM pieces cannot be used in monochrome mode" +#: dialogs.c:492 +msgid "courier (12x8)" msgstr "" -#: xboard.c:3540 -#, c-format -msgid "" -"\n" -"Loading XIMs...\n" +#: dialogs.c:493 +msgid "elven chess (10x10)" msgstr "" -#: xboard.c:3555 xboard.c:3578 xboard.c:3585 xboard.c:3698 xboard.c:3735 -#: xboard.c:3746 -#, c-format -msgid "(File:%s:) " +#: dialogs.c:494 +msgid "chu shogi (12x12)" msgstr "" -#: xboard.c:3573 xboard.c:3728 +#: dialogs.c:538 #, c-format -msgid "light square " +msgid "Warning: second engine (%s) does not support this!" msgstr "" -#: xboard.c:3581 xboard.c:3742 +#: dialogs.c:566 #, c-format -msgid "dark square " +msgid "Only bughouse is not available in viewer mode." msgstr "" -#: xboard.c:3592 xboard.c:3755 +#: dialogs.c:567 #, c-format -msgid "Done.\n" +msgid "" +"All variants not supported by the first engine\n" +"(currently %s) are disabled." msgstr "" -#: xboard.c:3653 -msgid "XPM pieces cannot be used in monochrome mode" +#: dialogs.c:589 +msgid "New Variant" msgstr "" -#: xboard.c:3663 -#, c-format -msgid "No builtin XPM pieces of size %d\n" +#: dialogs.c:621 +msgid "Maximum Number of CPUs per Engine:" msgstr "" -#: xboard.c:3673 -#, c-format -msgid "Error %d loading XPM image \"%s\"\n" +#: dialogs.c:622 +msgid "Polygot Directory:" msgstr "" -#: xboard.c:3686 -#, c-format -msgid "" -"\n" -"Loading XPMs...\n" +#: dialogs.c:623 +msgid "Hash-Table Size (MB):" msgstr "" -#: xboard.c:3709 -#, c-format -msgid "(Replace by File:%s:) " +#: dialogs.c:624 +msgid "EGTB Path:" msgstr "" -#: xboard.c:3716 xboard.c:3739 xboard.c:3750 -#, c-format -msgid "Error %d loading XPM file \"%s\"\n" +#: dialogs.c:625 +msgid "EGTB Cache Size (MB):" msgstr "" -#: xboard.c:3840 -#, c-format -msgid "Can't open bitmap file %s" +#: dialogs.c:626 +msgid "Use GUI Book" msgstr "" -#: xboard.c:3843 -#, c-format -msgid "Invalid bitmap in file %s" +#: dialogs.c:627 +msgid "Opening-Book Filename:" msgstr "" -#: xboard.c:3846 -#, c-format -msgid "Ran out of memory reading bitmap file %s" +#: dialogs.c:628 +msgid "Book Depth (moves):" msgstr "" -#: xboard.c:3850 -#, c-format -msgid "Unknown XReadBitmapFile error %d on file %s" +#: dialogs.c:629 +msgid "Book Variety (0) vs. Strength (100):" msgstr "" -#: xboard.c:3854 -#, c-format -msgid "%s: %s...using built-in\n" +#: dialogs.c:630 +msgid "Engine #1 Has Own Book" msgstr "" -#: xboard.c:3858 -#, c-format -msgid "%s: Bitmap %s is %dx%d, not %dx%d...using built-in\n" +#: dialogs.c:631 +msgid "Engine #2 Has Own Book " msgstr "" -#: xboard.c:4061 -msgid "Drop" -msgstr "Đứt" - -#: xboard.c:5051 xboard.c:5177 xboard.c:5225 xboard.c:7130 xboard.c:7171 -#: xgamelist.c:767 xgamelist.c:875 xoptions.c:900 xoptions.c:1211 -msgid "cancel" -msgstr "Bỏ" +#: dialogs.c:642 +msgid "Common Engine Settings" +msgstr "" -#: xboard.c:5088 xboard.c:6980 xboard.c:6994 -msgid "Error" +#: dialogs.c:648 +msgid "Detect all Mates" msgstr "" -#: xboard.c:5088 -msgid "Can't open file" +#: dialogs.c:649 +msgid "Verify Engine Result Claims" msgstr "" -#: xboard.c:5093 -msgid "Failed to open file" +#: dialogs.c:650 +msgid "Draw if Insufficient Mating Material" msgstr "" -#: xboard.c:5122 -msgid "Promotion" -msgstr "Phong cấp" +#: dialogs.c:651 +msgid "Adjudicate Trivial Draws (3-Move Delay)" +msgstr "" -#: xboard.c:5131 -msgid "Promote to what?" +#: dialogs.c:652 +msgid "N-Move Rule:" msgstr "" -#: xboard.c:5138 -msgid "Warlord" +#: dialogs.c:653 +msgid "N-fold Repeats:" msgstr "" -#: xboard.c:5140 -msgid "General" -msgstr "Chung..." +#: dialogs.c:654 +msgid "Draw after N Moves Total:" +msgstr "" -#: xboard.c:5142 -msgid "Lieutenant" +#: dialogs.c:655 +msgid "Win / Loss Threshold:" msgstr "" -#: xboard.c:5144 -msgid "Captain" +#: dialogs.c:656 +msgid "Negate Score of Engine #1" msgstr "" -#: xboard.c:5174 xboard.c:5233 -msgid "Defer" +#: dialogs.c:657 +msgid "Negate Score of Engine #2" msgstr "" -#: xboard.c:5296 -msgid "ok" -msgstr "Được" +#: dialogs.c:664 +#, fuzzy +msgid "Adjudicate non-ICS Games" +msgstr "Phân Xử Trắng Thắng" -#: xboard.c:5493 -msgid "Load game file name?" +#: dialogs.c:677 +msgid "Auto-Kibitz" msgstr "" -#: xboard.c:5559 -msgid "Load position file name?" +#: dialogs.c:678 +msgid "Auto-Comment" msgstr "" -#: xboard.c:5568 -msgid "Save game file name?" +#: dialogs.c:679 +msgid "Auto-Observe" msgstr "" -#: xboard.c:5580 -msgid "Save position file name?" -msgstr "" +#: dialogs.c:680 +msgid "Auto-Raise Board" +msgstr "Tự Động Hiện Bàn Cờ" -#: xboard.c:5811 -msgid "Can't open temp file" +#: dialogs.c:681 +msgid "Auto-Create Logon Script" msgstr "" -#: xboard.c:5901 -#, c-format -msgid "You are not observing a game" +#: dialogs.c:682 +msgid "Background Observe while Playing" msgstr "" -#: xboard.c:5906 -#, c-format -msgid "Found unexpected active ICS engine analyze \n" +#: dialogs.c:683 +msgid "Dual Board for Background-Observed Game" msgstr "" -#: xboard.c:5920 -#, c-format -msgid "ICS engine analyze starting... \n" +#: dialogs.c:684 +msgid "Get Move List" msgstr "" -#: xboard.c:7017 -msgid "Fatal Error" +#: dialogs.c:685 +msgid "Quiet Play" msgstr "" -#: xboard.c:7017 -msgid "Exiting" +#: dialogs.c:686 +msgid "Seek Graph" msgstr "" -#: xboard.c:7027 -msgid "Information" +#: dialogs.c:687 +msgid "Auto-Refresh Seek Graph" msgstr "" -#: xboard.c:7034 -msgid "Note" +#: dialogs.c:688 +msgid "Auto-InputBox PopUp" msgstr "" -#: xboard.c:7084 -#, c-format -msgid "AskQuestionProc needed 4 parameters, got %d\n" +#: dialogs.c:689 +msgid "Quit after game" msgstr "" -#: xboard.c:7117 -msgid "Error writing to chess program" +#: dialogs.c:690 +msgid "Premove" msgstr "" -#: xboard.c:7169 -msgid "enter" +#: dialogs.c:691 +msgid "Premove for White" msgstr "" -#: xboard.c:7373 -#, c-format -msgid "ERROR: Unknown user %s (in path %s)\n" +#: dialogs.c:692 +msgid "First White Move:" msgstr "" -#: xboard.c:7767 -msgid "Socket support is not configured in" +#: dialogs.c:693 +msgid "Premove for Black" msgstr "" -#: xboard.c:7858 -msgid "internal rcmd not implemented for Unix" +#: dialogs.c:694 +msgid "First Black Move:" msgstr "" -#: xboard.c:8638 -#, c-format -msgid "AnimateMove: piece %d hops from %d,%d to %d,%d \n" +#: dialogs.c:696 +msgid "Alarm" msgstr "" -#: xboard.c:8639 -#, c-format -msgid "AnimateMove: piece %d slides from %d,%d to %d,%d \n" +#: dialogs.c:697 +msgid "Alarm Time (msec):" msgstr "" -#: xengineoutput.c:145 -#, c-format -msgid "Error %d loading icon image\n" +#: dialogs.c:699 +msgid "Colorize Messages" msgstr "" -#: xengineoutput.c:358 -msgid "NPS" +#: dialogs.c:700 +msgid "Shout Text Colors:" msgstr "" -#: xengineoutput.c:537 -msgid "Engine output" +#: dialogs.c:701 +msgid "S-Shout Text Colors:" msgstr "" -#: xengineoutput.c:537 -msgid "This feature is experimental" +#: dialogs.c:702 +msgid "Channel #1 Text Colors:" msgstr "" -#: xevalgraph.c:95 -msgid "Evaluation graph" +#: dialogs.c:703 +msgid "Other Channel Text Colors:" msgstr "" -#: xgamelist.c:114 -msgid "no games matched your request" +#: dialogs.c:704 +msgid "Kibitz Text Colors:" msgstr "" -#: xgamelist.c:193 xgamelist.c:423 -msgid "thresholds" +#: dialogs.c:705 +msgid "Tell Text Colors:" msgstr "" -#: xgamelist.c:204 xgamelist.c:450 xgamelist.c:457 -#, fuzzy -msgid "find position" -msgstr "Âm thanh" - -#: xgamelist.c:215 xgamelist.c:435 -msgid "next" +#: dialogs.c:706 +msgid "Challenge Text Colors:" msgstr "" -#: xgamelist.c:228 xgamelist.c:419 -msgid "close" +#: dialogs.c:707 +msgid "Request Text Colors:" msgstr "" -#: xgamelist.c:240 -msgid "Filter:" -msgstr "Lọc" - -#: xgamelist.c:258 -msgid "filtertext" +#: dialogs.c:708 +msgid "Seek Text Colors:" msgstr "" -#: xgamelist.c:271 xgamelist.c:449 -msgid "apply" +#: dialogs.c:709 +msgid "Other Text Colors:" msgstr "" -#: xgamelist.c:362 -#, c-format -msgid "Scanning through games (%d)" +#: dialogs.c:716 +msgid "ICS Options" msgstr "" -#: xgamelist.c:386 -msgid "previous page" +#: dialogs.c:721 +msgid "Exact position match" msgstr "" -#: xgamelist.c:389 -msgid "next page" +#: dialogs.c:721 +msgid "Shown position is subset" msgstr "" -#: xgamelist.c:429 -msgid "load" +#: dialogs.c:721 +msgid "Same material with exactly same Pawn chain" msgstr "" -#: xgamelist.c:432 -msgid "No game selected" +#: dialogs.c:722 +msgid "Same material" msgstr "" -#: xgamelist.c:438 -msgid "Can't go forward any further" +#: dialogs.c:722 +msgid "Material range (top board half optional)" msgstr "" -#: xgamelist.c:442 -msgid "prev" +#: dialogs.c:722 +msgid "Material difference (optional stuff balanced)" msgstr "" -#: xgamelist.c:541 -msgid "There is no game list" +#: dialogs.c:737 +msgid "Auto-Display Tags" msgstr "" -#: xgamelist.c:761 xgamelist.c:886 xoptions.c:904 xoptions.c:1207 -msgid "OK" -msgstr "Được" +#: dialogs.c:738 +msgid "Auto-Display Comment" +msgstr "" -#: xgamelist.c:775 -msgid "No tag selected" +#: dialogs.c:739 +msgid "" +"Auto-Play speed of loaded games\n" +"(0 = instant, -1 = off):" msgstr "" -#: xgamelist.c:779 xgamelist.c:864 -msgid "down" +#: dialogs.c:740 +msgid "Seconds per Move:" msgstr "" -#: xgamelist.c:784 xgamelist.c:853 -msgid "up" +#: dialogs.c:741 +msgid "" +"\n" +"options to use in game-viewer mode:" msgstr "" -#: xgamelist.c:789 xgamelist.c:842 -msgid "factory" +#: dialogs.c:743 +msgid "" +"\n" +"Thresholds for position filtering in game list:" msgstr "" -#: xhistory.c:145 -msgid "Move list" +#: dialogs.c:744 +msgid "Elo of strongest player at least:" msgstr "" -#: xoptions.c:303 -msgid "First Engine" +#: dialogs.c:745 +msgid "Elo of weakest player at least:" msgstr "" -#: xoptions.c:303 -msgid "Second Engine" +#: dialogs.c:746 +msgid "No games before year:" msgstr "" -#: xoptions.c:352 -msgid "Tournament file:" +#: dialogs.c:747 +msgid "Minimum nr consecutive positions:" msgstr "" -#: xoptions.c:353 -msgid "Sync after round (for concurrent playing of a single" +#: dialogs.c:749 +msgid "Search mode:" msgstr "" -#: xoptions.c:354 -msgid "Sync after cycle tourney with multiple XBoards)" +#: dialogs.c:750 +msgid "Also match reversed colors" msgstr "" -#: xoptions.c:356 -msgid "Select Engine:" +#: dialogs.c:751 +msgid "Also match left-right flipped position" msgstr "" -#: xoptions.c:357 -msgid "Tourney type (0 = round-robin, 1 = gauntlet):" +#: dialogs.c:760 +msgid "Load Game Options" +msgstr "Các Lựa Chọn Tải Ván Cờ" + +#: dialogs.c:772 +msgid "Auto-Save Games" msgstr "" -#: xoptions.c:358 -msgid "Number of tourney cycles (or Swiss rounds):" +#: dialogs.c:773 +msgid "Own Games Only" msgstr "" -#: xoptions.c:359 -msgid "Default Number of Games in Match (or Pairing):" +#: dialogs.c:774 +msgid "Save Games on File:" msgstr "" -#: xoptions.c:360 -msgid "Pause between Match Games (msec):" +#: dialogs.c:775 +msgid "Save Final Positions on File:" msgstr "" -#: xoptions.c:361 -msgid "Save Tourney Games on:" +#: dialogs.c:776 +msgid "PGN Event Header:" msgstr "" -#: xoptions.c:362 -msgid "Game File with Opening Lines:" +#: dialogs.c:777 +msgid "Old Save Style (as opposed to PGN)" msgstr "" -#: xoptions.c:363 -msgid "Game Number (-1 or -2 = Auto-Increment):" +#: dialogs.c:778 +msgid "Include Number Tag in tourney PGN" msgstr "" -#: xoptions.c:364 -msgid "File with Start Positions:" +#: dialogs.c:779 +msgid "Save Score/Depth Info in PGN" msgstr "" -#: xoptions.c:365 -msgid "Position Number (-1 or -2 = Auto-Increment):" +#: dialogs.c:780 +msgid "Save Out-of-Book Info in PGN " msgstr "" -#: xoptions.c:366 -msgid "Rewind Index after this many Games (0 = never):" +#: dialogs.c:787 +msgid "Save Game Options" +msgstr "Các Lựa Chọn Lưu Ván Cờ" + +#: dialogs.c:796 +msgid "No Sound" +msgstr "Không âm thanh" + +#: dialogs.c:797 +msgid "Default Beep" +msgstr "Tiếng tút ngầm định" + +#: dialogs.c:798 +msgid "Above WAV File" msgstr "" -#: xoptions.c:367 -msgid "Disable own engine books by default" +#: dialogs.c:799 +msgid "Car Horn" msgstr "" -#: xoptions.c:368 -msgid "Replace Engine" +#: dialogs.c:800 +msgid "Cymbal" msgstr "" -#: xoptions.c:369 -msgid "Upgrade Engine" +#: dialogs.c:801 +msgid "Ding" msgstr "" -#: xoptions.c:382 -msgid "Absolute Analysis Scores" +#: dialogs.c:802 +msgid "Gong" msgstr "" -#: xoptions.c:383 -msgid "Almost Always Queen (Detour Under-Promote)" +#: dialogs.c:803 +msgid "Laser" msgstr "" -#: xoptions.c:385 -msgid "Animate Moving" +#: dialogs.c:804 +msgid "Penalty" msgstr "" -#: xoptions.c:386 -msgid "Auto Flag" -msgstr "Tự Động Đặt Cờ" +#: dialogs.c:805 +msgid "Phone" +msgstr "" -#: xoptions.c:389 -msgid "Drop Menu" +#: dialogs.c:806 +msgid "Pop" msgstr "" -#: xoptions.c:390 -msgid "Hide Thinking from Human" +#: dialogs.c:807 +msgid "Roar" msgstr "" -#: xoptions.c:391 -msgid "Highlight Dragging (Show Move Targets)" -msgstr "Đánh Dấu Khi Đang Kéo Quân Cờ" +#: dialogs.c:808 +msgid "Slap" +msgstr "" -#: xoptions.c:393 -msgid "Highlight with Arrow" -msgstr "Đánh Dấu Với Mũi Tên" +#: dialogs.c:809 +msgid "Wood Thunk" +msgstr "" -#: xoptions.c:396 -msgid "Periodic Updates (in Analysis Mode)" +#: dialogs.c:811 +msgid "User File" msgstr "" -#: xoptions.c:397 xoptions.c:504 -msgid "Ponder Next Move" +#: dialogs.c:834 +msgid "User WAV File:" msgstr "" -#: xoptions.c:398 -msgid "Popup Exit Messages" -msgstr "Bật Cửa Sổ Thoát Chương trình" +#: dialogs.c:835 +msgid "Sound Program:" +msgstr "" -#: xoptions.c:400 -msgid "Scores in Move List" +#: dialogs.c:836 +msgid "Try-Out Sound:" msgstr "" -#: xoptions.c:401 -msgid "Show Coordinates" -msgstr "Hiện Tọa Độ" +#: dialogs.c:837 +msgid "Play" +msgstr "Chơi" -#: xoptions.c:402 -msgid "Show Target Squares" +#: dialogs.c:838 +msgid "Move:" msgstr "" -#: xoptions.c:403 -msgid "Test Legality" -msgstr "Kiểm Tra Hợp Lệ" +#: dialogs.c:839 +msgid "Win:" +msgstr "" -#: xoptions.c:404 -msgid "Flash Moves (0 = no flashing):" +#: dialogs.c:840 +msgid "Lose:" msgstr "" -#: xoptions.c:405 -msgid "Flash Rate (high = fast):" +#: dialogs.c:841 +msgid "Draw:" msgstr "" -#: xoptions.c:406 -msgid "Animation Speed (high = slow):" +#: dialogs.c:842 +msgid "Unfinished:" msgstr "" -#: xoptions.c:407 -msgid "Zoom factor in Evaluation Graph:" +#: dialogs.c:843 +msgid "Alarm:" msgstr "" -#: xoptions.c:423 -#, c-format -msgid "Warning: second engine (%s) does not support this!" +#: dialogs.c:844 +msgid "Challenge:" msgstr "" -#: xoptions.c:444 -msgid "normal" +#: dialogs.c:846 +msgid "Sounds Directory:" msgstr "" -#: xoptions.c:445 -msgid "fairy" +#: dialogs.c:847 +msgid "Shout:" msgstr "" -#: xoptions.c:446 -msgid "FRC" +#: dialogs.c:848 +msgid "S-Shout:" msgstr "" -#: xoptions.c:447 -msgid "Seirawan" +#: dialogs.c:849 +msgid "Channel:" msgstr "" -#: xoptions.c:448 -msgid "wild castle" +#: dialogs.c:850 +msgid "Channel 1:" msgstr "" -#: xoptions.c:449 -msgid "Superchess" +#: dialogs.c:851 +msgid "Tell:" msgstr "" -#: xoptions.c:450 -msgid "no castle" +#: dialogs.c:852 +msgid "Kibitz:" msgstr "" -#: xoptions.c:451 -msgid "crazyhouse" +#: dialogs.c:853 +msgid "Request:" msgstr "" -#: xoptions.c:452 -msgid "knightmate" +#: dialogs.c:854 +msgid "Lion roar:" msgstr "" -#: xoptions.c:453 -msgid "bughouse" +#: dialogs.c:855 +msgid "Seek:" msgstr "" -#: xoptions.c:454 -msgid "berolina" +#: dialogs.c:871 +msgid "Sound Options" +msgstr "Âm thanh" + +#: dialogs.c:887 +msgid "Selectable themes:" msgstr "" -#: xoptions.c:455 -msgid "shogi (9x9)" +#: dialogs.c:889 +msgid "New name for current theme:" msgstr "" -#: xoptions.c:456 -msgid "cylinder" +#: dialogs.c:892 +msgid "White Piece Color:" msgstr "" -#: xoptions.c:457 -msgid "xiangqi (9x10)" +#. TRANSLATORS: R = single letter for the color red +#: dialogs.c:895 dialogs.c:904 dialogs.c:910 dialogs.c:916 dialogs.c:922 +#: dialogs.c:928 +msgid "R" msgstr "" -#: xoptions.c:458 -msgid "shatranj" +#. TRANSLATORS: G = single letter for the color green +#: dialogs.c:897 dialogs.c:905 dialogs.c:911 dialogs.c:917 dialogs.c:923 +#: dialogs.c:929 +msgid "G" msgstr "" -#: xoptions.c:459 -msgid "courier (12x8)" +#. TRANSLATORS: B = single letter for the color blue +#: dialogs.c:899 dialogs.c:906 dialogs.c:912 dialogs.c:918 dialogs.c:924 +#: dialogs.c:930 +msgid "B" msgstr "" -#: xoptions.c:460 -msgid "makruk" +#. TRANSLATORS: D = single letter to make a color darker +#: dialogs.c:901 dialogs.c:907 dialogs.c:913 dialogs.c:919 dialogs.c:925 +#: dialogs.c:931 +msgid "D" msgstr "" -#: xoptions.c:461 -msgid "Great Shatranj (10x8)" +#: dialogs.c:902 +msgid "Black Piece Color:" msgstr "" -#: xoptions.c:462 -msgid "atomic" +#: dialogs.c:908 +msgid "Light Square Color:" msgstr "" -#: xoptions.c:463 -msgid "falcon (10x8)" +#: dialogs.c:914 +msgid "Dark Square Color:" msgstr "" -#: xoptions.c:464 -msgid "two kings" +#: dialogs.c:920 +msgid "Highlight Color:" msgstr "" -#: xoptions.c:465 -msgid "Capablanca (10x8)" +#: dialogs.c:926 +msgid "Premove Highlight Color:" msgstr "" -#: xoptions.c:466 -msgid "3-checks" +#: dialogs.c:932 +msgid "Flip Pieces Shogi Style (Colored buttons restore default)" msgstr "" -#: xoptions.c:467 -msgid "Gothic (10x8)" +#: dialogs.c:934 +msgid "Mono Mode" msgstr "" -#: xoptions.c:468 -msgid "suicide" +#: dialogs.c:935 +msgid "Logo Size (0=off, requires restart):" msgstr "" -#: xoptions.c:469 -msgid "janus (10x8)" +#: dialogs.c:936 +msgid "Line Gap (-1 = default for board size):" msgstr "" -#: xoptions.c:470 -msgid "give-away" +#: dialogs.c:937 +msgid "Use Board Textures" msgstr "" -#: xoptions.c:471 -msgid "CRC (10x8)" +#: dialogs.c:938 +msgid "Light-Squares Texture File:" msgstr "" -#: xoptions.c:472 -msgid "losers" +#: dialogs.c:939 +msgid "Dark-Squares Texture File:" msgstr "" -#: xoptions.c:473 -msgid "grand (10x10)" +#: dialogs.c:940 +msgid "Use external piece bitmaps with their own colors" msgstr "" -#: xoptions.c:474 -msgid "Spartan" +#: dialogs.c:941 +msgid "Directory with Pieces Images:" msgstr "" -#: xoptions.c:475 -msgid "Board size ( -1 = default for selected variant):" +#: dialogs.c:1012 +msgid "# no themes are defined" msgstr "" -#: xoptions.c:476 -msgid "Number of Board Ranks:" +#: dialogs.c:1024 +msgid "Board Options" msgstr "" -#: xoptions.c:477 -msgid "Number of Board Files:" +#: dialogs.c:1095 menus.c:654 +msgid "ICS text menu" msgstr "" -#: xoptions.c:478 -msgid "Holdings Size:" +#: dialogs.c:1124 +msgid "clear" msgstr "" -#: xoptions.c:480 -msgid "" -"WARNING: variants with un-orthodox\n" -"pieces only have built-in bitmaps\n" -"for -boardSize middling, bulky and\n" -"petite, and substitute king or amazon\n" -"for missing bitmaps. (See manual.)" +#: dialogs.c:1125 dialogs.c:1224 +msgid "save changes" msgstr "" -#: xoptions.c:505 -msgid "Maximum Number of CPUs per Engine:" +#: dialogs.c:1223 +msgid "add next move" msgstr "" -#: xoptions.c:506 -msgid "Polygot Directory:" +#: dialogs.c:1247 +#, fuzzy +msgid "Edit book" +msgstr "Soạn" + +#: dialogs.c:1247 menus.c:656 +msgid "Tags" +msgstr "Các Thẻ" + +#: dialogs.c:1385 +msgid "ICS input box" msgstr "" -#: xoptions.c:507 -msgid "Hash-Table Size (MB):" +#: dialogs.c:1417 +msgid "Type a move" msgstr "" -#: xoptions.c:508 -msgid "Nalimov EGTB Path:" +#: dialogs.c:1443 +msgid "Engine has no options" msgstr "" -#: xoptions.c:509 -msgid "EGTB Cache Size (MB):" +#: dialogs.c:1445 +msgid "Engine Settings" msgstr "" -#: xoptions.c:510 -msgid "Use GUI Book" +#: dialogs.c:1470 +msgid "Select engine from list:" msgstr "" -#: xoptions.c:511 -msgid "Opening-Book Filename:" +#: dialogs.c:1473 +msgid "or specify one below:" msgstr "" -#: xoptions.c:512 -msgid "Book Depth (moves):" +#: dialogs.c:1474 +msgid "Nickname (optional):" msgstr "" -#: xoptions.c:513 -msgid "Book Variety (0) vs. Strength (100):" +#: dialogs.c:1475 +msgid "Use nickname in PGN player tags of engine-engine games" msgstr "" -#: xoptions.c:514 -msgid "Engine #1 Has Own Book" +#: dialogs.c:1476 +msgid "Engine Directory:" msgstr "" -#: xoptions.c:515 -msgid "Engine #2 Has Own Book " +#: dialogs.c:1477 +msgid "Engine Command:" msgstr "" -#: xoptions.c:520 -msgid "Detect all Mates" +#: dialogs.c:1478 +msgid "(Directory will be derived from engine path when empty)" msgstr "" -#: xoptions.c:521 -msgid "Verify Engine Result Claims" +#: dialogs.c:1479 +msgid "UCI" msgstr "" -#: xoptions.c:522 -msgid "Draw if Insufficient Mating Material" +#: dialogs.c:1480 +msgid "WB protocol v1 (do not wait for engine features)" msgstr "" -#: xoptions.c:523 -msgid "Adjudicate Trivial Draws (3-Move Delay)" +#: dialogs.c:1481 +msgid "Must not use GUI book" msgstr "" -#: xoptions.c:524 -msgid "N-Move Rule:" +#: dialogs.c:1482 +msgid "Add this engine to the list" msgstr "" -#: xoptions.c:525 -msgid "N-fold Repeats:" +#: dialogs.c:1483 +msgid "Force current variant with this engine" msgstr "" -#: xoptions.c:526 -msgid "Draw after N Moves Total:" +#: dialogs.c:1533 +msgid "Load first engine" msgstr "" -#: xoptions.c:527 -msgid "Win / Loss Threshold:" +#: dialogs.c:1539 +msgid "Load second engine" msgstr "" -#: xoptions.c:528 -msgid "Negate Score of Engine #1" +#: dialogs.c:1562 +msgid "shuffle" msgstr "" -#: xoptions.c:529 -msgid "Negate Score of Engine #2" +#: dialogs.c:1563 +msgid "Fischer castling" msgstr "" -#: xoptions.c:540 -msgid "Auto-Kibitz" +#: dialogs.c:1564 +msgid "Start-position number:" msgstr "" -#: xoptions.c:541 -msgid "Auto-Comment" +#: dialogs.c:1565 +msgid "randomize" msgstr "" -#: xoptions.c:542 -msgid "Auto-Observe" +#: dialogs.c:1566 +msgid "pick fixed" msgstr "" -#: xoptions.c:543 -msgid "Auto-Raise Board" -msgstr "Tự Động Hiện Bàn Cờ" +#: dialogs.c:1583 +msgid "New Shuffle Game" +msgstr "Tráo Bên..." -#: xoptions.c:544 -msgid "Background Observe while Playing" +#: dialogs.c:1602 +msgid "classical" msgstr "" -#: xoptions.c:545 -msgid "Dual Board for Background-Observed Game" +#: dialogs.c:1603 +msgid "incremental" msgstr "" -#: xoptions.c:546 -msgid "Get Move List" +#: dialogs.c:1604 +msgid "fixed max" msgstr "" -#: xoptions.c:547 -msgid "Quiet Play" +#: dialogs.c:1605 +msgid "Moves per session:" msgstr "" -#: xoptions.c:548 -msgid "Seek Graph" +#: dialogs.c:1606 +msgid "Initial time (min):" msgstr "" -#: xoptions.c:549 -msgid "Auto-Refresh Seek Graph" +#: dialogs.c:1607 +msgid "Increment or max (sec/move):" msgstr "" -#: xoptions.c:550 -msgid "Premove" -msgstr "" +#: dialogs.c:1608 +#, fuzzy +msgid "Time-Odds factors:" +msgstr "Hệ số thời gian lẻ" -#: xoptions.c:551 -msgid "Premove for White" +#: dialogs.c:1609 +msgid "Engine #1" msgstr "" -#: xoptions.c:552 -msgid "First White Move:" +#: dialogs.c:1610 +msgid "Engine #2 / Human" msgstr "" -#: xoptions.c:553 -msgid "Premove for Black" +#: dialogs.c:1650 dialogs.c:1653 dialogs.c:1658 dialogs.c:1659 +#: gtk/xoptions.c:184 +msgid "Unused" msgstr "" -#: xoptions.c:554 -msgid "First Black Move:" +#: dialogs.c:1700 +msgid "Error writing to chess program" msgstr "" -#: xoptions.c:556 -msgid "Alarm" -msgstr "" +#: dialogs.c:1768 xaw/xoptions.c:1318 +#, fuzzy +msgid "Cancel" +msgstr "Bỏ" -#: xoptions.c:557 -msgid "Alarm Time (msec):" -msgstr "" +#: dialogs.c:1773 dialogs.c:2371 dialogs.c:2375 +msgid "King" +msgstr "Vua" -#: xoptions.c:559 -msgid "Colorize Messages" +#: dialogs.c:1776 +msgid "Captain" msgstr "" -#: xoptions.c:560 -msgid "Shout Text Colors:" +#: dialogs.c:1777 +msgid "Lieutenant" msgstr "" -#: xoptions.c:561 -msgid "S-Shout Text Colors:" -msgstr "" +#: dialogs.c:1778 +msgid "General" +msgstr "Chung..." -#: xoptions.c:562 -msgid "Channel #1 Text Colors:" +#: dialogs.c:1779 +msgid "Warlord" msgstr "" -#: xoptions.c:563 -msgid "Other Channel Text Colors:" +#: dialogs.c:1781 dialogs.c:2370 dialogs.c:2374 dialogs.c:2393 +msgid "Knight" +msgstr "Mã" + +#: dialogs.c:1782 dialogs.c:2370 dialogs.c:2374 dialogs.c:2393 +msgid "Bishop" +msgstr "Tượng" + +#: dialogs.c:1783 dialogs.c:2370 dialogs.c:2374 dialogs.c:2393 +msgid "Rook" +msgstr "Xe" + +#: dialogs.c:1787 dialogs.c:2372 dialogs.c:2376 +msgid "Archbishop" +msgstr "Sĩ" + +#: dialogs.c:1788 dialogs.c:2372 dialogs.c:2376 +msgid "Chancellor" +msgstr "Xe" + +#: dialogs.c:1790 dialogs.c:2371 dialogs.c:2375 dialogs.c:2393 +msgid "Queen" +msgstr "Hoàng Hậu" + +#: dialogs.c:1792 +msgid "Lion" msgstr "" -#: xoptions.c:564 -msgid "Kibitz Text Colors:" +#: dialogs.c:1796 +msgid "Defer" msgstr "" -#: xoptions.c:565 -msgid "Tell Text Colors:" +#: dialogs.c:1797 dialogs.c:2372 dialogs.c:2376 +msgid "Promote" +msgstr "Phong Cấp" + +#: dialogs.c:1854 +msgid "Chats:" msgstr "" -#: xoptions.c:566 -msgid "Challenge Text Colors:" +#: dialogs.c:1855 dialogs.c:1856 dialogs.c:1857 dialogs.c:1858 dialogs.c:1859 +#: dialogs.c:1957 dialogs.c:2017 dialogs.c:2049 +#, fuzzy +msgid "New Chat" +msgstr "Tráo Bên..." + +#: dialogs.c:1862 +msgid "Chat partner:" msgstr "" -#: xoptions.c:567 -msgid "Request Text Colors:" +#: dialogs.c:1863 +msgid "End Chat" msgstr "" -#: xoptions.c:568 -msgid "Seek Text Colors:" +#: dialogs.c:1864 +msgid "Hide" msgstr "" -#: xoptions.c:572 -msgid "Exact position match" +#: dialogs.c:2074 +msgid "ICS Interaction" msgstr "" -#: xoptions.c:572 -msgid "Shown position is subset" +#: dialogs.c:2141 +msgid "factory" msgstr "" -#: xoptions.c:572 -msgid "Same material with exactly same Pawn chain" +#: dialogs.c:2142 +msgid "up" msgstr "" -#: xoptions.c:573 -msgid "Same material" +#: dialogs.c:2143 +msgid "down" msgstr "" -#: xoptions.c:573 -msgid "Material range (top board half optional)" +#: dialogs.c:2162 +msgid "No tag selected" msgstr "" -#: xoptions.c:573 -msgid "Material difference (optional stuff balanced)" +#: dialogs.c:2193 +#, fuzzy +msgid "Game-list options" +msgstr "Các Lựa Chọn Tải Ván Cờ" + +#: dialogs.c:2269 dialogs.c:2283 +msgid "Error" msgstr "" -#: xoptions.c:584 -msgid "Auto-Display Tags" +#: dialogs.c:2306 +msgid "Fatal Error" msgstr "" -#: xoptions.c:585 -msgid "Auto-Display Comment" +#: dialogs.c:2306 +msgid "Exiting" msgstr "" -#: xoptions.c:586 -msgid "" -"Auto-Play speed of loaded games\n" -"(0 = instant, -1 = off):" +#: dialogs.c:2317 +msgid "Information" msgstr "" -#: xoptions.c:587 -msgid "Seconds per Move:" +#: dialogs.c:2324 +msgid "Note" msgstr "" -#: xoptions.c:588 -msgid "" -"\n" -"Thresholds for position filtering in game list:" +#: dialogs.c:2370 dialogs.c:2656 dialogs.c:2659 +msgid "White" +msgstr "Trắng" + +#: dialogs.c:2370 dialogs.c:2374 dialogs.c:2393 +msgid "Pawn" +msgstr "Tốt" + +#: dialogs.c:2371 dialogs.c:2375 +msgid "Elephant" +msgstr "Tượng" + +#: dialogs.c:2371 dialogs.c:2375 +msgid "Cannon" +msgstr "Pháo" + +#: dialogs.c:2372 dialogs.c:2376 +msgid "Demote" msgstr "" -#: xoptions.c:589 -msgid "Elo of strongest player at least:" +#: dialogs.c:2373 dialogs.c:2377 +msgid "Empty square" +msgstr "Ô Trống" + +#: dialogs.c:2373 dialogs.c:2377 +msgid "Clear board" +msgstr "Xóa Bàn Cờ" + +#: dialogs.c:2374 dialogs.c:2668 dialogs.c:2671 +msgid "Black" +msgstr "Đen" + +#: dialogs.c:2474 menus.c:809 +msgid "File" msgstr "" -#: xoptions.c:590 -msgid "Elo of weakest player at least:" +#: dialogs.c:2475 menus.c:810 +msgid "Edit" +msgstr "Soạn" + +#: dialogs.c:2476 menus.c:811 +msgid "View" msgstr "" -#: xoptions.c:591 -msgid "No games before year:" +#: dialogs.c:2477 menus.c:812 +msgid "Mode" msgstr "" -#: xoptions.c:592 -msgid "Minimum nr consecutive positions:" +#: dialogs.c:2478 menus.c:813 +msgid "Action" msgstr "" -#: xoptions.c:593 -msgid "Seach mode:" +#: dialogs.c:2479 menus.c:814 +msgid "Engine" msgstr "" -#: xoptions.c:594 -msgid "Also match reversed colors" +#: dialogs.c:2480 menus.c:815 +msgid "Options" msgstr "" -#: xoptions.c:595 -msgid "Also match left-right flipped position" +#: dialogs.c:2481 menus.c:816 +msgid "Help" +msgstr "Hướng Dẫn" + +#: dialogs.c:2491 +msgid "<<" msgstr "" -#: xoptions.c:600 -msgid "Auto-Save Games" +#: dialogs.c:2492 +msgid "<" msgstr "" -#: xoptions.c:601 -msgid "Save Games on File:" +#: dialogs.c:2494 +msgid ">" msgstr "" -#: xoptions.c:602 -msgid "Save Final Positions on File:" +#: dialogs.c:2495 +msgid ">>" msgstr "" -#: xoptions.c:603 -msgid "PGN Event Header:" +#: dialogs.c:2774 +msgid "Directories:" msgstr "" -#: xoptions.c:604 -msgid "Old Save Style (as opposed to PGN)" +#: dialogs.c:2775 +#, fuzzy +msgid "Files:" +msgstr "Lọc" + +#: dialogs.c:2776 +msgid "by name" msgstr "" -#: xoptions.c:605 -msgid "Save Score/Depth Info in PGN" +#: dialogs.c:2777 +msgid "by type" msgstr "" -#: xoptions.c:606 -msgid "Save Out-of-Book Info in PGN " +#: dialogs.c:2780 +#, fuzzy +msgid "Filename:" +msgstr "Lọc" + +#: dialogs.c:2781 +msgid "New directory" msgstr "" -#: xoptions.c:611 -msgid "No Sound" -msgstr "Không âm thanh" +#: dialogs.c:2782 +#, fuzzy +msgid "File type:" +msgstr "Lọc" -#: xoptions.c:612 -msgid "Default Beep" -msgstr "Tiếng tút ngầm định" +#: dialogs.c:2857 +#, fuzzy +msgid "Contents of" +msgstr "Bình Chú" -#: xoptions.c:613 -msgid "Above WAV File" +#: dialogs.c:2883 +msgid " next page" msgstr "" -#: xoptions.c:614 -msgid "Car Horn" +#: dialogs.c:2900 +msgid "FIRST TYPE DIRECTORY NAME HERE" msgstr "" -#: xoptions.c:615 -msgid "Cymbal" +#: dialogs.c:2901 +msgid "TRY ANOTHER NAME" msgstr "" -#: xoptions.c:616 -msgid "Ding" +#: draw.c:354 +msgid "" +"No default pieces installed!\n" +"Select your own using '-pieceImageDirectory'." msgstr "" -#: xoptions.c:617 -msgid "Gong" -msgstr "" +#: engineoutput.c:111 menus.c:650 +#, fuzzy, c-format +msgid "Engine Output" +msgstr "In Ra Của Các Chương Trình Cờ Alt+Shift+O" -#: xoptions.c:618 -msgid "Laser" -msgstr "" +#: engineoutput.c:121 +#, c-format +msgid "%s (%d reversible ply)" +msgid_plural "%s (%d reversible plies)" +msgstr[0] "" +msgstr[1] "" -#: xoptions.c:619 -msgid "Penalty" +#: engineoutput.c:552 engineoutput.c:555 nengineoutput.c:82 nengineoutput.c:90 +msgid "NPS" msgstr "" -#: xoptions.c:620 -msgid "Phone" +#: gamelist.c:376 +#, c-format +msgid "Reading game file (%d)" msgstr "" -#: xoptions.c:621 -msgid "Pop" +#: gtk/xboard.c:975 xaw/xboard.c:1072 +#, c-format +msgid "%s: can't cd to CHESSDIR: " msgstr "" -#: xoptions.c:622 -msgid "Slap" +#: gtk/xboard.c:984 xaw/xboard.c:1081 +#, c-format +msgid "Failed to open file '%s'\n" msgstr "" -#: xoptions.c:623 -msgid "Wood Thunk" +#: gtk/xboard.c:999 xaw/xboard.c:1090 +msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size" msgstr "" -#: xoptions.c:625 -msgid "User File" +#: gtk/xboard.c:1018 xaw/xboard.c:1122 +#, c-format +msgid "%s: bad boardSize syntax %s\n" msgstr "" -#: xoptions.c:653 -msgid "Sound Program:" +#: gtk/xboard.c:1061 xaw/xboard.c:1161 +#, c-format +msgid "%s: unrecognized boardSize name %s\n" msgstr "" -#: xoptions.c:654 -msgid "Sounds Directory:" +#: gtk/xboard.c:1100 xaw/xboard.c:1198 +#, c-format +msgid "%s: too few colors available; trying monochrome mode\n" msgstr "" -#: xoptions.c:655 -msgid "User WAV File:" +#: gtk/xboard.c:1414 xaw/xboard.c:1490 +#, c-format +msgid "Unable to create font set for %s.\n" msgstr "" -#: xoptions.c:656 -msgid "Try-Out Sound:" +#: gtk/xboard.c:1439 xaw/xboard.c:1513 +#, c-format +msgid "%s: no fonts match pattern %s\n" msgstr "" -#: xoptions.c:657 -msgid "Play" -msgstr "Chơi" +#: gtk/xboard.c:1900 xaw/xboard.c:2003 +msgid "Can't open temp file" +msgstr "" -#: xoptions.c:658 -msgid "Move:" +#: gtk/xboard.c:2383 +msgid "Failed to open file" msgstr "" -#: xoptions.c:659 -msgid "Win:" +#: menus.c:134 +msgid "Load game file name?" msgstr "" -#: xoptions.c:660 -msgid "Lose:" +#: menus.c:179 +msgid "Load position file name?" msgstr "" -#: xoptions.c:661 -msgid "Draw:" +#: menus.c:185 menus.c:590 +msgid "Save game file name?" msgstr "" -#: xoptions.c:662 -msgid "Unfinished:" +#: menus.c:194 +msgid "Save position file name?" msgstr "" -#: xoptions.c:663 -msgid "Alarm:" +#: menus.c:362 +msgid " (with Zippy code)" msgstr "" -#: xoptions.c:664 -msgid "Shout:" +#: menus.c:367 +#, c-format +msgid "" +"%s%s\n" +"\n" +"Copyright 1991 Digital Equipment Corporation\n" +"Enhancements Copyright 1992-2014 Free Software Foundation\n" +"Enhancements Copyright 2005 Alessandro Scotti\n" +"\n" +"%s is free software and carries NO WARRANTY;see the file COPYING for more " +"information.\n" +"The GTK build of this version is experimental and unstable\n" +"\n" +"Visit XBoard on the web at: http://www.gnu.org/software/xboard/\n" +"Check out the newest features at: http://www.gnu.org/software/xboard/" +"whats_new.html\n" +"\n" +"Report bugs via email at: \n" +"\n" msgstr "" -#: xoptions.c:665 -msgid "S-Shout:" +#: menus.c:379 menus.c:772 +msgid "About XBoard" +msgstr "Thông Tin Về XBoard" + +#: menus.c:601 +#, fuzzy +msgid "New Game" +msgstr "Tráo Bên..." + +#: menus.c:602 +#, fuzzy +msgid "New Shuffle Game..." +msgstr "Tráo Bên..." + +#: menus.c:603 +#, fuzzy +msgid "New Variant..." +msgstr "Biến Mới... Alt+Shift+V" + +#: menus.c:605 +#, fuzzy +msgid "Load Game" +msgstr "Tải Ván Cờ... Alt+Shift+L" + +#: menus.c:606 +#, fuzzy +msgid "Load Position" +msgstr "Âm thanh" + +#: menus.c:607 +#, fuzzy +msgid "Next Position" +msgstr "Âm thanh" + +#: menus.c:608 +#, fuzzy +msgid "Prev Position" +msgstr "Phong cấp" + +#: menus.c:610 +#, fuzzy +msgid "Save Game" +msgstr "Lưu Ván Cờ... Alt+Shift+S" + +#: menus.c:611 +#, fuzzy +msgid "Save Position" +msgstr "Lưu Thế Cờ... Ctrl+Shift+S" + +#: menus.c:612 +#, fuzzy +msgid "Save Selected Games" +msgstr "Lưu Ván Cờ... Alt+Shift+S" + +#: menus.c:613 +#, fuzzy +msgid "Save Games as Book" +msgstr "Lưu Ván Cờ... Alt+Shift+S" + +#: menus.c:615 +msgid "Mail Move" msgstr "" -#: xoptions.c:666 -msgid "Channel:" +#: menus.c:616 +msgid "Reload CMail Message" msgstr "" -#: xoptions.c:667 -msgid "Channel 1:" +#: menus.c:618 +msgid "Quit " msgstr "" -#: xoptions.c:668 -msgid "Tell:" +#: menus.c:623 +#, fuzzy +msgid "Copy Game" +msgstr "Copy Danh Sách Các Ván Cờ Vào Clipboard" + +#: menus.c:624 +#, fuzzy +msgid "Copy Position" +msgstr "Chép Thế Cờ Vào Clipboard Ctrl+Shift+C" + +#: menus.c:625 +msgid "Copy Game List" +msgstr "Copy Danh Sách Các Ván Cờ Vào Clipboard" + +#: menus.c:627 +#, fuzzy +msgid "Paste Game" +msgstr "Dán Ván Cờ Từ Clipboard Ctrl+V" + +#: menus.c:628 +#, fuzzy +msgid "Paste Position" +msgstr "Dán Thế Cờ Từ Clipboard Ctrl+Shift+V" + +#: menus.c:630 menus.c:672 +#, fuzzy +msgid "Edit Game" +msgstr "Soạn Các Thẻ..." + +#: menus.c:631 menus.c:673 +#, fuzzy +msgid "Edit Position" +msgstr "Âm thanh" + +#: menus.c:632 +msgid "Edit Tags" +msgstr "Soạn Các Thẻ..." + +#: menus.c:633 +msgid "Edit Comment" +msgstr "Soạn Bình Chú..." + +#: menus.c:634 +#, fuzzy +msgid "Edit Book" +msgstr "Cẩm Nang Khai Cuộc..." + +#: menus.c:636 +msgid "Revert" msgstr "" -#: xoptions.c:669 -msgid "Kibitz:" +#: menus.c:637 +msgid "Annotate" +msgstr "Chú Giải" + +#: menus.c:638 +#, fuzzy +msgid "Truncate Game" +msgstr "Cắt Ngắn Ván Cờ End" + +#: menus.c:640 +msgid "Backward" msgstr "" -#: xoptions.c:670 -msgid "Challenge:" +#: menus.c:641 +msgid "Forward" msgstr "" -#: xoptions.c:671 -msgid "Request:" +#: menus.c:642 +#, fuzzy +msgid "Back to Start" +msgstr "Quay Lại Đến Đầu Alt+Home" + +#: menus.c:643 +#, fuzzy +msgid "Forward to End" +msgstr "Đi Tiếp Tới Cuối Alt+End" + +#: menus.c:648 +#, fuzzy +msgid "Flip View" +msgstr "Tự Động Xoay Bàn Cờ" + +#: menus.c:651 +msgid "Move History" msgstr "" -#: xoptions.c:672 -msgid "Seek:" +#: menus.c:652 +#, fuzzy +msgid "Evaluation Graph" +msgstr "Đồ Thị Lượng Giá Alt+Shift+E" + +#: menus.c:653 +#, fuzzy +msgid "Game List" +msgstr "Danh Sách Ván Cờ" + +#: menus.c:657 +msgid "Comments" +msgstr "Bình Chú" + +#: menus.c:658 +msgid "ICS Input Box" msgstr "" -#: xoptions.c:752 -msgid "White Piece Color:" +#: menus.c:659 +msgid "ICS/Chat Console" msgstr "" -#: xoptions.c:758 -msgid "Black Piece Color:" +#: menus.c:661 +msgid "Board..." +msgstr "Bàn Cờ..." + +#: menus.c:662 +msgid "Game List Tags..." +msgstr "Các Thẻ của Danh Sách Ván Cờ" + +#: menus.c:667 +#, fuzzy +msgid "Machine White" +msgstr "Máy Chơi Bên Trắng Ctrl+W" + +#: menus.c:668 +#, fuzzy +msgid "Machine Black" +msgstr "Trận Đấu Với Máy" + +#: menus.c:669 +#, fuzzy +msgid "Two Machines" +msgstr "Máy Chơi Cả Hai Bên Ctrl+T" + +#: menus.c:670 +#, fuzzy +msgid "Analysis Mode" +msgstr "Chế Độ Phân Tích Ctrl+A" + +#: menus.c:671 +#, fuzzy +msgid "Analyze Game" +msgstr "Phân Tích File Ctrl+F" + +#: menus.c:674 +msgid "Training" +msgstr "Đang Dậy Máy" + +#: menus.c:675 +msgid "ICS Client" +msgstr "Kết Nối Chơi Với Máy Chủ ICS" + +#: menus.c:677 +msgid "Machine Match" +msgstr "Trận Đấu Với Máy" + +#: menus.c:678 +msgid "Pause" msgstr "" -#: xoptions.c:764 -msgid "Light Square Color:" +#: menus.c:683 +msgid "Accept" msgstr "" -#: xoptions.c:770 -msgid "Dark Square Color:" +#: menus.c:684 +msgid "Decline" msgstr "" -#: xoptions.c:776 -msgid "Highlight Color:" +#: menus.c:685 +msgid "Rematch" msgstr "" -#: xoptions.c:782 -msgid "Premove Highlight Color:" +#: menus.c:687 +#, fuzzy +msgid "Call Flag" +msgstr "Đặt Cờ F5" + +#: menus.c:688 +msgid "Draw" msgstr "" -#: xoptions.c:788 -msgid "Flip Pieces Shogi Style (Colored buttons restore default)" +#: menus.c:689 +msgid "Adjourn" msgstr "" -#: xoptions.c:790 -msgid "Mono Mode" +#: menus.c:690 +msgid "Abort" msgstr "" -#: xoptions.c:791 -msgid "Line Gap ( -1 = default for board size):" +#: menus.c:691 +msgid "Resign" msgstr "" -#: xoptions.c:792 -msgid "Use Board Textures" +#: menus.c:693 +#, fuzzy +msgid "Stop Observing" +msgstr "Ngừng Xem" + +#: menus.c:694 +#, fuzzy +msgid "Stop Examining" +msgstr "Ngừng Thử" + +#: menus.c:695 +msgid "Upload to Examine" +msgstr "Tải Để " + +#: menus.c:697 +msgid "Adjudicate to White" +msgstr "Phân Xử Trắng Thắng" + +#: menus.c:698 +msgid "Adjudicate to Black" +msgstr "Phân Xử Đen Thắng" + +#: menus.c:699 +msgid "Adjudicate Draw" +msgstr "Phân Xử Hòa" + +#: menus.c:704 +#, fuzzy +msgid "Edit Engine List..." +msgstr "Đặt Tham Số Cho Chương Trình Chơi 1..." + +#: menus.c:706 +msgid "Load New 1st Engine..." msgstr "" -#: xoptions.c:793 -msgid "Light-Squares Texture File:" +#: menus.c:707 +#, fuzzy +msgid "Load New 2nd Engine..." +msgstr "Chương Trình Cờ Chung... Alt+Shift+U" + +#: menus.c:709 +#, fuzzy +msgid "Engine #1 Settings..." +msgstr "Đặt Tham Số Cho Chương Trình Chơi 1..." + +#: menus.c:710 +#, fuzzy +msgid "Engine #2 Settings..." +msgstr "Đặt Tham Số Cho Chương Trình Chơi 2..." + +#: menus.c:712 +msgid "Hint" +msgstr "Gợi Ý..." + +#: menus.c:713 +msgid "Book" +msgstr "Cẩm Nang Khai Cuộc..." + +#: menus.c:715 +msgid "Move Now" msgstr "" -#: xoptions.c:794 -msgid "Dark-Squares Texture File:" +#: menus.c:716 +#, fuzzy +msgid "Retract Move" +msgstr "Hoãn Nước Đi Vừa Rồi Ctrl+X" + +#: menus.c:722 +#, fuzzy +msgid "General..." +msgstr "Chung..." + +#: menus.c:724 +#, fuzzy +msgid "Time Control..." +msgstr "Đặt Thời Gian... Alt+Shift+T" + +#: menus.c:725 +#, fuzzy +msgid "Common Engine..." +msgstr "Chương Trình Cờ Chung... Alt+Shift+U" + +#: menus.c:726 +#, fuzzy +msgid "Adjudications..." +msgstr "Phân Xử Kết Quả... Alt+Shift+J" + +#: menus.c:727 +msgid "ICS..." msgstr "" -#: xoptions.c:795 -msgid "Directory with Bitmap Pieces:" +#: menus.c:728 +msgid "Tournament..." msgstr "" -#: xoptions.c:796 -msgid "Directory with Pixmap Pieces:" +#: menus.c:729 +#, fuzzy +msgid "Load Game..." +msgstr "Tải Ván Cờ... Alt+Shift+L" + +#: menus.c:730 +#, fuzzy +msgid "Save Game..." +msgstr "Lưu Ván Cờ... Alt+Shift+S" + +#: menus.c:731 +#, fuzzy +msgid "Game List..." +msgstr "Danh Sách Ván Cờ" + +#: menus.c:732 +#, fuzzy +msgid "Sounds..." +msgstr "Âm Thanh" + +#: menus.c:735 +msgid "Always Queen" msgstr "" -#: xoptions.c:944 -msgid "Engine has no options" +#: menus.c:741 +msgid "Flash Moves" msgstr "" -#: xoptions.c:1037 -msgid "browse" +#: menus.c:743 +msgid "Highlight Dragging" +msgstr "Đánh Dấu Khi Đang Kéo Quân Cờ" + +#: menus.c:746 +msgid "Highlight With Arrow" +msgstr "Đánh Dấu Với Mũi Tên" + +#: menus.c:747 +msgid "Move Sound" msgstr "" -#: xoptions.c:1248 -msgid "ICS Options" +#: menus.c:749 +msgid "Periodic Updates" +msgstr "Cập Nhật Theo Chu Kỳ" + +#: menus.c:751 +msgid "Popup Exit Message" +msgstr "Bật Cửa Sổ Thoát Chương trình" + +#: menus.c:753 +msgid "Show Coords" +msgstr "Hiện Tọa Độ" + +#: menus.c:754 +msgid "Hide Thinking" msgstr "" -#: xoptions.c:1258 -msgid "Load Game Options" -msgstr "Các Lựa Chọn Tải Ván Cờ" +#: menus.c:758 +msgid "Save Settings Now" +msgstr "Lưu Các Tham Số Ngay" -#: xoptions.c:1267 -msgid "Save Game Options" -msgstr "Các Lựa Chọn Lưu Ván Cờ" +#: menus.c:759 +msgid "Save Settings on Exit" +msgstr "Lưu Các Tham Số Khi Kết Thúc" -#: xoptions.c:1277 -msgid "Sound Options" -msgstr "Âm thanh" +#: menus.c:764 +msgid "Info XBoard" +msgstr "" -#: xoptions.c:1286 -msgid "Board Options" +#: menus.c:765 +#, fuzzy +msgid "Man XBoard" +msgstr "Thông Tin Về XBoard" + +#: menus.c:767 +msgid "XBoard Home Page" msgstr "" -#: xoptions.c:1306 -msgid "Common Engine Settings" +#: menus.c:768 +msgid "On-line User Guide" msgstr "" -#: xoptions.c:1315 -msgid "New Variant" +#: menus.c:769 +msgid "Development News" msgstr "" -#: xoptions.c:1325 -msgid "General Options" -msgstr "Các Lựa Chọn Chung" +#: menus.c:770 +msgid "e-Mail Bug Report" +msgstr "" -#: xoptions.c:1339 -msgid "Match Options" +#: nengineoutput.c:78 nengineoutput.c:86 +msgid "engine name" msgstr "" -#: xoptions.c:1501 +#. TRANSLATORS: noun, as in "the move Nf3" +#: nengineoutput.c:81 nengineoutput.c:89 #, fuzzy -msgid "Edit book" -msgstr "Soạn" +msgid "move" +msgstr "số giây mỗi nước" -#: xoptions.c:1541 -msgid "ICS input box" +#: nengineoutput.c:155 +msgid "Engine output" msgstr "" -#: xoptions.c:1568 -msgid "Type a move" +#: nengineoutput.c:159 +msgid "" +"Mismatch of STRIDE in nengineoutput.c\n" +"Change and recompile!" msgstr "" -#: xoptions.c:1599 -msgid "Engine Settings" +#: nevalgraph.c:68 +msgid "Evaluation graph" msgstr "" -#: xoptions.c:1629 -msgid "Select engine from list:" +#: nevalgraph.c:68 +msgid "Blunder graph" msgstr "" -#: xoptions.c:1630 -msgid "or specify one below:" +#: nevalgraph.c:106 +msgid "Blunder" msgstr "" -#: xoptions.c:1631 -msgid "Nickname (optional):" +#: nevalgraph.c:106 +msgid "Eval" msgstr "" -#: xoptions.c:1632 -msgid "Use nickname in PGN player tags of engine-engine games" +#: ngamelist.c:87 +#, fuzzy +msgid "find position" +msgstr "Âm thanh" + +#: ngamelist.c:88 +msgid "narrow" msgstr "" -#: xoptions.c:1633 -msgid "Engine Directory:" +#: ngamelist.c:89 +msgid "thresholds" msgstr "" -#: xoptions.c:1634 -msgid "Engine Command:" +#: ngamelist.c:90 +#, fuzzy +msgid "tags" +msgstr "Các Thẻ" + +#: ngamelist.c:91 +msgid "next" msgstr "" -#: xoptions.c:1635 -msgid "(Directory will be derived from engine path when empty)" +#: ngamelist.c:92 +msgid "close" msgstr "" -#: xoptions.c:1636 -msgid "UCI" +#: ngamelist.c:116 +msgid "No game selected" msgstr "" -#: xoptions.c:1637 -msgid "WB protocol v1 (do not wait for engine features)" +#: ngamelist.c:122 +msgid "Can't go forward any further" msgstr "" -#: xoptions.c:1638 -msgid "Must not use GUI book" +#: ngamelist.c:192 +#, c-format +msgid "Scanning through games (%d)" msgstr "" -#: xoptions.c:1639 -msgid "Add this engine to the list" +#: ngamelist.c:211 +msgid "previous page" msgstr "" -#: xoptions.c:1640 -msgid "Force current variant with this engine" +#: ngamelist.c:214 +msgid "next page" msgstr "" -#: xoptions.c:1641 -msgid "Load mentioned engine as" +#: ngamelist.c:217 +msgid "no games matched your request" msgstr "" -#: xoptions.c:1658 -msgid "Load engine" +#: ngamelist.c:219 +#, c-format +msgid "%s - %d/%d games (%d-%d-%d)" msgstr "" -#: xoptions.c:1680 -msgid "Start-position number:" +#: ngamelist.c:283 +msgid "There is no game list" msgstr "" -#: xoptions.c:1701 -msgid "New Shuffle Game" -msgstr "Tráo Bên..." +#: nhistory.c:109 +msgid "Move list" +msgstr "" -#: xoptions.c:1748 -msgid "classical" +#: usystem.c:222 +#, c-format +msgid "%s: unrecognized color %s\n" msgstr "" -#: xoptions.c:1749 -msgid "incremental" +#: usystem.c:230 +#, c-format +msgid "%s: can't parse foreground color in '%s'\n" msgstr "" -#: xoptions.c:1750 -msgid "fixed max" +#: usystem.c:259 +#, c-format +msgid "%s: can't parse color names; disabling colorization\n" msgstr "" -#: xoptions.c:1751 -msgid "Moves per session:" +#: usystem.c:377 +#, c-format +msgid "ERROR: Unknown user %s (in path %s)\n" msgstr "" -#: xoptions.c:1752 -msgid "Initial time (min):" +#: usystem.c:560 +msgid "Socket support is not configured in" msgstr "" -#: xoptions.c:1753 -msgid "Increment or max (sec/move):" +#: usystem.c:649 +msgid "internal rcmd not implemented for Unix" msgstr "" -#: xoptions.c:1754 -#, fuzzy -msgid "Time-Odds factors:" -msgstr "Hệ số thời gian lẻ" +#: xaw/xboard.c:1204 +#, c-format +msgid "white pixel = 0x%lx, black pixel = 0x%lx\n" +msgstr "" -#: xoptions.c:1755 -msgid "Engine #1" +#: xaw/xoptions.c:362 xaw/xoptions.c:1066 +msgid "browse" msgstr "" -#: xoptions.c:1756 -msgid "Engine #2 / Human" +#: xaw/xoptions.c:428 xaw/xoptions.c:429 +msgid "Ctrl" msgstr "" -#: xoptions.c:1766 xoptions.c:1769 xoptions.c:1774 xoptions.c:1775 -msgid "Unused" +#: xaw/xoptions.c:434 xaw/xoptions.c:435 +msgid "Alt" msgstr "" -#: xoptions.c:1790 -msgid "Time Control" +#: xaw/xoptions.c:440 xaw/xoptions.c:441 +msgid "Shift" msgstr "" +#: xaw/xoptions.c:1314 +msgid "OK" +msgstr "Được" + +#~ msgid "ICS ..." +#~ msgstr "ICS..." + +#~ msgid "cancel" +#~ msgstr "Bỏ" + +#~ msgid "New Game Ctrl+N" +#~ msgstr "Ván Mới Ctrl+N" + +#~ msgid "Load Game Ctrl+O" +#~ msgstr "Tải Ván Cờ... Ctrl+O" + +#~ msgid "Load Position Ctrl+Shift+O" +#~ msgstr "Tải Thế Cờ... Ctrl+Shift+O" + +#~ msgid "Save Game Ctrl+S" +#~ msgstr "Lưu Ván Cờ... Ctrl+S" + +#~ msgid "Quit Ctr+Q" +#~ msgstr "Thoát" + +#~ msgid "Copy Game Ctrl+C" +#~ msgstr "Chép Ván Cờ Vào Clipboard Ctrl+C" + +#~ msgid "Edit Game Ctrl+E" +#~ msgstr "Soạn Ván Cờ Ctrl+E" + +#~ msgid "Edit Position Ctrl+Shift+E" +#~ msgstr "Soạn Thế Cờ Ctrl+Shift+E" + +#~ msgid "Revert Home" +#~ msgstr "Ngược Lại Home" + +#~ msgid "Backward Alt+Left" +#~ msgstr "Quay Trở Lại Alt+Left" + +#~ msgid "Forward Alt+Right" +#~ msgstr "Đi Tiếp Alt+Right" + +#~ msgid "Flip View F2" +#~ msgstr "Lật Ngược Bàn Cờ F2" + +#~ msgid "Engine Output Alt+Shift+O" +#~ msgstr "In Ra Của Các Chương Trình Cờ Alt+Shift+O" + +#~ msgid "Move History Alt+Shift+H" +#~ msgstr "Các Nước Đi Alt+Shift+H" + +#~ msgid "Game List Alt+Shift+G" +#~ msgstr "Danh Sách Các Ván Cờ Alt+Shift+G" + +#~ msgid "Machine Black Ctrl+B" +#~ msgstr "Máy Chơi Bên Đen Ctrl+B" + +#~ msgid "Edit Game Ctrl+E" +#~ msgstr "Soạn Ván Cờ Ctrl+E" + +#~ msgid "Edit Position Ctrl+Shift+E" +#~ msgstr "Soạn Thế Cờ Ctrl+Shift+E" + +#~ msgid "Pause Pause" +#~ msgstr "Tạm Dừng Pause" + +#~ msgid "Accept F3" +#~ msgstr "Chấp Nhận F3" + +#~ msgid "Decline F4" +#~ msgstr "Từ Chối F4" + +#~ msgid "Rematch F12" +#~ msgstr "Chơi Ván Nữa F12" + +#~ msgid "Draw F6" +#~ msgstr "Hòa F6" + +#~ msgid "Adjourn F7" +#~ msgstr " F7" + +#~ msgid "Abort F8" +#~ msgstr "Bỏ F8" + +#~ msgid "Resign F9" +#~ msgstr "Nhận Thua F9" + +#~ msgid "Move Now Ctrl+M" +#~ msgstr "Phải Đi Ngay Ctrl+M" + +#~ msgid "Always Queen Ctrl+Shift+Q" +#~ msgstr "Luôn Là Hoàng Hậu Ctrl+Shift+Q" + +#~ msgid "Auto Flag Ctrl+Shift+F" +#~ msgstr "Tự Động Đặt Cờ" + +#~ msgid "Ponder Next Move Ctrl+Shift+P" +#~ msgstr "Tiếp Tục Tính Trước" + +#~ msgid "Hide Thinking Ctrl+Shift+H" +#~ msgstr "Ẩn Suy Nghĩ" + +#~ msgid "Test Legality Ctrl+Shift+L" +#~ msgstr "Kiểm Tra Hợp Lệ" + +#~ msgid "Drop" +#~ msgstr "Đứt" + +#~ msgid "ok" +#~ msgstr "Được" + +#~ msgid "Highlight Dragging (Show Move Targets)" +#~ msgstr "Đánh Dấu Khi Đang Kéo Quân Cờ" + #~ msgid "White " #~ msgstr " " @@ -2673,6 +3095,3 @@ msgstr "" #~ msgid "Close" #~ msgstr "Đóng" - -#~ msgid "sec/move" -#~ msgstr "số giây mỗi nước"