2006-05-12 02:11:52 +02:00
// Spanish translation by Reynaldo H. Verdejo Pinochet
//
// Original work done by:
//
2003-05-25 17:44:14 +02:00
// Leandro Lucarella <leandro at lucarella.com.ar>,
// Jes<65> s Climent <jesus.climent at hispalinux.es>,
2004-04-29 10:59:56 +02:00
// Sefanja Ruijsenaars <sefanja at gmx.net>,
2003-05-25 17:44:14 +02:00
// Andoni Zubimendi <andoni at lpsat.net>
2006-04-27 07:02:24 +02:00
//
// Updated to help_mp-en.h v1.249
// Parcialmente .. se agregaron todas las entradas faltantes..
2003-05-25 17:44:14 +02:00
// ========================= MPlayer help ===========================
2001-11-05 06:47:14 +01:00
# ifdef HELP_MP_DEFINE_STATIC
static char help_text [ ] =
2003-01-31 02:43:05 +01:00
" Uso: mplayer [opciones] [url o ruta del archivo] \n "
2001-11-05 06:47:14 +01:00
" \n "
2003-01-31 02:43:05 +01:00
" Opciones b<> sicas: ('man mplayer' para una lista completa) \n "
2006-05-12 02:11:52 +02:00
" -vo <driver[:disp]> Seleccionar driver de salida de video y dispositivo ('-vo help' para obtener una lista). \n "
2003-01-31 02:43:05 +01:00
" -ao <driver[:disp]> Seleccionar driver de salida de audio y dispositivo ('-ao help' para obtener una lista). \n "
2004-03-04 22:52:31 +01:00
# ifdef HAVE_VCD
2004-04-29 10:59:56 +02:00
" vcd://<numpista> Reproducir pista de (S)VCD (Super Video CD) (acceso directo al dispositivo, no montado) \n "
2004-03-04 22:52:31 +01:00
# endif
2001-11-05 06:47:14 +01:00
# ifdef USE_DVDREAD
2003-07-09 22:10:48 +02:00
" dvd://<n<> mero> Reproducir t<> tulo o pista de DVD desde un dispositivo en vez de un archivo regular. \n "
2003-01-31 02:43:05 +01:00
" -alang <lengua> Seleccionar lengua para el audio del DVD (con c<> digo de pa<70> s de dos caracteres. p. ej. 'es'). \n "
" -alang <lengua> Seleccionar lengua para los subt<62> tulos del DVD. \n "
2001-11-05 06:47:14 +01:00
# endif
2003-01-31 02:43:05 +01:00
" -ss <tiempo> Saltar a una posici<63> n determindada (en segundos o hh:mm:ss). \n "
" -nosound No reproducir sonido. \n "
2006-05-12 02:11:52 +02:00
" -fs, -vm, -zoom Opciones de pantalla completa (pantalla completa, cambio de modo de video, escalado por software). \n "
2003-01-31 02:43:05 +01:00
" -x <x> -y <y> Escalar imagen a resoluci<63> n dada (para usar con -vm o -zoom). \n "
" -sub <archivo> Especificar archivo de subtitulos a usar (mira tambi<62> n -subfps, -subdelay). \n "
" -playlist <archivo> Especificar archivo con la lista de reproducci<63> n. \n "
2006-05-12 02:11:52 +02:00
" -vid <x> -aid <y> Opciones para especificar el stream de video (x) y de audio (y) a reproducir. \n "
" -fps <x> -srate <y> Opciones para cambiar la tasa de video (x fps) y de audio (y Hz). \n "
" -pp <calidad> Activar filtro de postprocesado (revisa el manual para para obtener m<> s informaci<63> n). \n "
" -framedrop Activar el descarte de cuadros/frames (para m<> quinas lentas). \n \n "
2003-01-31 02:43:05 +01:00
" Teclas b<> sicas ('man mplayer' para una lista completa, mira tambi<62> n input.conf): \n "
" <- <20> -> Avanzar o retroceder diez segundos. \n "
" arriba <20> abajo Avanzar o retroceder un minuto. \n "
" pgup <20> pgdown Avanzar o retroceder diez minutos. \n "
" < <20> > Avanzar o retroceder en la lista de reproducci<63> n. \n "
2006-05-12 02:11:52 +02:00
" p <20> ESPACIO Pausar el video (presione cualquier tecla para continuar). \n "
2003-01-31 02:43:05 +01:00
" q <20> ESC Detener la reproducci<63> n y salir del programa. \n "
" + <20> - Ajustar el retardo de audio en m<> s o menos 0.1 segundos. \n "
2003-06-24 19:33:41 +02:00
" o Cambiar modo OSD: nada / b<> squeda / b<> squeda + tiempo. \n "
2003-01-31 02:43:05 +01:00
" * <20> / Aumentar o disminuir el volumen (presione 'm' para elegir entre master/pcm). \n "
" z <20> x Ajustar el retardo de la subt<62> tulaci<63> n en m<> s o menos 0.1 segundos. \n "
2003-10-17 14:07:02 +02:00
" r <20> t Ajustar posici<63> n de la subt<62> tulaci<63> n (mira tambi<62> n -vf expand). \n "
2001-11-05 06:47:14 +01:00
" \n "
2006-05-12 02:11:52 +02:00
" *** Lee el manual para enterarte del resto de las opciones (avanzadas) y teclas! de control *** \n "
2001-11-05 06:47:14 +01:00
" \n " ;
# endif
2006-05-12 02:11:52 +02:00
# define MSGTR_SamplesWanted "Se necesitan muestras en este formato para mejorar el soporte. Por favor contacta a los desarrolladores.\n"
2005-05-02 15:58:58 +02:00
2001-11-05 06:47:14 +01:00
// ========================= MPlayer messages ===========================
// mplayer.c:
2004-08-24 21:36:17 +02:00
# define MSGTR_Exiting "\nSaliendo...\n"
# define MSGTR_ExitingHow "\nSaliendo... (%s)\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_Exit_quit "Salida."
# define MSGTR_Exit_eof "Fin del archivo."
# define MSGTR_Exit_error "Error fatal."
2006-05-12 02:11:52 +02:00
# define MSGTR_IntBySignal "\nMPlayer ha sido interrumpido con se<73> al %d en el m<> dulo: %s \n"
2002-09-23 09:49:25 +02:00
# define MSGTR_NoHomeDir "No se puede encontrar el directorio HOME.\n"
# define MSGTR_GetpathProblem "Problema en get_path(\"config\").\n"
# define MSGTR_CreatingCfgFile "Creando archivo de configuraci<63> n: %s.\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_CopyCodecsConf "Copia / Enlaza <<3C> rbol del c<> digo fuente de MPlayer> / etc / codecs.conf a ~ / .mplayer / codecs.conf\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_BuiltinCodecsConf "Usando codecs.conf interno por omisi<73> n.\n"
# define MSGTR_CantLoadFont "No se puede cargar typograf<61> a: %s.\n"
# define MSGTR_CantLoadSub "No se puede cargar subt<62> tulo: %s.\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_DumpSelectedStreamMissing "dump: FATAL: No se encuentra el stream seleccionado.\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_CantOpenDumpfile "No se puede abrir el archivo de dump.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_CoreDumped "Core dumped ;)\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_FPSnotspecified "FPS no especificado (o inv<6E> lido) en la cabecera! Usa la opci<63> n -fps.\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_TryForceAudioFmtStr "Tratando de forzar la familia de codecs de audio %d...\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_RTFMCodecs "Lee el archivo DOCS / HTML / es / codecs.html!\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_CantFindAudioCodec "No se encuentra codec para el formato de audio 0x%X!\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_TryForceVideoFmtStr "Tratando de forzar la familia de codecs de video %d...\n"
# define MSGTR_CantFindVideoCodec "No se encuentra codec para el formato de video 0x%X!\n"
# define MSGTR_CannotInitVO "FATAL: No se puede inicializar el driver de video!\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_CannotInitAO "No se puede abrir o inicializar dispositivo de audio, no se reproducir<69> sonido.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_StartPlaying "Comensando la reproducci<63> n...\n"
2002-01-07 00:06:40 +01:00
# define MSGTR_SystemTooSlow "\n\n"\
2003-01-31 02:43:05 +01:00
" ************************************************************** \n " \
" **** Tu sistema es demasiado lento para reproducir esto! **** \n " \
" ************************************************************** \n " \
2004-03-04 22:52:31 +01:00
" Posibles razones, problemas, soluciones: \n " \
2006-05-12 02:11:52 +02:00
" - M<> s com<6F> n: controlador de _audio_ con errores o arruinado. \n " \
2005-05-02 15:58:58 +02:00
" - Intenta con -ao sdl o la emulaci<63> n OSS de ALSA. \n " \
2004-03-04 22:52:31 +01:00
" - Proba con diferentes valores para -autosync, 30 es un buen comienzo. \n " \
2006-05-12 02:11:52 +02:00
" - Salida de video lenta \n " \
2004-03-04 22:52:31 +01:00
" - Proba otro driver -vo (para obtener una lista, -vo help) o intenta \n " \
" iniciar con la opci<63> n -framedrop! \n " \
" - CPU lenta \n " \
" - No intente reproducir DVDs o DivX grandes en una CPU lenta. Intenta \n " \
" iniciar con la opci<63> n -hardframedrop. \n " \
2006-05-12 02:11:52 +02:00
" - Archivo err<72> neo o arruinado \n " \
2004-03-04 22:52:31 +01:00
" - Proba combinaciones de -nobps -ni -mc 0. \n " \
" - Medios lentos (unidad NFS/SMB, DVD, VCD, etc) \n " \
" - Intente con -cache 8192. \n " \
" - Esta usando -cache para reproducir archivos AVI no entrelazados? \n " \
" - Intente con -nocache. \n " \
2006-05-12 02:11:52 +02:00
" Lee DOCS/HTML/es/video.html para consejos de ajuste o mayor velocidad. \n " \
2004-03-04 22:52:31 +01:00
" Si nada de eso sirve, lee DOCS/HTML/es/bugreports.html \n \n "
2001-11-05 06:47:14 +01:00
2002-09-23 09:49:25 +02:00
# define MSGTR_NoGui "MPlayer fue compilado sin soporte para interfaz gr<67> fica.\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_GuiNeedsX "La interfaz gr<67> fica de MPlayer requiere X11!\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_Playing "Reproduciendo %s.\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_NoSound "Audio: sin sonido.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_FPSforced "FPS forzado a %5.3f (ftime: %5.3f).\n"
# define MSGTR_CompiledWithRuntimeDetection "Compilado con detecci<63> n de CPU en tiempo de ejecuci<63> n - esto no es <20> ptimo! Para obtener mejor rendimiento, recompila MPlayer con --disable-runtime-cpudetection.\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_CompiledWithCPUExtensions "Compilado para CPU x86 con extensiones:"
2006-05-12 02:11:52 +02:00
# define MSGTR_AvailableVideoOutputDrivers "Controladores de salida de video disponibles:\n"
# define MSGTR_AvailableAudioOutputDrivers "Controadores de salida de audio disponibles:\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_AvailableAudioCodecs "Codecs de audio disponibles:\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_AvailableVideoCodecs "Codecs de video disponibles:\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_AvailableAudioFm "Familias / drivers de codecs de audio (compilados dentro de MPlayer) disponibles:\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_AvailableVideoFm "Familias / drivers de codecs de video (compilados dentro de MPlayer) disponibles:\n"
2003-02-15 19:29:56 +01:00
# define MSGTR_AvailableFsType "Modos disponibles de cambio a pantalla completa:\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_UsingRTCTiming "Usando el RTC timing por hardware de Linux (%ldHz).\n"
2003-02-15 19:29:56 +01:00
# define MSGTR_CannotReadVideoProperties "V<> deo: no se puede leer las propiedades.\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_NoStreamFound "No se ha encontrado stream.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_ErrorInitializingVODevice "Error abriendo / inicializando el dispositivo de la salida de video (-vo)!\n"
# define MSGTR_ForcedVideoCodec "Forzado el codec de video: %s.\n"
2003-02-15 19:29:56 +01:00
# define MSGTR_ForcedAudioCodec "Forzado el codec de audio: %s\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_Video_NoVideo "V<> deo: no hay video!\n"
# define MSGTR_NotInitializeVOPorVO "\nFATAL: No se pudo inicializar los filtros de video (-vf) o salida de video (-vo)!\n"
2003-07-30 02:58:53 +02:00
# define MSGTR_Paused "\n ===== PAUSA =====\r"
2002-09-23 09:49:25 +02:00
# define MSGTR_PlaylistLoadUnable "\nNo se puede cargar la lista de reproducci<63> n %s.\n"
2003-02-15 19:29:56 +01:00
# define MSGTR_Exit_SIGILL_RTCpuSel \
" - MPlayer se detuvo por una 'Instrucci<63> n Ilegal'. \n " \
2006-05-12 02:11:52 +02:00
" Esto puede deberse a un defecto en nuestra nueva rutina de autodetecci<63> n de CPU... \n " \
2003-10-15 02:08:55 +02:00
" Por favor lee DOCS/HTML/es/bugreports.html. \n "
2003-02-15 19:29:56 +01:00
# define MSGTR_Exit_SIGILL \
" - MPlayer se detuvo por una 'Instrucci<63> n Ilegal'. \n " \
" Esto ocurre normalmente cuando ejecuta el programa en una CPU diferente de \n " \
2006-05-12 02:11:52 +02:00
" la usada para compilarlo o para la cual fue optimizado. \n " \
2004-03-04 22:52:31 +01:00
" <20> Verifica eso! \n "
2003-02-15 19:29:56 +01:00
# define MSGTR_Exit_SIGSEGV_SIGFPE \
" - MPlayer se detuvo por mal uso de CPU/FPU/RAM. \n " \
2004-03-04 22:52:31 +01:00
" Recompila MPlayer con la opci<63> n --enable-debug y hace un backtrace en \n " \
2006-05-12 02:11:52 +02:00
" 'gdb' y un desensamblado. Para m<> s detalles, revisa \n " \
2004-03-04 22:52:31 +01:00
" DOCS/HTML/es/bugreports_what.html#bugreports_crash \n "
2003-02-15 19:29:56 +01:00
# define MSGTR_Exit_SIGCRASH \
" - MPlayer se detuvo. Esto no deber<65> a haber pasado. \n " \
2006-05-12 02:11:52 +02:00
" Puede ser un defecto en el c<> digo de MPlayer, en sus controladores \n " \
" _o_ en su versi<73> n de gcc. Si piensas que es culpa de MPlayer, por \n " \
" favor revisa DOCS/HTML/es/bugreports.html y sigue las instrucciones que all<6C> \n " \
" se encuentran. No podemos ayudarte a menos que nos proveas esa \n " \
" informaci<63> n cuando estes reportando alg<6C> n posible defecto. \n "
2005-05-02 15:58:58 +02:00
# define MSGTR_LoadingConfig "Cargando configuraci<63> n '%s'\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_AddedSubtitleFile "SUB: se agreg<65> el archivo de subt<62> tulo (%d): %s\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_ErrorOpeningOutputFile "Error abriendo archivo [%s] en modo escritura!\n"
# define MSGTR_CommandLine "Linea de Comando:"
2006-05-12 02:11:52 +02:00
# define MSGTR_RTCDeviceNotOpenable "Fallo al abrir %s: %s (el usuario debe tener permisos de lectura)\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_LinuxRTCInitErrorIrqpSet "Error iniciando Linux RTC en llamada a ioctl (rtc_irqp_set %lu): %s\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_IncreaseRTCMaxUserFreq "Prueba agregando \"echo %lu > / proc / sys / dev / rtc / max-user-freq\" a los scripts de inicio de tu sistema.\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_LinuxRTCInitErrorPieOn "Error iniciando Linux RTC en llamada a ioctl (rtc_pie_on): %s\n"
# define MSGTR_UsingTimingType "Usando temporizaci<63> n %s.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_MenuInitialized "Men<65> inicializado: %s\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_MenuInitFailed "Fallo en inicializaci<63> n del men<65> .\n"
# define MSGTR_Getch2InitializedTwice "ADVERTENCIA: getch2_init llamada dos veces!\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_DumpstreamFdUnavailable "No puedo volcar este stream - no est<73> disponible 'fd'.\n"
# define MSGTR_FallingBackOnPlaylist "No pude procesar el playlist %s...\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_CantOpenLibmenuFilterWithThisRootMenu "No puedo abrir filtro de video libmenu con el men<65> principal %s.\n"
# define MSGTR_AudioFilterChainPreinitError "Error en pre-inicializaci<63> n de cadena de filtros de audio!\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_LinuxRTCReadError "Error de lectura de Linux RTC: %s\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_SoftsleepUnderflow "Advertencia! Softsleep underflow!\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_DvdnavNullEvent "Evento DVDNAV NULO?!\n"
# define MSGTR_DvdnavHighlightEventBroken "Evento DVDNAV: Evento de destacado erroneo\n"
# define MSGTR_DvdnavEvent "Evento DVDNAV: %s\n"
# define MSGTR_DvdnavHighlightHide "Evento DVDNAV: Ocultar destacado\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_DvdnavStillFrame "######################################## Evento DVDNAV: Frame fijo: %d seg(s)\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_DvdnavNavStop "Evento DVDNAV: Nav Stop\n"
# define MSGTR_DvdnavNavNOP "Evento DVDNAV: Nav NOP\n"
# define MSGTR_DvdnavNavSpuStreamChangeVerbose "Evento DVDNAV: Cambio de Nav SPU Stream Change: phys: %d / %d / %d logical: %d\n"
# define MSGTR_DvdnavNavSpuStreamChange "Evento DVDNAV: Cambio de Nav SPU Stream: phys: %d logical: %d\n"
# define MSGTR_DvdnavNavAudioStreamChange "Evento DVDNAV: Cambio de Nav Audio Stream: phys: %d logical: %d\n"
# define MSGTR_DvdnavNavVTSChange "Evento DVDNAV: Cambio de Nav VTS\n"
# define MSGTR_DvdnavNavCellChange "Evento DVDNAV: Cambio de Nav Cell\n"
# define MSGTR_DvdnavNavSpuClutChange "Evento DVDNAV: Cambio de Nav SPU CLUT\n"
# define MSGTR_DvdnavNavSeekDone "Evento DVDNAV: Busqueda Nav hecha\n"
# define MSGTR_MenuCall "Llamada a men<65> \n"
2002-09-23 09:49:25 +02:00
2004-09-17 04:28:44 +02:00
# define MSGTR_EdlCantUseBothModes "Imposible usar -edl y -edlout al mismo tiempo.\n"
# define MSGTR_EdlOutOfMem "No hay memoria suficiente para almacenar los datos EDL.\n"
# define MSGTR_EdlRecordsNo "Leidas %d acciones EDL.\n"
# define MSGTR_EdlQueueEmpty "No hay acciones EDL de las que ocuparse.\n"
# define MSGTR_EdlCantOpenForWrite "Error tratando de escribir en [%s].\n"
# define MSGTR_EdlCantOpenForRead "Error tratando de leer desde [%s].\n"
# define MSGTR_EdlNOsh_video "Imposible usar EDL sin video.\n"
# define MSGTR_EdlNOValidLine "Linea EDL inv<6E> lida: %s\n"
# define MSGTR_EdlBadlyFormattedLine "Ignorando linea EDL mal formateada [%d].\n"
# define MSGTR_EdlBadLineOverlap "Ultima posici<63> n de parada fue [%f]; pr<70> xima "\
" posici<EFBFBD> n de partida es [%f]. Las operaciones deben estar en orden cronol<6F> gico " \
" , sin sobreponerse, ignorando. \n "
# define MSGTR_EdlBadLineBadStop "La posici<63> n de parada debe ser posterior a la"\
" posici<63> n de partida. \n "
2002-09-23 09:49:25 +02:00
// mencoder.c:
2006-04-29 01:06:42 +02:00
# define MSGTR_UsingPass3ControlFile "Usando el archivo de control pass3: %s\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_MissingFilename "\nFalta el nombre del archivo.\n\n"
# define MSGTR_CannotOpenFile_Device "No se pudo abrir el archivo o el dispositivo.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_CannotOpenDemuxer "No pude abrir el demuxer.\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_NoAudioEncoderSelected "\nNo se ha seleccionado un codificador de audio (-oac). Escoja uno (mire -oac help) o use -nosound.\n"
# define MSGTR_NoVideoEncoderSelected "\nNo se ha selecciono un codificador de video (-ovc). Escoge uno (mira -ovc help)\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_CannotOpenOutputFile "No se puede abrir el archivo de salida'%s'.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_EncoderOpenFailed "No pude abrir el codificador.\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_ForcingOutputFourcc "Forzando salida fourcc a %x [%.4s].\n"
# define MSGTR_WritingAVIHeader "Escribiendo cabecera AVI...\n"
# define MSGTR_DuplicateFrames "\n%d frame(s) duplicados.\n"
# define MSGTR_SkipFrame "\nse salta frame...\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_ResolutionDoesntMatch "\nEl nuevo archivo de video tiene diferente resoluci<63> n o espacio de colores que el anterior.\n"
# define MSGTR_FrameCopyFileMismatch "\nTodos los archivos de video deben tener fps, resoluci<63> n y codec identicos para -ovc copy.\n"
# define MSGTR_AudioCopyFileMismatch "\nTodos los archivos deben tener codec de audio y formato identicos para -oac copy.\n"
# define MSGTR_NoAudioFileMismatch "\nNo se puede mezclar archivos de solo video y archivos con video y audio, Pruebe -nosound.\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_NoSpeedWithFrameCopy "ADVERTENCIA: No se garantiza que -speed funcione adecuadamente con -oac copy!\n"\
" Su codificaci<63> n puede salir mal! \n "
2002-09-23 09:49:25 +02:00
# define MSGTR_ErrorWritingFile "%s: error escribiendo el archivo.\n"
# define MSGTR_WritingAVIIndex "\nEscribiendo index AVI...\n"
# define MSGTR_FixupAVIHeader "Arreglando cabecera AVI..\n"
# define MSGTR_RecommendedVideoBitrate "Bitrate recomendado para %s CD: %d.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_VideoStreamResult "\nStream de video: %8.3f kbit / s (%d B / s), tama<6D> o: %"PRIu64" bytes, %5.3f segundos, %d frames\n"
2006-04-27 09:59:15 +02:00
# define MSGTR_AudioStreamResult "\nStream de audio: %8.3f kbit / s (%d B / s), tama<6D> o: %"PRIu64" bytes, %5.3f segundos\n"
2004-09-02 21:33:17 +02:00
# define MSGTR_OpenedStream "exito: formato: %d datos: 0x%X - 0x%x\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_VCodecFramecopy "Codec de video: framecopy (%dx%d %dbpp fourcc=%x)\n"
# define MSGTR_ACodecFramecopy "Codec de audio: framecopy (formato=%x canales=%d raz<61> n=%ld bits=%d B / s=%ld muestra-%ld)\n"
# define MSGTR_CBRPCMAudioSelected "Audio PCM CBR seleccionado\n"
# define MSGTR_MP3AudioSelected "Audio MP3 seleccionado\n"
2004-09-02 21:33:17 +02:00
# define MSGTR_CannotAllocateBytes "No se pueden asignar %d bytes\n"
# define MSGTR_SettingAudioDelay "Ajustando el RETRASO DEL AUDIO a %5.3f\n"
# define MSGTR_SettingAudioInputGain "Ajustando la ganancia de entrada de audio input a %f\n"
# define MSGTR_LamePresetEquals "\npreconfiguraci<63> n=%s\n\n"
# define MSGTR_LimitingAudioPreload "Limitando la pre-carda de audio a 0.4s\n"
# define MSGTR_IncreasingAudioDensity "Incrementando la densidad de audio a 4\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_ZeroingAudioPreloadAndMaxPtsCorrection "Forzando la precarga de audio a 0, correcci<63> n pts a 0\n"
2004-09-02 21:33:17 +02:00
# define MSGTR_CBRAudioByterate "\n\naudio CBR: %ld bytes / seg, %d bytes / bloque\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_LameVersion "Versi<73> n de LAME %s (%s)\n\n"
2004-09-02 21:33:17 +02:00
# define MSGTR_InvalidBitrateForLamePreset "Error: La tasa de bits especificada esta fuera de los rangos de valor para esta preconfiguraci<63> n\n"\
" \n " \
" Cuando usa este modo debe ingresar un valor entre \" 8 \" y \" 320 \" \n " \
" \n " \
" Para mayor informci<63> n prueba: \" -lameopts preset=help \" \n "
# define MSGTR_InvalidLamePresetOptions "Error: No ingreso un perfil valido y / o opciones con una preconfiguraci<63> n\n"\
" \n " \
" Los perfiles disponibles son: \n " \
" \n " \
" <fast> standard \n " \
" <fast> extreme \n " \
" insane \n " \
" <cbr> (Modo ABR) - Implica el Modo ABR Mode. Para usarlo, \n " \
" solamente especifique la tasa de bits.. Por ejemplo: \n " \
" \" preset=185 \" activates esta \n " \
" preconfiguraci<63> n y usa 185 como el kbps promedio. \n " \
" \n " \
" Algunos ejemplos: \n " \
" \n " \
" \" -lameopts fast:preset=standard \" \n " \
" o \" -lameopts cbr:preset=192 \" \n " \
" o \" -lameopts preset=172 \" \n " \
" o \" -lameopts preset=extreme \" \n " \
" \n " \
" Para mayor informaci<63> n pruebe: \" -lameopts preset=help \" \n "
# define MSGTR_LamePresetsLongInfo "\n"\
" Las opciones de preconfiguraci<63> n estan hechas para proveer la mayor calidad posible. \n " \
" \n " \
" Estas han sido en su mayor sometidas y ajustadas por medio de pruebas rigurosas de \n " \
" doble escucha ciega (double blind listening) para verificar y lograr este objetivo \n " \
" \n " \
" Son continuamente actualizadas para con el desarrollo actual que esta \n " \
" ocurriendo y como resultado deber<65> a proveer practicamente la mejor calidad \n " \
" actualmente posible de LAME. \n " \
" \n " \
" Para activar estas preconfiguraci<63> n: \n " \
" \n " \
" For modos VBR (en general mayor calidad): \n " \
" \n " \
" \" preset=standard \" Esta preconfiguraci<63> n generalmente deber<65> a ser transparente \n " \
" para la mayor<6F> a de la genta en la m<> sica y ya es bastante \n " \
" buena en calidad. \n " \
" \n " \
" \" preset=extreme \" Si tiene un oido extramademente bueno y un equipo \n " \
" similar, esta preconfiguraci<63> n normalmente le \n " \
" proveera una calidad levemente superior al modo " \
" \" standard \" \n " \
" \n " \
" Para 320kbps CBR (la mayor calidad posible desde las preconfiguraciones): \n " \
" \n " \
" \" preset=insane \" Esta preconfiguraci<63> n ser<65> excesiva para la mayoria \n " \
" de la gente en la mayoria de las ocasiones, pero si debe \n " \
" tener la mayor calidad posible sin tener en cuenta el \n " \
" tama<6D> o del archivo, esta es la opci<63> n definitiva. \n " \
" \n " \
" Para modos ABR (alta calidad por tasa de bits dado pero no tan alto como modo VBR): \n " \
" \n " \
" \" preset=<kbps> \" Usando esta preconfiguraci<63> n normalmente obtendr<64> buena \n " \
" calidad a la tasa de bits especificada. Dependiendo de \n " \
" la tasa de bits ingresada, esta preconfiguraci<63> n determinar<61> \n " \
" las opciones optimas para esa situaci<63> n particular. \n " \
" A pessar que funciona, no es tan flexible como el modo \n " \
" VBR, y normalmente no llegar<61> n a obtener el mismo nivel \n " \
" de calidad del modo VBR a mayores tasas de bits. \n " \
" \n " \
" Las siguientes opciones tambi<62> n est<73> n disponibles para los correspondientes perfiles: \n " \
" \n " \
" <fast> standard \n " \
" <fast> extreme \n " \
" insane \n " \
" <cbr> (Modo ABR) - Implica el Modo ABR Mode. Para usarlo, \n " \
" solamente especifique la tasa de bits.. Por ejemplo: \n " \
" \" preset=185 \" activates esta \n " \
" preconfiguraci<63> n y usa 185 como el kbps promedio. \n " \
" \n " \
" \" fast \" - Activa el nuevo modo r<> pido VBR para un perfil en particular. La \n " \
" desventaja al cambio de velocidad es que muchas veces la tasa de \n " \
" bits ser<65> levemente m<> s alta respecto del modo normal y la calidad \n " \
" puede llegar a ser un poco m<> s baja tambi<62> n. \n " \
" Advertencia: con la versi<73> n actual las preconfiruaciones \" fast \" puede llegar a \n " \
" dar como resultado tasas de bits demasiado altas comparadas a los normales. \n " \
" \n " \
" \" cbr \" - Si usa el modo ABR (ver m<> s arriba) con una tasa de bits significativa \n " \
" como 80, 96, 112, 128, 160, 192, 224, 256, 320, \n " \
" puede usar la opci<63> n \" cbr \" para forzar la codificaci<63> n en modo CBR \n " \
" en lugar del modo por omisi<73> n ABR. ABR provee mayor calidad pero \n " \
" CBR podr<64> a llegar a ser util en situaciones tales como cuando se \n " \
" recibe un flujo mp3 a trav<61> s de internet. \n " \
" \n " \
" Por ejemplo: \n " \
" \n " \
" \" -lameopts fast:preset=standard \" \n " \
" o \" -lameopts cbr:preset=192 \" \n " \
" o \" -lameopts preset=172 \" \n " \
" o \" -lameopts preset=extreme \" \n " \
" \n " \
" \n " \
" Unos poco alias estan disponibles para el modo ABR: \n " \
" phone => 16kbps/mono phon+/lw/mw-eu/sw => 24kbps/mono \n " \
" mw-us => 40kbps/mono voice => 56kbps/mono \n " \
" fm/radio/tape => 112kbps hifi => 160kbps \n " \
" cd => 192kbps studio => 256kbps "
2005-02-22 16:13:28 +01:00
# define MSGTR_LameCantInit "No se pudo setear las opciones de Lame, revise el"\
" bitrate/samplerate, algunos bitrates muy bajos (<32) necesitan una tasa de " \
" muestreo m<> s baja (ej. -srate 8000). Si todo falla, pruebe con un preset. "
2006-04-29 01:06:42 +02:00
# define MSGTR_ConfigFileError "error en archivo de configuraci<63> n"
2004-09-02 21:33:17 +02:00
# define MSGTR_ErrorParsingCommandLine "error en parametros de la l<> nea de comando"
# define MSGTR_VideoStreamRequired "<22> El flujo de video es obligatorio!\n"
# define MSGTR_ForcingInputFPS "en su lugar los cuadros por segundos de entrada ser<65> n interpretados como %5.2f\n"
# define MSGTR_RawvideoDoesNotSupportAudio "El formato de archivo de salida RAWVIDEO no soporta audio - desactivando audio\n"
# define MSGTR_DemuxerDoesntSupportNosound "Este demuxer todav<61> a no soporta -nosound.\n"
# define MSGTR_MemAllocFailed "fall<6C> la asignaci<63> n de memoria"
# define MSGTR_NoMatchingFilter "<22> No se encontr<74> filtro o formato de salida concordante!\n"
# define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, <20> quiza este fallado el compilador de C?\n"
# define MSGTR_NoLavcAudioCodecName "LAVC Audio,<2C> falta el nombre del codec!\n"
# define MSGTR_LavcAudioCodecNotFound "LAVC Audio, no se encuentra el codificador para el codec %s\n"
# define MSGTR_CouldntAllocateLavcContext "LAVC Audio, <20> no se puede asignar contexto!\n"
# define MSGTR_CouldntOpenCodec "No se puede abrir el codec %s, br=%d\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_CantCopyAudioFormat "El formato de audio 0x%x no es compatible con '-oac copy', profavor pruebe '-oac pcm' o use '-fafmttag' para sobreescribirlo.\n"
2002-09-23 09:49:25 +02:00
2003-02-15 19:29:56 +01:00
// cfg-mencoder.h
# define MSGTR_MEncoderMP3LameHelp "\n\n"\
" vbr=<0-4> m<> todo de tasa de bits variable \n " \
" 0: cbr \n " \
" 1: mt \n " \
" 2: rh(default) \n " \
" 3: abr \n " \
" 4: mtrh \n " \
" \n " \
" abr tasa de bits media \n " \
" \n " \
" cbr tasa de bits constante \n " \
" Forzar tambi<62> n modo de codificaci<63> n CBR en modos ABR \n " \
2004-03-04 22:52:31 +01:00
" preseleccionados subsecuentemente. \n " \
2003-02-15 19:29:56 +01:00
" \n " \
" br=<0-1024> especifica tasa de bits en kBit (solo CBR y ABR) \n " \
" \n " \
" q=<0-9> calidad (0-mejor, 9-peor) (solo para VBR) \n " \
" \n " \
" aq=<0-9> calidad del algoritmo (0-mejor/lenta, 9-peor/r<> pida) \n " \
" \n " \
" ratio=<1-100> raz<61> n de compresi<73> n \n " \
" \n " \
" vol=<0-10> configura ganancia de entrada de audio \n " \
" \n " \
" mode=<0-3> (por defecto: auto) \n " \
" 0: est<73> reo \n " \
" 1: est<73> reo-junto \n " \
" 2: canal dual \n " \
" 3: mono \n " \
" \n " \
" padding=<0-2> \n " \
" 0: no \n " \
" 1: todo \n " \
" 2: ajustar \n " \
" \n " \
2004-03-04 22:52:31 +01:00
" fast Activa codificaci<63> n r<> pida en modos VBR preseleccionados \n " \
2003-02-15 19:29:56 +01:00
" subsecuentes, m<> s baja calidad y tasas de bits m<> s altas. \n " \
" \n " \
2004-03-04 22:52:31 +01:00
" preset=<value> Provee configuracion con la mejor calidad posible. \n " \
2003-02-15 19:29:56 +01:00
" medium: codificaci<63> n VBR, buena calidad \n " \
" (rango de 150-180 kbps de tasa de bits) \n " \
" standard: codificaci<63> n VBR, alta calidad \n " \
" (rango de 170-210 kbps de tasa de bits) \n " \
" extreme: codificaci<63> n VBR, muy alta calidad \n " \
" (rango de 200-240 kbps de tasa de bits) \n " \
" insane: codificaci<63> n CBR, la mejor calidad configurable \n " \
" (320 kbps de tasa de bits) \n " \
" <8-320>: codificaci<63> n ABR con tasa de bits en promedio en los kbps dados. \n \n "
2002-09-23 09:49:25 +02:00
2005-05-02 15:58:58 +02:00
//codec-cfg.c:
# define MSGTR_DuplicateFourcc "FourCC duplicado"
# define MSGTR_TooManyFourccs "demasiados FourCCs / formatos..."
# define MSGTR_ParseError "error en el anal<61> sis"
# define MSGTR_ParseErrorFIDNotNumber "error en el anal<61> sis (<28> ID de formato no es un n<> mero?)"
# define MSGTR_ParseErrorFIDAliasNotNumber "error en el anal<61> sis (<28> el alias del ID de formato no es un n<> mero?)"
# define MSGTR_DuplicateFID "ID de formato duplicado"
# define MSGTR_TooManyOut "demasiados out..."
# define MSGTR_InvalidCodecName "\n<> el nombre del codec(%s) no es valido!\n"
# define MSGTR_CodecLacksFourcc "\n<> el codec(%s) no tiene FourCC / formato!\n"
# define MSGTR_CodecLacksDriver "\ncodec(%s) does not have a driver!\n"
# define MSGTR_CodecNeedsDLL "\n<> codec(%s) necesita una 'dll'!\n"
# define MSGTR_CodecNeedsOutfmt "\n<> codec(%s) necesita un 'outfmt'!\n"
# define MSGTR_CantAllocateComment "No puedo asignar memoria para el comentario. "
# define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!"
# define MSGTR_ReadingFile "Leyendo %s: "
# define MSGTR_CantOpenFileError "No puedo abrir '%s': %s\n"
# define MSGTR_CantGetMemoryForLine "No puedo asignar memoria para 'line': %s\n"
# define MSGTR_CantReallocCodecsp "No puedo reasignar '*codecsp': %s\n"
# define MSGTR_CodecNameNotUnique "El nombre del Codec '%s' no es <20> nico."
# define MSGTR_CantStrdupName "No puedo strdup -> 'name': %s\n"
# define MSGTR_CantStrdupInfo "No puedo strdup -> 'info': %s\n"
# define MSGTR_CantStrdupDriver "No puedo strdup -> 'driver': %s\n"
# define MSGTR_CantStrdupDLL "No puedo strdup -> 'dll': %s"
2006-05-12 02:11:52 +02:00
# define MSGTR_AudioVideoCodecTotals "%d codecs de audio & %d codecs de video\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_CodecDefinitionIncorrect "Codec no esta definido correctamente."
# define MSGTR_OutdatedCodecsConf "<22> El archivo codecs.conf es demasiado viejo y es incompatible con esta versi<73> n de MPlayer!"
// divx4_vbr.c:
# define MSGTR_OutOfMemory "sin memoria"
# define MSGTR_OverridingTooLowBitrate "La tasa de bits es demasiada baja para este clip.\n"\
" La tasa de bits m<> nima para este clip es %.0f kbps. Ignorando el valor \n " \
" especificado por el usuario. \n "
// fifo.c
# define MSGTR_CannotMakePipe "No puedo hacer un PIPE!\n"
// m_config.c
# define MSGTR_SaveSlotTooOld "Encontrada casilla demasiado vieja del lvl %d: %d !!!\n"
# define MSGTR_InvalidCfgfileOption "La opci<63> n %s no puede ser usada en un archivo de configuraci<63> n.\n"
# define MSGTR_InvalidCmdlineOption "La opci<63> n %s no puede ser usada desde la l<> nea de comandos.\n"
# define MSGTR_InvalidSuboption "Error: opci<63> n '%s' no tiene la subopci<63> n '%s'.\n"
# define MSGTR_MissingSuboptionParameter "Error: <20> subopci<63> n '%s' de '%s' tiene que tener un par<61> metro!\n"
# define MSGTR_MissingOptionParameter "Error: <20> opcion '%s' debe tener un par<61> metro!\n"
# define MSGTR_OptionListHeader "\n Nombre Tipo Min Max Global LC Cfg\n\n"
# define MSGTR_TotalOptions "\nTotal: %d opciones\n"
2001-11-05 06:47:14 +01:00
// open.c, stream.c:
2002-09-23 09:49:25 +02:00
# define MSGTR_CdDevNotfound "Dispositivo de CD-ROM '%s' no encontrado.\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_ErrTrackSelect "Error seleccionando la pista de VCD!"
2001-11-05 06:47:14 +01:00
# define MSGTR_ReadSTDIN "Leyendo desde la entrada est<73> ndar (stdin)...\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_UnableOpenURL "No se puede abrir URL: %s\n"
2001-11-05 06:47:14 +01:00
# define MSGTR_ConnToServer "Connectado al servidor: %s\n"
# define MSGTR_FileNotFound "Archivo no encontrado: '%s'\n"
2003-02-15 19:29:56 +01:00
# define MSGTR_SMBInitError "No se puede inicializar la librer<65> a libsmbclient: %d\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_SMBFileNotFound "No se puede abrir desde la RED: '%s'\n"
# define MSGTR_SMBNotCompiled "MPlayer no fue compilado con soporte de lectura de SMB.\n"
2003-02-15 19:29:56 +01:00
2001-11-05 06:47:14 +01:00
# define MSGTR_CantOpenDVD "No se puede abrir el dispositivo de DVD: %s\n"
# define MSGTR_DVDwait "Leyendo la estructura del disco, espere por favor...\n"
# define MSGTR_DVDnumTitles "Hay %d t<> tulos en este DVD.\n"
# define MSGTR_DVDinvalidTitle "N<> mero de t<> tulo de DVD inv<6E> lido: %d\n"
# define MSGTR_DVDnumChapters "Hay %d cap<61> tulos en este t<> tulo de DVD.\n"
# define MSGTR_DVDinvalidChapter "N<> mero de cap<61> tulo de DVD inv<6E> lido: %d\n"
# define MSGTR_DVDnumAngles "Hay %d <20> ngulos en este t<> tulo de DVD.\n"
# define MSGTR_DVDinvalidAngle "N<> mero de <20> ngulo de DVD inv<6E> lido: %d\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_DVDnoIFO "No se pudo abrir archivo IFO para el t<> tulo de DVD %d.\n"
# define MSGTR_DVDnoVMG "No se pudo abrir la informaci<63> n VMG!\n"
# define MSGTR_DVDnoVOBs "No se pudo abrir VOBS del t<> tulo (VTS_%02d_1.VOB).\n"
# define MSGTR_DVDnoMatchingAudio "DVD, no se encontr<74> un idioma coincidente!\n"
# define MSGTR_DVDaudioChannel "DVD, canal de audio seleccionado: %d idioma: %c%c\n"
# define MSGTR_DVDnoMatchingSubtitle "DVD, no se encontr<74> un idioma de subtitulo coincidente!\n"
# define MSGTR_DVDsubtitleChannel "DVD, canal de subtitulos seleccionado: %d idioma: %c%c\n"
# define MSGTR_DVDopenOk "DVD abierto satisfactoriamente.\n"
// muxer_*.c:
# define MSGTR_TooManyStreams "Demaciados streams!"
# define MSGTR_RawMuxerOnlyOneStream "El muxer rawaudio soporta solo un stream de audio!\n"
# define MSGTR_IgnoringVideoStream "Ignorando stream de video!\n"
# define MSGTR_UnknownStreamType "Advertencia! tipo de stream desconocido: %d\n"
# define MSGTR_WarningLenIsntDivisible "Advertencia! el largo no es divisible por el tama<6D> o de muestreo!\n"
2001-11-05 06:47:14 +01:00
// demuxer.c, demux_*.c:
2003-01-31 02:43:05 +01:00
# define MSGTR_AudioStreamRedefined "Advertencia! Cabecera de stream de audio %d redefinida!\n"
# define MSGTR_VideoStreamRedefined "Advertencia! Cabecera de stream de video %d redefinida!\n"
# define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Demasiados (%d en %d bytes) paquetes de audio en el buffer!\n"
# define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Demasiados (%d en %d bytes) paquetes de video en el buffer!\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_MaybeNI "<22> Est<73> s reproduciendo un stream o archivo 'non-interleaved' o fall<6C> el codec?\n " \
2003-01-31 02:43:05 +01:00
" Para archivos .AVI, intente forzar el modo 'non-interleaved' con la opci<63> n -ni. \n "
# define MSGTR_SwitchToNi "\nDetectado .AVI mal interleaveado - cambiando al modo -ni!\n"
2003-02-15 19:29:56 +01:00
# define MSGTR_Detected_XXX_FileFormat "Detectado formato de archivo %s.\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_DetectedAudiofile "Detectado archivo de audio.\n"
# define MSGTR_NotSystemStream "Esto no es formato MPEG System Stream... (tal vez Transport Stream?)\n"
# define MSGTR_InvalidMPEGES "Stream MPEG-ES inv<6E> lido? Contacta con el autor, podr<64> a ser un fallo.\n"
# define MSGTR_FormatNotRecognized "Este formato no est<73> soportado o reconocido. Si este archivo es un AVI, ASF o MPEG, por favor contacte con el autor.\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_MissingVideoStream "<22> No se encontr<74> stream de video!\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_MissingAudioStream "No se encontr<74> el stream de audio, no se reproducir<69> sonido.\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_MissingVideoStreamBug "<22> <> Stream de video perdido!? Contacta con el autor, podr<64> a ser un fallo.\n"
2001-11-05 06:47:14 +01:00
2003-01-31 02:43:05 +01:00
# define MSGTR_DoesntContainSelectedStream "demux: El archivo no contiene el stream de audio o video seleccionado.\n"
2001-11-05 06:47:14 +01:00
# define MSGTR_NI_Forced "Forzado"
# define MSGTR_NI_Detected "Detectado"
2003-01-31 02:43:05 +01:00
# define MSGTR_NI_Message "%s formato de AVI 'NON-INTERLEAVED'.\n"
2001-11-05 06:47:14 +01:00
2006-05-12 02:11:52 +02:00
# define MSGTR_UsingNINI "Usando formato de AVI arruinado 'NON-INTERLEAVED'.\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_CouldntDetFNo "No se puede determinar el n<> mero de cuadros (para una b<> squeda absoluta).\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_CantSeekRawAVI "No se puede avanzar o retroceder en un stream crudo .AVI (se requiere <20> ndice, prueba con -idx).\n"
# define MSGTR_CantSeekFile "No se puede avanzar o retroceder en este archivo.\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_EncryptedVOB "<22> Archivo VOB encriptado! Lea DOCS / HTML / es / dvd.html.\n"
# define MSGTR_MOVcomprhdr "MOV: <20> Soporte de Cabecera comprimida requiere ZLIB!.\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_MOVvariableFourCC "MOV: Advertencia. <20> Variable FOURCC detectada!\n"
# define MSGTR_MOVtooManyTrk "MOV: Advertencia. <20> Demasiadas pistas!"
2002-09-23 09:49:25 +02:00
# define MSGTR_FoundAudioStream "==> Encontrado stream de audio: %d\n"
# define MSGTR_FoundVideoStream "==> Encontrado stream de v<> deo: %d\n"
# define MSGTR_DetectedTV "Detectado TV.\n"
# define MSGTR_ErrorOpeningOGGDemuxer "No se puede abrir el demuxer ogg.\n"
# define MSGTR_ASFSearchingForAudioStream "ASF: Buscando stream de audio (id:%d)\n"
# define MSGTR_CannotOpenAudioStream "No se puede abrir stream de audio: %s\n"
# define MSGTR_CannotOpenSubtitlesStream "No se puede abrir stream de subt<62> tulos: %s\n"
# define MSGTR_OpeningAudioDemuxerFailed "No se pudo abrir el demuxer de audio: %s\n"
# define MSGTR_OpeningSubtitlesDemuxerFailed "No se pudo abrir demuxer de subt<62> tulos: %s\n"
# define MSGTR_TVInputNotSeekable "Entrada de TV no es buscable.\n"
# define MSGTR_DemuxerInfoAlreadyPresent "Informaci<63> n de demuxer %s ya est<73> disponible.\n"
# define MSGTR_ClipInfo "Informaci<63> n de clip: \n"
2005-05-02 15:58:58 +02:00
# define MSGTR_LeaveTelecineMode "\ndemux_mpg: contenido NTSC de 30000 / 1001cps detectado, cambiando cuadros por segundo.\n"
# define MSGTR_EnterTelecineMode "\ndemux_mpg: contenido NTSC progresivo de 24000 / 1001cps detectado, cambiando cuadros por segundo.\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_CacheFill "\rLlenando cache: %5.2f%% (%d bytes) "
# define MSGTR_NoBindFound "No se econtr<74> una asignaci<63> n para la tecla '%s'"
# define MSGTR_FailedToOpen "No se pudo abrir %s\n"
2003-02-15 19:29:56 +01:00
2003-01-31 02:43:05 +01:00
// dec_video.c & dec_audio.c:
2002-09-23 09:49:25 +02:00
# define MSGTR_CantOpenCodec "No se pudo abrir codec.\n"
# define MSGTR_CantCloseCodec "No se pudo cerrar codec.\n"
2001-11-05 06:47:14 +01:00
# define MSGTR_MissingDLLcodec "ERROR: No se pudo abrir el codec DirectShow requerido: %s\n"
# define MSGTR_ACMiniterror "No se puede cargar / inicializar codecs de audio Win32 / ACM (falta archivo DLL?)\n"
# define MSGTR_MissingLAVCcodec "No se encuentra codec '%s' en libavcodec...\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF mientras buscaba la cabecera de secuencia.\n"
# define MSGTR_CannotReadMpegSequHdr "FATAL: No se puede leer cabecera de secuencia.\n"
# define MSGTR_CannotReadMpegSequHdrEx "FATAL: No se puede leer la extensi<73> n de la cabecera de secuencia.\n"
# define MSGTR_BadMpegSequHdr "MPEG: Mala cabecera de secuencia.\n"
# define MSGTR_BadMpegSequHdrEx "MPEG: Mala extensi<73> n de la cabecera de secuencia.\n"
# define MSGTR_ShMemAllocFail "No se puede alocar memoria compartida.\n"
# define MSGTR_CantAllocAudioBuf "No se puede alocar buffer de la salida de audio.\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_UnknownAudio "Formato de audio desconocido / faltante, no se reproducir<69> sonido.\n"
2001-11-05 06:47:14 +01:00
2002-09-23 09:49:25 +02:00
# define MSGTR_UsingExternalPP "[PP] Usando filtro de postprocesado externo, max q = %d.\n"
# define MSGTR_UsingCodecPP "[PP] Usando postprocesado del codec, max q = %d.\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_VideoAttributeNotSupportedByVO_VD "Atributo de video '%s' no es soportado por -vo y -vd actuales. \n"
# define MSGTR_VideoCodecFamilyNotAvailableStr "Familia de codec de video solicitada [%s] (vfm=%s) no est<73> disponible (act<63> valo al compilar).\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_AudioCodecFamilyNotAvailableStr "Familia de codec de audio solicitada [%s] (afm=%s) no est<73> disponible (act<63> valo al compilar).\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_OpeningVideoDecoder "Abriendo decodificador de video: [%s] %s.\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_SelectedVideoCodec "Video codec seleccionado: [%s] vfm: %s (%s)\n"
# define MSGTR_OpeningAudioDecoder "Abriendo decodificador de audio: [%s] %s.\n"
# define MSGTR_SelectedAudioCodec "Audio codec seleccionado: [%s] afm: %s (%s)\n"
# define MSGTR_BuildingAudioFilterChain "Construyendo cadena de filtros de audio para %dHz / %dch / %s -> %dHz / %dch / %s...\n"
2003-01-31 02:43:05 +01:00
# define MSGTR_UninitVideoStr "uninit video: %s.\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_UninitAudioStr "uninit audio: %s.\n"
# define MSGTR_VDecoderInitFailed "Inicializaci<63> n del VDecoder ha fallado.\n"
# define MSGTR_ADecoderInitFailed "Inicializaci<63> n del ADecoder ha fallado.\n"
# define MSGTR_ADecoderPreinitFailed "Preinicializaci<63> n del ADecoder ha fallado.\n"
# define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Alocando %d bytes para el b<> fer de entrada.\n"
# define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes para el b<> fer de salida.\n"
2001-11-05 06:47:14 +01:00
// LIRC:
2002-09-23 09:49:25 +02:00
# define MSGTR_SettingUpLIRC "Configurando soporte para LIRC...\n"
# define MSGTR_LIRCdisabled "No podr<64> s usar el control remoto.\n"
# define MSGTR_LIRCopenfailed "Fallo al abrir el soporte para LIRC.\n"
# define MSGTR_LIRCcfgerr "Fallo al leer archivo de configuraci<63> n de LIRC %s.\n"
// vf.c
2006-05-12 02:11:52 +02:00
# define MSGTR_CouldNotFindVideoFilter "No se pudo encontrar el filtro de video '%s'.\n"
# define MSGTR_CouldNotOpenVideoFilter "No se pudo abrir el filtro de video '%s'.\n"
# define MSGTR_OpeningVideoFilter "Abriendo filtro de video: "
2004-06-27 17:47:18 +02:00
# define MSGTR_CannotFindColorspace "No se pudo encontrar espacio de color concordante, ni siquiera insertando 'scale' :(.\n"
2002-09-23 09:49:25 +02:00
// vd.c
2003-01-31 02:43:05 +01:00
# define MSGTR_CodecDidNotSet "VDec: el codec no declar<61> sh->disp_w y sh->disp_h, intentando solucionarlo!\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_VoConfigRequest "VDec: vo solicitud de config - %d x %d (csp preferida: %s).\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_CouldNotFindColorspace "No se pudo encontrar colorspace concordante - reintentando escalado -vf...\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_MovieAspectIsSet "Aspecto es %.2f:1 - prescalando a aspecto correcto.\n"
# define MSGTR_MovieAspectUndefined "Aspecto de pel<65> cula no es definido - no se ha aplicado prescalado.\n"
2001-11-05 06:47:14 +01:00
2004-08-11 10:41:42 +02:00
// vd_dshow.c, vd_dmo.c
2006-03-01 11:01:43 +01:00
# define MSGTR_DownloadCodecPackage "Necesita actualizar / instalar el paquete binario con codecs.\n Dirijase a http: //www.mplayerhq.hu/dload.html\n"
2006-05-12 02:11:52 +02:00
# define MSGTR_DShowInitOK "INFO: Inicializaci<63> n correcta de codec de video Win32 / DShow.\n"
# define MSGTR_DMOInitOK "INFO: Inicializaci<63> n correcta de codec de video Win32 / DMO.\n"
2004-08-11 10:41:42 +02:00
2004-06-27 17:47:18 +02:00
// x11_common.c
# define MSGTR_EwmhFullscreenStateFailed "\nX11: <20> No se pudo enviar evento de pantalla completa EWMH!\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_CouldNotFindXScreenSaver "xscreensaver_disable: no se pudo encontrar ventana XScreenSaver.\n"
# define MSGTR_SelectedVideoMode "XF86VM: Modo de video seleccionado %dx%d para tama<6D> o de imagen %dx%d.\n"
# define MSGTR_InsertingAfVolume "[Mixer] No se ecnontr<74> mezclador de volumen por hardware, insertando filtro de volumen.\n"
2004-08-11 10:41:42 +02:00
# define MSGTR_NoVolume "[Mixer] Na hay control de volumen disponible.\n"
2001-11-05 06:47:14 +01:00
// ====================== GUI messages/buttons ========================
# ifdef HAVE_NEW_GUI
// --- labels ---
2002-09-23 09:49:25 +02:00
# define MSGTR_About "Acerca de"
2003-10-17 14:07:02 +02:00
# define MSGTR_FileSelect "Seleccionar archivo..."
# define MSGTR_SubtitleSelect "Seleccionar subt<62> tulos..."
# define MSGTR_OtherSelect "Seleccionar..."
# define MSGTR_AudioFileSelect "Seleccionar canal de audio externo..."
# define MSGTR_FontSelect "Seleccionar fuente..."
2002-09-23 09:49:25 +02:00
# define MSGTR_PlayList "Lista de reproducci<63> n"
# define MSGTR_Equalizer "Equalizador"
# define MSGTR_SkinBrowser "Navegador de skins"
2003-10-17 14:07:02 +02:00
# define MSGTR_Network "Streaming por red..."
2002-09-23 09:49:25 +02:00
# define MSGTR_Preferences "Preferencias"
2004-08-11 10:41:42 +02:00
# define MSGTR_AudioPreferences "Configuraci<63> n de controlador de Audio"
2006-05-12 02:11:52 +02:00
# define MSGTR_NoMediaOpened "no se abri<72> audio / video"
2002-09-23 09:49:25 +02:00
# define MSGTR_VCDTrack "pista VCD %d"
# define MSGTR_NoChapter "sin cap<61> tulo"
# define MSGTR_Chapter "cap<61> tulo %d"
# define MSGTR_NoFileLoaded "no se ha cargado ning<6E> n archivo"
2001-11-05 06:47:14 +01:00
2003-01-31 02:43:05 +01:00
2001-11-05 06:47:14 +01:00
// --- buttons ---
# define MSGTR_Ok "Ok"
# define MSGTR_Cancel "Cancelar"
# define MSGTR_Add "Agregar"
# define MSGTR_Remove "Quitar"
2002-09-23 09:49:25 +02:00
# define MSGTR_Clear "Limpiar"
# define MSGTR_Config "Configurar"
# define MSGTR_ConfigDriver "Configurar driver"
# define MSGTR_Browse "Navegar"
2001-11-05 06:47:14 +01:00
// --- error messages ---
2002-09-23 09:49:25 +02:00
# define MSGTR_NEMDB "No hay suficiente memoria para dibujar el b<> fer."
# define MSGTR_NEMFMR "No hay suficiente memoria para dibujar el men<65> ."
# define MSGTR_IDFGCVD "No se encuentra driver -vo compatible con la interfaz gr<67> fica."
# define MSGTR_NEEDLAVCFAME "No puede reproducir archivos no MPEG con su DXR3 / H+ sin recodificaci<63> n. Activa lavc o fame en la configuraci<63> n del DXR3 / H+."
2005-05-02 15:58:58 +02:00
# define MSGTR_UNKNOWNWINDOWTYPE "Encontrado tipo de ventana desconocido ..."
2001-11-05 06:47:14 +01:00
// --- skin loader error messages
2002-09-23 09:49:25 +02:00
# define MSGTR_SKIN_ERRORMESSAGE "[skin] error en configuraci<63> n de skin en la l<> nea %d: %s"
2004-06-29 18:05:50 +02:00
# define MSGTR_SKIN_WARNING1 "[skin] advertencia en archivo de configuraci<63> n en la l<> nea %d:\n control (%s) encontrado pero no se encontro \"section\" antes"
# define MSGTR_SKIN_WARNING2 "[skin] advertencia en archivo de configuraci<63> n en la l<> nea %d:\n control (%s) encontrado pero no se encontro \"subsection\" antes"
# define MSGTR_SKIN_WARNING3 "[skin] advertencia en archivo de configuraci<63> n en la linea %d:\nesta subsecci<63> n no esta soportada por control (%s)"
2005-05-02 15:58:58 +02:00
# define MSGTR_SKIN_SkinFileNotFound "[skin] no se encontr<74> archivo ( %s ).\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_SKIN_SkinFileNotReadable "[skin] file no leible ( %s ).\n"
2003-10-17 14:07:02 +02:00
# define MSGTR_SKIN_BITMAP_16bit "Mapa de bits de 16 bits o menos no soportado (%s).\n"
# define MSGTR_SKIN_BITMAP_FileNotFound "Archivo no encontrado (%s).\n"
# define MSGTR_SKIN_BITMAP_BMPReadError "Error al leer BMP (%s).\n"
# define MSGTR_SKIN_BITMAP_TGAReadError "Error al leer TGA (%s).\n"
# define MSGTR_SKIN_BITMAP_PNGReadError "Error al leer PNG (%s).\n"
# define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed TGA no soportado (%s).\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_SKIN_BITMAP_UnknownFileType "Tipo de archivo desconocido (%s)\n"
2006-04-29 01:06:42 +02:00
# define MSGTR_SKIN_BITMAP_ConversionError "Error de conversi<73> n de 24 bit a 32 bit (%s).\n"
2002-09-23 09:49:25 +02:00
# define MSGTR_SKIN_BITMAP_UnknownMessage "Mensaje desconocido: %s.\n"
# define MSGTR_SKIN_FONT_NotEnoughtMemory "No hay suficiente memoria.\n"
# define MSGTR_SKIN_FONT_TooManyFontsDeclared "Demasiadas fuentes declaradas.\n"
# define MSGTR_SKIN_FONT_FontFileNotFound "Archivo de fuentes no encontrado.\n"
# define MSGTR_SKIN_FONT_FontImageNotFound "Archivo de imagen de fuente noi encontrado.\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_SKIN_FONT_NonExistentFontID "identificador de fuente no existente (%s).\n"
# define MSGTR_SKIN_UnknownParameter "par<61> metro desconocido (%s)\n"
# define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin no encontrado (%s).\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_SKIN_SKINCFG_SelectedSkinNotFound "Skin elegida ( %s ) no encontrada, probando 'default'...\n"
2004-03-04 22:52:31 +01:00
# define MSGTR_SKIN_SKINCFG_SkinCfgReadError "Error de lectura del archivo de configuraci<63> n del skin (%s).\n"
2002-01-07 00:06:40 +01:00
# define MSGTR_SKIN_LABEL "Skins:"
2001-11-05 06:47:14 +01:00
2002-01-07 00:06:40 +01:00
// --- gtk menus
# define MSGTR_MENU_AboutMPlayer "Sobre MPlayer"
2003-10-17 14:07:02 +02:00
# define MSGTR_MENU_Open "Abrir..."
# define MSGTR_MENU_PlayFile "Reproducir archivo..."
# define MSGTR_MENU_PlayVCD "Reproducir VCD..."
# define MSGTR_MENU_PlayDVD "Reproducir DVD..."
# define MSGTR_MENU_PlayURL "Reproducir URL..."
# define MSGTR_MENU_LoadSubtitle "Cargar subt<62> tulos..."
2004-03-04 22:52:31 +01:00
# define MSGTR_MENU_DropSubtitle "Cancelar subtitulos..."
2003-10-17 14:07:02 +02:00
# define MSGTR_MENU_LoadExternAudioFile "Cargar archivo de audio externo..."
2003-01-31 02:43:05 +01:00
# define MSGTR_MENU_Playing "Reproduciendo"
2002-01-07 00:06:40 +01:00
# define MSGTR_MENU_Play "Reproducir"
# define MSGTR_MENU_Pause "Pausa"
# define MSGTR_MENU_Stop "Parar"
# define MSGTR_MENU_NextStream "Siguiente stream"
# define MSGTR_MENU_PrevStream "Anterior stream"
# define MSGTR_MENU_Size "Tama<6D> o"
2005-05-02 15:58:58 +02:00
# define MSGTR_MENU_HalfSize "Mitad del Tama<6D> o"
2002-01-07 00:06:40 +01:00
# define MSGTR_MENU_NormalSize "Tama<6D> o normal"
# define MSGTR_MENU_DoubleSize "Tama<6D> o doble"
2002-09-23 09:49:25 +02:00
# define MSGTR_MENU_FullScreen "Pantalla completa"
2002-01-07 00:06:40 +01:00
# define MSGTR_MENU_DVD "DVD"
2002-06-03 17:06:32 +02:00
# define MSGTR_MENU_VCD "VCD"
2003-10-17 14:07:02 +02:00
# define MSGTR_MENU_PlayDisc "Reproducir disco..."
2002-01-07 00:06:40 +01:00
# define MSGTR_MENU_ShowDVDMenu "Mostrar men<65> DVD"
# define MSGTR_MENU_Titles "T<> tulos"
# define MSGTR_MENU_Title "T<> tulo %2d"
# define MSGTR_MENU_None "(ninguno)"
# define MSGTR_MENU_Chapters "Cap<61> tulos"
# define MSGTR_MENU_Chapter "Cap<61> tulo %2d"
2002-09-23 09:49:25 +02:00
# define MSGTR_MENU_AudioLanguages "Idiomas de audio"
2002-01-07 00:06:40 +01:00
# define MSGTR_MENU_SubtitleLanguages "Idiomas de subt<62> tulos"
2005-10-26 03:35:27 +02:00
# define MSGTR_MENU_PlayList MSGTR_PlayList
2002-09-23 09:49:25 +02:00
# define MSGTR_MENU_SkinBrowser "Navegador de skins"
2005-10-26 03:35:27 +02:00
# define MSGTR_MENU_Preferences MSGTR_Preferences
2004-03-04 22:52:31 +01:00
# define MSGTR_MENU_Exit "Salir..."
2003-02-15 19:29:56 +01:00
# define MSGTR_MENU_Mute "Mudo"
# define MSGTR_MENU_Original "Original"
# define MSGTR_MENU_AspectRatio "Relaci<63> n de aspecto"
# define MSGTR_MENU_AudioTrack "Pista de Audio"
# define MSGTR_MENU_Track "Pista %d"
# define MSGTR_MENU_VideoTrack "Pista de Video"
2002-09-23 09:49:25 +02:00
// --- equalizer
# define MSGTR_EQU_Audio "Audio"
# define MSGTR_EQU_Video "Video"
# define MSGTR_EQU_Contrast "Contraste: "
# define MSGTR_EQU_Brightness "Brillo: "
# define MSGTR_EQU_Hue "Hue: "
# define MSGTR_EQU_Saturation "Saturaci<63> n: "
# define MSGTR_EQU_Front_Left "Frente izquierdo"
# define MSGTR_EQU_Front_Right "Frente derecho"
# define MSGTR_EQU_Back_Left "Fondo izquierdo"
# define MSGTR_EQU_Back_Right "Fondo dercho"
# define MSGTR_EQU_Center "Centro"
2003-02-15 19:29:56 +01:00
# define MSGTR_EQU_Bass "Bajo"
2002-09-23 09:49:25 +02:00
# define MSGTR_EQU_All "Todos"
2003-02-15 19:29:56 +01:00
# define MSGTR_EQU_Channel1 "Canal 1:"
# define MSGTR_EQU_Channel2 "Canal 2:"
# define MSGTR_EQU_Channel3 "Canal 3:"
# define MSGTR_EQU_Channel4 "Canal 4:"
# define MSGTR_EQU_Channel5 "Canal 5:"
# define MSGTR_EQU_Channel6 "Canal 6:"
2002-09-23 09:49:25 +02:00
// --- playlist
# define MSGTR_PLAYLIST_Path "Ubicaci<63> n"
# define MSGTR_PLAYLIST_Selected "Archivos seleccionados"
# define MSGTR_PLAYLIST_Files "Archivos"
# define MSGTR_PLAYLIST_DirectoryTree "<22> rbol de directorios"
// --- preferences
2005-10-26 03:35:27 +02:00
# define MSGTR_PREFERENCES_Audio MSGTR_EQU_Audio
# define MSGTR_PREFERENCES_Video MSGTR_EQU_Video
2003-02-15 19:29:56 +01:00
# define MSGTR_PREFERENCES_SubtitleOSD "Subt<62> tulos y OSD"
# define MSGTR_PREFERENCES_Codecs "Codecs y demuxer"
# define MSGTR_PREFERENCES_Misc "Misc"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_None "Ninguno"
2004-08-11 10:41:42 +02:00
# define MSGTR_PREFERENCES_DriverDefault "controlador por omisi<73> n"
2006-05-12 02:11:52 +02:00
# define MSGTR_PREFERENCES_AvailableDrivers "Controladores disponibles:"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_DoNotPlaySound "No reproducir sonido"
# define MSGTR_PREFERENCES_NormalizeSound "Normalizar sonido"
2006-04-29 01:06:42 +02:00
# define MSGTR_PREFERENCES_EnableEqualizer "Activar equalizer"
2005-05-02 15:58:58 +02:00
# define MSGTR_PREFERENCES_SoftwareMixer "Activar mezclador por software"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_ExtraStereo "Activar estereo extra"
# define MSGTR_PREFERENCES_Coefficient "Coeficiente:"
# define MSGTR_PREFERENCES_AudioDelay "Retraso de audio"
# define MSGTR_PREFERENCES_DoubleBuffer "Activar buffering doble"
# define MSGTR_PREFERENCES_DirectRender "Activar renderizaci<63> n directa"
# define MSGTR_PREFERENCES_FrameDrop "Activar frame dropping"
# define MSGTR_PREFERENCES_HFrameDrop "Activar frame dropping DURO (peligroso)"
# define MSGTR_PREFERENCES_Flip "Visualizar imagen al rev<65> s"
# define MSGTR_PREFERENCES_Panscan "Panscan: "
# define MSGTR_PREFERENCES_OSDTimer "Timer e indicadores"
# define MSGTR_PREFERENCES_OSDProgress "S<> lo barra de progreso"
2003-02-15 19:29:56 +01:00
# define MSGTR_PREFERENCES_OSDTimerPercentageTotalTime "Timer, porcentaje y tiempo total"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_Subtitle "Subt<62> tulo:"
# define MSGTR_PREFERENCES_SUB_Delay "Retraso: "
# define MSGTR_PREFERENCES_SUB_FPS "FPS:"
# define MSGTR_PREFERENCES_SUB_POS "Posici<63> n: "
# define MSGTR_PREFERENCES_SUB_AutoLoad "Desactivar carga autom<6F> tica de subt<62> tulos"
# define MSGTR_PREFERENCES_SUB_Unicode "Subt<62> tulo unicode"
# define MSGTR_PREFERENCES_SUB_MPSUB "Convertir el subt<62> tulo dado al formato de subt<62> tulos de MPlayer"
# define MSGTR_PREFERENCES_SUB_SRT "Convertir el subt<62> tulo dado al formato basado en tiempo SubViewer (SRT)"
2003-02-15 19:29:56 +01:00
# define MSGTR_PREFERENCES_SUB_Overlap "Superposici<63> n de subtitulos"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_Font "Fuente:"
# define MSGTR_PREFERENCES_FontFactor "Factor de fuente:"
# define MSGTR_PREFERENCES_PostProcess "Activar postprocesado"
# define MSGTR_PREFERENCES_AutoQuality "Calidad autom<6F> tica: "
# define MSGTR_PREFERENCES_NI "Usar non-interleaved AVI parser"
2006-05-12 07:50:13 +02:00
# define MSGTR_PREFERENCES_IDX "Reconstruir tabla de <20> ndices, si se necesita"
2006-05-12 02:11:52 +02:00
# define MSGTR_PREFERENCES_VideoCodecFamily "Familia de codec de video:"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_AudioCodecFamily "Familia de codec de audio:"
# define MSGTR_PREFERENCES_FRAME_OSD_Level "Nivel OSD"
# define MSGTR_PREFERENCES_FRAME_Subtitle "Subt<62> tulos"
# define MSGTR_PREFERENCES_FRAME_Font "Fuente"
# define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocesado"
# define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec y demuxer"
2003-02-15 19:29:56 +01:00
# define MSGTR_PREFERENCES_FRAME_Cache "Cache"
2005-10-26 03:35:27 +02:00
# define MSGTR_PREFERENCES_FRAME_Misc MSGTR_PREFERENCES_Misc
2004-08-11 10:41:42 +02:00
# define MSGTR_PREFERENCES_Audio_Device "Dispositivo:"
# define MSGTR_PREFERENCES_Audio_Mixer "Mezclador:"
# define MSGTR_PREFERENCES_Audio_MixerChannel "Canal del Mezclador:"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_Message "Algunas opciones requieren reiniciar la reproducci<63> n."
2006-05-12 02:11:52 +02:00
# define MSGTR_PREFERENCES_DXR3_VENC "Codificador de video:"
2003-10-17 14:07:02 +02:00
# define MSGTR_PREFERENCES_DXR3_LAVC "Usar LAVC (FFmpeg)"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_DXR3_FAME "Usar FAME"
# define MSGTR_PREFERENCES_FontEncoding1 "Unicode"
# define MSGTR_PREFERENCES_FontEncoding2 "Occidental (ISO-8859-1)"
# define MSGTR_PREFERENCES_FontEncoding3 "Occidental con euro (ISO-8859-15)"
2003-05-26 18:49:26 +02:00
# define MSGTR_PREFERENCES_FontEncoding4 "Eslavo / Centroeuropeo (ISO-8859-2)"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_FontEncoding5 "Esperanto, Gallego, Malt<6C> s, Turco (ISO-8859-3)"
# define MSGTR_PREFERENCES_FontEncoding6 "B<> ltico (ISO-8859-4)"
2003-02-15 09:45:53 +01:00
# define MSGTR_PREFERENCES_FontEncoding7 "Cir<69> lico (ISO-8859-5)"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_FontEncoding8 "<22> rabe (ISO-8859-6)"
# define MSGTR_PREFERENCES_FontEncoding9 "Griego moderno (ISO-8859-7)"
# define MSGTR_PREFERENCES_FontEncoding10 "Turco (ISO-8859-9)"
# define MSGTR_PREFERENCES_FontEncoding11 "B<> ltico (ISO-8859-13)"
2003-01-31 02:43:05 +01:00
# define MSGTR_PREFERENCES_FontEncoding12 "C<> ltico (ISO-8859-14)"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_FontEncoding13 "Hebreo (ISO-8859-8)"
# define MSGTR_PREFERENCES_FontEncoding14 "Ruso (KOI8-R)"
# define MSGTR_PREFERENCES_FontEncoding15 "Belaruso (KOI8-U / RU)"
# define MSGTR_PREFERENCES_FontEncoding16 "Chino simplificado (CP936)"
# define MSGTR_PREFERENCES_FontEncoding17 "Chino tradicional (BIG5)"
# define MSGTR_PREFERENCES_FontEncoding18 "Japan<61> s(SHIFT-JIS)"
# define MSGTR_PREFERENCES_FontEncoding19 "Coreano (CP949)"
# define MSGTR_PREFERENCES_FontEncoding20 "Thai (CP874)"
# define MSGTR_PREFERENCES_FontEncoding21 "Cir<69> lico (Windows) (CP1251)"
2003-05-26 18:49:26 +02:00
# define MSGTR_PREFERENCES_FontEncoding22 "Eslavo / Centroeuropeo (Windows) (CP1250)"
2002-09-23 09:49:25 +02:00
# define MSGTR_PREFERENCES_FontNoAutoScale "Sin autoescalado"
# define MSGTR_PREFERENCES_FontPropWidth "Proporcional a la anchura de pel<65> cula"
# define MSGTR_PREFERENCES_FontPropHeight "Proporcional a la altura de pel<65> cula"
# define MSGTR_PREFERENCES_FontPropDiagonal "Proporcional al diagonal de pel<65> cula"
# define MSGTR_PREFERENCES_FontEncoding "Codificaci<63> n:"
# define MSGTR_PREFERENCES_FontBlur "Blur:"
# define MSGTR_PREFERENCES_FontOutLine "Outline:"
# define MSGTR_PREFERENCES_FontTextScale "Escalado de texto:"
# define MSGTR_PREFERENCES_FontOSDScale "Escalado de OSD:"
# define MSGTR_PREFERENCES_SubtitleOSD "Subt<62> tulos y OSD"
2003-02-15 19:29:56 +01:00
# define MSGTR_PREFERENCES_Cache "Cache si / no"
# define MSGTR_PREFERENCES_CacheSize "Tama<6D> o de Cache: "
# define MSGTR_PREFERENCES_LoadFullscreen "Empezar en pantalla completa"
2003-05-03 19:03:13 +02:00
# define MSGTR_PREFERENCES_SaveWinPos "Guardar posici<63> n de la ventana"
2003-02-15 19:29:56 +01:00
# define MSGTR_PREFERENCES_XSCREENSAVER "Detener Salvador de Pantallas de X"
# define MSGTR_PREFERENCES_PlayBar "Habilitar barra de reproducci<63> n"
# define MSGTR_PREFERENCES_AutoSync "AutoSync si / no"
# define MSGTR_PREFERENCES_AutoSyncValue "Autosync: "
# define MSGTR_PREFERENCES_CDROMDevice "Dispositivo de CD-ROM:"
# define MSGTR_PREFERENCES_DVDDevice "Dispositivo de DVD:"
# define MSGTR_PREFERENCES_FPS "Cuadros por segundo de la Pelicula:"
2004-03-04 22:52:31 +01:00
# define MSGTR_PREFERENCES_ShowVideoWindow "Mostrar Ventana de Video cuando este inactiva"
2005-10-26 03:35:27 +02:00
# define MSGTR_PREFERENCES_ArtsBroken "Las versiones nuevas de aRts no son compatibles con GTK 1.x y botan GMPlayer!"
2003-02-15 19:29:56 +01:00
# define MSGTR_ABOUT_UHU " Desarrollo de GUI patrocinado por UHU Linux\n"
# define MSGTR_ABOUT_CoreTeam " Equipo principal de MPlayer:\n"
# define MSGTR_ABOUT_AdditionalCoders " Otros programadores:\n"
# define MSGTR_ABOUT_MainTesters " Testeadores m<> s importantes:\n"
2001-11-05 06:47:14 +01:00
2002-01-07 00:06:40 +01:00
// --- messagebox
2002-09-23 09:49:25 +02:00
# define MSGTR_MSGBOX_LABEL_FatalError "Error fatal"
# define MSGTR_MSGBOX_LABEL_Error "Error"
# define MSGTR_MSGBOX_LABEL_Warning "Advertencia"
2002-01-07 00:06:40 +01:00
2005-05-02 15:58:58 +02:00
// bitmap.c
# define MSGTR_NotEnoughMemoryC32To1 "[c32to1] no hay suficiente memoria para la imagen\n"
# define MSGTR_NotEnoughMemoryC1To32 "[c1to32] no hay suficiente memoria para la imagen\n"
// cfg.c
# define MSGTR_ConfigFileReadError "[cfg] error al leer archivo de configuraci<63> n ...\n"
# define MSGTR_UnableToSaveOption "[cfg] No se puede guardar la opci<63> n '%s'.\n"
// interface.c
# define MSGTR_DeletingSubtitles "[GUI] Borrando subt<62> tulos.\n"
# define MSGTR_LoadingSubtitles "[GUI] Carganado subt<62> tulos: %s\n"
# define MSGTR_AddingVideoFilter "[GUI] Agregando filtro de video: %s\n"
# define MSGTR_RemovingVideoFilter "[GUI] Eliminando filtro de video: %s\n"
// mw.c
# define MSGTR_NotAFile "Esto no parece ser un archivo: %s !\n"
// ws.c
# define MSGTR_WS_CouldNotOpenDisplay "[ws] No puede abrir el display.\n"
# define MSGTR_WS_RemoteDisplay "[ws] Display remoto, desactivando XMITSHM.\n"
# define MSGTR_WS_NoXshm "[ws] Lo lamento, su sistema no soporta la extensi<73> n de memoria compartida X.\n"
# define MSGTR_WS_NoXshape "[ws] Lo lamento, su sistema no soporta la extensi<73> n XShape.\n"
# define MSGTR_WS_ColorDepthTooLow "[ws] Lo lamento, la profundidad de color es demasiado baja.\n"
# define MSGTR_WS_TooManyOpenWindows "[ws] Hay demasiadas ventanas abiertas.\n"
# define MSGTR_WS_ShmError "[ws] Error en la extensi<73> n de memoria compartida\n"
# define MSGTR_WS_NotEnoughMemoryDrawBuffer "[ws] Lo lamento, no hay suficiente memoria para el buffer de dibujo.\n"
# define MSGTR_WS_DpmsUnavailable "<22> DPMS no disponible?\n"
2005-05-04 21:49:32 +02:00
# define MSGTR_WS_DpmsNotEnabled "No se pudo activar DPMS.\n"
2005-05-02 15:58:58 +02:00
// wsxdnd.c
# define MSGTR_WS_NotAFile "Esto no parece ser un archivo...\n"
# define MSGTR_WS_DDNothing "D&D: <20> No retorno nada!\n"
2002-01-07 00:06:40 +01:00
# endif
2004-09-02 21:33:17 +02:00
// ======================= VO Video Output drivers ========================
2006-05-12 02:11:52 +02:00
# define MSGTR_VOincompCodec "Disculpe, el dispositivo de salida de video es incompatible con este codec.\n"
2004-09-08 05:51:37 +02:00
# define MSGTR_VO_GenericError "Este error ha ocurrido"
# define MSGTR_VO_UnableToAccess "No es posible acceder"
# define MSGTR_VO_ExistsButNoDirectory "ya existe, pero no es un directorio."
# define MSGTR_VO_DirExistsButNotWritable "El directorio ya existe, pero no se puede escribir en <20> l."
# define MSGTR_VO_DirExistsAndIsWritable "El directorio ya existe y se puede escribir en <20> l."
# define MSGTR_VO_CantCreateDirectory "No es posible crear el directorio de salida."
2005-05-02 15:58:58 +02:00
# define MSGTR_VO_CantCreateFile "No es posible crear archivo de salida."
2004-09-08 05:51:37 +02:00
# define MSGTR_VO_DirectoryCreateSuccess "Directorio de salida creado exitosamente."
2005-05-02 15:58:58 +02:00
# define MSGTR_VO_ParsingSuboptions "Analizando subopciones."
2006-05-12 07:50:13 +02:00
# define MSGTR_VO_SuboptionsParsedOK "Subopciones analizadas correctamente."
2005-05-02 15:58:58 +02:00
# define MSGTR_VO_ValueOutOfRange "Valor fuera de rango"
# define MSGTR_VO_NoValueSpecified "Valor no especificado."
# define MSGTR_VO_UnknownSuboptions "Subopci<63> n(es) desconocida(s)"
// vo_aa.c
# define MSGTR_VO_AA_HelpHeader "\n\nAqu<71> estan las subopciones del vo_aa aalib:\n"
# define MSGTR_VO_AA_AdditionalOptions "Opciones adicionales provistas por vo_aa:\n" \
" help mostrar esta ayuda \n " \
" osdcolor elegir color de osd \n subcolor elegir color de subtitlos \n " \
" los par<61> metros de color son: \n 0 : normal \n " \
" 1 : oscuro \n 2 : bold \n 3 : boldfont \n " \
" 4 : reverso \n 5 : especial \n \n \n "
2004-09-02 21:33:17 +02:00
2005-10-26 03:35:27 +02:00
// vo_jpeg.c
2004-10-20 17:42:40 +02:00
# define MSGTR_VO_JPEG_ProgressiveJPEG "JPEG progresivo habilitado."
# define MSGTR_VO_JPEG_NoProgressiveJPEG "JPEG progresivo deshabilitado."
# define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG habilitado."
# define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG deshabilitado."
// vo_pnm.c
# define MSGTR_VO_PNM_ASCIIMode "modo ASCII habilitado."
# define MSGTR_VO_PNM_RawMode "Raw mode habilitado."
# define MSGTR_VO_PNM_PPMType "Escribir<69> archivos PPM."
# define MSGTR_VO_PNM_PGMType "Escribir<69> archivos PGM."
# define MSGTR_VO_PNM_PGMYUVType "Escribir<69> archivos PGMYUV."
// vo_yuv4mpeg.c
# define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "Modo interlaceado requiere que la altura de la imagen sea divisible por 4."
# define MSGTR_VO_YUV4MPEG_InterlacedLineBufAllocFail "No se pudo reservar buffer de l<> nea para el modo interlaceado."
# define MSGTR_VO_YUV4MPEG_InterlacedInputNotRGB "Entrada no es RGB, imposible separar crominancia por campos!"
# define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "El ancho de la imagen debe ser divisible por 2."
# define MSGTR_VO_YUV4MPEG_NoMemRGBFrameBuf "No hay memoria suficiente para reservar framebuffer RGB."
# define MSGTR_VO_YUV4MPEG_OutFileOpenError "Imposible obtener memoria o descriptor de archivos para escribir \"stream.yuv\"!"
# define MSGTR_VO_YUV4MPEG_OutFileWriteError "Error escribiendo imagen a la salida!"
# define MSGTR_VO_YUV4MPEG_UnknownSubDev "Se desconoce el subdevice: %s"
# define MSGTR_VO_YUV4MPEG_InterlacedTFFMode "Usando modo de salida interlaceado, top-field primero."
# define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Usando modo de salida interlaceado, bottom-field primero."
# define MSGTR_VO_YUV4MPEG_ProgressiveMode "Usando (por defecto) modo de cuadro progresivo."
2005-05-02 15:58:58 +02:00
// Controladores viejos de vo que han sido reemplazados
2004-10-20 17:42:40 +02:00
# define MSGTR_VO_PGM_HasBeenReplaced "El controlador de salida pgm ha sido reemplazado por -vo pnm:pgmyuv.\n"
# define MSGTR_VO_MD5_HasBeenReplaced "El controlador de salida md5 ha sido reemplazado por -vo md5sum.\n"
// ======================= AO Audio Output drivers ========================
// libao2
// audio_out.c
2006-05-12 07:50:13 +02:00
# define MSGTR_AO_ALSA9_1x_Removed "audio_out: los m<> dulos alsa9 y alsa1x fueron eliminados, usa -ao alsa.\n"
2004-10-20 17:42:40 +02:00
// ao_oss.c
# define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Imposible abrir dispositivo mezclador %s: %s\n"
# define MSGTR_AO_OSS_ChanNotFound "[AO OSS] audio_setup: El mezclador de la tarjeta de audio no tiene el canal '%s' usando valor por omisi<73> n.\n"
# define MSGTR_AO_OSS_CantOpenDev "[AO OSS] audio_setup: Imposible abrir dispositivo de audio %s: %s\n"
# define MSGTR_AO_OSS_CantMakeFd "[AO OSS] audio_setup: Imposible crear descriptor de archivo, bloqueando: %s\n"
# define MSGTR_AO_OSS_CantSetAC3 "[AO OSS] Imposible configurar dispositivo de audio %s a salida AC3, tratando S16...\n"
# define MSGTR_AO_OSS_CantSetChans "[AO OSS] audio_setup: Imposible configurar dispositivo de audio a %d channels.\n"
# define MSGTR_AO_OSS_CantUseGetospace "[AO OSS] audio_setup: El controlador no soporta SNDCTL_DSP_GETOSPACE :-(\n"
# define MSGTR_AO_OSS_CantUseSelect "[AO OSS]\n *** Su controlador de audio no soporta select() ***\n Recompile MPlayer con #undef HAVE_AUDIO_SELECT en config.h !\n\n"
# define MSGTR_AO_OSS_CantReopen "[AO OSS]\n Error fatal: *** Imposible RE-ABRIR / RESETEAR DISPOSITIVO DE AUDIO *** %s\n"
// ao_arts.c
# define MSGTR_AO_ARTS_CantInit "[AO ARTS] %s\n"
# define MSGTR_AO_ARTS_ServerConnect "[AO ARTS] Conectado al servidor de sonido.\n"
# define MSGTR_AO_ARTS_CantOpenStream "[AO ARTS] Imposible abrir stream.\n"
# define MSGTR_AO_ARTS_StreamOpen "[AO ARTS] Stream Abierto.\n"
# define MSGTR_AO_ARTS_BufferSize "[AO ARTS] Tama<6D> o del buffer: %d\n"
// ao_dxr2.c
# define MSGTR_AO_DXR2_SetVolFailed "[AO DXR2] Fallo Seteando volumen en %d.\n"
# define MSGTR_AO_DXR2_UnsupSamplerate "[AO DXR2] dxr2: %d Hz no soportado, trate \"-aop list=resample\"\n"
// ao_esd.c
# define MSGTR_AO_ESD_CantOpenSound "[AO ESD] Fallo en esd_open_sound: %s\n"
# define MSGTR_AO_ESD_LatencyInfo "[AO ESD] latencia: [servidor: %0.2fs, red: %0.2fs] (ajuste %0.2fs)\n"
# define MSGTR_AO_ESD_CantOpenPBStream "[AO ESD] Fallo abriendo playback stream esd: %s\n"
// ao_mpegpes.c
# define MSGTR_AO_MPEGPES_CantSetMixer "[AO MPEGPES] Fallo configurando mezclador de audio DVB:%s\n"
# define MSGTR_AO_MPEGPES_UnsupSamplerate "[AO MPEGPES] %d Hz no soportado, trate de resamplear...\n"
// ao_pcm.c
# define MSGTR_AO_PCM_FileInfo "[AO PCM] Archivo: %s (%s)\nPCM: Samplerate: %iHz Canales: %s Formato %s\n"
2005-09-19 16:07:12 +02:00
# define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: El volcado m<> s r<> pido se logra con -vc dummy -vo null\nPCM: Info: Para escribir archivos de onda (WAVE) use -ao pcm:waveheader (valor por omisi<73> n).\n"
2004-10-20 17:42:40 +02:00
# define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Imposible abrir %s para escribir!\n"
// ao_sdl.c
# define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Canales: %s Formato %s\n"
# define MSGTR_AO_SDL_DriverInfo "[AO SDL] usando controlador de audio: %s .\n"
# define MSGTR_AO_SDL_UnsupportedAudioFmt "[AO SDL] Formato de audio no soportado: 0x%x.\n"
# define MSGTR_AO_SDL_CantInit "[AO SDL] Error inicializando audio SDL: %s\n"
# define MSGTR_AO_SDL_CantOpenAudio "[AO SDL] Imposible abrir audio: %s\n"
// ao_sgi.c
# define MSGTR_AO_SGI_INFO "[AO SGI] control.\n"
# define MSGTR_AO_SGI_InitInfo "[AO SGI] init: Samplerate: %iHz Canales: %s Formato %s\n"
# define MSGTR_AO_SGI_InvalidDevice "[AO SGI] play: dispositivo inv<6E> lido.\n"
# define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: fallo en setparams: %s\nImposble configurar samplerate deseado.\n"
# define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE No fue aceptado en el recurso dado.\n"
# define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: fallo en getparams: %s\n"
# define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: samplerate es ahora %lf (el deseado es %lf)\n"
# define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n"
# define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Imposible abrir canal de audio: %s\n"
# define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n"
2005-05-02 15:58:58 +02:00
# define MSGTR_AO_SGI_Reset "[AO SGI] reseteando: ...\n"
2004-10-20 17:42:40 +02:00
# define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pausa: ...\n"
# define MSGTR_AO_SGI_ResumeInfo "[AO SGI] audio_continuar: ...\n"
// ao_sun.c
# define MSGTR_AO_SUN_RtscSetinfoFailed "[AO SUN] rtsc: Fallo en SETINFO.\n"
# define MSGTR_AO_SUN_RtscWriteFailed "[AO SUN] rtsc: Fallo escribiendo."
# define MSGTR_AO_SUN_CantOpenAudioDev "[AO SUN] Imposible abrir dispositivo de audio %s, %s -> nosound.\n"
# define MSGTR_AO_SUN_UnsupSampleRate "[AO SUN] audio_setup: Su tarjeta no soporta el canal %d, %s, %d Hz samplerate.\n"
# define MSGTR_AO_SUN_CantUseSelect "[AO SUN]\n *** Su controlador de audio no soporta select() ***\nRecompile MPlayer con #undef HAVE_AUDIO_SELECT en config.h !\n\n"
# define MSGTR_AO_SUN_CantReopenReset "[AO SUN]\nError fatal: *** IMPOSIBLE RE-ABRIR / RESETEAR DISPOSITIVO DE AUDIO (%s) ***\n"
// ao_alsa5.c
# define MSGTR_AO_ALSA5_InitInfo "[AO ALSA5] alsa-init: formato solicitado: %d Hz, %d canales, %s\n"
# define MSGTR_AO_ALSA5_SoundCardNotFound "[AO ALSA5] alsa-init: No se encontr<74> tarjeta de sonido alguna.\n"
# define MSGTR_AO_ALSA5_InvalidFormatReq "[AO ALSA5] alsa-init: formato inv<6E> lido (%s) solicitado - deshabilitando salida.\n"
# define MSGTR_AO_ALSA5_PlayBackError "[AO ALSA5] alsa-init: Fallo en playback open: %s\n"
# define MSGTR_AO_ALSA5_PcmInfoError "[AO ALSA5] alsa-init: Error en pcm info: %s\n"
# define MSGTR_AO_ALSA5_SoundcardsFound "[AO ALSA5] alsa-init: %d tarjeta(s) de sonido encontrada(s), using: %s\n"
# define MSGTR_AO_ALSA5_PcmChanInfoError "[AO ALSA5] alsa-init: Error en la informaci<63> n del canal PCM: %s\n"
# define MSGTR_AO_ALSA5_CantSetParms "[AO ALSA5] alsa-init: Error configurando par<61> metros: %s\n"
# define MSGTR_AO_ALSA5_CantSetChan "[AO ALSA5] alsa-init: Error configurando canal: %s\n"
# define MSGTR_AO_ALSA5_ChanPrepareError "[AO ALSA5] alsa-init: Error preparando canal: %s\n"
# define MSGTR_AO_ALSA5_DrainError "[AO ALSA5] alsa-uninit: Error de 'playback drain': %s\n"
# define MSGTR_AO_ALSA5_FlushError "[AO ALSA5] alsa-uninit: Error de 'playback flush': %s\n"
# define MSGTR_AO_ALSA5_PcmCloseError "[AO ALSA5] alsa-uninit: Error cerrando pcm: %s\n"
# define MSGTR_AO_ALSA5_ResetDrainError "[AO ALSA5] alsa-reset: Error de 'playback drain': %s\n"
# define MSGTR_AO_ALSA5_ResetFlushError "[AO ALSA5] alsa-reset: Error de 'playback flush': %s\n"
# define MSGTR_AO_ALSA5_ResetChanPrepareError "[AO ALSA5] alsa-reset: Error preparando canal: %s\n"
# define MSGTR_AO_ALSA5_PauseDrainError "[AO ALSA5] alsa-pause: Error de 'playback drain': %s\n"
# define MSGTR_AO_ALSA5_PauseFlushError "[AO ALSA5] alsa-pause: Error de 'playback flush': %s\n"
# define MSGTR_AO_ALSA5_ResumePrepareError "[AO ALSA5] alsa-resume: Error preparando canal: %s\n"
# define MSGTR_AO_ALSA5_Underrun "[AO ALSA5] alsa-play: alsa underrun, reseteando stream.\n"
# define MSGTR_AO_ALSA5_PlaybackPrepareError "[AO ALSA5] alsa-play: Error preparando playback: %s\n"
# define MSGTR_AO_ALSA5_WriteErrorAfterReset "[AO ALSA5] alsa-play: Error de escritura despues de resetear: %s - me rindo!.\n"
# define MSGTR_AO_ALSA5_OutPutError "[AO ALSA5] alsa-play: Error de salida: %s\n"
// ao_plugin.c
2005-05-02 15:58:58 +02:00
# define MSGTR_AO_PLUGIN_InvalidPlugin "[AO PLUGIN] Plugin inv<6E> lido: %s\n"
// ======================= AF Audio Filters ================================
// libaf
// af_ladspa.c
2006-05-12 07:50:13 +02:00
# define MSGTR_AF_LADSPA_AvailableLabels "Etiquetas disponibles en"
2005-05-02 15:58:58 +02:00
# define MSGTR_AF_LADSPA_WarnNoInputs "ADVERTENCIA! Este plugin LADSPA no tiene entradas de audio.\n La se<73> al de entrada de audio se perder<65> ."
# define MSGTR_AF_LADSPA_ErrMultiChannel "Plugins Multi-canal (>2) no est<73> n soportados (todav<61> a).\n Use solo plugins mono y estereo."
2006-05-12 07:50:13 +02:00
# define MSGTR_AF_LADSPA_ErrNoOutputs "Este plug<75> n LADSPA no tiene salidas de audio."
2005-05-02 15:58:58 +02:00
# define MSGTR_AF_LADSPA_ErrInOutDiff "El n<> mero de entradas y de salidas de audio de este plugin LADSPA son distintas."
2006-05-12 07:50:13 +02:00
# define MSGTR_AF_LADSPA_ErrFailedToLoad "Fallo la carga."
2005-05-02 15:58:58 +02:00
# define MSGTR_AF_LADSPA_ErrNoDescriptor "No se pudo encontrar la funci<63> n ladspa_descriptor() en el archivo de biblioteca especificado."
# define MSGTR_AF_LADSPA_ErrLabelNotFound "No se puede encontrar la etiqueta en la biblioteca del plugin."
# define MSGTR_AF_LADSPA_ErrNoSuboptions "No se especificaron subopciones"
2006-05-12 07:50:13 +02:00
# define MSGTR_AF_LADSPA_ErrNoLibFile "No se especific<69> archivo de biblioteca"
# define MSGTR_AF_LADSPA_ErrNoLabel "No se especific<69> etiqueta del filtro"
2005-05-02 15:58:58 +02:00
# define MSGTR_AF_LADSPA_ErrNotEnoughControls "No se especificaron suficientes controles en la l<> nea de comando"
# define MSGTR_AF_LADSPA_ErrControlBelow "%s: Control de entrada #%d esta abajo del l<> mite inferior que es %0.4f.\n"
# define MSGTR_AF_LADSPA_ErrControlAbove "%s: Control de entrada #%d esta por encima del l<> mite superior que es %0.4f.\n"
2005-10-26 03:35:27 +02:00
// ========================== INPUT =========================================
// joystick.c
# define MSGTR_INPUT_JOYSTICK_Opening "Abriendo joystick %s\n"
# define MSGTR_INPUT_JOYSTICK_CantOpen "Imposible abrir joystick %s : %s\n"
# define MSGTR_INPUT_JOYSTICK_ErrReading "Error leyendo dispositivo joystick : %s\n"
# define MSGTR_INPUT_JOYSTICK_LoosingBytes "Joystick : perdimos %d bytes de datos\n"
# define MSGTR_INPUT_JOYSTICK_WarnLostSync "Joystick : Advertencia, init event, perdimos sync con el driver\n"
# define MSGTR_INPUT_JOYSTICK_WarnUnknownEvent "Joystick : Advertencia, tipo de evento desconocido %d\n"
// input.c
# define MSGTR_INPUT_INPUT_ErrCantRegister2ManyCmdFds "Demaciados fds de comandos, imposible registrar fd %d.\n"
# define MSGTR_INPUT_INPUT_ErrCantRegister2ManyKeyFds "Demaciados fds de teclas, imposible registrar fd %d.\n"
# define MSGTR_INPUT_INPUT_ErrArgMustBeInt "Comando %s: argumento %d no es un entero.\n"
# define MSGTR_INPUT_INPUT_ErrArgMustBeFloat "Comando %s: argumento %d no es punto flotante.\n"
# define MSGTR_INPUT_INPUT_ErrUnterminatedArg "Commando %s: argumento %d no est<73> terminado.\n"
# define MSGTR_INPUT_INPUT_ErrUnknownArg "Argumento desconocido %d\n"
# define MSGTR_INPUT_INPUT_Err2FewArgs "Comando %s requiere a lo menos %d argumentos, solo encontramos %d hasta ahora.\n"
# define MSGTR_INPUT_INPUT_ErrReadingCmdFd "Error leyendo fd de comandos %d: %s\n"
# define MSGTR_INPUT_INPUT_ErrCmdBufferFullDroppingContent "Buffer de comandos de fd %d lleno: botando contenido\n"
# define MSGTR_INPUT_INPUT_ErrInvalidCommandForKey "Comando inv<6E> lido asignado a la tecla %s"
# define MSGTR_INPUT_INPUT_ErrSelect "Error en Select: %s\n"
# define MSGTR_INPUT_INPUT_ErrOnKeyInFd "Error en fd %d de entrada de teclas\n"
# define MSGTR_INPUT_INPUT_ErrDeadKeyOnFd "Ingreso de tecla muerta en fd %d\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_INPUT_INPUT_Err2ManyKeyDowns "Demaciados eventos de keydown al mismo tiempo\n"
2005-10-26 03:35:27 +02:00
# define MSGTR_INPUT_INPUT_ErrOnCmdFd "Error en fd de comandos %d\n"
# define MSGTR_INPUT_INPUT_ErrReadingInputConfig "Error leyendo archivo de configuraci<63> n de input %s: %s\n"
# define MSGTR_INPUT_INPUT_ErrUnknownKey "Tecla desconocida '%s'\n"
# define MSGTR_INPUT_INPUT_ErrUnfinishedBinding "Asignaci<63> n no terminada %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_INPUT_INPUT_ErrBuffer2SmallForKeyName "El buffer es demaciado peque<75> o para este nombre de tecla: %s\n"
# define MSGTR_INPUT_INPUT_ErrNoCmdForKey "No se econtr<74> un comando para la tecla %s"
2005-10-26 03:35:27 +02:00
# define MSGTR_INPUT_INPUT_ErrBuffer2SmallForCmd "Buffer demaciado peque<75> o para el comando %s\n"
# define MSGTR_INPUT_INPUT_ErrWhyHere "Que estamos haciendo aqui?\n"
2006-04-27 07:02:24 +02:00
// ========================== LIBMPDEMUX ===================================
// url.c
# define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "Al parecer el string ya ha sido escapado en url_scape %c%c1%c2\n"
// ai_alsa1x.c
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_AIALSA1X_CannotSetSamplerate "No puedo setear el samplerate.\n"
# define MSGTR_MPDEMUX_AIALSA1X_CannotSetBufferTime "No puedo setear el tiempo del buffer.\n"
# define MSGTR_MPDEMUX_AIALSA1X_CannotSetPeriodTime "No puedo setear el tiempo del periodo.\n"
2006-04-27 07:02:24 +02:00
// ai_alsa1x.c / ai_alsa.c
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_AIALSA_PcmBrokenConfig "Configuraci<63> n erronea para este PCM: no hay configuraciones disponibles.\n"
# define MSGTR_MPDEMUX_AIALSA_UnavailableAccessType "Tipo de acceso no disponible.\n"
# define MSGTR_MPDEMUX_AIALSA_UnavailableSampleFmt "Formato de muestreo no disponible.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_AIALSA_UnavailableChanCount "Conteo de canales no disponible, usando el valor por omisi<73> n: %d\n"
# define MSGTR_MPDEMUX_AIALSA_CannotInstallHWParams "Imposible instalar los parametros de hardware: %s"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_AIALSA_PeriodEqualsBufferSize "Imposible usar un periodo igual al tama<6D> o del buffer (%u == %lu).\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_AIALSA_CannotInstallSWParams "Imposible instalar los parametros de software:\n"
# define MSGTR_MPDEMUX_AIALSA_ErrorOpeningAudio "Error tratando de abrir el sonido: %s\n"
# define MSGTR_MPDEMUX_AIALSA_AlsaStatusError "ALSA Error de estado: %s"
# define MSGTR_MPDEMUX_AIALSA_AlsaXRUN "ALSA xrun!!! (por lo menos %.3f ms de largo)\n"
# define MSGTR_MPDEMUX_AIALSA_AlsaStatus "ALSA Status:\n"
# define MSGTR_MPDEMUX_AIALSA_AlsaXRUNPrepareError "ALSA xrun: error de preparaci<63> n: %s"
# define MSGTR_MPDEMUX_AIALSA_AlsaReadWriteError "ALSA Error de lectura / escritura"
// ai_oss.c
# define MSGTR_MPDEMUX_AIOSS_Unable2SetChanCount "Imposible setear el conteo de canales: %d\n"
# define MSGTR_MPDEMUX_AIOSS_Unable2SetStereo "Imposible setear stereo: %d\n"
# define MSGTR_MPDEMUX_AIOSS_Unable2Open "Imposible abrir '%s': %s\n"
# define MSGTR_MPDEMUX_AIOSS_UnsupportedFmt "Formato no soportado\n"
# define MSGTR_MPDEMUX_AIOSS_Unable2SetAudioFmt "Imposible setear formato de audio."
# define MSGTR_MPDEMUX_AIOSS_Unable2SetSamplerate "Imposible setear el samplerate: %d\n"
# define MSGTR_MPDEMUX_AIOSS_Unable2SetTrigger "Imposible setear el trigger: %d\n"
# define MSGTR_MPDEMUX_AIOSS_Unable2GetBlockSize "No pude obtener el tama<6D> o del bloque!\n"
# define MSGTR_MPDEMUX_AIOSS_AudioBlockSizeZero "El tama<6D> o del bloque de audio es cero, utilizando %d!\n"
# define MSGTR_MPDEMUX_AIOSS_AudioBlockSize2Low "Tama<6D> o del bloque de audio muy bajo, utilizando %d!\n"
// asfheader.c
# define MSGTR_MPDEMUX_ASFHDR_HeaderSizeOver1MB "FATAL: m<> s de 1 MB de tama<6D> o del header (%d)!\nPorfavor contacte a los autores de MPlayer y suba / envie este archivo.\n"
# define MSGTR_MPDEMUX_ASFHDR_HeaderMallocFailed "Imposible obtener %d bytes para la cabecera\n"
# define MSGTR_MPDEMUX_ASFHDR_EOFWhileReadingHeader "EOF Mientras leia la cabecera ASF, archivo da<64> ado o incompleto?\n"
# define MSGTR_MPDEMUX_ASFHDR_DVRWantsLibavformat "DVR quizas solo funcione con libavformat, intente con -demuxer 35 si tiene problemas\n"
# define MSGTR_MPDEMUX_ASFHDR_NoDataChunkAfterHeader "No hay un chunk de datos despues de la cabecera!\n"
# define MSGTR_MPDEMUX_ASFHDR_AudioVideoHeaderNotFound "ASF: No encuentro cabeceras de audio o video, archivo da<64> ado?\n"
# define MSGTR_MPDEMUX_ASFHDR_InvalidLengthInASFHeader "Largo inv<6E> lido en la cabecera ASF!\n"
// asf_mmst_streaming.c
# define MSGTR_MPDEMUX_MMST_WriteError "Error de escritura\n"
# define MSGTR_MPDEMUX_MMST_EOFAlert "\nAlerta! EOF\n"
# define MSGTR_MPDEMUX_MMST_PreHeaderReadFailed "Fall<6C> la lectura pre-header\n"
# define MSGTR_MPDEMUX_MMST_InvalidHeaderSize "Tama<6D> o de cabecera inv<6E> lido, me rindo!\n"
# define MSGTR_MPDEMUX_MMST_HeaderDataReadFailed "Fall<6C> la lectura de los datos de la cabecera\n"
# define MSGTR_MPDEMUX_MMST_packet_lenReadFailed "Fall<6C> la lectura del packet_len\n"
# define MSGTR_MPDEMUX_MMST_InvalidRTSPPacketSize "Tama<6D> o inv<6E> lido de paquete RTSP, me rindo!\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_MMST_CmdDataReadFailed "Fallo el comando 'leer datos'.\n"
# define MSGTR_MPDEMUX_MMST_HeaderObject "Objeto de cabecera.\n"
# define MSGTR_MPDEMUX_MMST_DataObject "Objeto de datos.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_MMST_FileObjectPacketLen "Objeto de archivo, largo del paquete = %d (%d)\n"
# define MSGTR_MPDEMUX_MMST_StreamObjectStreamID "Objeto de stream, id: %d\n"
# define MSGTR_MPDEMUX_MMST_2ManyStreamID "Demaciados id, ignorando stream"
# define MSGTR_MPDEMUX_MMST_UnknownObject "Objeto desconocido\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_MMST_MediaDataReadFailed "Fall<6C> la lectura de los datos desde el medio\n"
# define MSGTR_MPDEMUX_MMST_MissingSignature "Firma no encontrada.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_MMST_PatentedTechnologyJoke "Todo listo, gracias por bajar un archivo de medios que contiene tecnolog<6F> a patentada y propietaria ;)\n"
# define MSGTR_MPDEMUX_MMST_UnknownCmd "Comando desconocido %02x\n"
# define MSGTR_MPDEMUX_MMST_GetMediaPacketErr "Error en get_media_packet: %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_MMST_Connected "Conectado.\n"
2006-04-27 07:02:24 +02:00
// asf_streaming.c
# define MSGTR_MPDEMUX_ASF_StreamChunkSize2Small "Ahhhh, el tama<6D> o del stream_chunck es muy peque<75> o: %d\n"
# define MSGTR_MPDEMUX_ASF_SizeConfirmMismatch "size_confirm erroneo!: %d %d\n"
# define MSGTR_MPDEMUX_ASF_WarnDropHeader "Advertencia : botar la cabecera ????\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_ASF_ErrorParsingChunkHeader "Error mientras se parseaba la cabecera del chunk.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_ASF_NoHeaderAtFirstChunk "No me llego la cabecera como primer chunk !!!!\n"
# define MSGTR_MPDEMUX_ASF_BufferMallocFailed "Error imposible obtener un buffer de %d bytes\n"
# define MSGTR_MPDEMUX_ASF_ErrReadingNetworkStream "Error leyendo el network stream\n"
# define MSGTR_MPDEMUX_ASF_ErrChunk2Small "Error, el chunk es muy peque<75> o\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_ASF_ErrSubChunkNumberInvalid "Error, el n<> mero de sub chunks es inv<6E> lido.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_ASF_Bandwidth2SmallCannotPlay "Imposible mostrarte este archivo con tu bandwidth!\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_ASF_Bandwidth2SmallDeselectedAudio "Bandwidth muy peque<75> o, deselecionando este stream de audio.\n"
# define MSGTR_MPDEMUX_ASF_Bandwidth2SmallDeselectedVideo "Bandwidth muy peque<75> o, deselecionando este stream de video.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_ASF_InvalidLenInHeader "Largo inv<6E> lido den cabecera ASF!\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_ASF_ErrReadingChunkHeader "Error mientras le<6C> a la cabecera del chunk.\n"
# define MSGTR_MPDEMUX_ASF_ErrChunkBiggerThanPacket "Error chunk_size > packet_size.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_ASF_ErrReadingChunk "Error mientras le<6C> a el chunk\n"
# define MSGTR_MPDEMUX_ASF_ASFRedirector "=====> Redireccionador ASF\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_ASF_InvalidProxyURL "URL del proxy inv<6E> lida.\n"
# define MSGTR_MPDEMUX_ASF_UnknownASFStreamType "Tipo de ASF stream desconocido.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_ASF_Failed2ParseHTTPResponse "No pude procesar la respuesta HTTP\n"
# define MSGTR_MPDEMUX_ASF_ServerReturn "El servidor retorn<72> %d:%s\n"
# define MSGTR_MPDEMUX_ASF_ASFHTTPParseWarnCuttedPragma "ASF HTTP PARSE WARNING : Pragma %s cortado desde %d bytes a %d\n"
# define MSGTR_MPDEMUX_ASF_SocketWriteError "Error escribiendo en el socket : %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_ASF_HeaderParseFailed "Imposible procesar la cabecera.\n"
# define MSGTR_MPDEMUX_ASF_NoStreamFound "No encontre ning<6E> n stream.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_ASF_UnknownASFStreamingType "Desconozco este tipo de streaming ASF\n"
# define MSGTR_MPDEMUX_ASF_InfoStreamASFURL "STREAM_ASF, URL: %s\n"
# define MSGTR_MPDEMUX_ASF_StreamingFailed "Fallo, saliendo..\n"
// audio_in.c
# define MSGTR_MPDEMUX_AUDIOIN_ErrReadingAudio "\nError leyendo el audio: %s\n"
# define MSGTR_MPDEMUX_AUDIOIN_XRUNSomeFramesMayBeLeftOut "Recuperandome de un cross-run, puede que hayamos perdido algunos frames!\n"
# define MSGTR_MPDEMUX_AUDIOIN_ErrFatalCannotRecover "Error fatal, imposible reponerme!\n"
# define MSGTR_MPDEMUX_AUDIOIN_NotEnoughSamples "\nNo hay suficientes samples de audio!\n"
// aviheader.c
# define MSGTR_MPDEMUX_AVIHDR_EmptyList "** Lista vacia?!\n"
# define MSGTR_MPDEMUX_AVIHDR_FoundMovieAt "Encontr<74> una pelicula en 0x%X - 0x%X\n"
# define MSGTR_MPDEMUX_AVIHDR_FoundBitmapInfoHeader "Encontr<74> 'bih', %u bytes of %d\n"
# define MSGTR_MPDEMUX_AVIHDR_RegeneratingKeyfTableForMPG4V1 "Regenerado tabla de keyframes para video M$ mpg4v1\n"
# define MSGTR_MPDEMUX_AVIHDR_RegeneratingKeyfTableForDIVX3 "Regenerando tabla de keyframes para video DIVX3\n"
# define MSGTR_MPDEMUX_AVIHDR_RegeneratingKeyfTableForMPEG4 "Regenerando tabla de keyframes para video MPEG4\n"
# define MSGTR_MPDEMUX_AVIHDR_FoundWaveFmt "Encontre 'wf', %d bytes de %d\n"
# define MSGTR_MPDEMUX_AVIHDR_FoundAVIV2Header "AVI: dmlh encontrado (size=%d) (total_frames=%d)\n"
# define MSGTR_MPDEMUX_AVIHDR_ReadingIndexBlockChunksForFrames "Leyendo INDEX block, %d chunks para %d frames (fpos=%"PRId64")\n"
# define MSGTR_MPDEMUX_AVIHDR_AdditionalRIFFHdr "Cabecera RIFF adicional...\n"
# define MSGTR_MPDEMUX_AVIHDR_WarnNotExtendedAVIHdr "Advertencia: esta no es una cabecera AVI extendida..\n"
# define MSGTR_MPDEMUX_AVIHDR_BrokenChunk "Chunk arruinado? chunksize=%d (id=%.4s)\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_AVIHDR_BuildingODMLidx "AVI: ODML: Construyendo el <20> ndice odml (%d superindexchunks).\n"
# define MSGTR_MPDEMUX_AVIHDR_BrokenODMLfile "AVI: ODML: Archivo arruinado (incompleto?) detectado. Utilizar<61> el <20> ndice tradicional.\n"
# define MSGTR_MPDEMUX_AVIHDR_CantReadIdxFile "No pude leer el archivo de <20> ndice %s: %s\n"
# define MSGTR_MPDEMUX_AVIHDR_NotValidMPidxFile "%s No es un archivo de <20> ndice MPlayer v<> lido.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_AVIHDR_FailedMallocForIdxFile "Imposible disponer de memoria suficiente para los datos de <20> ndice de %s\n"
# define MSGTR_MPDEMUX_AVIHDR_PrematureEOF "El archivo de <20> ndice termina prematuramente %s\n"
# define MSGTR_MPDEMUX_AVIHDR_IdxFileLoaded "El archivo de <20> ndice: %s fue cargado.\n"
# define MSGTR_MPDEMUX_AVIHDR_GeneratingIdx "Generando Indice: %3lu %s \r"
# define MSGTR_MPDEMUX_AVIHDR_IdxGeneratedForHowManyChunks "AVI: tabla de <20> ndices generada para %d chunks!\n"
# define MSGTR_MPDEMUX_AVIHDR_Failed2WriteIdxFile "Imposible escribir el archivo de <20> ndice %s: %s\n"
# define MSGTR_MPDEMUX_AVIHDR_IdxFileSaved "Archivo de <20> ndice guardado: %s\n"
// cache2.c
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CACHE2_NonCacheableStream "\rEste stream no es cacheable.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_CACHE2_ReadFileposDiffers "!!! read_filepos diffiere!!! reporta este bug...\n"
// cdda.c
# define MSGTR_MPDEMUX_CDDA_CantOpenCDDADevice "No puede abrir el dispositivo CDA.\n"
# define MSGTR_MPDEMUX_CDDA_CantOpenDisc "No pude abrir el disco.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "Encontre un disco de audio con %ld pistas.\n"
2006-04-27 07:02:24 +02:00
// cddb.c
# define MSGTR_MPDEMUX_CDDB_FailedToReadTOC "Fall<6C> al tratar de leer el TOC.\n"
# define MSGTR_MPDEMUX_CDDB_FailedToOpenDevice "Falle al tratar de abrir el dispositivo %s\n"
# define MSGTR_MPDEMUX_CDDB_NotAValidURL "No es un URL v<> lido\n"
# define MSGTR_MPDEMUX_CDDB_FailedToSendHTTPRequest "Fall<6C> al tratar de enviar la solicitud HTTP.\n"
# define MSGTR_MPDEMUX_CDDB_FailedToReadHTTPResponse "Fall<6C> al tratar de leer la respuesta HTTP.\n"
# define MSGTR_MPDEMUX_CDDB_HTTPErrorNOTFOUND "No encontrado.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CDDB_HTTPErrorUnknown "C<> digo de error desconocido.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_CDDB_NoCacheFound "No encontre cache.\n"
# define MSGTR_MPDEMUX_CDDB_NotAllXMCDFileHasBeenRead "No todo el archivo xmcd ha sido leido.\n"
# define MSGTR_MPDEMUX_CDDB_FailedToCreateDirectory "No pude crear el directorio %s.\n"
# define MSGTR_MPDEMUX_CDDB_NotAllXMCDFileHasBeenWritten "No todo el archivo xmcd ha sido escrito.\n"
# define MSGTR_MPDEMUX_CDDB_InvalidXMCDDatabaseReturned "Archivo de base de datos xmcd inv<6E> lido retornado.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CDDB_UnexpectedFIXME "FIXME Inesperado.\n"
# define MSGTR_MPDEMUX_CDDB_UnhandledCode "Unhandled code.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_CDDB_UnableToFindEOL "No encontr<74> el EOL\n"
# define MSGTR_MPDEMUX_CDDB_ParseOKFoundAlbumTitle "Procesado OK, encontrado: %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CDDB_AlbumNotFound "No encontr<74> el album.\n"
# define MSGTR_MPDEMUX_CDDB_ServerReturnsCommandSyntaxErr "El servidor retorn<72> : Error en la sintaxis del comando.\n"
# define MSGTR_MPDEMUX_CDDB_NoSitesInfoAvailable "No hay disponible informaci<63> n sobre los sitios.\n"
# define MSGTR_MPDEMUX_CDDB_FailedToGetProtocolLevel "Fall<6C> tratando de obtener el nivel del protocolo.\n"
# define MSGTR_MPDEMUX_CDDB_NoCDInDrive "No hay un CD en la unidad.\n"
2006-04-27 07:02:24 +02:00
// cue_read.c
# define MSGTR_MPDEMUX_CUEREAD_UnexpectedCuefileLine "[bincue] L<> nea cuefile inesperada: %s\n"
# define MSGTR_MPDEMUX_CUEREAD_BinFilenameTested "[bincue] Nombre de archivo bin testeado: %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CUEREAD_CannotFindBinFile "[bincue] No enccuentro el archivo bin - me rindo.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_CUEREAD_UsingBinFile "[bincue] Utilizando el archivo bin %s\n"
# define MSGTR_MPDEMUX_CUEREAD_UnknownModeForBinfile "[bincue] Modo desconocido para el archivo bin, esto no deber<65> a pasar. Abortando.\n"
# define MSGTR_MPDEMUX_CUEREAD_CannotOpenCueFile "[bincue] No puedo abrir %s\n"
# define MSGTR_MPDEMUX_CUEREAD_ErrReadingFromCueFile "[bincue] Error leyendo desde %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CUEREAD_ErrGettingBinFileSize "[bincue] Error obteniendo el tama<6D> o del archivo bin.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_CUEREAD_InfoTrackFormat "pista %02d: formato=%d %02d:%02d:%02d\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_CUEREAD_UnexpectedBinFileEOF "[bincue] Final inesperado en el archivo bin.\n"
# define MSGTR_MPDEMUX_CUEREAD_CannotReadNBytesOfPayload "[bincue] No pude leer %d bytes de payload.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_CUEREAD_CueStreamInfo_FilenameTrackTracksavail "CUE stream_open, archivo=%s, pista=%d, pistas disponibles: %d -> %d\n"
// network.c
# define MSGTR_MPDEMUX_NW_UnknownAF "Familia de direcciones desconocida %d\n"
# define MSGTR_MPDEMUX_NW_ResolvingHostForAF "Resoliendo %s para %s...\n"
# define MSGTR_MPDEMUX_NW_CantResolv "No pude resolver el nombre para %s: %s\n"
# define MSGTR_MPDEMUX_NW_ConnectingToServer "Connectando con el servidor %s[%s]: %d...\n"
# define MSGTR_MPDEMUX_NW_CantConnect2Server "No pude conectarme con el servidor con %s\n"
# define MSGTR_MPDEMUX_NW_SelectFailed "Select fallido.\n"
# define MSGTR_MPDEMUX_NW_ConnTimeout "La conecci<63> n expir<69> .\n"
# define MSGTR_MPDEMUX_NW_GetSockOptFailed "getsockopt fallido: %s\n"
# define MSGTR_MPDEMUX_NW_ConnectError "Error de conecci<63> n: %s\n"
# define MSGTR_MPDEMUX_NW_InvalidProxySettingTryingWithout "Configuraci<63> n del proxy inv<6E> lida... probando sin proxy.\n"
# define MSGTR_MPDEMUX_NW_CantResolvTryingWithoutProxy "No pude resolver el nombre del host para AF_INET. probando sin proxy.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_NW_ErrSendingHTTPRequest "Error enviando la solicitud HTTP: no alcanc<6E> a enviarla completamente.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_MPDEMUX_NW_ReadFailed "Fall<6C> la lectura.\n"
# define MSGTR_MPDEMUX_NW_Read0CouldBeEOF "http_read_response le<6C> 0 (ej. EOF)\n"
# define MSGTR_MPDEMUX_NW_AuthFailed "Fallo la autentificaci<63> n, porfavor usa las opciones -user y -passwd con tus respectivos nombre de usuario y contrase<73> a\n"\
" para una lista de URLs o construye unu URL con la siguiente forma: \n " \
" http://usuario:contrase<73> a@servidor/archivo \n "
# define MSGTR_MPDEMUX_NW_AuthRequiredFor "Se requiere autentificaci<63> n para %s\n"
# define MSGTR_MPDEMUX_NW_AuthRequired "Se requiere autentificaci<63> n.\n"
# define MSGTR_MPDEMUX_NW_NoPasswdProvidedTryingBlank "No especificaste una contrase<73> a, voy a utilizar una contrase<73> a en blanco.\n"
# define MSGTR_MPDEMUX_NW_ErrServerReturned "El servidor retorn<72> %d: %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_MPDEMUX_NW_CacheSizeSetTo "Se seteo el tama<6D> o del cach<63> a %d KBytes.\n"
2006-04-27 07:02:24 +02:00
// demux_audio.c
# define MSGTR_MPDEMUX_AUDIO_UnknownFormat "Audio demuxer: Formato desconocido %d.\n"
// demux_demuxers.c
# define MSGTR_MPDEMUX_DEMUXERS_FillBufferError "fill_buffer error: demuxer erroneo: no vd, ad o sd.\n"
// demux_nuv.c
# define MSGTR_MPDEMUX_NUV_NoVideoBlocksInFile "Este archivo no tiene blocks de video.\n"
// demux_xmms.c
# define MSGTR_MPDEMUX_XMMS_FoundPlugin "Plugin encontrado: %s (%s).\n"
# define MSGTR_MPDEMUX_XMMS_ClosingPlugin "Cerrando plugin: %s.\n"
// ========================== LIBMPMENU ===================================
2006-04-30 03:53:37 +02:00
// common
# define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Noencontre una entrada e n la definici<63> n del men<65> .\n"
2006-04-27 07:02:24 +02:00
// libmenu/menu.c
# define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] Error de sint<6E> xis en la l<> nea: %d\n"
# define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] Las definiciones de men<65> necesitan un nombre de atributo (linea %d)\n"
# define MSGTR_LIBMENU_BadAttrib "[MENU] Atributo erroneo %s=%s en el men<65> '%s' en la l<> nea %d\n"
# define MSGTR_LIBMENU_UnknownMenuType "[MENU] Tipo de men<65> desconocido '%s' en la l<> nea %d\n"
# define MSGTR_LIBMENU_CantOpenConfigFile "[MENU] No puedo abrir el archivo de configuraci<63> n del men<65> : %s\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBMENU_ConfigFileIsTooBig "[MENU] El archivo de configuraci<63> n es muy grande (> %d KB).\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBMENU_ConfigFileIsEmpty "[MENU] El archivo de configuraci<63> n esta vac<61> o\n"
# define MSGTR_LIBMENU_MenuNotFound "[MENU] No encontr<74> el men<65> %s\n"
# define MSGTR_LIBMENU_MenuInitFailed "[MENU] Fallo en la inicializaci<63> n del men<65> '%s'.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Formato de salida no soportado!!!!\n"
2006-04-27 07:02:24 +02:00
// libmenu/menu_cmdlist.c
# define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] Las definiciones de Lista del menu necesitan un nombre (line %d).\n"
# define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] El men<65> de lista necesita un argumento.\n"
// libmenu/menu_console.c
# define MSGTR_LIBMENU_WaitPidError "[MENU] Error Waitpid: %s.\n"
# define MSGTR_LIBMENU_SelectError "[MENU] Error en Select.\n"
# define MSGTR_LIBMENU_ReadErrorOnChilds "[MENU] Error de lectura en el descriptor de archivo hijo: %s.\n"
# define MSGTR_LIBMENU_ConsoleRun "[MENU] Consola corriendo: %s ...\n"
# define MSGTR_LIBMENU_AChildIsAlreadyRunning "[MENU] Ya hay un hijo / child corriendo.\n"
# define MSGTR_LIBMENU_ForkFailed "[MENU] Fall<6C> el Fork!!!\n"
# define MSGTR_LIBMENU_WriteError "[MENU] Error de escritura.\n"
// libmenu/menu_filesel.c
# define MSGTR_LIBMENU_OpendirError "[MENU] Error en Opendir: %s.\n"
# define MSGTR_LIBMENU_ReallocError "[MENU] Error en Realloc: %s.\n"
# define MSGTR_LIBMENU_MallocError "[MENU] Error tratando de disponer de memoria: %s.\n"
# define MSGTR_LIBMENU_ReaddirError "[MENU] Error en Readdir: %s.\n"
# define MSGTR_LIBMENU_CantOpenDirectory "[MENU] No pude abrir el directorio %s\n"
// libmenu/menu_param.c
# define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n"
# define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Las definiciones de las entradas de 'Preferencia' en el menu necesitan un atributo 'property' v<> lido (linea %d).\n"
# define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] El menu 'Pref' necesita un argumento.\n"
// libmenu/menu_pt.c
# define MSGTR_LIBMENU_CantfindTheTargetItem "[MENU] Imposible encontrar el item objetivo ????\n"
# define MSGTR_LIBMENU_FailedToBuildCommand "[MENU] Fall<6C> tratando de construir el comando: %s.\n"
// libmenu/menu_txt.c
# define MSGTR_LIBMENU_MenuTxtNeedATxtFileName "[MENU] El menu 'Text' necesita un nombre de archivo txt (param file).\n"
# define MSGTR_LIBMENU_MenuTxtCantOpen "[MENU] No pude abrir: %s.\n"
# define MSGTR_LIBMENU_WarningTooLongLineSplitting "[MENU] Advertencia, L<> nea muy larga, cortandola...\n"
# define MSGTR_LIBMENU_ParsedLines "[MENU] %d l<> neas procesadas.\n"
// libmenu/vf_menu.c
# define MSGTR_LIBMENU_UnknownMenuCommand "[MENU] Comando desconocido: '%s'.\n"
# define MSGTR_LIBMENU_FailedToOpenMenu "[MENU] No pude abrir el men<65> : '%s'.\n"
// ========================== LIBMPCODECS ===================================
// libmpcodecs/ad_libdv.c
# define MSGTR_MPCODECS_AudioFramesizeDiffers "[AD_LIBDV] Advertencia! El framezise de audio difiere! leidos=%d hdr=%d.\n"
// libmpcodecs/vd_dmo.c vd_dshow.c vd_vfw.c
# define MSGTR_MPCODECS_CouldntAllocateImageForCinepakCodec "[VD_DMO] No pude disponer imagen para el c<> dec cinepak.\n"
// libmpcodecs/vd_ffmpeg.c
# define MSGTR_MPCODECS_XVMCAcceleratedCodec "[VD_FFMPEG] C<> dec acelerado con XVMC.\n"
# define MSGTR_MPCODECS_ArithmeticMeanOfQP "[VD_FFMPEG] Significado aritm<74> tico de QP: %2.4f, significado arm<72> nico de QP: %2.4f\n"
# define MSGTR_MPCODECS_DRIFailure "[VD_FFMPEG] Falla DRI.\n"
# define MSGTR_MPCODECS_CouldntAllocateImageForCodec "[VD_FFMPEG] No pude disponer imagen para el c<> dec.\n"
# define MSGTR_MPCODECS_XVMCAcceleratedMPEG2 "[VD_FFMPEG] MPEG-2 acelerado con XVMC.\n"
# define MSGTR_MPCODECS_TryingPixfmt "[VD_FFMPEG] Intentando pixfmt=%d.\n"
# define MSGTR_MPCODECS_McGetBufferShouldWorkOnlyWithXVMC "[VD_FFMPEG] El mc_get_buffer funcionar<61> solo con aceleraci<63> n XVMC!!"
# define MSGTR_MPCODECS_UnexpectedInitVoError "[VD_FFMPEG] Error inesperado en init_vo.\n"
# define MSGTR_MPCODECS_UnrecoverableErrorRenderBuffersNotTaken "[VD_FFMPEG] Error insalvable, no se tomaron los render buffers.\n"
# define MSGTR_MPCODECS_OnlyBuffersAllocatedByVoXvmcAllowed "[VD_FFMPEG] Solo buffers dispuestos por vo_xvmc estan permitidos.\n"
// libmpcodecs/ve_lavc.c
# define MSGTR_MPCODECS_HighQualityEncodingSelected "[VE_LAVC] Encoding de alta calidad seleccionado (no real-time)!\n"
# define MSGTR_MPCODECS_UsingConstantQscale "[VE_LAVC] Utilizando qscale = %f constante (VBR).\n"
// libmpcodecs/ve_raw.c
# define MSGTR_MPCODECS_OutputWithFourccNotSupported "[VE_RAW] La salida en bruto (raw) con fourcc [%x] no est<73> soportada!\n"
# define MSGTR_MPCODECS_NoVfwCodecSpecified "[VE_RAW] No se especific<69> el codec VfW requerido!!\n"
// libmpcodecs/vf_crop.c
# define MSGTR_MPCODECS_CropBadPositionWidthHeight "[CROP] posici<63> n / ancho / alto inv<6E> lido(s) - el <20> rea a cortar esta fuera del original!\n"
// libmpcodecs/vf_cropdetect.c
# define MSGTR_MPCODECS_CropArea "[CROP] Area de corte: X: %d..%d Y: %d..%d (-vf crop=%d:%d:%d:%d).\n"
// libmpcodecs/vf_format.c, vf_palette.c, vf_noformat.c
# define MSGTR_MPCODECS_UnknownFormatName "[VF_FORMAT] Nombre de formato desconocido: '%s'.\n"
// libmpcodecs/vf_framestep.c vf_noformat.c vf_palette.c vf_tile.c
# define MSGTR_MPCODECS_ErrorParsingArgument "[VF_FRAMESTEP] Error procesando argumento.\n"
// libmpcodecs/ve_vfw.c
# define MSGTR_MPCODECS_CompressorType "Tipo de compresor: %.4lx\n"
# define MSGTR_MPCODECS_CompressorSubtype "Subtipo de compresor: %.4lx\n"
# define MSGTR_MPCODECS_CompressorFlags "Compressor flags: %lu, versi<73> n %lu, versi<73> n ICM: %lu\n"
# define MSGTR_MPCODECS_Flags "Flags:"
# define MSGTR_MPCODECS_Quality " Calidad"
// libmpcodecs/vf_expand.c
# define MSGTR_MPCODECS_FullDRNotPossible "DR completo imposible, tratando con SLICES en su lugar!\n"
# define MSGTR_MPCODECS_WarnNextFilterDoesntSupportSlices "Advertencia! El pr<70> ximo filtro no soporta SLICES, preparate para el sig11 (SEGV)...\n"
# define MSGTR_MPCODECS_FunWhydowegetNULL "Por qu<71> obtenemos NULL??\n"
// libmpcodecs/vf_fame.c
# define MSGTR_MPCODECS_FatalCantOpenlibFAME "FATAL: No pude abrir libFAME!\n"
// libmpcodecs/vf_test.c, vf_yuy2.c, vf_yvu9.c
# define MSGTR_MPCODECS_WarnNextFilterDoesntSupport "%s No soportado por el pr<70> ximo filtro / vo :(\n"
// ================================== LIBMPVO ====================================
// mga_common.c
# define MSGTR_LIBVO_MGA_ErrorInConfigIoctl "Error en mga_vid_config ioctl (versi<73> n de mga_vid.o erronea?)"
# define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "No pude obtener los valores de luma desde el m<> dulo del kernel!\n"
# define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "No pude setear los valores de luma que obtuve desde el m<> dulo del kernel!\n"
# define MSGTR_LIBVO_MGA_ScreenWidthHeightUnknown "Ancho / Alto de la pantalla desconocidos!\n"
# define MSGTR_LIBVO_MGA_InvalidOutputFormat "mga: form<72> to de salida inv<6E> lido %0X\n"
# define MSGTR_LIBVO_MGA_MgaInvalidOutputFormat "Formato de salida inv<6E> lido %0X.\n"
# define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "La versi<73> n de tu driver mga_vid no es compatible con esta versi<73> n de MPlayer!\n"
# define MSGTR_LIBVO_MGA_UsingBuffers "Utilizando %d buffers.\n"
# define MSGTR_LIBVO_MGA_CouldntOpen "No pude abrir: %s\n"
// libvo/vesa_lvo.c
# define MSGTR_LIBVO_VESA_ThisBranchIsNoLongerSupported "[VESA_LVO] Este branch ya no esta soportado.\n[VESA_LVO] Porfavor utiliza -vo vesa:vidix en su lugar.\n"
# define MSGTR_LIBVO_VESA_CouldntOpen "[VESA_LVO] No pude abrir: '%s'\n"
# define MSGTR_LIBVO_VESA_InvalidOutputFormat "[VESA_LVI] Formato de salida inv<6E> lido: %s(%0X)\n"
# define MSGTR_LIBVO_VESA_IncompatibleDriverVersion "[VESA_LVO] La version de tu driver fb_vid no es compatible con esta versi<73> n de MPlayer!\n"
// libvo/vo_3dfx.c
# define MSGTR_LIBVO_3DFX_Only16BppSupported "[VO_3DFX] Solo 16bpp soportado!"
# define MSGTR_LIBVO_3DFX_VisualIdIs "[VO_3DFX] El id visual es %lx.\n"
# define MSGTR_LIBVO_3DFX_UnableToOpenDevice "[VO_3DFX] No pude abrir / dev / 3dfx.\n"
# define MSGTR_LIBVO_3DFX_Error "[VO_3DFX] Error: %d.\n"
# define MSGTR_LIBVO_3DFX_CouldntMapMemoryArea "[VO_3DFX] No pude mapear las areas de memoria 3dfx: %p,%p,%d.\n"
# define MSGTR_LIBVO_3DFX_DisplayInitialized "[VO_3DFX] Inicializado: %p.\n"
# define MSGTR_LIBVO_3DFX_UnknownSubdevice "[VO_3DFX] sub-dispositivo desconocido: %s.\n"
// libvo/vo_dxr3.c
# define MSGTR_LIBVO_DXR3_UnableToLoadNewSPUPalette "[VO_DXR3] No pude cargar la nueva paleta SPU!\n"
# define MSGTR_LIBVO_DXR3_UnableToSetPlaymode "[VO_DXR3] No pude setear el playmode!\n"
# define MSGTR_LIBVO_DXR3_UnableToSetSubpictureMode "[VO_DXR3] No pude setear el modo del subpicture!\n"
# define MSGTR_LIBVO_DXR3_UnableToGetTVNorm "[VO_DXR3] No pude obtener la norma de TV!\n"
# define MSGTR_LIBVO_DXR3_AutoSelectedTVNormByFrameRate "[VO_DXR3] Norma de TV autoeleccionada a partir del frame rate: "
# define MSGTR_LIBVO_DXR3_UnableToSetTVNorm "[VO_DXR3] Imposible setear la norma de TV!\n"
# define MSGTR_LIBVO_DXR3_SettingUpForNTSC "[VO_DXR3] Configurando para NTSC.\n"
# define MSGTR_LIBVO_DXR3_SettingUpForPALSECAM "[VO_DXR3] Configurando para PAL / SECAM.\n"
# define MSGTR_LIBVO_DXR3_SettingAspectRatioTo43 "[VO_DXR3] Seteando la relaci<63> n de aspecto a 4:3.\n"
# define MSGTR_LIBVO_DXR3_SettingAspectRatioTo169 "[VO_DXR3] Seteando la relaci<63> n de aspecto a 16:9.\n"
# define MSGTR_LIBVO_DXR3_OutOfMemory "[VO_DXR3] Ouch! me quede sin memoria!\n"
# define MSGTR_LIBVO_DXR3_UnableToAllocateKeycolor "[VO_DXR3] No pude disponer el keycolor!\n"
# define MSGTR_LIBVO_DXR3_UnableToAllocateExactKeycolor "[VO_DXR3] No pude disponer el keycolor exacto, voy a utilizar el mas parecido (0x%lx).\n"
# define MSGTR_LIBVO_DXR3_Uninitializing "[VO_DXR3] Uninitializing.\n"
# define MSGTR_LIBVO_DXR3_FailedRestoringTVNorm "[VO_DXR3] No pude restaurar la norma de TV!\n"
# define MSGTR_LIBVO_DXR3_EnablingPrebuffering "[VO_DXR3] Habilitando prebuffering.\n"
# define MSGTR_LIBVO_DXR3_UsingNewSyncEngine "[VO_DXR3] Utilizando el nuevo motor de syncron<6F> a.\n"
# define MSGTR_LIBVO_DXR3_UsingOverlay "[VO_DXR3] Utilizando overlay.\n"
# define MSGTR_LIBVO_DXR3_ErrorYouNeedToCompileMplayerWithX11 "[VO_DXR3] Error: Necesitas compilar MPlayer con las librerias x11 y sus headers para utilizar overlay.\n"
# define MSGTR_LIBVO_DXR3_WillSetTVNormTo "[VO_DXR3] Voy a setear la norma de TV a: "
# define MSGTR_LIBVO_DXR3_AutoAdjustToMovieFrameRatePALPAL60 "Auto-adjustando al framerate del video (PAL / PAL-60)"
# define MSGTR_LIBVO_DXR3_AutoAdjustToMovieFrameRatePALNTSC "Auto-adjustando al framerate del video (PAL / NTSC)"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_DXR3_UseCurrentNorm "Utilizar norma actual."
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_DXR3_UseUnknownNormSuppliedCurrentNorm "Norma sugerida: desconocida. Utilizando norma actual."
# define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingTrying "[VO_DXR3] Error abriendo %s para escribir, intentando / dev / em8300 en su lugar.\n"
# define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingTryingMV "[VO_DXR3] Error abriendo %s para escribir, intentando / dev / em8300_mv en su lugar.\n"
# define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingAsWell "[VO_DXR3] Nuevamente error abriendo / dev / em8300 para escribir!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingAsWellMV "[VO_DXR3] Nuevamente error abriendo / dev / em8300_mv para escribir!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_Opened "[VO_DXR3] Abierto: %s.\n"
# define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingTryingSP "[VO_DXR3] Error abriendo %s para escribir, intentando / dev / em8300_sp en su lugar.\n"
# define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingAsWellSP "[VO_DXR3] Nuevamente error abriendo / dev / em8300_sp para escribir!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_UnableToOpenDisplayDuringHackSetup "[VO_DXR3] Unable to open display during overlay hack setup!\n"
# define MSGTR_LIBVO_DXR3_UnableToInitX11 "[VO_DXR3] No puede inicializar x11!\n"
# define MSGTR_LIBVO_DXR3_FailedSettingOverlayAttribute "[VO_DXR3] Fall<6C> tratando de setear el atributo overlay.\n"
# define MSGTR_LIBVO_DXR3_FailedSettingOverlayScreen "[VO_DXR3] Fall<6C> tratando de setear el overlay screen!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_FailedEnablingOverlay "[VO_DXR3] Fall<6C> habilitando overlay!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_FailedResizingOverlayWindow "[VO_DXR3] Fall<6C> tratando de redimiencionar la ventana overlay!\n"
# define MSGTR_LIBVO_DXR3_FailedSettingOverlayBcs "[VO_DXR3] Fall<6C> seteando el bcs overlay!\n"
# define MSGTR_LIBVO_DXR3_FailedGettingOverlayYOffsetValues "[VO_DXR3] Fall<6C> tratando de obtener los valores Y-offset del overlay!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_FailedGettingOverlayXOffsetValues "[VO_DXR3] Fall<6C> tratando de obtener los valores X-offset del overlay!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_FailedGettingOverlayXScaleCorrection "[VO_DXR3] Fall<6C> obteniendo la correcci<63> n X scale del overlay!\nSaliendo.\n"
# define MSGTR_LIBVO_DXR3_YOffset "[VO_DXR3] Yoffset: %d.\n"
# define MSGTR_LIBVO_DXR3_XOffset "[VO_DXR3] Xoffset: %d.\n"
# define MSGTR_LIBVO_DXR3_XCorrection "[VO_DXR3] Xcorrection: %d.\n"
# define MSGTR_LIBVO_DXR3_FailedSetSignalMix "[VO_DXR3] Fall<6C> seteando el signal mix!\n"
// libvo/vo_mga.c
# define MSGTR_LIBVO_MGA_AspectResized "[VO_MGA] aspect(): redimencionado a %dx%d.\n"
# define MSGTR_LIBVO_MGA_Uninit "[VO] uninit!\n"
// libvo/vo_null.c
# define MSGTR_LIBVO_NULL_UnknownSubdevice "[VO_NULL] Sub-dispositivo desconocido: %s.\n"
// libvo/vo_png.c
# define MSGTR_LIBVO_PNG_Warning1 "[VO_PNG] Advertencia: nivel de compresi<73> n seteado a 0, compresi<73> n desabilitada!\n"
# define MSGTR_LIBVO_PNG_Warning2 "[VO_PNG] Info: Utiliza -vo png:z=<n> para setear el nivel de compresi<73> n desde 0 a 9.\n"
# define MSGTR_LIBVO_PNG_Warning3 "[VO_PNG] Info: (0 = sin compresi<73> n, 1 = la m<> s r<> pida y baja - 9 la m<> s lenta y alta)\n"
# define MSGTR_LIBVO_PNG_ErrorOpeningForWriting "\n[VO_PNG] Error abriendo '%s' para escribir!\n"
# define MSGTR_LIBVO_PNG_ErrorInCreatePng "[VO_PNG] Error en create_png.\n"
// libvo/vo_sdl.c
# define MSGTR_LIBVO_SDL_CouldntGetAnyAcceptableSDLModeForOutput "[VO_SDL] No pude obtener ni un solo modo SDL aceptable para la salida.\n"
# define MSGTR_LIBVO_SDL_SetVideoModeFailed "[VO_SDL] set_video_mode: SDL_SetVideoMode fallido: %s.\n"
# define MSGTR_LIBVO_SDL_SetVideoModeFailedFull "[VO_SDL] Set_fullmode: SDL_SetVideoMode fallido: %s.\n"
# define MSGTR_LIBVO_SDL_MappingI420ToIYUV "[VO_SDL] Mapeando I420 a IYUV.\n"
# define MSGTR_LIBVO_SDL_UnsupportedImageFormat "[VO_SDL] Formato de imagen no soportado (0x%X).\n"
# define MSGTR_LIBVO_SDL_InfoPleaseUseVmOrZoom "[VO_SDL] Info - porfavor utiliza -vm <20> -zoom para cambiar a la mejor resoluci<63> n.\n"
# define MSGTR_LIBVO_SDL_FailedToSetVideoMode "[VO_SDL] Fall<6C> tratando de setear el modo de video: %s.\n"
# define MSGTR_LIBVO_SDL_CouldntCreateAYUVOverlay "[VO_SDL] No pude crear un overlay YUV: %s.\n"
# define MSGTR_LIBVO_SDL_CouldntCreateARGBSurface "[VO_SDL] No pude crear una superficie RGB: %s.\n"
# define MSGTR_LIBVO_SDL_UsingDepthColorspaceConversion "[VO_SDL] Utilizando conversi<73> n de depth / colorspace, va a andar un poco m<> s lento.. (%ibpp -> %ibpp).\n"
# define MSGTR_LIBVO_SDL_UnsupportedImageFormatInDrawslice "[VO_SDL] Formato no soportado de imagen en draw_slice, contacta a los desarrolladores de MPlayer!\n"
# define MSGTR_LIBVO_SDL_BlitFailed "[VO_SDL] Blit fall<6C> : %s.\n"
2006-04-29 01:06:42 +02:00
# define MSGTR_LIBVO_SDL_InitializationFailed "[VO_SDL] Fallo la inicializaci<63> n de SDL: %s.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_SDL_UsingDriver "[VO_SDL] Utilizando el driver: %s.\n"
// libvo/vobsub_vidix.c
# define MSGTR_LIBVO_SUB_VIDIX_CantStartPlayback "[VO_SUB_VIDIX] No puedo iniciar la reproducci<63> n: %s\n"
# define MSGTR_LIBVO_SUB_VIDIX_CantStopPlayback "[VO_SUB_VIDIX] No puedo parar la reproducci<63> n: %s\n"
# define MSGTR_LIBVO_SUB_VIDIX_InterleavedUvForYuv410pNotSupported "[VO_SUB_VIDIX] Interleaved uv para yuv410p no soportado.\n"
# define MSGTR_LIBVO_SUB_VIDIX_DummyVidixdrawsliceWasCalled "[VO_SUB_VIDIX] Dummy vidix_draw_slice() fue llamada.\n"
# define MSGTR_LIBVO_SUB_VIDIX_DummyVidixdrawframeWasCalled "[VO_SUB_VIDIX] Dummy vidix_draw_frame() fue llamada.\n"
# define MSGTR_LIBVO_SUB_VIDIX_UnsupportedFourccForThisVidixDriver "[VO_SUB_VIDIX] fourcc no soportado para este driver vidix: %x (%s).\n"
# define MSGTR_LIBVO_SUB_VIDIX_VideoServerHasUnsupportedResolution "[VO_SUB_VIDIX] El servidor de video server tiene una resoluci<63> n no soportada (%dx%d), soportadas: %dx%d-%dx%d.\n"
# define MSGTR_LIBVO_SUB_VIDIX_VideoServerHasUnsupportedColorDepth "[VO_SUB_VIDIX] Video server has unsupported color depth by vidix (%d).\n"
# define MSGTR_LIBVO_SUB_VIDIX_DriverCantUpscaleImage "[VO_SUB_VIDIX] El driver Vidix no puede ampliar la imagen (%d%d -> %d%d).\n"
# define MSGTR_LIBVO_SUB_VIDIX_DriverCantDownscaleImage "[VO_SUB_VIDIX] El driver Vidix no puede reducir la imagen (%d%d -> %d%d).\n"
# define MSGTR_LIBVO_SUB_VIDIX_CantConfigurePlayback "[VO_SUB_VIDIX] No pude configurar la reproducci<63> n: %s.\n"
# define MSGTR_LIBVO_SUB_VIDIX_YouHaveWrongVersionOfVidixLibrary "[VO_SUB_VIDIX] Tienes una versi<73> n erronea de la librer<65> a VIDIX.\n"
# define MSGTR_LIBVO_SUB_VIDIX_CouldntFindWorkingVidixDriver "[VO_SUB_VIDIX] No pude encontrar un driver VIDIX que funcione.\n"
# define MSGTR_LIBVO_SUB_VIDIX_CouldntGetCapability "[VO_SUB_VIDIX] No pude obtener la capacidad: %s.\n"
# define MSGTR_LIBVO_SUB_VIDIX_Description "[VO_SUB_VIDIX] Descripci<63> n: %s.\n"
# define MSGTR_LIBVO_SUB_VIDIX_Author "[VO_SUB_VIDIX] Autor: %s.\n"
// libvo/vo_svga.c
# define MSGTR_LIBVO_SVGA_ForcedVidmodeNotAvailable "[VO_SVGA] El vid_mode forzado %d (%s) no esta disponible.\n"
# define MSGTR_LIBVO_SVGA_ForcedVidmodeTooSmall "[VO_SVGA] El vid_mode forzado %d (%s) es muy peque<75> o.\n"
# define MSGTR_LIBVO_SVGA_Vidmode "[VO_SVGA] Vid_mode: %d, %dx%d %dbpp.\n"
# define MSGTR_LIBVO_SVGA_VgasetmodeFailed "[VO_SVGA] Vga_setmode(%d) fallido.\n"
# define MSGTR_LIBVO_SVGA_VideoModeIsLinearAndMemcpyCouldBeUsed "[VO_SVGA] El modo de video es lineal y memcpy puede ser usado para la transferencia de imagenes.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_SVGA_VideoModeHasHardwareAcceleration "[VO_SVGA] El modo de video dispone de aceleraci<63> n por hardware y put_image puede ser utilizada.\n"
# define MSGTR_LIBVO_SVGA_IfItWorksForYouIWouldLineToKnow "[VO_SVGA] Si funciona para ti, me gustaria que me contaras. \n[VO_SVGA] (env<6E> a un log con `mplayer test.avi -v -v -v -v &> svga.log`). Gracias.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_SVGA_VideoModeHas "[VO_SVGA] El modo de video tiene %d pagina(s).\n"
# define MSGTR_LIBVO_SVGA_CenteringImageStartAt "[VO_SVGA] Centrando imag<61> n, comenzando en (%d,%d)\n"
# define MSGTR_LIBVO_SVGA_UsingVidix "[VO_SVGA] Utilizando VIDIX. w=%i h=%i mw=%i mh=%i\n"
// libvo/vo_syncfb.c
# define MSGTR_LIBVO_SYNCFB_CouldntOpen "[VO_SYNCFB] No pude abrir / dev / syncfb <20> / dev / mga_vid.\n"
# define MSGTR_LIBVO_SYNCFB_UsingPaletteYuv420p3 "[VO_SYNCFB] Utilizando paleta yuv420p3.\n"
# define MSGTR_LIBVO_SYNCFB_UsingPaletteYuv420p2 "[VO_SYNCFB] Utilizando paleta yuv420p2.\n"
# define MSGTR_LIBVO_SYNCFB_UsingPaletteYuv420 "[VO_SYNCFB] Utilizando paleta yuv420.\n"
# define MSGTR_LIBVO_SYNCFB_NoSupportedPaletteFound "[VO_SYNCFB] Encontre una paleta no soportada.\n"
# define MSGTR_LIBVO_SYNCFB_BesSourcerSize "[VO_SYNCFB] Tama<6D> o BES Sourcer: %d x %d.\n"
# define MSGTR_LIBVO_SYNCFB_FramebufferMemory "[VO_SYNCFB] Memoria del Framebuffer: %ld en %ld buffers.\n"
# define MSGTR_LIBVO_SYNCFB_RequestingFirstBuffer "[VO_SYNCFB] Solicitando primer buffer #%d.\n"
# define MSGTR_LIBVO_SYNCFB_GotFirstBuffer "[VO_SYNCFB] Obtuve el primer buffer #%d.\n"
# define MSGTR_LIBVO_SYNCFB_UnknownSubdevice "[VO_SYNCFB] Sub-dispositivo desconocido: %s.\n"
// libvo/vo_tdfxfb.c
# define MSGTR_LIBVO_TDFXFB_CantOpen "[VO_TDFXFB] No pude abrir %s: %s.\n"
# define MSGTR_LIBVO_TDFXFB_ProblemWithFbitgetFscreenInfo "[VO_TDFXFB] Problema con el ioctl FBITGET_FSCREENINFO: %s.\n"
# define MSGTR_LIBVO_TDFXFB_ProblemWithFbitgetVscreenInfo "[VO_TDFXFB] Problema con el ioctl FBITGET_VSCREENINFO: %s.\n"
2006-04-29 01:06:42 +02:00
# define MSGTR_LIBVO_TDFXFB_ThisDriverOnlySupports "[VO_TDFXFB] Este driver solo soporta las 3Dfx Banshee, Voodoo3 y Voodoo 5.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_TDFXFB_OutputIsNotSupported "[VO_TDFXFB] La salida %d bpp no esta soporatda.\n"
# define MSGTR_LIBVO_TDFXFB_CouldntMapMemoryAreas "[VO_TDFXFB] No pude mapear las <20> reas de memoria: %s.\n"
# define MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported "[VO_TDFXFB] La salida %d bpp no esta soportada (esto de deber<65> a haber pasado).\n"
# define MSGTR_LIBVO_TDFXFB_SomethingIsWrongWithControl "[VO_TDFXFB] Uh! algo anda mal con control().\n"
# define MSGTR_LIBVO_TDFXFB_NotEnoughVideoMemoryToPlay "[VO_TDFXFB] No hay suficiente memoria de video para reproducir esta pelicula. Intenta con una resoluci<63> n m<> s baja.\n"
# define MSGTR_LIBVO_TDFXFB_ScreenIs "[VO_TDFXFB] La pantalla es %dx%d a %d bpp, en %dx%d a %d bpp, la norma es %dx%d.\n"
// libvo/vo_tdfx_vid.c
# define MSGTR_LIBVO_TDFXVID_Move "[VO_TDXVID] Move %d(%d) x %d => %d.\n"
# define MSGTR_LIBVO_TDFXVID_AGPMoveFailedToClearTheScreen "[VO_TDFXVID] El AGP move fall<6C> al tratar de limpiar la pantalla.\n"
# define MSGTR_LIBVO_TDFXVID_BlitFailed "[VO_TDFXVID] Fallo el Blit.\n"
# define MSGTR_LIBVO_TDFXVID_NonNativeOverlayFormatNeedConversion "[VO_TDFXVID] El formato overlay no-nativo requiere conversi<73> n.\n"
# define MSGTR_LIBVO_TDFXVID_UnsupportedInputFormat "[VO_TDFXVID] Formato de entrada no soportado 0x%x.\n"
# define MSGTR_LIBVO_TDFXVID_OverlaySetupFailed "[VO_TDFXVID] Fallo en la configuraci<63> n del overlay.\n"
# define MSGTR_LIBVO_TDFXVID_OverlayOnFailed "[VO_TDFXVID] Fall<6C> el Overlay on .\n"
# define MSGTR_LIBVO_TDFXVID_OverlayReady "[VO_TDFXVID] Overlay listo: %d(%d) x %d @ %d => %d(%d) x %d @ %d.\n"
# define MSGTR_LIBVO_TDFXVID_TextureBlitReady "[VO_TDFXVID] Blit de textura listo: %d(%d) x %d @ %d => %d(%d) x %d @ %d.\n"
# define MSGTR_LIBVO_TDFXVID_OverlayOffFailed "[VO_TDFXVID] Fall<6C> el Overlay off\n"
# define MSGTR_LIBVO_TDFXVID_CantOpen "[VO_TDFXVID] No pude abrir %s: %s.\n"
# define MSGTR_LIBVO_TDFXVID_CantGetCurrentCfg "[VO_TDFXVID] No pude obtener la cfg actual: %s.\n"
# define MSGTR_LIBVO_TDFXVID_MemmapFailed "[VO_TDFXVID] Fall<6C> el Memmap!!!!!\n"
# define MSGTR_LIBVO_TDFXVID_GetImageTodo "Get image todo.\n"
# define MSGTR_LIBVO_TDFXVID_AgpMoveFailed "[VO_TDFXVID] Fallo el AGP move.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_TDFXVID_SetYuvFailed "[VO_TDFXVID] Fall<6C> set yuv\n"
# define MSGTR_LIBVO_TDFXVID_AgpMoveFailedOnYPlane "[VO_TDFXVID] El AGP move fall<6C> en el plano Y\n"
# define MSGTR_LIBVO_TDFXVID_AgpMoveFailedOnUPlane "[VO_TDFXVID] El AGP move fall<6C> en el plano U\n"
# define MSGTR_LIBVO_TDFXVID_AgpMoveFailedOnVPlane "[VO_TDFXVID] El AGP move fallo en el plano V\n"
2006-04-29 01:06:42 +02:00
# define MSGTR_LIBVO_TDFXVID_UnknownFormat "[VO_TDFXVID] Qu<51> es esto como formato 0x%x?\n"
2006-04-27 07:02:24 +02:00
// libvo/vo_tga.c
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_TGA_UnknownSubdevice "[VO_TGA] Sub-dispositivo desconocido: %s\n"
2006-04-27 07:02:24 +02:00
// libvo/vo_vesa.c
# define MSGTR_LIBVO_VESA_FatalErrorOccurred "[VO_VESA] Error fatal! no puedo continuar.\n"
# define MSGTR_LIBVO_VESA_UnkownSubdevice "[VO_VESA] Sub-dispositivo desconocido: '%s'.\n"
2006-04-29 01:06:42 +02:00
# define MSGTR_LIBVO_VESA_YouHaveTooLittleVideoMemory "[VO_VESA] Tienes muy poca memoria de video para este modo:\n[VO_VESA] Requiere: %08lX tienes: %08lX.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_VESA_YouHaveToSpecifyTheCapabilitiesOfTheMonitor "[VO_VESA] Tienes que especificar las capacidades del monitor. No voy a cambiar la tasa de refresco.\n"
# define MSGTR_LIBVO_VESA_UnableToFitTheMode "[VO_VESA] No pude encajar este modo en las limitaciones del monitor. No voy a cambiar la tasa de refresco.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_VESA_DetectedInternalFatalError "[VO_VESA] Error fatal interno detectado: init se llamado despues de preinit.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_VESA_SwitchFlipIsNotSupported "[VO_VESA] Switch -flip no esta soportado.\n"
# define MSGTR_LIBVO_VESA_PossibleReasonNoVbe2BiosFound "[VO_VESA] Raz<61> n posible: No se encontr<74> una BIOS VBE2.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_VESA_FoundVesaVbeBiosVersion "[VO_VESA] Enontr<74> una versi<73> n de BIOS VESA VBE %x.%x Revisi<73> n: %x.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_VESA_VideoMemory "[VO_VESA] Memoria de video: %u Kb.\n"
# define MSGTR_LIBVO_VESA_Capabilites "[VO_VESA] Capacidades VESA: %s %s %s %s %s.\n"
# define MSGTR_LIBVO_VESA_BelowWillBePrintedOemInfo "[VO_VESA] !!! abajo se imprimira informaci<63> n OEM. !!!\n"
# define MSGTR_LIBVO_VESA_YouShouldSee5OemRelatedLines "[VO_VESA] Deberias ver 5 lineas con respecto a OEM abajo; sino, has arruinado vm86.\n"
# define MSGTR_LIBVO_VESA_OemInfo "[VO_VESA] Informaci<63> n OEM: %s.\n"
# define MSGTR_LIBVO_VESA_OemRevision "[VO_VESA] OEM Revisi<73> n: %x.\n"
# define MSGTR_LIBVO_VESA_OemVendor "[VO_VESA] OEM vendor: %s.\n"
# define MSGTR_LIBVO_VESA_OemProductName "[VO_VESA] OEM Product Name: %s.\n"
# define MSGTR_LIBVO_VESA_OemProductRev "[VO_VESA] OEM Product Rev: %s.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_VESA_Hint "[VO_VESA] Consejo: Para que el TV_Out te funcione tienes que conectarla\n"\
2006-04-27 07:02:24 +02:00
" [VO_VESA] antes de que el pc bootee por que la BIOS VESA solo se inicializa a si misma durante el POST. \n "
# define MSGTR_LIBVO_VESA_UsingVesaMode "[VO_VESA] Utilizando el modo VESA (%u) = %x [%ux%u@%u]\n"
# define MSGTR_LIBVO_VESA_CantInitializeSwscaler "[VO_VESA] No pude inicializar el SwScaler.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_VESA_CantUseDga "[VO_VESA] No puedo utilizar DGA. fuersa el modo bank switching. :(\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_VESA_UsingDga "[VO_VESA] Utilizand DGA (recursos f<> sicos: %08lXh, %08lXh)"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_VESA_CantUseDoubleBuffering "[VO_VESA] No puedo utilizar double buffering: No hay suficiente memoria de video.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_VESA_CantFindNeitherDga "[VO_VESA] No pude encontrar DGA o un cuadro de ventana relocatable.\n"
2006-05-12 07:50:13 +02:00
# define MSGTR_LIBVO_VESA_YouveForcedDga "[VO_VESA] Tenemos DGA forzado. Saliendo.\n"
2006-04-27 07:02:24 +02:00
# define MSGTR_LIBVO_VESA_CantFindValidWindowAddress "[VO_VESA] No pude encontrar una direcci<63> n de ventana v<> lida.\n"
# define MSGTR_LIBVO_VESA_UsingBankSwitchingMode "[VO_VESA] Utilizando modo bank switching (recursos f<> sicos: %08lXh, %08lXh).\n"
# define MSGTR_LIBVO_VESA_CantAllocateTemporaryBuffer "[VO_VESA] No pude disponer de un buffer temporal.\n"
# define MSGTR_LIBVO_VESA_SorryUnsupportedMode "[VO_VESA] Sorry, formato no soportado -- trata con -x 640 -zoom.\n"
# define MSGTR_LIBVO_VESA_OhYouReallyHavePictureOnTv "[VO_VESA] Oh! mira! realmente tienes una imagen en la TV!\n"
# define MSGTR_LIBVO_VESA_CantInitialozeLinuxVideoOverlay "[VO_VESA] No pude inicializar el Video Overlay Linux.\n"
# define MSGTR_LIBVO_VESA_UsingVideoOverlay "[VO_VESA] Utilizando overlay de video: %s.\n"
# define MSGTR_LIBVO_VESA_CantInitializeVidixDriver "[VO_VESA] No pude inicializar el driver VIDIX.\n"
# define MSGTR_LIBVO_VESA_UsingVidix "[VO_VESA] Utilizando VIDIX.\n"
# define MSGTR_LIBVO_VESA_CantFindModeFor "[VO_VESA] No pude encontrar un modo para: %ux%u@%u.\n"
# define MSGTR_LIBVO_VESA_InitializationComplete "[VO_VESA] Inicializaci<63> n VESA completa.\n"
// libvo/vo_x11.c
# define MSGTR_LIBVO_X11_DrawFrameCalled "[VO_X11] draw_frame() llamada!!!!!!\n"
// libvo/vo_xv.c
# define MSGTR_LIBVO_XV_DrawFrameCalled "[VO_XV] draw_frame() llamada!!!!!!\n"