Mercurial > mplayer.hg
annotate help/help_mp-es.h @ 12662:05d46af5e2bf
JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>
author | alex |
---|---|
date | Fri, 25 Jun 2004 18:11:15 +0000 |
parents | 09eab0d22e5e |
children | 8188e7aa570a |
rev | line source |
---|---|
10181
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
1 // Spanish translation by: |
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
2 // Leandro Lucarella <leandro at lucarella.com.ar>, |
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
3 // Jesús Climent <jesus.climent at hispalinux.es>, |
12346 | 4 // Sefanja Ruijsenaars <sefanja at gmx.net>, |
10181
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
5 // Andoni Zubimendi <andoni at lpsat.net> |
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
6 |
12346 | 7 // Updated to help_mp-en.h v1.116 |
10181
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
8 |
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
9 // ========================= MPlayer help =========================== |
d480b7ffd2ef
Info updated, patch by Andoni Zubimendi <andoni@lpsat.net>.
diego
parents:
10059
diff
changeset
|
10 |
2710 | 11 |
12 #ifdef HELP_MP_DEFINE_STATIC | |
13 static char help_text[]= | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
14 "Uso: mplayer [opciones] [url o ruta del archivo]\n" |
2710 | 15 "\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
16 "Opciones básicas: ('man mplayer' para una lista completa)\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
17 " -vo <driver[:disp]> Seleccionar driver de salida de vídeo y dispositivo ('-vo help' para obtener una lista).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
18 " -ao <driver[:disp]> Seleccionar driver de salida de audio y dispositivo ('-ao help' para obtener una lista).\n" |
12009 | 19 #ifdef HAVE_VCD |
12346 | 20 " vcd://<numpista> Reproducir pista de (S)VCD (Super Video CD) (acceso directo al dispositivo, no montado)\n" |
12009 | 21 #endif |
2710 | 22 #ifdef USE_DVDREAD |
10405 | 23 " dvd://<número> Reproducir título o pista de DVD desde un dispositivo en vez de un archivo regular.\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
24 " -alang <lengua> Seleccionar lengua para el audio del DVD (con código de país de dos caracteres. p. ej. 'es').\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
25 " -alang <lengua> Seleccionar lengua para los subtítulos del DVD.\n" |
2710 | 26 #endif |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
27 " -ss <tiempo> Saltar a una posición determindada (en segundos o hh:mm:ss).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
28 " -nosound No reproducir sonido.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
29 " -fs, -vm, -zoom Opciones de pantalla completa (pantalla completa, cambio de modo de vídeo, escalado por software).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
30 " -x <x> -y <y> Escalar imagen a resolución dada (para usar con -vm o -zoom).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
31 " -sub <archivo> Especificar archivo de subtitulos a usar (mira también -subfps, -subdelay).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
32 " -playlist <archivo> Especificar archivo con la lista de reproducción.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
33 " -vid <x> -aid <y> Opciones para especificar el stream de vídeo (x) y de audio (y) a reproducir.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
34 " -fps <x> -srate <y> Opciones para cambiar la tasa de vídeo (x fps) y de audio (y Hz).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
35 " -pp <calidad> Activar filtro de postprocesado (lee la página man para más información).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
36 " -framedrop Activar frame dropping (para máquinas lentas).\n\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
37 |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
38 "Teclas básicas ('man mplayer' para una lista completa, mira también input.conf):\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
39 " <- ó -> Avanzar o retroceder diez segundos.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
40 " arriba ó abajo Avanzar o retroceder un minuto.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
41 " pgup ó pgdown Avanzar o retroceder diez minutos.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
42 " < ó > Avanzar o retroceder en la lista de reproducción.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
43 " p ó ESPACIO Pausar el vídeo (presione cualquier tecla para continuar).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
44 " q ó ESC Detener la reproducción y salir del programa.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
45 " + ó - Ajustar el retardo de audio en más o menos 0.1 segundos.\n" |
10330 | 46 " o Cambiar modo OSD: nada / búsqueda / búsqueda + tiempo.\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
47 " * ó / Aumentar o disminuir el volumen (presione 'm' para elegir entre master/pcm).\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
48 " z ó x Ajustar el retardo de la subtítulación en más o menos 0.1 segundos.\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
49 " r ó t Ajustar posición de la subtítulación (mira también -vf expand).\n" |
2710 | 50 "\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
51 " *** Lee la página man para más opciones (avanzadas) y teclas! ***\n" |
2710 | 52 "\n"; |
53 #endif | |
54 | |
55 // ========================= MPlayer messages =========================== | |
56 | |
57 // mplayer.c: | |
58 | |
59 #define MSGTR_Exiting "\nSaliendo... (%s)\n" | |
7489 | 60 #define MSGTR_Exit_quit "Salida." |
61 #define MSGTR_Exit_eof "Fin del archivo." | |
62 #define MSGTR_Exit_error "Error fatal." | |
63 #define MSGTR_IntBySignal "\nMPlayer ha sido interrumpido por señal %d en el módulo: %s \n" | |
64 #define MSGTR_NoHomeDir "No se puede encontrar el directorio HOME.\n" | |
65 #define MSGTR_GetpathProblem "Problema en get_path(\"config\").\n" | |
66 #define MSGTR_CreatingCfgFile "Creando archivo de configuración: %s.\n" | |
67 #define MSGTR_InvalidVOdriver "Nombre del driver de salida de vídeo incorrecto: %s\nUsa '-vo help' para obtener la lista de drivers de salida de vídeo disponibles.\n" | |
68 #define MSGTR_InvalidAOdriver "Nombre del driver de salida de audio incorrecto: %s\nUsa '-ao help' para obtener la lista de drivers de salida de audio disponibles.\n" | |
69 #define MSGTR_CopyCodecsConf "Copia o enlaza <árbol del código fuente de MPlayer>/etc/codecs.conf a ~/.mplayer/codecs.conf\n" | |
9436 | 70 #define MSGTR_BuiltinCodecsConf "Usando codecs.conf interno por defecto.\n" |
7489 | 71 #define MSGTR_CantLoadFont "No se puede cargar fuente: %s.\n" |
72 #define MSGTR_CantLoadSub "No se puede cargar la subtítulación: %s.\n" | |
2710 | 73 #define MSGTR_ErrorDVDkey "Error procesando la clave del DVD.\n" |
7489 | 74 #define MSGTR_CmdlineDVDkey "Se usará la clave DVD solicitada para la descodificación.\n" |
2710 | 75 #define MSGTR_DVDauthOk "La secuencia de autorización del DVD parece estar bien.\n" |
12009 | 76 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: No se encuentra el stream seleccionado.\n" |
7489 | 77 #define MSGTR_CantOpenDumpfile "No se puede abrir el archivo de dump.\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
78 #define MSGTR_CoreDumped "Core dumped.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
79 #define MSGTR_FPSnotspecified "FPS no especificado (o inválido) en la cabecera! Usa la opción -fps.\n" |
12009 | 80 #define MSGTR_TryForceAudioFmtStr "Tratando de forzar la familia de codecs de audio %d...\n" |
7489 | 81 #define MSGTR_CantFindAfmtFallback "No se encuentra codec de audio para la familia forzada, se usarán otros drivers.\n" |
12009 | 82 #define MSGTR_RTFMCodecs "Lea el archivo DOCS/HTML/es/codecs.html!\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
83 #define MSGTR_CantFindAudioCodec "No se encuentra codec para el formato de audio 0x%X!\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
84 #define MSGTR_CouldntInitAudioCodec "No se pudo inicializar el codec de audio, no se reproducirá sonido!\n" |
12009 | 85 #define MSGTR_TryForceVideoFmtStr "Tratando de forzar la familia de codecs de vídeo %d...\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
86 #define MSGTR_CantFindVideoCodec "No se encuentra codec para el formato de vídeo 0x%X!\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
87 #define MSGTR_VOincompCodec "Disculpe, el dispositivo de salida de vídeo es incompatible con este codec.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
88 #define MSGTR_CannotInitVO "FATAL: No se puede inicializar el driver de vídeo!\n" |
7489 | 89 #define MSGTR_CannotInitAO "No se puede abrir o inicializar dispositivo de audio, no se reproducirá sonido.\n" |
90 #define MSGTR_StartPlaying "Empezando reproducción...\n" | |
4020 | 91 |
92 #define MSGTR_SystemTooSlow "\n\n"\ | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
93 " **************************************************************\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
94 " **** Tu sistema es demasiado lento para reproducir esto! ****\n"\ |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
95 " **************************************************************\n"\ |
12009 | 96 "Posibles razones, problemas, soluciones:\n"\ |
97 "- Más común: driver de _audio_ con errores o roto.\n"\ | |
98 " - Intenta con -ao sdl, o usa ALSA 0.5 o la emulación OSS de ALSA 0.9.\n"\ | |
99 " - Proba con diferentes valores para -autosync, 30 es un buen comienzo.\n"\ | |
100 "- Salida de vídeo lenta\n"\ | |
101 " - Proba otro driver -vo (para obtener una lista, -vo help) o intenta\n"\ | |
102 " iniciar con la opción -framedrop!\n"\ | |
103 "- CPU lenta\n"\ | |
104 " - No intente reproducir DVDs o DivX grandes en una CPU lenta. Intenta\n"\ | |
105 " iniciar con la opción -hardframedrop.\n"\ | |
106 "- Archivo erróneo o roto\n"\ | |
107 " - Proba combinaciones de -nobps -ni -mc 0.\n"\ | |
108 "- Medios lentos (unidad NFS/SMB, DVD, VCD, etc)\n"\ | |
109 " - Intente con -cache 8192.\n"\ | |
110 "- Esta usando -cache para reproducir archivos AVI no entrelazados?\n"\ | |
111 " - Intente con -nocache.\n"\ | |
112 "Lea DOCS/HTML/es/devices.html para consejos de ajuste o mayor velocidad.\n"\ | |
113 "Si nada de eso sirve, lee DOCS/HTML/es/bugreports.html\n\n" | |
2710 | 114 |
7489 | 115 #define MSGTR_NoGui "MPlayer fue compilado sin soporte para interfaz gráfica.\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
116 #define MSGTR_GuiNeedsX "La interfaz gráfica de MPlayer requiere X11!\n" |
12009 | 117 #define MSGTR_Playing "Reproduciendo %s.\n" |
7489 | 118 #define MSGTR_NoSound "Audio: sin sonido.\n" |
12009 | 119 #define MSGTR_FPSforced "FPS forzado en %5.3f (ftime: %5.3f).\n" |
2710 | 120 |
12346 | 121 #define MSGTR_CompiledWithRuntimeDetection "Compilado con detección en tiempo de ejecución de CPU - esto no es óptimo! Para obtener mejor rendimiento, recompila MPlayer con --disable-runtime-cpudetection.\n" |
7489 | 122 #define MSGTR_CompiledWithCPUExtensions "Compilado para CPU x86 con extensiones:" |
123 #define MSGTR_AvailableVideoOutputPlugins "Plugins de salida de vídeo disponibles:\n" | |
124 #define MSGTR_AvailableVideoOutputDrivers "Drivers de salida de vídeo disponibles:\n" | |
125 #define MSGTR_AvailableAudioOutputDrivers "Drivers de salida de audio disponibles:\n" | |
126 #define MSGTR_AvailableAudioCodecs "Codecs de audio disponibles:\n" | |
127 #define MSGTR_AvailableVideoCodecs "Codecs de vídeo disponibles:\n" | |
128 #define MSGTR_AvailableAudioFm "\nFamilias/drivers de codecs de audio (compilados dentro de MPlayer) disponibles:\n" | |
129 #define MSGTR_AvailableVideoFm "\nFamilias/drivers de codecs de vídeo (compilados dentro de MPlayer) disponibles:\n" | |
9436 | 130 #define MSGTR_AvailableFsType "Modos disponibles de cambio a pantalla completa:\n" |
7489 | 131 #define MSGTR_UsingRTCTiming "Usando el RTC timing por hardware de Linux (%ldHz).\n" |
9436 | 132 #define MSGTR_CannotReadVideoProperties "Vídeo: no se puede leer las propiedades.\n" |
7489 | 133 #define MSGTR_NoStreamFound "No se ha encontrado stream.\n" |
134 #define MSGTR_InitializingAudioCodec "Inicializando codec de audio...\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
135 #define MSGTR_ErrorInitializingVODevice "Error abriendo/inicializando el dispositivo de la salida de vídeo (-vo)!\n" |
7489 | 136 #define MSGTR_ForcedVideoCodec "Forzado el codec de vídeo: %s.\n" |
9436 | 137 #define MSGTR_ForcedAudioCodec "Forzado el codec de audio: %s\n" |
7489 | 138 #define MSGTR_AODescription_AOAuthor "AO: Descripción: %s\nAO: Autor: %s.\n" |
139 #define MSGTR_AOComment "AO: Comentario: %s.\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
140 #define MSGTR_Video_NoVideo "Vídeo: no hay vídeo!\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
141 #define MSGTR_NotInitializeVOPorVO "\nFATAL: No se pudieron inicializar los filtros de vídeo (-vf) o de salida de vídeo (-vo)!\n" |
10502 | 142 #define MSGTR_Paused "\n ===== PAUSA =====\r" |
7489 | 143 #define MSGTR_PlaylistLoadUnable "\nNo se puede cargar la lista de reproducción %s.\n" |
9436 | 144 #define MSGTR_Exit_SIGILL_RTCpuSel \ |
145 "- MPlayer se detuvo por una 'Instrucción Ilegal'.\n"\ | |
146 " Esto puede ser un defecto en nuestra rutina nueva de autodetección de CPU...\n"\ | |
11121 | 147 " Por favor lee DOCS/HTML/es/bugreports.html.\n" |
9436 | 148 #define MSGTR_Exit_SIGILL \ |
149 "- MPlayer se detuvo por una 'Instrucción Ilegal'.\n"\ | |
150 " Esto ocurre normalmente cuando ejecuta el programa en una CPU diferente de\n"\ | |
12009 | 151 " la cual MPlayer fue compilado/optimizado.\n"\ |
152 " ¡Verifica eso!\n" | |
9436 | 153 #define MSGTR_Exit_SIGSEGV_SIGFPE \ |
154 "- MPlayer se detuvo por mal uso de CPU/FPU/RAM.\n"\ | |
12009 | 155 " Recompila MPlayer con la opción --enable-debug y hace un backtrace en\n"\ |
156 " 'gdb' y un desensamblado. Para más detalles, vea\n"\ | |
157 " DOCS/HTML/es/bugreports_what.html#bugreports_crash\n" | |
9436 | 158 #define MSGTR_Exit_SIGCRASH \ |
159 "- MPlayer se detuvo. Esto no debería haber pasado.\n"\ | |
12009 | 160 " Puede ser un defecto en el código de MPlayer _o_ en sus controladores\n"\ |
161 " _o_ en su versión de gcc. Si piensa que es la culpa de MPlayer, por\n"\ | |
162 " favor lea DOCS/HTML/es/bugreports.html y siga las instrucciones que allí\n"\ | |
163 " se encuentran. No podemos y no lo ayudaremos a menos que nos provea esa\n"\ | |
164 " información cuando este reportando algún posible defecto.\n" | |
7489 | 165 |
166 // mencoder.c: | |
167 | |
168 #define MSGTR_UsingPass3ControllFile "Usando el archivo de control pass3: %s\n" | |
169 #define MSGTR_MissingFilename "\nFalta el nombre del archivo.\n\n" | |
170 #define MSGTR_CannotOpenFile_Device "No se pudo abrir el archivo o el dispositivo.\n" | |
171 #define MSGTR_ErrorDVDAuth "Error en la autorización DVD...\n" | |
172 #define MSGTR_CannotOpenDemuxer "No se pudo abrir el demuxer.\n" | |
12009 | 173 #define MSGTR_NoAudioEncoderSelected \ |
174 "\nNo se ha selecciono codificador de audio (-oac).\n"\ | |
175 " Escoge uno (mira -oac help) o usa -nosound.\n" | |
176 #define MSGTR_NoVideoEncoderSelected \ | |
177 "\nNo se ha selecciono codificador de video (-ovc). \n"\ | |
178 " Escoge uno (mira -ovc help)\n" | |
7489 | 179 #define MSGTR_InitializingAudioCodec "Inicializando codec de audio...\n" |
180 #define MSGTR_CannotOpenOutputFile "No se puede abrir el archivo de salida'%s'.\n" | |
181 #define MSGTR_EncoderOpenFailed "No se pudo abrir el codificador.\n" | |
182 #define MSGTR_ForcingOutputFourcc "Forzando salida fourcc a %x [%.4s].\n" | |
183 #define MSGTR_WritingAVIHeader "Escribiendo cabecera AVI...\n" | |
184 #define MSGTR_DuplicateFrames "\n%d frame(s) duplicados.\n" | |
185 #define MSGTR_SkipFrame "\nse salta frame...\n" | |
186 #define MSGTR_ErrorWritingFile "%s: error escribiendo el archivo.\n" | |
187 #define MSGTR_WritingAVIIndex "\nEscribiendo index AVI...\n" | |
188 #define MSGTR_FixupAVIHeader "Arreglando cabecera AVI..\n" | |
189 #define MSGTR_RecommendedVideoBitrate "Bitrate recomendado para %s CD: %d.\n" | |
190 #define MSGTR_VideoStreamResult "\nStream de vídeo: %8.3f kbit/s (%d bps), tamaño: %d bytes, %5.3f segundos, %d frames\n" | |
191 #define MSGTR_AudioStreamResult "\nStream de audio: %8.3f kbit/s (%d bps), tamaño: %d bytes, %5.3f segundos\n" | |
192 | |
9436 | 193 // cfg-mencoder.h |
194 | |
195 #define MSGTR_MEncoderMP3LameHelp "\n\n"\ | |
196 " vbr=<0-4> método de tasa de bits variable\n"\ | |
197 " 0: cbr\n"\ | |
198 " 1: mt\n"\ | |
199 " 2: rh(default)\n"\ | |
200 " 3: abr\n"\ | |
201 " 4: mtrh\n"\ | |
202 "\n"\ | |
203 " abr tasa de bits media\n"\ | |
204 "\n"\ | |
205 " cbr tasa de bits constante\n"\ | |
206 " Forzar también modo de codificación CBR en modos ABR \n"\ | |
12009 | 207 " preseleccionados subsecuentemente.\n"\ |
9436 | 208 "\n"\ |
209 " br=<0-1024> especifica tasa de bits en kBit (solo CBR y ABR)\n"\ | |
210 "\n"\ | |
211 " q=<0-9> calidad (0-mejor, 9-peor) (solo para VBR)\n"\ | |
212 "\n"\ | |
213 " aq=<0-9> calidad del algoritmo (0-mejor/lenta, 9-peor/rápida)\n"\ | |
214 "\n"\ | |
215 " ratio=<1-100> razón de compresión\n"\ | |
216 "\n"\ | |
217 " vol=<0-10> configura ganancia de entrada de audio\n"\ | |
218 "\n"\ | |
219 " mode=<0-3> (por defecto: auto)\n"\ | |
220 " 0: estéreo\n"\ | |
221 " 1: estéreo-junto\n"\ | |
222 " 2: canal dual\n"\ | |
223 " 3: mono\n"\ | |
224 "\n"\ | |
225 " padding=<0-2>\n"\ | |
226 " 0: no\n"\ | |
227 " 1: todo\n"\ | |
228 " 2: ajustar\n"\ | |
229 "\n"\ | |
12009 | 230 " fast Activa codificación rápida en modos VBR preseleccionados\n"\ |
9436 | 231 " subsecuentes, más baja calidad y tasas de bits más altas.\n"\ |
232 "\n"\ | |
12009 | 233 " preset=<value> Provee configuracion con la mejor calidad posible.\n"\ |
9436 | 234 " medium: codificación VBR, buena calidad\n"\ |
235 " (rango de 150-180 kbps de tasa de bits)\n"\ | |
236 " standard: codificación VBR, alta calidad\n"\ | |
237 " (rango de 170-210 kbps de tasa de bits)\n"\ | |
238 " extreme: codificación VBR, muy alta calidad\n"\ | |
239 " (rango de 200-240 kbps de tasa de bits)\n"\ | |
240 " insane: codificación CBR, la mejor calidad configurable\n"\ | |
241 " (320 kbps de tasa de bits)\n"\ | |
242 " <8-320>: codificación ABR con tasa de bits en promedio en los kbps dados.\n\n" | |
7489 | 243 |
2710 | 244 // open.c, stream.c: |
7489 | 245 #define MSGTR_CdDevNotfound "Dispositivo de CD-ROM '%s' no encontrado.\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
246 #define MSGTR_ErrTrackSelect "Error seleccionando la pista de VCD!" |
2710 | 247 #define MSGTR_ReadSTDIN "Leyendo desde la entrada estándar (stdin)...\n" |
7489 | 248 #define MSGTR_UnableOpenURL "No se puede abrir URL: %s\n" |
2710 | 249 #define MSGTR_ConnToServer "Connectado al servidor: %s\n" |
250 #define MSGTR_FileNotFound "Archivo no encontrado: '%s'\n" | |
251 | |
9436 | 252 #define MSGTR_SMBInitError "No se puede inicializar la librería libsmbclient: %d\n" |
12009 | 253 #define MSGTR_SMBFileNotFound "No se puede abrir desde la RED: '%s'\n" |
254 #define MSGTR_SMBNotCompiled "MPlayer no fue compilado con soporte de lectura de SMB.\n" | |
9436 | 255 |
2710 | 256 #define MSGTR_CantOpenDVD "No se puede abrir el dispositivo de DVD: %s\n" |
257 #define MSGTR_DVDwait "Leyendo la estructura del disco, espere por favor...\n" | |
258 #define MSGTR_DVDnumTitles "Hay %d títulos en este DVD.\n" | |
259 #define MSGTR_DVDinvalidTitle "Número de título de DVD inválido: %d\n" | |
260 #define MSGTR_DVDnumChapters "Hay %d capítulos en este título de DVD.\n" | |
261 #define MSGTR_DVDinvalidChapter "Número de capítulo de DVD inválido: %d\n" | |
262 #define MSGTR_DVDnumAngles "Hay %d ángulos en este título de DVD.\n" | |
263 #define MSGTR_DVDinvalidAngle "Número de ángulo de DVD inválido: %d\n" | |
264 #define MSGTR_DVDnoIFO "No se puede abrir archivo IFO para el título de DVD %d.\n" | |
265 #define MSGTR_DVDnoVOBs "No se puede abrir VOBS del título (VTS_%02d_1.VOB).\n" | |
7489 | 266 #define MSGTR_DVDopenOk "DVD abierto.\n" |
2710 | 267 |
268 // demuxer.c, demux_*.c: | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
269 #define MSGTR_AudioStreamRedefined "Advertencia! Cabecera de stream de audio %d redefinida!\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
270 #define MSGTR_VideoStreamRedefined "Advertencia! Cabecera de stream de video %d redefinida!\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
271 #define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Demasiados (%d en %d bytes) paquetes de audio en el buffer!\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
272 #define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Demasiados (%d en %d bytes) paquetes de video en el buffer!\n" |
7489 | 273 #define MSGTR_MaybeNI "¿Estás reproduciendo un stream o archivo 'non-interleaved' o falló el codec?\n " \ |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
274 "Para archivos .AVI, intente forzar el modo 'non-interleaved' con la opción -ni.\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
275 #define MSGTR_SwitchToNi "\nDetectado .AVI mal interleaveado - cambiando al modo -ni!\n" |
9436 | 276 #define MSGTR_Detected_XXX_FileFormat "Detectado formato de archivo %s.\n" |
7489 | 277 #define MSGTR_DetectedAudiofile "Detectado archivo de audio.\n" |
278 #define MSGTR_NotSystemStream "Esto no es formato MPEG System Stream... (tal vez Transport Stream?)\n" | |
279 #define MSGTR_InvalidMPEGES "Stream MPEG-ES inválido? Contacta con el autor, podría ser un fallo.\n" | |
280 #define MSGTR_FormatNotRecognized "Este formato no está soportado o reconocido. Si este archivo es un AVI, ASF o MPEG, por favor contacte con el autor.\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
281 #define MSGTR_MissingVideoStream "¡No se encontró stream de video!\n" |
7489 | 282 #define MSGTR_MissingAudioStream "No se encontró el stream de audio, no se reproducirá sonido.\n" |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
283 #define MSGTR_MissingVideoStreamBug "¡¿Stream de video perdido!? Contacta con el autor, podría ser un fallo.\n" |
2710 | 284 |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
285 #define MSGTR_DoesntContainSelectedStream "demux: El archivo no contiene el stream de audio o video seleccionado.\n" |
2710 | 286 |
287 #define MSGTR_NI_Forced "Forzado" | |
288 #define MSGTR_NI_Detected "Detectado" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
289 #define MSGTR_NI_Message "%s formato de AVI 'NON-INTERLEAVED'.\n" |
2710 | 290 |
7489 | 291 #define MSGTR_UsingNINI "Usando formato de AVI roto 'NON-INTERLEAVED'.\n" |
12009 | 292 #define MSGTR_CouldntDetFNo "No se puede determinar el número de cuadros (para una búsqueda absoluta).\n" |
7489 | 293 #define MSGTR_CantSeekRawAVI "No se puede avanzar o retroceder en un stream crudo .AVI (se requiere índice, prueba con -idx).\n" |
294 #define MSGTR_CantSeekFile "No se puede avanzar o retroceder en este archivo.\n" | |
12009 | 295 #define MSGTR_EncryptedVOB "¡Archivo VOB encriptado! Lea DOCS/HTML/es/dvd.html.\n" |
296 #define MSGTR_MOVcomprhdr "MOV: ¡Soporte de Cabecera comprimida requiere ZLIB!.\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
297 #define MSGTR_MOVvariableFourCC "MOV: Advertencia. ¡Variable FOURCC detectada!\n" |
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
298 #define MSGTR_MOVtooManyTrk "MOV: Advertencia. ¡Demasiadas pistas!" |
7489 | 299 #define MSGTR_FoundAudioStream "==> Encontrado stream de audio: %d\n" |
300 #define MSGTR_FoundVideoStream "==> Encontrado stream de vîdeo: %d\n" | |
301 #define MSGTR_DetectedTV "Detectado TV.\n" | |
302 #define MSGTR_ErrorOpeningOGGDemuxer "No se puede abrir el demuxer ogg.\n" | |
303 #define MSGTR_ASFSearchingForAudioStream "ASF: Buscando stream de audio (id:%d)\n" | |
304 #define MSGTR_CannotOpenAudioStream "No se puede abrir stream de audio: %s\n" | |
305 #define MSGTR_CannotOpenSubtitlesStream "No se puede abrir stream de subtítulos: %s\n" | |
306 #define MSGTR_OpeningAudioDemuxerFailed "No se pudo abrir el demuxer de audio: %s\n" | |
307 #define MSGTR_OpeningSubtitlesDemuxerFailed "No se pudo abrir demuxer de subtítulos: %s\n" | |
308 #define MSGTR_TVInputNotSeekable "Entrada de TV no es buscable.\n" | |
309 #define MSGTR_DemuxerInfoAlreadyPresent "Información de demuxer %s ya está disponible.\n" | |
310 #define MSGTR_ClipInfo "Información de clip: \n" | |
12009 | 311 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: contenido NTSC de 30cps detectado, cambiando cuadros por segundo.\n" |
312 #define MSGTR_EnterTelecineMode "\ndemux_mpg: contenido NTSC progresivo de 24cps detectado, cambiando cuadros por segundo.\n" | |
9436 | 313 |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
314 // dec_video.c & dec_audio.c: |
7489 | 315 #define MSGTR_CantOpenCodec "No se pudo abrir codec.\n" |
316 #define MSGTR_CantCloseCodec "No se pudo cerrar codec.\n" | |
2710 | 317 |
318 #define MSGTR_MissingDLLcodec "ERROR: No se pudo abrir el codec DirectShow requerido: %s\n" | |
319 #define MSGTR_ACMiniterror "No se puede cargar/inicializar codecs de audio Win32/ACM (falta archivo DLL?)\n" | |
320 #define MSGTR_MissingLAVCcodec "No se encuentra codec '%s' en libavcodec...\n" | |
321 | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
322 |
7489 | 323 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF mientras buscaba la cabecera de secuencia.\n" |
324 #define MSGTR_CannotReadMpegSequHdr "FATAL: No se puede leer cabecera de secuencia.\n" | |
325 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: No se puede leer la extensión de la cabecera de secuencia.\n" | |
326 #define MSGTR_BadMpegSequHdr "MPEG: Mala cabecera de secuencia.\n" | |
327 #define MSGTR_BadMpegSequHdrEx "MPEG: Mala extensión de la cabecera de secuencia.\n" | |
328 | |
329 #define MSGTR_ShMemAllocFail "No se puede alocar memoria compartida.\n" | |
330 #define MSGTR_CantAllocAudioBuf "No se puede alocar buffer de la salida de audio.\n" | |
331 #define MSGTR_UnknownAudio "Formato de audio desconocido/perdido, no se reproducirá sonido.\n" | |
332 | |
2710 | 333 |
7489 | 334 #define MSGTR_UsingExternalPP "[PP] Usando filtro de postprocesado externo, max q = %d.\n" |
335 #define MSGTR_UsingCodecPP "[PP] Usando postprocesado del codec, max q = %d.\n" | |
336 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Atributo de vídeo '%s' no es soportado por -vo y -vd actuales. \n" | |
337 #define MSGTR_VideoCodecFamilyNotAvailableStr "Familia de codec de vídeo solicitada [%s] (vfm=%s) no está disponible (actívalo al compilar).\n" | |
338 #define MSGTR_AudioCodecFamilyNotAvailableStr "Familia de codec de audio solicitada [%s] (afm=%s) no está disponible (actívalo al compilar).\n" | |
339 #define MSGTR_OpeningVideoDecoder "Abriendo descodificador de vídeo: [%s] %s.\n" | |
340 #define MSGTR_OpeningAudioDecoder "Abriendo descodificador de audio: [%s] %s.\n" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
341 #define MSGTR_UninitVideoStr "uninit video: %s.\n" |
7489 | 342 #define MSGTR_UninitAudioStr "uninit audio: %s.\n" |
343 #define MSGTR_VDecoderInitFailed "Inicialización del VDecoder ha fallado.\n" | |
344 #define MSGTR_ADecoderInitFailed "Inicialización del ADecoder ha fallado.\n" | |
345 #define MSGTR_ADecoderPreinitFailed "Preinicialización del ADecoder ha fallado.\n" | |
346 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Alocando %d bytes para el búfer de entrada.\n" | |
347 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes para el búfer de salida.\n" | |
2710 | 348 |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
349 |
2710 | 350 // LIRC: |
7489 | 351 #define MSGTR_SettingUpLIRC "Configurando soporte para LIRC...\n" |
352 #define MSGTR_LIRCdisabled "No podrás usar el control remoto.\n" | |
353 #define MSGTR_LIRCopenfailed "Fallo al abrir el soporte para LIRC.\n" | |
354 #define MSGTR_LIRCcfgerr "Fallo al leer archivo de configuración de LIRC %s.\n" | |
355 | |
356 | |
357 // vf.c | |
358 #define MSGTR_CouldNotFindVideoFilter "No se pudo encontrar el filtro de vídeo '%s'.\n" | |
359 #define MSGTR_CouldNotOpenVideoFilter "No se pudo abrir el filtro de vídeo '%s'.\n" | |
360 #define MSGTR_OpeningVideoFilter "Abriendo filtro de vídeo: " | |
12009 | 361 #define MSGTR_CannotFindColorspace "No se pudo encontrar espacio de color común, ni siquiera insertando 'scale' :(.\n" |
7489 | 362 |
363 // vd.c | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
364 #define MSGTR_CodecDidNotSet "VDec: el codec no declaró sh->disp_w y sh->disp_h, intentando solucionarlo!\n" |
7489 | 365 #define MSGTR_VoConfigRequest "VDec: vo solicitud de config - %d x %d (csp preferida: %s).\n" |
12009 | 366 #define MSGTR_CouldNotFindColorspace "No se pudo encontrar colorspace concordante - reintentando escalado -vf...\n" |
7489 | 367 #define MSGTR_MovieAspectIsSet "Aspecto es %.2f:1 - prescalando a aspecto correcto.\n" |
368 #define MSGTR_MovieAspectUndefined "Aspecto de película no es definido - no se ha aplicado prescalado.\n" | |
2710 | 369 |
370 | |
371 // ====================== GUI messages/buttons ======================== | |
372 | |
373 #ifdef HAVE_NEW_GUI | |
374 | |
375 // --- labels --- | |
7489 | 376 #define MSGTR_About "Acerca de" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
377 #define MSGTR_FileSelect "Seleccionar archivo..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
378 #define MSGTR_SubtitleSelect "Seleccionar subtítulos..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
379 #define MSGTR_OtherSelect "Seleccionar..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
380 #define MSGTR_AudioFileSelect "Seleccionar canal de audio externo..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
381 #define MSGTR_FontSelect "Seleccionar fuente..." |
7489 | 382 #define MSGTR_PlayList "Lista de reproducción" |
383 #define MSGTR_Equalizer "Equalizador" | |
384 #define MSGTR_SkinBrowser "Navegador de skins" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
385 #define MSGTR_Network "Streaming por red..." |
7489 | 386 #define MSGTR_Preferences "Preferencias" |
387 #define MSGTR_OSSPreferences "Configuración del driver OSS" | |
9436 | 388 #define MSGTR_SDLPreferences "Configuración del driver SDL" |
7489 | 389 #define MSGTR_NoMediaOpened "no se abrió audio/vídeo" |
390 #define MSGTR_VCDTrack "pista VCD %d" | |
391 #define MSGTR_NoChapter "sin capítulo" | |
392 #define MSGTR_Chapter "capítulo %d" | |
393 #define MSGTR_NoFileLoaded "no se ha cargado ningún archivo" | |
2710 | 394 |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
395 |
2710 | 396 // --- buttons --- |
397 #define MSGTR_Ok "Ok" | |
398 #define MSGTR_Cancel "Cancelar" | |
399 #define MSGTR_Add "Agregar" | |
400 #define MSGTR_Remove "Quitar" | |
7489 | 401 #define MSGTR_Clear "Limpiar" |
402 #define MSGTR_Config "Configurar" | |
403 #define MSGTR_ConfigDriver "Configurar driver" | |
404 #define MSGTR_Browse "Navegar" | |
2710 | 405 |
406 // --- error messages --- | |
7489 | 407 #define MSGTR_NEMDB "No hay suficiente memoria para dibujar el búfer." |
408 #define MSGTR_NEMFMR "No hay suficiente memoria para dibujar el menú." | |
409 #define MSGTR_IDFGCVD "No se encuentra driver -vo compatible con la interfaz gráfica." | |
410 #define MSGTR_NEEDLAVCFAME "No puede reproducir archivos no MPEG con su DXR3/H+ sin recodificación. Activa lavc o fame en la configuración del DXR3/H+." | |
2710 | 411 |
412 // --- skin loader error messages | |
7489 | 413 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error en configuración de skin en la línea %d: %s" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
414 #define MSGTR_SKIN_WARNING1 "[skin] advertencia en configuración de skin en la línea %d: widget encontrado pero \"section\" posterior no encontrada (%s)" |
2710 | 415 #define MSGTR_SKIN_WARNING2 "[skin] advertencia en configuración de skin en la línea %d: widget encontrado pero \"subsection\" posterior no encontrada (%s)" |
9436 | 416 #define MSGTR_SKIN_WARNING3 "[skin] advertencia en configuración de skin en la linea %d: subsection no suportada por widget (%s)" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
417 #define MSGTR_SKIN_BITMAP_16bit "Mapa de bits de 16 bits o menos no soportado (%s).\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
418 #define MSGTR_SKIN_BITMAP_FileNotFound "Archivo no encontrado (%s).\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
419 #define MSGTR_SKIN_BITMAP_BMPReadError "Error al leer BMP (%s).\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
420 #define MSGTR_SKIN_BITMAP_TGAReadError "Error al leer TGA (%s).\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
421 #define MSGTR_SKIN_BITMAP_PNGReadError "Error al leer PNG (%s).\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
422 #define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed TGA no soportado (%s).\n" |
12009 | 423 #define MSGTR_SKIN_BITMAP_UnknownFileType "Tipo de archivo desconocido (%s)\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
424 #define MSGTR_SKIN_BITMAP_ConvertError "Error de conversión de 24 bit a 32 bit (%s).\n" |
7489 | 425 #define MSGTR_SKIN_BITMAP_UnknownMessage "Mensaje desconocido: %s.\n" |
426 #define MSGTR_SKIN_FONT_NotEnoughtMemory "No hay suficiente memoria.\n" | |
427 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "Demasiadas fuentes declaradas.\n" | |
428 #define MSGTR_SKIN_FONT_FontFileNotFound "Archivo de fuentes no encontrado.\n" | |
429 #define MSGTR_SKIN_FONT_FontImageNotFound "Archivo de imagen de fuente noi encontrado.\n" | |
12009 | 430 #define MSGTR_SKIN_FONT_NonExistentFontID "identificador de fuente no existente (%s).\n" |
431 #define MSGTR_SKIN_UnknownParameter "parámetro desconocido (%s)\n" | |
432 #define MSGTR_SKINBROWSER_NotEnoughMemory "[skinbrowser] no hay suficiente memoria\n" | |
433 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin no encontrado (%s).\n" | |
434 #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "Error de lectura del archivo de configuración del skin (%s).\n" | |
4020 | 435 #define MSGTR_SKIN_LABEL "Skins:" |
436 | |
437 // --- gtk menus | |
438 #define MSGTR_MENU_AboutMPlayer "Sobre MPlayer" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
439 #define MSGTR_MENU_Open "Abrir..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
440 #define MSGTR_MENU_PlayFile "Reproducir archivo..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
441 #define MSGTR_MENU_PlayVCD "Reproducir VCD..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
442 #define MSGTR_MENU_PlayDVD "Reproducir DVD..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
443 #define MSGTR_MENU_PlayURL "Reproducir URL..." |
12009 | 444 #define MSGTR_MENU_LoadSubtitle "Cargar subtítulos..." |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
445 #define MSGTR_MENU_DropSubtitle "Cancelar subtitulos..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
446 #define MSGTR_MENU_LoadExternAudioFile "Cargar archivo de audio externo..." |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
447 #define MSGTR_MENU_Playing "Reproduciendo" |
4020 | 448 #define MSGTR_MENU_Play "Reproducir" |
449 #define MSGTR_MENU_Pause "Pausa" | |
450 #define MSGTR_MENU_Stop "Parar" | |
451 #define MSGTR_MENU_NextStream "Siguiente stream" | |
452 #define MSGTR_MENU_PrevStream "Anterior stream" | |
453 #define MSGTR_MENU_Size "Tamaño" | |
454 #define MSGTR_MENU_NormalSize "Tamaño normal" | |
455 #define MSGTR_MENU_DoubleSize "Tamaño doble" | |
7489 | 456 #define MSGTR_MENU_FullScreen "Pantalla completa" |
4020 | 457 #define MSGTR_MENU_DVD "DVD" |
6280 | 458 #define MSGTR_MENU_VCD "VCD" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
459 #define MSGTR_MENU_PlayDisc "Reproducir disco..." |
4020 | 460 #define MSGTR_MENU_ShowDVDMenu "Mostrar menú DVD" |
461 #define MSGTR_MENU_Titles "Títulos" | |
462 #define MSGTR_MENU_Title "Título %2d" | |
463 #define MSGTR_MENU_None "(ninguno)" | |
464 #define MSGTR_MENU_Chapters "Capítulos" | |
465 #define MSGTR_MENU_Chapter "Capítulo %2d" | |
7489 | 466 #define MSGTR_MENU_AudioLanguages "Idiomas de audio" |
4020 | 467 #define MSGTR_MENU_SubtitleLanguages "Idiomas de subtítulos" |
7489 | 468 #define MSGTR_MENU_PlayList "Lista de reproducción" |
469 #define MSGTR_MENU_SkinBrowser "Navegador de skins" | |
4020 | 470 #define MSGTR_MENU_Preferences "Preferencias" |
12009 | 471 #define MSGTR_MENU_Exit "Salir..." |
9436 | 472 #define MSGTR_MENU_Mute "Mudo" |
473 #define MSGTR_MENU_Original "Original" | |
474 #define MSGTR_MENU_AspectRatio "Relación de aspecto" | |
475 #define MSGTR_MENU_AudioTrack "Pista de Audio" | |
476 #define MSGTR_MENU_Track "Pista %d" | |
477 #define MSGTR_MENU_VideoTrack "Pista de Video" | |
7489 | 478 |
479 | |
480 // --- equalizer | |
481 #define MSGTR_EQU_Audio "Audio" | |
482 #define MSGTR_EQU_Video "Video" | |
483 #define MSGTR_EQU_Contrast "Contraste: " | |
484 #define MSGTR_EQU_Brightness "Brillo: " | |
485 #define MSGTR_EQU_Hue "Hue: " | |
486 #define MSGTR_EQU_Saturation "Saturación: " | |
487 #define MSGTR_EQU_Front_Left "Frente izquierdo" | |
488 #define MSGTR_EQU_Front_Right "Frente derecho" | |
489 #define MSGTR_EQU_Back_Left "Fondo izquierdo" | |
490 #define MSGTR_EQU_Back_Right "Fondo dercho" | |
491 #define MSGTR_EQU_Center "Centro" | |
9436 | 492 #define MSGTR_EQU_Bass "Bajo" |
7489 | 493 #define MSGTR_EQU_All "Todos" |
9436 | 494 #define MSGTR_EQU_Channel1 "Canal 1:" |
495 #define MSGTR_EQU_Channel2 "Canal 2:" | |
496 #define MSGTR_EQU_Channel3 "Canal 3:" | |
497 #define MSGTR_EQU_Channel4 "Canal 4:" | |
498 #define MSGTR_EQU_Channel5 "Canal 5:" | |
499 #define MSGTR_EQU_Channel6 "Canal 6:" | |
7489 | 500 |
501 // --- playlist | |
502 #define MSGTR_PLAYLIST_Path "Ubicación" | |
503 #define MSGTR_PLAYLIST_Selected "Archivos seleccionados" | |
504 #define MSGTR_PLAYLIST_Files "Archivos" | |
505 #define MSGTR_PLAYLIST_DirectoryTree "Árbol de directorios" | |
506 | |
507 // --- preferences | |
9436 | 508 #define MSGTR_PREFERENCES_Audio "Audio" |
509 #define MSGTR_PREFERENCES_Video "Vídeo" | |
510 #define MSGTR_PREFERENCES_SubtitleOSD "Subtítulos y OSD" | |
511 #define MSGTR_PREFERENCES_Codecs "Codecs y demuxer" | |
512 #define MSGTR_PREFERENCES_Misc "Misc" | |
513 | |
7489 | 514 #define MSGTR_PREFERENCES_None "Ninguno" |
515 #define MSGTR_PREFERENCES_AvailableDrivers "Drivers disponibles:" | |
516 #define MSGTR_PREFERENCES_DoNotPlaySound "No reproducir sonido" | |
517 #define MSGTR_PREFERENCES_NormalizeSound "Normalizar sonido" | |
518 #define MSGTR_PREFERENCES_EnEqualizer "Activar equalizer" | |
519 #define MSGTR_PREFERENCES_ExtraStereo "Activar estereo extra" | |
520 #define MSGTR_PREFERENCES_Coefficient "Coeficiente:" | |
521 #define MSGTR_PREFERENCES_AudioDelay "Retraso de audio" | |
522 #define MSGTR_PREFERENCES_DoubleBuffer "Activar buffering doble" | |
523 #define MSGTR_PREFERENCES_DirectRender "Activar renderización directa" | |
524 #define MSGTR_PREFERENCES_FrameDrop "Activar frame dropping" | |
525 #define MSGTR_PREFERENCES_HFrameDrop "Activar frame dropping DURO (peligroso)" | |
526 #define MSGTR_PREFERENCES_Flip "Visualizar imagen al revés" | |
527 #define MSGTR_PREFERENCES_Panscan "Panscan: " | |
528 #define MSGTR_PREFERENCES_OSDTimer "Timer e indicadores" | |
529 #define MSGTR_PREFERENCES_OSDProgress "Sólo barra de progreso" | |
9436 | 530 #define MSGTR_PREFERENCES_OSDTimerPercentageTotalTime "Timer, porcentaje y tiempo total" |
7489 | 531 #define MSGTR_PREFERENCES_Subtitle "Subtítulo:" |
532 #define MSGTR_PREFERENCES_SUB_Delay "Retraso: " | |
533 #define MSGTR_PREFERENCES_SUB_FPS "FPS:" | |
534 #define MSGTR_PREFERENCES_SUB_POS "Posición: " | |
535 #define MSGTR_PREFERENCES_SUB_AutoLoad "Desactivar carga automática de subtítulos" | |
536 #define MSGTR_PREFERENCES_SUB_Unicode "Subtítulo unicode" | |
537 #define MSGTR_PREFERENCES_SUB_MPSUB "Convertir el subtítulo dado al formato de subtítulos de MPlayer" | |
538 #define MSGTR_PREFERENCES_SUB_SRT "Convertir el subtítulo dado al formato basado en tiempo SubViewer (SRT)" | |
9436 | 539 #define MSGTR_PREFERENCES_SUB_Overlap "Superposición de subtitulos" |
7489 | 540 #define MSGTR_PREFERENCES_Font "Fuente:" |
541 #define MSGTR_PREFERENCES_FontFactor "Factor de fuente:" | |
542 #define MSGTR_PREFERENCES_PostProcess "Activar postprocesado" | |
543 #define MSGTR_PREFERENCES_AutoQuality "Calidad automática: " | |
544 #define MSGTR_PREFERENCES_NI "Usar non-interleaved AVI parser" | |
9436 | 545 #define MSGTR_PREFERENCES_IDX "Reconstruir tabla de indices, si se necesita" |
7489 | 546 #define MSGTR_PREFERENCES_VideoCodecFamily "Familia de codec de vídeo:" |
547 #define MSGTR_PREFERENCES_AudioCodecFamily "Familia de codec de audio:" | |
548 #define MSGTR_PREFERENCES_FRAME_OSD_Level "Nivel OSD" | |
549 #define MSGTR_PREFERENCES_FRAME_Subtitle "Subtítulos" | |
550 #define MSGTR_PREFERENCES_FRAME_Font "Fuente" | |
551 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocesado" | |
552 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec y demuxer" | |
9436 | 553 #define MSGTR_PREFERENCES_FRAME_Cache "Cache" |
554 #define MSGTR_PREFERENCES_FRAME_Misc "Misc" | |
7489 | 555 #define MSGTR_PREFERENCES_OSS_Device "Dispositivo:" |
556 #define MSGTR_PREFERENCES_OSS_Mixer "Mezclador:" | |
9436 | 557 #define MSGTR_PREFERENCES_SDL_Driver "Controlador:" |
7489 | 558 #define MSGTR_PREFERENCES_Message "Algunas opciones requieren reiniciar la reproducción." |
559 #define MSGTR_PREFERENCES_DXR3_VENC "Codificador de vídeo:" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
560 #define MSGTR_PREFERENCES_DXR3_LAVC "Usar LAVC (FFmpeg)" |
7489 | 561 #define MSGTR_PREFERENCES_DXR3_FAME "Usar FAME" |
562 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode" | |
563 #define MSGTR_PREFERENCES_FontEncoding2 "Occidental (ISO-8859-1)" | |
564 #define MSGTR_PREFERENCES_FontEncoding3 "Occidental con euro (ISO-8859-15)" | |
10195 | 565 #define MSGTR_PREFERENCES_FontEncoding4 "Eslavo/Centroeuropeo (ISO-8859-2)" |
7489 | 566 #define MSGTR_PREFERENCES_FontEncoding5 "Esperanto, Gallego, Maltés, Turco (ISO-8859-3)" |
567 #define MSGTR_PREFERENCES_FontEncoding6 "Báltico (ISO-8859-4)" | |
9429 | 568 #define MSGTR_PREFERENCES_FontEncoding7 "Cirílico (ISO-8859-5)" |
7489 | 569 #define MSGTR_PREFERENCES_FontEncoding8 "Árabe (ISO-8859-6)" |
570 #define MSGTR_PREFERENCES_FontEncoding9 "Griego moderno (ISO-8859-7)" | |
571 #define MSGTR_PREFERENCES_FontEncoding10 "Turco (ISO-8859-9)" | |
572 #define MSGTR_PREFERENCES_FontEncoding11 "Báltico (ISO-8859-13)" | |
9183
7bf676137c4d
Help files found in incoming - i hope i didn't miss some, if so please tell
diego
parents:
8901
diff
changeset
|
573 #define MSGTR_PREFERENCES_FontEncoding12 "Céltico (ISO-8859-14)" |
7489 | 574 #define MSGTR_PREFERENCES_FontEncoding13 "Hebreo (ISO-8859-8)" |
575 #define MSGTR_PREFERENCES_FontEncoding14 "Ruso (KOI8-R)" | |
576 #define MSGTR_PREFERENCES_FontEncoding15 "Belaruso (KOI8-U/RU)" | |
577 #define MSGTR_PREFERENCES_FontEncoding16 "Chino simplificado (CP936)" | |
578 #define MSGTR_PREFERENCES_FontEncoding17 "Chino tradicional (BIG5)" | |
579 #define MSGTR_PREFERENCES_FontEncoding18 "Japanés(SHIFT-JIS)" | |
580 #define MSGTR_PREFERENCES_FontEncoding19 "Coreano (CP949)" | |
581 #define MSGTR_PREFERENCES_FontEncoding20 "Thai (CP874)" | |
582 #define MSGTR_PREFERENCES_FontEncoding21 "Cirílico (Windows) (CP1251)" | |
10195 | 583 #define MSGTR_PREFERENCES_FontEncoding22 "Eslavo/Centroeuropeo (Windows) (CP1250)" |
7489 | 584 #define MSGTR_PREFERENCES_FontNoAutoScale "Sin autoescalado" |
585 #define MSGTR_PREFERENCES_FontPropWidth "Proporcional a la anchura de película" | |
586 #define MSGTR_PREFERENCES_FontPropHeight "Proporcional a la altura de película" | |
587 #define MSGTR_PREFERENCES_FontPropDiagonal "Proporcional al diagonal de película" | |
588 #define MSGTR_PREFERENCES_FontEncoding "Codificación:" | |
589 #define MSGTR_PREFERENCES_FontBlur "Blur:" | |
590 #define MSGTR_PREFERENCES_FontOutLine "Outline:" | |
591 #define MSGTR_PREFERENCES_FontTextScale "Escalado de texto:" | |
592 #define MSGTR_PREFERENCES_FontOSDScale "Escalado de OSD:" | |
593 #define MSGTR_PREFERENCES_SubtitleOSD "Subtítulos y OSD" | |
9436 | 594 #define MSGTR_PREFERENCES_Cache "Cache si/no" |
595 #define MSGTR_PREFERENCES_CacheSize "Tamaño de Cache: " | |
596 #define MSGTR_PREFERENCES_LoadFullscreen "Empezar en pantalla completa" | |
10059
d31cea79932f
Sync by Juan Antonio Zubimendi <andoni@ilex.lpsat.net>.
diego
parents:
9473
diff
changeset
|
597 #define MSGTR_PREFERENCES_SaveWinPos "Guardar posición de la ventana" |
9436 | 598 #define MSGTR_PREFERENCES_XSCREENSAVER "Detener Salvador de Pantallas de X" |
599 #define MSGTR_PREFERENCES_PlayBar "Habilitar barra de reproducción" | |
600 #define MSGTR_PREFERENCES_AutoSync "AutoSync si/no" | |
601 #define MSGTR_PREFERENCES_AutoSyncValue "Autosync: " | |
602 #define MSGTR_PREFERENCES_CDROMDevice "Dispositivo de CD-ROM:" | |
603 #define MSGTR_PREFERENCES_DVDDevice "Dispositivo de DVD:" | |
604 #define MSGTR_PREFERENCES_FPS "Cuadros por segundo de la Pelicula:" | |
12009 | 605 #define MSGTR_PREFERENCES_ShowVideoWindow "Mostrar Ventana de Video cuando este inactiva" |
8677 | 606 |
9436 | 607 #define MSGTR_ABOUT_UHU " Desarrollo de GUI patrocinado por UHU Linux\n" |
608 #define MSGTR_ABOUT_CoreTeam " Equipo principal de MPlayer:\n" | |
609 #define MSGTR_ABOUT_AdditionalCoders " Otros programadores:\n" | |
610 #define MSGTR_ABOUT_MainTesters " Testeadores más importantes:\n" | |
4020 | 611 |
612 // --- messagebox | |
7489 | 613 #define MSGTR_MSGBOX_LABEL_FatalError "Error fatal" |
614 #define MSGTR_MSGBOX_LABEL_Error "Error" | |
615 #define MSGTR_MSGBOX_LABEL_Warning "Advertencia" | |
2710 | 616 |
617 #endif |