1.1 --- a/po/es.po Wed Jul 30 02:24:06 2008 +0000
1.2 +++ b/po/es.po Sat Jun 13 00:50:48 2009 +0000
1.5 "Project-Id-Version: lxdream 0.8.3\n"
1.6 "Report-Msgid-Bugs-To: \n"
1.7 -"POT-Creation-Date: 2008-07-30 12:21+1000\n"
1.8 +"POT-Creation-Date: 2009-06-12 19:52+1000\n"
1.9 "PO-Revision-Date: 2007-12-18 17:29+0430\n"
1.10 "Last-Translator:Jesus Segnini (the0ne) segnini75@hotmail.com\n"
1.11 "Language-Team: ES <trans-es@lxdream.org>\n"
1.13 "Content-Type: text/plain; charset=utf-8\n"
1.14 "Content-Transfer-Encoding: 8bit\n"
1.16 -#: src/cocoaui/cocoa_ctrl.c:316 src/gtkui/gtk_ctrl.c:286
1.17 +#: src/cocoaui/cocoa_ctrl.m:342 src/gtkui/gtk_ctrl.c:294
1.22 -#: src/cocoaui/cocoa_win.c:176 src/gtkui/gtk_win.c:317
1.23 -msgid "(Press <ctrl><alt> to release grab)"
1.26 -#: src/cocoaui/cocoa_win.c:188 src/gtkui/gtk_win.c:327
1.30 -#: src/cocoaui/cocoa_win.c:191 src/gtkui/gtk_win.c:327
1.34 -#: src/cocoaui/cocoaui.c:378
1.35 +#: src/cocoaui/cocoaui.m:404
1.37 msgid "Running (%2.4f%%)"
1.41 +#: src/cocoaui/cocoa_win.m:192 src/gtkui/gtk_win.c:356
1.42 +msgid "(Press <ctrl><alt> to release grab)"
1.45 +#: src/cocoaui/cocoa_win.m:204 src/gtkui/gtk_win.c:366
1.49 +#: src/cocoaui/cocoa_win.m:207 src/gtkui/gtk_win.c:366
1.56 msgstr "Rom de la bios"
1.62 msgstr "Rom de la flash"
1.64 -#: src/config.c:41 src/gtkui/gtk_path.c:28
1.65 +#: src/config.c:43 src/gtkui/gtk_path.c:28
1.66 msgid "Default disc path"
1.67 msgstr "Ruta por defecto al disco"
1.72 msgid "Save-state path"
1.73 msgstr "Guardar ruta de estado"
1.75 -#: src/config.c:43 src/gtkui/gtk_path.c:29
1.76 +#: src/config.c:45 src/gtkui/gtk_path.c:29
1.77 msgid "Bootstrap IP.BIN"
1.78 msgstr "Bootstrap IP.BIN"
1.82 msgid "Serial device"
1.85 +#: src/dreamcast.c:192
1.87 +"No program is loaded, and no BIOS is configured (required to boot a CD "
1.88 +"image). To continue, either load a binary program, or set the path to your "
1.89 +"BIOS file in the Path Preferences"
1.92 +#: src/dreamcast.c:324
1.94 +msgid "File is not a %s save state"
1.97 +#: src/dreamcast.c:329
1.99 +msgid "Unsupported %s save state version"
1.102 +#: src/dreamcast.c:334
1.104 +msgid "%s save state is corrupted (bad module count)"
1.107 #: src/drivers/audio_alsa.c:35
1.108 msgid "Audio output device"
1.111 msgid "Null (no audio) driver"
1.114 -#: src/drivers/audio_osx.c:119
1.115 +#: src/drivers/audio_osx.m:119
1.116 msgid "OS X CoreAudio system driver"
1.119 @@ -88,15 +110,27 @@
1.120 msgid "PulseAudio sound server driver"
1.123 +#: src/drivers/audio_sdl.c:125
1.124 +msgid "SDL sound driver"
1.127 +#. Sense key 2 == Not Ready (ie temporary failure). Just ignore and
1.128 +#. * consider the drive empty for now, but warn about any other errors
1.130 +#: src/drivers/cd_mmc.c:182
1.132 +msgid "Unable to read disc table of contents (error %04x)"
1.135 #: src/drivers/video_gtk.c:132
1.136 msgid "GTK-based OpenGL driver"
1.139 -#: src/drivers/video_null.c:58
1.140 +#: src/drivers/video_null.c:62
1.141 msgid "Null (no video) driver"
1.144 -#: src/drivers/video_osx.c:45
1.145 +#: src/drivers/video_osx.m:45
1.146 msgid "OS X Cocoa GUI-based OpenGL driver"
1.149 @@ -104,24 +138,53 @@
1.153 -#: src/gtkui/gtk_ctrl.c:64 src/gtkui/gtk_ctrl.c:93
1.154 +#: src/gtkui/gtkcb.c:36
1.156 +msgstr "Todos los archivos"
1.158 +#: src/gtkui/gtkcb.c:139
1.159 +msgid "Load state..."
1.160 +msgstr "Cargar estado..."
1.162 +#: src/gtkui/gtkcb.c:144 src/gtkui/gtkcb.c:175
1.163 +msgid "lxDream Save State (*.dst)"
1.164 +msgstr "Estado guardado LxDream (*.dst)"
1.166 +#: src/gtkui/gtkcb.c:237 src/gtkui/gtk_dump.c:69
1.167 +msgid "Memory dump"
1.168 +msgstr "Volcado de memoria"
1.170 +#: src/gtkui/gtkcb.c:250
1.171 +msgid "Save next scene..."
1.172 +msgstr "Guardar proxima escena"
1.174 +#: src/gtkui/gtkcb.c:250
1.175 +msgid "lxdream scene file (*.dsc)"
1.176 +msgstr "Archivo de escena de lxdream (*.dsc)"
1.178 +#: src/gtkui/gtkcb.c:265
1.179 +msgid "No address selected, so can't run to it"
1.180 +msgstr "No ha seleccionado una direccion, no puede ir alla entonces"
1.182 +#: src/gtkui/gtk_ctrl.c:72 src/gtkui/gtk_ctrl.c:101 src/gtkui/gtk_hotkeys.c:50
1.183 +#: src/gtkui/gtk_hotkeys.c:79
1.184 msgid "<press key>"
1.185 msgstr "<presione una tecla>"
1.187 -#: src/gtkui/gtk_ctrl.c:193
1.188 +#: src/gtkui/gtk_ctrl.c:201
1.189 msgid "Controller Configuration"
1.190 msgstr "Configuracion del mando"
1.192 -#: src/gtkui/gtk_ctrl.c:212
1.193 +#: src/gtkui/gtk_ctrl.c:220
1.194 msgid "No configuration page available for device type"
1.196 "No hay pagina de configuracion disponible para este tipo de dispositivo"
1.198 -#: src/gtkui/gtk_ctrl.c:289
1.199 +#: src/gtkui/gtk_ctrl.c:297
1.203 -#: src/gtkui/gtk_ctrl.c:317
1.204 +#: src/gtkui/gtk_ctrl.c:325
1.205 msgid "Controller Settings"
1.206 msgstr "Configuracion del mando"
1.208 @@ -149,14 +212,10 @@
1.212 -#: src/gtkui/gtk_debug.c:262
1.213 +#: src/gtkui/gtk_debug.c:273
1.214 msgid "This page is currently unmapped"
1.215 msgstr "Esta pagina no ha sido mapeada"
1.217 -#: src/gtkui/gtk_dump.c:69 src/gtkui/gtkcb.c:231
1.218 -msgid "Memory dump"
1.219 -msgstr "Volcado de memoria"
1.221 #: src/gtkui/gtk_dump.c:79
1.224 @@ -185,6 +244,11 @@
1.225 msgid "GD-Rom Settings"
1.226 msgstr "Configuracion del GD-Rom"
1.228 +#: src/gtkui/gtk_hotkeys.c:186
1.230 +msgid "Hotkey Settings"
1.231 +msgstr "Configuracion de rutas"
1.233 #: src/gtkui/gtk_mmio.c:109
1.236 @@ -233,34 +297,6 @@
1.237 msgid "Path Settings"
1.238 msgstr "Configuracion de rutas"
1.240 -#: src/gtkui/gtk_win.c:315
1.241 -msgid "(Press <command> to release grab)"
1.244 -#: src/gtkui/gtkcb.c:36
1.246 -msgstr "Todos los archivos"
1.248 -#: src/gtkui/gtkcb.c:139
1.249 -msgid "Load state..."
1.250 -msgstr "Cargar estado..."
1.252 -#: src/gtkui/gtkcb.c:144 src/gtkui/gtkcb.c:175
1.253 -msgid "lxDream Save State (*.dst)"
1.254 -msgstr "Estado guardado LxDream (*.dst)"
1.256 -#: src/gtkui/gtkcb.c:244
1.257 -msgid "Save next scene..."
1.258 -msgstr "Guardar proxima escena"
1.260 -#: src/gtkui/gtkcb.c:244
1.261 -msgid "lxdream scene file (*.dsc)"
1.262 -msgstr "Archivo de escena de lxdream (*.dsc)"
1.264 -#: src/gtkui/gtkcb.c:259
1.265 -msgid "No address selected, so can't run to it"
1.266 -msgstr "No ha seleccionado una direccion, no puede ir alla entonces"
1.268 #: src/gtkui/gtkui.c:70
1.271 @@ -386,202 +422,289 @@
1.272 msgstr "Configurar salida de video"
1.274 #: src/gtkui/gtkui.c:88
1.276 +msgid "_Hotkeys..."
1.279 +#: src/gtkui/gtkui.c:88
1.281 +msgid "Configure hotkeys"
1.282 +msgstr "Configurar mandos"
1.284 +#: src/gtkui/gtkui.c:89
1.286 msgstr "_Acerca de"
1.288 -#: src/gtkui/gtkui.c:88
1.289 +#: src/gtkui/gtkui.c:89
1.290 msgid "About lxdream"
1.291 msgstr "Acerca de lxdream"
1.293 -#: src/gtkui/gtkui.c:89
1.294 +#: src/gtkui/gtkui.c:90
1.298 -#: src/gtkui/gtkui.c:90
1.299 +#: src/gtkui/gtkui.c:91
1.303 -#: src/gtkui/gtkui.c:90
1.304 +#: src/gtkui/gtkui.c:91
1.305 msgid "Open debugger window"
1.306 msgstr "Abrir ventana del debugger"
1.308 -#: src/gtkui/gtkui.c:91
1.309 +#: src/gtkui/gtkui.c:92
1.310 msgid "View _Memory"
1.311 msgstr "Ver _Memoria"
1.313 -#: src/gtkui/gtkui.c:91
1.314 +#: src/gtkui/gtkui.c:92
1.315 msgid "View memory dump"
1.316 msgstr "Ver volcado de memoria"
1.318 -#: src/gtkui/gtkui.c:92
1.319 +#: src/gtkui/gtkui.c:93
1.320 msgid "View IO _Registers"
1.321 msgstr "Ver _Registros de E/S"
1.323 -#: src/gtkui/gtkui.c:92
1.324 +#: src/gtkui/gtkui.c:93
1.325 msgid "View MMIO Registers"
1.326 msgstr "Ver registros de MMIO"
1.328 -#: src/gtkui/gtkui.c:93
1.329 +#: src/gtkui/gtkui.c:94
1.330 msgid "_Save Scene"
1.331 msgstr "_Guardar Escena"
1.333 -#: src/gtkui/gtkui.c:93
1.334 +#: src/gtkui/gtkui.c:94
1.335 msgid "Save next rendered scene"
1.336 msgstr "Guardar proxima escena renderizada"
1.338 -#: src/gtkui/gtkui.c:94
1.339 +#: src/gtkui/gtkui.c:95
1.340 msgid "_Single Step"
1.341 msgstr "_Paso unico"
1.343 -#: src/gtkui/gtkui.c:94
1.344 +#: src/gtkui/gtkui.c:95
1.345 msgid "Single step"
1.346 msgstr "Paso unico"
1.348 -#: src/gtkui/gtkui.c:95
1.349 +#: src/gtkui/gtkui.c:96
1.353 -#: src/gtkui/gtkui.c:95
1.354 +#: src/gtkui/gtkui.c:96
1.358 -#: src/gtkui/gtkui.c:96
1.359 +#: src/gtkui/gtkui.c:97
1.360 msgid "_Breakpoint"
1.361 msgstr "_Breackpoint"
1.363 -#: src/gtkui/gtkui.c:96
1.364 +#: src/gtkui/gtkui.c:97
1.365 msgid "Toggle breakpoint"
1.366 msgstr "Marcar breackpoint"
1.368 -#: src/gtkui/gtkui.c:292
1.369 +#: src/gtkui/gtkui.c:327
1.373 -#: src/gtkui/gtkui.c:303
1.374 +#: src/gtkui/gtkui.c:338
1.375 msgid "MMIO Registers"
1.379 +#: src/gtkui/gtk_win.c:354
1.380 +msgid "(Press <command> to release grab)"
1.383 +#: src/hotkeys.c:43
1.384 +msgid "Resume emulation"
1.387 +#: src/hotkeys.c:44
1.388 +msgid "Stop emulation"
1.391 +#: src/hotkeys.c:45
1.393 +msgid "Reset emulator"
1.394 +msgstr "Resetear dreamcast"
1.396 +#: src/hotkeys.c:46
1.397 +msgid "Exit emulator"
1.400 +#: src/hotkeys.c:47
1.401 +msgid "Save current quick save"
1.404 +#: src/hotkeys.c:48
1.405 +msgid "Load current quick save"
1.408 +#: src/hotkeys.c:49
1.409 +msgid "Select quick save state 1"
1.412 +#: src/hotkeys.c:50
1.413 +msgid "Select quick save state 2"
1.416 +#: src/hotkeys.c:51
1.417 +msgid "Select quick save state 3"
1.420 +#: src/hotkeys.c:52
1.421 +msgid "Select quick save state 4"
1.424 +#: src/hotkeys.c:53
1.425 +msgid "Select quick save state 5"
1.428 +#: src/hotkeys.c:54
1.429 +msgid "Select quick save state 6"
1.432 +#: src/hotkeys.c:55
1.433 +msgid "Select quick save state 7"
1.436 +#: src/hotkeys.c:56
1.437 +msgid "Select quick save state 8"
1.440 +#: src/hotkeys.c:57
1.441 +msgid "Select quick save state 9"
1.445 msgid "Run the AICA SPU only, with the supplied program"
1.450 msgid "Use the specified audio driver (? to list)"
1.455 msgid "Load configuration from CONFFILE"
1.460 msgid "Start in debugger mode"
1.465 +msgid "Start in fullscreen mode"
1.469 +msgid "Start GDB remote server on PORT for SH4"
1.473 +msgid "Start GDB remote server on PORT for ARM"
1.477 msgid "Display this usage information"
1.482 msgid "Run in headless (no video) mode"
1.487 msgid "Set the output log level"
1.492 msgid "Set the SH4 multiplier (1.0 = fullspeed)"
1.497 msgid "Don't start running immediately"
1.502 msgid "Start running immediately on startup"
1.507 msgid "Run for the specified number of seconds"
1.512 msgid "Output trace information for the named regions"
1.517 msgid "Allow unsafe dcload syscalls"
1.522 msgid "Print the lxdream version string"
1.527 msgid "Use the specified video driver (? to list)"
1.532 msgid "Disable the SH4 translator"
1.535 -#: src/maple/controller.c:53
1.536 +#: src/maple/controller.c:105 src/maple/lightgun.c:85
1.540 -#: src/maple/controller.c:54
1.541 +#: src/maple/controller.c:106 src/maple/lightgun.c:86
1.545 -#: src/maple/controller.c:55
1.546 +#: src/maple/controller.c:107 src/maple/lightgun.c:87
1.550 -#: src/maple/controller.c:56
1.551 +#: src/maple/controller.c:108 src/maple/lightgun.c:88
1.555 -#: src/maple/controller.c:57
1.556 +#: src/maple/controller.c:109
1.557 msgid "Analog left"
1.560 -#: src/maple/controller.c:58
1.561 +#: src/maple/controller.c:110
1.562 msgid "Analog right"
1.565 -#: src/maple/controller.c:59
1.566 +#: src/maple/controller.c:111
1.570 -#: src/maple/controller.c:60
1.571 +#: src/maple/controller.c:112
1.572 msgid "Analog down"
1.575 -#: src/maple/controller.c:61
1.576 +#: src/maple/controller.c:113
1.580 -#: src/maple/controller.c:62
1.581 +#: src/maple/controller.c:114
1.585 -#: src/maple/controller.c:63
1.586 +#: src/maple/controller.c:115 src/maple/lightgun.c:89
1.590 -#: src/maple/controller.c:64
1.591 +#: src/maple/controller.c:116 src/maple/lightgun.c:90
1.595 -#: src/maple/controller.c:65
1.596 +#: src/maple/controller.c:117
1.597 msgid "Trigger left"
1.600 -#: src/maple/controller.c:66
1.601 +#: src/maple/controller.c:118
1.602 msgid "Trigger right"
1.605 -#: src/maple/controller.c:67
1.606 +#: src/maple/controller.c:119 src/maple/lightgun.c:91
1.607 msgid "Start button"
1.610 @@ -596,6 +719,6 @@
1.611 msgid "Address 0x%s is out of bounds.\n"
1.614 -#: src/x86dasm/i386-dis.c:1733
1.615 +#: src/x86dasm/i386-dis.c:1734
1.616 msgid "<internal disassembler error>"