File: es.po

package info (click to toggle)
gst-plugins-base0.10 0.10.19-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,772 kB
  • ctags: 15,183
  • sloc: ansic: 107,732; sh: 9,748; makefile: 1,618; xml: 1,610; perl: 1,513; python: 424; sed: 16
file content (576 lines) | stat: -rw-r--r-- 17,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
# translation of gst-plugins-base-0.10.15.2.po to Español
# spanish translation for gst-plugins-base
# This file is put in the public domain.
#
# Jorge González González <aloriel@gmail.com>, 2007, 2008.
msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-base 0.10.15.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-18 11:58+0000\n"
"PO-Revision-Date: 2008-01-16 17:39+0100\n"
"Last-Translator: Jorge González González <aloriel@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms:  nplurals=2; plural=(n != 1);\n"

#: ext/alsa/gstalsamixertrack.c:131
msgid "Master"
msgstr "Maestro"

#: ext/alsa/gstalsamixertrack.c:132
msgid "Bass"
msgstr "Bajo"

#: ext/alsa/gstalsamixertrack.c:133
msgid "Treble"
msgstr "Agudos"

#: ext/alsa/gstalsamixertrack.c:134
msgid "PCM"
msgstr "PCM"

#: ext/alsa/gstalsamixertrack.c:135
msgid "Synth"
msgstr "Sintetizador"

#: ext/alsa/gstalsamixertrack.c:136
msgid "Line-in"
msgstr "Línea de entrada"

#: ext/alsa/gstalsamixertrack.c:137
msgid "CD"
msgstr "CD"

#: ext/alsa/gstalsamixertrack.c:138
msgid "Microphone"
msgstr "Micrófono"

#: ext/alsa/gstalsamixertrack.c:139
msgid "PC Speaker"
msgstr "Altavoz del equipo"

#: ext/alsa/gstalsamixertrack.c:140
msgid "Playback"
msgstr "Reproducción"

#: ext/alsa/gstalsamixertrack.c:141 ext/alsa/gstalsamixertrack.c:204
#: ext/alsa/gstalsamixertrack.c:207
msgid "Capture"
msgstr "Capturar"

#: ext/alsa/gstalsasink.c:484
msgid "Could not open device for playback in mono mode."
msgstr "No se pudo abrir el dispositivo para la reproducir en modo mono."

#: ext/alsa/gstalsasink.c:486
msgid "Could not open device for playback in stereo mode."
msgstr "No se pudo abrir el dispositivo para la reproducir en modo estéreo."

#: ext/alsa/gstalsasink.c:490
#, c-format
msgid "Could not open device for playback in %d-channel mode."
msgstr "No se pudo abrir el dispositivo para reproducir en modo %d-canales."

#: ext/alsa/gstalsasink.c:690
msgid ""
"Could not open audio device for playback. Device is being used by another "
"application."
msgstr ""
"No se pudo abrir el dispositivo para la reproducir. Otra aplicación está "
"usando el dispositivo."

#: ext/alsa/gstalsasink.c:695
msgid "Could not open audio device for playback."
msgstr "No se pudo abrir el dispositivo para la reproducir."

#: ext/alsa/gstalsasrc.c:422
msgid "Could not open device for recording in mono mode."
msgstr "No se pudo abrir el dispositivo para grabar en modo mono."

#: ext/alsa/gstalsasrc.c:424
msgid "Could not open device for recording in stereo mode."
msgstr "No se pudo abrir el dispositivo para grabar en modo estéreo."

#: ext/alsa/gstalsasrc.c:428
#, c-format
msgid "Could not open device for recording in %d-channel mode"
msgstr "No se pudo abrir el dispositivo para grabar en modo %d-canales."

#: ext/alsa/gstalsasrc.c:633
msgid ""
"Could not open audio device for recording. Device is being used by another "
"application."
msgstr ""
"No se pudo abrir el dispositivo de sonido para grabar. Otra aplicación está "
"usando el dispositivo."

#: ext/alsa/gstalsasrc.c:638
msgid "Could not open audio device for recording."
msgstr "No se pudo abrir el dispositivo de sonido para grabar."

#: ext/cdparanoia/gstcdparanoiasrc.c:240 ext/cdparanoia/gstcdparanoiasrc.c:246
msgid "Could not open CD device for reading."
msgstr "No se pudo abrir el dispositivo de CD para leer."

#: ext/cdparanoia/gstcdparanoiasrc.c:372
msgid "Could not seek CD."
msgstr "No se pudo buscar en el CD."

#: ext/cdparanoia/gstcdparanoiasrc.c:380
msgid "Could not read CD."
msgstr "No se pudo leer del D."

#: ext/gnomevfs/gstgnomevfssink.c:387
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
msgstr "No se pudo abrir el archivo VFS «%s» para escribir: %s."

#: ext/gnomevfs/gstgnomevfssink.c:394
msgid "No filename given"
msgstr "No se dio un nombre de archivo"

#: ext/gnomevfs/gstgnomevfssink.c:420
#, c-format
msgid "Could not close vfs file \"%s\"."
msgstr "No se pudo cerrar el archivo VFS «%s»."

#: ext/gnomevfs/gstgnomevfssink.c:574
#, c-format
msgid "Error while writing to file \"%s\"."
msgstr "Error al escribir al archivo «%s»."

#: ext/ogg/gstoggdemux.c:3103
msgid "Internal data stream error."
msgstr "Error interno de flujo de datos."

#: gst/playback/gstdecodebin.c:789 gst/playback/gstdecodebin2.c:965
#: gst/playback/gstplaybasebin.c:1526 gst/playback/gstplaybasebin.c:1662
#, c-format
msgid "A %s plugin is required to play this stream, but not installed."
msgstr ""
"Se requiere un complemento de %s para reproducir este medio, pero no está "
"instalado."

#: gst/playback/gstdecodebin.c:1601
msgid "This appears to be a text file"
msgstr "Esto parece ser un archivo de texto"

#: gst/playback/gstplaybasebin.c:1509
#, c-format
msgid "Invalid subtitle URI \"%s\", subtitles disabled."
msgstr "URI de subtítulos «%s» no válida, se desactivaron los subtítulos."

#: gst/playback/gstplaybasebin.c:1632 gst/playback/gsturidecodebin.c:660
msgid "No URI specified to play from."
msgstr "No se especificó una URI para reproducir."

#: gst/playback/gstplaybasebin.c:1638 gst/playback/gsturidecodebin.c:666
#, c-format
msgid "Invalid URI \"%s\"."
msgstr "El URI «%s» no es válido."

#: gst/playback/gstplaybasebin.c:1644
msgid "RTSP streams cannot be played yet."
msgstr "Aún no se pueden reproducir los medios RTSP."

#: gst/playback/gstplaybasebin.c:1983
msgid "Could not create \"decodebin\" element."
msgstr "No se pudo crear el elemento «decodebin»."

#: gst/playback/gstplaybasebin.c:2201 gst/playback/gsturidecodebin.c:1158
msgid "Source element is invalid."
msgstr "El elemento fuente no es válido."

#: gst/playback/gstplaybasebin.c:2278
msgid ""
"Only a subtitle stream was detected. Either you are loading a subtitle file "
"or some other type of text file, or the media file was not recognized."
msgstr ""
"Sólo se detecto un flujo de subtítulos. O bien está cargando un archivo de "
"subtítulos o algún otro tipo de archivo de texto o el archivo multimedia no "
"se pudo reconocer."

#: gst/playback/gstplaybasebin.c:2283
msgid ""
"You do not have a decoder installed to handle this file. You might need to "
"install the necessary plugins."
msgstr ""
"No tiene un decodificador instalado para manejar este archivo. Debe instalar "
"los complementos necesarios."

#: gst/playback/gstplaybasebin.c:2287
msgid "This is not a media file"
msgstr "Este no es un archivo multimedia"

#: gst/playback/gstplaybasebin.c:2292
msgid "A subtitle stream was detected, but no video stream."
msgstr "Se detectó un flujo de subtítulos, pero no un flujo de vídeo."

#: gst/playback/gstplaybin.c:887
msgid "Both autovideosink and xvimagesink elements are missing."
msgstr "Tanto el elemento autovideosink como xvimagesink faltan."

#: gst/playback/gstplaybin.c:895 gst/playback/gstplaybin.c:905
#: gst/playback/gstplaybin.c:1092 gst/playback/gstplaybin.c:1101
#: gst/playback/gstplaybin.c:1110 gst/playback/gstplaybin.c:1241
#: gst/playback/gstplaybin.c:1250 gst/playback/gstplaybin.c:1259
#, c-format
msgid "Missing element '%s' - check your GStreamer installation."
msgstr "Falta el elemento «%s»; compruebe su instalación de GStreamer."

#: gst/playback/gstplaybin.c:1085
msgid "Both autoaudiosink and alsasink elements are missing."
msgstr "Tanto el elemento autoaudiosink como alsasink faltan."

#: gst/playback/gstqueue2.c:970
msgid "No file name specified."
msgstr "No se especificó un nombre de archivo."

#: gst/playback/gstqueue2.c:976
#, c-format
msgid "Could not open file \"%s\" for reading."
msgstr "No se pudo abrir el archivo «%s» para leer."

#: gst/playback/gsturidecodebin.c:447
#, c-format
msgid "No decoder available for type '%s'."
msgstr "No hay un decodificador disponible para el tipo «%s»."

#: gst/playback/gsturidecodebin.c:672
msgid "This stream type cannot be played yet."
msgstr "Este tipo de flujo no se puede reproducir aún."

#: gst/playback/gsturidecodebin.c:683
#, c-format
msgid "No URI handler implemented for \"%s\"."
msgstr "No existe un manejador URI implementado para «%s»."

#: gst/playback/gsturidecodebin.c:999
msgid "Could not create \"decodebin2\" element."
msgstr "No se pudo crear el elemento «decodebin2»."

#: gst/playback/gsturidecodebin.c:1005
msgid "Could not create \"queue2\" element."
msgstr "No se pudo crear el elemento «queue2»."

#: gst/tcp/gsttcp.c:505 gst/tcp/gsttcpclientsink.c:270
#, c-format
msgid "Error while sending data to \"%s:%d\"."
msgstr "Error al enviar los datos a «%s:%d»."

#: gst/tcp/gsttcp.c:557
#, c-format
msgid "Error while sending gdp header data to \"%s:%d\"."
msgstr "Error al enviar los datos de la cabecera gdp a «%s:%d»."

#: gst/tcp/gsttcp.c:566
#, c-format
msgid "Error while sending gdp payload data to \"%s:%d\"."
msgstr "Error al enviar la carga de datos de gdp a «%s:%d»."

#: gst/tcp/gsttcpclientsink.c:382 gst/tcp/gsttcpclientsrc.c:341
#, c-format
msgid "Connection to %s:%d refused."
msgstr "Se rechazó la conexión con %s:%d."

#: gst-libs/gst/audio/gstbaseaudiosrc.c:667
msgid "Can't record audio fast enough"
msgstr "No se puede grabar el sonido lo suficientemente rápido"

#: gst-libs/gst/tag/tags.c:57
msgid "track ID"
msgstr "ID de la pista"

#: gst-libs/gst/tag/tags.c:57
msgid "MusicBrainz track ID"
msgstr "ID de la pista en MusicBrainz"

#: gst-libs/gst/tag/tags.c:59
msgid "artist ID"
msgstr "ID del artista"

#: gst-libs/gst/tag/tags.c:59
msgid "MusicBrainz artist ID"
msgstr "ID del artista en MusicBrainz"

#: gst-libs/gst/tag/tags.c:61
msgid "album ID"
msgstr "ID del álbum"

#: gst-libs/gst/tag/tags.c:61
msgid "MusicBrainz album ID"
msgstr "ID del álbum en MusicBrainz"

#: gst-libs/gst/tag/tags.c:64
msgid "album artist ID"
msgstr "ID del álbum del artista"

#: gst-libs/gst/tag/tags.c:64
msgid "MusicBrainz album artist ID"
msgstr "ID del álbum del artista en MusicBrainz"

#: gst-libs/gst/tag/tags.c:66
msgid "track TRM ID"
msgstr "ID TRM de la pista"

#: gst-libs/gst/tag/tags.c:66
msgid "MusicBrainz TRM ID"
msgstr "ID TRM en MusicBrainz"

#: gst-libs/gst/cdda/gstcddabasesrc.c:1385
#: gst-libs/gst/cdda/gstcddabasesrc.c:1418
msgid "This CD has no audio tracks"
msgstr "Este CD no tiene pistas de sonido"

#: gst-libs/gst/pbutils/descriptions.c:66
msgid "ID3 tag"
msgstr "Etiqueta ID3"

#: gst-libs/gst/pbutils/descriptions.c:67
msgid "APE tag"
msgstr "Etiqueta APE"

#: gst-libs/gst/pbutils/descriptions.c:68
msgid "ICY internet radio"
msgstr "Emisora de internet ICY"

#: gst-libs/gst/pbutils/descriptions.c:91
msgid "Apple Lossless Audio (ALAC)"
msgstr "Apple Lossless Audio (ALAC)"

#: gst-libs/gst/pbutils/descriptions.c:100
msgid "Free Lossless Audio Codec (FLAC)"
msgstr "Free Lossless Audio Codec (FLAC)"

#: gst-libs/gst/pbutils/descriptions.c:124
#: gst-libs/gst/pbutils/descriptions.c:125
msgid "Lossless True Audio (TTA)"
msgstr "Lossless True Audio (TTA)"

#: gst-libs/gst/pbutils/descriptions.c:133
msgid "Windows Media Speech"
msgstr "Windows Media Speech"

#: gst-libs/gst/pbutils/descriptions.c:147
msgid "CYUV Lossless"
msgstr "CYUV sin pérdida"

#: gst-libs/gst/pbutils/descriptions.c:150
msgid "FFMpeg v1"
msgstr "FFMpeg v1"

#: gst-libs/gst/pbutils/descriptions.c:162
msgid "Lossless MSZH"
msgstr "MSZH sin pérdida"

#: gst-libs/gst/pbutils/descriptions.c:168
msgid "Uncompressed Gray Image"
msgstr "Imagen en escala de grises sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:173
msgid "Run-length encoding"
msgstr "Codificación del tamaño durante la ejecución"

#: gst-libs/gst/pbutils/descriptions.c:207
msgid "Sami subtitle format"
msgstr "Formato de subtítulos Sami"

#: gst-libs/gst/pbutils/descriptions.c:208
msgid "TMPlayer subtitle format"
msgstr "Formato de subtítulos TMPlayer"

#: gst-libs/gst/pbutils/descriptions.c:267
msgid "Uncompressed planar YUV 4:2:0"
msgstr "YUV 4:2:0 plano sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:270
msgid "Uncompressed planar YVU 4:2:0"
msgstr "YVU 4:2:0 plano sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:273
#: gst-libs/gst/pbutils/descriptions.c:283
msgid "Uncompressed packed YUV 4:2:2"
msgstr "YUV 4:2:2 empaquetado sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:276
msgid "Uncompressed packed YUV 4:1:0"
msgstr "YUV 4:1:0 empaquetado sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:279
msgid "Uncompressed packed YVU 4:1:0"
msgstr "YVU 4:1:0 empaquetado sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:286
msgid "Uncompressed packed YUV 4:1:1"
msgstr "YUV 4:1:1 empaquetado sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:289
msgid "Uncompressed packed YUV 4:4:4"
msgstr "YUV 4:4:4 empaquetado sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:292
msgid "Uncompressed planar YUV 4:2:2"
msgstr "YUV 4:2:2 plano sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:295
msgid "Uncompressed planar YUV 4:1:1"
msgstr "YUV 4:1:1 plano sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:298
msgid "Uncompressed black and white Y-plane"
msgstr "Plano Y en blanco y negro sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:301
msgid "Uncompressed YUV"
msgstr "YUV sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:312
#, c-format
msgid "Uncompressed palettized %d-bit %s"
msgstr "Paletizado sin comprimir de %d-bit %s"

#: gst-libs/gst/pbutils/descriptions.c:362
#, c-format
msgid "DivX MPEG-4 Version %d"
msgstr "DivX MPEG-4 versión %d"

#: gst-libs/gst/pbutils/descriptions.c:580
#, c-format
msgid "Raw %d-bit PCM audio"
msgstr "Audio PCM sin comprimir de %d-bits"

#: gst-libs/gst/pbutils/descriptions.c:582
msgid "Raw PCM audio"
msgstr "Audio PCM sin comprimir"

#: gst-libs/gst/pbutils/descriptions.c:588
#, c-format
msgid "Raw %d-bit floating-point audio"
msgstr "Audio sin comprimir de %d-bits en coma flotante"

#: gst-libs/gst/pbutils/descriptions.c:590
msgid "Raw floating-point audio"
msgstr "Audio sin comprimir en coma flotante"

#: gst-libs/gst/pbutils/descriptions.c:677
msgid "Audio CD source"
msgstr "Fuente: CD de audio"

#: gst-libs/gst/pbutils/descriptions.c:680
msgid "DVD source"
msgstr "Fuente: DVD"

#: gst-libs/gst/pbutils/descriptions.c:683
msgid "Real Time Streaming Protocol (RTSP) source"
msgstr "Fuente: Real Time Streaming Protocol (RTSP)"

#: gst-libs/gst/pbutils/descriptions.c:687
msgid "Microsoft Media Server (MMS) protocol source"
msgstr "Fuente: Protocolo Microsoft Media Server (MMS)"

#: gst-libs/gst/pbutils/descriptions.c:695
#, c-format
msgid "%s protocol source"
msgstr "Fuente: Protocolo %s"

#: gst-libs/gst/pbutils/descriptions.c:763
#, c-format
msgid "%s video RTP depayloader"
msgstr "decodificador de vídeo RTP %s"

#: gst-libs/gst/pbutils/descriptions.c:765
#, c-format
msgid "%s audio RTP depayloader"
msgstr "decodificador de sonido RTP %s"

#: gst-libs/gst/pbutils/descriptions.c:767
#, c-format
msgid "%s RTP depayloader"
msgstr "decodificador RTP %s"

#: gst-libs/gst/pbutils/descriptions.c:774
#, c-format
msgid "%s demuxer"
msgstr "demultiplexor %s"

#: gst-libs/gst/pbutils/descriptions.c:776
#, c-format
msgid "%s decoder"
msgstr "decodificador %s"

#: gst-libs/gst/pbutils/descriptions.c:811
#, c-format
msgid "%s video RTP payloader"
msgstr "codificador de vídeo RTP %s"

#: gst-libs/gst/pbutils/descriptions.c:813
#, c-format
msgid "%s audio RTP payloader"
msgstr "codificador de sonido RTP %s"

#: gst-libs/gst/pbutils/descriptions.c:815
#, c-format
msgid "%s RTP payloader"
msgstr "codificador RTP %s"

#: gst-libs/gst/pbutils/descriptions.c:822
#, c-format
msgid "%s muxer"
msgstr "multiplexor %s"

#: gst-libs/gst/pbutils/descriptions.c:824
#, c-format
msgid "%s encoder"
msgstr "codificador %s"

#: gst-libs/gst/pbutils/descriptions.c:855
#, c-format
msgid "GStreamer element %s"
msgstr "Elemento %s de GStreamer"

#: gst-libs/gst/pbutils/missing-plugins.c:550
msgid "Unknown source element"
msgstr "Fuente: Elemento desconocido"

#: gst-libs/gst/pbutils/missing-plugins.c:553
msgid "Unknown sink element"
msgstr "Elemento sumidero (sink) desconocido"

#: gst-libs/gst/pbutils/missing-plugins.c:556
msgid "Unknown element"
msgstr "Elemento desconocido"

#: gst-libs/gst/pbutils/missing-plugins.c:559
msgid "Unknown decoder element"
msgstr "Elemento decodificador desconocido"

#: gst-libs/gst/pbutils/missing-plugins.c:562
msgid "Unknown encoder element"
msgstr "Elemento codificador desconocido"

#: gst-libs/gst/pbutils/missing-plugins.c:567
msgid "Plugin or element of unknown type"
msgstr "Complemento o elemento de tipo desconocido"

#: sys/v4l/v4l_calls.c:159
msgid "No device specified."
msgstr "No se especificó un dispositivo."

#: sys/v4l/v4l_calls.c:168
#, c-format
msgid "Device \"%s\" does not exist."
msgstr "El dispositivo «%s» no existe."

#: sys/v4l/v4l_calls.c:173
#, c-format
msgid "Device \"%s\" is already being used."
msgstr "El dispositivo «%s» ya se está usando."

#: sys/v4l/v4l_calls.c:178
#, c-format
msgid "Could not open device \"%s\" for reading and writing."
msgstr "No se pudo abrir el dispositivo «%s» para su lectura y escritura."