X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=po%2Fes.po;h=d2d26da40192522d294090d503153169ba412caf;hb=89408645d0ab89c36cb509284c74c073d74e2a4d;hp=88f61938a0dea24ca0b23a9e483afabfe355a931;hpb=a5962cc6d5720104995759d853b24b71ae827e26;p=xboard.git diff --git a/po/es.po b/po/es.po index 88f6193..d2d26da 100644 --- a/po/es.po +++ b/po/es.po @@ -1,554 +1,600 @@ # XBoard -- a graphical chessboard for X -# Copyright (C) 1991 by Digital Equipment Corporation, Maynard, Massachusetts. -# Enhancements Copyright (C) 1992-98 Free Software Foundation, Inc. +# Copyright (C) 2013, 2014 Free Software Foundation, Inc. # This file is distributed under the same license as the XBoard package. # Traducción por Óscar Toledo G., 2010 +# Antonio Ceballos , 2014 # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: GNU xboard master-20110411\n" +"Project-Id-Version: GNU xboard 4.7.2\n" "Report-Msgid-Bugs-To: bug-xboard@gnu.org\n" -"POT-Creation-Date: 2012-04-10 13:35+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2013-08-28 21:49-0700\n" +"PO-Revision-Date: 2014-06-28 17:38+0200\n" +"Last-Translator: Antonio Ceballos \n" +"Language-Team: Spanish \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: args.h:820 +#, c-format +msgid "%s in settings file\n" +msgstr "%s en el fichero de configuración\n" + +#: args.h:830 +#, c-format +msgid "Bad integer value %s" +msgstr "Valor entero malo %s" + +#: args.h:923 args.h:1164 +#, c-format +msgid "Unrecognized argument %s" +msgstr "Argumento no reconocido %s" + +#: args.h:954 +#, c-format +msgid "No value provided for argument %s" +msgstr "No se ha dado valor al argumento %s" + +#: args.h:1014 +#, c-format +msgid "Incomplete \\ escape in value for %s" +msgstr "Carácter de escape \\ incompleto en el valor de %s" + +#: args.h:1119 +#, c-format +msgid "Failed to open indirection file %s" +msgstr "Fallo al abrir fichero de indirección %s" + +#: args.h:1136 +#, c-format +msgid "Unrecognized boolean argument value %s" +msgstr "Valor del argumento lógico %s no reconocido" #. 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:740 +#: backend.c:744 msgid "first" -msgstr "" +msgstr "primer" #. 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:743 +#: backend.c:747 msgid "second" -msgstr "" +msgstr "segundo" -#: backend.c:821 +#: backend.c:827 #, c-format msgid "protocol version %d not supported" msgstr "versión %d del protocolo no es admitida" -#: backend.c:921 +#: backend.c:933 msgid "You did not specify the engine executable" -msgstr "" +msgstr "No se especificó el ejecutable del motor" -#: backend.c:977 +#: backend.c:989 #, c-format msgid "bad timeControl option %s" msgstr "opción timeControl incorrecta %s" -#: backend.c:992 +#: backend.c:1004 #, c-format msgid "bad searchTime option %s" msgstr "opción searchTime incorrecta %s" -#: backend.c:1098 +#: backend.c:1110 #, c-format msgid "Variant %s supported only in ICS mode" msgstr "La variante %s solo se admite en modo ICS" -#: backend.c:1116 +#: backend.c:1128 #, c-format msgid "Unknown variant name %s" msgstr "Nombre de variante desconocido %s" -#: backend.c:1359 +#: backend.c:1375 msgid "Starting chess program" msgstr "Iniciando programa de ajedrez" -#: backend.c:1382 +#: backend.c:1398 msgid "Bad game file" msgstr "archivo de partidas incorrecto" -#: backend.c:1389 +#: backend.c:1405 msgid "Bad position file" msgstr "archivo de posición incorrecto" -#: backend.c:1403 +#: backend.c:1419 msgid "Pick new game" -msgstr "" +msgstr "Seleccionar una nueva partida" -#: backend.c:1472 +#: backend.c:1488 msgid "" "You restarted an already completed tourney\n" "One more cycle will now be added to it\n" "Games commence in 10 sec" msgstr "" +"Se ha reiniciado un torneo que ya había concluido\n" +"Se le va a añadir un nuevo ciclo\n" +"Las partidas comienzan dentro de 10 s" -#: backend.c:1479 +#: backend.c:1495 #, c-format msgid "All games in tourney '%s' are already played or playing" -msgstr "" +msgstr "Ya se han disputado o se están disputando todas las partidas del torneo '%s'" -#: backend.c:1486 +#: backend.c:1502 msgid "Can't have a match with no chess programs" msgstr "No se puede tener una partida sin programas de ajedrez" -#: backend.c:1523 +#: backend.c:1539 #, c-format msgid "Could not open comm port %s" msgstr "No se pudo abrir la puerta de comunicaciones %s" -#: backend.c:1526 +#: backend.c:1542 #, c-format msgid "Could not connect to host %s, port %s" msgstr "No se pudo conectar al servidor %s, puerta %s" -#: backend.c:1582 +#: backend.c:1598 #, c-format msgid "Unknown initialMode %s" msgstr "Modo inicial desconocido %s" -#: backend.c:1608 +#: backend.c:1624 msgid "AnalyzeFile mode requires a game file" -msgstr "El modo análisis de archivo requiere un archivo de partida" +msgstr "El modo análisis de archivo requiere un archivo de partidas" -#: backend.c:1635 +#: backend.c:1651 msgid "Analysis mode requires a chess engine" msgstr "El modo de análisis requiere un motor de ajedrez" -#: backend.c:1639 +#: backend.c:1655 msgid "Analysis mode does not work with ICS mode" msgstr "El modo de análisis no funciona con el modo ICS" -#: backend.c:1650 +#: backend.c:1666 msgid "MachineWhite mode requires a chess engine" msgstr "El modo de máquina con blancas requiere un motor de ajedrez" -#: backend.c:1655 +#: backend.c:1671 msgid "MachineWhite mode does not work with ICS mode" msgstr "El modo de máquina con blancas no funciona con el modo ICS" -#: backend.c:1662 +#: backend.c:1678 msgid "MachineBlack mode requires a chess engine" msgstr "El modo de máquina con negras requiere un motor de ajedrez" -#: backend.c:1667 +#: backend.c:1683 msgid "MachineBlack mode does not work with ICS mode" msgstr "El modo de máquina con negras no funciona con el modo ICS" -#: backend.c:1674 +#: backend.c:1690 msgid "TwoMachines mode requires a chess engine" msgstr "El modo de dos máquinas requiere un motor de ajedrez" -#: backend.c:1679 +#: backend.c:1695 msgid "TwoMachines mode does not work with ICS mode" msgstr "El modo de dos máquinas no funciona con el modo ICS" -#: backend.c:1690 +#: backend.c:1706 msgid "Training mode requires a game file" msgstr "El modo de entrenamiento requiere un archivo de partidas" -#: backend.c:1852 backend.c:1896 backend.c:1919 backend.c:2318 +#: backend.c:1869 backend.c:1924 backend.c:1947 backend.c:2346 msgid "Error writing to ICS" msgstr "Error al escribir a ICS" -#: backend.c:1856 +#: backend.c:1884 msgid "Error reading from keyboard" msgstr "Error al leer el teclado" -#: backend.c:1859 +#: backend.c:1887 msgid "Got end of file from keyboard" msgstr "Se obtuvo del teclado un fin de archivo" -#: backend.c:2164 +#: backend.c:2192 #, c-format msgid "Unknown wild type %d" -msgstr "" - -#: backend.c:2175 -#, c-format -msgid "recognized '%s' (%d) as variant %s\n" -msgstr "" +msgstr "Tipo «wild» %d desconocido" -#: backend.c:2235 usystem.c:327 +#: backend.c:2263 usystem.c:329 msgid "Error writing to display" -msgstr "Error al escribir a la pantalla" +msgstr "Error al escribir en la pantalla" -#: backend.c:2984 +#: backend.c:3019 #, c-format msgid "your opponent kibitzes: %s" -msgstr "" +msgstr "información kibitz de su oponente: %s" -#: backend.c:3507 +#: backend.c:3548 msgid "Error gathering move list: two headers" msgstr "Error al recolectar lista de jugadas: dos encabezados" -#: backend.c:3521 -#, c-format -msgid "Ratings from header: W %d, B %d\n" -msgstr "" - -#: backend.c:3554 +#: backend.c:3595 msgid "Error gathering move list: nested" msgstr "Error al recolectar lista de jugadas: anidado" -#: backend.c:3658 backend.c:4076 backend.c:4814 backend.c:4818 backend.c:6810 -#: backend.c:11779 backend.c:13374 backend.c:13451 backend.c:13497 -#: backend.c:13503 backend.c:13508 backend.c:13513 +#: backend.c:3699 backend.c:4117 backend.c:4321 backend.c:4880 backend.c:4884 +#: backend.c:6900 backend.c:12082 backend.c:13797 backend.c:13874 +#: backend.c:13920 backend.c:13926 backend.c:13931 backend.c:13936 msgid "vs." -msgstr "" +msgstr "contra" -#: backend.c:3786 +#: backend.c:3827 msgid "Illegal move (rejected by ICS)" -msgstr "" +msgstr "La jugada no es válida (la ha rechazado ICS)" -#: backend.c:4124 +#: backend.c:4165 msgid "Connection closed by ICS" msgstr "Conexión cerrada por ICS" -#: backend.c:4126 +#: backend.c:4167 msgid "Error reading from ICS" msgstr "Error al leer de ICS" -#: backend.c:4176 -#, c-format -msgid "Parsing board: %s\n" -msgstr "" - -#: backend.c:4200 +#: backend.c:4244 #, c-format msgid "" "Failed to parse board string:\n" "\"%s\"" msgstr "" +"Fallo al analizar texto del tablero:\n" +"\"%s\"" -#: backend.c:4209 backend.c:9580 +#: backend.c:4253 backend.c:9755 msgid "Game too long; increase MAX_MOVES and recompile" -msgstr "Juego demasiado largo; incremente MAX_MOVES y recompile" +msgstr "Partida demasiado larga; incremente MAX_MOVES y recompile" -#: backend.c:4307 +#: backend.c:4372 msgid "Error gathering move list: extra board" msgstr "Error al recolectar lista de jugadas: tablero extra" -#: backend.c:4738 backend.c:4760 +#: backend.c:4804 backend.c:4826 #, c-format msgid "Couldn't parse move \"%s\" from ICS" -msgstr "No se pudo analizar jugada \"%s\" de ICS" +msgstr "No se pudo analizar la jugada \"%s\" de ICS" -#: backend.c:4990 +#: backend.c:5063 #, c-format msgid "say Internal error; bad moveType %d (%d,%d-%d,%d)" msgstr "say Error interno; moveType incorrecto %d (%d,%d-%d,%d)" -#: backend.c:5060 +#: backend.c:5133 msgid "You cannot do this while you are playing or observing" -msgstr "" +msgstr "No se puede hacer esto mientras se está jugando u observando" -#: backend.c:5937 +#  TRANSLATORS: BOARDS_RANKS, BOARD_FILES translatable? +#: backend.c:6029 msgid "Recompile to support this BOARD_RANKS or BOARD_FILES!" -msgstr "" +msgstr "¡Hace falta recompilar para disponer de BOARD_RANKS o BOARD_FILES!" -#: backend.c:6399 +#: backend.c:6491 msgid "You are playing Black" msgstr "Usted juega negras" -#: backend.c:6408 backend.c:6435 +#: backend.c:6500 backend.c:6527 msgid "You are playing White" msgstr "Usted juega blancas" -#: backend.c:6417 backend.c:6443 backend.c:6564 backend.c:6589 backend.c:6605 -#: backend.c:14136 +#: backend.c:6509 backend.c:6535 backend.c:6655 backend.c:6680 backend.c:6696 +#: backend.c:14573 msgid "It is White's turn" msgstr "Turno de las blancas" -#: backend.c:6421 backend.c:6447 backend.c:6572 backend.c:6595 backend.c:6626 -#: backend.c:14128 +#: backend.c:6513 backend.c:6539 backend.c:6663 backend.c:6686 backend.c:6717 +#: backend.c:14565 msgid "It is Black's turn" msgstr "Turno de las negras" -#: backend.c:6460 +#: backend.c:6552 msgid "Displayed position is not current" msgstr "La posición mostrada no es la actual" -#: backend.c:6700 +#: backend.c:6790 msgid "Illegal move" msgstr "Jugada ilegal" -#: backend.c:6767 +#: backend.c:6857 msgid "End of game" msgstr "Fin del juego" -#: backend.c:6770 +#: backend.c:6860 msgid "Incorrect move" msgstr "Jugada incorrecta" -#: backend.c:7069 backend.c:7189 +#: backend.c:7169 backend.c:7296 msgid "Pull pawn backwards to under-promote" -msgstr "" +msgstr "Retrasar el peón a la posición previa a la coronación" -#: backend.c:7413 +#: backend.c:7527 msgid "Swiss tourney finished" -msgstr "" +msgstr "Torneo suizo terminado" -#: backend.c:7947 +#: backend.c:8102 msgid "Invalid pairing from pairing engine" -msgstr "" +msgstr "El bando del otro motor no es válido" -#: backend.c:8064 +#: backend.c:8235 #, c-format msgid "Illegal move \"%s\" from %s machine" msgstr "Jugada ilegal \"%s\" del %s motor" -#: backend.c:8283 +#: backend.c:8456 msgid "Bad FEN received from engine" -msgstr "" +msgstr "El FEN recibido del motor es incorrecto" -#: backend.c:8427 menus.c:264 menus.c:305 +#: backend.c:8600 backend.c:13662 backend.c:13727 #, c-format msgid "%s does not support analysis" msgstr "%s no admite análisis" -#: backend.c:8493 +#: backend.c:8666 #, c-format msgid "Illegal move \"%s\" (rejected by %s chess program)" -msgstr "Jugada ilegal \"%s\" (rechazada por %s programa de ajedrez)" +msgstr "Jugada ilegal \"%s\" (rechazada por el programa de ajedrez %s)" -#: backend.c:8520 +#: backend.c:8693 #, c-format msgid "Failed to start %s chess program %s on %s: %s\n" -msgstr "Falla al iniciar %s programa de ajedrez %s en %s: %s\n" +msgstr "Fallo al iniciar el programa de ajedrez %s %s en %s: %s\n" -#: backend.c:8551 +#: backend.c:8714 #, c-format msgid "Hint: %s" msgstr "Sugerencia: %s" -#: backend.c:8556 +#: backend.c:8719 #, c-format msgid "" "Illegal hint move \"%s\"\n" "from %s chess program" msgstr "" +"La jugada sugerida \"%s\"\n" +"por el programa de ajedrez %s no es válida" -#: backend.c:8731 +#: backend.c:8894 msgid "Machine accepts your draw offer" msgstr "La máquina acepta su oferta de tablas" -#: backend.c:8734 +# TRANSLATORS: Action / Draw translatable? +#: backend.c:8897 msgid "" "Machine offers a draw\n" "Select Action / Draw to agree" msgstr "" +"La máquina ofrece tablas\n" +"Seleccione Action / Draw si está de acuerdo" -#: backend.c:8813 +#: backend.c:8976 msgid "failed writing PV" -msgstr "" +msgstr "fallo al escribir la PV" -#: backend.c:9111 +#: backend.c:9274 #, c-format msgid "Ambiguous move in ICS output: \"%s\"" -msgstr "Jugada ambigua en salida ICS: \"%s\"" +msgstr "Jugada ambigua en la salida ICS: \"%s\"" -#: backend.c:9121 +#: backend.c:9284 #, c-format msgid "Illegal move in ICS output: \"%s\"" -msgstr "Jugada ilegal en salida ICS: \"%s\"" +msgstr "Jugada ilegal en la salida ICS: \"%s\"" -#: backend.c:9132 +#: backend.c:9295 msgid "Gap in move list" -msgstr "Hueco en lista de jugadas" +msgstr "Hueco en la lista de jugadas" -#: backend.c:9712 dialogs.c:457 +#: backend.c:9916 dialogs.c:460 #, c-format msgid "Variant %s not supported by %s" msgstr "La variante %s no es admitida por %s" -#: backend.c:9828 +#: backend.c:10037 #, c-format msgid "Startup failure on '%s'" -msgstr "Falla al iniciar '%s'" +msgstr "Fallo al iniciar '%s'" -#: backend.c:9856 +#: backend.c:10068 msgid "Waiting for first chess program" msgstr "Esperando al primer programa de ajedrez" -#: backend.c:9861 backend.c:13522 +#: backend.c:10073 backend.c:13945 msgid "Waiting for second chess program" msgstr "Esperando al segundo programa de ajedrez" -#: backend.c:9911 +#: backend.c:10122 msgid "Could not write on tourney file" -msgstr "" +msgstr "No se ha podido escribir en el fichero de torneos" -#: backend.c:9977 +#: backend.c:10196 msgid "" "You cannot replace an engine while it is engaged!\n" "Terminate its game first." msgstr "" +"¡No se puede reemplazar un motor mientras está ocupado!\n" +"Termine primero la partida del motor." -#: backend.c:9991 +#: backend.c:10210 msgid "No engine with the name you gave is installed" -msgstr "" +msgstr "No hay ningún motor instalado con el nombre indicado" -#: backend.c:9993 +#: backend.c:10212 msgid "" "First change an engine by editing the participants list\n" "of the Tournament Options dialog" msgstr "" +"Cambie primero un motor editando la lista de participantes\n" +"en el diálogo de las Opciones de Torneo" -#: backend.c:9994 +#: backend.c:10213 msgid "You can only change one engine at the time" -msgstr "" +msgstr "Solo se puede cambiar un motor a la vez" -#: backend.c:10008 +#: backend.c:10228 backend.c:10375 +#, c-format +msgid "No engine %s is installed" +msgstr "No hay ningún motor %s instalado" + +#: backend.c:10248 msgid "" "You must supply a tournament file,\n" "for storing the tourney progress" msgstr "" +"Hay que proporcionar un fichero de torneos,\n" +"para almacenar el progreso del torneo" -#: backend.c:10018 +#: backend.c:10258 msgid "Not enough participants" -msgstr "" +msgstr "No hay suficientes participantes" -#: backend.c:10189 -#, fuzzy +#: backend.c:10459 msgid "Bad tournament file" -msgstr "archivo de partidas incorrecto" +msgstr "Archivo de torneos incorrecto" -#: backend.c:10201 -#, fuzzy +#: backend.c:10471 msgid "Waiting for other game(s)" -msgstr "Esperando al primer programa de ajedrez" +msgstr "Esperando por otra(s) partida(s)" -#: backend.c:10214 +#: backend.c:10484 msgid "No pairing engine specified" -msgstr "" +msgstr "iNo se ha especificado el otro motor" -#: backend.c:10679 +#: backend.c:10961 #, c-format msgid "Match %s vs. %s: final score %d-%d-%d" -msgstr "Partida %s vs. %s: puntuación final %d-%d-%d" +msgstr "Encuentro %s - %s: puntuación final %d-%d-%d" -#: backend.c:11123 backend.c:11154 +#: backend.c:11423 backend.c:11454 #, c-format msgid "Illegal move: %d.%s%s" msgstr "Jugada ilegal: %d.%s%s" -#: backend.c:11143 +#: backend.c:11443 #, c-format msgid "Ambiguous move: %d.%s%s" msgstr "Jugada ambigua: %d.%s%s" -#: backend.c:11196 backend.c:12196 backend.c:12389 backend.c:12753 +#: backend.c:11496 backend.c:12505 backend.c:12698 backend.c:13059 #, c-format msgid "Can't open \"%s\"" msgstr "No se puede abrir \"%s\"" -#: backend.c:11208 menus.c:120 +#: backend.c:11508 menus.c:116 msgid "Cannot build game list" -msgstr "No se pudo armar lista de partidas" +msgstr "No se pudo construir la lista de partidas" -#: backend.c:11293 +#: backend.c:11593 msgid "No more games in this message" msgstr "No hay más partidas en este mensaje" -#: backend.c:11333 +#: backend.c:11633 msgid "No game has been loaded yet" msgstr "Ninguna partida se ha cargado aún" -#: backend.c:11337 backend.c:12177 ngamelist.c:129 +#: backend.c:11637 backend.c:12486 ngamelist.c:129 msgid "Can't back up any further" msgstr "Ya no se puede ir más atrás" -#: backend.c:11755 +#: backend.c:12058 msgid "Game number out of range" msgstr "Número de partida fuera de rango" -#: backend.c:11766 +#: backend.c:12069 msgid "Can't seek on game file" msgstr "No se puede buscar en archivo de partidas" -#: backend.c:11824 +#: backend.c:12127 msgid "Game not found in file" msgstr "Partida no hallada en archivo" -#: backend.c:11952 backend.c:12273 +#: backend.c:12255 backend.c:12582 msgid "Bad FEN position in file" msgstr "Posición FEN incorrecta en archivo" -#: backend.c:12102 +#: backend.c:12407 msgid "No moves in game" msgstr "Ninguna jugada en la partida" -#: backend.c:12173 +#: backend.c:12482 msgid "No position has been loaded yet" msgstr "Ninguna posición se ha cargado aún" -#: backend.c:12234 backend.c:12245 +#: backend.c:12543 backend.c:12554 msgid "Can't seek on position file" -msgstr "No se puede buscar en archivo de partidas" +msgstr "No se puede buscar en archivo de aperturas" -#: backend.c:12252 backend.c:12264 +#: backend.c:12561 backend.c:12573 msgid "Position not found in file" msgstr "No se halló la posición en el archivo" -#: backend.c:12304 +#: backend.c:12613 msgid "Black to play" -msgstr "Las negras juegan" +msgstr "Negras juegan" -#: backend.c:12307 +#: backend.c:12616 msgid "White to play" -msgstr "Las blancas juegan" +msgstr "Blancas juegan" -#: backend.c:12394 backend.c:12758 -#, fuzzy +#: backend.c:12703 backend.c:13064 msgid "Waiting for access to save file" -msgstr "Esperando al segundo programa de ajedrez" +msgstr "Esperando a tener acceso para guardar el fichero" -#: backend.c:12396 +#: backend.c:12705 msgid "Saving game" -msgstr "" +msgstr "Guardando partida" -#: backend.c:12397 +#: backend.c:12706 msgid "Bad Seek" -msgstr "" +msgstr "Búsqueda incorrecta" -#: backend.c:12760 -#, fuzzy +#: backend.c:13066 msgid "Saving position" -msgstr "archivo de posición incorrecto" +msgstr "Guardando posición" -#: backend.c:12886 +#: backend.c:13192 msgid "" "You have edited the game history.\n" "Use Reload Same Game and make your move again." msgstr "" +"Usted ha editado el historial de la partida.\n" +"Use «Reload Same Game» y vuelva a realizar un movimiento." -#: backend.c:12891 +#: backend.c:13197 msgid "" "You have entered too many moves.\n" "Back up to the correct position and try again." msgstr "" +"Usted ha introducido demasiadas jugadas.\n" +"Retroceda hasta la posición correcta e inténtelo de nuevo." -#: backend.c:12896 +#: backend.c:13202 msgid "" "Displayed position is not current.\n" "Step forward to the correct position and try again." msgstr "" +"La posición que se está mostrando no es la actual.\n" +"Avance hasta la posición correcta e inténtelo de nuevo." -#: backend.c:12943 +#: backend.c:13249 msgid "You have not made a move yet" -msgstr "Usted todavía no hace una jugada" +msgstr "Usted no ha realizado todavía ninguna jugada" -#: backend.c:12964 +#: backend.c:13270 msgid "" "The cmail message is not loaded.\n" "Use Reload CMail Message and make your move again." msgstr "" +"El mensaje «cmail» no está cargado.\n" +"Use «Reload CMail Message» y vuelva a realizar un movimiento." -#: backend.c:12969 +#: backend.c:13275 msgid "No unfinished games" msgstr "No hay partidas sin terminar" -#: backend.c:12975 +#: backend.c:13281 #, c-format msgid "" "You have already mailed a move.\n" @@ -557,2046 +603,2151 @@ msgid "" "\"cmail -remail -game %s\"\n" "on the command line." msgstr "" +"Ya ha enviado una jugada por correo.\n" +"Espere hasta recibir una jugada de su adversario.\n" +"Para volver a enviar la misma jugada, teclee\n" +"\"cmail -remail -game %s\"\n" +"en la línea de órdenes." -#: backend.c:12990 +#: backend.c:13296 msgid "Failed to invoke cmail" -msgstr "Falla al invocar cmail" +msgstr "Fallo al invocar cmail" -#: backend.c:13052 +#: backend.c:13358 #, c-format msgid "Waiting for reply from opponent\n" msgstr "Esperando respuesta del oponente\n" -#: backend.c:13074 +#: backend.c:13380 #, c-format msgid "Still need to make move for game\n" msgstr "Todavía necesita hacer una jugada para la partida\n" -#: backend.c:13078 +#: backend.c:13384 #, c-format msgid "Still need to make moves for both games\n" msgstr "Todavía necesita hacer jugadas para ambas partidas\n" -#: backend.c:13082 +#: backend.c:13388 #, c-format msgid "Still need to make moves for all %d games\n" msgstr "Todavía necesita hacer jugadas para las %d partidas\n" -#: backend.c:13089 +#: backend.c:13395 #, c-format msgid "Still need to make a move for game %s\n" msgstr "Todavía necesita hacer una jugada para la partida %s\n" -#: backend.c:13095 +#: backend.c:13401 #, c-format msgid "No unfinished games\n" msgstr "No hay juegos sin terminar\n" -#: backend.c:13097 +#: backend.c:13403 #, c-format msgid "Ready to send mail\n" msgstr "Listo para enviar correo\n" -#: backend.c:13102 +#: backend.c:13408 #, c-format msgid "Still need to make moves for games %s\n" msgstr "Todavía necesita hacer jugadas para las partidas %s\n" -#: backend.c:13258 +#: backend.c:13612 msgid "Edit comment" msgstr "Editar comentario" -#: backend.c:13260 +#: backend.c:13614 #, c-format msgid "Edit comment on %d.%s%s" msgstr "Editar comentario en %d.%s%s" -#: backend.c:13354 +#: backend.c:13669 +#, c-format +msgid "You are not observing a game" +msgstr "Usted no está observando una partida" + +#: backend.c:13777 msgid "It is not White's turn" msgstr "No es turno de las blancas" -#: backend.c:13435 +#: backend.c:13858 msgid "It is not Black's turn" msgstr "No es turno de las negras" -#: backend.c:13542 +#: backend.c:13966 #, c-format msgid "Starting %s chess program" -msgstr "" +msgstr "Iniciando el programa de ajedrez %s" -#: backend.c:13575 backend.c:14666 +#: backend.c:13994 backend.c:15108 msgid "" "Wait until your turn,\n" "or select Move Now" msgstr "" +"Espere su turno\n" +"o seleccione «Move Now»" -#: backend.c:13700 +#: backend.c:14128 msgid "Training mode off" msgstr "Modo de entrenamiento apagado" -#: backend.c:13708 +#: backend.c:14136 msgid "Training mode on" msgstr "Modo de entrenamiento activo" -#: backend.c:13711 +#: backend.c:14139 msgid "Already at end of game" msgstr "Ya se encuentra al final de la partida" -#: backend.c:13791 +#: backend.c:14219 msgid "Warning: You are still playing a game" msgstr "Advertencia: Usted todavía está jugando una partida" -#: backend.c:13794 +#: backend.c:14222 msgid "Warning: You are still observing a game" msgstr "Advertencia: Usted todavía está observando una partida" -#: backend.c:13797 +#: backend.c:14225 msgid "Warning: You are still examining a game" msgstr "Advertencia: Usted todavía está examinando una partida" -#: backend.c:13864 +#: backend.c:14292 msgid "Click clock to clear board" -msgstr "" +msgstr "Pinche el reloj para limpiar el tablero" -#: backend.c:13874 +#: backend.c:14302 msgid "Close ICS engine analyze..." -msgstr "" +msgstr "Cerrar el modo de análisis del motor ICS..." -#: backend.c:14153 +#: backend.c:14590 msgid "That square is occupied" msgstr "Ese cuadro está ocupado" -#: backend.c:14177 backend.c:14203 +#: backend.c:14614 backend.c:14640 msgid "There is no pending offer on this move" msgstr "No hay oferta pendiente para esta jugada" -#: backend.c:14239 backend.c:14250 +#: backend.c:14676 backend.c:14687 msgid "Your opponent is not out of time" msgstr "Su oponente no está fuera de tiempo" -#: backend.c:14316 +#: backend.c:14753 msgid "You must make your move before offering a draw" msgstr "Debe hacer su jugada antes de ofrecer tablas" -#: backend.c:14648 +#: backend.c:15090 msgid "You are not examining a game" msgstr "Usted no está examinando una partida" -#: backend.c:14652 +#: backend.c:15094 msgid "You can't revert while pausing" msgstr "No puede revertir si está en pausa" -#: backend.c:14706 backend.c:14713 +#: backend.c:15148 backend.c:15155 msgid "It is your turn" msgstr "Es su turno" -#: backend.c:14764 backend.c:14771 backend.c:14790 backend.c:14797 +#: backend.c:15206 backend.c:15213 backend.c:15266 backend.c:15273 msgid "Wait until your turn" msgstr "Espero su turno" -#: backend.c:14776 +#: backend.c:15218 msgid "No hint available" msgstr "No hay sugerencia disponible" -#: backend.c:15236 +#: backend.c:15234 ngamelist.c:355 +msgid "Game list not loaded or empty" +msgstr "La lista de partidas no se ha cargado o está vacía" + +#: backend.c:15241 +msgid "Book file exists! Try again for overwrite." +msgstr "¡Ya existe el fichero del libro! Inténtelo de nuevo si quiere sobreescribirlo." + +#: backend.c:15719 #, c-format msgid "Error writing to %s chess program" msgstr "Error al escribir al %s programa de ajedrez" -#: backend.c:15239 backend.c:15270 +#: backend.c:15722 backend.c:15753 #, c-format msgid "%s program exits in draw position (%s)" -msgstr "" +msgstr "El programa %s termina en posición de tablas (%s)" -#: backend.c:15266 +#: backend.c:15748 #, c-format msgid "Error: %s chess program (%s) exited unexpectedly" msgstr "Error: el %s programa de ajedrez (%s) terminó inesperadamente" -#: backend.c:15283 +#: backend.c:15766 #, c-format msgid "Error reading from %s chess program (%s)" msgstr "Error al leer del %s programa de ajedrez (%s)" -#: backend.c:15683 +#: backend.c:16168 #, c-format msgid "%s engine has too many options\n" -msgstr "" +msgstr "El motor %s tiene demasiadas opciones\n" -#: backend.c:15839 +#: backend.c:16324 msgid "Displayed move is not current" msgstr "La jugada ilustrada no es la actual" -#: backend.c:15848 +#: backend.c:16333 msgid "Could not parse move" msgstr "No se pudo analizar la jugada" -#: backend.c:15973 backend.c:15995 +#: backend.c:16458 backend.c:16480 msgid "Both flags fell" msgstr "Ambas banderas cayeron" -#: backend.c:15975 +#: backend.c:16460 msgid "White's flag fell" msgstr "La bandera blanca cayó" -#: backend.c:15997 +#: backend.c:16482 msgid "Black's flag fell" msgstr "La bandera negra cayó" -#: backend.c:16128 +#: backend.c:16613 msgid "Clock adjustment not allowed in auto-flag mode" -msgstr "" +msgstr "El ajuste del reloj no está permitido en el modo de advertencia de tiempo automático" -#: backend.c:16925 +#: backend.c:17448 msgid "Bad FEN position in clipboard" msgstr "Posición FEN incorrecta en portapapeles" -#: book.c:518 book.c:700 +#: book.c:577 book.c:830 msgid "Polyglot book not valid" -msgstr "" +msgstr "El libro de Polyglot no es válido" -#: book.c:579 +#: book.c:701 msgid "Book Fault" -msgstr "" +msgstr "Error en el libro" -#: book.c:703 +#: book.c:833 msgid "Hash keys are different" -msgstr "" +msgstr "Las claves «hash» son diferentes" -#: dialogs.c:256 -msgid "Tournament file:" -msgstr "" +#: book.c:1000 +msgid "Could not create book" +msgstr "No se ha podido crear el libro" -#: dialogs.c:257 +#: dialogs.c:259 +msgid "Tournament file: " +msgstr "Fichero de torneos: " + +#: dialogs.c:260 msgid "Sync after round" -msgstr "" +msgstr "Sincronizar después de la ronda" -#: dialogs.c:258 +#: dialogs.c:261 msgid " (for concurrent playing of a single" -msgstr "" +msgstr " (para jugar simultáneamente en un solo" -#: dialogs.c:259 +#: dialogs.c:262 msgid "Sync after cycle" -msgstr "" +msgstr "Sincronizar después de una vuelta" -#: dialogs.c:260 +#: dialogs.c:263 msgid " tourney with multiple XBoards)" -msgstr "" +msgstr " torneo con múltiples XBoards)" -#: dialogs.c:261 +#: dialogs.c:264 msgid "Tourney participants:" -msgstr "" +msgstr "Participantes del torneo:" -#: dialogs.c:262 -#, fuzzy +#: dialogs.c:265 msgid "Select Engine:" -msgstr "Motor" +msgstr "Seleccione Motor:" -#: dialogs.c:269 +#: dialogs.c:273 msgid "Tourney type (0 = round-robin, 1 = gauntlet):" -msgstr "" +msgstr "Tipo de torneo (0 = liga, 1 = uno contra todos):" -#: dialogs.c:270 +#: dialogs.c:274 msgid "Number of tourney cycles (or Swiss rounds):" -msgstr "" +msgstr "Número de vueltas del torneo (o rondas de torneo suizo)" -#: dialogs.c:271 -#, fuzzy +#: dialogs.c:275 msgid "Default Number of Games in Match (or Pairing):" -msgstr "Partidas torneo p/def" +msgstr "Número predeterminado de partidas del encuentro (o emparejamiento):" -#: dialogs.c:272 +#: dialogs.c:276 msgid "Pause between Match Games (msec):" -msgstr "" +msgstr "Pausa entre partidas del encuentro (ms):" -#: dialogs.c:273 -#, fuzzy +#: dialogs.c:277 msgid "Save Tourney Games on:" -msgstr "Opciones al salvar partida" +msgstr "Guardar partidas del torneo en:" -#: dialogs.c:274 +#: dialogs.c:278 msgid "Game File with Opening Lines:" -msgstr "" +msgstr "Fichero de partidas con líneas de apertura:" -#: dialogs.c:275 +#: dialogs.c:279 msgid "Game Number (-1 or -2 = Auto-Increment):" -msgstr "" +msgstr "Número de la partida (-1 o -2 = incremento automático):" -#: dialogs.c:276 +#: dialogs.c:280 msgid "File with Start Positions:" -msgstr "" +msgstr "Fichero con posiciones iniciales:" -#: dialogs.c:277 +#: dialogs.c:281 msgid "Position Number (-1 or -2 = Auto-Increment):" -msgstr "" +msgstr "Número de la posición (-1 o -2 = incremento automático):" -#: dialogs.c:278 +#: dialogs.c:282 msgid "Rewind Index after this many Games (0 = never):" -msgstr "" +msgstr "Rebobinar Índice después de este número de Partidas (0 = nunca)" -#: dialogs.c:279 +#: dialogs.c:283 msgid "Disable own engine books by default" -msgstr "" +msgstr "Inicialmente, desactivar los libros propios del motor" -#: dialogs.c:280 -#, fuzzy +#: dialogs.c:284 msgid "Replace Engine" -msgstr "Motor" +msgstr "Reemplazar motor" -#: dialogs.c:281 -#, fuzzy +#: dialogs.c:285 msgid "Upgrade Engine" -msgstr "Motor" +msgstr "Actualizar motor" -#: dialogs.c:282 +#: dialogs.c:286 msgid "Clone Tourney" -msgstr "" +msgstr "Clonar torneo" -#: dialogs.c:312 +#: dialogs.c:316 msgid "First you must specify an existing tourney file to clone" -msgstr "" +msgstr "En primer lugar, debe usted especificar un fichero de torneos que exista, para ser clonado" -#: dialogs.c:328 dialogs.c:1244 +#: dialogs.c:332 dialogs.c:1320 msgid "# no engines are installed" -msgstr "" +msgstr "# no hay ningún motor instalado" -#: dialogs.c:340 +#: dialogs.c:344 msgid "Match Options" -msgstr "" +msgstr "Opciones del encuentro" -#: dialogs.c:359 +#: dialogs.c:363 msgid "Absolute Analysis Scores" -msgstr "" +msgstr "Puntuaciones absolutas del análisis" -#: dialogs.c:360 +#: dialogs.c:364 msgid "Almost Always Queen (Detour Under-Promote)" -msgstr "" +msgstr "Casi siempre dama (rodeo para subcoronar)" -#: dialogs.c:361 menus.c:786 +#: dialogs.c:365 menus.c:714 msgid "Animate Dragging" msgstr "Animar arrastre" -#: dialogs.c:362 +#: dialogs.c:366 menus.c:715 msgid "Animate Moving" msgstr "Animar movimiento" -#: dialogs.c:363 +#: dialogs.c:367 menus.c:716 msgid "Auto Flag" msgstr "Bandera automática" -#: dialogs.c:364 menus.c:789 +#: dialogs.c:368 menus.c:717 msgid "Auto Flip View" msgstr "Cambio de lado automático" -#: dialogs.c:365 menus.c:790 +#: dialogs.c:369 menus.c:718 msgid "Blindfold" msgstr "A ciegas" -#: dialogs.c:366 +#: dialogs.c:370 msgid "Drop Menu" -msgstr "" +msgstr "Menú «drop»" -#: dialogs.c:367 +#: dialogs.c:371 +msgid "Enable Variation Trees" +msgstr "Activar árboles de variaciones" + +#: dialogs.c:372 msgid "Hide Thinking from Human" msgstr "Ocultar cogitaciones al jugar contra humano" -#: dialogs.c:368 menus.c:795 +#: dialogs.c:373 menus.c:723 msgid "Highlight Last Move" msgstr "Iluminar última jugada" -#: dialogs.c:369 +#: dialogs.c:374 msgid "Highlight with Arrow" msgstr "Iluminar con flecha" -#: dialogs.c:370 menus.c:797 -msgid "Move Sound" -msgstr "" - -#: dialogs.c:371 menus.c:799 +#: dialogs.c:375 menus.c:726 msgid "One-Click Moving" msgstr "Moviemento de un click" -#: dialogs.c:372 +#: dialogs.c:376 msgid "Periodic Updates (in Analysis Mode)" msgstr "Actualización periódica (en análisis)" -#: dialogs.c:373 dialogs.c:510 +#: dialogs.c:378 +msgid "Play Move(s) of Clicked PV (Analysis)" +msgstr "Realizar la(s) jugada(s) de la PV escogida (análisis)" + +#: dialogs.c:379 dialogs.c:514 menus.c:728 msgid "Ponder Next Move" msgstr "Prever siguente jugada" -#: dialogs.c:374 +#: dialogs.c:380 msgid "Popup Exit Messages" -msgstr "Ventana al salir" +msgstr "Ventana emergente al salir" -#: dialogs.c:375 menus.c:803 +#: dialogs.c:381 menus.c:730 msgid "Popup Move Errors" -msgstr "Ventana si error en jugada" +msgstr "Ventana emergente si error en jugada" -#: dialogs.c:376 -#, fuzzy +#: dialogs.c:382 msgid "Scores in Move List" -msgstr "Leer lista jugadas" +msgstr "Puntuaciones de la lista de jugadas" -#: dialogs.c:377 +#: dialogs.c:383 msgid "Show Coordinates" msgstr "Mostrar coordenadas" -#: dialogs.c:378 +#: dialogs.c:384 msgid "Show Target Squares" -msgstr "" +msgstr "Mostrar casillas objetivo" -#: dialogs.c:379 +#: dialogs.c:385 msgid "Sticky Windows" -msgstr "" +msgstr "Ventanas adhesivas" -#: dialogs.c:380 +#: dialogs.c:386 menus.c:733 msgid "Test Legality" -msgstr "Checar legalidad" +msgstr "Verificar legalidad" -#: dialogs.c:381 +#: dialogs.c:387 msgid "Top-Level Dialogs" -msgstr "" +msgstr "Diálogos de alto nivel" -#: dialogs.c:382 +#: dialogs.c:388 msgid "Flash Moves (0 = no flashing):" -msgstr "" +msgstr "Destello en las jugadas (0 = sin destello):" -#: dialogs.c:383 +#: dialogs.c:389 msgid "Flash Rate (high = fast):" -msgstr "" +msgstr "Velocidad de destello (high = rápido):" -#: dialogs.c:384 +#: dialogs.c:390 msgid "Animation Speed (high = slow):" -msgstr "" +msgstr "Velocidad de animación (high = lenta):" -#: dialogs.c:385 -#, fuzzy +#: dialogs.c:391 msgid "Zoom factor in Evaluation Graph:" -msgstr "Gráfica de evaluación" +msgstr "Factor de «zoom» en el grafo de evaluación:" -#: dialogs.c:394 +#: dialogs.c:400 msgid "General Options" msgstr "Opciones generales" -#: dialogs.c:405 +#: dialogs.c:410 msgid "normal" msgstr "normal" -#: dialogs.c:406 -msgid "fairy" -msgstr "" - -#: dialogs.c:407 -msgid "FRC" -msgstr "" - -#: dialogs.c:408 -msgid "Seirawan" -msgstr "" - -#: dialogs.c:409 -msgid "wild castle" -msgstr "" - -#: dialogs.c:410 -msgid "Superchess" -msgstr "" - #: dialogs.c:411 -msgid "no castle" -msgstr "" +msgid "makruk" +msgstr "«makruk» (tailandés)" #: dialogs.c:412 -msgid "crazyhouse" -msgstr "" +msgid "FRC" +msgstr "FRC (ajedrez aleatorio de Fischer)" #: dialogs.c:413 -msgid "knightmate" -msgstr "" +msgid "shatranj" +msgstr "«shatranj»" #: dialogs.c:414 -msgid "bughouse" -msgstr "" +msgid "wild castle" +msgstr "enroque salvaje" #: dialogs.c:415 -msgid "berolina" -msgstr "" +msgid "knightmate" +msgstr "mate al caballo" #: dialogs.c:416 -msgid "shogi (9x9)" -msgstr "" +msgid "no castle" +msgstr "sin enroque" #: dialogs.c:417 -msgid "cylinder" -msgstr "cilindro" +msgid "cylinder *" +msgstr "cilíndrico *" #: dialogs.c:418 -msgid "xiangqi (9x10)" -msgstr "" +msgid "3-checks" +msgstr "tres jaques" #: dialogs.c:419 -msgid "shatranj" -msgstr "" +msgid "berolina *" +msgstr "belorina *" #: dialogs.c:420 -msgid "courier (12x8)" -msgstr "" +msgid "atomic" +msgstr "atómico" #: dialogs.c:421 -msgid "makruk" -msgstr "" +msgid "two kings" +msgstr "dos reyes" #: dialogs.c:422 -msgid "Great Shatranj (10x8)" -msgstr "" +msgid "Board size ( -1 = default for selected variant):" +msgstr "Tamaño del tablero ( -1 = el predeterminado para la variante seleccionada):" #: dialogs.c:423 -msgid "atomic" -msgstr "atómico" +msgid "Number of Board Ranks:" +msgstr "Número de filas del tablero:" #: dialogs.c:424 -msgid "falcon (10x8)" -msgstr "" +msgid "Number of Board Files:" +msgstr "Número de columnas del tablero:" #: dialogs.c:425 -msgid "two kings" -msgstr "" - -#: dialogs.c:426 -msgid "Capablanca (10x8)" -msgstr "" - -#: dialogs.c:427 -msgid "3-checks" -msgstr "" - -#: dialogs.c:428 -msgid "Gothic (10x8)" -msgstr "" +msgid "Holdings Size:" +msgstr "Tamaño tenencias:" #: dialogs.c:429 -msgid "suicide" -msgstr "suicida" +msgid "fairy" +msgstr "mágico" #: dialogs.c:430 -msgid "janus (10x8)" -msgstr "" +msgid "Great Shatranj (10x8)" +msgstr "Gran shatranj (10x8)" #: dialogs.c:431 -msgid "give-away" -msgstr "" +msgid "Seirawan" +msgstr "Seirawan" #: dialogs.c:432 -msgid "CRC (10x8)" -msgstr "" +msgid "falcon (10x8)" +msgstr "halcón (10x8)" #: dialogs.c:433 -msgid "losers" -msgstr "" +msgid "Superchess" +msgstr "Superajedrez" #: dialogs.c:434 -msgid "grand (10x10)" -msgstr "" +msgid "Capablanca (10x8)" +msgstr "Capablanca (10x8)" #: dialogs.c:435 -msgid "Spartan" -msgstr "" +msgid "crazyhouse" +msgstr "«crazyhouse»" #: dialogs.c:436 -msgid "Board size ( -1 = default for selected variant):" -msgstr "" +msgid "Gothic (10x8)" +msgstr "Gótico (10x8)" #: dialogs.c:437 -msgid "Number of Board Ranks:" -msgstr "" +msgid "bughouse" +msgstr "pasapiezas" #: dialogs.c:438 -msgid "Number of Board Files:" -msgstr "" +msgid "janus (10x8)" +msgstr "janus (10x8)" #: dialogs.c:439 -msgid "Holdings Size:" -msgstr "" +msgid "suicide" +msgstr "suicida" +#: dialogs.c:440 +msgid "CRC (10x8)" +msgstr "CRC (10x8)" + +# TRANSLATORS: give-away = losers? #: dialogs.c:441 -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.)" -msgstr "" +msgid "give-away" +msgstr "pierde gana" + +#: dialogs.c:442 +msgid "grand (10x10)" +msgstr "gran ajedrez (10x10)" + +# TRANSLATORS: give-away = losers? +#: dialogs.c:443 +msgid "losers" +msgstr "pierde gana" + +#: dialogs.c:444 +msgid "shogi (9x9)" +msgstr "japonés (9x9)" + +#: dialogs.c:445 +msgid "Spartan" +msgstr "espartano" + +#: dialogs.c:446 +msgid "xiangqi (9x10)" +msgstr "chino" + +#: dialogs.c:447 +msgid " " +msgstr " " + +#: dialogs.c:448 +msgid "courier (12x8)" +msgstr "ajedrez del mensajero (12x8)" -#: dialogs.c:462 +#: dialogs.c:465 #, c-format msgid "Warning: second engine (%s) does not support this!" msgstr "Advertencia: ¡el segundo motor (%s) no admite esto!" -#: dialogs.c:485 +#: dialogs.c:488 +#, c-format +msgid "Only bughouse is not available in viewer mode" +msgstr "Solo pasapiezas no está disponible en el modo visor" + +#: dialogs.c:489 #, c-format msgid "" "All variants not supported by first engine\n" "(currently %s) are disabled" msgstr "" +"Todas las variantes no disponibles en el primer motor\n" +"(actualmente %s) están desactivas" -#: dialogs.c:486 +#: dialogs.c:490 msgid "New Variant" -msgstr "Variantes" +msgstr "Nueva variante" -#: dialogs.c:511 +#: dialogs.c:515 msgid "Maximum Number of CPUs per Engine:" -msgstr "Número max. CPUs:" +msgstr "Número max. CPUs por motor:" -#: dialogs.c:512 +#: dialogs.c:516 msgid "Polygot Directory:" -msgstr "" +msgstr "Directorio de Ployglot:" -#: dialogs.c:513 +#: dialogs.c:517 msgid "Hash-Table Size (MB):" -msgstr "Tamaño hash (MB):" +msgstr "Tamaño de la tabla de transposición (MB):" -#: dialogs.c:514 +#: dialogs.c:518 msgid "Nalimov EGTB Path:" -msgstr "Carpeta EGTB:" +msgstr "Carpeta de la EGTB Nalimov:" -#: dialogs.c:515 +#: dialogs.c:519 msgid "EGTB Cache Size (MB):" -msgstr "Tamaño EGTB (MB):" +msgstr "Tamaño de la caché de la EGTB (MB):" -#: dialogs.c:516 +#: dialogs.c:520 msgid "Use GUI Book" -msgstr "" +msgstr "Usar el libro de la GUI" -#: dialogs.c:517 +#: dialogs.c:521 msgid "Opening-Book Filename:" -msgstr "" +msgstr "Fichero del libro de aperturas:" -#: dialogs.c:518 +#: dialogs.c:522 msgid "Book Depth (moves):" -msgstr "Profundo libro:" +msgstr "Profundidad del libro (jugadas):" -#: dialogs.c:519 +#: dialogs.c:523 msgid "Book Variety (0) vs. Strength (100):" -msgstr "Variación libro:" +msgstr "Variedad del libro (0) frente a fuerza (100):" -#: dialogs.c:520 +#: dialogs.c:524 msgid "Engine #1 Has Own Book" -msgstr "Primero tiene libro propio" +msgstr "El motor 1 tiene libro propio" -#: dialogs.c:521 +#: dialogs.c:525 msgid "Engine #2 Has Own Book " -msgstr "" +msgstr "El motor 2 tiene libro propio" -#: dialogs.c:530 +#: dialogs.c:534 msgid "Common Engine Settings" -msgstr "Configuración común de motor" +msgstr "Configuración general de los motores" -#: dialogs.c:536 +#: dialogs.c:540 msgid "Detect all Mates" -msgstr "Detectar mates" +msgstr "Detectar todos los mates" -#: dialogs.c:537 +#: dialogs.c:541 msgid "Verify Engine Result Claims" msgstr "Verificar avisos del motor" -#: dialogs.c:538 +#: dialogs.c:542 msgid "Draw if Insufficient Mating Material" -msgstr "Tablas si hay material insufficiente" +msgstr "Tablas si el material es insuficiente" -#: dialogs.c:539 +#: dialogs.c:543 msgid "Adjudicate Trivial Draws (3-Move Delay)" -msgstr "Adjudicar tablas triviales" +msgstr "Adjudicar tablas triviales (regla de las tres jugadas)" -#: dialogs.c:540 +#: dialogs.c:544 msgid "N-Move Rule:" -msgstr "" +msgstr "Regla de las N jugadas:" -#: dialogs.c:541 +#: dialogs.c:545 msgid "N-fold Repeats:" -msgstr "" +msgstr "N repeticiones:" -#: dialogs.c:542 +#: dialogs.c:546 msgid "Draw after N Moves Total:" msgstr "Adjudicar mate después de:" -#: dialogs.c:543 +#: dialogs.c:547 msgid "Win / Loss Threshold:" msgstr "Límite para adjudicar juego:" -#: dialogs.c:544 +#: dialogs.c:548 msgid "Negate Score of Engine #1" -msgstr "Puntuación motor #1 es absoluta" +msgstr "Negar puntuación del motor #1" -#: dialogs.c:545 +#: dialogs.c:549 msgid "Negate Score of Engine #2" -msgstr "Puntuación motor #2 es absoluta" +msgstr "Negar puntuación del motor #2" -#: dialogs.c:552 -#, fuzzy +#: dialogs.c:556 msgid "Adjudicate non-ICS Games" -msgstr "Adjudicar a blancas" +msgstr "Adjudicar partidas no ICS" -#: dialogs.c:565 +#: dialogs.c:569 msgid "Auto-Kibitz" msgstr "Auto Kibitz" -#: dialogs.c:566 +#: dialogs.c:570 msgid "Auto-Comment" msgstr "Auto-comentario" -#: dialogs.c:567 +#: dialogs.c:571 msgid "Auto-Observe" msgstr "Auto-Observar" -#: dialogs.c:568 +#: dialogs.c:572 msgid "Auto-Raise Board" msgstr "Tablero al frente (automático)" -#: dialogs.c:569 +#: dialogs.c:573 +msgid "Auto-Create Logon Script" +msgstr "Creación de fichero de registro automática" + +#: dialogs.c:574 msgid "Background Observe while Playing" -msgstr "Mirar en el fondo" +msgstr "Seguir observando mientras se juega" -#: dialogs.c:570 +#: dialogs.c:575 msgid "Dual Board for Background-Observed Game" -msgstr "Tablero dual" +msgstr "Tablero dual para partidas observadas" -#: dialogs.c:571 +#: dialogs.c:576 msgid "Get Move List" -msgstr "Leer lista jugadas" +msgstr "Leer lista de jugadas" -#: dialogs.c:572 +#: dialogs.c:577 msgid "Quiet Play" msgstr "Jugar en silencio" -#: dialogs.c:573 +#: dialogs.c:578 msgid "Seek Graph" msgstr "Buscar gráfica" -#: dialogs.c:574 +#: dialogs.c:579 msgid "Auto-Refresh Seek Graph" -msgstr "auto-Refresco" +msgstr "Grafo de búsqueda con refresco automático" -#: dialogs.c:575 +#: dialogs.c:580 +msgid "Auto-InputBox PopUp" +msgstr "Ventana emergente de buzón automática" + +#: dialogs.c:581 msgid "Premove" -msgstr "Pre-mov." +msgstr "Pre-jugada" -#: dialogs.c:576 +#: dialogs.c:582 msgid "Premove for White" -msgstr "" +msgstr "Prejugada de las blancas" -#: dialogs.c:577 +#: dialogs.c:583 msgid "First White Move:" msgstr "1er. mov. blancas" -#: dialogs.c:578 +#: dialogs.c:584 msgid "Premove for Black" -msgstr "" +msgstr "Prejugada de las negras" -#: dialogs.c:579 +#: dialogs.c:585 msgid "First Black Move:" msgstr "1er. mov. negras" -#: dialogs.c:581 +#: dialogs.c:587 msgid "Alarm" msgstr "Alarma" -#: dialogs.c:582 +#: dialogs.c:588 msgid "Alarm Time (msec):" -msgstr "" +msgstr "Tiempo de la alarma (ms):" -#: dialogs.c:584 +#: dialogs.c:590 msgid "Colorize Messages" -msgstr "" +msgstr "Mensajes coloreados" -#: dialogs.c:585 +#: dialogs.c:591 msgid "Shout Text Colors:" -msgstr "" +msgstr "Colores del texto que se expresa en voz alta:" -#: dialogs.c:586 +#: dialogs.c:592 msgid "S-Shout Text Colors:" -msgstr "" +msgstr "Colores «S» del texto que se expresa en voz alta:" -#: dialogs.c:587 +#: dialogs.c:593 msgid "Channel #1 Text Colors:" -msgstr "" +msgstr "Colores del texto del canal 1:" -#: dialogs.c:588 +#: dialogs.c:594 msgid "Other Channel Text Colors:" -msgstr "" +msgstr "Colores del texto del otro canal:" -#: dialogs.c:589 +#: dialogs.c:595 msgid "Kibitz Text Colors:" -msgstr "" +msgstr "Colores del texto kibitz:" -#: dialogs.c:590 +#: dialogs.c:596 msgid "Tell Text Colors:" -msgstr "" +msgstr "Colores del texto de hablar con otros:" -#: dialogs.c:591 +#: dialogs.c:597 msgid "Challenge Text Colors:" -msgstr "" +msgstr "Colores del texto de desafíos:" -#: dialogs.c:592 +#: dialogs.c:598 msgid "Request Text Colors:" -msgstr "" +msgstr "Colores del texto de peticiones:" -#: dialogs.c:593 +#: dialogs.c:599 msgid "Seek Text Colors:" -msgstr "" +msgstr "Colores del texto de búsqueda:" -#: dialogs.c:600 +#: dialogs.c:606 msgid "ICS Options" msgstr "Opciones ICS" -#: dialogs.c:605 +#: dialogs.c:611 msgid "Exact position match" -msgstr "" +msgstr "Coincidencia exacta de la posición" -#: dialogs.c:605 +#: dialogs.c:611 msgid "Shown position is subset" -msgstr "" +msgstr "La posición mostrada es un subconjunto" -#: dialogs.c:605 +#: dialogs.c:611 msgid "Same material with exactly same Pawn chain" -msgstr "" +msgstr "Mismo material con exactamente la misma cadena de peones" -#: dialogs.c:606 +#: dialogs.c:612 msgid "Same material" -msgstr "" +msgstr "Mismo material" -#: dialogs.c:606 +#: dialogs.c:612 msgid "Material range (top board half optional)" -msgstr "" +msgstr "Rango de material (mitad superior del tablero opcional)" -#: dialogs.c:606 +#: dialogs.c:612 msgid "Material difference (optional stuff balanced)" -msgstr "" +msgstr "Diferencia de material (situación equilibrada opcional)" -#: dialogs.c:618 +#: dialogs.c:624 msgid "Auto-Display Tags" -msgstr "" +msgstr "Etiquetas de visualización automática" -#: dialogs.c:619 +#: dialogs.c:625 msgid "Auto-Display Comment" -msgstr "" +msgstr "Comentario de visualización automática" -#: dialogs.c:620 +#: dialogs.c:626 msgid "" "Auto-Play speed of loaded games\n" "(0 = instant, -1 = off):" msgstr "" +"Velocidad de juego automático de las partidas cargadas\n" +"(0 = instantánea, -1 = desactivada):" -#: dialogs.c:621 +#: dialogs.c:627 msgid "Seconds per Move:" -msgstr "" +msgstr "Segundos por jugadas:" -#: dialogs.c:622 +#: dialogs.c:628 msgid "" "\n" "options to use in game-viewer mode:" msgstr "" +"\n" +"opciones para el modo de visualización de partidas:" -#: dialogs.c:624 +#: dialogs.c:630 msgid "" "\n" "Thresholds for position filtering in game list:" msgstr "" +"\n" +"Umbral para filtrar posiciones en la lista de partidas:" -#: dialogs.c:625 +#: dialogs.c:631 msgid "Elo of strongest player at least:" -msgstr "" +msgstr "Elo del mejor jugador como mínimo:" -#: dialogs.c:626 +#: dialogs.c:632 msgid "Elo of weakest player at least:" -msgstr "" +msgstr "Elo del peor jugador como mínimo:" -#: dialogs.c:627 -#, fuzzy +#: dialogs.c:633 msgid "No games before year:" -msgstr "Ninguna partida se ha cargado aún" +msgstr "Número de partidas antes del año:" -#: dialogs.c:628 +#: dialogs.c:634 msgid "Minimum nr consecutive positions:" -msgstr "" +msgstr "Número mínimo de posiciones consecutivas:" -#: dialogs.c:629 +#: dialogs.c:635 msgid "Search mode:" -msgstr "" +msgstr "Modo de búsqueda:" -#: dialogs.c:630 +#: dialogs.c:636 msgid "Also match reversed colors" -msgstr "" +msgstr "También colores invertidos" -#: dialogs.c:631 +#: dialogs.c:637 msgid "Also match left-right flipped position" -msgstr "" +msgstr "También posición volteada izquierda-derecha" -#: dialogs.c:639 +#: dialogs.c:645 msgid "Load Game Options" msgstr "Opciones al leer partida" -#: dialogs.c:651 +#: dialogs.c:657 msgid "Auto-Save Games" -msgstr "" +msgstr "Guardar partidas automáticamente" + +#: dialogs.c:658 +msgid "Own Games Only" +msgstr "Solo partidas propias" -#: dialogs.c:652 +#: dialogs.c:659 msgid "Save Games on File:" -msgstr "" +msgstr "Guardar partidas en fichero" -#: dialogs.c:653 +#: dialogs.c:660 msgid "Save Final Positions on File:" -msgstr "" +msgstr "Guardar en fichero posiciones finales:" -#: dialogs.c:654 +#: dialogs.c:661 msgid "PGN Event Header:" -msgstr "" +msgstr "Cabecera PGN del evento:" -#: dialogs.c:655 +#: dialogs.c:662 msgid "Old Save Style (as opposed to PGN)" -msgstr "" +msgstr "Estilo de guardado antiguo (en contraposición a PGN)" -#: dialogs.c:656 +#: dialogs.c:663 msgid "Include Number Tag in tourney PGN" -msgstr "" +msgstr "Incluir etiqueta de número en el PGN del torneo" -#: dialogs.c:657 +#: dialogs.c:664 msgid "Save Score/Depth Info in PGN" -msgstr "" +msgstr "Guardar la información de puntuación/profundidad en el PGN" -#: dialogs.c:658 +#: dialogs.c:665 msgid "Save Out-of-Book Info in PGN " -msgstr "" +msgstr "Guardar información fuera-de-libro en PGN " -#: dialogs.c:665 +#: dialogs.c:672 msgid "Save Game Options" msgstr "Opciones al salvar partida" -#: dialogs.c:674 +#: dialogs.c:681 msgid "No Sound" msgstr "Sin sonido" -#: dialogs.c:675 +#: dialogs.c:682 msgid "Default Beep" -msgstr "Bip por defecto" +msgstr "Bip predeterminado" -#: dialogs.c:676 +#: dialogs.c:683 msgid "Above WAV File" -msgstr "" +msgstr "Fichero WAV de arriba" -#: dialogs.c:677 +#: dialogs.c:684 msgid "Car Horn" -msgstr "" +msgstr "Bocina de coche" -#: dialogs.c:678 +#: dialogs.c:685 msgid "Cymbal" -msgstr "" +msgstr "Platillos" -#: dialogs.c:679 +#: dialogs.c:686 msgid "Ding" -msgstr "" +msgstr "Timbre" -#: dialogs.c:680 +#: dialogs.c:687 msgid "Gong" -msgstr "" +msgstr "«Gong»" -#: dialogs.c:681 +#: dialogs.c:688 msgid "Laser" -msgstr "" +msgstr "Láser" -#: dialogs.c:682 +# TRANSLATORS +#: dialogs.c:689 msgid "Penalty" -msgstr "" +msgstr "Penalización" -#: dialogs.c:683 +#: dialogs.c:690 msgid "Phone" -msgstr "" +msgstr "Teléfono" -#: dialogs.c:684 +#: dialogs.c:691 msgid "Pop" -msgstr "" +msgstr "«Pop»" -#: dialogs.c:685 +#: dialogs.c:692 msgid "Slap" -msgstr "" +msgstr "Palmada" -#: dialogs.c:686 +# TRANSLATORS +#: dialogs.c:693 msgid "Wood Thunk" -msgstr "" +msgstr "«Wood thunk»" -#: dialogs.c:688 +#: dialogs.c:695 msgid "User File" -msgstr "" - -#: dialogs.c:710 -msgid "Sound Program:" -msgstr "" - -#: dialogs.c:711 -msgid "Sounds Directory:" -msgstr "" +msgstr "Fichero del usuario" -#: dialogs.c:712 +#: dialogs.c:717 msgid "User WAV File:" -msgstr "" +msgstr "Fichero WAV del usuario:" + +#: dialogs.c:718 +msgid "Sound Program:" +msgstr "Programa de sonido:" -#: dialogs.c:713 +#: dialogs.c:719 msgid "Try-Out Sound:" -msgstr "" +msgstr "Sonido de prueba" -#: dialogs.c:714 +#: dialogs.c:720 msgid "Play" msgstr "Reproducir" -#: dialogs.c:715 +#: dialogs.c:721 msgid "Move:" -msgstr "" +msgstr "Jugada:" -#: dialogs.c:716 +# TRANSLATORS +#: dialogs.c:722 msgid "Win:" -msgstr "" +msgstr "Victorias:" -#: dialogs.c:717 +#: dialogs.c:723 msgid "Lose:" -msgstr "" +msgstr "Derrotas:" -#: dialogs.c:718 +#: dialogs.c:724 msgid "Draw:" -msgstr "" +msgstr "Tablas" -#: dialogs.c:719 +#: dialogs.c:725 msgid "Unfinished:" -msgstr "" +msgstr "No terminadas:" -#: dialogs.c:720 +#: dialogs.c:726 msgid "Alarm:" -msgstr "" +msgstr "Alarma:" -#: dialogs.c:721 +#: dialogs.c:727 +msgid "Challenge:" +msgstr "Desafío:" + +#: dialogs.c:729 +msgid "Sounds Directory:" +msgstr "Carpeta de sonidos:" + +#: dialogs.c:730 msgid "Shout:" -msgstr "" +msgstr "En voz alta:" -#: dialogs.c:722 +# TRANSLATORS +#: dialogs.c:731 msgid "S-Shout:" -msgstr "" +msgstr "En voz alta S" -#: dialogs.c:723 +#: dialogs.c:732 msgid "Channel:" -msgstr "" +msgstr "Canal:" -#: dialogs.c:724 +#: dialogs.c:733 msgid "Channel 1:" -msgstr "" +msgstr "Canal 1:" -#: dialogs.c:725 +#: dialogs.c:734 msgid "Tell:" -msgstr "" +msgstr "Decir:" -#: dialogs.c:726 +#: dialogs.c:735 msgid "Kibitz:" -msgstr "" +msgstr "Kibitz:" -#: dialogs.c:727 -msgid "Challenge:" -msgstr "" - -#: dialogs.c:728 +#: dialogs.c:736 msgid "Request:" -msgstr "" +msgstr "Pedir:" -#: dialogs.c:729 +#: dialogs.c:737 msgid "Seek:" -msgstr "" +msgstr "Buscar:" -#: dialogs.c:745 +#: dialogs.c:753 msgid "Sound Options" -msgstr "Sonidos" +msgstr "Opciones de sonido" -#: dialogs.c:765 +#: dialogs.c:774 msgid "White Piece Color:" -msgstr "" +msgstr "Color de las piezas blancas:" #. TRANSLATORS: R = single letter for the color red -#: dialogs.c:768 dialogs.c:777 dialogs.c:783 dialogs.c:789 dialogs.c:795 -#: dialogs.c:801 +#: dialogs.c:777 dialogs.c:786 dialogs.c:792 dialogs.c:798 dialogs.c:804 +#: dialogs.c:810 msgid "R" -msgstr "" +msgstr "R" #. TRANSLATORS: G = single letter for the color green -#: dialogs.c:770 dialogs.c:778 dialogs.c:784 dialogs.c:790 dialogs.c:796 -#: dialogs.c:802 +#: dialogs.c:779 dialogs.c:787 dialogs.c:793 dialogs.c:799 dialogs.c:805 +#: dialogs.c:811 msgid "G" -msgstr "" +msgstr "V" #. TRANSLATORS: B = single letter for the color blue -#: dialogs.c:772 dialogs.c:779 dialogs.c:785 dialogs.c:791 dialogs.c:797 -#: dialogs.c:803 +#: dialogs.c:781 dialogs.c:788 dialogs.c:794 dialogs.c:800 dialogs.c:806 +#: dialogs.c:812 msgid "B" -msgstr "" +msgstr "A" #. TRANSLATORS: D = single letter to make a color darker -#: dialogs.c:774 dialogs.c:780 dialogs.c:786 dialogs.c:792 dialogs.c:798 -#: dialogs.c:804 +#: dialogs.c:783 dialogs.c:789 dialogs.c:795 dialogs.c:801 dialogs.c:807 +#: dialogs.c:813 msgid "D" -msgstr "" +msgstr "O" -#: dialogs.c:775 +#: dialogs.c:784 msgid "Black Piece Color:" -msgstr "Piezas negras" +msgstr "Color de las piezas negras:" -#: dialogs.c:781 +#: dialogs.c:790 msgid "Light Square Color:" -msgstr "Cuadros claros" +msgstr "Color de los escaques claros" -#: dialogs.c:787 +#: dialogs.c:796 msgid "Dark Square Color:" -msgstr "Cuadros obscuros" +msgstr "Color de los escaques oscuros" -#: dialogs.c:793 +#: dialogs.c:802 msgid "Highlight Color:" -msgstr "Cuadro iluminado" +msgstr "Color de escaque iluminado" -#: dialogs.c:799 +#: dialogs.c:808 msgid "Premove Highlight Color:" -msgstr "Iluminación pre.mov." +msgstr "Color de iluminación de prejugada:" -#: dialogs.c:805 +#: dialogs.c:814 msgid "Flip Pieces Shogi Style (Colored buttons restore default)" -msgstr "" +msgstr "Voltear piezas estilo Shogi (Botones de colores predefinidos)" -#: dialogs.c:807 +#: dialogs.c:816 msgid "Mono Mode" -msgstr "Monocromo" +msgstr "Modo mono" -#: dialogs.c:808 +#: dialogs.c:817 msgid "Line Gap ( -1 = default for board size):" -msgstr "" +msgstr "Hueco de la línea ( -1 = el predeterminado para el tamaño de ltablero):" -#: dialogs.c:809 +#: dialogs.c:818 msgid "Use Board Textures" -msgstr "" +msgstr "Utilizar tablero con texturas" -#: dialogs.c:810 +#: dialogs.c:819 msgid "Light-Squares Texture File:" -msgstr "" +msgstr "Fichero de texturas para escaques claros:" -#: dialogs.c:811 +#: dialogs.c:820 msgid "Dark-Squares Texture File:" -msgstr "" +msgstr "Fichero de texturas para escaques oscuros:" -#: dialogs.c:812 -msgid "Directory with Bitmap Pieces:" -msgstr "" +#: dialogs.c:821 +msgid "Use external piece bitmaps with their own colors" +msgstr "Utilizar «bitmaps» externos para las piezas con sus propios colores" -#: dialogs.c:813 -msgid "Directory with Pixmap Pieces:" -msgstr "" +#: dialogs.c:822 +msgid "Directory with Pieces Images:" +msgstr "Carpeta con imágenes de piezas:" -#: dialogs.c:862 +#: dialogs.c:872 msgid "Board Options" msgstr "Opciones de tablero" -#: dialogs.c:914 menus.c:706 +#: dialogs.c:925 menus.c:634 msgid "ICS text menu" -msgstr "" +msgstr "Menú de texto ICS" -#: dialogs.c:933 +#: dialogs.c:947 msgid "clear" -msgstr "" +msgstr "borrar" -#: dialogs.c:934 dialogs.c:991 +#: dialogs.c:948 dialogs.c:1036 msgid "save changes" -msgstr "" +msgstr "guardar cambios" -#: dialogs.c:1006 -#, fuzzy +#: dialogs.c:1051 msgid "Edit book" -msgstr "Edición" +msgstr "Editar libro" -#: dialogs.c:1006 menus.c:708 +#: dialogs.c:1051 menus.c:636 msgid "Tags" -msgstr "Circunstancias" +msgstr "Etiquetas" -#: dialogs.c:1121 +#: dialogs.c:1193 msgid "ICS input box" -msgstr "" +msgstr "Cuadro de entrada ICS" -#: dialogs.c:1152 +#: dialogs.c:1225 msgid "Type a move" -msgstr "" +msgstr "Teclear una jugada" -#: dialogs.c:1177 +#: dialogs.c:1251 +msgid "Engine has no options" +msgstr "El motor no tiene opciones" + +#: dialogs.c:1253 msgid "Engine Settings" -msgstr "" +msgstr "Configuración del motor" -#: dialogs.c:1202 +#: dialogs.c:1278 msgid "Select engine from list:" -msgstr "" +msgstr "Seleccionar un motor de la lista:" -#: dialogs.c:1205 +#: dialogs.c:1281 msgid "or specify one below:" -msgstr "" +msgstr "o especificar uno debajo:" -#: dialogs.c:1206 +#: dialogs.c:1282 msgid "Nickname (optional):" -msgstr "" +msgstr "Sobrenombre (opcional):" -#: dialogs.c:1207 +#: dialogs.c:1283 msgid "Use nickname in PGN player tags of engine-engine games" -msgstr "" +msgstr "Usar el sobrenombre de las etiquetas de jugadores del PGN en las partidas motor-motor" -#: dialogs.c:1208 +#: dialogs.c:1284 msgid "Engine Directory:" -msgstr "" +msgstr "Carpeta del motor:" -#: dialogs.c:1209 +#: dialogs.c:1285 msgid "Engine Command:" -msgstr "" +msgstr "Instrucción para el motor:" -#: dialogs.c:1210 +#: dialogs.c:1286 msgid "(Directory will be derived from engine path when empty)" -msgstr "" +msgstr "(La carpeta se derivará de la del motor cuando esté vacía)" -#: dialogs.c:1211 +#: dialogs.c:1287 msgid "UCI" -msgstr "" +msgstr "UCI" -#: dialogs.c:1212 +#: dialogs.c:1288 msgid "WB protocol v1 (do not wait for engine features)" -msgstr "" +msgstr "Protocolo WB v1 (no esperar por las características del motor)" -#: dialogs.c:1213 +#: dialogs.c:1289 msgid "Must not use GUI book" -msgstr "" +msgstr "No debe utilizar el libro de la GUI" -#: dialogs.c:1214 +#: dialogs.c:1290 msgid "Add this engine to the list" -msgstr "" +msgstr "Añadir este motor a la lista" -#: dialogs.c:1215 +#: dialogs.c:1291 msgid "Force current variant with this engine" -msgstr "" +msgstr "Forzar la variante actual con este motor" -#: dialogs.c:1265 +#: dialogs.c:1341 msgid "Load first engine" -msgstr "" +msgstr "Cargar el primer motor" -#: dialogs.c:1271 +#: dialogs.c:1347 msgid "Load second engine" -msgstr "" +msgstr "Cargar el segundo motor" -#: dialogs.c:1294 +#: dialogs.c:1370 msgid "shuffle" -msgstr "" +msgstr "barajar" -#: dialogs.c:1295 +#: dialogs.c:1371 msgid "Start-position number:" msgstr "Núm. de pos. inicial:" -#: dialogs.c:1296 -#, fuzzy +#: dialogs.c:1372 msgid "randomize" -msgstr "Aleatorio" +msgstr "aleatorizar" -#: dialogs.c:1297 +#: dialogs.c:1373 msgid "pick fixed" -msgstr "" +msgstr "selección fijada" -#: dialogs.c:1314 +#: dialogs.c:1390 msgid "New Shuffle Game" msgstr "Nueva partida revuelta..." -#: dialogs.c:1338 +#: dialogs.c:1409 msgid "classical" -msgstr "" +msgstr "clásica" -#: dialogs.c:1339 +#: dialogs.c:1410 msgid "incremental" -msgstr "" +msgstr "incremental" -#: dialogs.c:1340 +#: dialogs.c:1411 msgid "fixed max" -msgstr "" +msgstr "máximo fijado" -#: dialogs.c:1341 +#: dialogs.c:1412 msgid "Moves per session:" -msgstr "" +msgstr "Jugadas por sesión:" -#: dialogs.c:1342 +#: dialogs.c:1413 msgid "Initial time (min):" -msgstr "" +msgstr "Tiempo inicial (min):" -#: dialogs.c:1343 +#: dialogs.c:1414 msgid "Increment or max (sec/move):" -msgstr "" +msgstr "Incremento o máximo (s(jugada):" -#: dialogs.c:1344 -#, fuzzy +#: dialogs.c:1415 msgid "Time-Odds factors:" -msgstr "Factores de tiempo:" +msgstr "Factores de tiempo extra:" -#: dialogs.c:1345 -#, fuzzy +#: dialogs.c:1416 msgid "Engine #1" -msgstr "Motor" +msgstr "Motor 1" -#: dialogs.c:1346 -#, fuzzy +#: dialogs.c:1417 msgid "Engine #2 / Human" -msgstr "Primero tiene libro propio" +msgstr "Motor 2 / Humano" -#: dialogs.c:1386 dialogs.c:1389 dialogs.c:1394 dialogs.c:1395 +#: dialogs.c:1457 dialogs.c:1460 dialogs.c:1465 dialogs.c:1466 +#: gtk/xoptions.c:191 msgid "Unused" -msgstr "" +msgstr "No se usa" -#: dialogs.c:1407 +#: dialogs.c:1478 msgid "Time Control" -msgstr "" +msgstr "Control de tiempo" -#: dialogs.c:1435 +#: dialogs.c:1507 msgid "Error writing to chess program" msgstr "Error al escribir al programa de ajedrez" -#: dialogs.c:1500 -#, fuzzy +#: dialogs.c:1574 msgid "Cancel" msgstr "Cancelar" -#: dialogs.c:1505 dialogs.c:1799 dialogs.c:1803 +#: dialogs.c:1579 dialogs.c:1971 dialogs.c:1975 msgid "King" msgstr "Rey" -#: dialogs.c:1508 +#: dialogs.c:1582 msgid "Captain" -msgstr "" +msgstr "Capitán" -#: dialogs.c:1509 +#: dialogs.c:1583 msgid "Lieutenant" -msgstr "" +msgstr "Teniente" -#: dialogs.c:1510 +#: dialogs.c:1584 msgid "General" -msgstr "Generales..." +msgstr "General" -#: dialogs.c:1511 +#: dialogs.c:1585 msgid "Warlord" -msgstr "" +msgstr "Caudillo" -#: dialogs.c:1513 dialogs.c:1798 dialogs.c:1802 dialogs.c:1821 +#: dialogs.c:1587 dialogs.c:1970 dialogs.c:1974 dialogs.c:1993 msgid "Knight" msgstr "Caballo" -#: dialogs.c:1514 dialogs.c:1798 dialogs.c:1802 dialogs.c:1821 +#: dialogs.c:1588 dialogs.c:1970 dialogs.c:1974 dialogs.c:1993 msgid "Bishop" msgstr "Alfil" -#: dialogs.c:1515 dialogs.c:1798 dialogs.c:1802 dialogs.c:1821 +#: dialogs.c:1589 dialogs.c:1970 dialogs.c:1974 dialogs.c:1993 msgid "Rook" msgstr "Torre" -#: dialogs.c:1519 dialogs.c:1800 dialogs.c:1804 +#: dialogs.c:1593 dialogs.c:1972 dialogs.c:1976 msgid "Archbishop" msgstr "Arzobispo" -#: dialogs.c:1520 dialogs.c:1800 dialogs.c:1804 +#: dialogs.c:1594 dialogs.c:1972 dialogs.c:1976 msgid "Chancellor" msgstr "Canciller" -#: dialogs.c:1522 dialogs.c:1799 dialogs.c:1803 dialogs.c:1821 +#: dialogs.c:1596 dialogs.c:1971 dialogs.c:1975 dialogs.c:1993 msgid "Queen" msgstr "Dama" -#: dialogs.c:1526 +#: dialogs.c:1600 msgid "Defer" -msgstr "" +msgstr "Diferir" -#: dialogs.c:1527 dialogs.c:1800 dialogs.c:1804 +#: dialogs.c:1601 dialogs.c:1972 dialogs.c:1976 msgid "Promote" msgstr "Coronar" -#: dialogs.c:1576 +#: dialogs.c:1616 +msgid "Chat partner:" +msgstr "Charlar con compañero:" + +#: dialogs.c:1701 +msgid "Chat box" +msgstr "Cuadro de charla" + +#: dialogs.c:1742 msgid "factory" msgstr "De fábrica" -#: dialogs.c:1577 +#: dialogs.c:1743 msgid "up" -msgstr "Arriba" +msgstr "arriba" -#: dialogs.c:1578 +#: dialogs.c:1744 msgid "down" -msgstr "Abajo" +msgstr "abajo" -#: dialogs.c:1596 +#: dialogs.c:1762 msgid "No tag selected" -msgstr "" +msgstr "Número de la etiqueta seleccionada" -#: dialogs.c:1625 -#, fuzzy +#: dialogs.c:1793 msgid "Game-list options" -msgstr "Opciones al leer partida" +msgstr "Opciones de la lista de partidas" -#: dialogs.c:1701 dialogs.c:1715 +#: dialogs.c:1869 dialogs.c:1883 msgid "Error" msgstr "Error" -#: dialogs.c:1737 +#: dialogs.c:1906 msgid "Fatal Error" msgstr "Error fatal" -#: dialogs.c:1737 +#: dialogs.c:1906 msgid "Exiting" msgstr "Saliendo" -#: dialogs.c:1747 +#: dialogs.c:1917 msgid "Information" msgstr "Información" -#: dialogs.c:1754 +#: dialogs.c:1924 msgid "Note" msgstr "Nota" -#: dialogs.c:1798 dialogs.c:1995 dialogs.c:1998 +#: dialogs.c:1970 dialogs.c:2245 dialogs.c:2248 msgid "White" msgstr "Blancas" -#: dialogs.c:1798 dialogs.c:1802 dialogs.c:1821 +#: dialogs.c:1970 dialogs.c:1974 dialogs.c:1993 msgid "Pawn" msgstr "Peón" -#: dialogs.c:1799 dialogs.c:1803 +#: dialogs.c:1971 dialogs.c:1975 msgid "Elephant" msgstr "Elefante" -#: dialogs.c:1799 dialogs.c:1803 +#: dialogs.c:1971 dialogs.c:1975 msgid "Cannon" msgstr "Cañón" -#: dialogs.c:1800 dialogs.c:1804 +#: dialogs.c:1972 dialogs.c:1976 msgid "Demote" msgstr "Degradar" -#: dialogs.c:1801 dialogs.c:1805 +#: dialogs.c:1973 dialogs.c:1977 msgid "Empty square" msgstr "Vaciar el escaque" -#: dialogs.c:1801 dialogs.c:1805 +#: dialogs.c:1973 dialogs.c:1977 msgid "Clear board" -msgstr "Limpiar el tablero " +msgstr "Limpiar el tablero" -#: dialogs.c:1802 dialogs.c:2007 dialogs.c:2010 +#: dialogs.c:1974 dialogs.c:2257 dialogs.c:2260 msgid "Black" msgstr "Negras" -#: dialogs.c:1854 menus.c:863 +#: dialogs.c:2073 menus.c:787 msgid "File" msgstr "Archivo" -#: dialogs.c:1855 menus.c:864 +#: dialogs.c:2074 menus.c:788 msgid "Edit" -msgstr "Edición" +msgstr "Editar" -#: dialogs.c:1856 menus.c:865 +#: dialogs.c:2075 menus.c:789 msgid "View" msgstr "Ver" -#: dialogs.c:1857 menus.c:866 +#: dialogs.c:2076 menus.c:790 msgid "Mode" msgstr "Modo" -#: dialogs.c:1858 menus.c:867 +#: dialogs.c:2077 menus.c:791 msgid "Action" -msgstr "Partida" +msgstr "Acción" -#: dialogs.c:1859 menus.c:868 +#: dialogs.c:2078 menus.c:792 msgid "Engine" msgstr "Motor" -#: dialogs.c:1860 menus.c:869 +#: dialogs.c:2079 menus.c:793 msgid "Options" msgstr "Opciones" -#: dialogs.c:1861 menus.c:870 +#: dialogs.c:2080 menus.c:794 msgid "Help" msgstr "Ayuda" -#: dialogs.c:1869 +#: dialogs.c:2090 msgid "<<" -msgstr "" +msgstr "<<" -#: dialogs.c:1870 +#: dialogs.c:2091 msgid "<" -msgstr "" +msgstr "<" -#: dialogs.c:1872 +#: dialogs.c:2093 msgid ">" -msgstr "" +msgstr ">" -#: dialogs.c:1873 +#: dialogs.c:2094 msgid ">>" -msgstr "" +msgstr ">>" -#: dialogs.c:2107 +#: dialogs.c:2364 msgid "Directories:" -msgstr "" +msgstr "Carpetas:" -#: dialogs.c:2108 -#, fuzzy +#: dialogs.c:2365 msgid "Files:" -msgstr "Archivo" +msgstr "Archivos:" -#: dialogs.c:2109 +#: dialogs.c:2366 msgid "by name" -msgstr "" +msgstr "por nombre" -#: dialogs.c:2110 +#: dialogs.c:2367 msgid "by type" -msgstr "" +msgstr "por tipo" -#: dialogs.c:2113 -#, fuzzy +#: dialogs.c:2370 msgid "Filename:" -msgstr "Filtro" +msgstr "Nombre del fichero:" + +#: dialogs.c:2371 +msgid "New directory" +msgstr "Nueva carpeta" -#: dialogs.c:2114 -#, fuzzy +#: dialogs.c:2372 msgid "File type:" -msgstr "Filtro" +msgstr "Tipo de fichero:" -#: dialogs.c:2195 -#, fuzzy +#: dialogs.c:2447 msgid "Contents of" -msgstr "Comentarios" +msgstr "Contenido de" + +#: dialogs.c:2473 +msgid " next page" +msgstr " siguiente página" + +#: dialogs.c:2495 +msgid "FIRST TYPE DIRECTORY NAME HERE" +msgstr "NOMBRE DEL DIRECTORIO PRIMERO AQUÍ" + +#: dialogs.c:2496 +msgid "TRY ANOTHER NAME" +msgstr "INTENTAR OTRO NOMBRE" + +#: draw.c:293 +msgid "" +"No default pieces installed\n" +"Select your own -pieceImageDirectory" +msgstr "" +"No hay piezas predeterminadas instaladas\n" +"Seleccione su propio -pieceImageDirectory" -#: engineoutput.c:107 -#, fuzzy, c-format +#: engineoutput.c:107 menus.c:630 +#, c-format msgid "Engine Output" -msgstr "Salida de motores" +msgstr "Salida del motor" #: engineoutput.c:117 #, c-format msgid "%s (%d reversible ply)" msgid_plural "%s (%d reversible plies)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s (%d media-jugada reversible)" +msgstr[1] "%s (%d medias-jugadas reversibles)" + +#: engineoutput.c:509 engineoutput.c:512 nengineoutput.c:81 nengineoutput.c:88 +msgid "NPS" +msgstr "NPS" #: gamelist.c:375 -#, fuzzy, c-format +#, c-format msgid "Reading game file (%d)" -msgstr "archivo de partidas incorrecto" +msgstr "Leyendo fichero de partidas (%d)" -#: menus.c:138 -msgid "Load game file name?" -msgstr "" +#: gtk/xboard.c:787 xaw/xboard.c:1161 +#, c-format +msgid "%s: can't cd to CHESSDIR: " +msgstr "%s: no se puede ir a la carpeta CHESSDIR: " -#: menus.c:183 -msgid "Load position file name?" -msgstr "" +#: gtk/xboard.c:796 xaw/xboard.c:1170 +#, c-format +msgid "Failed to open file '%s'\n" +msgstr "Fallo al abrir el fichero '%s'\n" -#: menus.c:189 -msgid "Save game file name?" -msgstr "" +#  TRANSLATORS: BOARDS_RANKS, BOARD_FILES translatable? +#: gtk/xboard.c:811 xaw/xboard.c:1179 +msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size" +msgstr "Recompilar con BOARD_RANKS o BOARD_FILES mayor para admitir este tamaño" -#: menus.c:198 -msgid "Save position file name?" -msgstr "" +#: gtk/xboard.c:830 xaw/xboard.c:1211 +#, c-format +msgid "%s: bad boardSize syntax %s\n" +msgstr "%s: sintaxis de boardSize incorrecta %s\n" -#: menus.c:271 +#: gtk/xboard.c:870 xaw/xboard.c:1248 #, c-format -msgid "You are not observing a game" -msgstr "" +msgid "%s: unrecognized boardSize name %s\n" +msgstr "%s: nombre de boardSize no reconocido %s\n" -#: menus.c:276 +#: gtk/xboard.c:911 xaw/xboard.c:1285 #, c-format -msgid "Found unexpected active ICS engine analyze \n" -msgstr "" +msgid "%s: too few colors available; trying monochrome mode\n" +msgstr "%s: insuficientes colores disponibles: probando modo monocromo\n" -#: menus.c:290 +#: gtk/xboard.c:1201 xaw/xboard.c:1567 #, c-format -msgid "ICS engine analyze starting... \n" -msgstr "" +msgid "Unable to create font set for %s.\n" +msgstr "No se ha podido crear conjunto de fuentes para %s.\n" -#: menus.c:430 +#: gtk/xboard.c:1226 xaw/xboard.c:1590 +#, c-format +msgid "%s: no fonts match pattern %s\n" +msgstr "%s: ninguna fuente concuerda con el patrón %s\n" + +#: gtk/xboard.c:1665 xaw/xboard.c:2080 +msgid "Can't open temp file" +msgstr "No se puede abrir el fichero temporal" + +#: gtk/xboard.c:2128 +msgid "Failed to open file" +msgstr "Fallo al abrir fichero" + +#: menus.c:134 +msgid "Load game file name?" +msgstr "¿Nombre del fichero de partidas para cargar?" + +#: menus.c:179 +msgid "Load position file name?" +msgstr "¿Nombre del fichero de posiciones para cargar?" + +#: menus.c:185 +msgid "Save game file name?" +msgstr "¿Nombre del fichero de partidas para guardar?" + +#: menus.c:194 +msgid "Save position file name?" +msgstr "¿Nombre del fichero de posiciones para guardar?" + +#: menus.c:358 msgid " (with Zippy code)" -msgstr "" +msgstr " (con el código de Zippy)" -#: menus.c:435 +#: menus.c:363 #, c-format msgid "" "%s%s\n" "\n" "Copyright 1991 Digital Equipment Corporation\n" -"Enhancements Copyright 1992-2012 Free Software Foundation\n" +"Enhancements Copyright 1992-2013 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" +"%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" +"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 "" +"%s%s\n" +"\n" +"Copyright 1991 Digital Equipment Corporation\n" +"Copyright de las mejoras 1992-2013 Free Software Foundation\n" +"Copyright de las mejoras 2005 Alessandro Scotti\n" +"\n" +"%s es software libre SIN NINGUNA GARANTÍA; ver el fichero COPYING para más información.\n" +"La versión de GTK utilizada es experimental e inestable\n" +"\n" +"Visite XBoard en la web en: http://www.gnu.org/software/xboard/\n" +"Obtenga las características más recientes en: http://www.gnu.org/software/xboard/whats_new.html\n" +"\n" +"Informe de errores por correo a: \n" +"\n" -#: menus.c:446 menus.c:824 +#: menus.c:375 menus.c:750 msgid "About XBoard" msgstr "Acerca de XBoard" -#: menus.c:651 -msgid "New Game Ctrl+N" -msgstr "Nueva partida Ctrl+N" +#: menus.c:582 +msgid "New Game" +msgstr "Nueva partida" -#: menus.c:652 +#: menus.c:583 msgid "New Shuffle Game ..." msgstr "Nueva partida revuelta..." -#: menus.c:653 -msgid "New Variant ... Alt+Shift+V" -msgstr "Nueva variante... Alt+Mayús+V" +#: menus.c:584 +msgid "New Variant ..." +msgstr "Nueva variante ..." -#: menus.c:655 -msgid "Load Game Ctrl+O" -msgstr "Leer partida... Ctrl+O" +#: menus.c:586 +msgid "Load Game" +msgstr "Cargar partida" -#: menus.c:656 -msgid "Load Position Ctrl+Shift+O" -msgstr "Leer posición... Ctrl+Mayús+O" +#: menus.c:587 +msgid "Load Position" +msgstr "Cargar posición" -#: menus.c:660 -msgid "Next Position Shift+PgDn" -msgstr "" +#: menus.c:588 +msgid "Next Position" +msgstr "Siguiente posición" -#: menus.c:661 -msgid "Prev Position Shift+PgUp" -msgstr "" +#: menus.c:589 +msgid "Prev Position" +msgstr "Posición previa" -#: menus.c:664 -msgid "Save Game Ctrl+S" -msgstr "Guardar partida... Ctrl+S" +#: menus.c:591 +msgid "Save Game" +msgstr "Guardar partida" -#: menus.c:665 -msgid "Save Position Ctrl+Shift+S" -msgstr "Guardar posición... Ctrl+Mayús+S" +#: menus.c:592 +msgid "Save Position" +msgstr "Guardar posición" -#: menus.c:667 +#: menus.c:593 +msgid "Save Games as Book" +msgstr "Guardar partidas como libro" + +#: menus.c:595 msgid "Mail Move" -msgstr "" +msgstr "Jugada por correo" -#: menus.c:668 +#: menus.c:596 msgid "Reload CMail Message" -msgstr "" +msgstr "Volver a cargar mensaje CMail" -#: menus.c:670 -msgid "Quit Ctr+Q" -msgstr "Salir" +#: menus.c:598 +msgid "Quit " +msgstr "Salir " -#: menus.c:675 -msgid "Copy Game Ctrl+C" -msgstr "Copiar partida Ctrl+C" +#: menus.c:603 +msgid "Copy Game" +msgstr "Copiar partida" -#: menus.c:676 -msgid "Copy Position Ctrl+Shift+C" -msgstr "Copiar posición Alt+Mayús+C" +#: menus.c:604 +msgid "Copy Position" +msgstr "Copiar posición" -#: menus.c:677 +#: menus.c:605 msgid "Copy Game List" msgstr "Copiar lista de partidas" -#: menus.c:679 -msgid "Paste Game Ctrl+V" -msgstr "Pegar partida Ctrl+V" +#: menus.c:607 +msgid "Paste Game" +msgstr "Pegar partida" -#: menus.c:680 -msgid "Paste Position Ctrl+Shift+V" -msgstr "Pegar posición Alt+Mayús+V" +#: menus.c:608 +msgid "Paste Position" +msgstr "Pegar posición" -#: menus.c:682 -msgid "Edit Game Ctrl+E" -msgstr "Editar partida Ctrl+E" +#: menus.c:610 menus.c:652 +msgid "Edit Game" +msgstr "Editar partida" -#: menus.c:683 -msgid "Edit Position Ctrl+Shift+E" -msgstr "Editar posición Ctrl+Mayús+E" +#: menus.c:611 menus.c:653 +msgid "Edit Position" +msgstr "Editar posición" -#: menus.c:684 +#: menus.c:612 msgid "Edit Tags" -msgstr "Editar circunstancias" +msgstr "Editar etiquetas" -#: menus.c:685 +#: menus.c:613 msgid "Edit Comment" -msgstr "Editar comentarios" +msgstr "Editar comentario" -#: menus.c:686 -#, fuzzy +#: menus.c:614 msgid "Edit Book" -msgstr "Repertorio de aperturas..." +msgstr "Editar libro" -#: menus.c:688 -msgid "Revert Home" -msgstr "Revertir Home" +#: menus.c:616 +msgid "Revert" +msgstr "Revertir" -#: menus.c:689 +#: menus.c:617 msgid "Annotate" msgstr "Anotar" -#: menus.c:690 -msgid "Truncate Game End" -msgstr "Truncar partida End" +#: menus.c:618 +msgid "Truncate Game" +msgstr "Truncar partida" -#: menus.c:692 -msgid "Backward Alt+Left" -msgstr "Jugada anterior Alt+Izquierda" +#: menus.c:620 +msgid "Backward" +msgstr "Hacia atrás" -#: menus.c:693 -msgid "Forward Alt+Right" -msgstr "Siguiente jugada Alt+Derecha" - -#: menus.c:694 -msgid "Back to Start Alt+Home" -msgstr "Primera jugada Alt+Inicio" +#: menus.c:621 +msgid "Forward" +msgstr "Hacia delante" -#: menus.c:695 -msgid "Forward to End Alt+End" -msgstr "Ultima jugada Alt+Fin" +#: menus.c:622 +msgid "Back to Start" +msgstr "Volver a empezar" -#: menus.c:700 -msgid "Flip View F2" -msgstr "Tablero invertido F2" +#: menus.c:623 +msgid "Forward to End" +msgstr "Avanzar hasta el final" -#: menus.c:702 -msgid "Engine Output Alt+Shift+O" -msgstr "Mostrar salida del motor Alt+Mayús+O" +#: menus.c:628 +msgid "Flip View" +msgstr "Voltear vista" -#: menus.c:703 -msgid "Move History Alt+Shift+H" -msgstr "Mostrar lista de jugadas Alt+Mayús+H" +#: menus.c:631 +msgid "Move History" +msgstr "Historial de jugadas" -#: menus.c:704 -msgid "Evaluation Graph Alt+Shift+E" -msgstr "Mostrar gráfica de evaluación Alt+Mayús+E" +#: menus.c:632 +msgid "Evaluation Graph" +msgstr "Gráfica de evaluación" -#: menus.c:705 -msgid "Game List Alt+Shift+G" -msgstr "Mostrar lista de partidas Alt+Mayús+G" +#: menus.c:633 +msgid "Game List" +msgstr "Lista de partidas" -#: menus.c:709 +#: menus.c:637 msgid "Comments" msgstr "Comentarios" -#: menus.c:710 +#: menus.c:638 msgid "ICS Input Box" -msgstr "" +msgstr "Cuatro de entrada ICS" + +#: menus.c:639 +msgid "Open Chat Window" +msgstr "Abrir ventana de conversación" -#: menus.c:712 +#: menus.c:641 msgid "Board..." -msgstr "Opciones del tablero..." +msgstr "Tablero..." -#: menus.c:713 +#: menus.c:642 msgid "Game List Tags..." -msgstr "Opciones de lista de partidas..." +msgstr "Etiquetas de la lista de partidas..." -#: menus.c:718 -msgid "Machine White Ctrl+W" -msgstr "El programa juega con blancas Ctrl+W" +#: menus.c:647 +msgid "Machine White" +msgstr "El programa con blancas" -#: menus.c:719 -msgid "Machine Black Ctrl+B" -msgstr "El programa juega con negras Ctrl+B" - -#: menus.c:720 -msgid "Two Machines Ctrl+T" -msgstr "Juegan dos programas Ctrl+T" - -#: menus.c:721 -msgid "Analysis Mode Ctrl+A" -msgstr "Análisis Ctrl+A" +#: menus.c:648 +msgid "Machine Black" +msgstr "El programa con negras" -#: menus.c:722 -#, fuzzy -msgid "Analyze Game Ctrl+G" -msgstr "Analizar archivo Ctrl+F" +#: menus.c:649 +msgid "Two Machines" +msgstr "Dos programas" -#: menus.c:723 -msgid "Edit Game Ctrl+E" -msgstr "Editar partida Ctrl+E" +#: menus.c:650 +msgid "Analysis Mode" +msgstr "Modo de análisis" -#: menus.c:724 -msgid "Edit Position Ctrl+Shift+E" -msgstr "Editar posición Ctrl+Mayús+E" +#: menus.c:651 +msgid "Analyze Game" +msgstr "Analizar partida" -#: menus.c:725 +#: menus.c:654 msgid "Training" msgstr "Entrenamiento" -#: menus.c:726 +#: menus.c:655 msgid "ICS Client" -msgstr "Conectado a un ICS" +msgstr "Cliente ICS" -#: menus.c:728 +#: menus.c:657 msgid "Machine Match" msgstr "Torneo de dos programas" -#: menus.c:729 -msgid "Pause Pause" -msgstr "Pausa Pausa" +#: menus.c:658 +msgid "Pause" +msgstr "Pausa" -#: menus.c:734 -msgid "Accept F3" -msgstr "Acepto F3" +#: menus.c:663 +msgid "Accept" +msgstr "Aceptar" -#: menus.c:735 -msgid "Decline F4" -msgstr "Rehuso F4" +#: menus.c:664 +msgid "Decline" +msgstr "Declinar" -#: menus.c:736 -msgid "Rematch F12" -msgstr "Pido desquite F12" +#: menus.c:665 +msgid "Rematch" +msgstr "Revancha" -#: menus.c:738 -msgid "Call Flag F5" -msgstr "Pedir la bandera F5" +#: menus.c:667 +msgid "Call Flag" +msgstr "Pedir la bandera" -#: menus.c:739 -msgid "Draw F6" -msgstr "Tablas F6" +#: menus.c:668 +msgid "Draw" +msgstr "Tablas" -#: menus.c:740 -msgid "Adjourn F7" -msgstr "Aplazamiento F7" +#: menus.c:669 +msgid "Adjourn" +msgstr "Aplazar" -#: menus.c:741 -msgid "Abort F8" -msgstr "Anulación F8" +#: menus.c:670 +msgid "Abort" +msgstr "Abortar" -#: menus.c:742 -msgid "Resign F9" -msgstr "Me rindo F9" +#: menus.c:671 +msgid "Resign" +msgstr "Rendirse" -#: menus.c:744 -msgid "Stop Observing F10" -msgstr "Dejo de observar F10" +#: menus.c:673 +msgid "Stop Observing" +msgstr "Dejar de observar" -#: menus.c:745 -msgid "Stop Examining F11" -msgstr "Dejo de examinar F11" +#: menus.c:674 +msgid "Stop Examining" +msgstr "Dejar de examinar" -#: menus.c:746 +#: menus.c:675 msgid "Upload to Examine" msgstr "Enviar para examinar" -#: menus.c:748 +#: menus.c:677 msgid "Adjudicate to White" msgstr "Adjudicar a blancas" -#: menus.c:749 +#: menus.c:678 msgid "Adjudicate to Black" msgstr "Adjudicar a negras" -#: menus.c:750 +#: menus.c:679 msgid "Adjudicate Draw" msgstr "Adjudicar tablas" -#: menus.c:755 +#: menus.c:684 msgid "Load New 1st Engine ..." -msgstr "" +msgstr "Cargar un nuevo primer motor ..." -#: menus.c:756 +#: menus.c:685 msgid "Load New 2nd Engine ..." -msgstr "" +msgstr "Cargar un nuevo segundo motor ..." -#: menus.c:758 +#: menus.c:687 msgid "Engine #1 Settings ..." -msgstr "Configuración motor #1..." +msgstr "Configuración del motor #1..." -#: menus.c:759 +#: menus.c:688 msgid "Engine #2 Settings ..." -msgstr "Configuración motor #2..." +msgstr "Configuración del motor #2..." -#: menus.c:761 +#: menus.c:690 msgid "Hint" -msgstr "Dame una pista..." +msgstr "Pista" -#: menus.c:762 +#: menus.c:691 msgid "Book" -msgstr "Repertorio de aperturas..." +msgstr "Repertorio de aperturas" -#: menus.c:764 -msgid "Move Now Ctrl+M" -msgstr "Forzar jugada Ctrl+M" +#: menus.c:693 +msgid "Move Now" +msgstr "Mover ahora" -#: menus.c:765 -msgid "Retract Move Ctrl+X" -msgstr "Revocar jugada Ctrl+X" +#: menus.c:694 +msgid "Retract Move" +msgstr "Revocar jugada" -#: menus.c:771 +#: menus.c:700 msgid "General ..." -msgstr "Generales..." +msgstr "General..." -#: menus.c:773 -msgid "Time Control ... Alt+Shift+T" +#: menus.c:702 +msgid "Time Control ..." msgstr "Controles de tiempo..." -#: menus.c:774 -msgid "Common Engine ... Alt+Shift+U" -msgstr "Para los motores... Alt+Mayús+U" +#: menus.c:703 +msgid "Common Engine ..." +msgstr "General de los motores..." -#: menus.c:775 -msgid "Adjudications ... Alt+Shift+J" -msgstr "Adjudicaciones... Alt+Mayús+J" +#: menus.c:704 +msgid "Adjudications ..." +msgstr "Adjudicaciones..." -#: menus.c:776 +#: menus.c:705 msgid "ICS ..." -msgstr "ICS..." +msgstr "ICS ..." -#: menus.c:777 +#: menus.c:706 msgid "Match ..." -msgstr "" +msgstr "Encuentro ..." -#: menus.c:778 +#: menus.c:707 msgid "Load Game ..." -msgstr "Para leer partida... Alt+Mayús+L" +msgstr "Cargar partida ..." -#: menus.c:779 +#: menus.c:708 msgid "Save Game ..." -msgstr "Para guardar partida... Alt+Mayús+S" +msgstr "Guardar partida ..." -#: menus.c:781 +#: menus.c:709 msgid "Game List ..." -msgstr "Lista de partidas..." +msgstr "Lista de partidas ..." -#: menus.c:782 +#: menus.c:710 msgid "Sounds ..." -msgstr "Sonido..." - -#: menus.c:785 -msgid "Always Queen Ctrl+Shift+Q" -msgstr "Siempre dama Ctrl+Mayús+Q" - -#: menus.c:787 -msgid "Animate Moving Ctrl+Shift+A" -msgstr "Animar movimiento Ctrl+Mayús+A" +msgstr "Sonidos ..." -#: menus.c:788 -msgid "Auto Flag Ctrl+Shift+F" -msgstr "Bandera automática Ctrl+Mayús+F" +#: menus.c:713 +msgid "Always Queen" +msgstr "Siempre dama" -#: menus.c:791 +#: menus.c:719 msgid "Flash Moves" -msgstr "" +msgstr "Destello en las jugadas" -#: menus.c:793 +#: menus.c:721 msgid "Highlight Dragging" msgstr "Iluminar arrastre" -#: menus.c:796 +#: menus.c:724 msgid "Highlight With Arrow" msgstr "Iluminar con flecha" -#: menus.c:800 +#: menus.c:725 +msgid "Move Sound" +msgstr "Sonido en jugadas" + +#: menus.c:727 msgid "Periodic Updates" msgstr "Actualización periódica" -#: menus.c:801 -msgid "Ponder Next Move Ctrl+Shift+P" -msgstr "Prever próx.jugada Ctrl+Mayús+P" - -#: menus.c:802 +#: menus.c:729 msgid "Popup Exit Message" -msgstr "Ventana al salir" +msgstr "Mensaje de salida en venta emergente" -#: menus.c:805 +#: menus.c:731 msgid "Show Coords" msgstr "Mostrar coordenadas" -#: menus.c:806 -msgid "Hide Thinking Ctrl+Shift+H" -msgstr "Ocultar cogitación Ctrl+Mayús+H" - -#: menus.c:807 -msgid "Test Legality Ctrl+Shift+L" -msgstr "Checar legalidad Ctrl+Mayús+L" +#: menus.c:732 +msgid "Hide Thinking" +msgstr "Ocultar cogitaciones" -#: menus.c:810 +#: menus.c:736 msgid "Save Settings Now" -msgstr "Salvar config. ahora" +msgstr "Guardar config. ahora" -#: menus.c:811 +#: menus.c:737 msgid "Save Settings on Exit" -msgstr "Salvar config. al salir del programa" +msgstr "Guardar config. al salir del programa" -#: menus.c:816 +#: menus.c:742 msgid "Info XBoard" -msgstr "" +msgstr "Información XBoard" -#: menus.c:817 -msgid "Man XBoard F1" -msgstr "" +#: menus.c:743 +msgid "Man XBoard" +msgstr "Manual de XBoard" -#: menus.c:819 +#: menus.c:745 msgid "XBoard Home Page" -msgstr "" +msgstr "Página web de XBoard" -#: menus.c:820 +#: menus.c:746 msgid "On-line User Guide" -msgstr "" +msgstr "Guía del usuario en línea" -#: menus.c:821 +#: menus.c:747 msgid "Development News" -msgstr "" +msgstr "Noticias sobre el desarrollo" -#: menus.c:822 +#: menus.c:748 msgid "e-Mail Bug Report" -msgstr "" +msgstr "correo-e para informar de errores" -#: nengineoutput.c:74 nengineoutput.c:81 -#, fuzzy +#: nengineoutput.c:78 nengineoutput.c:85 msgid "engine name" -msgstr "Motor" +msgstr "nombre del motor" -#: nengineoutput.c:76 nengineoutput.c:83 -#, fuzzy +#: nengineoutput.c:80 nengineoutput.c:87 msgid "move" -msgstr "jugadas" - -#: nengineoutput.c:77 nengineoutput.c:84 -msgid "NPS" -msgstr "NPS" +msgstr "jugada" -#: nengineoutput.c:118 +#: nengineoutput.c:153 msgid "Engine output" -msgstr "Salida de motores" +msgstr "Salida del motor" -#: nengineoutput.c:122 +#: nengineoutput.c:157 msgid "" "Mismatch of STRIDE in nengineoutput.c\n" "Change and recompile!" msgstr "" +"STRIDE desajustado en nengineoutput.c\n" +"¡Cambiar y recompilar!" + +#: nevalgraph.c:68 +msgid "Evaluation graph" +msgstr "Gráfica de evaluación" + +#: nevalgraph.c:105 +msgid "Eval" +msgstr "Evaluación" #: ngamelist.c:87 -#, fuzzy msgid "find position" -msgstr "archivo de posición incorrecto" +msgstr "encontrar posición" #: ngamelist.c:88 msgid "narrow" -msgstr "" +msgstr "estrecho" #: ngamelist.c:89 msgid "thresholds" -msgstr "" +msgstr "umbrales" #: ngamelist.c:90 -#, fuzzy msgid "tags" -msgstr "Circunstancias" +msgstr "etiquetas" #: ngamelist.c:91 msgid "next" -msgstr "" +msgstr "siguiente" #: ngamelist.c:92 msgid "close" -msgstr "" +msgstr "cerrar" #: ngamelist.c:116 msgid "No game selected" @@ -2609,78 +2760,77 @@ msgstr "Ya no se puede ir más adelante" #: ngamelist.c:192 #, c-format msgid "Scanning through games (%d)" -msgstr "" +msgstr "Explorando partidas (%d)" #: ngamelist.c:211 msgid "previous page" -msgstr "" +msgstr "página anterior" #: ngamelist.c:214 msgid "next page" -msgstr "" +msgstr "página siguiente" #: ngamelist.c:217 msgid "no games matched your request" -msgstr "" +msgstr "ninguna partida responde a su búsqueda" #: ngamelist.c:219 -#, fuzzy, c-format +#, c-format msgid "%s - %d/%d games (%d-%d-%d)" -msgstr "Partida %s vs. %s: puntuación final %d-%d-%d" +msgstr "%s - %d/%d partidas (%d-%d-%d)" -#: ngamelist.c:273 +#: ngamelist.c:274 msgid "There is no game list" msgstr "No hay lista de partidas" -#: ngamelist.c:354 -#, fuzzy -msgid "Game list not loaded or empty" -msgstr "Ninguna partida se ha cargado aún" +#: nhistory.c:109 +msgid "Move list" +msgstr "Lista de jugadas" -#: usystem.c:220 +#: usystem.c:222 #, c-format msgid "%s: unrecognized color %s\n" -msgstr "" +msgstr "%s: color no reconocido %s\n" -#: usystem.c:228 +#: usystem.c:230 #, c-format msgid "%s: can't parse foreground color in `%s'\n" -msgstr "" +msgstr "%s: no se puede analizar el color de primer plano en `%s'\n" -#: usystem.c:257 +#: usystem.c:259 #, c-format msgid "%s: can't parse color names; disabling colorization\n" -msgstr "" +msgstr "%s: no se puede analizar los nombres de los colores; desactivando colorido\n" -#: usystem.c:369 +#: usystem.c:371 #, c-format msgid "ERROR: Unknown user %s (in path %s)\n" -msgstr "" +msgstr "ERROR: usuario desconocido %s (en carpeta %s)\n" -#: usystem.c:554 +#: usystem.c:556 msgid "Socket support is not configured in" -msgstr "" +msgstr "La capacidad de «socket» no está configurada en" -#: usystem.c:643 +#: usystem.c:645 msgid "internal rcmd not implemented for Unix" -msgstr "" +msgstr "rcmd interno no implementado para Unix" -#: xboard.c:566 +#: xaw/xboard.c:477 #, c-format msgid "%s: Can't access XPM directory %s\n" -msgstr "" +msgstr "%s: No se puede acceder a la carpeta XPM %s\n" -#: xboard.c:587 +#: xaw/xboard.c:498 #, c-format msgid "Available `%s' sizes:\n" -msgstr "" +msgstr "Disponibles `%s' tamaños:\n" -#: xboard.c:620 +#: xaw/xboard.c:531 #, c-format msgid "Error: No `%s' files!\n" -msgstr "" +msgstr "¡Error: no hay ficheros `%s'!\n" -#: xboard.c:633 +#: xaw/xboard.c:544 #, c-format msgid "" "Warning: No DIR structure found on this system --\n" @@ -2688,270 +2838,41 @@ msgid "" " Please report this error to %s.\n" " Include system type & operating system in message.\n" msgstr "" +"ATENCIÓN: No se ha encontrado estructura DIR en este sistema --\n" +" No se puede asignar tamaño automáticamente a las piezas XPM/XIM.\n" +" Por favor, informe de este error a %s.\n" +" Incluya en su mensaje el tipo de sistema y de sistema operativo.\n" -#: xboard.c:1226 -#, c-format -msgid "%s: can't cd to CHESSDIR: " -msgstr "" - -#: xboard.c:1235 -#, c-format -msgid "Failed to open file '%s'\n" -msgstr "" - -#: xboard.c:1244 -msgid "Recompile with larger BOARD_RANKS or BOARD_FILES to support this size" -msgstr "" - -#: xboard.c:1282 -#, c-format -msgid "%s: bad boardSize syntax %s\n" -msgstr "" - -#: xboard.c:1319 -#, c-format -msgid "%s: unrecognized boardSize name %s\n" -msgstr "" - -#: xboard.c:1338 -#, c-format -msgid "Error expanding path name \"%s\"\n" -msgstr "" - -#: xboard.c:1343 -#, c-format -msgid "" -"XBoard square size (hint): %d\n" -"%s fulldir:%s:\n" -msgstr "" - -#: xboard.c:1349 -#, c-format -msgid "Closest %s size: %d\n" -msgstr "" - -#: xboard.c:1374 -#, c-format -msgid "%s: too few colors available; trying monochrome mode\n" -msgstr "" - -#: xboard.c:1380 +#: xaw/xboard.c:1291 #, c-format msgid "white pixel = 0x%lx, black pixel = 0x%lx\n" -msgstr "" +msgstr "pixel blanco = 0x%lx, pixel negro = 0x%lx\n" -#: xboard.c:1643 -#, c-format -msgid "Unable to create font set for %s.\n" -msgstr "" - -#: xboard.c:1666 -#, c-format -msgid "%s: no fonts match pattern %s\n" -msgstr "" - -#: xboard.c:1708 -#, c-format -msgid "" -"resolved %s at pixel size %d\n" -" to %s\n" -msgstr "" - -#: xboard.c:1819 -#, c-format -msgid "%s: error loading XIM!\n" -msgstr "" - -#: xboard.c:1917 -msgid "XIM pieces cannot be used in monochrome mode" -msgstr "" - -#: xboard.c:1921 -#, c-format -msgid "" -"\n" -"Loading XIMs...\n" -msgstr "" - -#: xboard.c:1936 xboard.c:1959 xboard.c:1966 xboard.c:2082 xboard.c:2119 -#: xboard.c:2130 -#, c-format -msgid "(File:%s:) " -msgstr "" - -#: xboard.c:1954 xboard.c:2112 -#, c-format -msgid "light square " -msgstr "" - -#: xboard.c:1962 xboard.c:2126 -#, c-format -msgid "dark square " -msgstr "" - -#: xboard.c:1973 xboard.c:2139 -#, c-format -msgid "Done.\n" -msgstr "" - -#: xboard.c:2037 -msgid "XPM pieces cannot be used in monochrome mode" -msgstr "" - -#: xboard.c:2047 -#, c-format -msgid "No builtin XPM pieces of size %d\n" -msgstr "" - -#: xboard.c:2057 -#, c-format -msgid "Error %d loading XPM image \"%s\"\n" -msgstr "" - -#: xboard.c:2070 -#, c-format -msgid "" -"\n" -"Loading XPMs...\n" -msgstr "" - -#: xboard.c:2093 -#, c-format -msgid "(Replace by File:%s:) " -msgstr "" - -#: xboard.c:2100 xboard.c:2123 xboard.c:2134 -#, c-format -msgid "Error %d loading XPM file \"%s\"\n" -msgstr "" - -#: xboard.c:2222 -#, c-format -msgid "Can't open bitmap file %s" -msgstr "" - -#: xboard.c:2225 -#, c-format -msgid "Invalid bitmap in file %s" -msgstr "" - -#: xboard.c:2228 -#, c-format -msgid "Ran out of memory reading bitmap file %s" -msgstr "" - -#: xboard.c:2232 -#, c-format -msgid "Unknown XReadBitmapFile error %d on file %s" -msgstr "" - -#: xboard.c:2236 -#, c-format -msgid "%s: %s...using built-in\n" -msgstr "" - -#: xboard.c:2240 -#, c-format -msgid "%s: Bitmap %s is %dx%d, not %dx%d...using built-in\n" -msgstr "" - -#: xboard.c:3048 -msgid "Can't open temp file" -msgstr "" - -#: xengineoutput.c:114 +#: xaw/xengineoutput.c:114 #, c-format msgid "Error %d loading icon image\n" -msgstr "" +msgstr "Error %d cargando imagen de icono\n" -#: xevalgraph.c:97 -msgid "Evaluation graph" -msgstr "Gráfica de evaluación" - -#: xevalgraph.c:199 -msgid "Eval" -msgstr "" +#: xaw/xoptions.c:321 xaw/xoptions.c:1015 +msgid "browse" +msgstr "navegar" -#: xhistory.c:154 -msgid "Move list" -msgstr "" +#: xaw/xoptions.c:387 xaw/xoptions.c:388 +msgid "Ctrl" +msgstr "Ctrl" -#: xoptions.c:303 xoptions.c:835 -msgid "browse" -msgstr "" +#: xaw/xoptions.c:393 xaw/xoptions.c:394 +msgid "Alt" +msgstr "Alt" -#: xoptions.c:747 -#, fuzzy -msgid "Engine has no options" -msgstr "Primero tiene libro propio" +#: xaw/xoptions.c:399 xaw/xoptions.c:400 +msgid "Shift" +msgstr "Mayús" -#: xoptions.c:1077 +#: xaw/xoptions.c:1262 msgid "OK" msgstr "Aceptar" -#: xoptions.c:1081 +#: xaw/xoptions.c:1266 msgid "cancel" msgstr "Cancelar" - -#: args.h:784 -#, c-format -msgid "%s in settings file\n" -msgstr "" - -#: args.h:794 -#, c-format -msgid "Bad integer value %s" -msgstr "" - -#: args.h:885 args.h:1103 -#, c-format -msgid "Unrecognized argument %s" -msgstr "" - -#: args.h:914 -#, c-format -msgid "No value provided for argument %s" -msgstr "" - -#: args.h:974 -#, c-format -msgid "Incomplete \\ escape in value for %s" -msgstr "" - -#: args.h:1058 -#, c-format -msgid "Failed to open indirection file %s" -msgstr "" - -#: args.h:1075 -#, c-format -msgid "Unrecognized boolean argument value %s" -msgstr "" - -#~ msgid "Drop" -#~ msgstr "Soltar" - -#, fuzzy -#~ msgid "could not open: " -#~ msgstr "No se pudo analizar la jugada" - -#~ msgid "Promotion" -#~ msgstr "Coronación" - -#~ msgid "ok" -#~ msgstr "Aceptar" - -#~ msgid "Highlight Dragging (Show Move Targets)" -#~ msgstr "Iluminar arrastre" - -#~ msgid "White " -#~ msgstr "Blancas " - -#~ msgid "Black " -#~ msgstr "Negras " - -#~ msgid "Close" -#~ msgstr "Cerrar" - -#~ msgid "sec/move" -#~ msgstr "segundos por jugada"