Update with current status
[gnash.git] / po / gnash.pot
blob358f1c0b890ee289e57ddd2aa8a37c33667fe6cb
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2014-04-20 00:26+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: libbase/extension.cpp:115
21 #, c-format
22 msgid "Loading module: %s from %s"
23 msgstr ""
25 #: libbase/extension.cpp:125 cygnal/handler.cpp:300
26 #, c-format
27 msgid "Initializing module: \"%s\" from %s"
28 msgstr ""
30 #: libbase/extension.cpp:142
31 msgid "Couldn't get class_init symbol"
32 msgstr ""
34 #: libbase/extension.cpp:154
35 #, c-format
36 msgid "Initializing module: \"%s\""
37 msgstr ""
39 #: libbase/extension.cpp:168
40 #, c-format
41 msgid "Couldn't get class_init symbol: \"%s\""
42 msgstr ""
44 #: libbase/extension.cpp:196 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:313
45 #, c-format
46 msgid "Can't open directory %s"
47 msgstr ""
49 #: libbase/RTMP.cpp:222
50 msgid "Initial connection failed"
51 msgstr ""
53 #: libbase/RTMP.cpp:325 libbase/RTMP.cpp:329
54 msgid "unsupported packet received"
55 msgstr ""
57 #: libbase/RTMP.cpp:334
58 #, c-format
59 msgid "partially supported packet %s received"
60 msgstr ""
62 #: libbase/RTMP.cpp:344
63 #, c-format
64 msgid "packet %s received"
65 msgstr ""
67 #: libbase/RTMP.cpp:356
68 #, c-format
69 msgid "Unknown packet %s received"
70 msgstr ""
72 #: libbase/RTMP.cpp:456
73 msgid "failed to read RTMP packet header 2nd byte"
74 msgstr ""
76 #: libbase/RTMP.cpp:464
77 msgid "Failed to read RTMP packet header 3nd byte"
78 msgstr ""
80 #: libbase/RTMP.cpp:482
81 #, c-format
82 msgid "Incomplete packet received on channel %s"
83 msgstr ""
85 #: libbase/RTMP.cpp:495
86 #, c-format
87 msgid "Failed to read RTMP packet header. type: %s"
88 msgstr ""
90 #: libbase/RTMP.cpp:540
91 #, c-format
92 msgid "%s, failed to read extended timestamp"
93 msgstr ""
95 #: libbase/RTMP.cpp:873
96 msgid "Stage 1 socket not ready. This should not happen."
97 msgstr ""
99 #: libbase/RTMP.cpp:879
100 msgid "Could not send stage 1 data"
101 msgstr ""
103 #: libbase/RTMP.cpp:901
104 #, c-format
105 msgid "Type mismatch: client sent %d, server answered %d"
106 msgstr ""
108 #: libbase/RTMP.cpp:929
109 msgid "Could not send complete signature."
110 msgstr ""
112 #: libbase/RTMP.cpp:955
113 msgid "Signatures do not match during handshake!"
114 msgstr ""
116 #: libbase/RTMP.cpp:1043
117 msgid "Control packet too short"
118 msgstr ""
120 #: libbase/RTMP.cpp:1051
121 #, c-format
122 msgid "Control packet (%s) data too short"
123 msgstr ""
125 #: libbase/RTMP.cpp:1089
126 #, c-format
127 msgid "Received unknown or unhandled control %s"
128 msgstr ""
130 #: libbase/SharedMem.cpp:69
131 #, c-format
132 msgid "Error detaching shared memory: %s"
133 msgstr ""
135 #: libbase/SharedMem.cpp:76
136 #, c-format
137 msgid "Error during stat of shared memory segment: %s"
138 msgstr ""
140 #: libbase/SharedMem.cpp:84
141 msgid "No shared memory users left. Removing segment and semaphore."
142 msgstr ""
144 #: libbase/SharedMem.cpp:137
145 msgid "Failed to set semaphore value: %1%"
146 msgstr ""
148 #: libbase/SharedMem.cpp:144
149 msgid "Failed to obtain nonexclusive semaphore for shared memory: %1%"
150 msgstr ""
152 #: libbase/SharedMem.cpp:167
153 msgid "Timed out waiting for semaphore initialization."
154 msgstr ""
156 #: libbase/SharedMem.cpp:171
157 msgid "Failed creating semaphore: %1%"
158 msgstr ""
160 #: libbase/SharedMem.cpp:218
161 msgid "Unable to get shared memory segment!"
162 msgstr ""
164 #: libbase/SharedMem.cpp:225
165 #, c-format
166 msgid "Unable to attach shared memory: %s"
167 msgstr ""
169 #: libbase/GnashImageJpeg.cpp:115
170 msgid "JPEG: Empty jpeg source stream."
171 msgstr ""
173 #: libbase/GnashImageJpeg.cpp:260 libbase/GnashImageJpeg.cpp:287
174 #: libbase/GnashImageJpeg.cpp:305 libbase/GnashImageJpeg.cpp:361
175 msgid "Internal jpeg error: "
176 msgstr ""
178 #: libbase/GnashImageJpeg.cpp:271
179 msgid "Lack of data during JPEG header parsing"
180 msgstr ""
182 #: libbase/GnashImageJpeg.cpp:281
183 #, c-format
184 msgid "unexpected: jpeg_read_header returned %d"
185 msgstr ""
187 #: libbase/GnashImageJpeg.cpp:317
188 msgid "lack of data during JPEG header parsing"
189 msgstr ""
191 #: libbase/GnashImageJpeg.cpp:327
192 #, c-format
193 msgid "unexpected: jpeg_read_header returned %d [%s:%d]"
194 msgstr ""
196 #: libbase/GnashImageJpeg.cpp:335
197 msgid "Internal jpeg error during header parsing: "
198 msgstr ""
200 #: libbase/GnashImageJpeg.cpp:343
201 msgid "Internal jpeg error during decompression: "
202 msgstr ""
204 #: libbase/GnashImageJpeg.cpp:518
205 msgid "rw_dest_IOChannel couldn't write data."
206 msgstr ""
208 #: libbase/GnashImageJpeg.cpp:543
209 msgid "rw_dest_IOChannel::term_destination couldn't write data."
210 msgstr ""
212 #: libbase/URLAccessManager.cpp:95
213 #, c-format
214 msgid "Load from host %s granted (whitelisted)"
215 msgstr ""
217 #: libbase/URLAccessManager.cpp:101
218 #, c-format
219 msgid "Load from host %s forbidden (not in non-empty whitelist)"
220 msgstr ""
222 #: libbase/URLAccessManager.cpp:115
223 #, c-format
224 msgid "Load from host %s forbidden (blacklisted)"
225 msgstr ""
227 #: libbase/URLAccessManager.cpp:120
228 #, c-format
229 msgid "Load from host %s granted (default)"
230 msgstr ""
232 #: libbase/URLAccessManager.cpp:152
233 #, c-format
234 msgid "Load of file %s forbidden (starting URL %s is not a local resource)"
235 msgstr ""
237 #: libbase/URLAccessManager.cpp:169
238 #, c-format
239 msgid "Load of file %s granted (under local sandbox %s)"
240 msgstr ""
242 #: libbase/URLAccessManager.cpp:177
243 #, c-format
244 msgid "Load of file %s forbidden (not under local sandboxes)"
245 msgstr ""
247 #: libbase/URLAccessManager.cpp:217
248 #, c-format
249 msgid "gethostname failed: %s"
250 msgstr ""
252 #: libbase/URLAccessManager.cpp:239
253 #, c-format
254 msgid "Load from host %s forbidden (not in the local domain)"
255 msgstr ""
257 #: libbase/URLAccessManager.cpp:245
258 #, c-format
259 msgid "Load from host %s forbidden (not on the local host)"
260 msgstr ""
262 #: libbase/URLAccessManager.cpp:267
263 #, c-format
264 msgid "Attempt to connect to disallowed port %s"
265 msgstr ""
267 #: libbase/URLAccessManager.cpp:277
268 #, c-format
269 msgid "Checking security of URL '%s'"
270 msgstr ""
272 #: libbase/URLAccessManager.cpp:289
273 msgid "Network connection without hostname requested"
274 msgstr ""
276 #: libbase/AMF.cpp:90
277 msgid "Read past _end of buffer for string length"
278 msgstr ""
280 #: libbase/AMF.cpp:97
281 msgid "Read past _end of buffer for string type"
282 msgstr ""
284 #: libbase/AMF.cpp:138
285 msgid "writePlainString called with invalid type!"
286 msgstr ""
288 #: libbase/StreamProvider.cpp:84 libbase/StreamProvider.cpp:149
289 msgid "Could not open file %1%: %2%"
290 msgstr ""
292 #: libbase/StreamProvider.cpp:112
293 msgid "Request Headers discarded while getting stream from file: uri"
294 msgstr ""
296 #: libbase/StreamProvider.cpp:135
297 msgid "POST data discarded while getting a stream from file: uri"
298 msgstr ""
300 #: libbase/GnashVaapiImage.cpp:51
301 #, c-format
302 msgid "GnashVaapiImage::GnashVaapiImage(): surface 0x%08x, size %dx%d\n"
303 msgstr ""
305 #: libbase/GnashVaapiImage.cpp:57
306 #, c-format
307 msgid "GnashVaapiImage::~GnashVaapiImage(): surface 0x%08x\n"
308 msgstr ""
310 #: libbase/GnashVaapiImage.cpp:69
311 #, c-format
312 msgid "GnashVaapi::update(): data %p\n"
313 msgstr ""
315 #: libbase/GnashVaapiImage.cpp:101
316 msgid "GnashVaapiImage: VA surface to SW pixels are not supported\n"
317 msgstr ""
319 #: libbase/GnashVaapiImage.cpp:112
320 #, c-format
321 msgid "GnashVaapiImage::data(): surface 0x%08x\n"
322 msgstr ""
324 #: libbase/GnashVaapiImage.cpp:113 libbase/GnashVaapiImage.cpp:129
325 #, c-format
326 msgid "  -> %u usec from creation\n"
327 msgstr ""
329 #: libbase/GnashVaapiImage.cpp:127
330 #, c-format
331 msgid "GnashVaapiImage::data() const: surface 0x%08x\n"
332 msgstr ""
334 #: libbase/ClockTime.cpp:223
335 msgid "Cannot get requested timezone information"
336 msgstr ""
338 #: libbase/GnashImagePng.cpp:51
339 msgid "PNG error: "
340 msgstr ""
342 #: libbase/NetworkAdapter.cpp:50
343 msgid ""
344 "libcurl is not available, but Gnash has attempted to use the curl adapter"
345 msgstr ""
347 #: libbase/NetworkAdapter.cpp:247
348 #, c-format
349 msgid "Failed cleaning up share handle: %s. Giving up after %d retries."
350 msgstr ""
352 #: libbase/NetworkAdapter.cpp:251
353 #, c-format
354 msgid "Failed cleaning up share handle: %s. Will try again in a second."
355 msgstr ""
357 #: libbase/NetworkAdapter.cpp:341
358 msgid "lockSharedHandle: SSL session locking unsupported"
359 msgstr ""
361 #: libbase/NetworkAdapter.cpp:344
362 msgid "lockSharedHandle: connect locking unsupported"
363 msgstr ""
365 #: libbase/NetworkAdapter.cpp:347
366 msgid "lockSharedHandle: last locking unsupported ?!"
367 msgstr ""
369 #: libbase/NetworkAdapter.cpp:350
370 #, c-format
371 msgid "lockSharedHandle: unknown shared data %d"
372 msgstr ""
374 #: libbase/NetworkAdapter.cpp:376
375 msgid "unlockSharedHandle: SSL session locking unsupported"
376 msgstr ""
378 #: libbase/NetworkAdapter.cpp:379
379 msgid "unlockSharedHandle: connect locking unsupported"
380 msgstr ""
382 #: libbase/NetworkAdapter.cpp:382
383 msgid "unlockSharedHandle: last locking unsupported ?!"
384 msgstr ""
386 #: libbase/NetworkAdapter.cpp:385
387 #, c-format
388 msgid "unlockSharedHandle: unknown shared data %d"
389 msgstr ""
391 #: libbase/NetworkAdapter.cpp:674
392 #, c-format
393 msgid "FIXME: Timeout (%u milliseconds) while loading from URL %s"
394 msgstr ""
396 #: libbase/NetworkAdapter.cpp:722
397 #, c-format
398 msgid "Timeout (%u milliseconds) while loading from URL %s"
399 msgstr ""
401 #: libbase/NetworkAdapter.cpp:765
402 #, c-format
403 msgid "HTTP response %ld from URL %s"
404 msgstr ""
406 #: libbase/NetworkAdapter.cpp:776
407 #, c-format
408 msgid "CURL: %s"
409 msgstr ""
411 #: libbase/NetworkAdapter.cpp:809
412 msgid ""
413 "Could not open specified path as cache file. Using a temporary file instead"
414 msgstr ""
416 #: libbase/NetworkAdapter.cpp:817
417 msgid "Could not create temporary cache file"
418 msgstr ""
420 #: libbase/NetworkAdapter.cpp:827
421 msgid "Allowing connections to SSL sites with invalid certificates"
422 msgstr ""
424 #: libbase/NetworkAdapter.cpp:1093
425 msgid ""
426 "curl adaptor's fillCacheNonBlocking method sets an error condition rather "
427 "than throwing an exception"
428 msgstr ""
430 #: libbase/NetworkAdapter.cpp:1158
431 #, c-format
432 msgid "Warning: could not cache enough bytes on seek: %d requested, %d cached"
433 msgstr ""
435 #: libbase/NetworkAdapter.cpp:1164
436 msgid "Warning: fseek failed"
437 msgstr ""
439 #: libbase/NetworkAdapter.cpp:1353 libbase/NetworkAdapter.cpp:1372
440 #: libbase/NetworkAdapter.cpp:1388
441 #, c-format
442 msgid "curl stream: %s"
443 msgstr ""
445 #: libbase/noseek_fd_adapter.cpp:223
446 #, c-format
447 msgid "Error reading %d bytes from input stream"
448 msgstr ""
450 #: libbase/GnashImageGif.cpp:175
451 msgid "GIF: Error retrieving image description"
452 msgstr ""
454 #: libbase/GnashImageGif.cpp:204
455 msgid "GIF: invalid image data (bounds outside GIF screen)"
456 msgstr ""
458 #: libbase/GnashImageGif.cpp:226 libbase/GnashImageGif.cpp:244
459 msgid "GIF: failed reading pixel data"
460 msgstr ""
462 #: libbase/GnashImageGif.cpp:293
463 msgid "GIF: Error retrieving record type"
464 msgstr ""
466 #: libbase/GnashImage.cpp:198
467 msgid "Requested to write image as unsupported filetype"
468 msgstr ""
470 #: libbase/GnashImage.cpp:254
471 msgid "Invalid image returned"
472 msgstr ""
474 #: libbase/GnashImage.cpp:262
475 #, c-format
476 msgid "Out of memory while trying to create %dx%d image"
477 msgstr ""
479 #: libbase/Socket.cpp:106
480 msgid "XMLSocket: The socket was never available"
481 msgstr ""
483 #: libbase/Socket.cpp:138
484 #, c-format
485 msgid "getaddrinfo() failed with code: #%d - %s"
486 msgstr ""
488 #: libbase/Socket.cpp:154
489 msgid "Connection attempt while already connected"
490 msgstr ""
492 #: libbase/Socket.cpp:182
493 msgid "getnameinfo() failed: %1%"
494 msgstr ""
496 #: libbase/Socket.cpp:196 cygnal/libnet/network.cpp:623
497 #, c-format
498 msgid "Socket creation failed: %s"
499 msgstr ""
501 #: libbase/Socket.cpp:206
502 msgid "Socket creation attempt(s) failed: giving up."
503 msgstr ""
505 #: libbase/Socket.cpp:222
506 #, c-format
507 msgid "Failed to connect to socket: %s"
508 msgstr ""
510 #: libbase/Socket.cpp:238
511 msgid "Setting socket timeout failed"
512 msgstr ""
514 #: libbase/Socket.cpp:281
515 #, c-format
516 msgid "Socket receive error %s"
517 msgstr ""
519 #: libbase/Socket.cpp:382
520 #, c-format
521 msgid "Socket send error %s"
522 msgstr ""
524 #: libbase/Socket.cpp:397
525 msgid "tell() called for Socket"
526 msgstr ""
528 #: libbase/Socket.cpp:404
529 msgid "seek() called for Socket"
530 msgstr ""
532 #: libbase/Socket.cpp:411
533 msgid "go_to_end() called for Socket"
534 msgstr ""
536 #: libbase/memory.cpp:94
537 #, c-format
538 msgid "Allocating buffer for %d data samples"
539 msgstr ""
541 #: libbase/memory.cpp:301
542 msgid "Calculations don't equal"
543 msgstr ""
545 #: libbase/memory.cpp:303
546 msgid "Zero memory leaks for this program"
547 msgstr ""
549 #: libbase/tu_file.cpp:193
550 msgid "Error while seeking to end: %1%"
551 msgstr ""
553 #: libbase/tu_file.cpp:229
554 msgid "Could not fstat file"
555 msgstr ""
557 #: libbase/rc.cpp:170 libbase/rc.cpp:701
558 msgid "Failed to find user settings directory"
559 msgstr ""
561 #: libbase/rc.cpp:381
562 msgid "RcInitFile: couldn't open file: "
563 msgstr ""
565 #: libbase/rc.cpp:421
566 #, c-format
567 msgid "Warning: missing value for variable \"%s\" in rcfile %s, line %d"
568 msgstr ""
570 #: libbase/rc.cpp:624
571 #, c-format
572 msgid "Warning: unrecognized directive \"%s\" in rcfile %s line %d"
573 msgstr ""
575 #: libbase/rc.cpp:636
576 #, c-format
577 msgid "Warning: empty include specification in rcfile %s, line %d"
578 msgstr ""
580 #: libbase/rc.cpp:641
581 #, c-format
582 msgid ""
583 "Warning: include specification must be an absolute path in rcfile %s, line %d"
584 msgstr ""
586 #: libbase/rc.cpp:650
587 #, c-format
588 msgid "Warning: unrecognized action \"%s\" in rcfile %s, line %d"
589 msgstr ""
591 #: libbase/rc.cpp:742
592 #, c-format
593 msgid "Couldn't open file %s for writing"
594 msgstr ""
596 #: libbase/rc.cpp:751
597 msgid "# Generated by Gnash. Manual changes to this file may be overridden."
598 msgstr ""
600 #: libbase/sharedlib.cpp:69
601 #, c-format
602 msgid "Couldn't initialize ltdl: %s"
603 msgstr ""
605 #: libbase/sharedlib.cpp:98
606 #, c-format
607 msgid "Trying to open shared library \"%s\""
608 msgstr ""
610 #: libbase/sharedlib.cpp:112
611 #, c-format
612 msgid "Opened dynamic library \"%s\""
613 msgstr ""
615 #: libbase/sharedlib.cpp:131
616 #, c-format
617 msgid "Couldn't find symbol: %s"
618 msgstr ""
620 #: libbase/sharedlib.cpp:134
621 #, c-format
622 msgid "Found symbol %s @ %p"
623 msgstr ""
625 #: librender/agg/Renderer_agg.cpp:799
626 msgid "Can't render this type of frame"
627 msgstr ""
629 #: librender/agg/Renderer_agg.cpp:1730
630 msgid ""
631 "Unidirectionally scaled strokes in AGG renderer (we'll scale by the scalable "
632 "one)"
633 msgstr ""
635 #: librender/agg/Renderer_agg.cpp:2117
636 #, c-format
637 msgid "Unknown pixelformat: %s\n"
638 msgstr ""
640 #: librender/opengles1/Renderer_gles1.cpp:95
641 msgid "Couldn't initialize EGL Device!"
642 msgstr ""
644 #: librender/opengles1/Renderer_gles1.cpp:124
645 #: librender/openvg/OpenVGRenderer.cpp:319
646 msgid "drawVideoFrame"
647 msgstr ""
649 #: librender/opengles1/Renderer_gles1.cpp:230
650 #: librender/openvg/OpenVGRenderer.cpp:569
651 #: librender/opengl/Renderer_ogl.cpp:1142
652 msgid "set_antialiased"
653 msgstr ""
655 #: librender/openvg/OpenVGBitmap.cpp:82 librender/openvg/OpenVGBitmap.cpp:285
656 #, c-format
657 msgid "Failed to create VG image! %s"
658 msgstr ""
660 #: librender/openvg/OpenVGBitmap.cpp:88 librender/openvg/OpenVGBitmap.cpp:291
661 #, c-format
662 msgid "Image has RGB Pixel Format, Stride is %d, width is %d, height is %d"
663 msgstr ""
665 #: librender/openvg/OpenVGBitmap.cpp:94 librender/openvg/OpenVGBitmap.cpp:297
666 #, c-format
667 msgid "Image has RGBA Pixel Format, Stride is %d, width is %d, height is %d"
668 msgstr ""
670 #: librender/openvg/OpenVGBitmap.cpp:349
671 msgid "No supported wrap mode specified!"
672 msgstr ""
674 #: librender/openvg/OpenVGRenderer.cpp:275
675 #, c-format
676 msgid "VG Vendor is %s, VG Version is %s, VG Renderer is %s"
677 msgstr ""
679 #: librender/openvg/OpenVGRenderer.cpp:278
680 msgid "VG Extensions are: "
681 msgstr ""
683 #: librender/openvg/OpenVGRenderer.cpp:836
684 #: librender/cairo/Renderer_cairo.cpp:865
685 msgid "join style"
686 msgstr ""
688 #: librender/openvg/OpenVGRenderer.cpp:850
689 #: librender/cairo/Renderer_cairo.cpp:884
690 msgid "cap style"
691 msgstr ""
693 #: librender/openvg/OpenVGRenderer.cpp:864
694 #: librender/opengl/Renderer_ogl.cpp:1436
695 msgid "Unidirectionally scaled strokes in OGL renderer"
696 msgstr ""
698 #: librender/openvg/OpenVGRenderer.cpp:1299
699 msgid "unsupported VG_MATRIX_MODE!"
700 msgstr ""
702 #: librender/openvg/OpenVGRenderer.cpp:1301
703 #, c-format
704 msgid "VG_MATRIX_MODE is %s"
705 msgstr ""
707 #: librender/openvg/OpenVGRenderer.cpp:1312
708 msgid "unsupported VG_FILL_RULE!"
709 msgstr ""
711 #: librender/openvg/OpenVGRenderer.cpp:1314
712 #, c-format
713 msgid "VG_FILL_RULE is %s"
714 msgstr ""
716 #: librender/openvg/OpenVGRenderer.cpp:1333
717 msgid "unsupported VG_IMAGE_QUALITY!"
718 msgstr ""
720 #: librender/openvg/OpenVGRenderer.cpp:1335
721 #, c-format
722 msgid "VG_IMAGE_QUALITY is %s"
723 msgstr ""
725 #: librender/openvg/OpenVGRenderer.cpp:1354
726 msgid "unsupported VG_RENDERING_QUALITY!"
727 msgstr ""
729 #: librender/openvg/OpenVGRenderer.cpp:1356
730 #, c-format
731 msgid "VG_RENDERING_QUALITY is %s"
732 msgstr ""
734 #: librender/openvg/OpenVGRenderer.cpp:1391
735 msgid "unsupported VG_BLEND_MODE!"
736 msgstr ""
738 #: librender/openvg/OpenVGRenderer.cpp:1393
739 #, c-format
740 msgid "VG_BLEND_MODE is %s"
741 msgstr ""
743 #: librender/openvg/OpenVGRenderer.cpp:1412
744 msgid "unsupported VG_IMAGE_MODE!"
745 msgstr ""
747 #: librender/openvg/OpenVGRenderer.cpp:1414
748 #, c-format
749 msgid "VG_IMAGE_MODE is %s"
750 msgstr ""
752 #: librender/openvg/OpenVGRenderer.cpp:1417
753 #, c-format
754 msgid "VG_STROKE_LINE_WIDTH is %d"
755 msgstr ""
757 #: librender/openvg/OpenVGRenderer.cpp:1436
758 msgid "unsupported VG_STROKE_CAP_STYLE!"
759 msgstr ""
761 #: librender/openvg/OpenVGRenderer.cpp:1438
762 #, c-format
763 msgid "VG_STROKE_CAP_STYLE is %s"
764 msgstr ""
766 #: librender/openvg/OpenVGRenderer.cpp:1457
767 msgid "unsupported VG_STROKE_JOIN_STYLE!"
768 msgstr ""
770 #: librender/openvg/OpenVGRenderer.cpp:1459
771 #, c-format
772 msgid "VG_STROKE_JOIN_STYLE is %s"
773 msgstr ""
775 #: librender/openvg/OpenVGRenderer.cpp:1462
776 #, c-format
777 msgid "VG_STROKE_MITER_LIMIT is %d"
778 msgstr ""
780 #: librender/openvg/OpenVGRenderer.cpp:1463
781 #, c-format
782 msgid "VG_MASKING is %d"
783 msgstr ""
785 #: librender/openvg/OpenVGRenderer.cpp:1464
786 #, c-format
787 msgid "VG_SCISSORING is %d"
788 msgstr ""
790 #: librender/openvg/OpenVGRenderer.cpp:1489
791 msgid "unsupported VG_PIXEL_LAYOUT!"
792 msgstr ""
794 #: librender/openvg/OpenVGRenderer.cpp:1491
795 #, c-format
796 msgid "VG_PIXEL_LAYOUT is %s"
797 msgstr ""
799 #: librender/openvg/OpenVGRenderer.cpp:1493
800 #, c-format
801 msgid "VG_STROKE_DASH_PHASE_RESET is %s"
802 msgstr ""
804 #: librender/openvg/OpenVGRenderer.cpp:1495
805 #, c-format
806 msgid "VG_FILTER_FORMAT_LINEAR is %s"
807 msgstr ""
809 #: librender/openvg/OpenVGRenderer.cpp:1497
810 #, c-format
811 msgid "VG_FILTER_FORMAT_PREMULTIPLIED is %s"
812 msgstr ""
814 #: librender/openvg/OpenVGRenderer.cpp:1514
815 #, c-format
816 msgid "VG_FILTER_CHANNEL_MASK is %s"
817 msgstr ""
819 #: librender/openvg/OpenVGRenderer.cpp:1516
820 #, c-format
821 msgid "VG_MAX_IMAGE_WIDTH is %d"
822 msgstr ""
824 #: librender/openvg/OpenVGRenderer.cpp:1517
825 #, c-format
826 msgid "VG_MAX_IMAGE_HEIGHT is %d"
827 msgstr ""
829 #: librender/openvg/OpenVGRenderer.cpp:1518
830 #, c-format
831 msgid "VG_MAX_IMAGE_PIXELS is %d"
832 msgstr ""
834 #: librender/openvg/OpenVGRenderer.cpp:1519
835 #, c-format
836 msgid "VG_MAX_IMAGE_BYTES is %d"
837 msgstr ""
839 #: librender/openvg/OpenVGRenderer.cpp:1526
840 #, c-format
841 msgid "VG_PATH_FORMAT is %d"
842 msgstr ""
844 #: librender/openvg/OpenVGRenderer.cpp:1527
845 #, c-format
846 msgid "VG_PATH_DATATYPE is %d"
847 msgstr ""
849 #: librender/openvg/OpenVGRenderer.cpp:1528
850 #, c-format
851 msgid "VG_PATH_CAPABILITY_APPEND_TO is %d"
852 msgstr ""
854 #: librender/openvg/OpenVGRenderer.cpp:1529
855 #, c-format
856 msgid "VG_PATH_SCALE is %g"
857 msgstr ""
859 #: librender/openvg/OpenVGRenderer.cpp:1530
860 #, c-format
861 msgid "VG_PATH_BIA is %g"
862 msgstr ""
864 #: librender/openvg/OpenVGRenderer.cpp:1532
865 #, c-format
866 msgid "VG_PATH_NUM_SEGMENTS is %d"
867 msgstr ""
869 #: librender/openvg/OpenVGRenderer.cpp:1533
870 #, c-format
871 msgid "VG_PATH_NUM_COORDS is %d"
872 msgstr ""
874 #: librender/cairo/Renderer_cairo.cpp:499
875 msgid "Can't render videos with alpha"
876 msgstr ""
878 #: librender/cairo/Renderer_cairo.cpp:870
879 msgid "differing start and end cap styles"
880 msgstr ""
882 #: librender/cairo/Renderer_cairo.cpp:912
883 msgid "Scaled strokes in Cairo renderer"
884 msgstr ""
886 #: librender/cairo/PathParser.cpp:90
887 msgid "path not closed!"
888 msgstr ""
890 #: librender/testr.cpp:190
891 msgid "Couldn't get Drawable window from X11"
892 msgstr ""
894 #: librender/opengl/Renderer_ogl.cpp:234
895 msgid "OSMesaCreateContext failed!"
896 msgstr ""
898 #: librender/opengl/Renderer_ogl.cpp:240
899 msgid "OSMesaMakeCurrent failed!"
900 msgstr ""
902 #: librender/opengl/Renderer_ogl.cpp:247
903 #, c-format
904 msgid "OSMesa handle successfully created. with width %d and height %d."
905 msgstr ""
907 #: librender/opengl/Renderer_ogl.cpp:344
908 #, c-format
909 msgid "OpenGL: %s"
910 msgstr ""
912 #: librender/opengl/Renderer_ogl.cpp:517
913 #, c-format
914 msgid "GLU: %s"
915 msgstr ""
917 #: librender/opengl/Renderer_ogl.cpp:868
918 msgid ""
919 "An insane number of video frames have been requested to be drawn. Further "
920 "video frames will be ignored."
921 msgstr ""
923 #: librender/opengl/Renderer_ogl.cpp:1450
924 msgid ""
925 "Your OpenGL implementation does not support the line width requested. Lines "
926 "will be drawn with reduced width."
927 msgstr ""
929 #: librender/opengl/Renderer_ogl.cpp:1895
930 #, c-format
931 msgid "two gradients in a FillStyle have the same position/ratio: %d"
932 msgstr ""
934 #: librender/GnashTexture.cpp:70
935 #, c-format
936 msgid "glError: %s caught\n"
937 msgstr ""
939 #: libmedia/AudioDecoderSpeex.cpp:41
940 msgid "AudioDecoderSpeex: state initialization failed."
941 msgstr ""
943 #: libmedia/AudioDecoderSpeex.cpp:54
944 msgid "AudioDecoderSpeex: initialization failed."
945 msgstr ""
947 #: libmedia/AudioDecoderSpeex.cpp:109
948 msgid "Corrupt Speex stream!"
949 msgstr ""
951 #: libmedia/AudioDecoderSpeex.cpp:133
952 msgid "Failed to resample Speex frame."
953 msgstr ""
955 #: libmedia/FLVParser.cpp:170
956 #, c-format
957 msgid ""
958 "Unexpected audio tag found at offset %d FLV stream advertising no audio in "
959 "header. We'll warn only once for each FLV, expecting any further audio tag."
960 msgstr ""
962 #: libmedia/FLVParser.cpp:187
963 msgid "could not read audio frame?"
964 msgstr ""
966 #: libmedia/FLVParser.cpp:225
967 #, c-format
968 msgid ""
969 "Unexpected video tag found at offset %d of FLV stream advertising no video "
970 "in header. We'll warn only once per FLV, expecting any further video tag."
971 msgstr ""
973 #: libmedia/FLVParser.cpp:245
974 #, c-format
975 msgid "AVC packet type: %d"
976 msgstr ""
978 #: libmedia/FLVParser.cpp:264
979 msgid "could not read video frame?"
980 msgstr ""
982 #: libmedia/FLVParser.cpp:322
983 #, c-format
984 msgid "FLVParser::parseNextTag: can't seek to %d"
985 msgstr ""
987 #: libmedia/FLVParser.cpp:336
988 #, c-format
989 msgid ""
990 "FLVParser::parseNextTag: can't read tag info (needed 12 bytes, only got %d)"
991 msgstr ""
993 #: libmedia/FLVParser.cpp:423
994 #, c-format
995 msgid "First byte of FLV_META_TAG is %d, expected 0x02 (STRING AMF0 type)"
996 msgstr ""
998 #: libmedia/FLVParser.cpp:435
999 #, c-format
1000 msgid ""
1001 "FLVParser::parseNextTag: can't read metaTag (%d) body (needed %d bytes, only "
1002 "got %d)"
1003 msgstr ""
1005 #: libmedia/FLVParser.cpp:446
1006 msgid "Corrupt FLV: Meta tag unterminated!"
1007 msgstr ""
1009 #: libmedia/FLVParser.cpp:454
1010 #, c-format
1011 msgid "FLVParser::parseNextTag: unknown FLV tag type %d"
1012 msgstr ""
1014 #: libmedia/FLVParser.cpp:463
1015 msgid ""
1016 "Corrupt FLV: previous tag size record (%1%) unexpected (actual size: %2%)"
1017 msgstr ""
1019 #: libmedia/FLVParser.cpp:481
1020 msgid "FLVParser::parseHeader: couldn't read 9 bytes of header"
1021 msgstr ""
1023 #: libmedia/FLVParser.cpp:533
1024 #, c-format
1025 msgid "FLVParser::readAudioFrame: could only read %d/%d bytes"
1026 msgstr ""
1028 #: libmedia/ffmpeg/VideoConverterFfmpeg.cpp:122
1029 msgid "VideoConverterFfmpeg cannot convert to the requested format"
1030 msgstr ""
1032 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:48
1033 #, c-format
1034 msgid "AudioDecoderFfmpeg: initialized FFmpeg codec %d (%s)"
1035 msgstr ""
1037 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:51
1038 #, c-format
1039 msgid ""
1040 "AudioDecoderFfmpeg: initialized FFmpeg codec %d (%s) for flash codec %d (%s)"
1041 msgstr ""
1043 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:66
1044 #, c-format
1045 msgid "AudioDecoderFfmpeg: initialized FFmpeg codec %s (%d)"
1046 msgstr ""
1048 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:107
1049 #, c-format
1050 msgid "Unsupported audio codec %d"
1051 msgstr ""
1053 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:116
1054 #, c-format
1055 msgid "libavcodec could not find a decoder for codec %d (%s)"
1056 msgstr ""
1058 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:126
1059 msgid "AudioDecoderFfmpeg can't initialize MP3 parser"
1060 msgstr ""
1062 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:137
1063 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:196
1064 msgid "libavcodec couldn't allocate context"
1065 msgstr ""
1067 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:149
1068 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:331
1069 #, c-format
1070 msgid ""
1071 "AudioDecoderFfmpeg: avcodec_open failed to initialize FFmpeg codec %s (%d)"
1072 msgstr ""
1074 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:154
1075 #, c-format
1076 msgid "AudioDecoder: initialized FFMPEG codec %s (%d)"
1077 msgstr ""
1079 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:230
1080 #, c-format
1081 msgid "AudioDecoderFfmpeg: unsupported flash audio codec %d (%s)"
1082 msgstr ""
1084 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:239
1085 #, c-format
1086 msgid "AudioDecoderFfmpeg: unknown codec type %d (should never happen)"
1087 msgstr ""
1089 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:249
1090 #, c-format
1091 msgid ""
1092 "AudioDecoderFfmpeg: libavcodec could not find a decoder for codec %d (%s)"
1093 msgstr ""
1095 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:255
1096 #, c-format
1097 msgid ""
1098 "AudioDecoderFfmpeg: libavcodec could not find a decoder for ffmpeg codec id "
1099 "%s"
1100 msgstr ""
1102 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:271
1103 msgid "AudioDecoderFfmpeg: libavcodec couldn't allocate context"
1104 msgstr ""
1106 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:364
1107 #, c-format
1108 msgid ""
1109 "av_parser_parse returned %d. Upgrading ffmpeg/libavcodec might fix this "
1110 "issue."
1111 msgstr ""
1113 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:483
1114 msgid "failed to allocate audio buffer."
1115 msgstr ""
1117 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:505
1118 msgid "failed to allocate frame."
1119 msgstr ""
1121 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:523
1122 #, c-format
1123 msgid "output buffer size is too small for the current frame (%d < %d)"
1124 msgstr ""
1126 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:549
1127 #, c-format
1128 msgid "avcodec_decode_audio returned %d."
1129 msgstr ""
1131 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:551
1132 #, c-format
1133 msgid "outputSize:%d after decoding %d bytes of input audio data."
1134 msgstr ""
1136 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:553
1137 msgid "Upgrading ffmpeg/libavcodec might fix this issue."
1138 msgstr ""
1140 #: libmedia/ffmpeg/AudioDecoderFfmpeg.cpp:598
1141 #, c-format
1142 msgid ""
1143 " --- Computation of resampled samples (%d) < then the actual returned "
1144 "samples (%d)"
1145 msgstr ""
1147 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:145
1148 #, c-format
1149 msgid "Cannot find suitable decoder for flash codec %d"
1150 msgstr ""
1152 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:187
1153 msgid "libavcodec can't decode this video format"
1154 msgstr ""
1156 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:227
1157 #, c-format
1158 msgid "libavcodec failed to initialize FFMPEG codec %s (%d)"
1159 msgstr ""
1161 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:235
1162 #, c-format
1163 msgid "VideoDecoder: initialized FFMPEG codec %s (%d)"
1164 msgstr ""
1166 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:325
1167 msgid "Pixel format not handled"
1168 msgstr ""
1170 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:373
1171 msgid "Out of memory while allocating avcodec frame"
1172 msgstr ""
1174 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:392
1175 msgid "Decoding of a video frame failed"
1176 msgstr ""
1178 #: libmedia/ffmpeg/VideoDecoderFfmpeg.cpp:453
1179 #, c-format
1180 msgid "Unsupported video codec %d"
1181 msgstr ""
1183 #: libmedia/ffmpeg/MediaHandlerFfmpeg.cpp:122
1184 #, c-format
1185 msgid "MediaHandlerFfmpeg::createAudioDecoder: %s -- %s"
1186 msgstr ""
1188 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:80
1189 msgid "MediaParserFfmpeg could not read probe data from input"
1190 msgstr ""
1192 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:113
1193 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:122
1194 #, c-format
1195 msgid "%s: seeking failed"
1196 msgstr ""
1198 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:211
1199 msgid ""
1200 "FIXME: FFmpeg packet decompression timestamp has no value, taking as zero"
1201 msgstr ""
1203 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:272
1204 #, c-format
1205 msgid ""
1206 "MediaParserFfmpeg::parseNextFrame: Problems parsing next frame "
1207 "(av_read_frame returned %d). We'll consider the stream fully parsed."
1208 msgstr ""
1210 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:467
1211 #, c-format
1212 msgid "  Using stream %d for audio: codec id %d"
1213 msgstr ""
1215 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:480
1216 #, c-format
1217 msgid "  Using stream %d for video: codec id %d"
1218 msgstr ""
1220 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:502
1221 msgid "Duration of video stream unknown"
1222 msgstr ""
1224 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:531
1225 msgid "Duration of audio stream unknown to ffmpeg"
1226 msgstr ""
1228 #: libmedia/ffmpeg/MediaParserFfmpeg.cpp:611
1229 msgid ""
1230 "MediaParserFfmpeg couldn't parse input format: tried to seek at negative "
1231 "offset %1%."
1232 msgstr ""
1234 #: libmedia/MediaHandler.cpp:49
1235 msgid "MediaHandler::isFLV: Could not read 3 bytes from input stream"
1236 msgstr ""
1238 #: libmedia/MediaHandler.cpp:65
1239 msgid ""
1240 "MediaHandler::createMediaParser: only FLV input is supported by this "
1241 "MediaHandler"
1242 msgstr ""
1244 #: libmedia/MediaHandler.cpp:71
1245 #, c-format
1246 msgid "Exception while reading from stream: %s"
1247 msgstr ""
1249 #: libmedia/MediaHandler.cpp:108
1250 #, c-format
1251 msgid ""
1252 "MediaHandler::createFlashAudioDecoder: no available flash decoders for codec "
1253 "%d (%s)"
1254 msgstr ""
1256 #: libmedia/AudioDecoderSimple.cpp:163
1257 msgid "corrupted ADPCM header"
1258 msgstr ""
1260 #: libmedia/AudioDecoderSimple.cpp:291 libmedia/AudioDecoderSimple.cpp:304
1261 #, c-format
1262 msgid "AudioDecoderSimple: initialized flash codec %s (%d)"
1263 msgstr ""
1265 #: libmedia/AudioDecoderSimple.cpp:330 libmedia/AudioDecoderSimple.cpp:361
1266 #, c-format
1267 msgid "AudioDecoderSimple: unsupported flash codec %d (%s)"
1268 msgstr ""
1270 #: libmedia/AudioDecoderSimple.cpp:341
1271 #, c-format
1272 msgid "AudioDecoderSimple: unable to intepret custom audio codec id %s"
1273 msgstr ""
1275 #: libmedia/AudioDecoderSimple.cpp:428
1276 msgid "Host endianness not detected in AudioDecoderSimple"
1277 msgstr ""
1279 #: libmedia/AudioDecoderSimple.cpp:478
1280 msgid "Error in sound sample conversion"
1281 msgstr ""
1283 #: libmedia/gst/MediaHandlerGst.cpp:90
1284 msgid "Wrong arguments given to GST VideoDecoder"
1285 msgstr ""
1287 #: libmedia/gst/MediaHandlerGst.cpp:137
1288 #, c-format
1289 msgid "MediaHandlerGst::createAudioDecoder: %s -- %s"
1290 msgstr ""
1292 #: libmedia/gst/VideoConverterGst.cpp:39
1293 msgid "VideoConverterGst: ffmpegcolorspace element missing"
1294 msgstr ""
1296 #: libmedia/gst/VideoConverterGst.cpp:72
1297 msgid "VideoConverterGst: can't output requested format"
1298 msgstr ""
1300 #: libmedia/gst/VideoConverterGst.cpp:100
1301 msgid "VideoConverterGst: internal error (caps creation failed)"
1302 msgstr ""
1304 #: libmedia/gst/VideoConverterGst.cpp:107
1305 msgid "VideoConverterGst: initialization failed."
1306 msgstr ""
1308 #: libmedia/gst/VideoConverterGst.cpp:142
1309 msgid "VideoConverterGst: buffer push failed."
1310 msgstr ""
1312 #: libmedia/gst/VideoConverterGst.cpp:149
1313 msgid "VideoConverterGst: buffer pull failed."
1314 msgstr ""
1316 #: libmedia/gst/VideoDecoderGst.cpp:97
1317 msgid "Video codec is zero.  Streaming video expected later."
1318 msgstr ""
1320 #: libmedia/gst/VideoDecoderGst.cpp:100
1321 #, c-format
1322 msgid "No support for video codec %s."
1323 msgstr ""
1325 #: libmedia/gst/VideoDecoderGst.cpp:122 libmedia/gst/VideoDecoderGst.cpp:148
1326 msgid "VideoDecoderGst: internal error (caps creation failed)"
1327 msgstr ""
1329 #: libmedia/gst/VideoDecoderGst.cpp:130
1330 #, c-format
1331 msgid "Couldn't find a plugin for video type %s!"
1332 msgstr ""
1334 #: libmedia/gst/VideoDecoderGst.cpp:134
1335 msgid " Please make sure you have gstreamer-ffmpeg installed."
1336 msgstr ""
1338 #: libmedia/gst/VideoDecoderGst.cpp:158
1339 #, c-format
1340 msgid "VideoDecoderGst: initialisation failed for video type %s!"
1341 msgstr ""
1343 #: libmedia/gst/VideoDecoderGst.cpp:189
1344 msgid "VideoDecoderGst: buffer push failed."
1345 msgstr ""
1347 #: libmedia/gst/GstUtil.cpp:76
1348 msgid "Unable to retrieve a valid audio sink from ~/.gnashrc"
1349 msgstr ""
1351 #: libmedia/gst/GstUtil.cpp:82
1352 msgid "Unable to retrieve a valid audio sink from autoaudiosink"
1353 msgstr ""
1355 #: libmedia/gst/GstUtil.cpp:87
1356 #, c-format
1357 msgid ""
1358 "Unable to retrieve a valid audio sink from gconfaudiosink\n"
1359 "%s"
1360 msgstr ""
1362 #: libmedia/gst/GstUtil.cpp:88
1363 msgid "Sink search exhausted: you won't be able to hear sound!"
1364 msgstr ""
1366 #: libmedia/gst/GstUtil.cpp:94
1367 #, c-format
1368 msgid "Got a non-NULL audio sink; its wrapper name is: %s"
1369 msgstr ""
1371 #: libmedia/gst/GstUtil.cpp:116
1372 msgid ""
1373 "Missing plugin, but plugin installing not supported. Will try anyway, but "
1374 "expect failure."
1375 msgstr ""
1377 #: libmedia/gst/GstUtil.cpp:122
1378 msgid "Missing plugin, but failed to convert it to gst missing plugin detail."
1379 msgstr ""
1381 #: libmedia/gst/GstUtil.cpp:135
1382 msgid ""
1383 "gst_update_registry failed. You'll need to restart Gnash to use the new "
1384 "plugins."
1385 msgstr ""
1387 #: libmedia/gst/GstUtil.cpp:142
1388 msgid "Missing plugin, but automatic plugin installation not available."
1389 msgstr ""
1391 #: libmedia/gst/VideoInputGst.cpp:319
1392 msgid "too high an index value, will cause segfault"
1393 msgstr ""
1395 #: libmedia/gst/VideoInputGst.cpp:369
1396 #, c-format
1397 msgid "%s: Could not create video test source."
1398 msgstr ""
1400 #: libmedia/gst/VideoInputGst.cpp:387 libmedia/gst/AudioInputGst.cpp:119
1401 #, c-format
1402 msgid "%s: Could not create pulsesrc element"
1403 msgstr ""
1405 #: libmedia/gst/VideoInputGst.cpp:392 libmedia/gst/AudioInputGst.cpp:124
1406 #, c-format
1407 msgid "%s: Could not get property probe from pulsesrc element"
1408 msgstr ""
1410 #: libmedia/gst/VideoInputGst.cpp:628
1411 msgid "You have an invalid camera selected. Please check your gnashrc file"
1412 msgstr ""
1414 #: libmedia/gst/VideoInputGst.cpp:657
1415 #, c-format
1416 msgid "%s: Passed an invalid argument (not a valid dev_select value)"
1417 msgstr ""
1419 #: libmedia/gst/VideoInputGst.cpp:685 libmedia/gst/AudioInputGst.cpp:222
1420 #, c-format
1421 msgid "%s: Pipeline bus isn't an object for some reason"
1422 msgstr ""
1424 #: libmedia/gst/VideoInputGst.cpp:705 libmedia/gst/AudioInputGst.cpp:241
1425 #, c-format
1426 msgid "%s: Template pad isn't an object for some reason"
1427 msgstr ""
1429 #: libmedia/gst/VideoInputGst.cpp:718 libmedia/gst/AudioInputGst.cpp:255
1430 #, c-format
1431 msgid "%s: pipeline isn't an object for some reason"
1432 msgstr ""
1434 #: libmedia/gst/VideoInputGst.cpp:804
1435 #, c-format
1436 msgid "%s: type %s, cannot be handled for resolution width"
1437 msgstr ""
1439 #: libmedia/gst/VideoInputGst.cpp:825 libmedia/gst/AudioInputGst.cpp:281
1440 #, c-format
1441 msgid "%s: was passed a NULL pointer"
1442 msgstr ""
1444 #: libmedia/gst/VideoInputGst.cpp:931 libmedia/gst/VideoInputGst.cpp:1104
1445 #, c-format
1446 msgid "%s: Creation of the webcam_source_bin failed"
1447 msgstr ""
1449 #: libmedia/gst/VideoInputGst.cpp:933 libmedia/gst/VideoInputGst.cpp:1106
1450 #: libmedia/gst/AudioInputGst.cpp:328 libmedia/gst/AudioInputGst.cpp:384
1451 #, c-format
1452 msgid "the error was %s"
1453 msgstr ""
1455 #: libmedia/gst/VideoInputGst.cpp:961
1456 #, c-format
1457 msgid "%s: webcam isn't set!"
1458 msgstr ""
1460 #: libmedia/gst/VideoInputGst.cpp:1024
1461 #, c-format
1462 msgid "%s: the resolution you chose isn't supported, picking a supported value"
1463 msgstr ""
1465 #: libmedia/gst/VideoInputGst.cpp:1128 libmedia/gst/AudioInputGst.cpp:339
1466 #, c-format
1467 msgid "%s: couldn't drop the sourcebin back into the main bin"
1468 msgstr ""
1470 #: libmedia/gst/VideoInputGst.cpp:1137 libmedia/gst/AudioInputGst.cpp:349
1471 #, c-format
1472 msgid "%s: couldn't link up sourcebin and tee"
1473 msgstr ""
1475 #: libmedia/gst/VideoInputGst.cpp:1169
1476 #, c-format
1477 msgid "%s: problem creating source bin"
1478 msgstr ""
1480 #: libmedia/gst/VideoInputGst.cpp:1176 libmedia/gst/AudioInputGst.cpp:412
1481 #, c-format
1482 msgid "%s: problem creating tee element"
1483 msgstr ""
1485 #: libmedia/gst/VideoInputGst.cpp:1180 libmedia/gst/AudioInputGst.cpp:416
1486 #, c-format
1487 msgid "%s: problem creating save_queue element"
1488 msgstr ""
1490 #: libmedia/gst/VideoInputGst.cpp:1185
1491 #, c-format
1492 msgid "%s: problem creating video_display_queue element"
1493 msgstr ""
1495 #: libmedia/gst/VideoInputGst.cpp:1196
1496 #, c-format
1497 msgid "%s: couldn't link webcam_source_bin and tee"
1498 msgstr ""
1500 #: libmedia/gst/VideoInputGst.cpp:1203
1501 #, c-format
1502 msgid "%s: couldn't link tee and save_queue"
1503 msgstr ""
1505 #: libmedia/gst/VideoInputGst.cpp:1209
1506 #, c-format
1507 msgid "%s: couldn't link tee and video_display_queue"
1508 msgstr ""
1510 #: libmedia/gst/VideoInputGst.cpp:1218
1511 #, c-format
1512 msgid "%s: couldn't get save_queue_src_pad"
1513 msgstr ""
1515 #: libmedia/gst/VideoInputGst.cpp:1228
1516 #, c-format
1517 msgid "%s: couldn't get video_display_queue_pad"
1518 msgstr ""
1520 #: libmedia/gst/VideoInputGst.cpp:1240 libmedia/gst/AudioInputGst.cpp:466
1521 #, c-format
1522 msgid "%s: Unable to create main pipeline"
1523 msgstr ""
1525 #: libmedia/gst/VideoInputGst.cpp:1258
1526 #, c-format
1527 msgid "%s: something went wrong creating the new video_display_bin"
1528 msgstr ""
1530 #: libmedia/gst/VideoInputGst.cpp:1264
1531 #, c-format
1532 msgid "%s: problem creating video_scale element"
1533 msgstr ""
1535 #: libmedia/gst/VideoInputGst.cpp:1273
1536 #, c-format
1537 msgid "%s: problem creating the video_sink element"
1538 msgstr ""
1540 #: libmedia/gst/VideoInputGst.cpp:1282
1541 #, c-format
1542 msgid "%s: something went wrong in linking elements in video_display_bin"
1543 msgstr ""
1545 #: libmedia/gst/VideoInputGst.cpp:1324
1546 msgid "something went wrong in the make_video_display_link function"
1547 msgstr ""
1549 #: libmedia/gst/VideoInputGst.cpp:1356
1550 #, c-format
1551 msgid "%s: the unlinking of the pads failed"
1552 msgstr ""
1554 #: libmedia/gst/VideoInputGst.cpp:1386
1555 #, c-format
1556 msgid "%s: something went wrong in the make_video_display_link function"
1557 msgstr ""
1559 #: libmedia/gst/VideoInputGst.cpp:1416 libmedia/gst/AudioInputGst.cpp:542
1560 #: libmedia/gst/AudioInputGst.cpp:682
1561 #, c-format
1562 msgid "%s: unlink failed"
1563 msgstr ""
1565 #: libmedia/gst/VideoInputGst.cpp:1423 libmedia/gst/AudioInputGst.cpp:689
1566 #, c-format
1567 msgid "%s: couldn't remove saveBin from pipeline"
1568 msgstr ""
1570 #: libmedia/gst/VideoInputGst.cpp:1430
1571 #, c-format
1572 msgid "%s: videoSaveBin state change failed"
1573 msgstr ""
1575 #: libmedia/gst/VideoInputGst.cpp:1453
1576 #, c-format
1577 msgid "%s: problem with creating video_save_csp element"
1578 msgstr ""
1580 #: libmedia/gst/VideoInputGst.cpp:1458
1581 #, c-format
1582 msgid "%s: problem with creating video_enc element"
1583 msgstr ""
1585 #: libmedia/gst/VideoInputGst.cpp:1465
1586 #, c-format
1587 msgid "%s: problem with creating video_save_rate element"
1588 msgstr ""
1590 #: libmedia/gst/VideoInputGst.cpp:1469
1591 #, c-format
1592 msgid "%s: problem with creating video_save_scale element"
1593 msgstr ""
1595 #: libmedia/gst/VideoInputGst.cpp:1476
1596 #, c-format
1597 msgid "%s: problem with creating mux element"
1598 msgstr ""
1600 #: libmedia/gst/VideoInputGst.cpp:1480
1601 #, c-format
1602 msgid "%s: problem with creating video_file_sink element"
1603 msgstr ""
1605 #: libmedia/gst/VideoInputGst.cpp:1500
1606 #, c-format
1607 msgid "%s: there was some problem in linking!"
1608 msgstr ""
1610 #: libmedia/gst/MediaParserGst.cpp:53
1611 msgid "MediaParserGst couldn't create a bin"
1612 msgstr ""
1614 #: libmedia/gst/MediaParserGst.cpp:58
1615 msgid "MediaParserGst couldn't create a typefind element."
1616 msgstr ""
1618 #: libmedia/gst/MediaParserGst.cpp:70 libmedia/gst/MediaParserGst.cpp:74
1619 #: libmedia/gst/MediaParserGst.cpp:282 libmedia/gst/MediaParserGst.cpp:339
1620 #: libmedia/gst/MediaParserGst.cpp:493
1621 msgid "MediaParserGst could not change element state"
1622 msgstr ""
1624 #: libmedia/gst/MediaParserGst.cpp:167
1625 msgid ""
1626 "MediaParserGst failed to read the stream, but it did not reach EOF or enter "
1627 "a bad state."
1628 msgstr ""
1630 #: libmedia/gst/MediaParserGst.cpp:184
1631 msgid "MediaParserGst failed to push more data into the demuxer."
1632 msgstr ""
1634 #: libmedia/gst/MediaParserGst.cpp:245
1635 #, c-format
1636 msgid "MediaParserGst/typefound: Detected media type %s"
1637 msgstr ""
1639 #: libmedia/gst/MediaParserGst.cpp:257 libmedia/gst/MediaParserGst.cpp:264
1640 msgid "MediaParserGst Failed to create fakesink."
1641 msgstr ""
1643 #: libmedia/gst/MediaParserGst.cpp:270
1644 msgid "MediaParserGst: couldn't get the fakesink src element."
1645 msgstr ""
1647 #: libmedia/gst/MediaParserGst.cpp:278
1648 msgid "MediaParserGst: couln't link fakesink"
1649 msgstr ""
1651 #: libmedia/gst/MediaParserGst.cpp:302
1652 msgid "MediaParserGst: couldn't get the typefind src element."
1653 msgstr ""
1655 #: libmedia/gst/MediaParserGst.cpp:317
1656 msgid "MediaParserGst: couldn't create the demuxer"
1657 msgstr ""
1659 #: libmedia/gst/MediaParserGst.cpp:323 libmedia/gst/MediaParserGst.cpp:328
1660 msgid "MediaParserGst: failed adding demuxer to bin."
1661 msgstr ""
1663 #: libmedia/gst/MediaParserGst.cpp:355
1664 msgid "MediaParserGst: couldn't get structure name."
1665 msgstr ""
1667 #: libmedia/gst/MediaParserGst.cpp:369
1668 #, c-format
1669 msgid "MediaParserGst: ignoring stream of type %s."
1670 msgstr ""
1672 #: libmedia/gst/MediaParserGst.cpp:393
1673 #, c-format
1674 msgid "MediaParserGst: Failed to find a parser (media: %s)."
1675 msgstr ""
1677 #: libmedia/gst/MediaParserGst.cpp:402
1678 msgid ""
1679 "MediaParserGst: Failed to find a parser. We'll continue, but either audio or "
1680 "video will not work!"
1681 msgstr ""
1683 #: libmedia/gst/MediaParserGst.cpp:411
1684 msgid "MediaParserGst: couldn't add parser."
1685 msgstr ""
1687 #: libmedia/gst/MediaParserGst.cpp:424
1688 msgid "MediaParserGst: couldn't link parser."
1689 msgstr ""
1691 #: libmedia/gst/MediaParserGst.cpp:436 libmedia/gst/MediaParserGst.cpp:469
1692 msgid "MediaParserGst: couldn't link \"fake\" sink."
1693 msgstr ""
1695 #: libmedia/gst/MediaParserGst.cpp:455
1696 #, c-format
1697 msgid "MediaParserGst: Linked audio source (type: %s)"
1698 msgstr ""
1700 #: libmedia/gst/MediaParserGst.cpp:485
1701 #, c-format
1702 msgid "MediaParserGst: Linked video source (type: %s)"
1703 msgstr ""
1705 #: libmedia/gst/AudioInputGst.cpp:102
1706 #, c-format
1707 msgid "%s: Could not create audio test source"
1708 msgstr ""
1710 #: libmedia/gst/AudioInputGst.cpp:192
1711 #, c-format
1712 msgid "%s: passed an invalid devselect argument"
1713 msgstr ""
1715 #: libmedia/gst/AudioInputGst.cpp:246
1716 msgid "The input device you selected isn't supported (yet)"
1717 msgstr ""
1719 #: libmedia/gst/AudioInputGst.cpp:272
1720 #, c-format
1721 msgid "%s: Passed a bad devselect value"
1722 msgstr ""
1724 #: libmedia/gst/AudioInputGst.cpp:326 libmedia/gst/AudioInputGst.cpp:382
1725 #, c-format
1726 msgid "%s: Creation of the audioSourceBin failed"
1727 msgstr ""
1729 #: libmedia/gst/AudioInputGst.cpp:408
1730 #, c-format
1731 msgid "%s: audioCreateSourceBin failed!"
1732 msgstr ""
1734 #: libmedia/gst/AudioInputGst.cpp:421
1735 #, c-format
1736 msgid "%s: problem creating audioPlaybackQueue element"
1737 msgstr ""
1739 #: libmedia/gst/AudioInputGst.cpp:428
1740 #, c-format
1741 msgid "%s: couldn't link audioSourceBin and tee"
1742 msgstr ""
1744 #: libmedia/gst/AudioInputGst.cpp:433
1745 #, c-format
1746 msgid "%s: couldn't link tee and saveQueue"
1747 msgstr ""
1749 #: libmedia/gst/AudioInputGst.cpp:438
1750 #, c-format
1751 msgid "%s: couldn't link tee and audioPlaybackQueue"
1752 msgstr ""
1754 #: libmedia/gst/AudioInputGst.cpp:447
1755 #, c-format
1756 msgid "%s: couldn't get saveQueueSrcPad"
1757 msgstr ""
1759 #: libmedia/gst/AudioInputGst.cpp:457
1760 #, c-format
1761 msgid "%s: couldn't get audioPlaybackQueue"
1762 msgstr ""
1764 #: libmedia/gst/AudioInputGst.cpp:483
1765 #, c-format
1766 msgid "%s: There was a problem making the audiosink!"
1767 msgstr ""
1769 #: libmedia/gst/AudioInputGst.cpp:519
1770 msgid "something went wrong in the makeSourcePlaybackLink function"
1771 msgstr ""
1773 #: libmedia/gst/AudioInputGst.cpp:550
1774 #, c-format
1775 msgid "%s: couldn't remove audioPlaybackBin from pipeline"
1776 msgstr ""
1778 #: libmedia/gst/AudioInputGst.cpp:557
1779 #, c-format
1780 msgid "%s: changing state of audioPlaybackBin failed"
1781 msgstr ""
1783 #: libmedia/gst/AudioInputGst.cpp:581
1784 #, c-format
1785 msgid "Error: %s"
1786 msgstr ""
1788 #: libmedia/gst/AudioInputGst.cpp:601
1789 #, c-format
1790 msgid "%s: Couldn't make audioconvert element"
1791 msgstr ""
1793 #: libmedia/gst/AudioInputGst.cpp:605
1794 #, c-format
1795 msgid "%s: Couldn't make vorbisenc element"
1796 msgstr ""
1798 #: libmedia/gst/AudioInputGst.cpp:609
1799 #, c-format
1800 msgid "%s: Couldn't make oggmux element"
1801 msgstr ""
1803 #: libmedia/gst/AudioInputGst.cpp:613
1804 #, c-format
1805 msgid "%s: Couldn't make filesink element"
1806 msgstr ""
1808 #: libmedia/gst/AudioInputGst.cpp:632
1809 #, c-format
1810 msgid "%s: Something went wrong in linking"
1811 msgstr ""
1813 #: libmedia/gst/AudioInputGst.cpp:660
1814 msgid "something went wrong in the makeAudioSourceSaveLink function"
1815 msgstr ""
1817 #: libmedia/gst/AudioInputGst.cpp:696
1818 #, c-format
1819 msgid "%s: audioSaveBin state change failed"
1820 msgstr ""
1822 #: libmedia/gst/AudioInputGst.cpp:757
1823 msgid "You have an invalid microphone selected. Check your gnashrc file"
1824 msgstr ""
1826 #: libmedia/gst/AudioDecoderGst.cpp:100
1827 msgid "Creating AAC decoder without extra data. This will probably fail!"
1828 msgstr ""
1830 #: libmedia/gst/AudioDecoderGst.cpp:110
1831 #, c-format
1832 msgid "AudioDecoderGst: cannot handle codec %d (%s)"
1833 msgstr ""
1835 #: libmedia/gst/AudioDecoderGst.cpp:120
1836 #, c-format
1837 msgid "AudioDecoderGst: cannot handle codec %d (no ExtraInfoGst attached)"
1838 msgstr ""
1840 #: libmedia/gst/AudioDecoderGst.cpp:149
1841 msgid ""
1842 "The best available resampler is 'audioresample'. Please install gstreamer-"
1843 "ffmpeg 0.10.4 or newer, or you may experience long delays in audio playback!"
1844 msgstr ""
1846 #: libmedia/gst/AudioDecoderGst.cpp:168 libmedia/gst/AudioDecoderGst.cpp:188
1847 msgid "AudioDecoderGst: internal error (caps creation failed)"
1848 msgstr ""
1850 #: libmedia/gst/AudioDecoderGst.cpp:175
1851 #, c-format
1852 msgid "Couldn't find a plugin for audio type %s!"
1853 msgstr ""
1855 #: libmedia/gst/AudioDecoderGst.cpp:199
1856 #, c-format
1857 msgid "AudioDecoderGst: initialisation failed for audio type %s!"
1858 msgstr ""
1860 #: libmedia/gst/AudioDecoderGst.cpp:227
1861 msgid "Pushed data, but there's nothing to pull (yet)"
1862 msgstr ""
1864 #: libmedia/gst/AudioDecoderGst.cpp:263 libmedia/gst/AudioDecoderGst.cpp:291
1865 msgid "AudioDecoderGst: buffer push failed."
1866 msgstr ""
1868 #: libmedia/haiku/MediaHandlerHaiku.cpp:115
1869 #, c-format
1870 msgid "MediaHandlerHaiku::createAudioDecoder: %s -- %s"
1871 msgstr ""
1873 #: libmedia/MediaParser.cpp:83
1874 msgid "No ID3 support implemented in this MediaParser"
1875 msgstr ""
1877 #: libcore/abc/AbcBlock.cpp:65 libcore/abc/AbcBlock.cpp:133
1878 msgid "ABC: Finalizing trait yielded bad type for slot."
1879 msgstr ""
1881 #: libcore/abc/AbcBlock.cpp:188
1882 msgid "ABC: Bad name for trait."
1883 msgstr ""
1885 #: libcore/abc/AbcBlock.cpp:193
1886 msgid "ABC: Trait name must be fully qualified."
1887 msgstr ""
1889 #: libcore/abc/AbcBlock.cpp:240 libcore/abc/AbcBlock.cpp:266
1890 msgid "Bad method id in trait."
1891 msgstr ""
1893 #: libcore/abc/AbcBlock.cpp:256
1894 msgid "Bad Class id in trait."
1895 msgstr ""
1897 #: libcore/abc/AbcBlock.cpp:274
1898 msgid "ABC: Unknown type of trait."
1899 msgstr ""
1901 #: libcore/abc/AbcBlock.cpp:468
1902 #, c-format
1903 msgid "Abc Version: %d.%d"
1904 msgstr ""
1906 #: libcore/abc/AbcBlock.cpp:567
1907 msgid "ABC: Bad string given for namespace."
1908 msgstr ""
1910 #: libcore/abc/AbcBlock.cpp:609
1911 msgid "ABC: Bad namespace for namespace set."
1912 msgstr ""
1914 #: libcore/abc/AbcBlock.cpp:679
1915 #, c-format
1916 msgid "Action Block: Unknown multiname type (%d)."
1917 msgstr ""
1919 #: libcore/abc/AbcBlock.cpp:712 libcore/abc/AbcBlock.cpp:722
1920 #: libcore/abc/AbcBlock.cpp:732 libcore/abc/AbcBlock.cpp:742
1921 msgid "Action Block: Bad index in optional argument."
1922 msgstr ""
1924 #: libcore/abc/AbcBlock.cpp:752
1925 msgid "ABC: Bad index in optional argument, namespaces."
1926 msgstr ""
1928 #: libcore/abc/AbcBlock.cpp:774
1929 #, c-format
1930 msgid "ABC: Bad default value type (%X), but continuing."
1931 msgstr ""
1933 #: libcore/abc/AbcBlock.cpp:812
1934 msgid "ABC: Bad return type for method info."
1935 msgstr ""
1937 #: libcore/abc/AbcBlock.cpp:825
1938 msgid "ABC: Unknown return type."
1939 msgstr ""
1941 #: libcore/abc/AbcBlock.cpp:842
1942 msgid "ABC: Bad parameter type in method."
1943 msgstr ""
1945 #: libcore/abc/AbcBlock.cpp:851
1946 msgid "ABC: Unknown parameter type."
1947 msgstr ""
1949 #: libcore/abc/AbcBlock.cpp:940
1950 msgid "ABC: Out of bounds instance name."
1951 msgstr ""
1953 #: libcore/abc/AbcBlock.cpp:948
1954 msgid "ABC: QName required for instance."
1955 msgstr ""
1957 #: libcore/abc/AbcBlock.cpp:953
1958 msgid "ABC: No namespace to use for storing class."
1959 msgstr ""
1961 #: libcore/abc/AbcBlock.cpp:968
1962 msgid "Duplicate class registration."
1963 msgstr ""
1965 #: libcore/abc/AbcBlock.cpp:984
1966 msgid "ABC: Bad super type."
1967 msgstr ""
1969 #: libcore/abc/AbcBlock.cpp:995
1970 #, c-format
1971 msgid "ABC: Super type not found (%s)"
1972 msgstr ""
1974 #: libcore/abc/AbcBlock.cpp:1002
1975 msgid "ABC: Can't extend a class which is final."
1976 msgstr ""
1978 #: libcore/abc/AbcBlock.cpp:1008
1979 msgid "ABC: Can't extend an interface type."
1980 msgstr ""
1982 #: libcore/abc/AbcBlock.cpp:1014
1983 msgid "ABC: Class cannot be its own supertype."
1984 msgstr ""
1986 #: libcore/abc/AbcBlock.cpp:1035
1987 msgid "ABC: Bad namespace for protected."
1988 msgstr ""
1990 #: libcore/abc/AbcBlock.cpp:1054
1991 msgid "ABC: Bad name for interface."
1992 msgstr ""
1994 #: libcore/abc/AbcBlock.cpp:1061
1995 msgid "ABC: Can't implement a non-interface type."
1996 msgstr ""
1998 #: libcore/abc/AbcBlock.cpp:1073
1999 msgid "ABC: Out of bounds method for initializer."
2000 msgstr ""
2002 #: libcore/abc/AbcBlock.cpp:1108
2003 msgid "ABC: Out of bound static constructor for class."
2004 msgstr ""
2006 #: libcore/abc/AbcBlock.cpp:1147
2007 msgid "ABC: Out of bounds method for script."
2008 msgstr ""
2010 #: libcore/abc/AbcBlock.cpp:1183
2011 msgid "ABC: Out of bounds for method body."
2012 msgstr ""
2014 #: libcore/abc/AbcBlock.cpp:1190
2015 msgid "ABC: Only one body per method."
2016 msgstr ""
2018 #: libcore/abc/AbcBlock.cpp:1236
2019 msgid "ABC: Out of bound type for exception."
2020 msgstr ""
2022 #: libcore/abc/AbcBlock.cpp:1246
2023 #, c-format
2024 msgid "ABC: Unknown type of object to catch. (%s)"
2025 msgstr ""
2027 #: libcore/abc/AbcBlock.cpp:1264
2028 msgid "ABC: Out of bound name for caught exception."
2029 msgstr ""
2031 #: libcore/ExternalInterface.cpp:137
2032 #, c-format
2033 msgid "Can't convert unknown type %d"
2034 msgstr ""
2036 #: libcore/MovieClip.cpp:621
2037 #, c-format
2038 msgid "call_frame('%s') -- invalid frame"
2039 msgstr ""
2041 #: libcore/MovieClip.cpp:667
2042 msgid "Can't clone root of the movie"
2043 msgstr ""
2045 #: libcore/MovieClip.cpp:675
2046 #, c-format
2047 msgid "%s parent is not a movieclip, can't clone"
2048 msgstr ""
2050 #: libcore/MovieClip.cpp:852
2051 msgid "MovieClip.unloadMovie()"
2052 msgstr ""
2054 #: libcore/MovieClip.cpp:885
2055 #, c-format
2056 msgid "advance_movieclip: no frames loaded for movieclip/movie %s"
2057 msgstr ""
2059 #: libcore/MovieClip.cpp:935
2060 msgid ""
2061 "Flushing orphaned tags in movieclip %1%. _currentFrame:%2%, _hasLooped:%3%, "
2062 "frame_count:%4%"
2063 msgstr ""
2065 #: libcore/MovieClip.cpp:1046
2066 #, c-format
2067 msgid "Executing %d tags in frame %d/%d of movieclip %s"
2068 msgstr ""
2070 #: libcore/MovieClip.cpp:1084 libcore/MovieClip.cpp:1125
2071 #, c-format
2072 msgid ""
2073 "Target frame of a gotoFrame(%d) was never loaded, although frame count in "
2074 "header (%d) said we should have found it"
2075 msgstr ""
2077 #: libcore/MovieClip.cpp:1116
2078 #, c-format
2079 msgid ""
2080 "GotoFrame(%d) targets a yet to be loaded frame (%d). We'll wait for it but a "
2081 "more correct form is explicitly using WaitForFrame instead"
2082 msgstr ""
2084 #: libcore/MovieClip.cpp:1189
2085 #, c-format
2086 msgid "MovieClip::goto_labeled_frame('%s') unknown label"
2087 msgstr ""
2089 #: libcore/MovieClip.cpp:1248
2090 #, c-format
2091 msgid "MovieClip::add_display_object(): unknown cid = %d"
2092 msgstr ""
2094 #: libcore/MovieClip.cpp:1318
2095 #, c-format
2096 msgid "movieclip::replace_display_object(): unknown cid = %d"
2097 msgstr ""
2099 #: libcore/MovieClip.cpp:1327
2100 #, c-format
2101 msgid ""
2102 "MovieClip::replace_display_object: could not find any DisplayObject at depth "
2103 "%d"
2104 msgstr ""
2106 #: libcore/MovieClip.cpp:1905
2107 #, c-format
2108 msgid "Could not load variables from %s"
2109 msgstr ""
2111 #: libcore/MovieClip.cpp:1958
2112 #, c-format
2113 msgid ""
2114 "removeMovieClip(%s): movieclip depth (%d) out of the 'dynamic' zone "
2115 "[0..1048575], won't remove"
2116 msgstr ""
2118 #: libcore/movie_root.cpp:238
2119 #, c-format
2120 msgid "ActionParserException thrown during setRootMovie: %s"
2121 msgstr ""
2123 #: libcore/movie_root.cpp:253
2124 #, c-format
2125 msgid "No user interface registered, assuming 'Yes' answer to question: %s"
2126 msgstr ""
2128 #: libcore/movie_root.cpp:402 libcore/movie_root.cpp:412
2129 #, c-format
2130 msgid ""
2131 "%s.swapDepth(%d): movie has a depth (%d) below static depth zone (%d), won't "
2132 "swap its depth"
2133 msgstr ""
2135 #: libcore/movie_root.cpp:470
2136 msgid ""
2137 "movie_root::dropLevel called against a movie not found in the levels "
2138 "container"
2139 msgstr ""
2141 #: libcore/movie_root.cpp:477
2142 msgid "Original root movie can't be removed"
2143 msgstr ""
2145 #: libcore/movie_root.cpp:496
2146 #, c-format
2147 msgid ""
2148 "TESTME: loadMovie called on level %d which is not available at load time, "
2149 "skipped placement for now"
2150 msgstr ""
2152 #: libcore/movie_root.cpp:627
2153 #, c-format
2154 msgid "ActionLimits hit notifying key listeners: %s."
2155 msgstr ""
2157 #: libcore/movie_root.cpp:865
2158 msgid ""
2159 "movie_root tracking a streaming sound, but the sound handler is not "
2160 "streaming!"
2161 msgstr ""
2163 #: libcore/movie_root.cpp:897
2164 msgid ""
2165 "Time exceeded (%1% secs) while attempting to catch up to streaming sound. "
2166 "Give up on synchronization?"
2167 msgstr ""
2169 #: libcore/movie_root.cpp:949
2170 #, c-format
2171 msgid "Buffer overread during advance: %s"
2172 msgstr ""
2174 #: libcore/movie_root.cpp:1068
2175 #, c-format
2176 msgid "ActionLimits hit notifying mouse events: %s."
2177 msgstr ""
2179 #: libcore/movie_root.cpp:1560
2180 #, c-format
2181 msgid "Couldn't process ExternalInterface Call %s"
2182 msgstr ""
2184 #: libcore/movie_root.cpp:1605
2185 msgid "ExternalInterface::GotoFrame()"
2186 msgstr ""
2188 #: libcore/movie_root.cpp:1613
2189 msgid "ExternalInterface::LoadMovie()"
2190 msgstr ""
2192 #: libcore/movie_root.cpp:1682 gui/Player.cpp:716
2193 #, c-format
2194 msgid "Could not write to user-provided host requests fd %d: %s"
2195 msgstr ""
2197 #: libcore/movie_root.cpp:1843 libcore/movie_root.cpp:1875
2198 #: libcore/movie_root.cpp:1931
2199 #, c-format
2200 msgid "Could not write to browser fd #%d: %s"
2201 msgstr ""
2203 #: libcore/movie_root.cpp:2189
2204 #, c-format
2205 msgid "Fork failed launching URL opener '%s'"
2206 msgstr ""
2208 #: libcore/movie_root.cpp:2236
2209 #, c-format
2210 msgid "Could only write %d bytes to fd #%d"
2211 msgstr ""
2213 #: libcore/movie_root.cpp:2324
2214 msgid "Live MovieClips"
2215 msgstr ""
2217 #: libcore/movie_root.cpp:2453
2218 #, c-format
2219 msgid "%s to UTF8 conversion in LoadableObject input parsing"
2220 msgstr ""
2222 #: libcore/movie_root.cpp:2476
2223 #, c-format
2224 msgid ""
2225 "Hosting application registered no callback for events/queries, can't call %s"
2226 "(%s)"
2227 msgstr ""
2229 #: libcore/parser/TypesParser.cpp:145
2230 #, c-format
2231 msgid "Invalid rectangle: minx=%g maxx=%g miny=%g maxy=%g"
2232 msgstr ""
2234 #: libcore/parser/TypesParser.cpp:161
2235 #, c-format
2236 msgid "  FillStyle read type = 0x%X"
2237 msgstr ""
2239 #: libcore/parser/TypesParser.cpp:207
2240 #, c-format
2241 msgid "  gradients count: %d"
2242 msgstr ""
2244 #: libcore/parser/TypesParser.cpp:212
2245 msgid "No gradients!"
2246 msgstr ""
2248 #: libcore/parser/TypesParser.cpp:266
2249 msgid "Illegal spread mode in gradient definition."
2250 msgstr ""
2252 #: libcore/parser/TypesParser.cpp:283
2253 msgid "Illegal interpolation mode in gradient definition."
2254 msgstr ""
2256 #: libcore/parser/TypesParser.cpp:408
2257 #, c-format
2258 msgid "  color: %s"
2259 msgstr ""
2261 #: libcore/parser/SWFParser.cpp:90
2262 msgid "SHOWFRAME tag"
2263 msgstr ""
2265 #: libcore/parser/SWFParser.cpp:100
2266 #, c-format
2267 msgid ""
2268 "Encountered unknown tag %d. These usually store creation tool data and do "
2269 "not affect playback"
2270 msgstr ""
2272 #: libcore/parser/SWFParser.cpp:105
2273 #, c-format
2274 msgid "tag dump follows: %s"
2275 msgstr ""
2277 #: libcore/parser/SWFParser.cpp:113
2278 #, c-format
2279 msgid "Parsing exception: %s"
2280 msgstr ""
2282 #: libcore/parser/SWFParser.cpp:151 libcore/SWFStream.cpp:302
2283 #: libcore/SWFStream.cpp:320 libcore/SWFStream.cpp:353
2284 #: libcore/SWFStream.cpp:384
2285 msgid "Unexpected end of stream while reading"
2286 msgstr ""
2288 #: libcore/parser/sprite_definition.cpp:64
2289 #, c-format
2290 msgid "  frames = %d"
2291 msgstr ""
2293 #: libcore/parser/sprite_definition.cpp:77
2294 #, c-format
2295 msgid ""
2296 "%d frames advertised in header, but only %d SHOWFRAME tags found in define "
2297 "sprite."
2298 msgstr ""
2300 #: libcore/parser/sprite_definition.cpp:87
2301 msgid "  -- sprite END --"
2302 msgstr ""
2304 #: libcore/parser/SWFMovieDefinition.cpp:255
2305 #, c-format
2306 msgid "Add sound sample %d assigning id %d"
2307 msgstr ""
2309 #: libcore/parser/SWFMovieDefinition.cpp:284
2310 msgid ""
2311 "gnash::SWFMovieDefinition::read() -- file does not start with a SWF header"
2312 msgstr ""
2314 #: libcore/parser/SWFMovieDefinition.cpp:291
2315 #, c-format
2316 msgid "version: %d, file_length: %d"
2317 msgstr ""
2319 #: libcore/parser/SWFMovieDefinition.cpp:296
2320 msgid ""
2321 "SWFMovieDefinition::read(): unable to read zipped SWF data; Gnash was "
2322 "compiled without zlib support"
2323 msgstr ""
2325 #: libcore/parser/SWFMovieDefinition.cpp:301
2326 msgid "file is compressed"
2327 msgstr ""
2329 #: libcore/parser/SWFMovieDefinition.cpp:320
2330 msgid "non-finite movie bounds"
2331 msgstr ""
2333 #: libcore/parser/SWFMovieDefinition.cpp:336
2334 #, c-format
2335 msgid "frame size = %s, frame rate = %f, frames = %d"
2336 msgstr ""
2338 #: libcore/parser/SWFMovieDefinition.cpp:360
2339 msgid "Could not start loading thread"
2340 msgstr ""
2342 #: libcore/parser/SWFMovieDefinition.cpp:431
2343 #, c-format
2344 msgid "Could not find char %d, dump is: %s"
2345 msgstr ""
2347 #: libcore/parser/SWFMovieDefinition.cpp:490
2348 msgid "Error while parsing SWF stream."
2349 msgstr ""
2351 #: libcore/parser/SWFMovieDefinition.cpp:502
2352 #, c-format
2353 msgid "%d control tags are NOT followed by a SHOWFRAME tag"
2354 msgstr ""
2356 #: libcore/parser/SWFMovieDefinition.cpp:510
2357 #, c-format
2358 msgid ""
2359 "%d frames advertised in header, but only %d SHOWFRAME tags found in stream. "
2360 "Pretending we loaded all advertised frames"
2361 msgstr ""
2363 #: libcore/parser/SWFMovieDefinition.cpp:538
2364 #, c-format
2365 msgid ""
2366 "number of SHOWFRAME tags in SWF stream '%s' (%d) exceeds the advertised "
2367 "number in header (%d)."
2368 msgstr ""
2370 #: libcore/parser/SWFMovieDefinition.cpp:605
2371 msgid "More than one JPEGTABLES tag found: not resetting JPEG loader"
2372 msgstr ""
2374 #: libcore/parser/SWFMovieDefinition.cpp:745
2375 #, c-format
2376 msgid "import error: could not find resource '%s' in movie '%s'"
2377 msgstr ""
2379 #: libcore/parser/filter_factory.cpp:54
2380 #, c-format
2381 msgid "   number of filters: %d"
2382 msgstr ""
2384 #: libcore/parser/filter_factory.cpp:92
2385 #, c-format
2386 msgid "Invalid filter type %d."
2387 msgstr ""
2389 #: libcore/parser/filter_factory.cpp:102
2390 #, c-format
2391 msgid "Filter %d could not read."
2392 msgstr ""
2394 #: libcore/parser/filter_factory.cpp:134
2395 #, c-format
2396 msgid "   DropShadowFilter: blurX=%f blurY=%f"
2397 msgstr ""
2399 #: libcore/parser/filter_factory.cpp:153
2400 #, c-format
2401 msgid "   BlurFilter: blurX=%f blurY=%f quality=%d"
2402 msgstr ""
2404 #: libcore/parser/filter_factory.cpp:180
2405 msgid "   GlowFilter "
2406 msgstr ""
2408 #: libcore/parser/filter_factory.cpp:218
2409 msgid "   BevelFilter "
2410 msgstr ""
2412 #: libcore/parser/filter_factory.cpp:265
2413 msgid "   GradientGlowFilter "
2414 msgstr ""
2416 #: libcore/parser/filter_factory.cpp:301
2417 msgid "   ConvolutionFilter "
2418 msgstr ""
2420 #: libcore/parser/filter_factory.cpp:318
2421 msgid "   ColorMatrixFilter: "
2422 msgstr ""
2424 #: libcore/parser/filter_factory.cpp:319 libcore/parser/filter_factory.cpp:322
2425 #: libcore/parser/filter_factory.cpp:325 libcore/parser/filter_factory.cpp:328
2426 #, c-format
2427 msgid "     %g, %g, %g, %g, %g"
2428 msgstr ""
2430 #: libcore/parser/filter_factory.cpp:375
2431 msgid "   GradientBevelFilter "
2432 msgstr ""
2434 #: libcore/parser/action_buffer.cpp:57
2435 #, c-format
2436 msgid "Empty action buffer starting at offset %lu"
2437 msgstr ""
2439 #: libcore/parser/action_buffer.cpp:94
2440 #, c-format
2441 msgid "Action buffer starting at offset %lu doesn't end with an END tag"
2442 msgstr ""
2444 #: libcore/parser/action_buffer.cpp:132
2445 msgid "action buffer dict length exceeded"
2446 msgstr ""
2448 #: libcore/parser/action_buffer.cpp:537 libcore/SWFStream.cpp:285
2449 msgid "Native floating point format not recognised"
2450 msgstr ""
2452 #: libcore/parser/action_buffer.cpp:614
2453 msgid "Native double floating point format not recognised"
2454 msgstr ""
2456 #: libcore/Font.cpp:130
2457 msgid ""
2458 "Attempt to set font display or copyright name again. This should mean there "
2459 "is more than one DefineFontName tag referring to the same Font. Don't know "
2460 "what to do in this case, so ignoring."
2461 msgstr ""
2463 #: libcore/Font.cpp:167
2464 msgid ""
2465 "Attempt to add an embedded glyph CodeTable to a font that already has one. "
2466 "This should mean there are several DefineFontInfo tags, or a DefineFontInfo "
2467 "tag refers to a font created by DefineFont2 or DefineFont3. Don't know what "
2468 "should happen in this case, so ignoring."
2469 msgstr ""
2471 #: libcore/Font.cpp:201
2472 #, c-format
2473 msgid "Failed to find glyph %s in %s font %s"
2474 msgstr ""
2476 #: libcore/Font.cpp:276
2477 msgid "Device font provider was not initialized, can't get unitsPerEM"
2478 msgstr ""
2480 #: libcore/Font.cpp:298
2481 #, c-format
2482 msgid ""
2483 "Could not create shape glyph for DisplayObject code %u (%c) with device font "
2484 "%s (%p)"
2485 msgstr ""
2487 #: libcore/Font.cpp:332
2488 msgid ""
2489 "No name associated with this font, can't use device fonts (should I use a "
2490 "default one?)"
2491 msgstr ""
2493 #: libcore/Font.cpp:340
2494 #, c-format
2495 msgid "Could not create a freetype face %s"
2496 msgstr ""
2498 #: libcore/TextField.cpp:236
2499 #, c-format
2500 msgid "FIXME: attempt to remove a TextField being a child of a %s"
2501 msgstr ""
2503 #: libcore/TextField.cpp:415 libcore/TextField.cpp:425
2504 #: libcore/TextField.cpp:443 libcore/TextField.cpp:458
2505 msgid "invalid restrict string"
2506 msgstr ""
2508 #: libcore/TextField.cpp:967
2509 #, c-format
2510 msgid ""
2511 "TextField: missing glyph for space char (needed for TAB). Make sure "
2512 "DisplayObject shapes for font %s are being exported into your SWF file."
2513 msgstr ""
2515 #: libcore/TextField.cpp:1046
2516 msgid "No font for TextField!"
2517 msgstr ""
2519 #: libcore/TextField.cpp:1446
2520 #, c-format
2521 msgid "Unexpected value '%s' in TextField font color attribute"
2522 msgstr ""
2524 #: libcore/TextField.cpp:1461
2525 msgid "Expected a font name in FACE attribute."
2526 msgstr ""
2528 #: libcore/TextField.cpp:1515
2529 msgid "<img> HTML tag in TextField"
2530 msgstr ""
2532 #: libcore/TextField.cpp:1553
2533 msgid "<span> HTML tag in TextField"
2534 msgstr ""
2536 #: libcore/TextField.cpp:1625
2537 msgid "HTML <textformat> tag tabstops attribute"
2538 msgstr ""
2540 #: libcore/TextField.cpp:1708
2541 #, c-format
2542 msgid ""
2543 "TextField: missing embedded glyph for char %d. Make sure DisplayObject "
2544 "shapes for font %s are being exported into your SWF file"
2545 msgstr ""
2547 #: libcore/TextField.cpp:1716
2548 #, c-format
2549 msgid ""
2550 "TextField: missing device glyph for char %d. Maybe you don't have font '%s' "
2551 "installed in your system."
2552 msgstr ""
2554 #: libcore/TextField.cpp:1907
2555 #, c-format
2556 msgid ""
2557 "Current environment has no target, can't bind VariableName (%s) associated "
2558 "to text field. Gnash will try to register again on next access."
2559 msgstr ""
2561 #: libcore/TextField.cpp:1933
2562 #, c-format
2563 msgid ""
2564 "VariableName associated to text field refers to an unknown target (%s). It "
2565 "is possible that the DisplayObject will be instantiated later in the SWF "
2566 "stream. Gnash will try to register again on next access."
2567 msgstr ""
2569 #: libcore/TextField.cpp:2026 libcore/TextField.cpp:2060
2570 #: libcore/TextField.cpp:2151
2571 msgid "invalid HTML tag"
2572 msgstr ""
2574 #: libcore/TextField.cpp:2037 libcore/TextField.cpp:2073
2575 #: libcore/TextField.cpp:2104
2576 msgid "found NULL character in htmlText"
2577 msgstr ""
2579 #: libcore/TextField.cpp:2077
2580 msgid "malformed HTML tag, invalid attribute name"
2581 msgstr ""
2583 #: libcore/TextField.cpp:2127
2584 msgid "malformed HTML tag, invalid attribute value"
2585 msgstr ""
2587 #: libcore/TextField.cpp:2160
2588 msgid "I declare this a HTML syntax error"
2589 msgstr ""
2591 #: libcore/Video.cpp:57
2592 msgid "No Media handler registered, won't be able to decode embedded video"
2593 msgstr ""
2595 #: libcore/Video.cpp:69
2596 #, c-format
2597 msgid "Could not create Video Decoder: %s"
2598 msgstr ""
2600 #: libcore/Video.cpp:138
2601 msgid "No Video info in video definition"
2602 msgstr ""
2604 #: libcore/asobj/Selection_as.cpp:189
2605 #, c-format
2606 msgid "Selection.setFocus: expected 1 argument, got %d"
2607 msgstr ""
2609 #: libcore/asobj/Array_as.cpp:631
2610 #, c-format
2611 msgid "Unhandled sort flags: %d (0x%X)"
2612 msgstr ""
2614 #: libcore/asobj/Array_as.cpp:1036
2615 msgid "Array.splice() needs at least 1 argument, call ignored"
2616 msgstr ""
2618 #: libcore/asobj/Array_as.cpp:1059
2619 #, c-format
2620 msgid "Array.splice(%d,%d): negative length given, call ignored"
2621 msgstr ""
2623 #: libcore/asobj/Array_as.cpp:1157
2624 msgid "Sort called with invalid arguments."
2625 msgstr ""
2627 #: libcore/asobj/Array_as.cpp:1301
2628 msgid "SortOn called with invalid arguments."
2629 msgstr ""
2631 #: libcore/asobj/Array_as.cpp:1491
2632 msgid ""
2633 "More than 2 arguments to Array.slice, and I don't know what to do with "
2634 "them.  Ignoring them"
2635 msgstr ""
2637 #: libcore/asobj/TextSnapshot_as.cpp:521
2638 msgid "TextSnapshot.findText() requires 3 arguments"
2639 msgstr ""
2641 #: libcore/asobj/TextSnapshot_as.cpp:545
2642 msgid "TextSnapshot.getCount() takes no arguments"
2643 msgstr ""
2645 #: libcore/asobj/TextSnapshot_as.cpp:601
2646 msgid "TextSnapshot.getText requires exactly 2 arguments"
2647 msgstr ""
2649 #: libcore/asobj/XMLNode_as.cpp:240
2650 msgid ""
2651 "XMLNode.insertBefore(): positional parameter is not a child of this node"
2652 msgstr ""
2654 #: libcore/asobj/XMLNode_as.cpp:616
2655 msgid "XMLNode::appendChild() needs at least one argument"
2656 msgstr ""
2658 #: libcore/asobj/XMLNode_as.cpp:625
2659 msgid "First argument to XMLNode::appendChild() is not an XMLNode"
2660 msgstr ""
2662 #: libcore/asobj/XMLNode_as.cpp:663
2663 #, c-format
2664 msgid "XMLNode.insertBefore(%s) needs at least two arguments"
2665 msgstr ""
2667 #: libcore/asobj/XMLNode_as.cpp:674
2668 #, c-format
2669 msgid "First argument to XMLNode.insertBefore(%s) is not an XMLNode"
2670 msgstr ""
2672 #: libcore/asobj/XMLNode_as.cpp:685
2673 #, c-format
2674 msgid "Second argument to XMLNode.insertBefore(%s) is not an XMLNode"
2675 msgstr ""
2677 #: libcore/asobj/String_as.cpp:451
2678 msgid "string.slice() called with end < start"
2679 msgstr ""
2681 #: libcore/asobj/String_as.cpp:496
2682 #, c-format
2683 msgid "String.indexOf(%s, %s): second argument casts to invalid offset (%d)"
2684 msgstr ""
2686 #: libcore/asobj/String_as.cpp:569
2687 msgid "string.charCodeAt needs one argument"
2688 msgstr ""
2690 #: libcore/asobj/String_as.cpp:578
2691 msgid "string.charCodeAt has more than one argument"
2692 msgstr ""
2694 #: libcore/asobj/String_as.cpp:756
2695 msgid "No fn_call::callerDef in string function call"
2696 msgstr ""
2698 #: libcore/asobj/String_as.cpp:780
2699 msgid "%1%(%2%) needs %3% argument(s)"
2700 msgstr ""
2702 #: libcore/asobj/String_as.cpp:791
2703 msgid "%1%(%2%) has more than %3% argument(s)"
2704 msgstr ""
2706 #: libcore/asobj/Object.cpp:148
2707 msgid "Too many args to Object constructor"
2708 msgstr ""
2710 #: libcore/asobj/Object.cpp:192
2711 #, c-format
2712 msgid ""
2713 "Invalid call to Object.addProperty(%s) - expected 3 arguments (<name>, "
2714 "<getter>, <setter>)"
2715 msgstr ""
2717 #: libcore/asobj/Object.cpp:209
2718 msgid "Invalid call to Object.addProperty() - empty property name"
2719 msgstr ""
2721 #: libcore/asobj/Object.cpp:219
2722 msgid "Invalid call to Object.addProperty() - getter is not an AS function"
2723 msgstr ""
2725 #: libcore/asobj/Object.cpp:233
2726 #, c-format
2727 msgid ""
2728 "Invalid call to Object.addProperty() - setter is not null and not an AS "
2729 "function (%s)"
2730 msgstr ""
2732 #: libcore/asobj/Object.cpp:257
2733 #, c-format
2734 msgid ""
2735 "Invalid call to Object.registerClass(%s) - expected 2 arguments (<symbol>, "
2736 "<constructor>)"
2737 msgstr ""
2739 #: libcore/asobj/Object.cpp:274
2740 #, c-format
2741 msgid ""
2742 "Invalid call to Object.registerClass(%s) - first argument (symbol id) "
2743 "evaluates to empty string"
2744 msgstr ""
2746 #: libcore/asobj/Object.cpp:286
2747 #, c-format
2748 msgid ""
2749 "Invalid call to Object.registerClass(%s) - second argument (class) is not a "
2750 "function)"
2751 msgstr ""
2753 #: libcore/asobj/Object.cpp:298
2754 msgid ""
2755 "current environment has no target, wouldn't know where to look for symbol "
2756 "required for registerClass"
2757 msgstr ""
2759 #: libcore/asobj/Object.cpp:313
2760 #, c-format
2761 msgid "Object.registerClass('%s', %s): can't find exported symbol (id: %d)"
2762 msgstr ""
2764 #: libcore/asobj/Object.cpp:326
2765 #, c-format
2766 msgid ""
2767 "Object.registerClass(%s, %s): exported symbol is not a MovieClip symbol "
2768 "(sprite_definition), but a %s"
2769 msgstr ""
2771 #: libcore/asobj/Object.cpp:348
2772 msgid "Object.hasOwnProperty() requires one arg"
2773 msgstr ""
2775 #: libcore/asobj/Object.cpp:357
2776 #, c-format
2777 msgid "Invalid call to Object.hasOwnProperty('%s')"
2778 msgstr ""
2780 #: libcore/asobj/Object.cpp:373
2781 msgid "Object.isPropertyEnumerable() requires one arg"
2782 msgstr ""
2784 #: libcore/asobj/Object.cpp:382
2785 #, c-format
2786 msgid "Invalid call to Object.isPropertyEnumerable('%s')"
2787 msgstr ""
2789 #: libcore/asobj/Object.cpp:405
2790 msgid "Object.isPrototypeOf() requires one arg"
2791 msgstr ""
2793 #: libcore/asobj/Object.cpp:413
2794 #, c-format
2795 msgid "First arg to Object.isPrototypeOf(%s) is not an object"
2796 msgstr ""
2798 #: libcore/asobj/Object.cpp:432
2799 #, c-format
2800 msgid "Object.watch(%s): missing arguments"
2801 msgstr ""
2803 #: libcore/asobj/Object.cpp:443
2804 #, c-format
2805 msgid "Object.watch(%s): second argument is not a function"
2806 msgstr ""
2808 #: libcore/asobj/Object.cpp:469
2809 #, c-format
2810 msgid "Object.unwatch(%s): missing argument"
2811 msgstr ""
2813 #: libcore/asobj/LoadVars_as.cpp:145
2814 #, c-format
2815 msgid "new LoadVars(%s) - arguments discarded"
2816 msgstr ""
2818 #: libcore/asobj/TextFormat_as.cpp:408
2819 #, c-format
2820 msgid "Too many args (%d) passed to TextFormat"
2821 msgstr ""
2823 #: libcore/asobj/TextFormat_as.cpp:486
2824 msgid "Getter for textformat_tabStops"
2825 msgstr ""
2827 #: libcore/asobj/TextFormat_as.cpp:564
2828 msgid "TextFormat.getTextExtent requires at least one argument"
2829 msgstr ""
2831 #: libcore/asobj/TextFormat_as.cpp:776
2832 #, c-format
2833 msgid "Uknown alignment value: %d, take as left"
2834 msgstr ""
2836 #: libcore/asobj/TextFormat_as.cpp:791
2837 #, c-format
2838 msgid "Unknown display value: %d "
2839 msgstr ""
2841 #: libcore/asobj/TextField_as.cpp:218
2842 #, c-format
2843 msgid "createTextField called with %d args, expected 6 - returning undefined"
2844 msgstr ""
2846 #: libcore/asobj/TextField_as.cpp:232
2847 #, c-format
2848 msgid "createTextField: negative width (%d) - reverting sign"
2849 msgstr ""
2851 #: libcore/asobj/TextField_as.cpp:242
2852 #, c-format
2853 msgid "createTextField: negative height (%d) - reverting sign"
2854 msgstr ""
2856 #: libcore/asobj/TextField_as.cpp:436
2857 #, c-format
2858 msgid "Attempt to set length property of TextField %s"
2859 msgstr ""
2861 #: libcore/asobj/TextField_as.cpp:462 libcore/asobj/TextField_as.cpp:488
2862 #, c-format
2863 msgid "Attempt to set read-only %s property of TextField %s"
2864 msgstr ""
2866 #: libcore/asobj/TextField_as.cpp:544
2867 #, c-format
2868 msgid "Invalid value given to TextField.type: %s"
2869 msgstr ""
2871 #: libcore/asobj/TextField_as.cpp:597
2872 msgid "TextField.getFontList()"
2873 msgstr ""
2875 #: libcore/asobj/TextField_as.cpp:608
2876 msgid "TextField.getNewTextFormat()"
2877 msgstr ""
2879 #: libcore/asobj/TextField_as.cpp:658
2880 msgid ""
2881 "TextField.getTextFormat() discards URL, target, tabStops, bullet and display"
2882 msgstr ""
2884 #: libcore/asobj/TextField_as.cpp:672 libcore/asobj/TextField_as.cpp:694
2885 #, c-format
2886 msgid "TextField.setTextFormat(%s) : %s"
2887 msgstr ""
2889 #: libcore/asobj/TextField_as.cpp:673
2890 msgid "missing arg"
2891 msgstr ""
2893 #: libcore/asobj/TextField_as.cpp:679
2894 #, c-format
2895 msgid ""
2896 "TextField.setTextFormat(%s) : args past the first are unhandled by Gnash"
2897 msgstr ""
2899 #: libcore/asobj/TextField_as.cpp:695
2900 msgid "first argument is not a TextFormat"
2901 msgstr ""
2903 #: libcore/asobj/TextField_as.cpp:729
2904 msgid "TextField.setNewTextFormat(), we'll delegate to setTextFormat"
2905 msgstr ""
2907 #: libcore/asobj/TextField_as.cpp:789
2908 msgid "TextField.bottomScroll is not complete"
2909 msgstr ""
2911 #: libcore/asobj/TextField_as.cpp:809
2912 msgid "TextField.maxhscroll is not complete"
2913 msgstr ""
2915 #: libcore/asobj/TextField_as.cpp:905
2916 #, c-format
2917 msgid "TextField.replaceSel(%s) requires exactly one argument"
2918 msgstr ""
2920 #: libcore/asobj/TextField_as.cpp:944
2921 msgid "TextField._hscroll is not complete"
2922 msgstr ""
2924 #: libcore/asobj/TextField_as.cpp:962
2925 msgid "TextField.maxscroll is not complete"
2926 msgstr ""
2928 #: libcore/asobj/TextField_as.cpp:983
2929 msgid "TextField.replaceText() called with less than 3 args"
2930 msgstr ""
2932 #: libcore/asobj/TextField_as.cpp:993
2933 #, c-format
2934 msgid "TextField.replaceText(%s): negative endIndex - doing nothing"
2935 msgstr ""
2937 #: libcore/asobj/TextField_as.cpp:1019
2938 #, c-format
2939 msgid "TextField.replaceText(%s): beginIndex out of range - doing nothing"
2940 msgstr ""
2942 #: libcore/asobj/TextField_as.cpp:1036
2943 #, c-format
2944 msgid ""
2945 "TextField.replaceText(%s): endIndex out of range - taking as end of string"
2946 msgstr ""
2948 #: libcore/asobj/Sound_as.cpp:431
2949 #, c-format
2950 msgid "Could not create audio decoder: %s"
2951 msgstr ""
2953 #: libcore/asobj/Sound_as.cpp:439
2954 msgid "No audio in Sound input."
2955 msgstr ""
2957 #: libcore/asobj/Sound_as.cpp:593
2958 #, c-format
2959 msgid "Gnash could not open this URL: %s"
2960 msgstr ""
2962 #: libcore/asobj/Sound_as.cpp:604
2963 #, c-format
2964 msgid "Unable to create parser for Sound at %s"
2965 msgstr ""
2967 #: libcore/asobj/Sound_as.cpp:694
2968 msgid "No sound handler, nothing to start..."
2969 msgstr ""
2971 #: libcore/asobj/Sound_as.cpp:701
2972 msgid "No MediaParser initialized, can't start an external sound"
2973 msgstr ""
2975 #: libcore/asobj/Sound_as.cpp:707
2976 msgid "Sound.start() has no effect on a streaming Sound"
2977 msgstr ""
2979 #: libcore/asobj/Sound_as.cpp:755
2980 msgid "No sound handler, nothing to stop..."
2981 msgstr ""
2983 #: libcore/asobj/Sound_as.cpp:785
2984 msgid "No sound handler, can't check duration..."
2985 msgstr ""
2987 #: libcore/asobj/Sound_as.cpp:810
2988 msgid ""
2989 "No sound handler, can't check position (we're likely not playing anyway)..."
2990 msgstr ""
2992 #: libcore/asobj/Sound_as.cpp:878
2993 #, c-format
2994 msgid "No samples decoded from input of %d bytes"
2995 msgstr ""
2997 #: libcore/asobj/Sound_as.cpp:979
2998 #, c-format
2999 msgid "new Sound(%d) : args after first one ignored"
3000 msgstr ""
3002 #: libcore/asobj/Sound_as.cpp:993
3003 #, c-format
3004 msgid ""
3005 "new Sound(%s) : first argument isn't null or undefined, and isn't a "
3006 "DisplayObject. We'll take as an invalid DisplayObject ref."
3007 msgstr ""
3009 #: libcore/asobj/Sound_as.cpp:1011
3010 msgid "-- start sound"
3011 msgstr ""
3013 #: libcore/asobj/Sound_as.cpp:1033
3014 msgid "-- stop sound "
3015 msgstr ""
3017 #: libcore/asobj/Sound_as.cpp:1049 libcore/asobj/Sound_as.cpp:1104
3018 #, c-format
3019 msgid "No such export '%s'"
3020 msgstr ""
3022 #: libcore/asobj/Sound_as.cpp:1058
3023 #, c-format
3024 msgid "Export '%s' is not a sound"
3025 msgstr ""
3027 #: libcore/asobj/Sound_as.cpp:1074
3028 msgid "-- attach sound"
3029 msgstr ""
3031 #: libcore/asobj/Sound_as.cpp:1079
3032 msgid "attach sound needs one argument"
3033 msgstr ""
3035 #: libcore/asobj/Sound_as.cpp:1089
3036 msgid "attachSound needs a non-empty string"
3037 msgstr ""
3039 #: libcore/asobj/Sound_as.cpp:1113
3040 #, c-format
3041 msgid "Export '%s'is not a sound"
3042 msgstr ""
3044 #: libcore/asobj/Sound_as.cpp:1148
3045 msgid "Sound.getPan()"
3046 msgstr ""
3048 #: libcore/asobj/Sound_as.cpp:1163
3049 msgid "Sound.setDuration()"
3050 msgstr ""
3052 #: libcore/asobj/Sound_as.cpp:1178
3053 msgid "Sound.setPosition()"
3054 msgstr ""
3056 #: libcore/asobj/Sound_as.cpp:1185
3057 msgid "Sound.getTransform()"
3058 msgstr ""
3060 #: libcore/asobj/Sound_as.cpp:1198
3061 #, c-format
3062 msgid "Sound.getVolume(%s) : arguments ignored"
3063 msgstr ""
3065 #: libcore/asobj/Sound_as.cpp:1214
3066 msgid "Sound.loadSound() needs at least 1 argument"
3067 msgstr ""
3069 #: libcore/asobj/Sound_as.cpp:1229
3070 #, c-format
3071 msgid "Sound.loadSound(%s): arguments after first 2 discarded"
3072 msgstr ""
3074 #: libcore/asobj/Sound_as.cpp:1243
3075 msgid "Sound.setPan()"
3076 msgstr ""
3078 #: libcore/asobj/Sound_as.cpp:1250
3079 msgid "Sound.setTransform()"
3080 msgstr ""
3082 #: libcore/asobj/Sound_as.cpp:1259
3083 msgid "set volume of sound needs one argument"
3084 msgstr ""
3086 #: libcore/asobj/Sound_as.cpp:1274
3087 msgid "Sound.checkPolicyFile"
3088 msgstr ""
3090 #: libcore/asobj/Sound_as.cpp:1287
3091 msgid "Sound.areSoundsInaccessible()"
3092 msgstr ""
3094 #: libcore/asobj/Key_as.cpp:40
3095 msgid "Key.isAccessible"
3096 msgstr ""
3098 #: libcore/asobj/Key_as.cpp:70
3099 msgid "Key.isDown needs one argument (the key code)"
3100 msgstr ""
3102 #: libcore/asobj/Key_as.cpp:79
3103 #, c-format
3104 msgid "Key.isKeyDown(%d): keycode out of range"
3105 msgstr ""
3107 #: libcore/asobj/Key_as.cpp:97
3108 msgid "Key.isToggled"
3109 msgstr ""
3111 #: libcore/asobj/XML_as.cpp:467
3112 msgid "XML data is empty"
3113 msgstr ""
3115 #: libcore/asobj/XML_as.cpp:742
3116 msgid "no text for text node creation"
3117 msgstr ""
3119 #: libcore/asobj/XML_as.cpp:755
3120 msgid "XML.parseXML() needs one argument"
3121 msgstr ""
3123 #: libcore/asobj/AsBroadcaster.cpp:233
3124 msgid "AsBroadcaster.initialize() requires one argument, none given"
3125 msgstr ""
3127 #: libcore/asobj/AsBroadcaster.cpp:243
3128 #, c-format
3129 msgid "AsBroadcaster.initialize(%s): first arg is not an object"
3130 msgstr ""
3132 #: libcore/asobj/AsBroadcaster.cpp:252
3133 #, c-format
3134 msgid ""
3135 "AsBroadcaster.initialize(%s): first arg is an object but doesn't cast to one "
3136 "(dangling DisplayObject ref?)"
3137 msgstr ""
3139 #: libcore/asobj/AsBroadcaster.cpp:282 libcore/asobj/AsBroadcaster.cpp:327
3140 #: libcore/asobj/AsBroadcaster.cpp:393
3141 #, c-format
3142 msgid "%p.addListener(%s): this object has no _listeners member"
3143 msgstr ""
3145 #: libcore/asobj/AsBroadcaster.cpp:293 libcore/asobj/AsBroadcaster.cpp:338
3146 #: libcore/asobj/AsBroadcaster.cpp:404
3147 #, c-format
3148 msgid "%p.addListener(%s): this object's _listener isn't an object: %s"
3149 msgstr ""
3151 #: libcore/asobj/AsBroadcaster.cpp:415
3152 #, c-format
3153 msgid "%p.broadcastMessage() needs an argument"
3154 msgstr ""
3156 #: libcore/asobj/MovieClipLoader.cpp:105
3157 #, c-format
3158 msgid "MovieClipLoader.loadClip(%s): missing arguments"
3159 msgstr ""
3161 #: libcore/asobj/MovieClipLoader.cpp:114
3162 #, c-format
3163 msgid "MovieClipLoader.loadClip(%s): first argument must be a string"
3164 msgstr ""
3166 #: libcore/asobj/MovieClipLoader.cpp:132
3167 #, c-format
3168 msgid "Could not find target %s (evaluated from %s)"
3169 msgstr ""
3171 #: libcore/asobj/MovieClipLoader.cpp:149
3172 #, c-format
3173 msgid "MovieClipLoader.unloadClip(%s): expected at least one argument"
3174 msgstr ""
3176 #: libcore/asobj/MovieClipLoader.cpp:156
3177 #, c-format
3178 msgid "MovieClipLoader.unloadClip: %s"
3179 msgstr ""
3181 #: libcore/asobj/MovieClipLoader.cpp:180
3182 msgid "MovieClipLoader.getProgress(): missing argument"
3183 msgstr ""
3185 #: libcore/asobj/MovieClipLoader.cpp:189
3186 #, c-format
3187 msgid "MovieClipLoader.getProgress(%s): first argument is not an object"
3188 msgstr ""
3190 #: libcore/asobj/MovieClipLoader.cpp:198
3191 #, c-format
3192 msgid "MovieClipLoader.getProgress(%s): first argument is not an sprite"
3193 msgstr ""
3195 #: libcore/asobj/Stage_as.cpp:146
3196 msgid "Stage.width is a read-only property!"
3197 msgstr ""
3199 #: libcore/asobj/Stage_as.cpp:163
3200 msgid "Stage.height is a read-only property!"
3201 msgstr ""
3203 #: libcore/asobj/Stage_as.cpp:202
3204 msgid "Stage.showMenu implemented by setting gnashrc option and for gtk only"
3205 msgstr ""
3207 #: libcore/asobj/Color_as.cpp:153
3208 msgid "Color.setRGB() : missing argument"
3209 msgstr ""
3211 #: libcore/asobj/Color_as.cpp:186
3212 msgid "Color.setTransform() : missing argument"
3213 msgstr ""
3215 #: libcore/asobj/Color_as.cpp:196
3216 #, c-format
3217 msgid "Color.setTransform(%s) : first argument doesn't cast to an object"
3218 msgstr ""
3220 #: libcore/asobj/Number_as.cpp:78
3221 #, c-format
3222 msgid "Number.toString(%s): radix must be in the 2..36 range (%d is invalid)"
3223 msgstr ""
3225 #: libcore/asobj/Microphone_as.cpp:252
3226 msgid "No MediaHandler exists! Cannot create a Microphone object"
3227 msgstr ""
3229 #: libcore/asobj/Microphone_as.cpp:284
3230 msgid "Microphone.gain(): wrong number of parameters passed"
3231 msgstr ""
3233 #: libcore/asobj/Microphone_as.cpp:300
3234 msgid "Microphone.setRate: wrong number of parameters passed"
3235 msgstr ""
3237 #: libcore/asobj/Microphone_as.cpp:313
3238 msgid "Microphone::activityLevel only has default value (-1)"
3239 msgstr ""
3241 #: libcore/asobj/Microphone_as.cpp:318
3242 msgid "Attempt to set activity property of Microphone"
3243 msgstr ""
3245 #: libcore/asobj/Microphone_as.cpp:353
3246 msgid "Microphone::muted is always false (always allows access)"
3247 msgstr ""
3249 #: libcore/asobj/Microphone_as.cpp:413
3250 msgid "Microphone::silenceTimeout can be set, but is unimplemented"
3251 msgstr ""
3253 #: libcore/asobj/Microphone_as.cpp:436
3254 #, c-format
3255 msgid "%s: Too many arguments"
3256 msgstr ""
3258 #: libcore/asobj/Date_as.cpp:463
3259 msgid "Date constructor called with more than 7 arguments"
3260 msgstr ""
3262 #: libcore/asobj/Date_as.cpp:724
3263 msgid "Date.setTime needs one argument"
3264 msgstr ""
3266 #: libcore/asobj/Date_as.cpp:744
3267 msgid "Date.setTime was called with more than one argument"
3268 msgstr ""
3270 #: libcore/asobj/Date_as.cpp:835
3271 msgid "Date.setFullYear needs one argument"
3272 msgstr ""
3274 #: libcore/asobj/Date_as.cpp:875
3275 msgid "Date.setYear needs one argument"
3276 msgstr ""
3278 #: libcore/asobj/Date_as.cpp:898
3279 msgid "Date.setYear was called with more than three arguments"
3280 msgstr ""
3282 #: libcore/asobj/Date_as.cpp:929
3283 #, c-format
3284 msgid "Date.set%sMonth needs one argument"
3285 msgstr ""
3287 #: libcore/asobj/Date_as.cpp:962
3288 #, c-format
3289 msgid "Date.set%sMonth was called with more than three arguments"
3290 msgstr ""
3292 #: libcore/asobj/Date_as.cpp:984
3293 #, c-format
3294 msgid "Date.set%sDate needs one argument"
3295 msgstr ""
3297 #: libcore/asobj/Date_as.cpp:998
3298 #, c-format
3299 msgid "Date.set%sDate was called with more than one argument"
3300 msgstr ""
3302 #: libcore/asobj/Date_as.cpp:1025
3303 #, c-format
3304 msgid "Date.set%sHours needs one argument"
3305 msgstr ""
3307 #: libcore/asobj/Date_as.cpp:1044
3308 #, c-format
3309 msgid "Date.set%sHours was called with more than four arguments"
3310 msgstr ""
3312 #: libcore/asobj/Date_as.cpp:1070
3313 #, c-format
3314 msgid "Date.set%sMinutes needs one argument"
3315 msgstr ""
3317 #: libcore/asobj/Date_as.cpp:1088 libcore/asobj/Date_as.cpp:1131
3318 #, c-format
3319 msgid "Date.set%sMinutes was called with more than three arguments"
3320 msgstr ""
3322 #: libcore/asobj/Date_as.cpp:1111
3323 #, c-format
3324 msgid "Date.set%sSeconds needs one argument"
3325 msgstr ""
3327 #: libcore/asobj/Date_as.cpp:1149
3328 #, c-format
3329 msgid "Date.set%sMilliseconds needs one argument"
3330 msgstr ""
3332 #: libcore/asobj/Date_as.cpp:1166
3333 #, c-format
3334 msgid "Date.set%sMilliseconds was called with more than one argument"
3335 msgstr ""
3337 #: libcore/asobj/Date_as.cpp:1228
3338 msgid "Date.UTC needs one argument"
3339 msgstr ""
3341 #: libcore/asobj/Date_as.cpp:1252
3342 msgid "Date.UTC was called with more than 7 arguments"
3343 msgstr ""
3345 #: libcore/asobj/NetStream_as.cpp:315
3346 #, c-format
3347 msgid "::pause(%d) called "
3348 msgstr ""
3350 #: libcore/asobj/NetStream_as.cpp:371
3351 msgid "No NetConnection associated with this NetStream, won't play"
3352 msgstr ""
3354 #: libcore/asobj/NetStream_as.cpp:382
3355 msgid "NetConnection is not connected. Won't play."
3356 msgstr ""
3358 #: libcore/asobj/NetStream_as.cpp:395
3359 #, c-format
3360 msgid "Couldn't load URL %s"
3361 msgstr ""
3363 #: libcore/asobj/NetStream_as.cpp:402
3364 #, c-format
3365 msgid "Connecting to movie: %s"
3366 msgstr ""
3368 #: libcore/asobj/NetStream_as.cpp:408
3369 #, c-format
3370 msgid "NetStream.play(%s): failed starting playback"
3371 msgstr ""
3373 #: libcore/asobj/NetStream_as.cpp:431
3374 msgid "NetStream_as::initVideoDecoder: hot-plugging video consumer"
3375 msgstr ""
3377 #: libcore/asobj/NetStream_as.cpp:436
3378 #, c-format
3379 msgid "NetStream: Could not create Video decoder: %s"
3380 msgstr ""
3382 #: libcore/asobj/NetStream_as.cpp:460
3383 msgid "NetStream_as::initAudioDecoder: hot-plugging audio consumer"
3384 msgstr ""
3386 #: libcore/asobj/NetStream_as.cpp:467
3387 #, c-format
3388 msgid "Could not create Audio decoder: %s"
3389 msgstr ""
3391 #: libcore/asobj/NetStream_as.cpp:493
3392 #, c-format
3393 msgid "Gnash could not get stream '%s' from NetConnection"
3394 msgstr ""
3396 #: libcore/asobj/NetStream_as.cpp:503
3397 msgid "No Media handler registered, can't parse NetStream input"
3398 msgstr ""
3400 #: libcore/asobj/NetStream_as.cpp:511
3401 msgid "Unable to create parser for NetStream input"
3402 msgstr ""
3404 #: libcore/asobj/NetStream_as.cpp:536
3405 #, c-format
3406 msgid "%p.startPlayback: playHead position reset to 0"
3407 msgstr ""
3409 #: libcore/asobj/NetStream_as.cpp:542
3410 msgid "Setting playStart status"
3411 msgstr ""
3413 #: libcore/asobj/NetStream_as.cpp:561
3414 msgid "getDecodedVideoFrame: no parser available"
3415 msgstr ""
3417 #: libcore/asobj/NetStream_as.cpp:570
3418 #, c-format
3419 msgid ""
3420 "getDecodedVideoFrame(%d): no more video frames in input "
3421 "(nextVideoFrameTimestamp returned false, parsingComplete=%d)"
3422 msgstr ""
3424 #: libcore/asobj/NetStream_as.cpp:581
3425 msgid ""
3426 "getDecodedVideoFrame setting playStop status (parsing complete and "
3427 "nextVideoFrameTimestamp() returned false)"
3428 msgstr ""
3430 #: libcore/asobj/NetStream_as.cpp:592
3431 #, c-format
3432 msgid "%p.getDecodedVideoFrame(%d): next video frame is in the future (%d)"
3433 msgstr ""
3435 #: libcore/asobj/NetStream_as.cpp:603
3436 #, c-format
3437 msgid ""
3438 "nextVideoFrameTimestamp returned true (%d), but decodeNextVideoFrame "
3439 "returned null, I don't think this should ever happen"
3440 msgstr ""
3442 #: libcore/asobj/NetStream_as.cpp:613
3443 #, c-format
3444 msgid ""
3445 "%p.getDecodedVideoFrame(%d): last video frame decoded (should set playback "
3446 "status to STOP?)"
3447 msgstr ""
3449 #: libcore/asobj/NetStream_as.cpp:621
3450 #, c-format
3451 msgid ""
3452 "%p.getDecodedVideoFrame(%d): next video frame is in the future, we'll return "
3453 "this one"
3454 msgstr ""
3456 #: libcore/asobj/NetStream_as.cpp:641
3457 msgid "decodeNextVideoFrame: no parser available"
3458 msgstr ""
3460 #: libcore/asobj/NetStream_as.cpp:648
3461 #, c-format
3462 msgid "%p.decodeNextVideoFrame(): no more video frames in input"
3463 msgstr ""
3465 #: libcore/asobj/NetStream_as.cpp:664
3466 msgid "Error decoding encoded video frame in NetStream input"
3467 msgstr ""
3469 #: libcore/asobj/NetStream_as.cpp:680
3470 #, c-format
3471 msgid "%p.decodeNextAudioFrame: no more video frames in input"
3472 msgstr ""
3474 #: libcore/asobj/NetStream_as.cpp:710
3475 #, c-format
3476 msgid ""
3477 "NetStream_as::decodeNextAudioFrame: %d bytes of encoded audio decoded to %d "
3478 "bytes"
3479 msgstr ""
3481 #: libcore/asobj/NetStream_as.cpp:731
3482 #, c-format
3483 msgid "NetStream_as::seek(%d): no parser, no party"
3484 msgstr ""
3486 #: libcore/asobj/NetStream_as.cpp:751
3487 msgid "Setting invalidTime status"
3488 msgstr ""
3490 #: libcore/asobj/NetStream_as.cpp:758
3491 #, c-format
3492 msgid "_parser->seek(%d) returned %d"
3493 msgstr ""
3495 #: libcore/asobj/NetStream_as.cpp:765
3496 #, c-format
3497 msgid "%p.seek: playHead position set to %d"
3498 msgstr ""
3500 #: libcore/asobj/NetStream_as.cpp:803
3501 #, c-format
3502 msgid ""
3503 "%p.refreshAudioBuffer: doing nothing as playhead is paused - bufferLength=%d/"
3504 "%d"
3505 msgstr ""
3507 #: libcore/asobj/NetStream_as.cpp:812
3508 #, c-format
3509 msgid ""
3510 "%p.refreshAudioBuffer: doing nothing as current position was already decoded "
3511 "- bufferLength=%d/%d"
3512 msgstr ""
3514 #: libcore/asobj/NetStream_as.cpp:824
3515 #, c-format
3516 msgid ""
3517 "%p.refreshAudioBuffer: currentPosition=%d, playHeadState=%d, bufferLength="
3518 "%d, bufferTime=%d"
3519 msgstr ""
3521 #: libcore/asobj/NetStream_as.cpp:962
3522 #, c-format
3523 msgid "%p.pushDecodedAudioFrames(%d) : buffer overrun (%d/%d)."
3524 msgstr ""
3526 #: libcore/asobj/NetStream_as.cpp:978
3527 #, c-format
3528 msgid ""
3529 "%p.pushDecodedAudioFrames(%d): no more audio frames in input "
3530 "(nextAudioFrameTimestamp returned false, parsingComplete=%d)"
3531 msgstr ""
3533 #: libcore/asobj/NetStream_as.cpp:989
3534 msgid ""
3535 "pushDecodedAudioFrames setting playStop status (parsing complete and "
3536 "nextAudioFrameTimestamp returned false)"
3537 msgstr ""
3539 #: libcore/asobj/NetStream_as.cpp:1002
3540 #, c-format
3541 msgid "%p.pushDecodedAudioFrames(%d): next audio frame is in the future (%d)"
3542 msgstr ""
3544 #: libcore/asobj/NetStream_as.cpp:1015
3545 #, c-format
3546 msgid ""
3547 "nextAudioFrameTimestamp returned true (%d), but decodeNextAudioFrame "
3548 "returned null, I don't think this should ever happen"
3549 msgstr ""
3551 #: libcore/asobj/NetStream_as.cpp:1024
3552 #, c-format
3553 msgid "pushDecodedAudioFrames(%d): Decoded audio frame contains no samples"
3554 msgstr ""
3556 #: libcore/asobj/NetStream_as.cpp:1033
3557 #, c-format
3558 msgid "pushDecodedAudioFrames(%d) pushing %dth frame with timestamp %d"
3559 msgstr ""
3561 #: libcore/asobj/NetStream_as.cpp:1051
3562 msgid "resuming playback clock on audio consume"
3563 msgstr ""
3565 #: libcore/asobj/NetStream_as.cpp:1116
3566 #, c-format
3567 msgid ""
3568 "%p.refreshVideoFrame: doing nothing as playhead is paused - bufferLength=%d, "
3569 "bufferTime=%d"
3570 msgstr ""
3572 #: libcore/asobj/NetStream_as.cpp:1126
3573 #, c-format
3574 msgid ""
3575 "%p.refreshVideoFrame: doing nothing as current position was already decoded "
3576 "- bufferLength=%d, bufferTime=%d"
3577 msgstr ""
3579 #: libcore/asobj/NetStream_as.cpp:1138
3580 #, c-format
3581 msgid ""
3582 "%p.refreshVideoFrame: currentPosition=%d, playHeadState=%d, bufferLength=%d, "
3583 "bufferTime=%d"
3584 msgstr ""
3586 #: libcore/asobj/NetStream_as.cpp:1152
3587 #, c-format
3588 msgid ""
3589 "%p.refreshVideoFrame(): no more video frames to decode (DEC_STOPPED, null "
3590 "from getDeodedVideoFrame)"
3591 msgstr ""
3593 #: libcore/asobj/NetStream_as.cpp:1161
3594 #, c-format
3595 msgid ""
3596 "%p.refreshVideoFrame(): last video frame was good enough for current position"
3597 msgstr ""
3599 #: libcore/asobj/NetStream_as.cpp:1238
3600 #, c-format
3601 msgid ""
3602 "%p.advance: buffer empty while decoding, setting buffer to buffering and "
3603 "pausing playback clock"
3604 msgstr ""
3606 #: libcore/asobj/NetStream_as.cpp:1243
3607 msgid "Setting bufferEmpty status"
3608 msgstr ""
3610 #: libcore/asobj/NetStream_as.cpp:1252
3611 #, c-format
3612 msgid "%p.advance : bufferLength=%d, parsing completed"
3613 msgstr ""
3615 #: libcore/asobj/NetStream_as.cpp:1264
3616 #, c-format
3617 msgid "%p.advance: buffering - position=%d, buffer=%d/%d"
3618 msgstr ""
3620 #: libcore/asobj/NetStream_as.cpp:1283
3621 #, c-format
3622 msgid ""
3623 "%p.advance: buffer full (or parsing completed), resuming playback clock - "
3624 "position=%d, buffer=%d/%d"
3625 msgstr ""
3627 #: libcore/asobj/NetStream_as.cpp:1304
3628 #, c-format
3629 msgid "%p.advance: playHead position set to timestamp of first frame: %d"
3630 msgstr ""
3632 #: libcore/asobj/NetStream_as.cpp:1311
3633 #, c-format
3634 msgid ""
3635 "%p.advance: playHead position is 0 and parser still doesn't have a frame to "
3636 "set it to"
3637 msgstr ""
3639 #: libcore/asobj/NetStream_as.cpp:1351
3640 #, c-format
3641 msgid ""
3642 "Moving NetStream playhead from timestamp %d to timestamp %d as there are no "
3643 "video frames yet, audio buffer is empty and next audio frame timestamp is "
3644 "there (see bug #26687)"
3645 msgstr ""
3647 #: libcore/asobj/NetStream_as.cpp:1453
3648 msgid "attachAuxStreamer called while already attached"
3649 msgstr ""
3651 #: libcore/asobj/NetStream_as.cpp:1464
3652 #, c-format
3653 msgid "Could not attach NetStream aux streamer to sound handler: %s"
3654 msgstr ""
3656 #: libcore/asobj/NetStream_as.cpp:1603
3657 #, c-format
3658 msgid ""
3659 "First argument to NetStream constructor doesn't cast to a NetConnection (%s)"
3660 msgstr ""
3662 #: libcore/asobj/NetStream_as.cpp:1648
3663 msgid "NetStream_as play needs args"
3664 msgstr ""
3666 #: libcore/asobj/NetStream_as.cpp:1655
3667 #, c-format
3668 msgid "NetStream.play(%s): stream is not connected"
3669 msgstr ""
3671 #: libcore/asobj/NetStream_as.cpp:1704
3672 msgid "NetStream.attachAudio"
3673 msgstr ""
3675 #: libcore/asobj/NetStream_as.cpp:1715
3676 msgid "NetStream.attachVideo"
3677 msgstr ""
3679 #: libcore/asobj/NetStream_as.cpp:1726
3680 msgid "NetStream.publish"
3681 msgstr ""
3683 #: libcore/asobj/NetStream_as.cpp:1737
3684 msgid "NetStream.receiveAudio"
3685 msgstr ""
3687 #: libcore/asobj/NetStream_as.cpp:1748
3688 msgid "NetStream.receiveVideo"
3689 msgstr ""
3691 #: libcore/asobj/NetStream_as.cpp:1759
3692 msgid "NetStream.send"
3693 msgstr ""
3695 #: libcore/asobj/NetStream_as.cpp:1843
3696 msgid "NetStream.liveDelay"
3697 msgstr ""
3699 #: libcore/asobj/NetStream_as.cpp:1900
3700 msgid "Invalid AMF data in FLV tag"
3701 msgstr ""
3703 #: libcore/asobj/NetStream_as.cpp:1911
3704 msgid "Could not convert FLV metatag to as_value, passing undefined"
3705 msgstr ""
3707 #: libcore/asobj/LoadableObject.cpp:176
3708 msgid "XML.addRequestHeader: XML._customHeaders is not an object"
3709 msgstr ""
3711 #: libcore/asobj/LoadableObject.cpp:193
3712 msgid "XML.addRequestHeader requires at least one argument"
3713 msgstr ""
3715 #: libcore/asobj/LoadableObject.cpp:206
3716 msgid "XML.addRequestHeader: single argument is not an array"
3717 msgstr ""
3719 #: libcore/asobj/LoadableObject.cpp:222
3720 #, c-format
3721 msgid "XML.addRequestHeader(%s): arguments after the second will be discarded"
3722 msgstr ""
3724 #: libcore/asobj/LoadableObject.cpp:237
3725 #, c-format
3726 msgid "XML.addRequestHeader(%s): both arguments must be a string"
3727 msgstr ""
3729 #: libcore/asobj/LoadableObject.cpp:304
3730 msgid "sendAndLoad() requires at least two arguments"
3731 msgstr ""
3733 #: libcore/asobj/LoadableObject.cpp:312
3734 msgid "sendAndLoad(): invalid empty URL"
3735 msgstr ""
3737 #: libcore/asobj/LoadableObject.cpp:319
3738 msgid "sendAndLoad(): invalid target (must be an XML or LoadVars object)"
3739 msgstr ""
3741 #: libcore/asobj/LoadableObject.cpp:397
3742 #, c-format
3743 msgid "Loading from URL: '%s'"
3744 msgstr ""
3746 #: libcore/asobj/LoadableObject.cpp:417
3747 msgid "load() requires at least one argument"
3748 msgstr ""
3750 #: libcore/asobj/LoadableObject.cpp:426
3751 msgid "load(): invalid empty URL"
3752 msgstr ""
3754 #: libcore/asobj/Video_as.cpp:114
3755 msgid "attachVideo needs 1 arg"
3756 msgstr ""
3758 #: libcore/asobj/Video_as.cpp:126
3759 #, c-format
3760 msgid "attachVideo(%s) first arg is not a NetStream instance"
3761 msgstr ""
3763 #: libcore/asobj/Video_as.cpp:139
3764 msgid "Video.deblocking"
3765 msgstr ""
3767 #: libcore/asobj/LocalConnection_as.cpp:279
3768 msgid "Attempting to write to disabled LocalConnection!"
3769 msgstr ""
3771 #: libcore/asobj/LocalConnection_as.cpp:288
3772 msgid "Failed to attach shared memory segment"
3773 msgstr ""
3775 #: libcore/asobj/LocalConnection_as.cpp:296
3776 msgid "Failed to get shm lock"
3777 msgstr ""
3779 #: libcore/asobj/LocalConnection_as.cpp:332
3780 msgid "Invalid connection name data"
3781 msgstr ""
3783 #: libcore/asobj/LocalConnection_as.cpp:431
3784 msgid "Failed to get lock on shared memory! Will not remove listener"
3785 msgstr ""
3787 #: libcore/asobj/LocalConnection_as.cpp:461
3788 msgid "Failed to open shared memory segment"
3789 msgstr ""
3791 #: libcore/asobj/LocalConnection_as.cpp:534
3792 msgid "LocalConnection.connect() expects exactly 1 argument"
3793 msgstr ""
3795 #: libcore/asobj/LocalConnection_as.cpp:542
3796 msgid "LocalConnection.connect(): first argument must be a string"
3797 msgstr ""
3799 #: libcore/asobj/LocalConnection_as.cpp:587
3800 #: libcore/asobj/LocalConnection_as.cpp:599
3801 #: libcore/asobj/LocalConnection_as.cpp:612
3802 #, c-format
3803 msgid "LocalConnection.send(%s): requires at least 2 arguments"
3804 msgstr ""
3806 #: libcore/asobj/LocalConnection_as.cpp:783
3807 msgid "No space for listener in shared memory!"
3808 msgstr ""
3810 #: libcore/asobj/LocalConnection_as.cpp:844
3811 #, c-format
3812 msgid "Invalid domain %s"
3813 msgstr ""
3815 #: libcore/asobj/LocalConnection_as.cpp:851
3816 #, c-format
3817 msgid "Invalid function name %s"
3818 msgstr ""
3820 #: libcore/asobj/LocalConnection_as.cpp:877
3821 msgid "Fewer AMF fields than expected."
3822 msgstr ""
3824 #: libcore/asobj/Camera_as.cpp:259
3825 msgid "No MediaHandler exists! Cannot create a Camera object"
3826 msgstr ""
3828 #: libcore/asobj/Camera_as.cpp:312
3829 msgid "Camera::motionLevel can be set, but it's not implemented"
3830 msgstr ""
3832 #: libcore/asobj/Camera_as.cpp:331
3833 msgid "Camera::quality can be set, but it's not implemented"
3834 msgstr ""
3836 #: libcore/asobj/Camera_as.cpp:353
3837 msgid "Camera::activityLevel only has default value"
3838 msgstr ""
3840 #: libcore/asobj/Camera_as.cpp:358
3841 msgid "Attempt to set activity property of Camera"
3842 msgstr ""
3844 #: libcore/asobj/Camera_as.cpp:370
3845 msgid "Camera::bandwidth only has default value"
3846 msgstr ""
3848 #: libcore/asobj/Camera_as.cpp:375
3849 msgid "Attempt to set bandwidth property of Camera"
3850 msgstr ""
3852 #: libcore/asobj/Camera_as.cpp:391
3853 msgid "Attempt to set currentFPS property of Camera"
3854 msgstr ""
3856 #: libcore/asobj/Camera_as.cpp:407
3857 msgid "Attempt to set fps property of Camera"
3858 msgstr ""
3860 #: libcore/asobj/Camera_as.cpp:423
3861 msgid "Attempt to set height property of Camera, use setMode"
3862 msgstr ""
3864 #: libcore/asobj/Camera_as.cpp:446
3865 msgid "Attempt to set index property of Camera"
3866 msgstr ""
3868 #: libcore/asobj/Camera_as.cpp:458
3869 msgid "Camera::motionLevel only has default value"
3870 msgstr ""
3872 #: libcore/asobj/Camera_as.cpp:463
3873 msgid "Attempt to set motionLevel property of Camera"
3874 msgstr ""
3876 #: libcore/asobj/Camera_as.cpp:475
3877 msgid "Camera::motionTimeout"
3878 msgstr ""
3880 #: libcore/asobj/Camera_as.cpp:480
3881 msgid "Attempt to set motionTimeout property of Camera"
3882 msgstr ""
3884 #: libcore/asobj/Camera_as.cpp:492
3885 msgid "Camera.muted"
3886 msgstr ""
3888 #: libcore/asobj/Camera_as.cpp:497
3889 msgid "Attempt to set muted property of Camera"
3890 msgstr ""
3892 #: libcore/asobj/Camera_as.cpp:513
3893 msgid "Attempt to set name property of Camera"
3894 msgstr ""
3896 #: libcore/asobj/Camera_as.cpp:524
3897 msgid "Attempt to set names property of Camera"
3898 msgstr ""
3900 #: libcore/asobj/Camera_as.cpp:554
3901 msgid "Camera::quality has only default values"
3902 msgstr ""
3904 #: libcore/asobj/Camera_as.cpp:559
3905 msgid "Attempt to set quality property of Camera"
3906 msgstr ""
3908 #: libcore/asobj/Camera_as.cpp:587
3909 msgid "Camera.setCursor"
3910 msgstr ""
3912 #: libcore/asobj/Camera_as.cpp:594
3913 msgid "Camera.setKeyFrameInterval"
3914 msgstr ""
3916 #: libcore/asobj/Camera_as.cpp:608
3917 msgid "Attempt to set width property of Camera, use setMode"
3918 msgstr ""
3920 #: libcore/asobj/SharedObject_as.cpp:163
3921 #, c-format
3922 msgid "Problems serializing an object's member %s=%s"
3923 msgstr ""
3925 #: libcore/asobj/SharedObject_as.cpp:323
3926 #, c-format
3927 msgid ""
3928 "SharedObject.flush() called with a minimum disk space argument (%d), which "
3929 "is currently ignored"
3930 msgstr ""
3932 #: libcore/asobj/SharedObject_as.cpp:331
3933 #, c-format
3934 msgid "Couldn't create dir for flushing SharedObject %s"
3935 msgstr ""
3937 #: libcore/asobj/SharedObject_as.cpp:344
3938 #, c-format
3939 msgid ""
3940 "Attempting to write object %s when it's SOL Read Only is set! Refusing..."
3941 msgstr ""
3943 #: libcore/asobj/SharedObject_as.cpp:352
3944 #, c-format
3945 msgid "SharedObject::flush(): Failed opening file '%s' in binary mode"
3946 msgstr ""
3948 #: libcore/asobj/SharedObject_as.cpp:371
3949 msgid "Error writing SOL header"
3950 msgstr ""
3952 #: libcore/asobj/SharedObject_as.cpp:378
3953 #, c-format
3954 msgid "Error writing %d bytes to output file %s"
3955 msgstr ""
3957 #: libcore/asobj/SharedObject_as.cpp:384
3958 #, c-format
3959 msgid "SharedObject '%s' written to filesystem."
3960 msgstr ""
3962 #: libcore/asobj/SharedObject_as.cpp:493
3963 msgid "Attempting to open SOL file from non localhost-loaded SWF"
3964 msgstr ""
3966 #: libcore/asobj/SharedObject_as.cpp:521
3967 #, c-format
3968 msgid ""
3969 "SharedObject path %s is outside the SWF domain %s. Cannot access this object."
3970 msgstr ""
3972 #: libcore/asobj/SharedObject_as.cpp:534
3973 #, c-format
3974 msgid ""
3975 "SharedObject path %s is not part of the SWF path %s. Cannot access this "
3976 "object."
3977 msgstr ""
3979 #: libcore/asobj/SharedObject_as.cpp:703
3980 msgid "SharedObject.connect(): needs at least one argument"
3981 msgstr ""
3983 #: libcore/asobj/SharedObject_as.cpp:709
3984 msgid "SharedObject.connect()"
3985 msgstr ""
3987 #: libcore/asobj/SharedObject_as.cpp:730
3988 msgid "SharedObject.setFps"
3989 msgstr ""
3991 #: libcore/asobj/SharedObject_as.cpp:739
3992 msgid "SharedObject.send"
3993 msgstr ""
3995 #: libcore/asobj/SharedObject_as.cpp:756
3996 #, c-format
3997 msgid "Arguments to SharedObject.flush(%s) will be ignored"
3998 msgstr ""
4000 #: libcore/asobj/SharedObject_as.cpp:787
4001 #, c-format
4002 msgid "SharedObject.getLocal(%s): missing object name"
4003 msgstr ""
4005 #: libcore/asobj/SharedObject_as.cpp:813
4006 msgid "SharedObject.getRemote()"
4007 msgstr ""
4009 #: libcore/asobj/SharedObject_as.cpp:828
4010 msgid "SharedObject.deleteAll()"
4011 msgstr ""
4013 #: libcore/asobj/SharedObject_as.cpp:843
4014 msgid "SharedObject.getDiskUsage()"
4015 msgstr ""
4017 #: libcore/asobj/SharedObject_as.cpp:904
4018 #, c-format
4019 msgid "readSOL: SOL file %s is too short (only %s bytes long) to be valid."
4020 msgstr ""
4022 #: libcore/asobj/SharedObject_as.cpp:929
4023 msgid "readSOL: file ends before data segment"
4024 msgstr ""
4026 #: libcore/asobj/SharedObject_as.cpp:942
4027 msgid "SharedObject: end of buffer while reading length"
4028 msgstr ""
4030 #: libcore/asobj/SharedObject_as.cpp:951
4031 msgid "readSOL: empty property name"
4032 msgstr ""
4034 #: libcore/asobj/SharedObject_as.cpp:956
4035 msgid "SharedObject::readSOL: premature end of input"
4036 msgstr ""
4038 #: libcore/asobj/SharedObject_as.cpp:967
4039 #, c-format
4040 msgid "SharedObject: error parsing SharedObject '%s'"
4041 msgstr ""
4043 #: libcore/asobj/SharedObject_as.cpp:986
4044 #, c-format
4045 msgid "readSOL: Reading SharedObject %s: %s"
4046 msgstr ""
4048 #: libcore/asobj/MovieClip_as.cpp:297
4049 #, c-format
4050 msgid "createEmptyMovieClip needs 2 args, but %d given, returning undefined"
4051 msgstr ""
4053 #: libcore/asobj/MovieClip_as.cpp:305
4054 #, c-format
4055 msgid "createEmptyMovieClip takes 2 args, but %d given, discarding the excess"
4056 msgstr ""
4058 #: libcore/asobj/MovieClip_as.cpp:363
4059 msgid "MovieClip.cacheAsBitmap()"
4060 msgstr ""
4062 #: libcore/asobj/MovieClip_as.cpp:375
4063 msgid "MovieClip.filters()"
4064 msgstr ""
4066 #: libcore/asobj/MovieClip_as.cpp:394
4067 msgid "MovieClip.forceSmoothing()"
4068 msgstr ""
4070 #: libcore/asobj/MovieClip_as.cpp:404
4071 msgid "MovieClip.opaqueBackground()"
4072 msgstr ""
4074 #: libcore/asobj/MovieClip_as.cpp:414
4075 msgid "MovieClip.scale9Grid()"
4076 msgstr ""
4078 #: libcore/asobj/MovieClip_as.cpp:424
4079 msgid "MovieClip.scrollRect()"
4080 msgstr ""
4082 #: libcore/asobj/MovieClip_as.cpp:434
4083 msgid "MovieClip.tabIndex()"
4084 msgstr ""
4086 #: libcore/asobj/MovieClip_as.cpp:449
4087 #, c-format
4088 msgid ""
4089 "attachMovie called with wrong number of arguments expected 3 to 4, got (%d) "
4090 "- returning undefined"
4091 msgstr ""
4093 #: libcore/asobj/MovieClip_as.cpp:464
4094 #, c-format
4095 msgid ""
4096 "attachMovie: exported resource '%s' is not a DisplayObject definition. "
4097 "Returning undefined"
4098 msgstr ""
4100 #: libcore/asobj/MovieClip_as.cpp:484
4101 #, c-format
4102 msgid "MovieClip.attachMovie: invalid depth %d passed; not attaching"
4103 msgstr ""
4105 #: libcore/asobj/MovieClip_as.cpp:509
4106 #, c-format
4107 msgid ""
4108 "Fourth argument of attachMovie doesn't cast to an object (%s), we'll act as "
4109 "if it wasn't given"
4110 msgstr ""
4112 #: libcore/asobj/MovieClip_as.cpp:531
4113 #, c-format
4114 msgid "MovieClip.attachAudio(): %s"
4115 msgstr ""
4117 #: libcore/asobj/MovieClip_as.cpp:532
4118 #: libcore/asobj/flash/geom/Point_as.cpp:427
4119 #: libcore/asobj/flash/geom/Point_as.cpp:511
4120 #: libcore/asobj/flash/geom/Point_as.cpp:596
4121 #: libcore/asobj/flash/geom/Point_as.cpp:604
4122 #: libcore/asobj/flash/geom/Rectangle_as.cpp:154
4123 msgid "missing arguments"
4124 msgstr ""
4126 #: libcore/asobj/MovieClip_as.cpp:541
4127 #, c-format
4128 msgid "MovieClip.attachAudio(%s): first arg doesn't cast to a NetStream"
4129 msgstr ""
4131 #: libcore/asobj/MovieClip_as.cpp:559
4132 msgid "MovieClip.attachVideo()"
4133 msgstr ""
4135 #: libcore/asobj/MovieClip_as.cpp:584
4136 #, c-format
4137 msgid "%s.swapDepths() needs one arg"
4138 msgstr ""
4140 #: libcore/asobj/MovieClip_as.cpp:595
4141 #, c-format
4142 msgid "%s.swapDepths(%s): won't swap a clip below depth %d (%d)"
4143 msgstr ""
4145 #: libcore/asobj/MovieClip_as.cpp:613
4146 #, c-format
4147 msgid "%s.swapDepths(%s): invalid call, swapping to self?"
4148 msgstr ""
4150 #: libcore/asobj/MovieClip_as.cpp:625
4151 #, c-format
4152 msgid ""
4153 "%s.swapDepths(%s): invalid call, the two DisplayObjects don't have the same "
4154 "parent"
4155 msgstr ""
4157 #: libcore/asobj/MovieClip_as.cpp:642
4158 #, c-format
4159 msgid ""
4160 "%s.swapDepths(%s): ignored, source and target DisplayObjects have the same "
4161 "depth %d"
4162 msgstr ""
4164 #: libcore/asobj/MovieClip_as.cpp:657
4165 #, c-format
4166 msgid ""
4167 "%s.swapDepths(%s): first argument invalid (neither a movieclip nor a number)"
4168 msgstr ""
4170 #: libcore/asobj/MovieClip_as.cpp:666
4171 #, c-format
4172 msgid "%s.swapDepths(%s): requested depth is above the accessible range."
4173 msgstr ""
4175 #: libcore/asobj/MovieClip_as.cpp:682
4176 #, c-format
4177 msgid "%s.swapDepths(%s): ignored, DisplayObject already at depth %d"
4178 msgstr ""
4180 #: libcore/asobj/MovieClip_as.cpp:716
4181 msgid "MovieClip.duplicateMovieClip() needs 2 or 3 args"
4182 msgstr ""
4184 #: libcore/asobj/MovieClip_as.cpp:732
4185 #, c-format
4186 msgid "MovieClip.duplicateMovieClip: invalid depth %d passed; not duplicating"
4187 msgstr ""
4189 #: libcore/asobj/MovieClip_as.cpp:764
4190 msgid "movieclip_goto_and_play needs one arg"
4191 msgstr ""
4193 #: libcore/asobj/MovieClip_as.cpp:774
4194 #, c-format
4195 msgid "movieclip_goto_and_play('%s') -- invalid frame"
4196 msgstr ""
4198 #: libcore/asobj/MovieClip_as.cpp:794
4199 msgid "movieclip_goto_and_stop needs one arg"
4200 msgstr ""
4202 #: libcore/asobj/MovieClip_as.cpp:804
4203 #, c-format
4204 msgid "movieclip_goto_and_stop('%s') -- invalid frame"
4205 msgstr ""
4207 #: libcore/asobj/MovieClip_as.cpp:879
4208 #, c-format
4209 msgid ""
4210 "MovieClip.loadMovie() expected 1 or 2 args, got %d - returning undefined"
4211 msgstr ""
4213 #: libcore/asobj/MovieClip_as.cpp:891
4214 #, c-format
4215 msgid ""
4216 "First argument of MovieClip.loadMovie(%s) evaluates to an empty string - "
4217 "returning undefined"
4218 msgstr ""
4220 #: libcore/asobj/MovieClip_as.cpp:941
4221 #, c-format
4222 msgid ""
4223 "MovieClip.loadVariables() expected 1 or 2 args, got %d - returning undefined"
4224 msgstr ""
4226 #: libcore/asobj/MovieClip_as.cpp:953
4227 #, c-format
4228 msgid ""
4229 "First argument passed to MovieClip.loadVariables(%s) evaluates to an empty "
4230 "string - returning undefined"
4231 msgstr ""
4233 #: libcore/asobj/MovieClip_as.cpp:995
4234 #, c-format
4235 msgid "Can't find hitTest target %s"
4236 msgstr ""
4238 #: libcore/asobj/MovieClip_as.cpp:1037
4239 #, c-format
4240 msgid "hitTest() called with %u args"
4241 msgstr ""
4243 #: libcore/asobj/MovieClip_as.cpp:1066
4244 msgid "MovieClip.getInstanceAtDepth(): missing or undefined depth argument"
4245 msgstr ""
4247 #: libcore/asobj/MovieClip_as.cpp:1108
4248 msgid "No arguments passed to MovieClip.getURL()"
4249 msgstr ""
4251 #: libcore/asobj/MovieClip_as.cpp:1117
4252 #, c-format
4253 msgid "MovieClip.getURL(%s): extra arguments dropped"
4254 msgstr ""
4256 #: libcore/asobj/MovieClip_as.cpp:1196
4257 msgid ""
4258 "MovieClip.getTextSnapshot: failed to construct TextSnapshot (object probably "
4259 "overridden)"
4260 msgstr ""
4262 #: libcore/asobj/MovieClip_as.cpp:1226
4263 #, c-format
4264 msgid ""
4265 "MovieClip.getBounds(%s): invalid call, first arg must be a DisplayObject"
4266 msgstr ""
4268 #: libcore/asobj/MovieClip_as.cpp:1274
4269 msgid "MovieClip.globalToLocal() takes one arg"
4270 msgstr ""
4272 #: libcore/asobj/MovieClip_as.cpp:1282
4273 #, c-format
4274 msgid "MovieClip.globalToLocal(%s): first argument doesn't cast to an object"
4275 msgstr ""
4277 #: libcore/asobj/MovieClip_as.cpp:1296
4278 #, c-format
4279 msgid ""
4280 "MovieClip.globalToLocal(%s): object parameter doesn't have an 'x' member"
4281 msgstr ""
4283 #: libcore/asobj/MovieClip_as.cpp:1307
4284 #, c-format
4285 msgid ""
4286 "MovieClip.globalToLocal(%s): object parameter doesn't have an 'y' member"
4287 msgstr ""
4289 #: libcore/asobj/MovieClip_as.cpp:1335
4290 msgid "MovieClip.localToGlobal() takes one arg"
4291 msgstr ""
4293 #: libcore/asobj/MovieClip_as.cpp:1343
4294 #, c-format
4295 msgid "MovieClip.localToGlobal(%s): first argument doesn't cast to an object"
4296 msgstr ""
4298 #: libcore/asobj/MovieClip_as.cpp:1356
4299 #, c-format
4300 msgid ""
4301 "MovieClip.localToGlobal(%s): object parameter doesn't have an 'x' member"
4302 msgstr ""
4304 #: libcore/asobj/MovieClip_as.cpp:1367
4305 #, c-format
4306 msgid ""
4307 "MovieClip.localToGlobal(%s): object parameter doesn't have an 'y' member"
4308 msgstr ""
4310 #: libcore/asobj/MovieClip_as.cpp:1396
4311 #, c-format
4312 msgid "%s.setMask() : needs an argument"
4313 msgstr ""
4315 #: libcore/asobj/MovieClip_as.cpp:1415
4316 #, c-format
4317 msgid "%s.setMask(%s) : first argument is not a DisplayObject"
4318 msgstr ""
4320 #: libcore/asobj/MovieClip_as.cpp:1445
4321 msgid "MovieClip.lineTo() needs at least two arguments"
4322 msgstr ""
4324 #: libcore/asobj/MovieClip_as.cpp:1471
4325 msgid "MovieClip.moveTo() takes two args"
4326 msgstr ""
4328 #: libcore/asobj/MovieClip_as.cpp:1522
4329 #, c-format
4330 msgid "MovieClip.lineStyle(%s): args after the first three will be discarded"
4331 msgstr ""
4333 #: libcore/asobj/MovieClip_as.cpp:1542
4334 #, c-format
4335 msgid ""
4336 "MovieClip.lineStyle(%s): invalid joinStylevalue '%s' (valid values: %s|%s|%s)"
4337 msgstr ""
4339 #: libcore/asobj/MovieClip_as.cpp:1558
4340 #, c-format
4341 msgid ""
4342 "MovieClip.lineStyle(%s): invalid capStyle value '%s' (valid values: none|"
4343 "round|square)"
4344 msgstr ""
4346 #: libcore/asobj/MovieClip_as.cpp:1583
4347 #, c-format
4348 msgid ""
4349 "MovieClip.lineStyle(%s): invalid noScale value '%s' (valid values: %s|%s|%s|"
4350 "%s)"
4351 msgstr ""
4353 #: libcore/asobj/MovieClip_as.cpp:1631
4354 msgid "MovieClip.curveTo() takes four args"
4355 msgstr ""
4357 #: libcore/asobj/MovieClip_as.cpp:1672
4358 msgid "beginFill() with no args is a no-op"
4359 msgstr ""
4361 #: libcore/asobj/MovieClip_as.cpp:1716
4362 #, c-format
4363 msgid "%s.beginGradientFill(%s): invalid call: 5 arguments needed"
4364 msgstr ""
4366 #: libcore/asobj/MovieClip_as.cpp:1727
4367 #, c-format
4368 msgid "%s.beginGradientFill(%s): extra arguments invalidate call!"
4369 msgstr ""
4371 #: libcore/asobj/MovieClip_as.cpp:1747
4372 #, c-format
4373 msgid ""
4374 "%s.beginGradientFill(%s): first arg must be 'radial', 'focal', or 'linear'"
4375 msgstr ""
4377 #: libcore/asobj/MovieClip_as.cpp:1763
4378 #, c-format
4379 msgid ""
4380 "%s.beginGradientFill(%s): one or more of the args from 2nd to 5th don't cast "
4381 "to objects"
4382 msgstr ""
4384 #: libcore/asobj/MovieClip_as.cpp:1777
4385 #, c-format
4386 msgid ""
4387 "%s.beginGradientFill(%s): colors, alphas and ratios args don't have same "
4388 "length"
4389 msgstr ""
4391 #: libcore/asobj/MovieClip_as.cpp:1929
4392 #, c-format
4393 msgid "min/max bbox values in MovieClip.startDrag(%s) swapped, fixing"
4394 msgstr ""
4396 #: libcore/asobj/MovieClip_as.cpp:1934
4397 #, c-format
4398 msgid "non-finite bbox values in MovieClip.startDrag(%s), took as zero"
4399 msgstr ""
4401 #: libcore/asobj/MovieClip_as.cpp:2078
4402 msgid "Failed to construct flash.geom.Transform!"
4403 msgstr ""
4405 #: libcore/asobj/MovieClip_as.cpp:2096
4406 msgid "MovieClip.beginMeshFill"
4407 msgstr ""
4409 #: libcore/asobj/System_as.cpp:310
4410 msgid "System.security.allowDomain"
4411 msgstr ""
4413 #: libcore/asobj/System_as.cpp:321
4414 msgid "System.security.allowInsecureDomain"
4415 msgstr ""
4417 #: libcore/asobj/System_as.cpp:329
4418 msgid "System.security.loadPolicyFile"
4419 msgstr ""
4421 #: libcore/asobj/System_as.cpp:350
4422 msgid "System.showSettings"
4423 msgstr ""
4425 #: libcore/asobj/System_as.cpp:367
4426 msgid "System.exactSettings"
4427 msgstr ""
4429 #: libcore/asobj/System_as.cpp:385
4430 msgid "System.useCodepage"
4431 msgstr ""
4433 #: libcore/asobj/Function_as.cpp:105
4434 msgid "Function.apply() called with no args"
4435 msgstr ""
4437 #: libcore/asobj/Function_as.cpp:129
4438 #, c-format
4439 msgid ""
4440 "Function.apply() got %d args, expected at most 2 -- discarding the ones in "
4441 "excess"
4442 msgstr ""
4444 #: libcore/asobj/Global_as.cpp:100
4445 #, c-format
4446 msgid "%s needs one argument"
4447 msgstr ""
4449 #: libcore/asobj/Global_as.cpp:106
4450 #, c-format
4451 msgid "%s has more than one argument"
4452 msgstr ""
4454 #: libcore/asobj/Global_as.cpp:323
4455 msgid "Extensions enabled, scanning plugin dir for load"
4456 msgstr ""
4458 #: libcore/asobj/Global_as.cpp:328
4459 msgid "Extensions disabled"
4460 msgstr ""
4462 #: libcore/asobj/Global_as.cpp:493
4463 #, c-format
4464 msgid "%s needs at least one argument"
4465 msgstr ""
4467 #: libcore/asobj/Global_as.cpp:500
4468 #, c-format
4469 msgid "%s has more than two arguments"
4470 msgstr ""
4472 #: libcore/asobj/Global_as.cpp:594
4473 #, c-format
4474 msgid "%s needs at least three arguments"
4475 msgstr ""
4477 #: libcore/asobj/Global_as.cpp:601
4478 #, c-format
4479 msgid "%s has more than four arguments"
4480 msgstr ""
4482 #: libcore/asobj/Global_as.cpp:609
4483 #, c-format
4484 msgid "Invalid call to ASSetPropFlags: first argument is not an object: %s"
4485 msgstr ""
4487 #: libcore/asobj/Global_as.cpp:657 libcore/asobj/Global_as.cpp:700
4488 #, c-format
4489 msgid "ASNative(%s): needs at least two arguments"
4490 msgstr ""
4492 #: libcore/asobj/Global_as.cpp:669
4493 #, c-format
4494 msgid "ASconstructor(%s): args must be 0 or above"
4495 msgstr ""
4497 #: libcore/asobj/Global_as.cpp:712
4498 #, c-format
4499 msgid "ASnative(%s): args must be 0 or above"
4500 msgstr ""
4502 #: libcore/asobj/Global_as.cpp:734
4503 msgid "ASNative (2, 0) - old ASnew"
4504 msgstr ""
4506 #: libcore/asobj/Global_as.cpp:884
4507 msgid "updateAfterEvent()"
4508 msgstr ""
4510 #: libcore/asobj/Global_as.cpp:946
4511 #, c-format
4512 msgid "Invalid call to setInterval(%s) - need at least 2 arguments"
4513 msgstr ""
4515 #: libcore/asobj/Global_as.cpp:960 libcore/asobj/Global_as.cpp:1032
4516 #, c-format
4517 msgid ""
4518 "Invalid call to setInterval(%s) - first argument is not an object or function"
4519 msgstr ""
4521 #: libcore/asobj/Global_as.cpp:980
4522 #, c-format
4523 msgid "Invalid call to setInterval(%s) - missing timeout argument"
4524 msgstr ""
4526 #: libcore/asobj/Global_as.cpp:1019
4527 #, c-format
4528 msgid "Invalid call to setTimeout(%s) - need at least 2 arguments"
4529 msgstr ""
4531 #: libcore/asobj/Global_as.cpp:1052
4532 #, c-format
4533 msgid "Invalid call to setTimeout(%s): missing timeout argument"
4534 msgstr ""
4536 #: libcore/asobj/Global_as.cpp:1088
4537 msgid "clearInterval requires one argument, got none"
4538 msgstr ""
4540 #: libcore/asobj/Global_as.cpp:1102
4541 msgid "_global.showRedrawRegions"
4542 msgstr ""
4544 #: libcore/asobj/Global_as.cpp:1109
4545 msgid "_global.enableDebugConsole"
4546 msgstr ""
4548 #: libcore/asobj/flash/net/FileReferenceList_as.cpp:91
4549 #, c-format
4550 msgid "FileReferenceList(%s): %s"
4551 msgstr ""
4553 #: libcore/asobj/flash/net/FileReferenceList_as.cpp:92
4554 #: libcore/asobj/flash/net/FileReference_as.cpp:160
4555 #: libcore/asobj/flash/geom/Transform_as.cpp:357
4556 msgid "arguments discarded"
4557 msgstr ""
4559 #: libcore/asobj/flash/net/FileReference_as.cpp:159
4560 #, c-format
4561 msgid "FileReference(%s): %s"
4562 msgstr ""
4564 #: libcore/asobj/flash/geom/ColorTransform_as.cpp:365
4565 #, c-format
4566 msgid ""
4567 "ColorTransform(%s): not enough arguments (need 8). Constructing with default "
4568 "values"
4569 msgstr ""
4571 #: libcore/asobj/flash/geom/ColorTransform_as.cpp:380
4572 #, c-format
4573 msgid "ColorTransform(%s): discarding extra arguments"
4574 msgstr ""
4576 #: libcore/asobj/flash/geom/Matrix_as.cpp:184
4577 #, c-format
4578 msgid "Matrix.concat(%s): needs one argument"
4579 msgstr ""
4581 #: libcore/asobj/flash/geom/Matrix_as.cpp:198
4582 #, c-format
4583 msgid "Matrix.concat(%s): needs a Matrix object"
4584 msgstr ""
4586 #: libcore/asobj/flash/geom/Matrix_as.cpp:255
4587 #, c-format
4588 msgid "Matrix.createBox(%s): needs at least two arguments"
4589 msgstr ""
4591 #: libcore/asobj/flash/geom/Matrix_as.cpp:314
4592 #, c-format
4593 msgid "Matrix.createGradientBox(%s): needs at least two arguments"
4594 msgstr ""
4596 #: libcore/asobj/flash/geom/Matrix_as.cpp:388
4597 #, c-format
4598 msgid "Matrix.deltaTransformPoint(%s): needs one argument"
4599 msgstr ""
4601 #: libcore/asobj/flash/geom/Matrix_as.cpp:402
4602 #, c-format
4603 msgid "Matrix.deltaTransformPoint(%s): needs an object"
4604 msgstr ""
4606 #: libcore/asobj/flash/geom/Matrix_as.cpp:421
4607 #: libcore/asobj/flash/geom/Matrix_as.cpp:747
4608 #: libcore/asobj/flash/geom/Rectangle_as.cpp:471
4609 #: libcore/asobj/flash/geom/Rectangle_as.cpp:545
4610 #: libcore/asobj/flash/geom/Rectangle_as.cpp:603
4611 msgid "Failed to construct flash.geom.Point!"
4612 msgstr ""
4614 #: libcore/asobj/flash/geom/Matrix_as.cpp:523
4615 #, c-format
4616 msgid "Matrix.rotate(%s): needs one argument"
4617 msgstr ""
4619 #: libcore/asobj/flash/geom/Matrix_as.cpp:599
4620 #: libcore/asobj/flash/geom/Matrix_as.cpp:770
4621 #, c-format
4622 msgid "Matrix.translate(%s): needs two arguments"
4623 msgstr ""
4625 #: libcore/asobj/flash/geom/Matrix_as.cpp:704
4626 #, c-format
4627 msgid "Matrix.translate(%s): needs one argument"
4628 msgstr ""
4630 #: libcore/asobj/flash/geom/Matrix_as.cpp:717
4631 #, c-format
4632 msgid "Matrix.transformPoint(%s): needs an object"
4633 msgstr ""
4635 #: libcore/asobj/flash/geom/Matrix_as.cpp:729
4636 #, c-format
4637 msgid "Matrix.transformPoint(%s): object must be a Point"
4638 msgstr ""
4640 #: libcore/asobj/flash/geom/Point_as.cpp:119
4641 #: libcore/asobj/flash/geom/Point_as.cpp:190
4642 #: libcore/asobj/flash/geom/Point_as.cpp:238
4643 #: libcore/asobj/flash/geom/Point_as.cpp:323
4644 #, c-format
4645 msgid "%s: missing arguments"
4646 msgstr ""
4648 #: libcore/asobj/flash/geom/Point_as.cpp:128
4649 #: libcore/asobj/flash/geom/Point_as.cpp:138
4650 #: libcore/asobj/flash/geom/Point_as.cpp:148
4651 #: libcore/asobj/flash/geom/Point_as.cpp:156
4652 #: libcore/asobj/flash/geom/Point_as.cpp:332
4653 #: libcore/asobj/flash/geom/Point_as.cpp:342
4654 #: libcore/asobj/flash/geom/Point_as.cpp:352
4655 #: libcore/asobj/flash/geom/Point_as.cpp:360
4656 #, c-format
4657 msgid "Point.add(%s): %s"
4658 msgstr ""
4660 #: libcore/asobj/flash/geom/Point_as.cpp:129
4661 #: libcore/asobj/flash/geom/Point_as.cpp:249
4662 #: libcore/asobj/flash/geom/Point_as.cpp:333
4663 msgid "arguments after first discarded"
4664 msgstr ""
4666 #: libcore/asobj/flash/geom/Point_as.cpp:139
4667 #: libcore/asobj/flash/geom/Point_as.cpp:343
4668 #: libcore/asobj/flash/geom/Point_as.cpp:532
4669 msgid "first argument doesn't cast to object"
4670 msgstr ""
4672 #: libcore/asobj/flash/geom/Point_as.cpp:149
4673 msgid "first argument cast to object doesn't contain an 'x' member"
4674 msgstr ""
4676 #: libcore/asobj/flash/geom/Point_as.cpp:157
4677 msgid "first argument cast to object doesn't contain an 'y' member"
4678 msgstr ""
4680 #: libcore/asobj/flash/geom/Point_as.cpp:200
4681 #, c-format
4682 msgid "Point.equals(%s): %s"
4683 msgstr ""
4685 #: libcore/asobj/flash/geom/Point_as.cpp:201
4686 #: libcore/asobj/flash/geom/Point_as.cpp:447
4687 msgid "First arg must be an object"
4688 msgstr ""
4690 #: libcore/asobj/flash/geom/Point_as.cpp:211
4691 #: libcore/asobj/flash/geom/Point_as.cpp:457
4692 #, c-format
4693 msgid "Point.equals(%s): %s %s"
4694 msgstr ""
4696 #: libcore/asobj/flash/geom/Point_as.cpp:212
4697 #: libcore/asobj/flash/geom/Point_as.cpp:458
4698 msgid "First arg must be an instance of"
4699 msgstr ""
4701 #: libcore/asobj/flash/geom/Point_as.cpp:248
4702 #, c-format
4703 msgid "Point.normalize(%s): %s"
4704 msgstr ""
4706 #: libcore/asobj/flash/geom/Point_as.cpp:353
4707 msgid "first argument casted to object doesn't contain an 'x' member"
4708 msgstr ""
4710 #: libcore/asobj/flash/geom/Point_as.cpp:361
4711 msgid "first argument casted to object doesn't contain an 'y' member"
4712 msgstr ""
4714 #: libcore/asobj/flash/geom/Point_as.cpp:411
4715 #: libcore/asobj/flash/geom/Rectangle_as.cpp:483
4716 #: libcore/asobj/flash/geom/Rectangle_as.cpp:557
4717 #: libcore/asobj/flash/geom/Rectangle_as.cpp:616
4718 #, c-format
4719 msgid "Attempt to set read-only property %s"
4720 msgstr ""
4722 #: libcore/asobj/flash/geom/Point_as.cpp:426
4723 #: libcore/asobj/flash/geom/Point_as.cpp:436
4724 #: libcore/asobj/flash/geom/Point_as.cpp:446
4725 #, c-format
4726 msgid "Point.distance(%s): %s"
4727 msgstr ""
4729 #: libcore/asobj/flash/geom/Point_as.cpp:437
4730 msgid "arguments after first two discarded"
4731 msgstr ""
4733 #: libcore/asobj/flash/geom/Point_as.cpp:510
4734 #: libcore/asobj/flash/geom/Point_as.cpp:520
4735 #: libcore/asobj/flash/geom/Point_as.cpp:531
4736 #: libcore/asobj/flash/geom/Point_as.cpp:547
4737 #, c-format
4738 msgid "Point.interpolate(%s): %s"
4739 msgstr ""
4741 #: libcore/asobj/flash/geom/Point_as.cpp:521
4742 msgid "arguments after first three discarded"
4743 msgstr ""
4745 #: libcore/asobj/flash/geom/Point_as.cpp:548
4746 msgid "second argument doesn't cast to object"
4747 msgstr ""
4749 #: libcore/asobj/flash/geom/Point_as.cpp:595
4750 #: libcore/asobj/flash/geom/Point_as.cpp:604
4751 #, c-format
4752 msgid "Point.polar(%s): %s"
4753 msgstr ""
4755 #: libcore/asobj/flash/geom/Rectangle_as.cpp:153
4756 #, c-format
4757 msgid "flash.geom.Rectangle(%s): %s"
4758 msgstr ""
4760 #: libcore/asobj/flash/geom/Transform_as.cpp:122
4761 #: libcore/asobj/flash/geom/Transform_as.cpp:198
4762 msgid "Failed to construct flash.geom.ColorTransform!"
4763 msgstr ""
4765 #: libcore/asobj/flash/geom/Transform_as.cpp:145
4766 #, c-format
4767 msgid "Transform.colorTransform(%s): extra arguments discarded"
4768 msgstr ""
4770 #: libcore/asobj/flash/geom/Transform_as.cpp:155
4771 #, c-format
4772 msgid "Transform.colorTransform(%s): argument is not an object"
4773 msgstr ""
4775 #: libcore/asobj/flash/geom/Transform_as.cpp:170
4776 #, c-format
4777 msgid "Transform.colorTransform(%s): argument is not a ColorTransform"
4778 msgstr ""
4780 #: libcore/asobj/flash/geom/Transform_as.cpp:236
4781 msgid "Failed to construct flash.geom.Matrix!"
4782 msgstr ""
4784 #: libcore/asobj/flash/geom/Transform_as.cpp:305
4785 #, c-format
4786 msgid "Transform.matrix(%s): extra arguments discarded"
4787 msgstr ""
4789 #: libcore/asobj/flash/geom/Transform_as.cpp:315
4790 #, c-format
4791 msgid "Transform.matrix(%s): argument is not an object"
4792 msgstr ""
4794 #: libcore/asobj/flash/geom/Transform_as.cpp:346
4795 #, c-format
4796 msgid "flash.geom.Transform(%s): needs one argument"
4797 msgstr ""
4799 #: libcore/asobj/flash/geom/Transform_as.cpp:356
4800 #, c-format
4801 msgid "Transform(%s): %s"
4802 msgstr ""
4804 #: libcore/asobj/flash/external/ExternalInterface_as.cpp:292
4805 #, c-format
4806 msgid "VAL: %s"
4807 msgstr ""
4809 #: libcore/asobj/flash/external/ExternalInterface_as.cpp:343
4810 #, c-format
4811 msgid ""
4812 "ExternalInterface path %s is outside the SWF domain %s. Cannot access this "
4813 "object."
4814 msgstr ""
4816 #: libcore/asobj/flash/display/BitmapData_as.cpp:816
4817 msgid ""
4818 "BitmapData.copyChannel(). Multiple destination channels are not supported"
4819 msgstr ""
4821 #: libcore/asobj/flash/display/BitmapData_as.cpp:842
4822 msgid ""
4823 "BitmapData.copyChannel(): no part of source rectangleoverlaps with the "
4824 "source BitmapData"
4825 msgstr ""
4827 #: libcore/asobj/flash/display/BitmapData_as.cpp:856
4828 msgid ""
4829 "BitmapData.copyChannel(): destination area is wholly outside the destination "
4830 "BitmapData"
4831 msgstr ""
4833 #: libcore/asobj/flash/display/BitmapData_as.cpp:914
4834 msgid "BitmapData.copyPixels(): arguments after the first three are discarded"
4835 msgstr ""
4837 #: libcore/asobj/flash/display/BitmapData_as.cpp:964
4838 msgid ""
4839 "BitmapData.copyPixels(): no part of source rectangleoverlaps with the source "
4840 "BitmapData"
4841 msgstr ""
4843 #: libcore/asobj/flash/display/BitmapData_as.cpp:978
4844 msgid ""
4845 "BitmapData.copyPixels(): destination area is wholly outside the destination "
4846 "BitmapData"
4847 msgstr ""
4849 #: libcore/asobj/flash/display/BitmapData_as.cpp:1064
4850 #, c-format
4851 msgid "BitmapData.draw(%s) requires at least one argument"
4852 msgstr ""
4854 #: libcore/asobj/flash/display/BitmapData_as.cpp:1076
4855 msgid "BitmapData.draw() with BitmapData argument"
4856 msgstr ""
4858 #: libcore/asobj/flash/display/BitmapData_as.cpp:1083
4859 #, c-format
4860 msgid "BitmapData.draw(%s): first argument must be a MovieClip"
4861 msgstr ""
4863 #: libcore/asobj/flash/display/BitmapData_as.cpp:1124
4864 #, c-format
4865 msgid "BitmapData.fillRect(%s): needs an object"
4866 msgstr ""
4868 #: libcore/asobj/flash/display/BitmapData_as.cpp:1161
4869 msgid "floodFill called on disposed BitmapData!"
4870 msgstr ""
4872 #: libcore/asobj/flash/display/BitmapData_as.cpp:1235
4873 msgid "getPixel32 called on disposed BitmapData!"
4874 msgstr ""
4876 #: libcore/asobj/flash/display/BitmapData_as.cpp:1365
4877 msgid "BitmapData.perlinNoise() stitch value"
4878 msgstr ""
4880 #: libcore/asobj/flash/display/BitmapData_as.cpp:1566
4881 msgid "Failed to construct flash.geom.Rectangle!"
4882 msgstr ""
4884 #: libcore/asobj/flash/display/BitmapData_as.cpp:1588
4885 msgid "BitmapData.loadBitmap requires one argument"
4886 msgstr ""
4888 #: libcore/asobj/flash/display/BitmapData_as.cpp:1653
4889 msgid ""
4890 "BitmapData constructor requires at least two arguments. Will not construct a "
4891 "BitmapData"
4892 msgstr ""
4894 #: libcore/asobj/flash/display/BitmapData_as.cpp:1667
4895 msgid ""
4896 "BitmapData width and height must be between 1 and 2880. Will not construct a "
4897 "BitmapData"
4898 msgstr ""
4900 #: libcore/asobj/NetConnection_as.cpp:455
4901 #, c-format
4902 msgid "Gnash is not allowed to open this URL: %s"
4903 msgstr ""
4905 #: libcore/asobj/NetConnection_as.cpp:525
4906 #, c-format
4907 msgid "Gnash is not allowed to connect to %s"
4908 msgstr ""
4910 #: libcore/asobj/NetConnection_as.cpp:546
4911 #, c-format
4912 msgid "NetConnection.connect(%s): unsupported connection protocol"
4913 msgstr ""
4915 #: libcore/asobj/NetConnection_as.cpp:552
4916 #, c-format
4917 msgid "NetConnection.connect(%s): unknown connection protocol"
4918 msgstr ""
4920 #: libcore/asobj/NetConnection_as.cpp:598
4921 #: libcore/asobj/NetConnection_as.cpp:617
4922 msgid "NetConnection.call: can't call while not connected"
4923 msgstr ""
4925 #: libcore/asobj/NetConnection_as.cpp:723
4926 msgid "NetConnection.call(): needs at least one argument"
4927 msgstr ""
4929 #: libcore/asobj/NetConnection_as.cpp:746
4930 #, c-format
4931 msgid "NetConnection.call(%s): second argument must be an object"
4932 msgstr ""
4934 #: libcore/asobj/NetConnection_as.cpp:836
4935 msgid "NetConnection.connect(): needs at least one argument"
4936 msgstr ""
4938 #: libcore/asobj/NetConnection_as.cpp:858
4939 #, c-format
4940 msgid "NetConnection.connect(%s): args after the first are not supported"
4941 msgstr ""
4943 #: libcore/asobj/NetConnection_as.cpp:873
4944 msgid "NetConnection.addHeader()"
4945 msgstr ""
4947 #: libcore/asobj/NetConnection_as.cpp:957
4948 msgid "Invoke buffer too short"
4949 msgstr ""
4951 #: libcore/asobj/NetConnection_as.cpp:964
4952 msgid "Invoke argument not present"
4953 msgstr ""
4955 #: libcore/asobj/NetConnection_as.cpp:1055
4956 #, c-format
4957 msgid "Unknown HTTP Remoting response identifier '%s'"
4958 msgstr ""
4960 #: libcore/asobj/NetConnection_as.cpp:1071
4961 #, c-format
4962 msgid "Unsupported HTTP Remoting response callback: '%s' (size %d)"
4963 msgstr ""
4965 #: libcore/asobj/NetConnection_as.cpp:1220
4966 #, c-format
4967 msgid "Error parsing server AMF: %s"
4968 msgstr ""
4970 #: libcore/asobj/NetConnection_as.cpp:1267
4971 #, c-format
4972 msgid "Could not serialize NetConnection.call argument %d"
4973 msgstr ""
4975 #: libcore/asobj/NetConnection_as.cpp:1295
4976 msgid "Sanity failed. no string method in invoke packet"
4977 msgstr ""
4979 #: libcore/asobj/NetConnection_as.cpp:1342
4980 msgid "Server called _onbwcheck without a callback"
4981 msgstr ""
4983 #: libcore/asobj/NetConnection_as.cpp:1372
4984 msgid "RTMP server sent error"
4985 msgstr ""
4987 #: libcore/asobj/XMLSocket_as.cpp:268
4988 msgid "XMLSocket.send(): socket not initialized"
4989 msgstr ""
4991 #: libcore/asobj/XMLSocket_as.cpp:312
4992 msgid "XMLSocket.connect() called while already connected, ignored"
4993 msgstr ""
4995 #: libcore/asobj/XMLSocket_as.cpp:319
4996 msgid "XMLSocket.connect() needs two arguments"
4997 msgstr ""
4999 #: libcore/asobj/XMLSocket_as.cpp:344
5000 msgid "XMLSocket.connect(): connection failed"
5001 msgstr ""
5003 #: libcore/asobj/XMLSocket_as.cpp:360
5004 msgid "XMLSocket.send() needs at least one argument"
5005 msgstr ""
5007 #: libcore/LineStyle.cpp:186
5008 msgid ""
5009 "UNTESTED: Do not know how to interpolate line styles with different vertical "
5010 "thickness scaling"
5011 msgstr ""
5013 #: libcore/LineStyle.cpp:191
5014 msgid ""
5015 "UNTESTED: Do not know how to interpolate line styles with different "
5016 "horizontal thickness scaling"
5017 msgstr ""
5019 #: libcore/SWFMovie.cpp:54
5020 #, c-format
5021 msgid "Frame %d never loaded. Total frames: %d"
5022 msgstr ""
5024 #: libcore/SWFMovie.cpp:77
5025 #, c-format
5026 msgid "Frame %d never loaded. Total frames: %d."
5027 msgstr ""
5029 #: libcore/SWFMovie.cpp:109
5030 #, c-format
5031 msgid ""
5032 "Attempt to perform initialized for a character %s that does not exist "
5033 "(either not exported or not defined)"
5034 msgstr ""
5036 #: libcore/swf/StreamSoundBlockTag.cpp:77
5037 msgid "Found SOUNDSTREAMBLOCK tag w/out preceding SOUNDSTREAMHEAD"
5038 msgstr ""
5040 #: libcore/swf/StreamSoundBlockTag.cpp:113
5041 msgid "Tag boundary reported past end of stream!"
5042 msgstr ""
5044 #: libcore/swf/DefaultTagLoaders.cpp:94
5045 #, c-format
5046 msgid ""
5047 "Undocumented tag %s encountered. Please report this to the Gnash developers!"
5048 msgstr ""
5050 #: libcore/swf/RemoveObjectTag.cpp:71
5051 #, c-format
5052 msgid "  remove_object_2(%d)"
5053 msgstr ""
5055 #: libcore/swf/DefineButtonCxformTag.cpp:49
5056 #, c-format
5057 msgid "DefineButtonCxform refers to an unknown DisplayObject %d"
5058 msgstr ""
5060 #: libcore/swf/DefineButtonCxformTag.cpp:60
5061 #, c-format
5062 msgid ""
5063 "DefineButtonCxform refers to DisplayObject ID %d (%s). Expected a button "
5064 "definition"
5065 msgstr ""
5067 #: libcore/swf/DefineTextTag.cpp:52
5068 #, c-format
5069 msgid "DefineTextTag, id = %d"
5070 msgstr ""
5072 #: libcore/swf/DefineTextTag.cpp:93
5073 #, c-format
5074 msgid "Text DisplayObject, id = %d"
5075 msgstr ""
5077 #: libcore/swf/DefineTextTag.cpp:112
5078 #, c-format
5079 msgid "begin text records for DefineTextTag %p"
5080 msgstr ""
5082 #: libcore/swf/ShapeRecord.cpp:278
5083 msgid "Invalid fill style %1% in style change record - %2% defined. Set to 0."
5084 msgstr ""
5086 #: libcore/swf/ShapeRecord.cpp:313
5087 #, c-format
5088 msgid "  bound SWFRect: %s"
5089 msgstr ""
5091 #: libcore/swf/ShapeRecord.cpp:340
5092 #, c-format
5093 msgid "  ShapeRecord(%s): fillbits %d, linebits %d"
5094 msgstr ""
5096 #: libcore/swf/ShapeRecord.cpp:418
5097 #, c-format
5098 msgid "  Shape read: moveto %d %d"
5099 msgstr ""
5101 #: libcore/swf/ShapeRecord.cpp:437
5102 #, c-format
5103 msgid "  Shape read: fill0 (left) = %d"
5104 msgstr ""
5106 #: libcore/swf/ShapeRecord.cpp:456
5107 #, c-format
5108 msgid "  Shape read: fill1 (right) = %d"
5109 msgstr ""
5111 #: libcore/swf/ShapeRecord.cpp:475
5112 #, c-format
5113 msgid "ShapeRecord: line %d"
5114 msgstr ""
5116 #: libcore/swf/ShapeRecord.cpp:489
5117 msgid "ShapeRecord: more fill styles"
5118 msgstr ""
5120 #: libcore/swf/ShapeRecord.cpp:525
5121 #, c-format
5122 msgid "ShapeRecord: curved edge %d %d - %d %d - %d %d"
5123 msgstr ""
5125 #: libcore/swf/ShapeRecord.cpp:559
5126 #, c-format
5127 msgid "ShapeRecord: straight edge %d %d - %d %d"
5128 msgstr ""
5130 #: libcore/swf/ShapeRecord.cpp:613
5131 msgid "  fill styles: %1%"
5132 msgstr ""
5134 #: libcore/swf/ShapeRecord.cpp:622
5135 msgid "  Read fill: %1%"
5136 msgstr ""
5138 #: libcore/swf/ShapeRecord.cpp:636
5139 #, c-format
5140 msgid "  readLineStyles: count = %d"
5141 msgstr ""
5143 #: libcore/swf/ShapeRecord.cpp:643
5144 #, c-format
5145 msgid "  readLineStyles: count2 = %d"
5146 msgstr ""
5148 #: libcore/swf/DefineButtonTag.cpp:85
5149 #, c-format
5150 msgid "  DefineButton loader: character id = %d"
5151 msgstr ""
5153 #: libcore/swf/DefineButtonTag.cpp:102
5154 #, c-format
5155 msgid "  DefineButton2 loader: chararacter id = %d"
5156 msgstr ""
5158 #: libcore/swf/DefineButtonTag.cpp:134
5159 msgid "Premature end of DEFINEBUTTON tag, won't read actions"
5160 msgstr ""
5162 #: libcore/swf/DefineButtonTag.cpp:170
5163 #, c-format
5164 msgid "Next Button2 actionOffset (%u) points past the end of tag (%lu)"
5165 msgstr ""
5167 #: libcore/swf/DefineButtonTag.cpp:211
5168 #, c-format
5169 msgid ""
5170 "Next action offset (%u) in Button2ActionConditions points past the end of tag"
5171 msgstr ""
5173 #: libcore/swf/DefineButtonTag.cpp:276
5174 msgid "Premature end of button action input: can't read conditions"
5175 msgstr ""
5177 #: libcore/swf/DefineButtonTag.cpp:286
5178 #, c-format
5179 msgid "   button actions for conditions 0x%x"
5180 msgstr ""
5182 #: libcore/swf/DefineButtonTag.cpp:359
5183 msgid "   premature end of button record input stream, can't read flags"
5184 msgstr ""
5186 #: libcore/swf/DefineButtonTag.cpp:380
5187 msgid ""
5188 "   premature end of button record input stream, can't read DisplayObject id"
5189 msgstr ""
5191 #: libcore/swf/DefineButtonTag.cpp:395
5192 #, c-format
5193 msgid ""
5194 "   button record for states [%s] refer to DisplayObject with id %d, which is "
5195 "not found in the chars dictionary"
5196 msgstr ""
5198 #: libcore/swf/DefineButtonTag.cpp:402
5199 #, c-format
5200 msgid "   button record for states [%s] contain DisplayObject %d (%s)"
5201 msgstr ""
5203 #: libcore/swf/DefineButtonTag.cpp:410
5204 msgid ""
5205 "   premature end of button record input stream, can't read button layer "
5206 "(depth?)"
5207 msgstr ""
5209 #: libcore/swf/VideoFrameTag.cpp:47
5210 #, c-format
5211 msgid "VideoFrame tag refers to unknown video stream id %d"
5212 msgstr ""
5214 #: libcore/swf/VideoFrameTag.cpp:57
5215 #, c-format
5216 msgid "VideoFrame tag refers to a non-video DisplayObject %d (%s)"
5217 msgstr ""
5219 #: libcore/swf/VideoFrameTag.cpp:90
5220 msgid ""
5221 "Could not read enough bytes when parsing VideoFrame tag. Perhaps we reached "
5222 "the end of the stream!"
5223 msgstr ""
5225 #: libcore/swf/StartSoundTag.cpp:56
5226 #, c-format
5227 msgid "start_sound_loader: sound_id %d is not defined"
5228 msgstr ""
5230 #: libcore/swf/StartSoundTag.cpp:64
5231 #, c-format
5232 msgid "StartSound: id=%d"
5233 msgstr ""
5235 #: libcore/swf/StartSoundTag.cpp:116
5236 msgid "STARTSOUND2 tag not parsed and not used"
5237 msgstr ""
5239 #: libcore/swf/DefineButtonSoundTag.cpp:52
5240 #, c-format
5241 msgid "DEFINEBUTTONSOUND refers to an unknown DisplayObject def %d"
5242 msgstr ""
5244 #: libcore/swf/DefineButtonSoundTag.cpp:63
5245 #, c-format
5246 msgid ""
5247 "DEFINEBUTTONSOUND refers to DisplayObject id %d, a %s (expected a button "
5248 "DisplayObject)"
5249 msgstr ""
5251 #: libcore/swf/DefineButtonSoundTag.cpp:73
5252 msgid "Attempt to redefine button sound ignored"
5253 msgstr ""
5255 #: libcore/swf/DefineButtonSoundTag.cpp:99
5256 #, c-format
5257 msgid "sound tag not found, sound_id=%d, button state #=%i"
5258 msgstr ""
5260 #: libcore/swf/DefineShapeTag.cpp:58
5261 #, c-format
5262 msgid "DefineShapeTag(%s): id = %d"
5263 msgstr ""
5265 #: libcore/swf/DefineFontTag.cpp:60
5266 msgid "reading code table at offset %1%, %2% glyphs"
5267 msgstr ""
5269 #: libcore/swf/DefineFontTag.cpp:120
5270 msgid "reading DefineFont"
5271 msgstr ""
5273 #: libcore/swf/DefineFontTag.cpp:157
5274 msgid "Glyphs offset table corrupted in DefineFont tag"
5275 msgstr ""
5277 #: libcore/swf/DefineFontTag.cpp:172
5278 msgid "reading DefineFont2 or DefineFont3"
5279 msgstr ""
5281 #: libcore/swf/DefineFontTag.cpp:225 libcore/swf/DefineFontTag.cpp:237
5282 #, c-format
5283 msgid "Glyph %d at offset %u"
5284 msgstr ""
5286 #: libcore/swf/DefineFontTag.cpp:254
5287 msgid "Glyphs offset table corrupted in DefineFont2/3 tag"
5288 msgstr ""
5290 #: libcore/swf/DefineFontTag.cpp:266
5291 msgid "Bad offset in DefineFont2"
5292 msgstr ""
5294 #: libcore/swf/DefineFontTag.cpp:325
5295 msgid "Repeated kerning pair found - ignoring"
5296 msgstr ""
5298 #: libcore/swf/DefineFontTag.cpp:344
5299 #, c-format
5300 msgid "DefineFontInfo tag loader: can't find font with id %d"
5301 msgstr ""
5303 #: libcore/swf/DefineFontTag.cpp:352
5304 msgid "DefineFontInfo2 partially implemented"
5305 msgstr ""
5307 #: libcore/swf/CSMTextSettingsTag.cpp:77
5308 #, c-format
5309 msgid ""
5310 "  CSMTextSettings: TextID=%d, FlashType=%d, GridFit=%d, Thickness=%d, "
5311 "Sharpness=%d"
5312 msgstr ""
5314 #: libcore/swf/CSMTextSettingsTag.cpp:85
5315 msgid "CSMTextSettings"
5316 msgstr ""
5318 #: libcore/swf/PlaceObject2Tag.cpp:85
5319 #, c-format
5320 msgid "  PLACEOBJECT: depth=%d(%d) char=%d"
5321 msgstr ""
5323 #: libcore/swf/PlaceObject2Tag.cpp:89 libcore/swf/PlaceObject2Tag.cpp:319
5324 #, c-format
5325 msgid "  SWFCxForm: %s"
5326 msgstr ""
5328 #: libcore/swf/PlaceObject2Tag.cpp:105
5329 #, c-format
5330 msgid "Reserved field in PlaceObject actions == %u (expected 0)"
5331 msgstr ""
5333 #: libcore/swf/PlaceObject2Tag.cpp:123
5334 #, c-format
5335 msgid "  actions: flags = 0x%X"
5336 msgstr ""
5338 #: libcore/swf/PlaceObject2Tag.cpp:158
5339 #, c-format
5340 msgid ""
5341 "swf_event::read(), even_length = %u, but only %lu bytes left to the end of "
5342 "current tag. Breaking for safety."
5343 msgstr ""
5345 #: libcore/swf/PlaceObject2Tag.cpp:169
5346 msgid "swf_event::read(), event_length = 0 (empty). Skipping."
5347 msgstr ""
5349 #: libcore/swf/PlaceObject2Tag.cpp:227
5350 #, c-format
5351 msgid ""
5352 "swf_event::read() -- unknown / unhandled event type received, flags = 0x%x"
5353 msgstr ""
5355 #: libcore/swf/PlaceObject2Tag.cpp:256
5356 msgid "Unexpected end of tag while parsing PlaceObject tag events"
5357 msgstr ""
5359 #: libcore/swf/PlaceObject2Tag.cpp:312
5360 #, c-format
5361 msgid "  PLACEOBJECT2: depth = %d (%d)"
5362 msgstr ""
5364 #: libcore/swf/PlaceObject2Tag.cpp:314 libcore/swf/PlaceObject2Tag.cpp:427
5365 #, c-format
5366 msgid "  char id = %d"
5367 msgstr ""
5369 #: libcore/swf/PlaceObject2Tag.cpp:316 libcore/swf/PlaceObject2Tag.cpp:428
5370 #, c-format
5371 msgid "  SWFMatrix: %s"
5372 msgstr ""
5374 #: libcore/swf/PlaceObject2Tag.cpp:321 libcore/swf/PlaceObject2Tag.cpp:430
5375 #, c-format
5376 msgid "  ratio: %d"
5377 msgstr ""
5379 #: libcore/swf/PlaceObject2Tag.cpp:322 libcore/swf/PlaceObject2Tag.cpp:431
5380 #, c-format
5381 msgid "  name = %s"
5382 msgstr ""
5384 #: libcore/swf/PlaceObject2Tag.cpp:324 libcore/swf/PlaceObject2Tag.cpp:433
5385 #, c-format
5386 msgid "  clip_depth = %d (%d)"
5387 msgstr ""
5389 #: libcore/swf/PlaceObject2Tag.cpp:327 libcore/swf/PlaceObject2Tag.cpp:436
5390 #, c-format
5391 msgid " m_place_type: %d"
5392 msgstr ""
5394 #: libcore/swf/PlaceObject2Tag.cpp:425
5395 #, c-format
5396 msgid "  PLACEOBJECT3: depth = %d (%d)"
5397 msgstr ""
5399 #: libcore/swf/PlaceObject2Tag.cpp:429
5400 #, c-format
5401 msgid "  SWFCxForm: %d"
5402 msgstr ""
5404 #: libcore/swf/PlaceObject2Tag.cpp:432
5405 #, c-format
5406 msgid "  class name = %s"
5407 msgstr ""
5409 #: libcore/swf/PlaceObject2Tag.cpp:435
5410 msgid "   bitmapCaching enabled"
5411 msgstr ""
5413 #: libcore/swf/TextRecord.cpp:52
5414 msgid "end text records"
5415 msgstr ""
5417 #: libcore/swf/TextRecord.cpp:78
5418 #, c-format
5419 msgid "  has_font: font id = %d (%p)"
5420 msgstr ""
5422 #: libcore/swf/TextRecord.cpp:90
5423 msgid "  hasColor"
5424 msgstr ""
5426 #: libcore/swf/TextRecord.cpp:99
5427 #, c-format
5428 msgid "  xOffset = %g"
5429 msgstr ""
5431 #: libcore/swf/TextRecord.cpp:108
5432 #, c-format
5433 msgid "  yOffset = %g"
5434 msgstr ""
5436 #: libcore/swf/TextRecord.cpp:117
5437 #, c-format
5438 msgid "  textHeight = %g"
5439 msgstr ""
5441 #: libcore/swf/TextRecord.cpp:126
5442 #, c-format
5443 msgid "  GlyphEntries: count = %d"
5444 msgstr ""
5446 #: libcore/swf/TextRecord.cpp:138
5447 #, c-format
5448 msgid "   glyph%d: index=%d, advance=%g"
5449 msgstr ""
5451 #: libcore/swf/DefineFontAlignZonesTag.cpp:52
5452 #, c-format
5453 msgid "DefineFontAlignZones tag references an undefined font %d"
5454 msgstr ""
5456 #: libcore/swf/DefineFontAlignZonesTag.cpp:71
5457 #, c-format
5458 msgid "DefineFontAlignZones: font=%d, flags=%d, table int: %s"
5459 msgstr ""
5461 #: libcore/swf/DefineFontAlignZonesTag.cpp:108
5462 msgid "DefineFontAlignZoneTag"
5463 msgstr ""
5465 #: libcore/swf/tag_loaders.cpp:83
5466 msgid "anchor-labeled frame not supported"
5467 msgstr ""
5469 #: libcore/swf/tag_loaders.cpp:87
5470 #, c-format
5471 msgid "frame_label_loader end position %d, read up to %d"
5472 msgstr ""
5474 #: libcore/swf/tag_loaders.cpp:107
5475 #, c-format
5476 msgid "  sprite:  char id = %d"
5477 msgstr ""
5479 #: libcore/swf/tag_loaders.cpp:118
5480 msgid ""
5481 "Nested DEFINESPRITE tags. Will add to top-level DisplayObjects dictionary."
5482 msgstr ""
5484 #: libcore/swf/tag_loaders.cpp:128
5485 #, c-format
5486 msgid "Sprite %d advertise no frames"
5487 msgstr ""
5489 #: libcore/swf/tag_loaders.cpp:169
5490 #, c-format
5491 msgid "DEFINESOUNDLOADER: sound sample rate %d (expected 0 to %u)"
5492 msgstr ""
5494 #: libcore/swf/tag_loaders.cpp:189
5495 #, c-format
5496 msgid ""
5497 "define sound: ch=%d, format=%s, rate=%d, 16=%d, stereo=%d, ct=%d, delay=%d"
5498 msgstr ""
5500 #: libcore/swf/tag_loaders.cpp:217
5501 msgid "Tag boundary reported past end of SWFStream!"
5502 msgstr ""
5504 #: libcore/swf/tag_loaders.cpp:237
5505 #, c-format
5506 msgid ""
5507 "There is no sound handler currently active, so DisplayObject with id %d will "
5508 "not be added to the dictionary"
5509 msgstr ""
5511 #: libcore/swf/tag_loaders.cpp:271
5512 #, c-format
5513 msgid "File attributes: metadata=%s network=%s"
5514 msgstr ""
5516 #: libcore/swf/tag_loaders.cpp:272 libcore/swf/tag_loaders.cpp:273
5517 msgid "true"
5518 msgstr ""
5520 #: libcore/swf/tag_loaders.cpp:272 libcore/swf/tag_loaders.cpp:273
5521 msgid "false"
5522 msgstr ""
5524 #: libcore/swf/tag_loaders.cpp:277
5525 msgid ""
5526 "FileAttributes tag in the SWF requests that network access is not granted to "
5527 "this movie (or application?) when loaded from the filesystem. Anyway Gnash "
5528 "won't care; use white/black listing in your .gnashrc instead"
5529 msgstr ""
5531 #: libcore/swf/tag_loaders.cpp:285
5532 msgid ""
5533 "This SWF file requires AVM2: there will be no ActionScript interpretation"
5534 msgstr ""
5536 #: libcore/swf/tag_loaders.cpp:310
5537 #, c-format
5538 msgid ""
5539 "  RDF metadata (information only): [[\n"
5540 "%s\n"
5541 "]]"
5542 msgstr ""
5544 #: libcore/swf/tag_loaders.cpp:326
5545 #, c-format
5546 msgid "Descriptive metadata from movie %s: %s"
5547 msgstr ""
5549 #: libcore/swf/tag_loaders.cpp:388
5550 #, c-format
5551 msgid "  reflex = \"%c%c%c\""
5552 msgstr ""
5554 #: libcore/swf/SoundStreamHeadTag.cpp:78
5555 #, c-format
5556 msgid "SOUNDSTREAMHEAD: stream sample rate %d (expected 0 to %u)"
5557 msgstr ""
5559 #: libcore/swf/SoundStreamHeadTag.cpp:88
5560 #, c-format
5561 msgid ""
5562 "Different stream/playback sound rate (%d/%d). This seems common in SWF "
5563 "files, so we'll warn only once."
5564 msgstr ""
5566 #: libcore/swf/SoundStreamHeadTag.cpp:95
5567 #, c-format
5568 msgid ""
5569 "Different stream/playback sample size (%d/%d). This seems common in SWF "
5570 "files, so we'll warn only once."
5571 msgstr ""
5573 #: libcore/swf/SoundStreamHeadTag.cpp:101
5574 #, c-format
5575 msgid ""
5576 "Different stream/playback channels (%s/%s). This seems common in SWF files, "
5577 "so we'll warn only once."
5578 msgstr ""
5580 #: libcore/swf/SoundStreamHeadTag.cpp:121
5581 msgid ""
5582 "No samples advertised for sound stream, pretty common so will warn only once"
5583 msgstr ""
5585 #: libcore/swf/SoundStreamHeadTag.cpp:148
5586 #, c-format
5587 msgid ""
5588 "sound stream head: format=%s, rate=%d, 16=%d, stereo=%d, ct=%d, latency=%d"
5589 msgstr ""
5591 #: libcore/swf/DefineBitsTag.cpp:154
5592 msgid "  jpeg_tables_loader"
5593 msgstr ""
5595 #: libcore/swf/DefineBitsTag.cpp:165
5596 #, c-format
5597 msgid "No bytes to read in JPEGTABLES tag at offset %d"
5598 msgstr ""
5600 #: libcore/swf/DefineBitsTag.cpp:206
5601 #, c-format
5602 msgid "DEFINEBITS: Duplicate id (%d) for bitmap DisplayObject - discarding it"
5603 msgstr ""
5605 #: libcore/swf/DefineBitsTag.cpp:235
5606 msgid "Failed to parse bitmap for character %1%"
5607 msgstr ""
5609 #: libcore/swf/DefineBitsTag.cpp:243
5610 msgid "No renderer, not adding bitmap %1%"
5611 msgstr ""
5613 #: libcore/swf/DefineBitsTag.cpp:250
5614 msgid "Adding bitmap id %1%"
5615 msgstr ""
5617 #: libcore/swf/DefineBitsTag.cpp:269
5618 msgid ""
5619 "DEFINEBITS: No jpeg loader registered in movie definition - discarding bitmap"
5620 msgstr ""
5622 #: libcore/swf/DefineBitsTag.cpp:368
5623 msgid "gnash is not linked to zlib -- can't load jpeg3 image data"
5624 msgstr ""
5626 #: libcore/swf/DefineBitsTag.cpp:413
5627 #, c-format
5628 msgid "  defbitslossless2: tag = %d, fmt = %d, w = %d, h = %d"
5629 msgstr ""
5631 #: libcore/swf/DefineBitsTag.cpp:420
5632 msgid "Bitmap has a height or width of 0"
5633 msgstr ""
5635 #: libcore/swf/DefineBitsTag.cpp:426
5636 msgid "gnash is not linked to zlib -- can't load zipped image data"
5637 msgstr ""
5639 #: libcore/swf/DefineBitsTag.cpp:452
5640 msgid "Will not allocate %1%x%2% image in DefineBitsLossless tag"
5641 msgstr ""
5643 #: libcore/swf/DefineBitsTag.cpp:477
5644 msgid "Unknown bitmap format. Ignoring"
5645 msgstr ""
5647 #: libcore/swf/DefineBitsTag.cpp:591
5648 #, c-format
5649 msgid "inflateWrapper() inflateInit() returned %d (%s)"
5650 msgstr ""
5652 #: libcore/swf/DefineBitsTag.cpp:611
5653 msgid "inflateWrapper(): no end of zstream found within swf tag boundaries"
5654 msgstr ""
5656 #: libcore/swf/DefineBitsTag.cpp:635
5657 #, c-format
5658 msgid "inflateWrapper() inflate() returned %d (%s)"
5659 msgstr ""
5661 #: libcore/swf/DefineBitsTag.cpp:644
5662 #, c-format
5663 msgid "inflateWrapper() inflateEnd() return %d (%s)"
5664 msgstr ""
5666 #: libcore/as_function.cpp:94
5667 #, c-format
5668 msgid "Native function called as constructor threw exception: %s"
5669 msgstr ""
5671 #: libcore/FreetypeGlyphsProvider.cpp:256
5672 #, c-format
5673 msgid "Can't init FreeType! Error = %d"
5674 msgstr ""
5676 #: libcore/FreetypeGlyphsProvider.cpp:268
5677 #, c-format
5678 msgid "Can't close FreeType! Error = %d"
5679 msgstr ""
5681 #: libcore/FreetypeGlyphsProvider.cpp:282
5682 #, c-format
5683 msgid "Failed to find fonts directory, using hard-coded font filename \"%s\""
5684 msgstr ""
5686 #: libcore/FreetypeGlyphsProvider.cpp:295
5687 #, c-format
5688 msgid "Can't init fontconfig library, using hard-coded font filename \"%s\""
5689 msgstr ""
5691 #: libcore/FreetypeGlyphsProvider.cpp:357
5692 #, c-format
5693 msgid "No device font matches the name '%s', using hard-coded font filename"
5694 msgstr ""
5696 #: libcore/FreetypeGlyphsProvider.cpp:362
5697 msgid ""
5698 "Font filename matching not implemented (no fontconfig support built-in), "
5699 "using hard-coded font filename"
5700 msgstr ""
5702 #: libcore/FreetypeGlyphsProvider.cpp:395
5703 msgid "Freetype not supported"
5704 msgstr ""
5706 #: libcore/FreetypeGlyphsProvider.cpp:436
5707 #, c-format
5708 msgid "Can't find font file for font '%s'"
5709 msgstr ""
5711 #: libcore/FreetypeGlyphsProvider.cpp:449
5712 #, c-format
5713 msgid "Font file '%s' has bad format"
5714 msgstr ""
5716 #: libcore/FreetypeGlyphsProvider.cpp:458
5717 #, c-format
5718 msgid "Some error opening font '%s'"
5719 msgstr ""
5721 #: libcore/FreetypeGlyphsProvider.cpp:492
5722 #, c-format
5723 msgid "Error loading freetype outline glyph for char '%c' (error: %d)"
5724 msgstr ""
5726 #: libcore/FreetypeGlyphsProvider.cpp:508
5727 #, c-format
5728 msgid ""
5729 "FT_Load_Char() returned a glyph format != FT_GLYPH_FORMAT_OUTLINE (%c%c%c%c)"
5730 msgstr ""
5732 #: libcore/FreetypeGlyphsProvider.cpp:563
5733 msgid "Could not release FT face resources"
5734 msgstr ""
5736 #: libcore/MovieFactory.cpp:79
5737 msgid ""
5738 "Requested to keep from completely loading a movie, but the movie in question "
5739 "is an image, for which we don't yet have the concept of a 'loading thread'"
5740 msgstr ""
5742 #: libcore/MovieFactory.cpp:94
5743 msgid "FLV can't be loaded directly as a movie"
5744 msgstr ""
5746 #: libcore/MovieFactory.cpp:98
5747 msgid "Unknown file type"
5748 msgstr ""
5750 #: libcore/MovieFactory.cpp:133
5751 #, c-format
5752 msgid "Couldn't load library movie '%s'"
5753 msgstr ""
5755 #: libcore/MovieFactory.cpp:173
5756 msgid "Can't read file header"
5757 msgstr ""
5759 #: libcore/MovieFactory.cpp:212
5760 msgid "Can't read 3 bytes after an MZ (.exe) header"
5761 msgstr ""
5763 #: libcore/MovieFactory.cpp:222
5764 msgid "Could not find SWF inside an .exe file"
5765 msgstr ""
5767 #: libcore/MovieFactory.cpp:231
5768 #, c-format
5769 msgid "unknown file type, buffer is %c%c%c"
5770 msgstr ""
5772 #: libcore/MovieFactory.cpp:273
5773 #, c-format
5774 msgid "Can't read image file from %s"
5775 msgstr ""
5777 #: libcore/MovieFactory.cpp:283
5778 #, c-format
5779 msgid "Parsing error: %s"
5780 msgstr ""
5782 #: libcore/MovieFactory.cpp:309
5783 #, c-format
5784 msgid "failed to open '%s'; can't create movie"
5785 msgstr ""
5787 #: libcore/MovieFactory.cpp:314
5788 #, c-format
5789 msgid "streamProvider opener can't open '%s'"
5790 msgstr ""
5792 #: libcore/as_environment.cpp:182
5793 #, c-format
5794 msgid "invalid path '%s' (p=next_slash=%s)"
5795 msgstr ""
5797 #: libcore/as_environment.cpp:193
5798 #, c-format
5799 msgid "invalid path '%s' (dot not allowed after having seen a slash)"
5800 msgstr ""
5802 #: libcore/as_environment.cpp:332
5803 #, c-format
5804 msgid "-------------- %s = %s"
5805 msgstr ""
5807 #: libcore/as_environment.cpp:346
5808 #, c-format
5809 msgid "Path target '%s' not found while setting %s=%s"
5810 msgstr ""
5812 #: libcore/as_environment.cpp:445
5813 #, c-format
5814 msgid "Won't set invalid raw variable name: %s"
5815 msgstr ""
5817 #: libcore/as_environment.cpp:474
5818 #, c-format
5819 msgid ""
5820 "as_environment::setVariableRaw(%s, %s): neither current target nor original "
5821 "target are defined, can't set the variable"
5822 msgstr ""
5824 #: libcore/as_environment.cpp:486
5825 #, c-format
5826 msgid "Won't get invalid raw variable name: %s"
5827 msgstr ""
5829 #: libcore/as_environment.cpp:567
5830 #, c-format
5831 msgid "reference to non-existent variable '%s'"
5832 msgstr ""
5834 #: libcore/Geometry.cpp:187
5835 msgid "Collision detection for unidirectionally scaled strokes"
5836 msgstr ""
5838 #: libcore/as_object.cpp:439
5839 #, c-format
5840 msgid "Caught exception: %s"
5841 msgstr ""
5843 #: libcore/as_object.cpp:627
5844 #, c-format
5845 msgid "Attempt to set read-only property '%s'"
5846 msgstr ""
5848 #: libcore/as_object.cpp:639
5849 #, c-format
5850 msgid "%s: %s"
5851 msgstr ""
5853 #: libcore/as_object.cpp:654
5854 #, c-format
5855 msgid "Unknown failure in setting property '%s' on object '%p'"
5856 msgstr ""
5858 #: libcore/as_object.cpp:683
5859 #, c-format
5860 msgid "Attempt to initialize read-only property '%s' on object '%p' twice"
5861 msgstr ""
5863 #: libcore/as_object.cpp:845
5864 msgid "Circular inheritance chain detected during isPrototypeOf call"
5865 msgstr ""
5867 #: libcore/StaticText.cpp:53
5868 msgid "StaticText::pointInShape"
5869 msgstr ""
5871 #: libcore/vm/VM.cpp:222
5872 #, c-format
5873 msgid "-------------- global register[%d] = '%s'"
5874 msgstr ""
5876 #: libcore/vm/VM.cpp:250
5877 #, c-format
5878 msgid "Recursion limit reached (%u)"
5879 msgstr ""
5881 #: libcore/vm/CallStack.cpp:64
5882 #, c-format
5883 msgid "-------------- local register[%d] = '%s'"
5884 msgstr ""
5886 #: libcore/vm/ASHandlers.cpp:435
5887 #, c-format
5888 msgid "Malformed action code: %s"
5889 msgstr ""
5891 #: libcore/vm/ASHandlers.cpp:450
5892 #, c-format
5893 msgid "%s: CHECKME: was broken"
5894 msgstr ""
5896 #: libcore/vm/ASHandlers.cpp:595
5897 #, c-format
5898 msgid "GetUrl: target=%s URL=%s"
5899 msgstr ""
5901 #: libcore/vm/ASHandlers.cpp:615
5902 #, c-format
5903 msgid "ActionWaitForFrame (0x%X) tag length == %d (expected 3)"
5904 msgstr ""
5906 #: libcore/vm/ASHandlers.cpp:629 libcore/vm/ASHandlers.cpp:1695
5907 #, c-format
5908 msgid "%s: environment target is null or not a MovieClip"
5909 msgstr ""
5911 #: libcore/vm/ASHandlers.cpp:637
5912 #, c-format
5913 msgid "ActionWaitForFrame(%d): target (%s) has only %d frames"
5914 msgstr ""
5916 #: libcore/vm/ASHandlers.cpp:679
5917 msgid "GotoLabel: environment target is null or not a MovieClip"
5918 msgstr ""
5920 #: libcore/vm/ASHandlers.cpp:876 libcore/vm/ASHandlers.cpp:1572
5921 msgid "Negative size passed to ActionSubString, taking as whole length"
5922 msgstr ""
5924 #: libcore/vm/ASHandlers.cpp:893
5925 msgid "Start is less then 1 in ActionSubString, setting to 1."
5926 msgstr ""
5928 #: libcore/vm/ASHandlers.cpp:903
5929 msgid ""
5930 "Start goes beyond input string in ActionSubString, returning the empty "
5931 "string."
5932 msgstr ""
5934 #: libcore/vm/ASHandlers.cpp:916
5935 msgid ""
5936 "start + size goes beyond input string in ActionSubString, adjusting size"
5937 msgstr ""
5939 #: libcore/vm/ASHandlers.cpp:963
5940 #, c-format
5941 msgid ""
5942 "Can't assign a sprite/DisplayObject to a variable in SWF%d. We'll return "
5943 "undefined instead of %s."
5944 msgstr ""
5946 #: libcore/vm/ASHandlers.cpp:971
5947 #, c-format
5948 msgid "-- get var: %s=%s"
5949 msgstr ""
5951 #: libcore/vm/ASHandlers.cpp:984
5952 #, c-format
5953 msgid ""
5954 "ActionSetVariable: %s=%s: variable name evaluates to invalid (empty) string"
5955 msgstr ""
5957 #: libcore/vm/ASHandlers.cpp:992
5958 #, c-format
5959 msgid "-- set var: %s = %s"
5960 msgstr ""
5962 #: libcore/vm/ASHandlers.cpp:1043
5963 msgid ""
5964 "ActionGetProperty(<empty>) called, but current target is not a DisplayObject"
5965 msgstr ""
5967 #: libcore/vm/ASHandlers.cpp:1062
5968 #, c-format
5969 msgid "Could not find GetProperty target (%s)"
5970 msgstr ""
5972 #: libcore/vm/ASHandlers.cpp:1087
5973 #, c-format
5974 msgid "ActionSetProperty: can't find target %s for setting property %s"
5975 msgstr ""
5977 #: libcore/vm/ASHandlers.cpp:1110
5978 #, c-format
5979 msgid "duplicateMovieClip: invalid depth %d passed; not duplicating"
5980 msgstr ""
5982 #: libcore/vm/ASHandlers.cpp:1125
5983 #, c-format
5984 msgid "Path given to duplicateMovieClip(%s) doesn't point to a DisplayObject"
5985 msgstr ""
5987 #: libcore/vm/ASHandlers.cpp:1136
5988 #, c-format
5989 msgid "Path given to duplicateMovieClip(%s) is not a sprite"
5990 msgstr ""
5992 #: libcore/vm/ASHandlers.cpp:1157
5993 #, c-format
5994 msgid "Path given to removeMovieClip(%s) doesn't point to a DisplayObject"
5995 msgstr ""
5997 #: libcore/vm/ASHandlers.cpp:1167
5998 #, c-format
5999 msgid "Path given to removeMovieClip(%s) is not a sprite"
6000 msgstr ""
6002 #: libcore/vm/ASHandlers.cpp:1205
6003 #, c-format
6004 msgid "startDrag: unknown target '%s'"
6005 msgstr ""
6007 #: libcore/vm/ASHandlers.cpp:1225
6008 msgid "Y values in ActionStartDrag swapped, fixing"
6009 msgstr ""
6011 #: libcore/vm/ASHandlers.cpp:1232
6012 msgid "X values in ActionStartDrag swapped, fixing"
6013 msgstr ""
6015 #: libcore/vm/ASHandlers.cpp:1296
6016 #, c-format
6017 msgid "-- %s cast_to %s (invalid args?)"
6018 msgstr ""
6020 #: libcore/vm/ASHandlers.cpp:1335
6021 #, c-format
6022 msgid "Stack value on IMPLEMENTSOP is not an object: %s."
6023 msgstr ""
6025 #: libcore/vm/ASHandlers.cpp:1344
6026 msgid "Target object for IMPLEMENTSOP has no prototype."
6027 msgstr ""
6029 #: libcore/vm/ASHandlers.cpp:1351
6030 #, c-format
6031 msgid "IMPLEMENTSOP target object's prototype is not an object (%s)"
6032 msgstr ""
6034 #: libcore/vm/ASHandlers.cpp:1359
6035 #, c-format
6036 msgid "Invalid interfaces count (%d) on IMPLEMENTSOP"
6037 msgstr ""
6039 #: libcore/vm/ASHandlers.cpp:1370
6040 #, c-format
6041 msgid "class found on stack on IMPLEMENTSOP is not an object: %s"
6042 msgstr ""
6044 #: libcore/vm/ASHandlers.cpp:1377
6045 msgid "Interface object for IMPLEMENTSOP has no prototype."
6046 msgstr ""
6048 #: libcore/vm/ASHandlers.cpp:1385
6049 #, c-format
6050 msgid "Prototype of interface object for IMPLEMENTSOP is not an object (%s)."
6051 msgstr ""
6053 #: libcore/vm/ASHandlers.cpp:1392
6054 #, c-format
6055 msgid "%s (with .prototype %p) implements %s (with .prototype %p)"
6056 msgstr ""
6058 #: libcore/vm/ASHandlers.cpp:1427
6059 #, c-format
6060 msgid "fscommand2:%s"
6061 msgstr ""
6063 #: libcore/vm/ASHandlers.cpp:1558
6064 #, c-format
6065 msgid " ActionMbSubString(%s, %d, %d)"
6066 msgstr ""
6068 #: libcore/vm/ASHandlers.cpp:1580
6069 msgid "Base is less then 1 in ActionMbSubString, setting to 1."
6070 msgstr ""
6072 #: libcore/vm/ASHandlers.cpp:1587
6073 msgid ""
6074 "base goes beyond input string in ActionMbSubString, returning the empty "
6075 "string."
6076 msgstr ""
6078 #: libcore/vm/ASHandlers.cpp:1599
6079 #, c-format
6080 msgid ""
6081 "base+size goes beyond input string in ActionMbSubString, adjusting size "
6082 "based on length:%d and start:%d"
6083 msgstr ""
6085 #: libcore/vm/ASHandlers.cpp:1623 libcore/vm/ASHandlers.cpp:1648
6086 msgid "Not properly implemented for SWF5"
6087 msgstr ""
6089 #: libcore/vm/ASHandlers.cpp:1674
6090 msgid "ActionStrictMode set to %1%"
6091 msgstr ""
6093 #: libcore/vm/ASHandlers.cpp:1703
6094 #, c-format
6095 msgid ""
6096 "Frame spec found on stack at ActionWaitForFrame doesn't evaluate to a valid "
6097 "frame: %s"
6098 msgstr ""
6100 #: libcore/vm/ASHandlers.cpp:1728
6101 msgid "Unknown constant '%1%' (no pool registered with VM)"
6102 msgstr ""
6104 #: libcore/vm/ASHandlers.cpp:1736
6105 msgid "Unknown constant '%1%' (registered pool has %2% entries)"
6106 msgstr ""
6108 #: libcore/vm/ASHandlers.cpp:1793
6109 #, c-format
6110 msgid ""
6111 "Unknown push type %d. Execution will continue but it is likely to fail due "
6112 "to lost sync."
6113 msgstr ""
6115 #: libcore/vm/ASHandlers.cpp:1835
6116 #, c-format
6117 msgid "Invalid register %d in ActionPush"
6118 msgstr ""
6120 #: libcore/vm/ASHandlers.cpp:1886
6121 #, c-format
6122 msgid "\t%d) type=%s, value=%s"
6123 msgstr ""
6125 #: libcore/vm/ASHandlers.cpp:1917
6126 msgid "Undefined GetUrl2 URL on stack, skipping"
6127 msgstr ""
6129 #: libcore/vm/ASHandlers.cpp:1949
6130 #, c-format
6131 msgid "branch to offset %d  --  this section only runs to %d"
6132 msgstr ""
6134 #: libcore/vm/ASHandlers.cpp:1983
6135 #, c-format
6136 msgid ""
6137 "Couldn't find target_sprite \"%s\" in ActionCallFrame! target frame actions "
6138 "will not be called..."
6139 msgstr ""
6141 #: libcore/vm/ASHandlers.cpp:2034
6142 #, c-format
6143 msgid ""
6144 "Frame spec found on stack at ActionGotoExpression doesn't evaluate to a "
6145 "valid frame: %s"
6146 msgstr ""
6148 #: libcore/vm/ASHandlers.cpp:2046
6149 #, c-format
6150 msgid ""
6151 "Couldn't find target sprite \"%s\" in ActionGotoExpression. Will not go to "
6152 "target frame..."
6153 msgstr ""
6155 #: libcore/vm/ASHandlers.cpp:2125
6156 #, c-format
6157 msgid "delete %s.%s: no object found to delete"
6158 msgstr ""
6160 #: libcore/vm/ASHandlers.cpp:2165
6161 msgid "delete2 called with a path that does not resolve to an object"
6162 msgstr ""
6164 #: libcore/vm/ASHandlers.cpp:2191
6165 #, c-format
6166 msgid "-- set local var: %s = %s"
6167 msgstr ""
6169 #: libcore/vm/ASHandlers.cpp:2224
6170 #, c-format
6171 msgid "ActionCallFunction: %s is not an object"
6172 msgstr ""
6174 #: libcore/vm/ASHandlers.cpp:2241
6175 #, c-format
6176 msgid ""
6177 "Attempt to call a function with %u arguments while only %u are available on "
6178 "the stack."
6179 msgstr ""
6181 #: libcore/vm/ASHandlers.cpp:2303
6182 #, c-format
6183 msgid "---new object: %s"
6184 msgstr ""
6186 #: libcore/vm/ASHandlers.cpp:2313
6187 #, c-format
6188 msgid "ActionNew: '%s' is not a constructor"
6189 msgstr ""
6191 #: libcore/vm/ASHandlers.cpp:2351
6192 msgid "The 'var whatever' syntax in timeline context is a no-op."
6193 msgstr ""
6195 #: libcore/vm/ASHandlers.cpp:2439
6196 #, c-format
6197 msgid "Argument to TargetPath(%s) doesn't cast to a DisplayObject"
6198 msgstr ""
6200 #: libcore/vm/ASHandlers.cpp:2474
6201 #, c-format
6202 msgid ""
6203 "Top of stack doesn't evaluate to an object (%s) at ActionEnumerate execution"
6204 msgstr ""
6206 #: libcore/vm/ASHandlers.cpp:2581
6207 #, c-format
6208 msgid "getMember called against a value that does not cast to an as_object: %s"
6209 msgstr ""
6211 #: libcore/vm/ASHandlers.cpp:2590
6212 #, c-format
6213 msgid " ActionGetMember: target: %s (object %p)"
6214 msgstr ""
6216 #: libcore/vm/ASHandlers.cpp:2605
6217 #, c-format
6218 msgid "-- get_member %s.%s=%s"
6219 msgstr ""
6221 #: libcore/vm/ASHandlers.cpp:2624
6222 #, c-format
6223 msgid ""
6224 "ActionSetMember: %s.%s=%s: member name evaluates to invalid (empty) string"
6225 msgstr ""
6227 #: libcore/vm/ASHandlers.cpp:2633
6228 #, c-format
6229 msgid "-- set_member %s.%s=%s"
6230 msgstr ""
6232 #: libcore/vm/ASHandlers.cpp:2645
6233 #, c-format
6234 msgid "-- set_member %s.%s=%s on invalid object!"
6235 msgstr ""
6237 #: libcore/vm/ASHandlers.cpp:2706
6238 #, c-format
6239 msgid ""
6240 "Attempt to call a method with %u arguments while only %u are available on "
6241 "the stack."
6242 msgstr ""
6244 #: libcore/vm/ASHandlers.cpp:2714
6245 #, c-format
6246 msgid " method name: %s"
6247 msgstr ""
6249 #: libcore/vm/ASHandlers.cpp:2715
6250 #, c-format
6251 msgid " method object/func: %s"
6252 msgstr ""
6254 #: libcore/vm/ASHandlers.cpp:2716
6255 #, c-format
6256 msgid " method nargs: %d"
6257 msgstr ""
6259 #: libcore/vm/ASHandlers.cpp:2724
6260 #, c-format
6261 msgid "ActionCallMethod invoked with non-object object/func (%s)"
6262 msgstr ""
6264 #: libcore/vm/ASHandlers.cpp:2758
6265 #, c-format
6266 msgid "ActionCallMethod: Can't find method %s of object %s"
6267 msgstr ""
6269 #: libcore/vm/ASHandlers.cpp:2770
6270 #, c-format
6271 msgid "ActionCallMethod: property %d of object %d is not callable (%s)"
6272 msgstr ""
6274 #: libcore/vm/ASHandlers.cpp:2843
6275 #, c-format
6276 msgid ""
6277 "Attempt to call a constructor with %u arguments while only %u are available "
6278 "on the stack."
6279 msgstr ""
6281 #: libcore/vm/ASHandlers.cpp:2855
6282 msgid "On ActionNewMethod: no object found on stack on ActionMethod"
6283 msgstr ""
6285 #: libcore/vm/ASHandlers.cpp:2872
6286 #, c-format
6287 msgid "ActionNewMethod: can't find method %s of object %s"
6288 msgstr ""
6290 #: libcore/vm/ASHandlers.cpp:2884
6291 msgid "ActionNewMethod: method name is undefined and object is not a function"
6292 msgstr ""
6294 #: libcore/vm/ASHandlers.cpp:2923
6295 #, c-format
6296 msgid "-- %s instanceof %s (invalid args?)"
6297 msgstr ""
6299 #: libcore/vm/ASHandlers.cpp:2952
6300 #, c-format
6301 msgid "Top of stack not an object %s at ActionEnum2 execution"
6302 msgstr ""
6304 #: libcore/vm/ASHandlers.cpp:3089
6305 #, c-format
6306 msgid "ActionExtends: Super is not an object (%s)"
6307 msgstr ""
6309 #: libcore/vm/ASHandlers.cpp:3093
6310 #, c-format
6311 msgid "ActionExtends: Sub is not a function (%s)"
6312 msgstr ""
6314 #: libcore/vm/ASHandlers.cpp:3194
6315 #, c-format
6316 msgid ""
6317 "function2 code len (%u) overflows DOACTION tag boundaries (DOACTION tag len="
6318 "%d, function2 code offset=%d). Forcing code len to eat the whole buffer "
6319 "(would this work?)."
6320 msgstr ""
6322 #: libcore/vm/ASHandlers.cpp:3216
6323 #, c-format
6324 msgid "DefineFunction2: named function '%s' starts at PC %d"
6325 msgstr ""
6327 #: libcore/vm/ASHandlers.cpp:3226
6328 #, c-format
6329 msgid "DefineFunction2: anonymous function starts at PC %d"
6330 msgstr ""
6332 #: libcore/vm/ASHandlers.cpp:3278
6333 #, c-format
6334 msgid ""
6335 "ActionTry: reserved:%x doFinally:%d doCatch:%d trySize:%u catchSize:%u "
6336 "finallySize:%u catchName:%s catchRegister:%u"
6337 msgstr ""
6339 #: libcore/vm/ASHandlers.cpp:3307
6340 msgid "ActionWith tag length != 2; skipping"
6341 msgstr ""
6343 #: libcore/vm/ASHandlers.cpp:3317
6344 msgid "Empty with() block..."
6345 msgstr ""
6347 #: libcore/vm/ASHandlers.cpp:3328
6348 #, c-format
6349 msgid "with(%s) : first argument doesn't cast to an object!"
6350 msgstr ""
6352 #: libcore/vm/ASHandlers.cpp:3443
6353 #, c-format
6354 msgid "Unsupported action handler invoked, code at pc is %#x"
6355 msgstr ""
6357 #: libcore/vm/ASHandlers.cpp:3503
6358 msgid "Bogus empty GetUrl URL in SWF file, skipping"
6359 msgstr ""
6361 #: libcore/vm/ASHandlers.cpp:3515
6362 msgid ""
6363 "Bogus GetUrl2 send vars method in SWF file (both GET and POST requested). "
6364 "Using GET"
6365 msgstr ""
6367 #: libcore/vm/ASHandlers.cpp:3574
6368 #, c-format
6369 msgid "getURL: target %s not found"
6370 msgstr ""
6372 #: libcore/vm/ASHandlers.cpp:3580
6373 #, c-format
6374 msgid "getURL: target %s is not a sprite"
6375 msgstr ""
6377 #: libcore/vm/ASHandlers.cpp:3599
6378 msgid "commonGetURL: current target is undefined"
6379 msgstr ""
6381 #: libcore/vm/ASHandlers.cpp:3619
6382 #, c-format
6383 msgid "Unknown loadMovie target: %s"
6384 msgstr ""
6386 #: libcore/vm/ASHandlers.cpp:3633
6387 #, c-format
6388 msgid "get URL: target %s is not a sprite"
6389 msgstr ""
6391 #: libcore/vm/ASHandlers.cpp:3698
6392 #, c-format
6393 msgid "Couldn't find movie \"%s\" to set target to! Setting target to NULL..."
6394 msgstr ""
6396 #: libcore/vm/Machine.cpp:895
6397 #, c-format
6398 msgid "Can't push a null value onto the scope stack (%s)."
6399 msgstr ""
6401 #: libcore/vm/Machine.cpp:1438
6402 #, c-format
6403 msgid ""
6404 "CALLPROP: Can't call a method of a value that doesn't cast to an object (%s)."
6405 msgstr ""
6407 #: libcore/vm/Machine.cpp:1455
6408 #, c-format
6409 msgid "CALLPROP: Property '%s' of object '%s' is '%s', cannot call as method"
6410 msgstr ""
6412 #: libcore/vm/Machine.cpp:1983
6413 #, c-format
6414 msgid "GETPROPERTY: Looking for property %s of object %s"
6415 msgstr ""
6417 #: libcore/vm/Machine.cpp:1987
6418 #, c-format
6419 msgid "GETPROPERTY: expecting object on stack, got %s."
6420 msgstr ""
6422 #: libcore/vm/Machine.cpp:2122
6423 #, c-format
6424 msgid "ABC_ACTION_SETSLOT: unexpected non-object stack value %s"
6425 msgstr ""
6427 #: libcore/vm/ActionExec.cpp:147
6428 #, c-format
6429 msgid ""
6430 "at ActionExec operator() start, pc=%d, stop_pc=%d, code.size=%d, func=%d, "
6431 "codeVersion=%d"
6432 msgstr ""
6434 #: libcore/vm/ActionExec.cpp:152 libcore/vm/ActionExec.cpp:285
6435 #: libcore/vm/ActionExec.cpp:296
6436 #, c-format
6437 msgid "%s"
6438 msgstr ""
6440 #: libcore/vm/ActionExec.cpp:222
6441 #, c-format
6442 msgid "PC:%d - EX: %s"
6443 msgstr ""
6445 #: libcore/vm/ActionExec.cpp:239
6446 #, c-format
6447 msgid ""
6448 "Length %u (%d) of action tag id %u at pc %d overflows actions buffer size %d"
6449 msgstr ""
6451 #: libcore/vm/ActionExec.cpp:292
6452 #, c-format
6453 msgid "After execution: PC %d, next PC %d, stack follows"
6454 msgstr ""
6456 #: libcore/vm/ActionExec.cpp:306
6457 msgid ""
6458 "Time exceeded (%4% secs) while executing code in %1% between pc %2% and %3%. "
6459 "Disable scripts?"
6460 msgstr ""
6462 #: libcore/vm/ActionExec.cpp:541
6463 msgid ""
6464 "Stack smashed (ActionScript compiler bug, or obfuscated SWF). Taking no "
6465 "action to fix (as expected)."
6466 msgstr ""
6468 #: libcore/vm/ActionExec.cpp:545
6469 #, c-format
6470 msgid "%d elements left on the stack after block execution."
6471 msgstr ""
6473 #: libcore/vm/ActionExec.cpp:564
6474 #, c-format
6475 msgid ""
6476 "End of DoAction block hit while skipping %d action tags (pc:%d, stop_pc:%d) "
6477 "(WaitForFrame, probably)"
6478 msgstr ""
6480 #: libcore/vm/ActionExec.cpp:674
6481 #, c-format
6482 msgid "Jump outside DoAction tag requested (offset %d before tag start)"
6483 msgstr ""
6485 #: libcore/MovieLoader.cpp:260
6486 #, c-format
6487 msgid "Can't create Movie instance for definition loaded from %s"
6488 msgstr ""
6490 #: libcore/ClassHierarchy.cpp:85
6491 #, c-format
6492 msgid "Native class %s is not an object after initialization (%s)"
6493 msgstr ""
6495 #: libcore/ClassHierarchy.cpp:92
6496 #, c-format
6497 msgid "Native class %s is not found after initialization"
6498 msgstr ""
6500 #: libcore/RGBA.cpp:47
6501 msgid "Failed to convert string to RGBA value! This is a Gnash bug"
6502 msgstr ""
6504 #: libcore/SWFStream.cpp:475
6505 msgid "Attempt to seek past the end of an opened tag"
6506 msgstr ""
6508 #: libcore/SWFStream.cpp:483
6509 msgid "Attempt to seek before start of an opened tag"
6510 msgstr ""
6512 #: libcore/SWFStream.cpp:496
6513 msgid "Unexpected end of stream"
6514 msgstr ""
6516 #: libcore/SWFStream.cpp:564
6517 #, c-format
6518 msgid ""
6519 "Tag %d starting at offset %d is advertised to end at offset %d, which is "
6520 "after end of previously opened tag starting at offset %d and ending at "
6521 "offset %d. Making it end where container tag ends."
6522 msgstr ""
6524 #: libcore/SWFStream.cpp:581
6525 #, c-format
6526 msgid "SWF[%lu]: tag type = %d, tag length = %d, end tag = %lu"
6527 msgstr ""
6529 #: libcore/SWFStream.cpp:602
6530 msgid "Could not seek to reported end of tag"
6531 msgstr ""
6533 #: libcore/SWFStream.cpp:617
6534 #, c-format
6535 msgid "SWFStream::consumeInput: underlying stream couldn't go_to_end: %s"
6536 msgstr ""
6538 #: libcore/DisplayObject.cpp:124
6539 #, c-format
6540 msgid "loadMovie against a %s DisplayObject"
6541 msgstr ""
6543 #: libcore/DisplayObject.cpp:261
6544 msgid "blendMode"
6545 msgstr ""
6547 #: libcore/DisplayObject.cpp:371
6548 #, c-format
6549 msgid "Setting _height=%g of DisplayObject %s (%s)"
6550 msgstr ""
6552 #: libcore/DisplayObject.cpp:799
6553 msgid "yes"
6554 msgstr ""
6556 #: libcore/DisplayObject.cpp:800
6557 msgid "no"
6558 msgstr ""
6560 #: libcore/DisplayObject.cpp:806
6561 msgid "Depth"
6562 msgstr ""
6564 #: libcore/DisplayObject.cpp:812
6565 msgid "Ratio"
6566 msgstr ""
6568 #: libcore/DisplayObject.cpp:822
6569 msgid "Clipping depth"
6570 msgstr ""
6572 #: libcore/DisplayObject.cpp:827
6573 msgid "Dimensions"
6574 msgstr ""
6576 #: libcore/DisplayObject.cpp:829
6577 msgid "Dynamic"
6578 msgstr ""
6580 #: libcore/DisplayObject.cpp:830
6581 msgid "Mask"
6582 msgstr ""
6584 #: libcore/DisplayObject.cpp:831
6585 msgid "Destroyed"
6586 msgstr ""
6588 #: libcore/DisplayObject.cpp:833
6589 msgid "Unloaded"
6590 msgstr ""
6592 #: libcore/DisplayObject.cpp:837
6593 msgid "Blend mode"
6594 msgstr ""
6596 #: libcore/DisplayObject.cpp:840
6597 msgid "Invalidated"
6598 msgstr ""
6600 #: libcore/DisplayObject.cpp:842
6601 msgid "Child invalidated"
6602 msgstr ""
6604 #: libcore/DisplayObject.cpp:863 libcore/DisplayObject.cpp:1567
6605 #, c-format
6606 msgid "Attempt to set property to %s, refused"
6607 msgstr ""
6609 #: libcore/DisplayObject.cpp:1098
6610 #, c-format
6611 msgid "Attempt to set %s._y to %s (evaluating to number %g) refused"
6612 msgstr ""
6614 #: libcore/DisplayObject.cpp:1129
6615 #, c-format
6616 msgid "Attempt to set %s._x to %s (evaluating to number %g) refused"
6617 msgstr ""
6619 #: libcore/DisplayObject.cpp:1158
6620 #, c-format
6621 msgid "Attempt to set %s._xscale to %s (evaluating to number %g) refused"
6622 msgstr ""
6624 #: libcore/DisplayObject.cpp:1184
6625 #, c-format
6626 msgid "Attempt to set %s._yscale to %s (evaluating to number %g) refused"
6627 msgstr ""
6629 #: libcore/DisplayObject.cpp:1220
6630 #, c-format
6631 msgid "Attempt to set %s._visible to %s (evaluating to number %g) refused"
6632 msgstr ""
6634 #: libcore/DisplayObject.cpp:1249
6635 #, c-format
6636 msgid "Attempt to set %s._alpha to %s (evaluating to number %g) refused"
6637 msgstr ""
6639 #: libcore/DisplayObject.cpp:1315
6640 #, c-format
6641 msgid "Attempt to set %s._rotation to %s (evaluating to number %g) refused"
6642 msgstr ""
6644 #: libcore/DisplayObject.cpp:1355
6645 msgid "_soundbuftime setting"
6646 msgstr ""
6648 #: libcore/DisplayObject.cpp:1379
6649 #, c-format
6650 msgid "Setting _width=%g of DisplayObject %s (%s)"
6651 msgstr ""
6653 #: libcore/DisplayObject.cpp:1389 libcore/DisplayObject.cpp:1407
6654 msgid "_focusrect"
6655 msgstr ""
6657 #: libcore/AMFConverter.cpp:98
6658 msgid "Problems serializing an object's member"
6659 msgstr ""
6661 #: libcore/AMFConverter.cpp:212
6662 #, c-format
6663 msgid "Problems serializing strict array member %d=%s"
6664 msgstr ""
6666 #: libcore/AMFConverter.cpp:242
6667 msgid "Could not serialize object"
6668 msgstr ""
6670 #: libcore/AMFConverter.cpp:319
6671 #, c-format
6672 msgid "Unknown AMF type %s! Cannot proceed"
6673 msgstr ""
6675 #: libcore/AMFConverter.cpp:376
6676 #, c-format
6677 msgid "AMF parsing error: %s"
6678 msgstr ""
6680 #: libcore/AMFConverter.cpp:407
6681 msgid "Read past _end of buffer for strict array length"
6682 msgstr ""
6684 #: libcore/AMFConverter.cpp:425
6685 msgid "Unable to read array elements"
6686 msgstr ""
6688 #: libcore/AMFConverter.cpp:442
6689 msgid "Read past _end of buffer for array length"
6690 msgstr ""
6692 #: libcore/AMFConverter.cpp:468 libcore/AMFConverter.cpp:489
6693 msgid "MALFORMED AMF: premature _end of ECMA_ARRAY block"
6694 msgstr ""
6696 #: libcore/AMFConverter.cpp:480
6697 msgid "MALFORMED AMF: empty member name not followed by OBJECT_END_AMF0 byte"
6698 msgstr ""
6700 #: libcore/AMFConverter.cpp:504
6701 msgid "Unable to read array element"
6702 msgstr ""
6704 #: libcore/AMFConverter.cpp:528
6705 msgid "Could not read object property name"
6706 msgstr ""
6708 #: libcore/AMFConverter.cpp:539
6709 msgid "AMF buffer terminated just before object _end byte. continuing anyway."
6710 msgstr ""
6712 #: libcore/AMFConverter.cpp:566
6713 #, c-format
6714 msgid "readAMF0: invalid reference to object %d (%d known objects)"
6715 msgstr ""
6717 #: libcore/AMFConverter.cpp:597
6718 msgid ""
6719 "Date type encoded timezone info %1%, even though this field should not be "
6720 "used."
6721 msgstr ""
6723 #: libcore/as_value.cpp:768
6724 #, c-format
6725 msgid "serialization of as_value of type %d"
6726 msgstr ""
6728 #: libcore/DisplayList.cpp:305
6729 #, c-format
6730 msgid "moveDisplayObject() -- can't find object at depth %d"
6731 msgstr ""
6733 #: libcore/DisplayList.cpp:312
6734 msgid "Request to move an unloaded DisplayObject"
6735 msgstr ""
6737 #: libcore/DisplayList.cpp:380
6738 #, c-format
6739 msgid "%s.swapDepth(%d) : ignored call with target depth less then %d"
6740 msgstr ""
6742 #: libcore/DisplayList.cpp:404
6743 msgid ""
6744 "First argument to DisplayList::swapDepth() is NOT a DisplayObject in the "
6745 "list. Call ignored."
6746 msgstr ""
6748 #: libcore/DisplayList.cpp:875
6749 #, c-format
6750 msgid ""
6751 "mergeDisplayList: DisplayObject %s (%s at depth %d [%d]) about to be "
6752 "discarded in given display list is not marked as unloaded and not found in "
6753 "the merged current displaylist"
6754 msgstr ""
6756 #: libcore/LoadVariablesThread.cpp:75
6757 #, c-format
6758 msgid "%s to UTF8 conversion in MovieClip.loadVariables input parsing"
6759 msgstr ""
6761 #: libcore/LoadVariablesThread.cpp:124
6762 #, c-format
6763 msgid "Stream couldn't seek to end: %s"
6764 msgstr ""
6766 #: libcore/LoadVariablesThread.cpp:129
6767 #, c-format
6768 msgid ""
6769 "Size of 'variables' stream advertised to be %d bytes, but turned out to be "
6770 "%d bytes."
6771 msgstr ""
6773 #: libcore/Button.cpp:477
6774 #, c-format
6775 msgid "Unhandled button event %s"
6776 msgstr ""
6778 #: libcore/Button.cpp:789
6779 msgid "Button placed with an init object. This will be ignored."
6780 msgstr ""
6782 #: libcore/Button.cpp:957
6783 msgid "Enabled"
6784 msgstr ""
6786 #: libcore/Button.cpp:962
6787 msgid "Button state"
6788 msgstr ""
6790 #: libcore/Button.cpp:966
6791 msgid "Action characters"
6792 msgstr ""
6794 #: libcore/Button.cpp:995
6795 msgid "Button.blendMode"
6796 msgstr ""
6798 #: libcore/Button.cpp:1004
6799 msgid "Button.cacheAsBitmap"
6800 msgstr ""
6802 #: libcore/Button.cpp:1013
6803 msgid "Button.filters"
6804 msgstr ""
6806 #: libcore/Button.cpp:1022
6807 msgid "Button.scale9Grid"
6808 msgstr ""
6810 #: libcore/Button.cpp:1031
6811 msgid "Button.getTabIndex"
6812 msgstr ""
6814 #: libcore/Button.cpp:1040
6815 msgid "Button.setTabIndex"
6816 msgstr ""
6818 #: libcore/DisplayObjectContainer.cpp:74
6819 msgid "Children"
6820 msgstr ""
6822 #: libcore/PropertyList.cpp:274
6823 #, c-format
6824 msgid "Property %s already exists, can't addDestructiveGetter"
6825 msgstr ""
6827 #: libdevice/rawfb/RawFBDevice.cpp:63
6828 msgid "Couldn't initialize RAWFB device!"
6829 msgstr ""
6831 #: libdevice/rawfb/RawFBDevice.cpp:95
6832 msgid "Freeing framebuffer memory"
6833 msgstr ""
6835 #: libdevice/rawfb/RawFBDevice.cpp:100
6836 msgid "Freeing offscreen buffer"
6837 msgstr ""
6839 #: libdevice/rawfb/RawFBDevice.cpp:119
6840 #, c-format
6841 msgid "WARNING: Using %s as a fake framebuffer!"
6842 msgstr ""
6844 #: libdevice/rawfb/RawFBDevice.cpp:138
6845 #, c-format
6846 msgid "Could not open framebuffer device: %s"
6847 msgstr ""
6849 #: libdevice/rawfb/RawFBDevice.cpp:141
6850 #, c-format
6851 msgid "Opened framebuffer device: %s"
6852 msgstr ""
6854 #: libdevice/rawfb/RawFBDevice.cpp:177
6855 msgid "LUT8: Setting up colormap"
6856 msgstr ""
6858 #: libdevice/rawfb/RawFBDevice.cpp:202
6859 #, c-format
6860 msgid "LUT8: Error setting colormap: %s"
6861 msgstr ""
6863 #: libdevice/rawfb/RawFBDevice.cpp:407
6864 msgid "Couldn't write to the fake cmap!"
6865 msgstr ""
6867 #: libdevice/rawfb/RawFBDevice.cpp:411
6868 msgid "Couldn't write to the fake cmap, unknown type!"
6869 msgstr ""
6871 #: libdevice/rawfb/RawFBDevice.cpp:425
6872 msgid "Signaled fbe to reload it's colormap."
6873 msgstr ""
6875 #: libdevice/rawfb/RawFBDevice.cpp:432
6876 #, c-format
6877 msgid "fakefb_ioctl(%d)"
6878 msgstr ""
6880 #: libdevice/vaapi/VaapiImage.cpp:38
6881 #, c-format
6882 msgid "VaapiImage::VaapiImage(): format '%s'\n"
6883 msgstr ""
6885 #: libdevice/vaapi/VaapiImage.cpp:82
6886 #, c-format
6887 msgid "  image 0x%08x, format '%s'\n"
6888 msgstr ""
6890 #: libdevice/vaapi/VaapiSurfaceGLX.cpp:205
6891 #, c-format
6892 msgid "  -> surface %p\n"
6893 msgstr ""
6895 #: libdevice/vaapi/VaapiSurfaceGLX.cpp:212
6896 #, c-format
6897 msgid "VaapiSurface::~VaapiSurface(): surface %p\n"
6898 msgstr ""
6900 #: libdevice/vaapi/VaapiSurfaceGLX.cpp:266
6901 #, c-format
6902 msgid "VaapiSurfaceGLX::update(): from surface 0x%08x\n"
6903 msgstr ""
6905 #: libdevice/vaapi/VaapiSurface.cpp:77
6906 #, c-format
6907 msgid "VaapiSurface::~VaapiSurface(): surface 0x%08x\n"
6908 msgstr ""
6910 #: libdevice/vaapi/VaapiSubpicture.cpp:35
6911 #, c-format
6912 msgid "VaapiSubpicture::VaapiSubpicture(): format '%s'\n"
6913 msgstr ""
6915 #: libdevice/vaapi/VaapiSurfaceProxy.cpp:31
6916 #, c-format
6917 msgid "VaapiSurfaceProxy::VaapiSurfaceProxy(): surface 0x%08x\n"
6918 msgstr ""
6920 #: libdevice/vaapi/VaapiSurfaceProxy.cpp:36
6921 #, c-format
6922 msgid "VaapiSurfaceProxy::~VaapiSurfaceProxy(): surface 0x%08x\n"
6923 msgstr ""
6925 #: libdevice/x11/X11Device.cpp:88 libdevice/x11/X11Device.cpp:106
6926 msgid "Couldn't initialize X11 device!"
6927 msgstr ""
6929 #: libdevice/x11/X11Device.cpp:142
6930 msgid "couldn't open X11 display!"
6931 msgstr ""
6933 #: libdevice/x11/X11Device.cpp:162
6934 msgid "Error: couldn't get X visual\n"
6935 msgstr ""
6937 #: libdevice/x11/X11Device.cpp:199
6938 msgid "The default Display is not set!"
6939 msgstr ""
6941 #: libdevice/x11/X11Device.cpp:212
6942 msgid "No Display device set!"
6943 msgstr ""
6945 #: libdevice/x11/X11Device.cpp:217
6946 msgid "No drawable window set!"
6947 msgstr ""
6949 #: libdevice/egl/eglDevice.cpp:86 libdevice/egl/eglDevice.cpp:108
6950 msgid "Couldn't initialize EGL device!"
6951 msgstr ""
6953 #: libdevice/egl/eglDevice.cpp:111
6954 #, c-format
6955 msgid "Couldn't bind client to type %d!"
6956 msgstr ""
6958 #: libdevice/egl/eglDevice.cpp:181
6959 #, c-format
6960 msgid "eglGetDisplay() failed (error 0x%x)"
6961 msgstr ""
6963 #: libdevice/egl/eglDevice.cpp:187
6964 #, c-format
6965 msgid "eglInitialize() failed (error %s)"
6966 msgstr ""
6968 #: libdevice/egl/eglDevice.cpp:197
6969 #, c-format
6970 msgid "EGL_CLIENT_APIS = %s"
6971 msgstr ""
6973 #: libdevice/egl/eglDevice.cpp:198
6974 #, c-format
6975 msgid "EGL_EXTENSIONS = %s"
6976 msgstr ""
6978 #: libdevice/egl/eglDevice.cpp:199
6979 #, c-format
6980 msgid "EGL_VERSION = %s, EGL_VENDOR = %s"
6981 msgstr ""
6983 #: libdevice/egl/eglDevice.cpp:208 libdevice/egl/eglDevice.cpp:547
6984 #: gui/gtk/gtk_glue_ovg.cpp:383
6985 #, c-format
6986 msgid "eglGetConfigs() failed to retrieve the number of configs (error %s)"
6987 msgstr ""
6989 #: libdevice/egl/eglDevice.cpp:213 libdevice/egl/eglDevice.cpp:552
6990 #: gui/gtk/gtk_glue_ovg.cpp:388
6991 msgid "No EGLconfigs found\n"
6992 msgstr ""
6994 #: libdevice/egl/eglDevice.cpp:216 libdevice/egl/eglDevice.cpp:555
6995 #, c-format
6996 msgid "Max number of EGL Configs is %d"
6997 msgstr ""
6999 #: libdevice/egl/eglDevice.cpp:231
7000 msgid "Using the 32bpp, low quality configuration"
7001 msgstr ""
7003 #: libdevice/egl/eglDevice.cpp:233
7004 msgid "eglChooseConfig(32-low) failed"
7005 msgstr ""
7007 #: libdevice/egl/eglDevice.cpp:237
7008 msgid "Using the 16bpp, low quality configuration"
7009 msgstr ""
7011 #: libdevice/egl/eglDevice.cpp:239
7012 msgid "eglChooseConfig(16-low) failed"
7013 msgstr ""
7015 #: libdevice/egl/eglDevice.cpp:248
7016 msgid "Using the 32bpp, medium quality configuration"
7017 msgstr ""
7019 #: libdevice/egl/eglDevice.cpp:250
7020 msgid "eglChooseConfig(32-medium) failed"
7021 msgstr ""
7023 #: libdevice/egl/eglDevice.cpp:254 libdevice/egl/eglDevice.cpp:271
7024 msgid "Using the 16bpp, medium quality configuration"
7025 msgstr ""
7027 #: libdevice/egl/eglDevice.cpp:256
7028 msgid "eglChooseConfig(16-medium) failed"
7029 msgstr ""
7031 #: libdevice/egl/eglDevice.cpp:265
7032 msgid "Using the 32bpp, high quality configuration"
7033 msgstr ""
7035 #: libdevice/egl/eglDevice.cpp:267
7036 msgid "eglChooseConfig(32-high) failed"
7037 msgstr ""
7039 #: libdevice/egl/eglDevice.cpp:273
7040 msgid "eglChooseConfig(16-high) failed"
7041 msgstr ""
7043 #: libdevice/egl/eglDevice.cpp:283
7044 msgid "EGL configuration doesn't match!"
7045 msgstr ""
7047 #: libdevice/egl/eglDevice.cpp:319
7048 #, c-format
7049 msgid "eglGetConfigAttrib() failed (error %s)"
7050 msgstr ""
7052 #: libdevice/egl/eglDevice.cpp:323
7053 #, c-format
7054 msgid "EGL native visual is: %d"
7055 msgstr ""
7057 #: libdevice/egl/eglDevice.cpp:339
7058 msgid "Initializing EGL for OpenGLES2"
7059 msgstr ""
7061 #: libdevice/egl/eglDevice.cpp:341 libdevice/egl/eglDevice.cpp:361
7062 #, c-format
7063 msgid "eglBindAPI() failed to retrieve the number of configs (error %s)"
7064 msgstr ""
7066 #: libdevice/egl/eglDevice.cpp:349
7067 msgid "Initializing EGL for OpenGLES1"
7068 msgstr ""
7070 #: libdevice/egl/eglDevice.cpp:351
7071 #, c-format
7072 msgid "eglBindAPI() failed to retrive the number of configs (error %s)"
7073 msgstr ""
7075 #: libdevice/egl/eglDevice.cpp:359
7076 msgid "Initializing EGL for OpenVG"
7077 msgstr ""
7079 #: libdevice/egl/eglDevice.cpp:394
7080 msgid "Initializing EGL Surface"
7081 msgstr ""
7083 #: libdevice/egl/eglDevice.cpp:401
7084 #, c-format
7085 msgid "eglCreateWindowSurface failed (error %s)"
7086 msgstr ""
7088 #: libdevice/egl/eglDevice.cpp:415
7089 #, c-format
7090 msgid "eglCreateContext failed (error %s)"
7091 msgstr ""
7093 #: libdevice/egl/eglDevice.cpp:427
7094 #, c-format
7095 msgid "eglMakeCurrent failed (error %s)"
7096 msgstr ""
7098 #: libdevice/egl/eglDevice.cpp:559 gui/gtk/gtk_glue_ovg.cpp:395
7099 msgid "Out of memory\n"
7100 msgstr ""
7102 #: libdevice/egl/eglDevice.cpp:564
7103 #, c-format
7104 msgid "eglGetConfigs() failed to retrieve the configs (error %s)"
7105 msgstr ""
7107 #: libdevice/egl/eglDevice.cpp:777
7108 #, c-format
7109 msgid "eglCreatePbufferSurface() failed (error 0x%x)"
7110 msgstr ""
7112 #: libdevice/egl/eglDevice.cpp:797 libdevice/egl/eglDevice.cpp:818
7113 #, c-format
7114 msgid "eglCreatePbufferFromClientBuffer() failed (error 0x%x)"
7115 msgstr ""
7117 #: libdevice/events/UinputDevice.cpp:46
7118 msgid "ioctl(UI_DEV_DESTROY)"
7119 msgstr ""
7121 #: libdevice/events/UinputDevice.cpp:77 libdevice/events/MouseDevice.cpp:94
7122 #: libdevice/events/TouchDevice.cpp:312 libdevice/events/EventDevice.cpp:703
7123 #, c-format
7124 msgid "You don't have the proper permissions to open %s"
7125 msgstr ""
7127 #: libdevice/events/UinputDevice.cpp:82
7128 #, c-format
7129 msgid "Found a User mode input device at %s"
7130 msgstr ""
7132 #: libdevice/events/UinputDevice.cpp:98
7133 msgid "User Mode Input device not initialized yet!"
7134 msgstr ""
7136 #: libdevice/events/UinputDevice.cpp:103
7137 msgid "ioctl(UI_SET_EVBIT, EV_KEY)"
7138 msgstr ""
7140 #: libdevice/events/UinputDevice.cpp:109
7141 msgid "ioctl(UI_SET_EVBIT, EV_REL)"
7142 msgstr ""
7144 #: libdevice/events/UinputDevice.cpp:113
7145 msgid "ioctl(UI_SET_RELBIT, REL_X)"
7146 msgstr ""
7148 #: libdevice/events/UinputDevice.cpp:117
7149 msgid "ioctl( UI_SET_RELBIT, REL_Y)"
7150 msgstr ""
7152 #: libdevice/events/UinputDevice.cpp:142
7153 msgid "write uidev"
7154 msgstr ""
7156 #: libdevice/events/UinputDevice.cpp:147
7157 #, c-format
7158 msgid "ioctl(UI_SET_EVBIT, EV_ABS): %s"
7159 msgstr ""
7161 #: libdevice/events/UinputDevice.cpp:151
7162 #, c-format
7163 msgid "ioctl(UI_SET_ABSBIT,ABS_X): %s"
7164 msgstr ""
7166 #: libdevice/events/UinputDevice.cpp:155
7167 #, c-format
7168 msgid "ioctl(UI_SET_ABSBIT, ABS_Y): %s"
7169 msgstr ""
7171 #: libdevice/events/UinputDevice.cpp:161
7172 #, c-format
7173 msgid "ioctl(UI_SET_KEYBIT, BTN_LEFT)): %s"
7174 msgstr ""
7176 #: libdevice/events/UinputDevice.cpp:165
7177 #, c-format
7178 msgid "ioctl(UI_SET_KEYBIT, BTN_RIGHT): %s"
7179 msgstr ""
7181 #: libdevice/events/UinputDevice.cpp:169
7182 #, c-format
7183 msgid "ioctl(UI_SET_EVBIT, ABS_PRESSURE): %s"
7184 msgstr ""
7186 #: libdevice/events/UinputDevice.cpp:177
7187 #, c-format
7188 msgid "ioctl(UI_SET_KEYBIT, BTN_MOUSE): %s"
7189 msgstr ""
7191 #: libdevice/events/UinputDevice.cpp:182
7192 msgid "ioctl(UI_DEV_CREATED) failed!"
7193 msgstr ""
7195 #: libdevice/events/MouseDevice.cpp:99
7196 #, c-format
7197 msgid "Found a %s device for mouse input using %s"
7198 msgstr ""
7200 #: libdevice/events/MouseDevice.cpp:145 libdevice/events/EventDevice.cpp:74
7201 #, c-format
7202 msgid "Could not open %s: %s"
7203 msgstr ""
7205 #: libdevice/events/MouseDevice.cpp:151
7206 #, c-format
7207 msgid "Could not set non-blocking mode for mouse device: %s"
7208 msgstr ""
7210 #: libdevice/events/MouseDevice.cpp:170
7211 msgid "Mouse reset failed"
7212 msgstr ""
7214 #: libdevice/events/MouseDevice.cpp:180
7215 msgid "WARNING: Could not detect mouse device ID"
7216 msgstr ""
7218 #: libdevice/events/MouseDevice.cpp:184
7219 #, c-format
7220 msgid "WARNING: Non-standard mouse device ID %d"
7221 msgstr ""
7223 #: libdevice/events/MouseDevice.cpp:189
7224 msgid "Could not activate Data Reporting mode for mouse"
7225 msgstr ""
7227 #: libdevice/events/MouseDevice.cpp:197
7228 #, c-format
7229 msgid "Mouse enabled for %s on fd #%d"
7230 msgstr ""
7232 #: libdevice/events/MouseDevice.cpp:257
7233 msgid "No sync in first byte!"
7234 msgstr ""
7236 #: libdevice/events/MouseDevice.cpp:311
7237 msgid "Vertical mouse movement overflow bit set"
7238 msgstr ""
7240 #: libdevice/events/MouseDevice.cpp:314
7241 msgid "Horizontal mouse movement overflow bit set"
7242 msgstr ""
7244 #: libdevice/events/MouseDevice.cpp:320
7245 msgid "Horizontal mouse movement negative bit set"
7246 msgstr ""
7248 #: libdevice/events/MouseDevice.cpp:325
7249 msgid "Vertical mouse movement negative bit set"
7250 msgstr ""
7252 #: libdevice/events/MouseDevice.cpp:330
7253 #, c-format
7254 msgid "PS/2 Mouse: Xmove=%d, Ymove=%d,  Button %d"
7255 msgstr ""
7257 #: libdevice/events/MouseDevice.cpp:347
7258 #, c-format
7259 msgid "convert: Xin=%d, Yin=%d, Xout=%d, Yout=%d"
7260 msgstr ""
7262 #: libdevice/events/MouseDevice.cpp:354
7263 #, c-format
7264 msgid "read mouse: X=%d, Y=%d, Btn: btn %d"
7265 msgstr ""
7267 #: libdevice/events/MouseDevice.cpp:362
7268 #, c-format
7269 msgid "mouse click! %d"
7270 msgstr ""
7272 #: libdevice/events/MouseDevice.cpp:380
7273 #, c-format
7274 msgid "mouse_command: discarded %d bytes from input buffer"
7275 msgstr ""
7277 #: libdevice/events/TouchDevice.cpp:83
7278 msgid "No filespec specified for the touchscreen device."
7279 msgstr ""
7281 #: libdevice/events/TouchDevice.cpp:89
7282 #, c-format
7283 msgid "Could not open touchscreen %s: %s"
7284 msgstr ""
7286 #: libdevice/events/TouchDevice.cpp:96
7287 #, c-format
7288 msgid "Could not get touchscreen fd %s: %s"
7289 msgstr ""
7291 #: libdevice/events/TouchDevice.cpp:103
7292 #, c-format
7293 msgid "Using TSLIB on %s"
7294 msgstr ""
7296 #: libdevice/events/TouchDevice.cpp:134
7297 #, c-format
7298 msgid "Touched x: %d, y: %d"
7299 msgstr ""
7301 #: libdevice/events/TouchDevice.cpp:138
7302 #, c-format
7303 msgid "lifted x: %d y: %d"
7304 msgstr ""
7306 #: libdevice/events/TouchDevice.cpp:244
7307 msgid "WARNING: Error parsing calibration data!"
7308 msgstr ""
7310 #: libdevice/events/TouchDevice.cpp:246
7311 #, c-format
7312 msgid ""
7313 "Using touchscreen calibration data: %.0f / %.0f / %.0f / %.0f / %.0f / %.0f"
7314 msgstr ""
7316 #: libdevice/events/TouchDevice.cpp:249
7317 msgid ""
7318 "WARNING: No touchscreen calibration settings found. The mouse pointer most "
7319 "probably won't work precisely. Set TSCALIB environment variable with correct "
7320 "values for better results"
7321 msgstr ""
7323 #: libdevice/events/EventDevice.cpp:80
7324 #, c-format
7325 msgid "Could not set non-blocking mode for pointing device: %s"
7326 msgstr ""
7328 #: libdevice/events/EventDevice.cpp:93
7329 msgid "ioctl (EVIOCGVERSION)"
7330 msgstr ""
7332 #: libdevice/events/EventDevice.cpp:96
7333 #, c-format
7334 msgid "evdev driver version is %d.%d.%d"
7335 msgstr ""
7337 #: libdevice/events/EventDevice.cpp:102 libdevice/events/EventDevice.cpp:724
7338 #, c-format
7339 msgid "ioctl (EVIOCGID): %s"
7340 msgstr ""
7342 #: libdevice/events/EventDevice.cpp:107 libdevice/events/EventDevice.cpp:718
7343 #, c-format
7344 msgid "ioctl (EVIOCGNAME): %s"
7345 msgstr ""
7347 #: libdevice/events/EventDevice.cpp:109 libdevice/events/EventDevice.cpp:720
7348 #, c-format
7349 msgid "The device on %s says its name is %s"
7350 msgstr ""
7352 #: libdevice/events/EventDevice.cpp:115 libdevice/events/EventDevice.cpp:726
7353 #, c-format
7354 msgid "vendor %04hx product %04hx version %04hx"
7355 msgstr ""
7357 #: libdevice/events/EventDevice.cpp:120
7358 msgid "is a PCI bus type"
7359 msgstr ""
7361 #: libdevice/events/EventDevice.cpp:123
7362 msgid "is a PNP bus type"
7363 msgstr ""
7365 #: libdevice/events/EventDevice.cpp:128
7366 msgid "is on a Universal Serial Bus"
7367 msgstr ""
7369 #: libdevice/events/EventDevice.cpp:150
7370 msgid "is a HIL bus type"
7371 msgstr ""
7373 #: libdevice/events/EventDevice.cpp:153
7374 msgid "is Bluetooth bus type "
7375 msgstr ""
7377 #: libdevice/events/EventDevice.cpp:157
7378 msgid "is a Virtual bus type "
7379 msgstr ""
7381 #: libdevice/events/EventDevice.cpp:161
7382 msgid "is an ISA bus type"
7383 msgstr ""
7385 #: libdevice/events/EventDevice.cpp:165
7386 msgid "is an I8042 bus type"
7387 msgstr ""
7389 #: libdevice/events/EventDevice.cpp:175
7390 msgid "is an XTKBD bus type"
7391 msgstr ""
7393 #: libdevice/events/EventDevice.cpp:178
7394 msgid "is a serial port bus type"
7395 msgstr ""
7397 #: libdevice/events/EventDevice.cpp:181
7398 msgid "is a gameport bus type"
7399 msgstr ""
7401 #: libdevice/events/EventDevice.cpp:184
7402 msgid "is a parallel port bus type"
7403 msgstr ""
7405 #: libdevice/events/EventDevice.cpp:187
7406 msgid "is an Amiga bus type"
7407 msgstr ""
7409 #: libdevice/events/EventDevice.cpp:190
7410 msgid "is an AOB bus type"
7411 msgstr ""
7413 #: libdevice/events/EventDevice.cpp:193
7414 msgid "is an i2C bus type "
7415 msgstr ""
7417 #: libdevice/events/EventDevice.cpp:199
7418 msgid "Babbage Touchscreen found!"
7419 msgstr ""
7421 #: libdevice/events/EventDevice.cpp:203
7422 msgid "Babbage Power Button found!"
7423 msgstr ""
7425 #: libdevice/events/EventDevice.cpp:208
7426 msgid "is a GSC bus type"
7427 msgstr ""
7429 #: libdevice/events/EventDevice.cpp:212
7430 msgid "is an Atari bus type"
7431 msgstr ""
7433 #: libdevice/events/EventDevice.cpp:216
7434 #, c-format
7435 msgid "Unknown bus type %d!"
7436 msgstr ""
7438 #: libdevice/events/EventDevice.cpp:219
7439 #, c-format
7440 msgid "Event enabled for %s on fd #%d"
7441 msgstr ""
7443 #: libdevice/events/EventDevice.cpp:228
7444 #, c-format
7445 msgid "ioctl (EVIOCGABS(ABS_X)): %s"
7446 msgstr ""
7448 #: libdevice/events/EventDevice.cpp:238
7449 #, c-format
7450 msgid "ioctl (EVIOCSABS(ABS_X)): %s"
7451 msgstr ""
7453 #: libdevice/events/EventDevice.cpp:241
7454 #, c-format
7455 msgid "ioctl (EVIOCGABS(ABS_Y)): %s"
7456 msgstr ""
7458 #: libdevice/events/EventDevice.cpp:245
7459 #, c-format
7460 msgid "ioctl (EVIOCSABS(ABS_Y)): %s"
7461 msgstr ""
7463 #: libdevice/events/EventDevice.cpp:307
7464 #, c-format
7465 msgid "Type is: %s(%hd), Code is: %hd, Val is: %d"
7466 msgstr ""
7468 #: libdevice/events/EventDevice.cpp:388
7469 #, c-format
7470 msgid "REL_X: %d"
7471 msgstr ""
7473 #: libdevice/events/EventDevice.cpp:392
7474 #, c-format
7475 msgid "REL_Y: %d"
7476 msgstr ""
7478 #: libdevice/events/EventDevice.cpp:396
7479 #, c-format
7480 msgid "REL_Z: %d"
7481 msgstr ""
7483 #: libdevice/events/EventDevice.cpp:400
7484 #, c-format
7485 msgid "REL_RX: %d"
7486 msgstr ""
7488 #: libdevice/events/EventDevice.cpp:404
7489 #, c-format
7490 msgid "REL_RY: %d"
7491 msgstr ""
7493 #: libdevice/events/EventDevice.cpp:408
7494 #, c-format
7495 msgid "REL_RZ: %d"
7496 msgstr ""
7498 #: libdevice/events/EventDevice.cpp:412
7499 #, c-format
7500 msgid "REL_HWHEEL: %d"
7501 msgstr ""
7503 #: libdevice/events/EventDevice.cpp:415
7504 #, c-format
7505 msgid "REL_DIAL: %d"
7506 msgstr ""
7508 #: libdevice/events/EventDevice.cpp:418
7509 #, c-format
7510 msgid "REL_WHEEL: %d"
7511 msgstr ""
7513 #: libdevice/events/EventDevice.cpp:421
7514 #, c-format
7515 msgid "REL_MISC: %d"
7516 msgstr ""
7518 #: libdevice/events/EventDevice.cpp:424
7519 #, c-format
7520 msgid "Relative move event %d from Input Event Device"
7521 msgstr ""
7523 #: libdevice/events/EventDevice.cpp:447
7524 #, c-format
7525 msgid "ABS_Z: %d"
7526 msgstr ""
7528 #: libdevice/events/EventDevice.cpp:454
7529 #, c-format
7530 msgid "ABS_VOLUME: %d"
7531 msgstr ""
7533 #: libdevice/events/EventDevice.cpp:458
7534 #, c-format
7535 msgid "ABS_DISTANCE: %d"
7536 msgstr ""
7538 #: libdevice/events/EventDevice.cpp:462
7539 #, c-format
7540 msgid "ABS_RX: %d"
7541 msgstr ""
7543 #: libdevice/events/EventDevice.cpp:466
7544 #, c-format
7545 msgid "ABS_RY: %d"
7546 msgstr ""
7548 #: libdevice/events/EventDevice.cpp:470
7549 #, c-format
7550 msgid "ABS_RZ: %d"
7551 msgstr ""
7553 #: libdevice/events/EventDevice.cpp:474
7554 #, c-format
7555 msgid "ABS_THROTTLE: %d"
7556 msgstr ""
7558 #: libdevice/events/EventDevice.cpp:478
7559 #, c-format
7560 msgid "ABS_RUDDER: %d"
7561 msgstr ""
7563 #: libdevice/events/EventDevice.cpp:482
7564 #, c-format
7565 msgid "ABS_GAS: %d"
7566 msgstr ""
7568 #: libdevice/events/EventDevice.cpp:486
7569 #, c-format
7570 msgid "ABS_BRAKE: %d"
7571 msgstr ""
7573 #: libdevice/events/EventDevice.cpp:490
7574 #, c-format
7575 msgid "ABS_TILT_X: %d"
7576 msgstr ""
7578 #: libdevice/events/EventDevice.cpp:494
7579 #, c-format
7580 msgid "ABS_TILT_Y: %d"
7581 msgstr ""
7583 #: libdevice/events/EventDevice.cpp:509 libdevice/events/EventDevice.cpp:533
7584 msgid "Misc event from Input Event Device"
7585 msgstr ""
7587 #: libdevice/events/EventDevice.cpp:537
7588 msgid "LED event from Input Event Device"
7589 msgstr ""
7591 #: libdevice/events/EventDevice.cpp:540
7592 msgid "Sound event from Input Event Device"
7593 msgstr ""
7595 #: libdevice/events/EventDevice.cpp:543
7596 msgid "Key autorepeat event from Input Event Device"
7597 msgstr ""
7599 #: libdevice/events/EventDevice.cpp:546
7600 msgid "Force Feedback event from Input Event Device"
7601 msgstr ""
7603 #: libdevice/events/EventDevice.cpp:549
7604 msgid "Force Feedback status event from Input Event Device"
7605 msgstr ""
7607 #: libdevice/events/EventDevice.cpp:552
7608 msgid "Power event from Input Event Device"
7609 msgstr ""
7611 #: libdevice/events/EventDevice.cpp:740
7612 #, c-format
7613 msgid "Enabling USB device: %s"
7614 msgstr ""
7616 #: libdevice/events/InputDevice.cpp:136
7617 #, c-format
7618 msgid "The device has this error: %s"
7619 msgstr ""
7621 #: libdevice/events/InputDevice.cpp:211
7622 msgid ""
7623 "WARNING: PS/2 Mouse support disabled as it conflicts with the input event "
7624 "support."
7625 msgstr ""
7627 #: libdevice/directfb/DirectFBDevice.cpp:78
7628 msgid "Couldn't initialize DirectFB device!"
7629 msgstr ""
7631 #: libdevice/directfb/DirectFBDevice.cpp:114
7632 #, c-format
7633 msgid "DirectFBInit(): %s"
7634 msgstr ""
7636 #: libdevice/directfb/DirectFBDevice.cpp:119
7637 #, c-format
7638 msgid "DirectFBCreate(): %s"
7639 msgstr ""
7641 #: libdevice/directfb/DirectFBDevice.cpp:146
7642 #, c-format
7643 msgid "CreateSurface(): %s"
7644 msgstr ""
7646 #: libdevice/directfb/DirectFBDevice.cpp:158
7647 #, c-format
7648 msgid "CreateFont(): %s"
7649 msgstr ""
7651 #: libdevice/directfb/DirectFBDevice.cpp:165
7652 #, c-format
7653 msgid "CreateImageProvider(): %s"
7654 msgstr ""
7656 #: libdevice/directfb/DirectFBDevice.cpp:171
7657 #, c-format
7658 msgid "GetDisplayLayer(): %s"
7659 msgstr ""
7661 #: libdevice/directfb/DirectFBDevice.cpp:175
7662 #, c-format
7663 msgid "GetScreen(): %s"
7664 msgstr ""
7666 #: libdevice/directfb/DirectFBDevice.cpp:512
7667 #, c-format
7668 msgid "GetDescription(): %s"
7669 msgstr ""
7671 #: libdevice/directfb/DirectFBDevice.cpp:901
7672 msgid "iDirectFB data not set!"
7673 msgstr ""
7675 #: libsound/aos4/sound_handler_ahi.cpp:125
7676 msgid "AOS4: Spawn Audio Process."
7677 msgstr ""
7679 #: libsound/aos4/sound_handler_ahi.cpp:136
7680 msgid "Unable to create Death Message for child!!"
7681 msgstr ""
7683 #: libsound/aos4/sound_handler_ahi.cpp:162
7684 msgid "AOS4: Audio Process spawned."
7685 msgstr ""
7687 #: libsound/aos4/sound_handler_ahi.cpp:167
7688 msgid "Unable to create Audio Process!!"
7689 msgstr ""
7691 #: libsound/aos4/sound_handler_ahi.cpp:438
7692 msgid "AOS4: AOS4_sound_handler::pause"
7693 msgstr ""
7695 #: libsound/aos4/sound_handler_ahi.cpp:440
7696 msgid "AOS4: paused"
7697 msgstr ""
7699 #: libsound/aos4/sound_handler_ahi.cpp:450
7700 msgid "AOS4: AOS4_sound_handler::unpause"
7701 msgstr ""
7703 #: libsound/aos4/sound_handler_ahi.cpp:452
7704 msgid "AOS4: unpaused"
7705 msgstr ""
7707 #: libsound/aos4/sound_handler_ahi.cpp:542
7708 msgid "AOS4: Unable to allocate memory for audio buffer!"
7709 msgstr ""
7711 #: libsound/aos4/sound_handler_ahi.cpp:562
7712 msgid "AOS4: Unable to open AHI Device!"
7713 msgstr ""
7715 #: libsound/aos4/sound_handler_ahi.cpp:572
7716 msgid "AOS4: Unable to CreateIORequest!"
7717 msgstr ""
7719 #: libsound/aos4/sound_handler_ahi.cpp:580
7720 msgid "AOS4: Unable to CreateMsgPort for AHI Device!"
7721 msgstr ""
7723 #: libsound/aos4/sound_handler_ahi.cpp:591
7724 msgid "AOS4: Not enough memory for AHIiocopy!"
7725 msgstr ""
7727 #: libsound/aos4/sound_handler_ahi.cpp:607
7728 msgid "AOS4: audioTask:Initialize timer."
7729 msgstr ""
7731 #: libsound/aos4/sound_handler_ahi.cpp:610
7732 msgid "AOS4: audioTask:Starting Timer."
7733 msgstr ""
7735 #: libsound/aos4/sound_handler_ahi.cpp:621
7736 msgid "AOS4: Closing Audio Thread."
7737 msgstr ""
7739 #: libsound/aos4/sound_handler_ahi.cpp:641
7740 msgid "AOS4: Cleaning Audio Stuff."
7741 msgstr ""
7743 #: libsound/aos4/sound_handler_ahi.cpp:675
7744 msgid "AOS4: Exit Audio Thread."
7745 msgstr ""
7747 #: libsound/aos4/sound_handler_ahi.cpp:677
7748 msgid "AOS4: audioTask:Close timer."
7749 msgstr ""
7751 #: libsound/mkit/sound_handler_mkit.cpp:75
7752 msgid "Unable to open audio"
7753 msgstr ""
7755 #: libsound/mkit/sound_handler_mkit.cpp:339
7756 msgid "Mkit: Mkit_sound_handler::pause"
7757 msgstr ""
7759 #: libsound/mkit/sound_handler_mkit.cpp:343
7760 msgid "Mkit: paused"
7761 msgstr ""
7763 #: libsound/mkit/sound_handler_mkit.cpp:351
7764 msgid "Mkit: Mkit_sound_handler::unpause"
7765 msgstr ""
7767 #: libsound/mkit/sound_handler_mkit.cpp:355
7768 msgid "Mkit: unpaused"
7769 msgstr ""
7771 #: libsound/sdl/sound_handler_sdl.cpp:91
7772 #, c-format
7773 msgid "Couldn't open SDL audio: %s"
7774 msgstr ""
7776 #: libsound/sdl/sound_handler_sdl.cpp:261
7777 #, c-format
7778 msgid "Negative buffer length in sdl_audio_callback (%d)"
7779 msgstr ""
7781 #: libsound/sdl/sound_handler_sdl.cpp:267
7782 msgid "Zero buffer length in sdl_audio_callback"
7783 msgstr ""
7785 #: libsound/sound_handler.cpp:71
7786 msgid ""
7787 "Sound data creator didn't appropriately pad buffer. We'll do so now, but "
7788 "will cost memory copies."
7789 msgstr ""
7791 #: libsound/sound_handler.cpp:84
7792 #, c-format
7793 msgid "Invalid (%d) handle passed to fill_stream_data, doing nothing"
7794 msgstr ""
7796 #: libsound/sound_handler.cpp:91
7797 #, c-format
7798 msgid "handle passed to fill_stream_data (%d) was deleted"
7799 msgstr ""
7801 #: libsound/sound_handler.cpp:142
7802 #, c-format
7803 msgid "Invalid (%d) handle passed to delete_sound, doing nothing"
7804 msgstr ""
7806 #: libsound/sound_handler.cpp:153
7807 #, c-format
7808 msgid "handle passed to delete_sound (%d) already deleted"
7809 msgstr ""
7811 #: libsound/sound_handler.cpp:237
7812 #, c-format
7813 msgid "stop_sound(%d): sound was deleted"
7814 msgstr ""
7816 #: libsound/sound_handler.cpp:325
7817 #, c-format
7818 msgid "SDL_sound_handler::unplugInputStream: Aux streamer %p not found. "
7819 msgstr ""
7821 #: libsound/sound_handler.cpp:455
7822 #, c-format
7823 msgid "Could not start streaming sound: %s"
7824 msgstr ""
7826 #: libsound/sound_handler.cpp:466
7827 #, c-format
7828 msgid "Invalid (%d) sound_handle passed to startSound, doing nothing"
7829 msgstr ""
7831 #: libsound/sound_handler.cpp:532
7832 msgid "Trying to play sound with size 0"
7833 msgstr ""
7835 #: libsound/sound_handler.cpp:546
7836 #, c-format
7837 msgid "Could not start event sound: %s"
7838 msgstr ""
7840 #: libsound/sound_handler.cpp:560
7841 #, c-format
7842 msgid "_inputStreams container still has a pointer to deleted InputStream %p!"
7843 msgstr ""
7845 #: libsound/sound_handler.cpp:705
7846 #, c-format
7847 msgid "Expected 1 InputStream element, found %d"
7848 msgstr ""
7850 #: libsound/WAVWriter.cpp:64
7851 msgid "Unable to write file %1%"
7852 msgstr ""
7854 #: utilities/processor.cpp:151
7855 #, c-format
7856 msgid "fs_callback(%p): %s %s"
7857 msgstr ""
7859 #: utilities/processor.cpp:169
7860 #, c-format
7861 msgid "eventCallback: %s %s"
7862 msgstr ""
7864 #: utilities/processor.cpp:205
7865 msgid "gprocessor does not handle %1% message"
7866 msgstr ""
7868 #: utilities/processor.cpp:240 cygnal/cvm.cpp:227
7869 #, c-format
7870 msgid "Gnash gprocessor version: %s, Gnash version: %s\n"
7871 msgstr ""
7873 #: utilities/processor.cpp:279 utilities/flvdumper.cpp:154
7874 #: utilities/soldumper.cpp:121 cygnal/cygnal.cpp:482
7875 #: cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:216
7876 #: cygnal/cgi-bin/fitcDemo/fitcDemo.cpp:149
7877 #: cygnal/cgi-bin/echo/gateway.cpp:119 cygnal/cgi-bin/echo/echo.cpp:144
7878 #: cygnal/testsuite/libnet.all/test_rtmp.cpp:110
7879 #: cygnal/testsuite/libnet.all/test_diskstream.cpp:91
7880 #: cygnal/testsuite/libnet.all/test_handler.cpp:103
7881 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:95
7882 #: cygnal/testsuite/libnet.all/test_cache.cpp:94
7883 #: cygnal/testsuite/libamf.all/test_el.cpp:91
7884 #: cygnal/testsuite/libamf.all/test_buffer.cpp:108
7885 #: cygnal/testsuite/libamf.all/test_flv.cpp:92
7886 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:103
7887 #: cygnal/testsuite/libamf.all/test_sol.cpp:103
7888 #: cygnal/testsuite/libamf.all/test_amf.cpp:109
7889 msgid "Verbose output turned on"
7890 msgstr ""
7892 #: utilities/processor.cpp:288 cygnal/cvm.cpp:282
7893 msgid "Verbose actions disabled at compile time"
7894 msgstr ""
7896 #: utilities/processor.cpp:295 cygnal/cvm.cpp:289
7897 msgid "Verbose parsing disabled at compile time"
7898 msgstr ""
7900 #: utilities/processor.cpp:466 utilities/processor.cpp:469
7901 #: gui/pythonmod/gnash-view.cpp:438 gui/pythonmod/gnash-view.cpp:441
7902 #, c-format
7903 msgid "%s appended to local sandboxes"
7904 msgstr ""
7906 #: utilities/processor.cpp:641
7907 #, c-format
7908 msgid ""
7909 "gprocessor -- an SWF processor for Gnash.\n"
7910 "\n"
7911 "usage: %s [options] <file>\n"
7912 "\n"
7913 "Process the given SWF movie files.\n"
7914 "\n"
7915 "%s%s%s%s"
7916 msgstr ""
7918 #: utilities/processor.cpp:648
7919 msgid ""
7920 "options:\n"
7921 "\n"
7922 "  --help(-h)  Print this info.\n"
7923 "  --version   Print the version numbers.\n"
7924 "  -v          Be verbose; i.e. print log messages to stdout\n"
7925 msgstr ""
7927 #: utilities/processor.cpp:655
7928 msgid "  -vp         Be verbose about movie parsing\n"
7929 msgstr ""
7931 #: utilities/processor.cpp:660
7932 msgid "  -va         Be verbose about ActionScript\n"
7933 msgstr ""
7935 #: utilities/processor.cpp:665
7936 msgid ""
7937 "  -d [<ms>]\n"
7938 "              Milliseconds delay between advances (0 by default).\n"
7939 "              If '-1' the delay will be computed from the FPS.\n"
7940 "  -r <times>  Allow the given number of complete runs.\n"
7941 "              Keep looping undefinitely if set to 0.\n"
7942 "              Default is 1 (end as soon as the last frame is reached).\n"
7943 "  -f <frames>  \n"
7944 "              Allow the given number of frame advancements.\n"
7945 "              Keep advancing untill any other stop condition\n"
7946 "              is encountered if set to 0 (default).\n"
7947 msgstr ""
7949 #: utilities/flvdumper.cpp:172 cygnal/testsuite/libnet.all/test_rtmp.cpp:120
7950 #: cygnal/testsuite/libnet.all/test_diskstream.cpp:100
7951 #: cygnal/testsuite/libnet.all/test_handler.cpp:112
7952 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:111
7953 #: cygnal/testsuite/libnet.all/test_cache.cpp:103
7954 #: cygnal/testsuite/libamf.all/test_el.cpp:107
7955 #: cygnal/testsuite/libamf.all/test_buffer.cpp:123
7956 #: cygnal/testsuite/libamf.all/test_flv.cpp:103
7957 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:119
7958 #: cygnal/testsuite/libamf.all/test_sol.cpp:113
7959 #: cygnal/testsuite/libamf.all/test_amf.cpp:125
7960 msgid "Error parsing command line options: "
7961 msgstr ""
7963 #: utilities/flvdumper.cpp:173
7964 msgid "This is a Gnash flvdumper bug."
7965 msgstr ""
7967 #: utilities/flvdumper.cpp:178
7968 msgid "Error: no input file was specified. Exiting."
7969 msgstr ""
7971 #: utilities/flvdumper.cpp:302
7972 msgid "This program dumps the internal data of an FLV video file"
7973 msgstr ""
7975 #: utilities/flvdumper.cpp:304
7976 msgid "Usage: flvdumper [-h] [-m] [-a] filename"
7977 msgstr ""
7979 #: utilities/flvdumper.cpp:305 utilities/dumpshm.cpp:344
7980 #: utilities/soldumper.cpp:75
7981 msgid "-h\tHelp"
7982 msgstr ""
7984 #: utilities/flvdumper.cpp:306
7985 msgid "-m\tPrint only Meta tags (default)"
7986 msgstr ""
7988 #: utilities/flvdumper.cpp:307
7989 msgid "-a\tPrint all tags."
7990 msgstr ""
7992 #: utilities/rtmpget.cpp:445
7993 msgid "Error parsing command line: "
7994 msgstr ""
7996 #: utilities/dumpshm.cpp:136
7997 #, c-format
7998 msgid "Gnash dumpshm version: %s, Gnash version: %s\n"
7999 msgstr ""
8001 #: utilities/dumpshm.cpp:214
8002 #, c-format
8003 msgid "Will use \"%s\" for memory segment file"
8004 msgstr ""
8006 #: utilities/dumpshm.cpp:230
8007 msgid "No LcShmKey set in ~/.gnashrc, trying to find it ourselves"
8008 msgstr ""
8010 #: utilities/dumpshm.cpp:239
8011 msgid "No shared memory segments found!"
8012 msgstr ""
8014 #: utilities/dumpshm.cpp:243
8015 #, c-format
8016 msgid "Existing SHM Key is: %s, Size is: %s"
8017 msgstr ""
8019 #: utilities/dumpshm.cpp:258
8020 msgid "Writing memory segment to disk: \"segment.raw\""
8021 msgstr ""
8023 #: utilities/dumpshm.cpp:263
8024 #, c-format
8025 msgid "The data is: 0x%s"
8026 msgstr ""
8028 #: utilities/dumpshm.cpp:303
8029 msgid "kernel not configured for shared memory"
8030 msgstr ""
8032 #: utilities/dumpshm.cpp:318
8033 #, c-format
8034 msgid "Found it! \"set LCShmKey %s\" in your ~/.gnashrc"
8035 msgstr ""
8037 #: utilities/dumpshm.cpp:321
8038 #, c-format
8039 msgid "Last changed on: %s"
8040 msgstr ""
8042 #: utilities/dumpshm.cpp:322
8043 #, c-format
8044 msgid "Last attached on: %s"
8045 msgstr ""
8047 #: utilities/dumpshm.cpp:323
8048 #, c-format
8049 msgid "Last detached on: %s"
8050 msgstr ""
8052 #: utilities/dumpshm.cpp:341
8053 msgid "This program dumps the internal data of a shared memory segment"
8054 msgstr ""
8056 #: utilities/dumpshm.cpp:343
8057 msgid "Usage: dumpshm [hdsanlif] filename"
8058 msgstr ""
8060 #: utilities/dumpshm.cpp:345
8061 msgid "-i\tList segments"
8062 msgstr ""
8064 #: utilities/dumpshm.cpp:346
8065 msgid "-r\tDump SYSV segments"
8066 msgstr ""
8068 #: utilities/dumpshm.cpp:347
8069 msgid "-c\tDump SYSV segments to disk"
8070 msgstr ""
8072 #: utilities/dumpshm.cpp:348
8073 msgid "-v\tVerbose output"
8074 msgstr ""
8076 #: utilities/dumpshm.cpp:360
8077 msgid "\tBase address of this segment: "
8078 msgstr ""
8080 #: utilities/dumpshm.cpp:362
8081 msgid "\tFilespec: "
8082 msgstr ""
8084 #: utilities/dumpshm.cpp:363
8085 msgid "\t# Bytes allocated: "
8086 msgstr ""
8088 #: utilities/dumpshm.cpp:364
8089 msgid "\tTotal # of bytes: "
8090 msgstr ""
8092 #: utilities/soldumper.cpp:72
8093 msgid "This program dumps the internal data of a .sol file"
8094 msgstr ""
8096 #: utilities/soldumper.cpp:74
8097 msgid "Usage: soldumper [h] filename"
8098 msgstr ""
8100 #: utilities/soldumper.cpp:76
8101 msgid "-f\tForce local directory access"
8102 msgstr ""
8104 #: utilities/soldumper.cpp:77
8105 msgid "-l\tList all .sol files in default dir"
8106 msgstr ""
8108 #: utilities/soldumper.cpp:105
8109 #, c-format
8110 msgid "Gnash soldumper version: %s, Gnash version: %s\n"
8111 msgstr ""
8113 #: utilities/soldumper.cpp:125
8114 msgid "forcing local directory access only"
8115 msgstr ""
8117 #: utilities/soldumper.cpp:130
8118 msgid "List .sol files in the default directory"
8119 msgstr ""
8121 #: plugin/aos4/plugin.cpp:593 plugin/win32/plugin.cpp:590
8122 #, c-format
8123 msgid "FSCommand_callback(%p): %s %s"
8124 msgstr ""
8126 #: cygnal/rtmp_server.cpp:124
8127 msgid "Failed to read the handshake from the client."
8128 msgstr ""
8130 #: cygnal/rtmp_server.cpp:139
8131 msgid "failed to read the handshake from the client."
8132 msgstr ""
8134 #: cygnal/rtmp_server.cpp:149
8135 msgid "Didn't receive any data in handshake!"
8136 msgstr ""
8138 #: cygnal/rtmp_server.cpp:160
8139 msgid "RTMP header had parsing error!"
8140 msgstr ""
8142 #: cygnal/rtmp_server.cpp:168
8143 #, c-format
8144 msgid "NetConnection unusually large! %d"
8145 msgstr ""
8147 #: cygnal/rtmp_server.cpp:202
8148 msgid "failed to read the body of the handshake data from the client."
8149 msgstr ""
8151 #: cygnal/rtmp_server.cpp:210
8152 msgid "Didn't receive NetConnection object in handshake!"
8153 msgstr ""
8155 #: cygnal/rtmp_server.cpp:234
8156 msgid "Couldn't send onBWDone to client!"
8157 msgstr ""
8159 #: cygnal/rtmp_server.cpp:261 cygnal/rtmp_server.cpp:1704
8160 msgid "Couldn't send Ping to client!"
8161 msgstr ""
8163 #: cygnal/rtmp_server.cpp:275
8164 msgid "Couldn't send response to client!"
8165 msgstr ""
8167 #: cygnal/rtmp_server.cpp:338
8168 #, c-format
8169 msgid "Couldn't sent RTMP Handshake response at %d!"
8170 msgstr ""
8172 #: cygnal/rtmp_server.cpp:355
8173 msgid "No data in original handshake buffer."
8174 msgstr ""
8176 #: cygnal/rtmp_server.cpp:359
8177 msgid "No data in response handshake buffer."
8178 msgstr ""
8180 #: cygnal/rtmp_server.cpp:387
8181 #, c-format
8182 msgid "Handshake Finish Data didn't match by %d bytes"
8183 msgstr ""
8185 #: cygnal/rtmp_server.cpp:555
8186 msgid "Route"
8187 msgstr ""
8189 #: cygnal/rtmp_server.cpp:567
8190 msgid "AMF3 Notify"
8191 msgstr ""
8193 #: cygnal/rtmp_server.cpp:573
8194 msgid "AMF3 Invoke"
8195 msgstr ""
8197 #: cygnal/rtmp_server.cpp:582
8198 msgid "FLV Dat"
8199 msgstr ""
8201 #: cygnal/rtmp_server.cpp:585
8202 #, c-format
8203 msgid "ERROR: Unidentified RTMP message content type 0x%x"
8204 msgstr ""
8206 #: cygnal/rtmp_server.cpp:1105
8207 msgid "Couldn't reliably extract the echo data!"
8208 msgstr ""
8210 #: cygnal/rtmp_server.cpp:1402
8211 #, c-format
8212 msgid "No stream for client %d"
8213 msgstr ""
8215 #: cygnal/rtmp_server.cpp:1444
8216 msgid "Stream Start"
8217 msgstr ""
8219 #: cygnal/rtmp_server.cpp:1447
8220 msgid "Stream EOF"
8221 msgstr ""
8223 #: cygnal/rtmp_server.cpp:1450
8224 msgid "Stream No Data"
8225 msgstr ""
8227 #: cygnal/rtmp_server.cpp:1453
8228 #, c-format
8229 msgid "Stream Set Buffer: %d"
8230 msgstr ""
8232 #: cygnal/rtmp_server.cpp:1467
8233 msgid "Stream Pong"
8234 msgstr ""
8236 #: cygnal/rtmp_server.cpp:1486
8237 msgid "Set Chunk Size"
8238 msgstr ""
8240 #: cygnal/rtmp_server.cpp:1489
8241 msgid "Bytes Read"
8242 msgstr ""
8244 #: cygnal/rtmp_server.cpp:1497
8245 msgid "Set Window Size"
8246 msgstr ""
8248 #: cygnal/rtmp_server.cpp:1500
8249 msgid "Set Bandwidth"
8250 msgstr ""
8252 #: cygnal/rtmp_server.cpp:1511 cygnal/rtmp_server.cpp:1514
8253 #: cygnal/rtmp_server.cpp:1517 cygnal/rtmp_server.cpp:1520
8254 #: cygnal/rtmp_server.cpp:1667
8255 #, c-format
8256 msgid "RTMP type %d"
8257 msgstr ""
8259 #: cygnal/rtmp_server.cpp:1526
8260 #, c-format
8261 msgid "Error INVOKING method \"%s\"!"
8262 msgstr ""
8264 #: cygnal/rtmp_server.cpp:1650
8265 msgid "Received an _error message from the client!"
8266 msgstr ""
8268 #: cygnal/rtmp_server.cpp:1670
8269 #, c-format
8270 msgid "ERROR: Unidentified AMF header data type 0x%x"
8271 msgstr ""
8273 #: cygnal/cygnal.cpp:190
8274 msgid "cygnal -- a streaming media server."
8275 msgstr ""
8277 #: cygnal/cygnal.cpp:192
8278 msgid "Usage: cygnal [options...]"
8279 msgstr ""
8281 #: cygnal/cygnal.cpp:193 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:596
8282 #: cygnal/cgi-bin/fitcDemo/fitcDemo.cpp:321
8283 #: cygnal/cgi-bin/echo/gateway.cpp:406 cygnal/cgi-bin/echo/echo.cpp:316
8284 #: cygnal/testsuite/libnet.all/test_diskstream.cpp:269
8285 #: cygnal/testsuite/libnet.all/test_handler.cpp:281
8286 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:300
8287 #: cygnal/testsuite/libnet.all/test_cache.cpp:391
8288 #: cygnal/testsuite/libamf.all/test_el.cpp:491
8289 #: cygnal/testsuite/libamf.all/test_buffer.cpp:721
8290 #: cygnal/testsuite/libamf.all/test_flv.cpp:282
8291 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:247
8292 #: cygnal/testsuite/libamf.all/test_amf.cpp:422
8293 msgid "  -h,  --help          Print this help and exit"
8294 msgstr ""
8296 #: cygnal/cygnal.cpp:194
8297 msgid "  -V,  --version       Print version information and exit"
8298 msgstr ""
8300 #: cygnal/cygnal.cpp:195 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:597
8301 #: cygnal/cgi-bin/fitcDemo/fitcDemo.cpp:322
8302 #: cygnal/cgi-bin/echo/gateway.cpp:407 cygnal/cgi-bin/echo/echo.cpp:317
8303 #: cygnal/testsuite/libnet.all/test_diskstream.cpp:270
8304 #: cygnal/testsuite/libnet.all/test_handler.cpp:282
8305 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:301
8306 #: cygnal/testsuite/libnet.all/test_cache.cpp:392
8307 #: cygnal/testsuite/libamf.all/test_el.cpp:492
8308 #: cygnal/testsuite/libamf.all/test_buffer.cpp:722
8309 #: cygnal/testsuite/libamf.all/test_flv.cpp:283
8310 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:248
8311 #: cygnal/testsuite/libamf.all/test_amf.cpp:423
8312 msgid "  -v,  --verbose       Output verbose debug info"
8313 msgstr ""
8315 #: cygnal/cygnal.cpp:196
8316 msgid "  -s,  --singlethread  Disable Multi Threading"
8317 msgstr ""
8319 #: cygnal/cygnal.cpp:197 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:598
8320 #: cygnal/cgi-bin/fitcDemo/fitcDemo.cpp:323
8321 #: cygnal/cgi-bin/echo/gateway.cpp:408 cygnal/cgi-bin/echo/echo.cpp:318
8322 msgid "  -n,  --netdebug      Turn on net debugging messages"
8323 msgstr ""
8325 #: cygnal/cygnal.cpp:198
8326 msgid "  -o   --only-port     Only use port for debugging"
8327 msgstr ""
8329 #: cygnal/cygnal.cpp:199
8330 msgid "  -p   --port-offset   Port offset for debugging"
8331 msgstr ""
8333 #: cygnal/cygnal.cpp:200
8334 msgid "  -t,  --testing       Turn on special Gnash testing support"
8335 msgstr ""
8337 #: cygnal/cygnal.cpp:201
8338 msgid "  -a,  --admin         Enable the administration thread"
8339 msgstr ""
8341 #: cygnal/cygnal.cpp:202
8342 msgid "  -r,  --root          Document root for all files"
8343 msgstr ""
8345 #: cygnal/cygnal.cpp:203
8346 msgid "  -m,  --machine       Hostname for this machine"
8347 msgstr ""
8349 #: cygnal/cygnal.cpp:266
8350 msgid ": couldn't open file: "
8351 msgstr ""
8353 #: cygnal/cygnal.cpp:343
8354 #, c-format
8355 msgid "Couldn't connect to %s"
8356 msgstr ""
8358 #: cygnal/cygnal.cpp:363
8359 #, c-format
8360 msgid "%s is active on fd #%d."
8361 msgstr ""
8363 #: cygnal/cygnal.cpp:509
8364 #, c-format
8365 msgid "Extraneous argument: %s"
8366 msgstr ""
8368 #: cygnal/cygnal.cpp:513 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:441
8369 #, c-format
8370 msgid "Document Root for media files is: %s"
8371 msgstr ""
8373 #: cygnal/cygnal.cpp:597
8374 msgid "Cygnal done..."
8375 msgstr ""
8377 #: cygnal/cygnal.cpp:610
8378 #, c-format
8379 msgid "Got a %d interrupt"
8380 msgstr ""
8382 #: cygnal/cygnal.cpp:630
8383 msgid ""
8384 "Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.\n"
8385 "Cygnal comes with NO WARRANTY, to the extent permitted by law.\n"
8386 "You may redistribute copies of Cygnal under the terms of the GNU General\n"
8387 "Public License V3 or later. For more information, see the file named "
8388 "COPYING.\n"
8389 msgstr ""
8391 #: cygnal/cygnal.cpp:652
8392 #, c-format
8393 msgid "Starting Admin Handler for port %d"
8394 msgstr ""
8396 #: cygnal/cygnal.cpp:658
8397 msgid "Got an incoming Admin request"
8398 msgstr ""
8400 #: cygnal/cygnal.cpp:666
8401 msgid "no more admin data, exiting...\n"
8402 msgstr ""
8404 #: cygnal/cygnal.cpp:751
8405 msgid "admin_handler: Done...!\n"
8406 msgstr ""
8408 #: cygnal/cygnal.cpp:780
8409 #, c-format
8410 msgid "Can't start %s Connection Handler for fd #%d, port %hd"
8411 msgstr ""
8413 #: cygnal/cygnal.cpp:784
8414 #, c-format
8415 msgid "Starting %s Connection Handler for fd #%d, port %hd"
8416 msgstr ""
8418 #: cygnal/cygnal.cpp:795
8419 #, c-format
8420 msgid "This system has %d cpus."
8421 msgstr ""
8423 #: cygnal/cygnal.cpp:832
8424 #, c-format
8425 msgid "No new %s network connections"
8426 msgstr ""
8428 #: cygnal/cygnal.cpp:836
8429 #, c-format
8430 msgid "*** New %s network connection for thread ID #%d, fd #%d ***"
8431 msgstr ""
8433 #: cygnal/cygnal.cpp:882
8434 #, c-format
8435 msgid "Creating new %s Handler for %s using fd #%d"
8436 msgstr ""
8438 #: cygnal/cygnal.cpp:900
8439 #, c-format
8440 msgid "Reusing %s Handler for %s using fd #%d"
8441 msgstr ""
8443 #: cygnal/cygnal.cpp:926
8444 #, c-format
8445 msgid "Creating new %s Handler for: %s for fd %#d"
8446 msgstr ""
8448 #: cygnal/cygnal.cpp:950
8449 #, c-format
8450 msgid "Cygnal Plugin paths are: %s"
8451 msgstr ""
8453 #: cygnal/cygnal.cpp:971
8454 #, c-format
8455 msgid "Couldn't load plugin for %s"
8456 msgstr ""
8458 #: cygnal/cygnal.cpp:982
8459 #, c-format
8460 msgid "Number of active Threads is %d"
8461 msgstr ""
8463 #: cygnal/cygnal.cpp:985
8464 #, c-format
8465 msgid "Restarting loop for next connection for port %d..."
8466 msgstr ""
8468 #: cygnal/cygnal.cpp:1043
8469 #, c-format
8470 msgid "%d active disk streams"
8471 msgstr ""
8473 #: cygnal/cygnal.cpp:1083
8474 #, c-format
8475 msgid "Got a hit for fd #%d, protocol %s"
8476 msgstr ""
8478 #: cygnal/cygnal.cpp:1087
8479 msgid "No protocol specified!"
8480 msgstr ""
8482 #: cygnal/cygnal.cpp:1095 cygnal/cygnal.cpp:1120 cygnal/cygnal.cpp:1131
8483 #, c-format
8484 msgid "Done with HTTP connection for fd #%d, CGI %s"
8485 msgstr ""
8487 #: cygnal/cygnal.cpp:1100
8488 #, c-format
8489 msgid "Not Done with HTTP connection for fd #%d, it's a persistent connection."
8490 msgstr ""
8492 #: cygnal/cygnal.cpp:1109
8493 #, c-format
8494 msgid "Done with RTMP connection for fd #%d, CGI "
8495 msgstr ""
8497 #: cygnal/cygnal.cpp:1143
8498 #, c-format
8499 msgid "Unsupported network protocol for fd #%d, %d"
8500 msgstr ""
8502 #: cygnal/cygnal.cpp:1163
8503 #, c-format
8504 msgid "Got no hits, %d retries"
8505 msgstr ""
8507 #: cygnal/cvm.cpp:276
8508 msgid "The debugger has been disabled at configuration time"
8509 msgstr ""
8511 #: cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:233
8512 #: cygnal/cgi-bin/fitcDemo/fitcDemo.cpp:166
8513 #: cygnal/cgi-bin/echo/gateway.cpp:139 cygnal/cgi-bin/echo/echo.cpp:161
8514 #, c-format
8515 msgid "Error parsing command line options: %s"
8516 msgstr ""
8518 #: cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:309
8519 #, c-format
8520 msgid "Scanning directory \"%s\" for %s files"
8521 msgstr ""
8523 #: cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:340
8524 #, c-format
8525 msgid "Gnash media file name: %s"
8526 msgstr ""
8528 #: cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:595
8529 #: cygnal/cgi-bin/fitcDemo/fitcDemo.cpp:320
8530 #: cygnal/cgi-bin/echo/gateway.cpp:405 cygnal/cgi-bin/echo/echo.cpp:315
8531 #: cygnal/testsuite/libamf.all/test_flv.cpp:281
8532 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:246
8533 #: cygnal/testsuite/libamf.all/test_amf.cpp:421
8534 msgid "Usage: test_amf [options...]"
8535 msgstr ""
8537 #: cygnal/cgi-bin/oflaDemo/oflaDemo.cpp:599
8538 #: cygnal/cgi-bin/fitcDemo/fitcDemo.cpp:324 cygnal/cgi-bin/echo/echo.cpp:319
8539 msgid "  -p,  --netdebug      port for network"
8540 msgstr ""
8542 #: cygnal/crc.cpp:145
8543 #, c-format
8544 msgid "Couldn't open file: %s"
8545 msgstr ""
8547 #: cygnal/libnet/statistics.cpp:113
8548 #, c-format
8549 msgid "Stream type is: %s"
8550 msgstr ""
8552 #: cygnal/libnet/statistics.cpp:119
8553 #, c-format
8554 msgid "%d bytes were transferred in %s seconds"
8555 msgstr ""
8557 #: cygnal/libnet/rtmp.cpp:184
8558 #, c-format
8559 msgid "AMF Header size bits (0x%X) out of range"
8560 msgstr ""
8562 #: cygnal/libnet/rtmp.cpp:283
8563 #, c-format
8564 msgid "RTMP Header size can't be more then %d bytes!!"
8565 msgstr ""
8567 #: cygnal/libnet/rtmp.cpp:288
8568 msgid "RTMP Header size can't be zero!"
8569 msgstr ""
8571 #: cygnal/libnet/rtmp.cpp:308
8572 #, c-format
8573 msgid "The body size is: %d"
8574 msgstr ""
8576 #: cygnal/libnet/rtmp.cpp:315
8577 #, c-format
8578 msgid "Using previous body size of %d for channel %d"
8579 msgstr ""
8581 #: cygnal/libnet/rtmp.cpp:318
8582 #, c-format
8583 msgid "Previous body size for channel %d is zero!"
8584 msgstr ""
8586 #: cygnal/libnet/rtmp.cpp:328
8587 #, c-format
8588 msgid "Suspicious large RTMP packet body size! %d"
8589 msgstr ""
8591 #: cygnal/libnet/rtmp.cpp:341
8592 #, c-format
8593 msgid "The type is: %s"
8594 msgstr ""
8596 #: cygnal/libnet/rtmp.cpp:343
8597 #, c-format
8598 msgid "The type is: 0x%x"
8599 msgstr ""
8601 #: cygnal/libnet/rtmp.cpp:348
8602 #, c-format
8603 msgid "Using previous type of %d for channel %d"
8604 msgstr ""
8606 #: cygnal/libnet/rtmp.cpp:360
8607 #, c-format
8608 msgid "RTMP %s: channel: %d, head size %d, body size: %d"
8609 msgstr ""
8611 #: cygnal/libnet/rtmp.cpp:482
8612 #, c-format
8613 msgid "The Header size is: %d"
8614 msgstr ""
8616 #: cygnal/libnet/rtmp.cpp:483
8617 #, c-format
8618 msgid "The AMF index is: 0x%x"
8619 msgstr ""
8621 #: cygnal/libnet/rtmp.cpp:499
8622 #, c-format
8623 msgid "END is %x"
8624 msgstr ""
8626 #: cygnal/libnet/rtmp.cpp:510
8627 msgid "Reading AMF packets till we're done..."
8628 msgstr ""
8630 #: cygnal/libnet/rtmp.cpp:519
8631 #, c-format
8632 msgid "Total size in header is %d, buffer size is: %d"
8633 msgstr ""
8635 #: cygnal/libnet/rtmp.cpp:523
8636 msgid "FIXME: MERGING"
8637 msgstr ""
8639 #: cygnal/libnet/rtmp.cpp:539
8640 #, c-format
8641 msgid "SWF file %s"
8642 msgstr ""
8644 #: cygnal/libnet/rtmp.cpp:542
8645 #, c-format
8646 msgid "is Loading video %s"
8647 msgstr ""
8649 #: cygnal/libnet/rtmp.cpp:545
8650 #, c-format
8651 msgid "is file name is %s"
8652 msgstr ""
8654 #: cygnal/libnet/rtmp.cpp:674
8655 #, c-format
8656 msgid "Unknown User Control message %d!"
8657 msgstr ""
8659 #: cygnal/libnet/rtmp.cpp:746
8660 msgid "Name field of RTMP Message corrupted!"
8661 msgstr ""
8663 #: cygnal/libnet/rtmp.cpp:762
8664 msgid "Stream ID field of RTMP Message corrupted!"
8665 msgstr ""
8667 #: cygnal/libnet/rtmp.cpp:991
8668 #, c-format
8669 msgid "Bogus size parameter in %s!"
8670 msgstr ""
8672 #: cygnal/libnet/rtmp.cpp:1028
8673 msgid "Couldn't write the full 12 byte RTMP header!"
8674 msgstr ""
8676 #: cygnal/libnet/rtmp.cpp:1031
8677 msgid "Wrote the full 12 byte RTMP header."
8678 msgstr ""
8680 #: cygnal/libnet/rtmp.cpp:1051
8681 msgid "Couldn't write the full 1 byte RTMP continuation header!"
8682 msgstr ""
8684 #: cygnal/libnet/rtmp.cpp:1054
8685 msgid "Wrote the full 1 byte RTMP continuation header"
8686 msgstr ""
8688 #: cygnal/libnet/rtmp.cpp:1066
8689 msgid "Couldn't write the RTMP body!"
8690 msgstr ""
8692 #: cygnal/libnet/rtmp.cpp:1069
8693 #, c-format
8694 msgid "Wrote %d bytes of the RTMP body, %d bytes left."
8695 msgstr ""
8697 #: cygnal/libnet/rtmp.cpp:1086
8698 msgid "Couldn't write the RTMP packet!"
8699 msgstr ""
8701 #: cygnal/libnet/rtmp.cpp:1089
8702 msgid "Wrote the RTMP packet."
8703 msgstr ""
8705 #: cygnal/libnet/rtmp.cpp:1135 cygnal/libnet/rtmp.cpp:1137
8706 #, c-format
8707 msgid "Response header: %s"
8708 msgstr ""
8710 #: cygnal/libnet/rtmp.cpp:1141
8711 #, c-format
8712 msgid "Processing message of type %s!"
8713 msgstr ""
8715 #: cygnal/libnet/rtmp.cpp:1147
8716 msgid "Got CHUNK_SIZE packet!!!"
8717 msgstr ""
8719 #: cygnal/libnet/rtmp.cpp:1149
8720 #, c-format
8721 msgid "Setting packet chunk size to %d."
8722 msgstr ""
8724 #: cygnal/libnet/rtmp.cpp:1159
8725 #, c-format
8726 msgid "FIXME: Ping type is: %d, ignored for now"
8727 msgstr ""
8729 #: cygnal/libnet/rtmp.cpp:1181
8730 msgid "Got SERVER packet!!!"
8731 msgstr ""
8733 #: cygnal/libnet/rtmp.cpp:1189
8734 msgid "Got CLIENT packet!!!"
8735 msgstr ""
8737 #: cygnal/libnet/rtmp.cpp:1197
8738 msgid "Got VIDEO packets!!!"
8739 msgstr ""
8741 #: cygnal/libnet/rtmp.cpp:1213
8742 msgid "Got Shared Object packet!!!"
8743 msgstr ""
8745 #: cygnal/libnet/rtmp.cpp:1220
8746 #, c-format
8747 msgid "%s: Msg status is: %d: %s, name is %s, size is %d"
8748 msgstr ""
8750 #: cygnal/libnet/rtmp.cpp:1224
8751 msgid "Got onBWDone packet!!!"
8752 msgstr ""
8754 #: cygnal/libnet/rtmp.cpp:1229
8755 #, c-format
8756 msgid "Couldn't decode message body for type %s!"
8757 msgstr ""
8759 #: cygnal/libnet/rtmp.cpp:1283
8760 #, c-format
8761 msgid "no data for fd #%d, done reading this packet, read %d bytes..."
8762 msgstr ""
8764 #: cygnal/libnet/rtmp.cpp:1289
8765 #, c-format
8766 msgid "Got an empty packet from the server at line %d"
8767 msgstr ""
8769 #: cygnal/libnet/rtmp.cpp:1298 cygnal/libnet/http.cpp:1518
8770 #, c-format
8771 msgid "socket for fd #%d was closed..."
8772 msgstr ""
8774 #: cygnal/libnet/rtmp.cpp:1329
8775 msgid "Buffer pointer is invalid."
8776 msgstr ""
8778 #: cygnal/libnet/rtmp.cpp:1355
8779 msgid "Got a message on the system channel!"
8780 msgstr ""
8782 #: cygnal/libnet/rtmp.cpp:1459
8783 #, c-format
8784 msgid "Packet size out of range! %d, %d"
8785 msgstr ""
8787 #: cygnal/libnet/rtmp.cpp:1470
8788 #, c-format
8789 msgid "RTMP packet size is out of range! %d, %d"
8790 msgstr ""
8792 #: cygnal/libnet/rtmp.cpp:1475
8793 #, c-format
8794 msgid "RTMP header size is out of range! %d"
8795 msgstr ""
8797 #: cygnal/libnet/rtmp_client.cpp:152
8798 #, c-format
8799 msgid "URL is %s"
8800 msgstr ""
8802 #: cygnal/libnet/rtmp_client.cpp:153
8803 #, c-format
8804 msgid "Protocol is %s"
8805 msgstr ""
8807 #: cygnal/libnet/rtmp_client.cpp:154
8808 #, c-format
8809 msgid "Host is %s"
8810 msgstr ""
8812 #: cygnal/libnet/rtmp_client.cpp:155
8813 #, c-format
8814 msgid "Port is %s"
8815 msgstr ""
8817 #: cygnal/libnet/rtmp_client.cpp:156
8818 #, c-format
8819 msgid "Path is %s"
8820 msgstr ""
8822 #: cygnal/libnet/rtmp_client.cpp:157
8823 #, c-format
8824 msgid "Filename is %s"
8825 msgstr ""
8827 #: cygnal/libnet/rtmp_client.cpp:158
8828 #, c-format
8829 msgid "App is %s"
8830 msgstr ""
8832 #: cygnal/libnet/rtmp_client.cpp:159
8833 #, c-format
8834 msgid "Query is %s"
8835 msgstr ""
8837 #: cygnal/libnet/rtmp_client.cpp:160
8838 #, c-format
8839 msgid "tcUrl is %s"
8840 msgstr ""
8842 #: cygnal/libnet/rtmp_client.cpp:161
8843 #, c-format
8844 msgid "swfUrl is %s"
8845 msgstr ""
8847 #: cygnal/libnet/rtmp_client.cpp:162
8848 #, c-format
8849 msgid "pageUrl is %s"
8850 msgstr ""
8852 #: cygnal/libnet/rtmp_client.cpp:313
8853 msgid "RTMP handshake request failed"
8854 msgstr ""
8856 #: cygnal/libnet/rtmp_client.cpp:336
8857 msgid "RTMP handshake completion failed!"
8858 msgstr ""
8860 #: cygnal/libnet/rtmp_client.cpp:350
8861 msgid "Sent NetConnection Connect message successfully"
8862 msgstr ""
8864 #: cygnal/libnet/rtmp_client.cpp:353
8865 msgid "Couldn't send NetConnection Connect message,"
8866 msgstr ""
8868 #: cygnal/libnet/rtmp_client.cpp:622
8869 msgid "Couldn't read data block in handshake!"
8870 msgstr ""
8872 #: cygnal/libnet/rtmp_client.cpp:635
8873 #, c-format
8874 msgid "Read data block in handshake, got %d bytes."
8875 msgstr ""
8877 #: cygnal/libnet/rtmp_client.cpp:638
8878 #, c-format
8879 msgid "Couldn't read data block in handshake, read %d bytes!"
8880 msgstr ""
8882 #: cygnal/libnet/rtmp_client.cpp:645
8883 #, c-format
8884 msgid "RTMP Handshake header: Uptime: %u"
8885 msgstr ""
8887 #: cygnal/libnet/rtmp_client.cpp:688
8888 #, c-format
8889 msgid "About to write %d bytes, data is: %d bytes."
8890 msgstr ""
8892 #: cygnal/libnet/rtmp_client.cpp:691
8893 #, c-format
8894 msgid "Client response header for handshake 2: %s"
8895 msgstr ""
8897 #: cygnal/libnet/rtmp_client.cpp:693
8898 #, c-format
8899 msgid "Data in response for handshake 2: %s"
8900 msgstr ""
8902 #: cygnal/libnet/rtmp_client.cpp:702
8903 msgid "Couldn't write the second handshake packet!"
8904 msgstr ""
8906 #: cygnal/libnet/rtmp_client.cpp:729
8907 msgid "Got no response from the RTMP server"
8908 msgstr ""
8910 #: cygnal/libnet/rtmp_client.cpp:737
8911 msgid "Got empty packet in buffer."
8912 msgstr ""
8914 #: cygnal/libnet/rtmp_client.cpp:748
8915 msgid "No response from INVOKE of NetConnection connect"
8916 msgstr ""
8918 #: cygnal/libnet/rtmp_client.cpp:755
8919 #, c-format
8920 msgid ""
8921 "%s: There are %d channel queues in the RTMP input queue, %d messages in "
8922 "front queue"
8923 msgstr ""
8925 #: cygnal/libnet/rtmp_client.cpp:768
8926 msgid "Couldn't decode RTMP message header"
8927 msgstr ""
8929 #: cygnal/libnet/rtmp_client.cpp:773
8930 msgid "RTMP packet can't be of none type!"
8931 msgstr ""
8933 #: cygnal/libnet/rtmp_client.cpp:777
8934 msgid "Server message data packet"
8935 msgstr ""
8937 #: cygnal/libnet/rtmp_client.cpp:781
8938 msgid "Abort packet"
8939 msgstr ""
8941 #: cygnal/libnet/rtmp_client.cpp:784
8942 msgid "Bytes Read data packet"
8943 msgstr ""
8945 #: cygnal/libnet/rtmp_client.cpp:789
8946 #, c-format
8947 msgid "Got a Ping type %s"
8948 msgstr ""
8950 #: cygnal/libnet/rtmp_client.cpp:793
8951 msgid "Set Window Size message data packet"
8952 msgstr ""
8954 #: cygnal/libnet/rtmp_client.cpp:796
8955 msgid "Set Bandwidthmessage data packet"
8956 msgstr ""
8958 #: cygnal/libnet/rtmp_client.cpp:799
8959 msgid "Route from other server packet"
8960 msgstr ""
8962 #: cygnal/libnet/rtmp_client.cpp:818
8963 msgid "AMF0 Shared Object data packet message"
8964 msgstr ""
8966 #: cygnal/libnet/rtmp_client.cpp:821
8967 msgid "AMF3 Notify data packet message"
8968 msgstr ""
8970 #: cygnal/libnet/rtmp_client.cpp:824
8971 msgid "AMF3 Shared Object data packet message"
8972 msgstr ""
8974 #: cygnal/libnet/rtmp_client.cpp:827
8975 msgid "AMF0 Invoke packet message"
8976 msgstr ""
8978 #: cygnal/libnet/rtmp_client.cpp:830
8979 msgid "AMF0 Notify data packet message"
8980 msgstr ""
8982 #: cygnal/libnet/rtmp_client.cpp:841
8983 msgid "FLV data packet message"
8984 msgstr ""
8986 #: cygnal/libnet/rtmp_client.cpp:844
8987 msgid "Couldn't decode RTMP message Body"
8988 msgstr ""
8990 #: cygnal/libnet/cque.cpp:71
8991 msgid "CQue::wait(win32)"
8992 msgstr ""
8994 #: cygnal/libnet/cque.cpp:83
8995 msgid "CQue::notify(win32)"
8996 msgstr ""
8998 #: cygnal/libnet/http.cpp:176
8999 #, c-format
9000 msgid "Setting Content Length to %d"
9001 msgstr ""
9003 #: cygnal/libnet/http.cpp:189
9004 #, c-format
9005 msgid "Setting Content Type to %d"
9006 msgstr ""
9008 #: cygnal/libnet/http.cpp:199
9009 #, c-format
9010 msgid "Got a request, parsing \"%s\""
9011 msgstr ""
9013 #: cygnal/libnet/http.cpp:216 cygnal/libnet/http.cpp:1295
9014 #, c-format
9015 msgid "Parameters for file: \"%s\""
9016 msgstr ""
9018 #: cygnal/libnet/http.cpp:220
9019 #, c-format
9020 msgid "Requesting file: \"%s\""
9021 msgstr ""
9023 #: cygnal/libnet/http.cpp:225
9024 msgid "Enabling Keep Alive by default for HTTP > 1.0"
9025 msgstr ""
9027 #: cygnal/libnet/http.cpp:422 cygnal/libnet/http.cpp:521
9028 #, c-format
9029 msgid "Que empty, net connection dropped for fd #%d"
9030 msgstr ""
9032 #: cygnal/libnet/http.cpp:433
9033 msgid "FIXME: found file in cache!"
9034 msgstr ""
9036 #: cygnal/libnet/http.cpp:499
9037 #, c-format
9038 msgid "http_handler all done transferring requested file \"%s\"."
9039 msgstr ""
9041 #: cygnal/libnet/http.cpp:542
9042 msgid "Got file data in POST"
9043 msgstr ""
9045 #: cygnal/libnet/http.cpp:549
9046 msgid "Got AMF data in POST"
9047 msgstr ""
9049 #: cygnal/libnet/http.cpp:564
9050 msgid "Got CGI echo request in POST"
9051 msgstr ""
9053 #: cygnal/libnet/http.cpp:592 cygnal/http_server.cpp:375
9054 msgid "PUT request"
9055 msgstr ""
9057 #: cygnal/libnet/http.cpp:601 cygnal/http_server.cpp:385
9058 msgid "DELETE request"
9059 msgstr ""
9061 #: cygnal/libnet/http.cpp:609 cygnal/http_server.cpp:395
9062 msgid "CONNECT request"
9063 msgstr ""
9065 #: cygnal/libnet/http.cpp:617 cygnal/http_server.cpp:405
9066 msgid "OPTIONS request"
9067 msgstr ""
9069 #: cygnal/libnet/http.cpp:625 cygnal/http_server.cpp:415
9070 msgid "HEAD request"
9071 msgstr ""
9073 #: cygnal/libnet/http.cpp:633 cygnal/http_server.cpp:425
9074 msgid "TRACE request"
9075 msgstr ""
9077 #: cygnal/libnet/http.cpp:1385
9078 #, c-format
9079 msgid "%s: Total size for first chunk is: %d, data size %d (%d)"
9080 msgstr ""
9082 #: cygnal/libnet/http.cpp:1419 cygnal/libnet/http.cpp:1512
9083 #, c-format
9084 msgid "no data yet for fd #%d, continuing..."
9085 msgstr ""
9087 #: cygnal/libnet/http.cpp:1436
9088 #, c-format
9089 msgid "%s: end of chunks!"
9090 msgstr ""
9092 #: cygnal/libnet/http.cpp:1502
9093 #, c-format
9094 msgid "Starting to wait for data in net for fd #%d"
9095 msgstr ""
9097 #: cygnal/libnet/http.cpp:1538
9098 #, c-format
9099 msgid "no more data for fd #%d, exiting..."
9100 msgstr ""
9102 #: cygnal/libnet/http.cpp:1542
9103 #, c-format
9104 msgid "Handler done for fd #%d, can't read any data..."
9105 msgstr ""
9107 #: cygnal/libnet/http.cpp:1548
9108 #, c-format
9109 msgid "Done receiving data for fd #%d..."
9110 msgstr ""
9112 #: cygnal/libnet/http.cpp:1560
9113 msgid "==== The HTTP header breaks down as follows: ===="
9114 msgstr ""
9116 #: cygnal/libnet/http.cpp:1561
9117 #, c-format
9118 msgid "Filespec: %s"
9119 msgstr ""
9121 #: cygnal/libnet/http.cpp:1562
9122 #, c-format
9123 msgid "Version: %d.%d"
9124 msgstr ""
9126 #: cygnal/libnet/http.cpp:1566
9127 #, c-format
9128 msgid "Field: \"%s\" = \"%s\""
9129 msgstr ""
9131 #: cygnal/libnet/http.cpp:1570
9132 msgid "RTMPT optional index is: "
9133 msgstr ""
9135 #: cygnal/libnet/http.cpp:1571
9136 msgid "RTMPT optional client ID is: "
9137 msgstr ""
9139 #: cygnal/libnet/http.cpp:1572
9140 msgid "==== ==== ===="
9141 msgstr ""
9143 #: cygnal/libnet/network.cpp:113
9144 msgid "Could not find a usable WinSock DLL"
9145 msgstr ""
9147 #: cygnal/libnet/network.cpp:165
9148 #, c-format
9149 msgid "already connected to port %hd"
9150 msgstr ""
9152 #: cygnal/libnet/network.cpp:182 cygnal/libnet/network.cpp:580
9153 #, c-format
9154 msgid "getaddrinfo() failed with code: #%d - %s\n"
9155 msgstr ""
9157 #: cygnal/libnet/network.cpp:231 cygnal/libnet/network.cpp:446
9158 #, c-format
9159 msgid "unable to create socket: %s"
9160 msgstr ""
9162 #: cygnal/libnet/network.cpp:238
9163 msgid "setsockopt SO_REUSEADDR failed"
9164 msgstr ""
9166 #: cygnal/libnet/network.cpp:246
9167 #, c-format
9168 msgid "unable to bind to port %hd: %s"
9169 msgstr ""
9171 #: cygnal/libnet/network.cpp:253
9172 #, c-format
9173 msgid "unable to listen on port: %hd: %s "
9174 msgstr ""
9176 #: cygnal/libnet/network.cpp:312
9177 #, c-format
9178 msgid "Waiting to accept net traffic on fd #%d for port %d"
9179 msgstr ""
9181 #: cygnal/libnet/network.cpp:372
9182 msgid "There is a new network connection request."
9183 msgstr ""
9185 #: cygnal/libnet/network.cpp:379
9186 #, c-format
9187 msgid "The accept() socket for fd #%d was interrupted by a system call"
9188 msgstr ""
9190 #: cygnal/libnet/network.cpp:403
9191 #, c-format
9192 msgid "unable to accept: %s"
9193 msgstr ""
9195 #: cygnal/libnet/network.cpp:408
9196 #, c-format
9197 msgid "Accepting TCP/IP connection on fd #%d for port %d"
9198 msgstr ""
9200 #: cygnal/libnet/network.cpp:467 cygnal/libnet/network.cpp:661
9201 #, c-format
9202 msgid "The connect() socket for fd %d was interrupted by a system call"
9203 msgstr ""
9205 #: cygnal/libnet/network.cpp:473 cygnal/libnet/network.cpp:498
9206 #: cygnal/libnet/network.cpp:667 cygnal/libnet/network.cpp:702
9207 #, c-format
9208 msgid "The connect() socket for fd %d never was available for writing"
9209 msgstr ""
9211 #: cygnal/libnet/network.cpp:484 cygnal/libnet/network.cpp:685
9212 #, c-format
9213 msgid "The connect() socket for fd %d timed out waiting to write"
9214 msgstr ""
9216 #: cygnal/libnet/network.cpp:492
9217 #, c-format
9218 msgid "\tsocket name %s for fd %d"
9219 msgstr ""
9221 #: cygnal/libnet/network.cpp:571
9222 #, c-format
9223 msgid "%s: to host %s at port %d"
9224 msgstr ""
9226 #: cygnal/libnet/network.cpp:695
9227 #, c-format
9228 msgid "\tport %d at IP %s for fd %d"
9229 msgstr ""
9231 #: cygnal/libnet/network.cpp:780
9232 #, c-format
9233 msgid "Unable to close the socket for fd #%d: %s"
9234 msgstr ""
9236 #: cygnal/libnet/network.cpp:788
9237 #, c-format
9238 msgid "Closed the socket on fd #%d"
9239 msgstr ""
9241 #: cygnal/libnet/network.cpp:817
9242 #, c-format
9243 msgid "%s: Closed fd #%d"
9244 msgstr ""
9246 #: cygnal/libnet/network.cpp:929
9247 #, c-format
9248 msgid "Trying to read %d bytes from fd #%d"
9249 msgstr ""
9251 #: cygnal/libnet/network.cpp:993 cygnal/libnet/network.cpp:1167
9252 #, c-format
9253 msgid "The socket for fd #%d was interrupted by a system call"
9254 msgstr ""
9256 #: cygnal/libnet/network.cpp:997
9257 #, c-format
9258 msgid "The socket for fd #%d was never available for reading"
9259 msgstr ""
9261 #: cygnal/libnet/network.cpp:1003
9262 #, c-format
9263 msgid "The socket for #fd %d timed out waiting to read"
9264 msgstr ""
9266 #: cygnal/libnet/network.cpp:1020
9267 #, c-format
9268 msgid "The socket for fd #%d was never available for reading data"
9269 msgstr ""
9271 #: cygnal/libnet/network.cpp:1026
9272 #, c-format
9273 msgid "The socket for #fd %d timed out waiting to read data"
9274 msgstr ""
9276 #: cygnal/libnet/network.cpp:1032
9277 #, c-format
9278 msgid "read %d bytes from fd #%d from port %d"
9279 msgstr ""
9281 #: cygnal/libnet/network.cpp:1036
9282 #, c-format
9283 msgid ""
9284 "%s: Read packet data from fd #%d (%d bytes): \n"
9285 "%s"
9286 msgstr ""
9288 #: cygnal/libnet/network.cpp:1171
9289 #, c-format
9290 msgid "The socket for fd #%d was never available for writing"
9291 msgstr ""
9293 #: cygnal/libnet/network.cpp:1175
9294 #, c-format
9295 msgid "The socket for fd #%d timed out waiting to write"
9296 msgstr ""
9298 #: cygnal/libnet/network.cpp:1189
9299 #, c-format
9300 msgid "Wrote zero out of %d bytes to fd #%d: %s"
9301 msgstr ""
9303 #: cygnal/libnet/network.cpp:1194
9304 #, c-format
9305 msgid "Couldn't write %d bytes to fd #%d: %s"
9306 msgstr ""
9308 #: cygnal/libnet/network.cpp:1202
9309 #, c-format
9310 msgid "wrote %d bytes to fd #%d, expected %d"
9311 msgstr ""
9313 #: cygnal/libnet/network.cpp:1207
9314 #, c-format
9315 msgid "wrote %d bytes to fd #%d for port %d"
9316 msgstr ""
9318 #: cygnal/libnet/network.cpp:1215
9319 #, c-format
9320 msgid ""
9321 "%s: Wrote packet data to fd #%d: \n"
9322 "%s"
9323 msgstr ""
9325 #: cygnal/libnet/network.cpp:1229
9326 #, c-format
9327 msgid "took %d usec to write (%d bytes)"
9328 msgstr ""
9330 #: cygnal/libnet/network.cpp:1244 cygnal/libnet/network.cpp:1255
9331 #, c-format
9332 msgid "%s: adding fd #%d to pollfds"
9333 msgstr ""
9335 #: cygnal/libnet/network.cpp:1281
9336 #, c-format
9337 msgid "%s: erasing fd #%d from pollfds"
9338 msgstr ""
9340 #: cygnal/libnet/network.cpp:1329
9341 #, c-format
9342 msgid "%s: waiting for %d fds"
9343 msgstr ""
9345 #: cygnal/libnet/network.cpp:1368
9346 #, c-format
9347 msgid "Poll returned: %d, timeout is: %d"
9348 msgstr ""
9350 #: cygnal/libnet/network.cpp:1499
9351 msgid "Waiting for data was interrupted by a system call"
9352 msgstr ""
9354 #: cygnal/libnet/network.cpp:1503
9355 msgid "Waiting for data for fdset, was never available for reading"
9356 msgstr ""
9358 #: cygnal/libnet/network.cpp:1517
9359 #, c-format
9360 msgid "select() got an error: %s."
9361 msgstr ""
9363 #: cygnal/libnet/network.cpp:1521
9364 #, c-format
9365 msgid "select() saw activity on %d file descriptors."
9366 msgstr ""
9368 #: cygnal/libnet/network.cpp:1597
9369 #, c-format
9370 msgid "Can't connect to server %s"
9371 msgstr ""
9373 #: cygnal/libnet/network.cpp:1609
9374 #, c-format
9375 msgid "Using default hostname: \"%s\""
9376 msgstr ""
9378 #: cygnal/libnet/network.cpp:1614
9379 #, c-format
9380 msgid "Using default keyfile: \"%s\""
9381 msgstr ""
9383 #: cygnal/libnet/network.cpp:1619
9384 #, c-format
9385 msgid "Using default CA List: \"%s\""
9386 msgstr ""
9388 #: cygnal/libnet/network.cpp:1625
9389 #, c-format
9390 msgid "Using default Password: \"%s\""
9391 msgstr ""
9393 #: cygnal/libnet/network.cpp:1630
9394 #, c-format
9395 msgid "Using default Root Path to PEM files: \"%s\""
9396 msgstr ""
9398 #: cygnal/libnet/network.cpp:1635
9399 msgid "Connected to SSL server"
9400 msgstr ""
9402 #: cygnal/libnet/network.cpp:1637
9403 msgid "Couldn't connect to SSL server"
9404 msgstr ""
9406 #: cygnal/libnet/network.cpp:1670
9407 #, c-format
9408 msgid "#%d bytes waiting in kernel network buffer."
9409 msgstr ""
9411 #: cygnal/libnet/network.cpp:1692
9412 msgid "no IP address in addrinfo!"
9413 msgstr ""
9415 #: cygnal/libnet/network.cpp:1704
9416 #, c-format
9417 msgid "Got an %d interrupt while blocked on pselect()"
9418 msgstr ""
9420 #: cygnal/libnet/sslclient.cpp:137 cygnal/libnet/sslclient.cpp:161
9421 #: cygnal/libnet/sslclient.cpp:212 cygnal/libnet/sslclient.cpp:236
9422 #: cygnal/libnet/sslclient.cpp:314 cygnal/libnet/sslserver.cpp:169
9423 #, c-format
9424 msgid "Error was: \"%s\"!"
9425 msgstr ""
9427 #: cygnal/libnet/sslclient.cpp:211
9428 #, c-format
9429 msgid "Can't read CA list from \"%s\"!"
9430 msgstr ""
9432 #: cygnal/libnet/sslclient.cpp:216
9433 #, c-format
9434 msgid "Read CA list from \"%s\""
9435 msgstr ""
9437 #: cygnal/libnet/sslclient.cpp:222
9438 #, c-format
9439 msgid "Can't read certificate file \"%s\"!"
9440 msgstr ""
9442 #: cygnal/libnet/sslclient.cpp:225
9443 #, c-format
9444 msgid "Read certificate file \"%s\"."
9445 msgstr ""
9447 #: cygnal/libnet/sslclient.cpp:235
9448 #, c-format
9449 msgid "Can't read CERT file \"%s\"!"
9450 msgstr ""
9452 #: cygnal/libnet/sslclient.cpp:240
9453 #, c-format
9454 msgid "Read key file \"%s\"."
9455 msgstr ""
9457 #: cygnal/libnet/sslclient.cpp:301
9458 #, c-format
9459 msgid "PORT is: %d"
9460 msgstr ""
9462 #: cygnal/libnet/sslclient.cpp:304
9463 #, c-format
9464 msgid "Error connecting to remote machine: %s"
9465 msgstr ""
9467 #: cygnal/libnet/sslclient.cpp:313
9468 #, c-format
9469 msgid "Can't connect to SSL server %s"
9470 msgstr ""
9472 #: cygnal/libnet/sslclient.cpp:318
9473 #, c-format
9474 msgid "Connected to SSL server %s"
9475 msgstr ""
9477 #: cygnal/libnet/sslclient.cpp:351
9478 msgid "Certificate doesn't verify"
9479 msgstr ""
9481 #: cygnal/libnet/sslclient.cpp:354
9482 msgid "Certificate verified."
9483 msgstr ""
9485 #: cygnal/libnet/sslclient.cpp:363
9486 msgid "Couldn't get Peer certificate!"
9487 msgstr ""
9489 #: cygnal/libnet/sslclient.cpp:366
9490 msgid "Got Peer certificate."
9491 msgstr ""
9493 #: cygnal/libnet/sslclient.cpp:374
9494 msgid "Common name doesn't match host name"
9495 msgstr ""
9497 #: cygnal/libnet/sslclient.cpp:386 cygnal/libnet/sslserver.cpp:182
9498 msgid "==== The SSL header breaks down as follows: ===="
9499 msgstr ""
9501 #: cygnal/libnet/sslclient.cpp:409
9502 #, c-format
9503 msgid "Callback executed to set the SSL password, size is: %d"
9504 msgstr ""
9506 #: cygnal/libnet/sslclient.cpp:413
9507 #, c-format
9508 msgid "The buffer for the password needs to be %d bytes larger"
9509 msgstr ""
9511 #: cygnal/libnet/sslclient.cpp:439
9512 #, c-format
9513 msgid "-Error with certificate at depth: %i\n"
9514 msgstr ""
9516 #: cygnal/libnet/sslclient.cpp:441
9517 #, c-format
9518 msgid "  issuer   = %s\n"
9519 msgstr ""
9521 #: cygnal/libnet/sslclient.cpp:443
9522 #, c-format
9523 msgid "  subject  = %s\n"
9524 msgstr ""
9526 #: cygnal/libnet/sslclient.cpp:444
9527 #, c-format
9528 msgid "err %i:%s\n"
9529 msgstr ""
9531 #: cygnal/libnet/diskstream.cpp:307
9532 #, c-format
9533 msgid "Deleting %s on fd #%d"
9534 msgstr ""
9536 #: cygnal/libnet/diskstream.cpp:351
9537 #, c-format
9538 msgid "Closing %s on fd #%d"
9539 msgstr ""
9541 #: cygnal/libnet/diskstream.cpp:405
9542 #, c-format
9543 msgid "%s: offset is: %d"
9544 msgstr ""
9546 #: cygnal/libnet/diskstream.cpp:419
9547 #, c-format
9548 msgid "Adjusting offset from %d to %d so it's page aligned."
9549 msgstr ""
9551 #: cygnal/libnet/diskstream.cpp:422
9552 msgid "Offset is page aligned already"
9553 msgstr ""
9555 #: cygnal/libnet/diskstream.cpp:429
9556 #, c-format
9557 msgid "Loading entire file of %d bytes into memory segment"
9558 msgstr ""
9560 #: cygnal/libnet/diskstream.cpp:433
9561 #, c-format
9562 msgid "Loading partial file of %d bytes into memory segment"
9563 msgstr ""
9565 #: cygnal/libnet/diskstream.cpp:442
9566 msgid "Using existing Buffer for file"
9567 msgstr ""
9569 #: cygnal/libnet/diskstream.cpp:493
9570 #, c-format
9571 msgid "Couldn't load file %s"
9572 msgstr ""
9574 #: cygnal/libnet/diskstream.cpp:498
9575 #, c-format
9576 msgid "Couldn't map file %s into memory: %s"
9577 msgstr ""
9579 #: cygnal/libnet/diskstream.cpp:502
9580 #, c-format
9581 msgid "File %s a offset %d mapped to: %p"
9582 msgstr ""
9584 #: cygnal/libnet/diskstream.cpp:586
9585 #, c-format
9586 msgid "Writing data (%d bytes) to disk: \"%s\""
9587 msgstr ""
9589 #: cygnal/libnet/diskstream.cpp:662
9590 #, c-format
9591 msgid "Trying to open %s"
9592 msgstr ""
9594 #: cygnal/libnet/diskstream.cpp:667
9595 #, c-format
9596 msgid "Opening file %s (fd #%d), %lld bytes in size."
9597 msgstr ""
9599 #: cygnal/libnet/diskstream.cpp:674
9600 #, c-format
9601 msgid "File %s doesn't exist"
9602 msgstr ""
9604 #: cygnal/libnet/diskstream.cpp:729
9605 #, c-format
9606 msgid "No Diskstream open %s for net fd #%d"
9607 msgstr ""
9609 #: cygnal/libnet/diskstream.cpp:735
9610 #, c-format
9611 msgid "Diskstream %s is closed on net fd #%d."
9612 msgstr ""
9614 #: cygnal/libnet/diskstream.cpp:755
9615 #, c-format
9616 msgid "In %s(%d): couldn't write %d bytes to net fd #%d! %s"
9617 msgstr ""
9619 #: cygnal/libnet/diskstream.cpp:760
9620 #, c-format
9621 msgid "Done playing file %s, size was: %d"
9622 msgstr ""
9624 #: cygnal/libnet/diskstream.cpp:773
9625 #, c-format
9626 msgid "In %s(%d): couldn't write %d of bytes of data to net fd #%d! Got %d, %s"
9627 msgstr ""
9629 #: cygnal/libnet/diskstream.cpp:805
9630 msgid "Restarting Disk Stream from the beginning"
9631 msgstr ""
9633 #: cygnal/libnet/diskstream.cpp:958
9634 #, c-format
9635 msgid "%s is a directory, appending index.html"
9636 msgstr ""
9638 #: cygnal/libnet/sshclient.cpp:120
9639 #, c-format
9640 msgid "SSH read error was: \"%s\"!"
9641 msgstr ""
9643 #: cygnal/libnet/sshclient.cpp:142
9644 #, c-format
9645 msgid "SSH write error was: \"%s\"!"
9646 msgstr ""
9648 #: cygnal/libnet/sshclient.cpp:180
9649 msgid "Couldn't set hostname option"
9650 msgstr ""
9652 #: cygnal/libnet/sshclient.cpp:187
9653 msgid "Couldn't set user name option"
9654 msgstr ""
9656 #: cygnal/libnet/sshclient.cpp:195
9657 #, c-format
9658 msgid "Connection failed : %s\n"
9659 msgstr ""
9661 #: cygnal/libnet/sshclient.cpp:210
9662 #, c-format
9663 msgid "SSH Server is currently known: %d"
9664 msgstr ""
9666 #: cygnal/libnet/sshclient.cpp:213
9667 msgid "Host key for server changed : server's one is now: "
9668 msgstr ""
9670 #: cygnal/libnet/sshclient.cpp:214
9671 msgid "Public key hash"
9672 msgstr ""
9674 #: cygnal/libnet/sshclient.cpp:216
9675 msgid "For security reason, connection will be stopped"
9676 msgstr ""
9678 #: cygnal/libnet/sshclient.cpp:220
9679 msgid ""
9680 "The host key for this server was not found but an other type of key exists."
9681 msgstr ""
9683 #: cygnal/libnet/sshclient.cpp:221
9684 msgid ""
9685 "An attacker might change the default server key to confuse your client into "
9686 "thinking the key does not existWe advise you to rerun the client with -d or -"
9687 "r for more safety."
9688 msgstr ""
9690 #: cygnal/libnet/sshclient.cpp:232
9691 msgid "The server is unknown. Do you trust the host key ? (yes,no)"
9692 msgstr ""
9694 #: cygnal/libnet/sshclient.cpp:233
9695 #, c-format
9696 msgid "Public key hash: %s"
9697 msgstr ""
9699 #: cygnal/libnet/sshclient.cpp:240
9700 msgid ""
9701 "This new key will be written on disk for further usage. do you agree? (yes,"
9702 "no) "
9703 msgstr ""
9705 #: cygnal/libnet/sshclient.cpp:266
9706 msgid "supported auth methods: "
9707 msgstr ""
9709 #: cygnal/libnet/sshclient.cpp:268
9710 msgid "\tpublickey"
9711 msgstr ""
9713 #: cygnal/libnet/sshclient.cpp:271
9714 msgid "\tkeyboard-interactive"
9715 msgstr ""
9717 #: cygnal/libnet/sshclient.cpp:277
9718 #, c-format
9719 msgid "Authenticating with pubkey: %s"
9720 msgstr ""
9722 #: cygnal/libnet/sshclient.cpp:289
9723 #, c-format
9724 msgid "authenticating with keyb-interactive: %s"
9725 msgstr ""
9727 #: cygnal/libnet/sshclient.cpp:298
9728 #, c-format
9729 msgid "Authentication failed: %s"
9730 msgstr ""
9732 #: cygnal/libnet/sshclient.cpp:393
9733 msgid "Can't open the SSH channel!"
9734 msgstr ""
9736 #: cygnal/libnet/sshclient.cpp:396
9737 msgid "Can't allocate memory for new SSH channel!"
9738 msgstr ""
9740 #: cygnal/libnet/sshclient.cpp:412
9741 msgid "Can't read from a non-existent channel!"
9742 msgstr ""
9744 #: cygnal/libnet/sshclient.cpp:427
9745 msgid "Can't write to a non-existent channel!"
9746 msgstr ""
9748 #: cygnal/libnet/sshclient.cpp:459 cygnal/libnet/sshserver.cpp:200
9749 msgid "==== The SSH header breaks down as follows: ===="
9750 msgstr ""
9752 #: cygnal/libnet/sslserver.cpp:136
9753 msgid "SSL!!"
9754 msgstr ""
9756 #: cygnal/libnet/sslserver.cpp:159
9757 msgid "Got an incoming SSL connection request"
9758 msgstr ""
9760 #: cygnal/libnet/cache.cpp:62
9761 msgid "using this constructor is only allowed for testing purposes."
9762 msgstr ""
9764 #: cygnal/libnet/cache.cpp:105
9765 #, c-format
9766 msgid "Adding file %s to cache."
9767 msgstr ""
9769 #: cygnal/libnet/cache.cpp:148
9770 #, c-format
9771 msgid "Trying to find %s in the cache."
9772 msgstr ""
9774 #: cygnal/libnet/sshserver.cpp:145
9775 #, c-format
9776 msgid "User %s wants to auth with pass %s\n"
9777 msgstr ""
9779 #: cygnal/testsuite/libnet.all/test_rtmp.cpp:113
9780 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:99
9781 #: cygnal/testsuite/libamf.all/test_el.cpp:95
9782 #: cygnal/testsuite/libamf.all/test_buffer.cpp:111
9783 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:107
9784 #: cygnal/testsuite/libamf.all/test_sol.cpp:106
9785 #: cygnal/testsuite/libamf.all/test_amf.cpp:113
9786 msgid "Enabling memory statistics"
9787 msgstr ""
9789 #: cygnal/testsuite/libnet.all/test_rtmp.cpp:121
9790 #: cygnal/testsuite/libnet.all/test_diskstream.cpp:101
9791 #: cygnal/testsuite/libnet.all/test_handler.cpp:113
9792 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:112
9793 #: cygnal/testsuite/libnet.all/test_cache.cpp:104
9794 #: cygnal/testsuite/libamf.all/test_el.cpp:108
9795 #: cygnal/testsuite/libamf.all/test_buffer.cpp:124
9796 #: cygnal/testsuite/libamf.all/test_flv.cpp:104
9797 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:120
9798 #: cygnal/testsuite/libamf.all/test_sol.cpp:114
9799 #: cygnal/testsuite/libamf.all/test_amf.cpp:126
9800 msgid "This is a Gnash bug."
9801 msgstr ""
9803 #: cygnal/testsuite/libnet.all/test_diskstream.cpp:268
9804 #: cygnal/testsuite/libnet.all/test_handler.cpp:280
9805 #: cygnal/testsuite/libnet.all/test_cache.cpp:390
9806 msgid "Usage: test_diskstream [options...]"
9807 msgstr ""
9809 #: cygnal/testsuite/libnet.all/test_diskstream.cpp:271
9810 #: cygnal/testsuite/libnet.all/test_handler.cpp:283
9811 #: cygnal/testsuite/libnet.all/test_cache.cpp:393
9812 msgid "  -d,  --dump          Dump data structures"
9813 msgstr ""
9815 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:104
9816 #: cygnal/testsuite/libamf.all/test_el.cpp:100
9817 #: cygnal/testsuite/libamf.all/test_buffer.cpp:116
9818 #: cygnal/testsuite/libamf.all/test_flv.cpp:96
9819 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:112
9820 #: cygnal/testsuite/libamf.all/test_amf.cpp:118
9821 msgid "Logging to disk enabled"
9822 msgstr ""
9824 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:299
9825 #: cygnal/testsuite/libamf.all/test_el.cpp:490
9826 msgid "Usage: test_el [options...]"
9827 msgstr ""
9829 #: cygnal/testsuite/libnet.all/generate_amfbins.cpp:302
9830 #: cygnal/testsuite/libamf.all/test_el.cpp:493
9831 #: cygnal/testsuite/libamf.all/test_buffer.cpp:723
9832 #: cygnal/testsuite/libamf.all/test_amfmsg.cpp:249
9833 #: cygnal/testsuite/libamf.all/test_amf.cpp:424
9834 msgid "  -m,  --memdebug      Output memory statistics"
9835 msgstr ""
9837 #: cygnal/testsuite/libamf.all/test_buffer.cpp:718
9838 msgid "test_buffer - test Buffer class"
9839 msgstr ""
9841 #: cygnal/testsuite/libamf.all/test_buffer.cpp:720
9842 msgid "Usage: test_buffer [options...]"
9843 msgstr ""
9845 #: cygnal/libamf/amf_msg.cpp:178
9846 msgid "AMF Message 'target' field missing!"
9847 msgstr ""
9849 #: cygnal/libamf/amf_msg.cpp:181
9850 msgid "AMF Message 'reply' field missing!"
9851 msgstr ""
9853 #: cygnal/libamf/amf_msg.cpp:184
9854 msgid "AMF Message 'size' field missing!"
9855 msgstr ""
9857 #: cygnal/libamf/amf_msg.cpp:231
9858 #, c-format
9859 msgid ""
9860 "Error parsing the AMF packet: \n"
9861 "\t%s"
9862 msgstr ""
9864 #: cygnal/libamf/sol.cpp:212
9865 #, c-format
9866 msgid ""
9867 "%s: SOL file header is: \n"
9868 "%s"
9869 msgstr ""
9871 #: cygnal/libamf/sol.cpp:232
9872 #, c-format
9873 msgid "Failed opening file '%s' in binary mode"
9874 msgstr ""
9876 #: cygnal/libamf/sol.cpp:319
9877 #, c-format
9878 msgid "Error writing %d bytes of header to output file %s"
9879 msgstr ""
9881 #: cygnal/libamf/sol.cpp:326
9882 #, c-format
9883 msgid "Error writing %d bytes of body to output file %s"
9884 msgstr ""
9886 #: cygnal/libamf/sol.cpp:386
9887 #, c-format
9888 msgid "%s is an SOL file"
9889 msgstr ""
9891 #: cygnal/libamf/sol.cpp:389
9892 #, c-format
9893 msgid ""
9894 "%s looks like an SOL file, but the length is wrong. Should be %d, got %d"
9895 msgstr ""
9897 #: cygnal/libamf/sol.cpp:395
9898 #, c-format
9899 msgid "%s isn't an SOL file"
9900 msgstr ""
9902 #: cygnal/libamf/sol.cpp:437
9903 #, c-format
9904 msgid "Reading SharedObject %s: %s"
9905 msgstr ""
9907 #: cygnal/libamf/flv.cpp:94
9908 msgid "Bad magic number for FLV file!"
9909 msgstr ""
9911 #: cygnal/libamf/flv.cpp:101
9912 #, c-format
9913 msgid "Bad version in FLV header! %d"
9914 msgstr ""
9916 #: cygnal/libamf/flv.cpp:110
9917 #, c-format
9918 msgid "Bad FLV file Type: %d"
9919 msgstr ""
9921 #: cygnal/libamf/flv.cpp:123
9922 #, c-format
9923 msgid "Bad header size in FLV header! %d"
9924 msgstr ""
9926 #: cygnal/libamf/flv.cpp:156
9927 #, c-format
9928 msgid "%d bytes for a string is over the safe limit of %d"
9929 msgstr ""
9931 #: cygnal/libamf/flv.cpp:186
9932 #, c-format
9933 msgid "Bad FLV Audio Sound Type: %x"
9934 msgstr ""
9936 #: cygnal/libamf/flv.cpp:195
9937 #, c-format
9938 msgid "Bad FLV Audio Sound size: %d"
9939 msgstr ""
9941 #: cygnal/libamf/flv.cpp:209
9942 #, c-format
9943 msgid "Bad FLV Audio Sound Rate: %d"
9944 msgstr ""
9946 #: cygnal/libamf/flv.cpp:226
9947 #, c-format
9948 msgid "Bad FLV Audio Sound format: %d"
9949 msgstr ""
9951 #: cygnal/libamf/flv.cpp:257
9952 #, c-format
9953 msgid "Bad FLV Video Codec CodecID: 0x%x"
9954 msgstr ""
9956 #: cygnal/libamf/flv.cpp:267
9957 #, c-format
9958 msgid "Bad FLV Video Frame CodecID: 0x%x"
9959 msgstr ""
9961 #: cygnal/libamf/flv.cpp:340 cygnal/libamf/flv.cpp:342
9962 #: cygnal/libamf/flv.cpp:344
9963 #, c-format
9964 msgid "FLV MetaData: %s: %s"
9965 msgstr ""
9967 #: cygnal/libamf/element.cpp:175
9968 msgid "Can't create remote function calls yet"
9969 msgstr ""
9971 #: cygnal/libamf/element.cpp:479
9972 #, c-format
9973 msgid "Size of Element \"%s\" is: %d"
9974 msgstr ""
9976 #: cygnal/libamf/element.cpp:1534
9977 msgid "FIXME: got AMF3 data!"
9978 msgstr ""
9980 #: cygnal/libamf/lcshm.cpp:372
9981 msgid "No data pointer to parse!"
9982 msgstr ""
9984 #: cygnal/libamf/lcshm.cpp:391
9985 msgid "Didn't extract an element from the byte stream!"
9986 msgstr ""
9988 #: cygnal/libamf/lcshm.cpp:503
9989 #, c-format
9990 msgid " The size of %s is %d "
9991 msgstr ""
9993 #: cygnal/libamf/lcshm.cpp:520
9994 #, c-format
9995 msgid "Failed to open shared memory segment: \"%s\""
9996 msgstr ""
9998 #: cygnal/libamf/lcshm.cpp:561
9999 #, c-format
10000 msgid "Failed to open shared memory segment: 0x%x"
10001 msgstr ""
10003 #: cygnal/libamf/lcshm.cpp:660
10004 #, c-format
10005 msgid " ***** The size of the data is %s *****"
10006 msgstr ""
10008 #: cygnal/libamf/buffer.cpp:179
10009 #, c-format
10010 msgid "Buffer %x (%d) stayed in queue for %f seconds"
10011 msgstr ""
10013 #: cygnal/libamf/buffer.cpp:711
10014 #, c-format
10015 msgid "cygnal::Buffer::resize(%d): Truncating data (%d bytes) while resizing!"
10016 msgstr ""
10018 #: cygnal/libamf/buffer.cpp:766
10019 #, c-format
10020 msgid "Creating %d errors in the buffer"
10021 msgstr ""
10023 #: cygnal/libamf/amf.cpp:180
10024 #, c-format
10025 msgid "Encoded data size has %d properties"
10026 msgstr ""
10028 #: cygnal/libamf/amf.cpp:300
10029 msgid "XML AMF objects not supported yet"
10030 msgstr ""
10032 #: cygnal/libamf/amf.cpp:404
10033 msgid "Movie Clip AMF objects not supported yet"
10034 msgstr ""
10036 #: cygnal/libamf/amf.cpp:495
10037 msgid "Long String AMF objects not supported yet"
10038 msgstr ""
10040 #: cygnal/libamf/amf.cpp:512
10041 msgid "Reecord Set AMF objects not supported yet"
10042 msgstr ""
10044 #: cygnal/libamf/amf.cpp:561
10045 msgid "Encoding a strict array as an ecma array"
10046 msgstr ""
10048 #: cygnal/libamf/amf.cpp:784
10049 msgid "FIXME: got AMF3 data type"
10050 msgstr ""
10052 #: cygnal/libamf/amf.cpp:913
10053 msgid "AMF body input data is NULL"
10054 msgstr ""
10056 #: cygnal/libamf/amf.cpp:937
10057 msgid "AMF data too short to contain type field"
10058 msgstr ""
10060 #: cygnal/libamf/amf.cpp:948
10061 msgid "Element has no type!"
10062 msgstr ""
10064 #: cygnal/libamf/amf.cpp:958
10065 msgid "AMF data segment too short to containtype NUMBER"
10066 msgstr ""
10068 #: cygnal/libamf/amf.cpp:978
10069 #, c-format
10070 msgid "%d bytes for a string is over the safe limit of %d, line %d"
10071 msgstr ""
10073 #: cygnal/libamf/amf.cpp:1021
10074 msgid "AMF0 MovieClip frame"
10075 msgstr ""
10077 #: cygnal/libamf/amf.cpp:1151
10078 msgid "Found object terminator byte"
10079 msgstr ""
10081 #: cygnal/libamf/amf.cpp:1169
10082 #, c-format
10083 msgid "%s: type %d"
10084 msgstr ""
10086 #: cygnal/libamf/amf.cpp:1262
10087 #, c-format
10088 msgid "No data associated with Property \"%s\""
10089 msgstr ""
10091 #: cygnal/http_server.cpp:154 cygnal/http_server.cpp:211
10092 #, c-format
10093 msgid "New filestream %s"
10094 msgstr ""
10096 #: cygnal/http_server.cpp:213
10097 #, c-format
10098 msgid "Reusing filestream %s"
10099 msgstr ""
10101 #: cygnal/http_server.cpp:308
10102 msgid "couldn't read data!"
10103 msgstr ""
10105 #: cygnal/http_server.cpp:1015
10106 #, c-format
10107 msgid "Processing HTTP data for fd #%d"
10108 msgstr ""
10110 #: cygnal/http_server.cpp:1024
10111 msgid "FIXME: Existing data in packet!"
10112 msgstr ""
10114 #: cygnal/http_server.cpp:1026
10115 msgid "FIXME: No existing data in packet!"
10116 msgstr ""
10118 #: cygnal/handler.cpp:128
10119 #, c-format
10120 msgid "Protocol %d for Handler::AddClient()"
10121 msgstr ""
10123 #: cygnal/handler.cpp:171 cygnal/handler.cpp:196
10124 msgid "HTTP key couldn't be read!"
10125 msgstr ""
10127 #: cygnal/handler.cpp:214 cygnal/handler.cpp:244
10128 #, c-format
10129 msgid "FD #%d has no protocol handler registered"
10130 msgstr ""
10132 #: cygnal/handler.cpp:319
10133 #, c-format
10134 msgid "No %s symbol in plugin"
10135 msgstr ""
10137 #: cygnal/handler.cpp:322
10138 #, c-format
10139 msgid "Initialized Plugin: \"%s\": %s"
10140 msgstr ""
10142 #: cygnal/handler.cpp:335 cygnal/handler.cpp:350
10143 #, c-format
10144 msgid "Couldn't get %s symbol"
10145 msgstr ""
10147 #: cygnal/proc.cpp:119
10148 #, c-format
10149 msgid "Invalid filespec for CGI: \"%s\""
10150 msgstr ""
10152 #: gui/gtk/gtk_glue_agg_vaapi.cpp:163
10153 msgid "WARNING: failed to create VA-API display."
10154 msgstr ""
10156 #: gui/gtk/gtk_glue_agg_vaapi.cpp:204
10157 #, c-format
10158 msgid ""
10159 "GTK-AGG: Unknown RGB format %s reported by VA-API.Please report this to the "
10160 "gnash-dev mailing list."
10161 msgstr ""
10163 #: gui/gtk/gtk_glue_agg_vaapi.cpp:231 gui/gtk/gtk_glue_agg_vaapi.cpp:289
10164 msgid "failed to map VA-API image."
10165 msgstr ""
10167 #: gui/gtk/gtk_glue_agg_vaapi.cpp:237
10168 msgid "failed to associate VA-API subpicture."
10169 msgstr ""
10171 #: gui/gtk/gtk_glue_agg_vaapi.cpp:371
10172 #, c-format
10173 msgid "failed to setup video window for surface 0x%08x."
10174 msgstr ""
10176 #: gui/gtk/gtk_glue_agg_vaapi.cpp:378
10177 #, c-format
10178 msgid "failed to associate subpicture to surface 0x%08x."
10179 msgstr ""
10181 #: gui/gtk/gtk_glue_gtkglext.cpp:72
10182 msgid ""
10183 "Cannot find the double-buffered visual.\n"
10184 "Trying single-buffered visual."
10185 msgstr ""
10187 #: gui/gtk/gtk_glue_gtkglext.cpp:78
10188 msgid "No appropriate OpenGL-capable visual found."
10189 msgstr ""
10191 #: gui/gtk/gtk_glue_agg.cpp:96 gui/haiku/haiku_agg_glue.cpp:297
10192 #, c-format
10193 msgid "Could not create AGG renderer with pixelformat %s"
10194 msgstr ""
10196 #: gui/gtk/gtk_glue_ovg.cpp:88 gui/fb/fb_glue_ovg.cpp:73
10197 msgid "Probing found an EGL display device"
10198 msgstr ""
10200 #: gui/gtk/gtk_glue_ovg.cpp:92 gui/fb/fb_glue_ovg.cpp:77
10201 msgid "Probing found a raw Framebuffer display device"
10202 msgstr ""
10204 #: gui/gtk/gtk_glue_ovg.cpp:96 gui/fb/fb_glue_ovg.cpp:81
10205 msgid "Probing found an X11 display device"
10206 msgstr ""
10208 #: gui/gtk/gtk_glue_ovg.cpp:100 gui/fb/fb_glue_ovg.cpp:85
10209 msgid "Probing found a DirectFB display device"
10210 msgstr ""
10212 #: gui/gtk/gtk_glue_ovg.cpp:105 gui/fb/fb_glue_ovg.cpp:90
10213 msgid "No display devices found by probing!"
10214 msgstr ""
10216 #: gui/gtk/gtk_glue_ovg.cpp:182
10217 msgid "Could not create OPENVG renderer"
10218 msgstr ""
10220 #: gui/gtk/gtk_glue_ovg.cpp:265 gui/gtk/gtk_glue_ovg.cpp:282
10221 msgid "No off screen buffer!"
10222 msgstr ""
10224 #: gui/gtk/gtk_glue_ovg.cpp:400
10225 #, c-format
10226 msgid "eglGetConfigs() failed to retrive the configs (error %s)"
10227 msgstr ""
10229 #: gui/gtk/gtk_glue_cairo.cpp:223
10230 msgid "Cairo: failed to create a rendering buffer!"
10231 msgstr ""
10233 #: gui/gtk/gtk.cpp:155
10234 msgid "Failed to initialize X threading support\n"
10235 msgstr ""
10237 #: gui/gtk/gtk.cpp:198
10238 msgid "This system lacks a hardware OpenGL driver!"
10239 msgstr ""
10241 #: gui/gtk/gtk.cpp:210
10242 msgid "Click to play"
10243 msgstr ""
10245 #: gui/gtk/gtk.cpp:599
10246 #, c-format
10247 msgid "Advance interval timer set to %d ms (~ %d FPS)"
10248 msgstr ""
10250 #: gui/gtk/gtk.cpp:673
10251 msgid "Sound"
10252 msgstr ""
10254 #: gui/gtk/gtk.cpp:1226 gui/qt/Qt4Gui.cpp:771
10255 msgid "Gnash preferences"
10256 msgstr ""
10258 #: gui/gtk/gtk.cpp:1261
10259 msgid "_Network"
10260 msgstr ""
10262 #: gui/gtk/gtk.cpp:1265 gui/qt/Qt4Gui.cpp:888
10263 msgid "<b>Network preferences</b>"
10264 msgstr ""
10266 #: gui/gtk/gtk.cpp:1273
10267 msgid "Network timeout in seconds (0 for no timeout):"
10268 msgstr ""
10270 #: gui/gtk/gtk.cpp:1292
10271 msgid "_Logging"
10272 msgstr ""
10274 #: gui/gtk/gtk.cpp:1297 gui/qt/Qt4Gui.cpp:789
10275 msgid "<b>Logging options</b>"
10276 msgstr ""
10278 #: gui/gtk/gtk.cpp:1301
10279 msgid "Verbosity level:"
10280 msgstr ""
10282 #: gui/gtk/gtk.cpp:1314
10283 msgid "Log to _file"
10284 msgstr ""
10286 #: gui/gtk/gtk.cpp:1320
10287 msgid "Logfile name:"
10288 msgstr ""
10290 #: gui/gtk/gtk.cpp:1333
10291 msgid "Log _parser output"
10292 msgstr ""
10294 #: gui/gtk/gtk.cpp:1341
10295 msgid "Log SWF _actions"
10296 msgstr ""
10298 #: gui/gtk/gtk.cpp:1349
10299 msgid "Log malformed SWF _errors"
10300 msgstr ""
10302 #: gui/gtk/gtk.cpp:1357
10303 msgid "Log ActionScript _coding errors"
10304 msgstr ""
10306 #: gui/gtk/gtk.cpp:1373
10307 msgid "_Security"
10308 msgstr ""
10310 #: gui/gtk/gtk.cpp:1380 gui/qt/Qt4Gui.cpp:840
10311 msgid "<b>Network connections</b>"
10312 msgstr ""
10314 #: gui/gtk/gtk.cpp:1386
10315 msgid "Connect only to local _host"
10316 msgstr ""
10318 #: gui/gtk/gtk.cpp:1393
10319 msgid "Connect only to local _domain"
10320 msgstr ""
10322 #: gui/gtk/gtk.cpp:1400
10323 msgid "Disable SSL _verification"
10324 msgstr ""
10326 #: gui/gtk/gtk.cpp:1407
10327 msgid "_Whitelist"
10328 msgstr ""
10330 #: gui/gtk/gtk.cpp:1416
10331 msgid "_Blacklist"
10332 msgstr ""
10334 #: gui/gtk/gtk.cpp:1425 gui/qt/Qt4Gui.cpp:858
10335 msgid "<b>Privacy</b>"
10336 msgstr ""
10338 #: gui/gtk/gtk.cpp:1429 gui/qt/Qt4Gui.cpp:861
10339 msgid "Shared objects directory:"
10340 msgstr ""
10342 #: gui/gtk/gtk.cpp:1441
10343 msgid "Do _not write Shared Object files"
10344 msgstr ""
10346 #: gui/gtk/gtk.cpp:1448
10347 msgid "Only _access local Shared Object files"
10348 msgstr ""
10350 #: gui/gtk/gtk.cpp:1455
10351 msgid "Disable Local _Connection object"
10352 msgstr ""
10354 #: gui/gtk/gtk.cpp:1469
10355 msgid "_Media"
10356 msgstr ""
10358 #: gui/gtk/gtk.cpp:1475 gui/qt/Qt4Gui.cpp:906
10359 msgid "<b>Sound</b>"
10360 msgstr ""
10362 #: gui/gtk/gtk.cpp:1480
10363 msgid "Use sound _handler"
10364 msgstr ""
10366 #: gui/gtk/gtk.cpp:1488
10367 msgid "<b>Media Streams</b>"
10368 msgstr ""
10370 #: gui/gtk/gtk.cpp:1494 gui/qt/Qt4Gui.cpp:913
10371 msgid "Save media streams to disk"
10372 msgstr ""
10374 #: gui/gtk/gtk.cpp:1503 gui/qt/Qt4Gui.cpp:919
10375 msgid "Save dynamically loaded media to disk"
10376 msgstr ""
10378 #: gui/gtk/gtk.cpp:1511 gui/qt/Qt4Gui.cpp:923
10379 msgid "Saved media directory:"
10380 msgstr ""
10382 #: gui/gtk/gtk.cpp:1531
10383 msgid "_Player"
10384 msgstr ""
10386 #: gui/gtk/gtk.cpp:1537 gui/qt/Qt4Gui.cpp:935
10387 msgid "<b>Player description</b>"
10388 msgstr ""
10390 #: gui/gtk/gtk.cpp:1545 gui/qt/Qt4Gui.cpp:938
10391 msgid "Player version:"
10392 msgstr ""
10394 #: gui/gtk/gtk.cpp:1561 gui/qt/Qt4Gui.cpp:944
10395 msgid "Operating system:"
10396 msgstr ""
10398 #: gui/gtk/gtk.cpp:1571
10399 msgid "<i>If blank, Gnash will detect your OS</i>"
10400 msgstr ""
10402 #: gui/gtk/gtk.cpp:1581 gui/qt/Qt4Gui.cpp:955
10403 msgid "URL opener:"
10404 msgstr ""
10406 #: gui/gtk/gtk.cpp:1593 gui/qt/Qt4Gui.cpp:962
10407 msgid "<b>Performance</b>"
10408 msgstr ""
10410 #: gui/gtk/gtk.cpp:1607 gui/qt/Qt4Gui.cpp:965
10411 msgid "Max size of movie library:"
10412 msgstr ""
10414 #: gui/gtk/gtk.cpp:1624
10415 msgid "Max scripts execution time (in seconds):"
10416 msgstr ""
10418 #: gui/gtk/gtk.cpp:1643
10419 msgid "Max scripts recursion limit (stack depth):"
10420 msgstr ""
10422 #: gui/gtk/gtk.cpp:1659
10423 msgid "Lock script limits so that SWF tags can't override"
10424 msgstr ""
10426 #: gui/gtk/gtk.cpp:1671
10427 msgid "Start _Gnash in pause mode"
10428 msgstr ""
10430 #: gui/gtk/gtk.cpp:1695 gui/qt/Qt4Gui.cpp:468
10431 msgid "Movie properties"
10432 msgstr ""
10434 #: gui/gtk/gtk.cpp:1765 gui/qt/Qt4Gui.cpp:487
10435 msgid "Variable"
10436 msgstr ""
10438 #: gui/gtk/gtk.cpp:1777 gui/qt/Qt4Gui.cpp:488
10439 msgid "Value"
10440 msgstr ""
10442 #: gui/gtk/gtk.cpp:1830
10443 msgid ""
10444 "This program is free software; you can redistribute it and/or modify\n"
10445 "it under the terms of the GNU General Public License as published by\n"
10446 "the Free Software Foundation; either version 3 of the License, or\n"
10447 "(at your option) any later version.\n"
10448 "\n"
10449 "This program is distributed in the hope that it will be useful,\n"
10450 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
10451 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
10452 "GNU General Public License for more details.\n"
10453 "You should have received a copy of the GNU General Public License\n"
10454 "along with this program; if not, write to the Free Software\n"
10455 "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301\n"
10456 "USA or visit http://www.gnu.org/licenses/."
10457 msgstr ""
10459 #: gui/gtk/gtk.cpp:1846
10460 msgid "Gnash is the GNU SWF Player based on GameSWF."
10461 msgstr ""
10463 #: gui/gtk/gtk.cpp:1847
10464 msgid ""
10465 "\n"
10466 "Renderer: "
10467 msgstr ""
10469 #: gui/gtk/gtk.cpp:1849
10470 msgid ""
10471 "\n"
10472 "Hardware Acceleration: "
10473 msgstr ""
10475 #: gui/gtk/gtk.cpp:1851
10476 msgid ""
10477 "\n"
10478 "GUI: "
10479 msgstr ""
10481 #: gui/gtk/gtk.cpp:1853
10482 msgid ""
10483 "\n"
10484 "Media: "
10485 msgstr ""
10487 #: gui/gtk/gtk.cpp:1883
10488 msgid "translator-credits"
10489 msgstr ""
10491 #: gui/gtk/gtk.cpp:1910
10492 msgid "_File"
10493 msgstr ""
10495 #: gui/gtk/gtk.cpp:1963
10496 msgid "_Edit"
10497 msgstr ""
10499 #: gui/gtk/gtk.cpp:1983
10500 msgid "_Help"
10501 msgstr ""
10503 #: gui/gtk/gtk.cpp:2003
10504 msgid "_View"
10505 msgstr ""
10507 #: gui/gtk/gtk.cpp:2011
10508 msgid "Redraw"
10509 msgstr ""
10511 #: gui/gtk/gtk.cpp:2021 gui/gtk/gtk.cpp:2026
10512 msgid "Toggle fullscreen"
10513 msgstr ""
10515 #: gui/gtk/gtk.cpp:2035
10516 msgid "Show updated ranges"
10517 msgstr ""
10519 #: gui/gtk/gtk.cpp:2054
10520 msgid "_Quality"
10521 msgstr ""
10523 #: gui/gtk/gtk.cpp:2064
10524 msgid "Low"
10525 msgstr ""
10527 #: gui/gtk/gtk.cpp:2070
10528 msgid "Medium"
10529 msgstr ""
10531 #: gui/gtk/gtk.cpp:2076
10532 msgid "High"
10533 msgstr ""
10535 #: gui/gtk/gtk.cpp:2082
10536 msgid "Best"
10537 msgstr ""
10539 #: gui/gtk/gtk.cpp:2095
10540 msgid "Movie _Control"
10541 msgstr ""
10543 #: gui/gtk/gtk.cpp:2106 gui/qt/Qt4Gui.cpp:605
10544 msgid "Play"
10545 msgstr ""
10547 #: gui/gtk/gtk.cpp:2117 gui/qt/Qt4Gui.cpp:609
10548 msgid "Pause"
10549 msgstr ""
10551 #: gui/gtk/gtk.cpp:2127 gui/qt/Qt4Gui.cpp:613
10552 msgid "Stop"
10553 msgstr ""
10555 #: gui/gtk/gtk.cpp:2139 gui/qt/kde.cpp:416
10556 msgid "Restart Movie"
10557 msgstr ""
10559 #: gui/gtk/gtk.cpp:2262 gui/gtk/gtk.cpp:2263
10560 #, c-format
10561 msgid "Couldn't find pixmap file: %s"
10562 msgstr ""
10564 #: gui/gtk/gtk.cpp:2269
10565 #, c-format
10566 msgid "Failed to load pixbuf file: %s: %s"
10567 msgstr ""
10569 #: gui/gtk/gtk.cpp:2578 gui/aos4/aos4.cpp:266
10570 #, c-format
10571 msgid ""
10572 "Attempting to open file %s.\n"
10573 "NOTE: the file open functionality is not yet implemented!"
10574 msgstr ""
10576 #: gui/gtk/gtk.cpp:2595 gui/gtk/gtk.cpp:2608
10577 msgid "Open file"
10578 msgstr ""
10580 #: gui/Player.cpp:132
10581 msgid "GUI ExternalInterface.Pan event"
10582 msgstr ""
10584 #: gui/Player.cpp:144
10585 msgid "GUI ExternalInterface.SetZoomRect event"
10586 msgstr ""
10588 #: gui/Player.cpp:152
10589 msgid "GUI ExternalInterface.Zoom event"
10590 msgstr ""
10592 #: gui/Player.cpp:170
10593 #, c-format
10594 msgid "Unhandled callback %s with arguments %s"
10595 msgstr ""
10597 #: gui/Player.cpp:284 gui/pythonmod/gnash-view.cpp:223
10598 msgid "Sound requested but no sound support compiled in"
10599 msgstr ""
10601 #: gui/Player.cpp:289 gui/pythonmod/gnash-view.cpp:220
10602 #, c-format
10603 msgid "Could not create sound handler: %s. Will continue without sound."
10604 msgstr ""
10606 #: gui/Player.cpp:437
10607 msgid "Non-existent media handler %1% specified"
10608 msgstr ""
10610 #: gui/Player.cpp:685
10611 msgid "Got unexpected argument type for message %1%"
10612 msgstr ""
10614 #: gui/Player.cpp:720
10615 #, c-format
10616 msgid ""
10617 "Could only write %d bytes over %d required to user-provided host requests fd "
10618 "%d"
10619 msgstr ""
10621 #: gui/Player.cpp:776
10622 #, c-format
10623 msgid "FsCommand exec called with argument %s"
10624 msgstr ""
10626 #: gui/Player.cpp:793
10627 #, c-format
10628 msgid "FsCommand trapallkeys called with argument %s"
10629 msgstr ""
10631 #: gui/Player.cpp:799
10632 #, c-format
10633 msgid "FsCommand '%s(%s)' not handled internally"
10634 msgstr ""
10636 #: gui/aos4/aos4_agg_glue.cpp:116 gui/sdl/sdl_agg_glue.cpp:78
10637 #: gui/haiku/haiku_agg_glue.cpp:290
10638 #, c-format
10639 msgid "AGG's bit depth must be 16, 24 or 32 bits, not %d."
10640 msgstr ""
10642 #: gui/aos4/aos4_agg_glue.cpp:216 gui/aos4/aos4_cairo_glue.cpp:212
10643 msgid "Cannot layout Menu!!\n"
10644 msgstr ""
10646 #: gui/aos4/aos4_agg_glue.cpp:220 gui/aos4/aos4_cairo_glue.cpp:216
10647 msgid "Cannot create Menu!!\n"
10648 msgstr ""
10650 #: gui/aos4/aos4_agg_glue.cpp:223 gui/aos4/aos4_cairo_glue.cpp:219
10651 msgid "Cannot get Visual Info!!\n"
10652 msgstr ""
10654 #: gui/aos4/aos4_agg_glue.cpp:226 gui/aos4/aos4_cairo_glue.cpp:222
10655 msgid "Cannot get WB Screen pointer!!\n"
10656 msgstr ""
10658 #: gui/aos4/aos4_agg_glue.cpp:264 gui/aos4/aos4_cairo_glue.cpp:259
10659 msgid "prepDrawingArea() failed.\n"
10660 msgstr ""
10662 #: gui/aos4/aos4_agg_glue.cpp:277
10663 #, c-format
10664 msgid "AOS4-AGG: %i byte offscreen buffer allocated"
10665 msgstr ""
10667 #: gui/aos4/aos4.cpp:70
10668 #, c-format
10669 msgid "Exception: %s on file %s line %d"
10670 msgstr ""
10672 #: gui/aos4/aos4.cpp:274
10673 msgid "Cannot open File Requester!\n"
10674 msgstr ""
10676 #: gui/aos4/aos4.cpp:609
10677 msgid "error creating RenderHandler!\n"
10678 msgstr ""
10680 #: gui/aos4/aos4_cairo_glue.cpp:124
10681 #, c-format
10682 msgid "Cairo's bit depth must be 16, 24 or 32 bits, not %d."
10683 msgstr ""
10685 #: gui/gnash.cpp:127
10686 #, c-format
10687 msgid "Error parsing options: %s\n"
10688 msgstr ""
10690 #: gui/gnash.cpp:168
10691 msgid "Error: no input file was specified. Exiting.\n"
10692 msgstr ""
10694 #: gui/gnash.cpp:214
10695 msgid "Invalid host communication filedescriptor %1%\n"
10696 msgstr ""
10698 #: gui/gnash.cpp:221
10699 msgid "Invalid control communication filedescriptor %1%\n"
10700 msgstr ""
10702 #: gui/gnash.cpp:233
10703 #, c-format
10704 msgid "Cookiefile %s does not exist or is not a regular file\n"
10705 msgstr ""
10707 #: gui/gnash.cpp:265
10708 msgid "ERROR: -r must be followed by 0, 1, 2 or 3 "
10709 msgstr ""
10711 #: gui/gnash.cpp:281
10712 msgid "Debugging options"
10713 msgstr ""
10715 #: gui/gnash.cpp:287
10716 msgid "Produce verbose output"
10717 msgstr ""
10719 #: gui/gnash.cpp:294
10720 msgid "Produce the disk based debug log"
10721 msgstr ""
10723 #: gui/gnash.cpp:299
10724 msgid "Be (very) verbose about action execution"
10725 msgstr ""
10727 #: gui/gnash.cpp:305
10728 msgid "Be (very) verbose about parsing"
10729 msgstr ""
10731 #: gui/gnash.cpp:311
10732 msgid "Print FPS every num seconds"
10733 msgstr ""
10735 #: gui/gnash.cpp:335
10736 msgid "Options"
10737 msgstr ""
10739 #: gui/gnash.cpp:340
10740 msgid "Print this help and exit"
10741 msgstr ""
10743 #: gui/gnash.cpp:343
10744 msgid "Print version information and exit"
10745 msgstr ""
10747 #: gui/gnash.cpp:348
10748 msgid "Scale the movie by the specified factor"
10749 msgstr ""
10751 #: gui/gnash.cpp:352
10752 msgid "Number of milliseconds to delay in main loop"
10753 msgstr ""
10755 #: gui/gnash.cpp:356
10756 msgid "Audio dump file (wave format)"
10757 msgstr ""
10759 #: gui/gnash.cpp:361
10760 msgid "Hardware Video Accelerator to use"
10761 msgstr ""
10763 #: gui/gnash.cpp:366
10764 msgid "X11 Window ID for display"
10765 msgstr ""
10767 #: gui/gnash.cpp:370
10768 msgid "Set window width"
10769 msgstr ""
10771 #: gui/gnash.cpp:374
10772 msgid "Set window height"
10773 msgstr ""
10775 #: gui/gnash.cpp:378
10776 msgid "Set window x position"
10777 msgstr ""
10779 #: gui/gnash.cpp:382
10780 msgid "Set window y position"
10781 msgstr ""
10783 #: gui/gnash.cpp:387
10784 msgid "Exit when/if movie reaches the last frame"
10785 msgstr ""
10787 #: gui/gnash.cpp:393
10788 msgid "disable rendering and sound"
10789 msgstr ""
10791 #: gui/gnash.cpp:395
10792 msgid "enable rendering, disable sound"
10793 msgstr ""
10795 #: gui/gnash.cpp:397
10796 msgid "enable sound, disable rendering"
10797 msgstr ""
10799 #: gui/gnash.cpp:399
10800 msgid "enable rendering and sound"
10801 msgstr ""
10803 #: gui/gnash.cpp:407
10804 msgid "The media handler to use"
10805 msgstr ""
10807 #: gui/gnash.cpp:415
10808 msgid "The renderer to use"
10809 msgstr ""
10811 #: gui/gnash.cpp:421
10812 msgid "Exit after the specified number of seconds"
10813 msgstr ""
10815 #: gui/gnash.cpp:424
10816 msgid "Set \"real\" URL of the movie"
10817 msgstr ""
10819 #: gui/gnash.cpp:428
10820 msgid "Set \"base\" URL for resolving relative URLs"
10821 msgstr ""
10823 #: gui/gnash.cpp:433
10824 msgid "Set parameter (e.g. \"FlashVars=A=1&b=2\")"
10825 msgstr ""
10827 #: gui/gnash.cpp:437
10828 msgid "Filedescriptor to use for external communications"
10829 msgstr ""
10831 #: gui/gnash.cpp:443
10832 msgid "Cookiefile to use"
10833 msgstr ""
10835 #: gui/gnash.cpp:447
10836 msgid "Exit after specified number of frame advances"
10837 msgstr ""
10839 #: gui/gnash.cpp:451
10840 msgid "Start in fullscreen mode"
10841 msgstr ""
10843 #: gui/gnash.cpp:456
10844 msgid "Start without displaying the menu bar"
10845 msgstr ""
10847 #: gui/gnash.cpp:461
10848 msgid "List of frames to save as screenshots"
10849 msgstr ""
10851 #: gui/gnash.cpp:465
10852 msgid "Filename pattern for screenshot images"
10853 msgstr ""
10855 #: gui/gnash.cpp:469
10856 msgid "Quality for screenshot output (not all formats)"
10857 msgstr ""
10859 #: gui/gnash.cpp:472
10860 msgid "Input files"
10861 msgstr ""
10863 #: gui/gnash.cpp:483
10864 msgid "Dump options"
10865 msgstr ""
10867 #: gui/gnash.cpp:488
10868 msgid "Video dump file (raw format) and optional video FPS (@<num>)"
10869 msgstr ""
10871 #: gui/gnash.cpp:490
10872 msgid "Number of milliseconds to sleep between advances"
10873 msgstr ""
10875 #: gui/gnash.cpp:492
10876 msgid "Trigger expression to start dumping"
10877 msgstr ""
10879 #: gui/gnash.cpp:504
10880 msgid "Keys:\n"
10881 msgstr ""
10883 #: gui/gnash.cpp:506
10884 msgid "Quit\n"
10885 msgstr ""
10887 #: gui/gnash.cpp:508
10888 msgid "Toggle fullscreen\n"
10889 msgstr ""
10891 #: gui/gnash.cpp:510
10892 msgid "Toggle pause\n"
10893 msgstr ""
10895 #: gui/gnash.cpp:512
10896 msgid "Restart the movie\n"
10897 msgstr ""
10899 #: gui/gnash.cpp:514
10900 msgid "Take a screenshot\n"
10901 msgstr ""
10903 #: gui/gnash.cpp:516
10904 msgid "Force immediate redraw\n"
10905 msgstr ""
10907 #: gui/gnash.cpp:522
10908 msgid "Usage: gnash [options] movie_file.swf\n"
10909 msgstr ""
10911 #: gui/gnash.cpp:523
10912 msgid "Plays a SWF (Shockwave Flash) movie\n"
10913 msgstr ""
10915 #: gui/gnash.cpp:540
10916 msgid ""
10917 "Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free "
10918 "Software Foundation, Inc.\n"
10919 "Gnash comes with NO WARRANTY, to the extent permitted by law.\n"
10920 "You may redistribute copies of Gnash under the terms of the GNU General\n"
10921 "Public License.  For more information, see the file named COPYING.\n"
10922 "\n"
10923 msgstr ""
10925 #: gui/gnash.cpp:551
10926 msgid "Build options "
10927 msgstr ""
10929 #: gui/gnash.cpp:552
10930 msgid "   Renderers: "
10931 msgstr ""
10933 #: gui/gnash.cpp:553
10934 msgid "   Hardware Acceleration: "
10935 msgstr ""
10937 #: gui/gnash.cpp:554
10938 msgid "   GUI: "
10939 msgstr ""
10941 #: gui/gnash.cpp:555
10942 msgid "   Media handlers: "
10943 msgstr ""
10945 #: gui/gnash.cpp:557
10946 msgid "   Configured with: "
10947 msgstr ""
10949 #: gui/gnash.cpp:558
10950 msgid "   CXXFLAGS: "
10951 msgstr ""
10953 #: gui/sdl/sdl_agg_glue.cpp:95
10954 msgid "SDL_SetVideoMode() failed for SdlAggGlue."
10955 msgstr ""
10957 #: gui/sdl/sdl_agg_glue.cpp:132 gui/haiku/haiku_agg_glue.cpp:416
10958 #, c-format
10959 msgid "SDL-AGG: %i byte offscreen buffer allocated"
10960 msgstr ""
10962 #: gui/fltk/fltk_glue_agg.cpp:50
10963 msgid "Could not create AGG renderer with pixelformat RGB24"
10964 msgstr ""
10966 #: gui/fb/fb_glue_ovg.cpp:160
10967 msgid "Could not create OpenVG renderer"
10968 msgstr ""
10970 #: gui/fb/fb_glue_ovg.cpp:172 gui/fb/fb_glue_agg.cpp:76
10971 msgid "No renderer set!"
10972 msgstr ""
10974 #: gui/fb/fb_glue_agg.cpp:87
10975 #, c-format
10976 msgid "No renderer set in %s!"
10977 msgstr ""
10979 #: gui/fb/fb_glue_agg.cpp:130
10980 msgid "failed to create a render handler for AGG!"
10981 msgstr ""
10983 #: gui/fb/fb_glue_agg.cpp:151
10984 msgid "No Device layer initialized yet!"
10985 msgstr ""
10987 #: gui/fb/fb_glue_agg.cpp:182
10988 msgid "The pixel format of your framebuffer could not be detected."
10989 msgstr ""
10991 #: gui/fb/fb_glue_agg.cpp:191
10992 msgid "Double buffering disabled"
10993 msgstr ""
10995 #: gui/fb/fb_glue_agg.cpp:194
10996 msgid "Double buffering enabled"
10997 msgstr ""
10999 #: gui/fb/fb_glue_agg.cpp:221
11000 #, c-format
11001 msgid "No Drawbounds set in %s!"
11002 msgstr ""
11004 #: gui/fb/fb_glue_gles1.cpp:98
11005 msgid "EGL: getDisplay ok"
11006 msgstr ""
11008 #: gui/fb/fb_glue_gles1.cpp:104
11009 msgid "EGL: initialize ok"
11010 msgstr ""
11012 #: gui/fb/fb_glue_gles1.cpp:112
11013 msgid "EGL: config ok"
11014 msgstr ""
11016 #: gui/fb/fb_glue_gles1.cpp:121
11017 msgid "EGL: surface ok"
11018 msgstr ""
11020 #: gui/fb/fb_glue_gles1.cpp:129
11021 msgid "EGL: context ok"
11022 msgstr ""
11024 #: gui/fb/fb_glue_gles1.cpp:137
11025 msgid "EGL: current ok"
11026 msgstr ""
11028 #: gui/fb/fb.cpp:257
11029 #, c-format
11030 msgid "No renderer! %s not supported."
11031 msgstr ""
11033 #: gui/fb/fb.cpp:269
11034 msgid "Found no accessible User mode input event device"
11035 msgstr ""
11037 #: gui/fb/fb.cpp:279
11038 msgid "Found no accessible input event devices"
11039 msgstr ""
11041 #: gui/fb/fb.cpp:292
11042 msgid "WARNING: Mouse support may conflict with the input event support."
11043 msgstr ""
11045 #: gui/fb/fb.cpp:306
11046 msgid "Enabling Touchscreen support."
11047 msgstr ""
11049 #: gui/fb/fb.cpp:311
11050 msgid "WARNING: Babbage Tablet support disabled as it conflicts with TSlib"
11051 msgstr ""
11053 #: gui/fb/fb.cpp:313
11054 msgid "Enabling Babbage Touchscreen support"
11055 msgstr ""
11057 #: gui/fb/fb.cpp:318
11058 msgid "Enabling Power Button support"
11059 msgstr ""
11061 #: gui/fb/fb.cpp:492
11062 msgid "This GUI does not yet support menus"
11063 msgstr ""
11065 #: gui/fb/fb.cpp:498
11066 msgid "This GUI does not yet support a mouse pointer"
11067 msgstr ""
11069 #: gui/fb/fb.cpp:571
11070 msgid "Could not detect controlling TTY"
11071 msgstr ""
11073 #: gui/fb/fb.cpp:580 gui/fb/fb.cpp:619 gui/fb/fb.cpp:653 gui/fb/fb.cpp:706
11074 #, c-format
11075 msgid "Could not open %s"
11076 msgstr ""
11078 #: gui/fb/fb.cpp:586
11079 msgid "Could not get current VT state"
11080 msgstr ""
11082 #: gui/fb/fb.cpp:599
11083 msgid "Could not request a new VT"
11084 msgstr ""
11086 #: gui/fb/fb.cpp:613 gui/fb/fb.cpp:647 gui/fb/fb.cpp:700
11087 #, c-format
11088 msgid "Could not find device for VT number %d"
11089 msgstr ""
11091 #: gui/fb/fb.cpp:624 gui/fb/fb.cpp:711
11092 #, c-format
11093 msgid "Could not activate VT number %d"
11094 msgstr ""
11096 #: gui/fb/fb.cpp:630 gui/fb/fb.cpp:719
11097 #, c-format
11098 msgid "Error waiting for VT %d becoming active"
11099 msgstr ""
11101 #: gui/fb/fb.cpp:661
11102 #, c-format
11103 msgid "Could not attach controlling terminal (%s)"
11104 msgstr ""
11106 #: gui/fb/fb.cpp:669
11107 msgid "Could not query current keyboard mode on VT"
11108 msgstr ""
11110 #: gui/fb/fb.cpp:673
11111 msgid "Could not switch to graphics mode on new VT"
11112 msgstr ""
11114 #: gui/fb/fb.cpp:728
11115 msgid "Could not restore keyboard mode"
11116 msgstr ""
11118 #: gui/dump/dump.cpp:118
11119 msgid "Ignoring request to display in X11 window"
11120 msgstr ""
11122 #: gui/dump/dump.cpp:129 gui/haiku/haiku.cpp:384
11123 msgid "# FATAL:  No filename given with -D argument."
11124 msgstr ""
11126 #: gui/dump/dump.cpp:145
11127 msgid "# FATAL:  No sleep ms value given with -S argument."
11128 msgstr ""
11130 #: gui/dump/dump.cpp:156
11131 msgid "# FATAL:  No trigger value given with -T argument.\n"
11132 msgstr ""
11134 #: gui/dump/dump.cpp:353
11135 #, c-format
11136 msgid "Unable to write file '%s'."
11137 msgstr ""
11139 #: gui/ScreenShotter.cpp:99
11140 #, c-format
11141 msgid "Failed to open screenshot file \"%s\"!"
11142 msgstr ""
11144 #: gui/qt/Qt4GlueAgg.cpp:115
11145 msgid "Could not create AGG renderer with pixelformat ABGR32"
11146 msgstr ""
11148 #: gui/qt/kde.cpp:413
11149 msgid "Play Movie"
11150 msgstr ""
11152 #: gui/qt/kde.cpp:414
11153 msgid "Pause Movie"
11154 msgstr ""
11156 #: gui/qt/kde.cpp:415
11157 msgid "Stop Movie"
11158 msgstr ""
11160 #: gui/qt/kde.cpp:418
11161 msgid "Step Forward"
11162 msgstr ""
11164 #: gui/qt/kde.cpp:419
11165 msgid "Step Backward"
11166 msgstr ""
11168 #: gui/qt/kde.cpp:420
11169 msgid "Jump Forward"
11170 msgstr ""
11172 #: gui/qt/kde.cpp:421
11173 msgid "Jump Backward"
11174 msgstr ""
11176 #: gui/qt/kde.cpp:423 gui/qt/Qt4Gui.cpp:622
11177 msgid "Refresh"
11178 msgstr ""
11180 #: gui/qt/kde.cpp:424 gui/qt/Qt4Gui.cpp:593
11181 msgid "Quit Gnash"
11182 msgstr ""
11184 #: gui/qt/kde_glue_agg.cpp:156
11185 msgid "Could not create AGG renderer with pixelformat BGRA32"
11186 msgstr ""
11188 #: gui/qt/Qt4Gui.cpp:121
11189 msgid "Cairo renderer not supported!"
11190 msgstr ""
11192 #: gui/qt/Qt4Gui.cpp:129
11193 msgid "OpenGL renderer not supported!"
11194 msgstr ""
11196 #: gui/qt/Qt4Gui.cpp:137
11197 msgid "AGG renderer not supported!"
11198 msgstr ""
11200 #: gui/qt/Qt4Gui.cpp:589
11201 msgid "Properties"
11202 msgstr ""
11204 #: gui/qt/Qt4Gui.cpp:600
11205 msgid "Preferences"
11206 msgstr ""
11208 #: gui/qt/Qt4Gui.cpp:617
11209 msgid "Restart"
11210 msgstr ""
11212 #: gui/qt/Qt4Gui.cpp:626
11213 msgid "Fullscreen"
11214 msgstr ""
11216 #: gui/qt/Qt4Gui.cpp:641
11217 msgid "File"
11218 msgstr ""
11220 #: gui/qt/Qt4Gui.cpp:646
11221 msgid "Edit"
11222 msgstr ""
11224 #: gui/qt/Qt4Gui.cpp:650
11225 msgid "Movie Control"
11226 msgstr ""
11228 #: gui/qt/Qt4Gui.cpp:657
11229 msgid "View"
11230 msgstr ""
11232 #: gui/qt/Qt4Gui.cpp:739
11233 msgid "Click to Play"
11234 msgstr ""
11236 #: gui/qt/Qt4Gui.cpp:786
11237 msgid "Logging"
11238 msgstr ""
11240 #: gui/qt/Qt4Gui.cpp:792
11241 msgid "Verbosity level"
11242 msgstr ""
11244 #: gui/qt/Qt4Gui.cpp:810
11245 msgid "Log to file"
11246 msgstr ""
11248 #: gui/qt/Qt4Gui.cpp:817
11249 msgid "Log parser output"
11250 msgstr ""
11252 #: gui/qt/Qt4Gui.cpp:821
11253 msgid "Log SWF actions"
11254 msgstr ""
11256 #: gui/qt/Qt4Gui.cpp:825
11257 msgid "Log malformed SWF errors"
11258 msgstr ""
11260 #: gui/qt/Qt4Gui.cpp:830
11261 msgid "Log ActionScript coding errors"
11262 msgstr ""
11264 #: gui/qt/Qt4Gui.cpp:837
11265 msgid "Security"
11266 msgstr ""
11268 #: gui/qt/Qt4Gui.cpp:843
11269 msgid "Connect only to local host"
11270 msgstr ""
11272 #: gui/qt/Qt4Gui.cpp:848
11273 msgid "Connect only to local domain"
11274 msgstr ""
11276 #: gui/qt/Qt4Gui.cpp:853
11277 msgid "Disable SSL verification"
11278 msgstr ""
11280 #: gui/qt/Qt4Gui.cpp:867
11281 msgid "Do not write Shared Object files"
11282 msgstr ""
11284 #: gui/qt/Qt4Gui.cpp:873
11285 msgid "Only access local Shared Object files"
11286 msgstr ""
11288 #: gui/qt/Qt4Gui.cpp:878
11289 msgid "Disable Local Connection object"
11290 msgstr ""
11292 #: gui/qt/Qt4Gui.cpp:885
11293 msgid "Network"
11294 msgstr ""
11296 #: gui/qt/Qt4Gui.cpp:891
11297 msgid "Network timeout in seconds"
11298 msgstr ""
11300 #: gui/qt/Qt4Gui.cpp:903
11301 msgid "Media"
11302 msgstr ""
11304 #: gui/qt/Qt4Gui.cpp:909
11305 msgid "Use sound handler"
11306 msgstr ""
11308 #: gui/qt/Qt4Gui.cpp:932
11309 msgid "Player"
11310 msgstr ""
11312 #: gui/qt/Qt4Gui.cpp:949 gui/qt/Qt4Gui.cpp:1022
11313 msgid "<Autodetect>"
11314 msgstr ""
11316 #: gui/qt/Qt4Gui.cpp:974
11317 msgid "Start Gnash in pause mode"
11318 msgstr ""
11320 #: gui/gui.cpp:194
11321 msgid "Clipboard not yet supported in this GUI"
11322 msgstr ""
11324 #: gui/gui.cpp:200 gui/gui.cpp:212
11325 msgid "Fullscreen not yet supported in this GUI"
11326 msgstr ""
11328 #: gui/gui.cpp:206
11329 msgid "Window resize not yet supported in this GUI"
11330 msgstr ""
11332 #: gui/gui.cpp:230 gui/gui.cpp:243
11333 msgid "Menu show/hide not yet supported in this GUI"
11334 msgstr ""
11336 #: gui/gui.cpp:236
11337 msgid "Mouse show/hide not yet supported in this GUI"
11338 msgstr ""
11340 #: gui/gui.cpp:283
11341 msgid "Can't update stage matrix till VM is initialized"
11342 msgstr ""
11344 #: gui/gui.cpp:335
11345 #, c-format
11346 msgid "Invalid scaleMode %d"
11347 msgstr ""
11349 #: gui/gui.cpp:375
11350 #, c-format
11351 msgid "Invalid horizontal align %d"
11352 msgstr ""
11354 #: gui/gui.cpp:406
11355 #, c-format
11356 msgid "Invalid vertical align %d"
11357 msgstr ""
11359 #: gui/gui.cpp:903
11360 msgid "GUI is in stop mode, won't start application"
11361 msgstr ""
11363 #: gui/gui.cpp:1266
11364 #, c-format
11365 msgid "This GUI didn't override 'yesno', assuming 'yes' answer to question: %s"
11366 msgstr ""
11368 #: gui/gui.cpp:1275
11369 msgid "Gui::setQuality called before a movie_root was available"
11370 msgstr ""
11372 #: gui/gui.cpp:1285
11373 msgid "Gui::getQuality called before a movie_root was available"
11374 msgstr ""
11376 #: gui/haiku/haiku.cpp:141
11377 msgid "spawn_thread failed"
11378 msgstr ""
11380 #: gui/haiku/haiku.cpp:144
11381 msgid "resume_thread failed"
11382 msgstr ""
11384 #: gui/haiku/haiku.cpp:157
11385 #, c-format
11386 msgid "pulses thread returned %d"
11387 msgstr ""
11389 #: gui/haiku/haiku.cpp:248
11390 msgid "send_data failed"
11391 msgstr ""
11393 #: extensions/mysql/mysql_db.cpp:186
11394 msgid "Couldn't initialize database"
11395 msgstr ""
11397 #: extensions/mysql/mysql_db.cpp:191
11398 msgid "Couldn't connect to database"
11399 msgstr ""
11401 #: extensions/mysql/mysql_db.cpp:217 extensions/mysql/mysql_db.cpp:245
11402 #, c-format
11403 msgid "MySQL connection error: %s"
11404 msgstr ""
11406 #: extensions/mysql/mysql_db.cpp:224 extensions/mysql/mysql_db.cpp:252
11407 #, c-format
11408 msgid ""
11409 "MySQL error on query for:\n"
11410 "\t%s\n"
11411 "Query was: %s"
11412 msgstr ""
11414 #: extensions/mysql/mysql_db.cpp:266
11415 #, c-format
11416 msgid "Field name is: %s: "
11417 msgstr ""