gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog po/de.po po/gnash.pot gui/gtk.c...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog po/de.po po/gnash.pot gui/gtk.c...
Date: Sun, 13 Jan 2008 14:00:27 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/01/13 14:00:26

Modified files:
        .              : ChangeLog 
        po             : de.po gnash.pot 
        gui            : gtk.cpp 
Removed files:
        po             : POTFILES.in 

Log message:
        * gui/gtk.cpp: i18n, add checkbox to sound toggle (is this too much for 
the minimal menu?).
        * po/de.po: updated translation.
        * remove POTFILES.in this time.
        * gnash.pot updated again.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5389&r2=1.5390
http://cvs.savannah.gnu.org/viewcvs/gnash/po/de.po?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/po/gnash.pot?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/po/POTFILES.in?cvsroot=gnash&r1=1.2&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk.cpp?cvsroot=gnash&r1=1.131&r2=1.132

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5389
retrieving revision 1.5390
diff -u -b -r1.5389 -r1.5390
--- ChangeLog   13 Jan 2008 10:31:53 -0000      1.5389
+++ ChangeLog   13 Jan 2008 14:00:25 -0000      1.5390
@@ -1,5 +1,7 @@
 2008-01-13 Benjamin Wolsey <address@hidden>
 
+       * gui/gtk.cpp: i18n, add checkbox to sound toggle.
+       * po/de.po: updated translation.
        * po/POTFILES.in: remove left-over file (as far as I can tell).
        * po/Makefile.am: add libmedia, extensions, plugin directories
          for internationalization (you can see how long it hasn't been

Index: po/de.po
===================================================================
RCS file: /sources/gnash/gnash/po/de.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- po/de.po    13 May 2007 22:37:34 -0000      1.1
+++ po/de.po    13 Jan 2008 14:00:26 -0000      1.2
@@ -7,4501 +7,5415 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Gnash\n"
-"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: (null)\n"
-"PO-Revision-Date: 2007-05-10 08:44+0200\n"
-"Last-Translator: Benjamin Goose <address@hidden>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-01-13 14:45+0100\n"
+"PO-Revision-Date: 2008-01-13 13:00+0100\n"
+"Last-Translator: Benjamin Wolsey <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit"
+"Content-Transfer-Encoding: 8bit\n"
 
-#: backend/sound_handler_sdl.cpp:76
-msgid "could not allocate memory for sound data"
-msgstr "konnte keinen Speicherplatz für Audiodaten reservieren"
+#: ../libbase/curl_adapter.cpp:375
+#, c-format
+msgid "Timeout (%u milliseconds) while loading from url %s"
+msgstr ""
 
-#: backend/sound_handler_sdl.cpp:99
-msgid "Some kind of error occurred with raw sound data"
-msgstr "Irgendein Fehler ist bei den Rohaudiodaten aufgetreten"
-
-#: backend/sound_handler_sdl.cpp:112
-msgid "Some kind of error occurred with adpcm sound data"
-msgstr "Irgendein Fehler ist bei den ADPCM-Audiodaten aufgetreten"
+#: ../libbase/curl_adapter.cpp:482
+msgid "Allowing connections to SSL sites with invalid or absent certificates"
+msgstr ""
 
-#: backend/sound_handler_sdl.cpp:123
-msgid "gnash has not been compiled to handle mp3 audio"
-msgstr "Gnash ist nicht kompiliert worden, um MP3-Audio zu verarbeiten!"
+#: ../libbase/curl_adapter.cpp:699
+#, c-format
+msgid "404 response from url %s"
+msgstr "404-Antwort von URL %s"
 
-#: backend/sound_handler_sdl.cpp:129
-msgid "could not allocate space for data in sound handler"
-msgstr "konnte keinen Speicherplatz für Daten in Audiohandler reservieren"
+#: ../libbase/extension.cpp:125
+#, c-format
+msgid "Loading module: %s"
+msgstr "Lade Modul: %s"
 
-#: backend/sound_handler_sdl.cpp:138
+#: ../libbase/extension.cpp:141 ../libbase/extension.cpp:171
 #, c-format
-msgid "unknown sound format %d requested; gnash does not handle it"
-msgstr "Unbekanntes Audioformat % angefordert. Gnash kann es nicht verarbeiten"
+msgid "Initializing module: \"%s\""
+msgstr "Initialisiere Modul: \"%s\""
+
+#: ../libbase/extension.cpp:158
+msgid "Couldn't get class_init symbol"
+msgstr "Konnte class_init-Symbol nicht ermitteln"
+
+#: ../libbase/extension.cpp:186
+#, fuzzy, c-format
+msgid "Couldn't get class_init symbol: \"%s\""
+msgstr "Konnte class_init-Symbol nicht ermitteln"
+
+#: ../libbase/extension.cpp:223
+#, c-format
+msgid "Scanning directory \"%s\" for plugins"
+msgstr "Scanne Ordner \"%s\" für Plugins"
+
+#: ../libbase/extension.cpp:227
+#, c-format
+msgid "Can't open directory %s"
+msgstr "Kann Ordner %s nicht öffnen"
+
+#: ../libbase/extension.cpp:250 ../libbase/extension.cpp:254
+#, c-format
+msgid "Gnash Plugin name: %s"
+msgstr "Gnash-Plugin-Name: %s"
+
+#: ../libbase/GC.cpp:63
+#, c-format
+msgid "GC %p deleted, deleting all managed resources - collector run "
+msgstr ""
 
-#: backend/sound_handler_sdl.cpp:170
-msgid "Some kind of error with resampling sound data"
-msgstr "Irgendein Fehler bei der Abtastratenänderung der Audiodaten"
+#: ../libbase/GC.cpp:80
+#, c-format
+msgid "GC %p: SWEEP SCAN"
+msgstr ""
+
+#: ../libbase/GC.cpp:91
+#, c-format
+msgid "GC %p: cleanUnreachable deleting object %p (%s)"
+msgstr ""
 
-#: backend/sound_handler_sdl.cpp:215
+#: ../libbase/GC.cpp:106
 #, c-format
+msgid "GC %p: cleanUnreachable deleted "
+msgstr ""
+
+#: ../libbase/GC.cpp:118
 msgid ""
-"Behavior for this audio codec %d is unknown.  Please send this SWF to the "
-"developers"
-msgstr "Verhalten bei diesem Audiocodec, %d, ist unbekannt. Dieses SWF bitte "
-"an die Entwickler senden"
+"Garbage collection skipped since number of collectables added since last run "
+"is too low ("
+msgstr ""
 
-#: backend/sound_handler_sdl.cpp:276
-msgid "Your FFMPEG can't decode MP3?!"
-msgstr "Ihr FFMPEG kann MP3 nicht dekodieren!"
+#: ../libbase/GC.cpp:129
+#, c-format
+msgid "GC %p Starting collector: "
+msgstr ""
 
-#: backend/sound_handler_sdl.cpp:304
+#: ../libbase/jpeg.cpp:651
 #, c-format
-msgid "Unable to start SDL sound: %s"
-msgstr "Kann SDL-Audioausgabe nicht starten: %s"
+msgid "Internal jpeg error: %s"
+msgstr "Interner JPEG-Fehler: %s"
+
+#: ../libbase/log.cpp:220
+#, fuzzy
+msgid "TRACE"
+msgstr "TRACE: "
+
+#: ../libbase/log.cpp:289
+#, fuzzy
+msgid "ERROR"
+msgstr "FEHLER: "
+
+#: ../libbase/log.cpp:304
+msgid "UNIMPLEMENTED"
+msgstr ""
+
+#: ../libbase/log.cpp:319
+#, fuzzy
+msgid "SECURITY"
+msgstr "SICHERHEIT: "
+
+#: ../libbase/log.cpp:334
+msgid "MALFORMED SWF"
+msgstr ""
+
+#: ../libbase/log.cpp:349
+#, fuzzy
+msgid "ACTIONSCRIPT ERROR"
+msgstr "ACTIONSCRIPT-FEHLER: "
+
+#: ../libbase/network.cpp:83
+msgid "Could not find a usable WinSock DLL"
+msgstr "Konnte keine verwendbare WinSock-DLL finden"
 
-#: backend/sound_handler_sdl.cpp:496
+#: ../libbase/network.cpp:125
 #, c-format
-msgid "Unable to start aux SDL sound: %s"
-msgstr "Kann Aux-SDL-Audioausgabe nicht starten: %s"
+msgid "Can't connect to privileged port #%d"
+msgstr "Kann mit privilegiertem Port %d nicht verbinden"
 
-#: backend/sound_handler_sdl.cpp:717
+#: ../libbase/network.cpp:147
 #, c-format
-msgid "Negative buffer length in sdl_audio_callback (%d)"
-msgstr "Negative Pufferlänge in sdl_audio_callback (%d)"
+msgid "unable to get protocol entry for %s"
+msgstr "Erfassen des Protokolleintrags für %s nicht möglich!"
+
+#: ../libbase/network.cpp:164 ../libbase/network.cpp:322
+#: ../libbase/network.cpp:470
+#, c-format
+msgid "unable to create socket: %s"
+msgstr "konnte Sockel nicht erstellen: %s"
+
+#: ../libbase/network.cpp:171
+msgid "setsockopt SO_REUSEADDR failed"
+msgstr "setsockopt SO_REUSEADDR fehlgeschlagen"
+
+#: ../libbase/network.cpp:181
+#, c-format
+msgid "unable to bind to port %hd: %s"
+msgstr "Binden an Port %hd unmöglich: %s"
+
+#: ../libbase/network.cpp:191
+#, c-format
+msgid "Server bound to service on %s, port %hd, using fd %d"
+msgstr ""
+
+#: ../libbase/network.cpp:197
+#, c-format
+msgid "unable to listen on port: %hd: %s "
+msgstr ""
+
+#: ../libbase/network.cpp:234
+#, c-format
+msgid "Trying to accept net traffic on fd %d"
+msgstr ""
+
+#: ../libbase/network.cpp:263
+msgid "There is data at the console for stdin"
+msgstr ""
+
+#: ../libbase/network.cpp:269
+#, c-format
+msgid "The accept() socket for fd %d was interupted by a system call"
+msgstr ""
+
+#: ../libbase/network.cpp:273
+#, c-format
+msgid "The accept() socket for fd %d never was available for writing"
+msgstr ""
+
+#: ../libbase/network.cpp:280
+#, c-format
+msgid "The accept() socket for fd %d timed out waiting to write"
+msgstr ""
+
+#: ../libbase/network.cpp:292
+#, c-format
+msgid "unable to accept: %s"
+msgstr "nicht annehmbar: %s"
+
+#: ../libbase/network.cpp:297
+#, c-format
+msgid "Accepting tcp/ip connection on fd %d"
+msgstr "Nehme TCP/IP-Verbindung an fd %d an"
+
+#: ../libbase/network.cpp:344 ../libbase/network.cpp:492
+#, c-format
+msgid "The connect() socket for fd %d was interupted by a system call"
+msgstr ""
+"Der connect()-Sockel für fd %d wurde durch einen Systemaufruf unterbrochen"
+
+#: ../libbase/network.cpp:351 ../libbase/network.cpp:376
+#: ../libbase/network.cpp:499 ../libbase/network.cpp:528
+#, c-format
+msgid "The connect() socket for fd %d never was available for writing"
+msgstr ""
+
+#: ../libbase/network.cpp:362 ../libbase/network.cpp:510
+#, c-format
+msgid "The connect() socket for fd %d timed out waiting to write"
+msgstr ""
+
+#: ../libbase/network.cpp:370
+#, c-format
+msgid "\tsocket name %s for fd %d"
+msgstr ""
+
+#: ../libbase/network.cpp:435
+#, c-format
+msgid "Can't connect to privileged port %hd"
+msgstr "Verbindung mit privilegiertem Port %hd unmöglich"
+
+#: ../libbase/network.cpp:440
+#, c-format
+msgid "%s: to host %s at port %d"
+msgstr ""
+
+#: ../libbase/network.cpp:446
+#, c-format
+msgid "The hostname for this machine is %s"
+msgstr "Der Hostname für diesen Rechner ist %s"
+
+#: ../libbase/network.cpp:448
+msgid "Couldn't get the hostname for this machine"
+msgstr "Konnte Hostnamen für diesen Rechner nicht ermitteln"
+
+#: ../libbase/network.cpp:462
+#, c-format
+msgid "The IP address for this client socket is %s"
+msgstr "Die IP-Adresse für diesen Client-Sockel ist %s"
+
+#: ../libbase/network.cpp:521
+#, c-format
+msgid "\tport %d at IP %s for fd %d"
+msgstr ""
+
+#: ../libbase/network.cpp:597
+#, c-format
+msgid "Unable to close the socket for fd %d: %s"
+msgstr "Kann Sockel für fd %d nicht schließen: %s"
+
+#: ../libbase/network.cpp:604
+#, c-format
+msgid "Closed the socket on fd %d"
+msgstr "Sockel auf fd %d geschlossen"
+
+#: ../libbase/network.cpp:686 ../libbase/network.cpp:776
+#, fuzzy, c-format
+msgid "The socket for fd %d was interupted by a system call"
+msgstr ""
+"Der connect()-Sockel für fd %d wurde durch einen Systemaufruf unterbrochen"
+
+#: ../libbase/network.cpp:690
+#, c-format
+msgid "The socket for fd %d was never available for reading"
+msgstr ""
+
+#: ../libbase/network.cpp:695
+#, c-format
+msgid "The socket for fd %d timed out waiting to read"
+msgstr ""
+
+#: ../libbase/network.cpp:701
+#, c-format
+msgid "read %d bytes from fd %d"
+msgstr ""
+
+#: ../libbase/network.cpp:780
+#, c-format
+msgid "The socket for fd %d was never available for writing"
+msgstr ""
+
+#: ../libbase/network.cpp:784
+#, c-format
+msgid "The socket for fd %d timed out waiting to write"
+msgstr ""
+
+#: ../libbase/network.cpp:790
+#, c-format
+msgid "Wrote zero out of %d bytes to fd %d: %s"
+msgstr ""
+
+#: ../libbase/network.cpp:795
+#, c-format
+msgid "Couldn't write %d bytes to fd %d: %s"
+msgstr ""
+
+#: ../libbase/network.cpp:803
+#, c-format
+msgid "wrote %d bytes to fd %d, expected %d"
+msgstr ""
+
+#: ../libbase/network.cpp:809
+#, fuzzy, c-format
+msgid "wrote %d bytes to fd %d"
+msgstr "Sockel auf fd %d geschlossen"
+
+#: ../libbase/network.cpp:825
+#, c-format
+msgid "took %d usec to write (%d bytes)"
+msgstr ""
+
+#: ../libbase/rc.cpp:233
+#, c-format
+msgid ""
+"The list '%s' in an rcfile contains a colon. This is deprecated and may "
+"result in unexpected behaviour. Please only use spaces as a separator."
+msgstr ""
+
+#: ../libbase/rc.cpp:351
+#, fuzzy, c-format
+msgid "Couldn't open file: %s"
+msgstr "Konnte Datei '%s' für Dekodierung nicht öffnen"
+
+#: ../libbase/sharedlib.cpp:107
+#, fuzzy, c-format
+msgid "Couldn't initialize ltdl: %s"
+msgstr "Konnte Datenbank nicht initialisieren"
+
+#: ../libbase/sharedlib.cpp:180
+#, c-format
+msgid "Opened dynamic library \"%s\""
+msgstr ""
+
+#: ../libbase/sharedlib.cpp:215 ../libbase/sharedlib.cpp:240
+#, fuzzy, c-format
+msgid "Couldn't find symbol: %s"
+msgstr "Konnte class_init-Symbol nicht ermitteln"
+
+#: ../libbase/sharedlib.cpp:218 ../libbase/sharedlib.cpp:243
+#, c-format
+msgid "Found symbol %s @ %p"
+msgstr ""
+
+#: ../libamf/amf.cpp:178
+#, c-format
+msgid "Type is %s"
+msgstr "Typ ist %s"
+
+#: ../libamf/amf.cpp:189
+#, c-format
+msgid "Boolean is %d"
+msgstr "Boolean ist %d"
+
+#: ../libamf/amf.cpp:203
+#, c-format
+msgid "String is %s"
+msgstr "String ist %s"
+
+#: ../libamf/amf.cpp:220
+msgid "Undefined element"
+msgstr "Undefiniertes Element"
+
+#: ../libamf/amf.cpp:1268
+#, c-format
+msgid "AMF Header size bits (0x%X) out of range"
+msgstr ""
+
+#: ../libamf/amf.cpp:1284
+#, c-format
+msgid "AMF header byte is: 0x%X"
+msgstr ""
+
+#: ../libamf/amf.cpp:1287
+#, c-format
+msgid "The AMF channel index is %d"
+msgstr ""
+
+#: ../libamf/amf.cpp:1290
+#, c-format
+msgid "The header size is %d"
+msgstr ""
+
+#: ../libamf/amf.cpp:1296
+#, c-format
+msgid "The packet head is: 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1303
+#, c-format
+msgid "The mystery word is: %d or 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1312
+#, c-format
+msgid "The body size is: %d, or 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1322
+#, c-format
+msgid "The type is: %d, or 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1341
+#, c-format
+msgid "ERROR: Unidentified AMF header data type %d"
+msgstr ""
+
+#: ../libamf/amf.cpp:1349
+#, c-format
+msgid "The source/destination is: %d, or 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1385
+msgid "AMF body input data is NULL"
+msgstr ""
+
+#: ../libamf/amf.cpp:1396
+#, c-format
+msgid "The packet body is: 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1424
+#, c-format
+msgid "AMF String length is: %d"
+msgstr ""
+
+#: ../libamf/amf.cpp:1430
+#, c-format
+msgid "AMF String is: %s"
+msgstr ""
 
-#: backend/sound_handler_sdl.cpp:834
+#: ../libamf/amf.cpp:1499
+#, c-format
+msgid "The element is: 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1536
+#, c-format
+msgid "Number \"%s\" is: 0x%s"
+msgstr ""
+
+#: ../libamf/amf.cpp:1596
+#, c-format
+msgid "astype_e of value: %x"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:87
+msgid "Read initial Handshake Request"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:89
+msgid "Couldn't read initial Handshake Request"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:95
+msgid "Handshake is correct"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:97
+#, c-format
+msgid "Handshake isn't correct; Data read is: 0x%x"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:104
+msgid "Read Handshake Data"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:108
+#, c-format
+msgid "Couldn't read Handshake DataData read is: %s"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:176
+msgid "Read first data block in handshake"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:178
+msgid "Couldn't read first data block in handshake"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:183
+msgid "Read second data block in handshake"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:187
+msgid "Couldn't read second data block in handshake"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:208
+msgid "Read Handshake Finish Data"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:210
+msgid "Couldn't read Handshake Finish Data"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:267
+msgid "Read first RTMP header byte"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:269
+#, fuzzy
+msgid "Couldn't read first RTMP header byte"
+msgstr "Kann Kopfteil der Datei nicht lesen!"
+
+#: ../libamf/rtmp.cpp:275
+#, c-format
+msgid "The Header size is: %d"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:276
+#, c-format
+msgid "The AMF index is: 0x%x"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:280
+#, c-format
+msgid "Read first RTMP packet header of header size %d"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:284
+#, fuzzy
+msgid "Couldn't read first RTMP packet header"
+msgstr "Kann Kopfteil der Datei nicht lesen!"
+
+#: ../libamf/rtmp.cpp:297
+msgid "Reading AMF packets till we're done..."
+msgstr ""
+
+#: ../libamf/rtmp.cpp:303 ../libamf/rtmp.cpp:305
+#, c-format
+msgid "The packet data is: 0x%s"
+msgstr ""
+
+#: ../libamf/rtmp.cpp:309
+msgid "Done reading packet"
+msgstr ""
+
+#: ../libamf/sol.cpp:186
+#, c-format
+msgid ""
+"%s: SOL file header is: \n"
+"%s"
+msgstr ""
+
+#: ../libmedia/AudioDecoderNellymoser.cpp:806
+#: ../libmedia/AudioDecoderSimple.cpp:416
+#: ../libmedia/sdl/AudioDecoderMad.cpp:154
+msgid "Error in sound sample conversion"
+msgstr "Fehler bei Audio-Sample-Umwandlung"
+
+#: ../libmedia/AudioDecoderSimple.cpp:158
+msgid "corrupted ADPCM header"
+msgstr ""
+
+#: ../libmedia/AudioDecoderSimple.cpp:389
+msgid "Host endianness not detected in AudioDecoderSimple"
+msgstr ""
+
+#: ../libmedia/MediaDecoder.cpp:151
+#, fuzzy
+msgid "Problems decoding audio frame."
+msgstr "Probleme bei Dekodierung des Bildes"
+
+#: ../libmedia/MediaDecoder.cpp:171
+#, fuzzy
+msgid "Problems decoding video frame."
+msgstr "Probleme bei Dekodierung des Bildes"
+
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:65
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:192
+msgid "libavcodec can't parse the current audio format"
+msgstr ""
+
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:70
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:123
+#: ../server/asobj/NetStreamFfmpeg.cpp:372
+#: ../server/asobj/NetStreamGst.cpp:856
+#, c-format
+msgid "Unsupported audio codec %d"
+msgstr "Audio-Codec %d nicht unterstützt"
+
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:76
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:143
+msgid "libavcodec can't decode the current audio format"
+msgstr ""
+
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:82
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:159
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:91
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:158
+#: ../server/asobj/NetStreamFfmpeg.cpp:292
+msgid "libavcodec couldn't allocate context"
+msgstr ""
+
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:89
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:166
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:97
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:164
+#: ../server/asobj/NetStreamFfmpeg.cpp:300
+msgid "libavcodec failed to initialize codec"
+msgstr "libavcodec konnte Codec nicht initialisieren"
+
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:213
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:236
+#, fuzzy
 msgid ""
-"Error while decoding MP3-stream.  Upgrading ffmpeg/libavcodec might fix this "
+"Error while decoding audio data. Upgrading ffmpeg/libavcodec might fix this "
 "issue."
-msgstr "Fehler beim Dekodieren des MP3-Streams. Eine Aktualisierung von "
-"ffmpeg/libavcodec könnte dieses Problem beheben."
+msgstr ""
+"Fehler beim Dekodieren des MP3-Streams. Eine Aktualisierung von ffmpeg/"
+"libavcodec könnte dieses Problem beheben."
+
+#: ../libmedia/sdl/AudioDecoderFfmpeg.cpp:250
+#, fuzzy
+msgid "Error while decoding audio data."
+msgstr "Fehler beim Dekodieren eines Video-Bildes"
 
-#: backend/sound_handler_sdl.cpp:864
+#: ../libmedia/sdl/AudioDecoderMad.cpp:87
 #, c-format
 msgid "Recoverable error while decoding MP3-stream, MAD error: %s"
 msgstr "Behebbarer Fehler beim Dekodieren des MP3-Streams, MAD-Fehler: %s"
 
-#: backend/sound_handler_sdl.cpp:872
+#: ../libmedia/sdl/AudioDecoderMad.cpp:95
 #, c-format
 msgid "Unrecoverable error while decoding MP3-stream, MAD error: %s"
-msgstr "Nicht behebbarer Fehler beim Dekodieren des MP3-Streams, MAD-Fehler: 
%s"
+msgstr ""
+"Nicht behebbarer Fehler beim Dekodieren des MP3-Streams, MAD-Fehler: %s"
 
-#: backend/sound_handler_sdl.cpp:929
-msgid "Error in sound sample conversion"
-msgstr "Fehler bei Audio-Sample-Umwandlung"
+#: ../libmedia/sdl/MediaParserFfmpeg.cpp:72
+msgid "Stream too short to determine input format"
+msgstr ""
 
-#: extensions/mysql/mysql_db.cpp:186
-msgid "Couldn't initialize database"
-msgstr "Konnte Datenbank nicht initialisieren"
+#: ../libmedia/sdl/MediaParserFfmpeg.cpp:90
+msgid "Couldn't determine stream input format"
+msgstr ""
 
-#: extensions/mysql/mysql_db.cpp:191
-msgid "Couldn't connect to database"
-msgstr "Konnte mit Datenbank nicht verbinden"
+#: ../libmedia/sdl/MediaParserFfmpeg.cpp:107
+#, fuzzy
+msgid "Couldn't open stream for decoding"
+msgstr "Konnte Datei '%s' für Dekodierung nicht öffnen"
 
-#: extensions/mysql/mysql_db.cpp:217 extensions/mysql/mysql_db.cpp:244
+#: ../libmedia/sdl/MediaParserFfmpeg.cpp:117
 #, c-format
-msgid "MySQL connection error: %s"
-msgstr "MySQL-Verbindungsfehler: %s"
+msgid "Couldn't find stream information, error code: %d"
+msgstr ""
 
-#: extensions/mysql/mysql_db.cpp:224 extensions/mysql/mysql_db.cpp:251
+#: ../libmedia/sdl/MediaParserFfmpeg.cpp:301
+#: ../server/asobj/NetStreamFfmpeg.cpp:1115
 #, c-format
-msgid ""
-"MySQL error on query for:\n"
-"\t%s\n"
-"Query was: %s"
+msgid "%s: seeking failed"
 msgstr ""
-"MySQL-Fehler bei Abfrage nach:\n"
-"\t%s\n"
-"Abfrage war: %s"
 
-#: extensions/mysql/mysql_db.cpp:265
+#: ../libmedia/sdl/sound_handler_sdl.cpp:113
+msgid "gnash has not been compiled to handle mp3 audio"
+msgstr "Gnash ist nicht kompiliert worden, um MP3-Audio zu verarbeiten!"
+
+#: ../libmedia/sdl/sound_handler_sdl.cpp:129
 #, c-format
-msgid "Field name is: %s: "
-msgstr "Feldname ist: %s: "
+msgid "unknown sound format %d requested; gnash does not handle it"
+msgstr "Unbekanntes Audioformat % angefordert. Gnash kann es nicht verarbeiten"
+
+#: ../libmedia/sdl/sound_handler_sdl.cpp:191
+#: ../libmedia/gst/sound_handler_gst.cpp:266
+msgid "Trying to play sound with size 0"
+msgstr ""
+
+#: ../libmedia/sdl/sound_handler_sdl.cpp:266
+#, c-format
+msgid "Unable to start SDL sound: %s"
+msgstr "Kann SDL-Audioausgabe nicht starten: %s"
+
+#: ../libmedia/sdl/sound_handler_sdl.cpp:435
+#, c-format
+msgid "Unable to start aux SDL sound: %s"
+msgstr "Kann Aux-SDL-Audioausgabe nicht starten: %s"
+
+#: ../libmedia/sdl/sound_handler_sdl.cpp:638
+#, c-format
+msgid "Negative buffer length in sdl_audio_callback (%d)"
+msgstr "Negative Pufferlänge in sdl_audio_callback (%d)"
 
-#: gui/gnash.cpp:73
+#: ../libmedia/sdl/sound_handler_sdl.cpp:644
+#, fuzzy
+msgid "Zero buffer length in sdl_audio_callback"
+msgstr "Negative Pufferlänge in sdl_audio_callback (%d)"
+
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:77
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:131
+#: ../server/asobj/NetStreamFfmpeg.cpp:339
+#: ../server/asobj/NetStreamGst.cpp:730
+#, c-format
+msgid "Unsupported video codec %d"
+msgstr "Video-Codec %d nicht unterstützt"
+
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:85
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:145
+msgid "libavcodec can't decode the current video format"
+msgstr ""
+
+#: ../libmedia/sdl/VideoDecoderFfmpeg.cpp:233
+msgid "Out of memory while allocating avcodec frame"
+msgstr ""
+
+#: ../libmedia/gst/AudioDecoderGst.cpp:88
+#: ../libmedia/gst/sound_handler_gst.cpp:354
+#, fuzzy
 msgid ""
-"usage: gnash [options] movie_file.swf\n"
-"\n"
-"Plays a SWF (Shockwave Flash) movie\n"
-"options:\n"
-"\n"
+"This version of fluendos mp3 plugin does not support flash streaming sounds, "
+"please upgrade to version 0.10.4 or higher"
 msgstr ""
-"Verwendung: gnash [Optionen] Film_Datei.swf\n"
-"\n"
-"Wiedergabe eines SWF (Shockwave Flash) Films\n"
-"Optionen:\n"
-"\n"
+"Diese Version des Fluendo-mp3-Plugins unterstützt kein 
Flash-Audio-Streaming."
+"Bitte auf Version 0.10.4 oder höher aktualisieren."
 
-#: gui/gnash.cpp:78
-#, Not sure about the above...
+#: ../libmedia/gst/AudioDecoderGst.cpp:95
+#: ../libmedia/gst/sound_handler_gst.cpp:361
 msgid ""
-"  -h, --help  Print this info.\n"
-"  -s <factor> Scale the movie up/down by the specified factor\n"
-"  -c          Produce a core file instead of letting SDL trap it\n"
-"  -d num      Number of milliseconds to delay in main loop\n"
-"  -v          Be verbose; i.e. print log messages to stdout\n"
+"A gstreamer mp3-decoder element could not be created.  You probably need to "
+"install a mp3-decoder plugin like gstreamer0.10-mad or gstreamer0.10-fluendo-"
+"mp3."
+msgstr ""
+
+#: ../libmedia/gst/sound_handler_gst.cpp:95
+msgid "could not allocate memory for sound data"
+msgstr "konnte keinen Speicherplatz für Audiodaten reservieren"
+
+#: ../libmedia/gst/sound_handler_gst.cpp:116
+#, fuzzy, c-format
+msgid "Unknown sound format %d requested; gnash does not handle it"
+msgstr "Unbekanntes Audioformat % angefordert. Gnash kann es nicht verarbeiten"
+
+#: ../libmedia/gst/sound_handler_gst.cpp:274
+#: ../libmedia/gst/sound_handler_gst.cpp:685
+#, fuzzy
+msgid "Could not allocate memory for gst_element"
+msgstr "konnte keinen Speicherplatz für Audiodaten reservieren"
+
+#: ../libmedia/gst/sound_handler_gst.cpp:303
+#: ../libmedia/gst/sound_handler_gst.cpp:706
+#: ../server/asobj/NetStreamGst.cpp:948
+msgid "The gstreamer pipeline element could not be created"
 msgstr ""
-"  -h, --help  Diese Hilfe anzeigen.\n"
-"  -s <Faktor> Film um den angegebenen Faktor skalieren\n"
-"  -c          Core-Dump-Datei erstellen anstatt SDL zu erlauben, ihn 
aufzufangen\n"
-"  -d num      Number of milliseconds to delay in main loop\n"
-"  -v          Ausführlicher Modus; d.h. Log-Meldungen nach stdout senden\n"
 
-#: gui/gnash.cpp:85
-msgid "  -va         Be verbose about movie Actions\n"
-msgstr "  -va         Ausführlicher Modus für Film-Aktionen\n"
+#: ../libmedia/gst/sound_handler_gst.cpp:306
+#: ../libmedia/gst/sound_handler_gst.cpp:709
+#: ../server/asobj/NetStreamGst.cpp:991
+msgid "The gstreamer audiosink element could not be created"
+msgstr ""
 
-#: gui/gnash.cpp:90
-msgid "  -vp         Be verbose about parsing the movie\n"
-msgstr "  -vp         Ausführlicher Modus beim Parsen des Films\n"
+#: ../libmedia/gst/sound_handler_gst.cpp:332
+#: ../libmedia/gst/sound_handler_gst.cpp:735
+msgid "Gstreamer element for audio handling could not be created"
+msgstr ""
 
-#: gui/gnash.cpp:95
+#: ../libmedia/gst/sound_handler_gst.cpp:395
 msgid ""
-"  -m <bias>   Specify the texture LOD bias (float, default is -1.0)\n"
-"  -x <ID>     X11 Window ID for display\n"
-"  -w          Produce the disk based debug log\n"
-"  -j <width>  Set window width\n"
-"  -k <height> Set window height\n"
-"  -1          Play once; exit when/if movie reaches the last frame\n"
+"A gstreamer adpcm-decoder element could not be created.  You probably need "
+"to install gst-ffmpeg."
 msgstr ""
 
-#: gui/gnash.cpp:102
-msgid ""
-"  -g          Turn on the Flash debugger\n"
-"  -r <0|1|2|3>\n"
-"              0 disables both rendering & sound (good for batch tests)\n"
-"              1 enables rendering & disables sound\n"
-"              2 enables sound & disables rendering\n"
-"              3 enables both rendering & sound (default)\n"
+#: ../server/array.cpp:302
+#, c-format
+msgid "Unhandled sort flags: %d (0x%X)"
 msgstr ""
-"  -g          Flash-Debugger einschalten\n"
-"  -r <0|1|2|3>\n"
-"              0 Rendering und Audio deaktiviert (good for batch tests)\n"
-"              1 Rendering aktiviert, Audio deaktiviert\n"
-"              2 Audio aktiviert, Rendering deaktiviert\n"
-"              3 Rendering und Audio aktiviert (Standard)\n"
 
-#: gui/gnash.cpp:109
-msgid ""
-"  -t <sec>    Timeout and exit after the specified number of seconds\n"
-"  -b <bits>   Bit depth of output window (16 or 32, default is 16)\n"
-"  -u <url>    Set \"real\" url of the movie\n"
-"              (useful for downloaded movies)\n"
-"  -U <url>    Set \"base\" url for this run\n"
-"              (used to resolve relative urls, defaults to movie url)\n"
-"  -P <param>  Set parameter (ie. \"FlashVars=A=1&b=2\")\n"
-"  --version   Print gnash's version number and exit\n"
+#: ../server/array.cpp:621
+msgid "tried to pop element from back of empty array, returning undef"
 msgstr ""
 
-#: gui/gnash.cpp:118
-msgid ""
-"\n"
-"keys:\n"
-"  CTRL-Q, CTRL-W, ESC   Quit/Exit\n"
-"  CTRL-P          Toggle Pause\n"
-"  CTRL-R          Restart the movie\n"
-"  CTRL-[ or kp-   Step back one frame\n"
-"  CTRL-] or kp+   Step forward one frame\n"
-"  CTRL-B          Toggle background color\n"
-"  CTRL-A          Toggle antialiasing (doesn't work)\n"
-"  CTRL-T          Debug.  Test the set_variable() function\n"
-"  CTRL-G          Debug.  Test the get_variable() function\n"
-"  CTRL-M          Debug.  Test the call_method() function\n"
-msgstr "\n"
-"Tastenkombinationen:\n"
-"  Strg-Q, Strg-W, ESC   Beenden\n"
-"  Strg-P          Pause\n"
-"  Strg-R          Film neu starten\n"
-"  Strg-[ or kp-   Ein Bild zurück\n"
-"  Strg-] or kp+   Ein Bild vorwärts\n"
-"  Strg-B          Hintergrundfarbe ändern\n"
-"  Strg-A          Toggle antialiasing (doesn't work)\n"
-"  Strg-T          Debug.  Test the set_variable() function\n"
-"  Strg-G          Debug.  Test the get_variable() function\n"
-"  Strg-M          Debug.  Test the call_method() function\n"
+#: ../server/array.cpp:639
+msgid "tried to shift element from front of empty array, returning undef"
+msgstr ""
 
-#: gui/gnash.cpp:138 plugin/klash/klash.cpp:660
+#: ../server/array.cpp:736
 #, c-format
-msgid "Gnash "
-msgstr "Gnash "
+msgid "Array.slice(%u, %u) called"
+msgstr ""
 
-#: gui/gnash.cpp:138
+#: ../server/array.cpp:766
 #, c-format
-msgid ""
-"\n"
-"Copyright (C) 2005-2007 Free Software Foundation, Inc.\n"
-"Gnash comes with NO WARRANTY, to the extent permitted by law.\n"
-"You may redistribute copies of Gnash under the terms of the GNU General\n"
-"Public License.  For more information, see the file named COPYING.\n"
+msgid "Current array is %s"
 msgstr ""
 
-#: gui/gnash.cpp:149
+#: ../server/array.cpp:890
 #, c-format
-msgid ""
-"Build options %s\n"
-"   Target: %s\n"
-"   Renderer: %s   GUI: %s   Media handler: %s\n"
+msgid "Array(%s).splice(%s) called"
 msgstr ""
-"Build-Optionen %s\n"
-"   Ziel: %s\n"
-"   Renderer: %s   GUI: %s   Medienhandler: %s\n"
 
-#: gui/gnash.cpp:190 plugin/klash/klash.cpp:319
-msgid "Verbose output turned on"
-msgstr "Ausführliche Ausgabe eingeschaltet"
+#: ../server/array.cpp:896
+msgid "Array.splice() needs at least 1 argument, call ignored"
+msgstr ""
 
-#: gui/gnash.cpp:194
-msgid "Logging to disk enabled"
-msgstr "Logging auf Festplatte aktiviert"
+#: ../server/array.cpp:912
+#, c-format
+msgid "Array.splice: start:%d became %u"
+msgstr ""
 
-#: gui/gnash.cpp:200
-msgid "No verbose actions; disabled at compile time"
-msgstr "Kein ausführlicher Modus für Aktionen. Bei der Kompilierung 
deaktiviert"
+#: ../server/array.cpp:925
+#, c-format
+msgid "Array.splice(%d,%d): negative length given, call ignored"
+msgstr ""
 
-#: gui/gnash.cpp:207
-msgid "No verbose parsing; disabled at compile time"
-msgstr "Kein ausführlicher Modus beim Parsen. Bei der Kompilierung 
deaktiviert"
+#: ../server/array.cpp:992
+msgid "Sort called with invalid arguments."
+msgstr ""
 
-#: gui/gnash.cpp:218
+#: ../server/array.cpp:1145
+msgid "SortOn called with invalid arguments."
+msgstr ""
+
+#: ../server/array.cpp:1160
 #, c-format
-msgid "Setting root URL to %s"
-msgstr "Setze Root-URL auf %s"
+msgid "calling array push, pushing %d values onto back of array"
+msgstr ""
 
-#: gui/gnash.cpp:224
+#: ../server/array.cpp:1176
 #, c-format
-msgid "Setting base URL to %s"
-msgstr "Setze Basis-URL auf %s"
+msgid "calling array unshift, pushing %d values onto front of array"
+msgstr ""
 
-#: gui/gnash.cpp:229
+#: ../server/array.cpp:1195
 #, c-format
-msgid "Setting width to %d"
-msgstr "Setze Breite auf %d"
+msgid "calling array pop, result:%s, new array size:%d"
+msgstr ""
 
-#: gui/gnash.cpp:233
-msgid "Setting debugger ON"
-msgstr "Schalte Debugging EIN"
+#: ../server/array.cpp:1211
+#, c-format
+msgid "calling array shift, result:%s, new array size:%d"
+msgstr ""
 
-#: gui/gnash.cpp:238
-msgid "No debugger; disabled at compile time"
-msgstr "Kein Debugging. Bei der Kompilierung deaktiviert"
+#: ../server/array.cpp:1228
+#, c-format
+msgid "called array reverse, result:%s, new array size:%d"
+msgstr ""
 
-#: gui/gnash.cpp:243
+#: ../server/array.cpp:1271
 #, c-format
-msgid "Setting height to %d"
-msgstr "Setze Höhe auf %d"
+msgid "array_to_string called, nargs = %d, this_ptr = %p"
+msgstr ""
 
-#: gui/gnash.cpp:279
+#: ../server/array.cpp:1274
 #, c-format
-msgid "-r must be followed by 0, 1, 2 or 3 (%ld is invalid)"
-msgstr "-r erfordert 0, 1, 2, oder 3 (%ld ist ungültig)"
+msgid "to_string result is: %s"
+msgstr ""
 
-#: gui/gnash.cpp:314
-msgid "No rendering flags specified, using rcfile"
+#: ../server/array.cpp:1324
+msgid ""
+"More than 2 arguments to Array.slice, and I don't know what to do with "
+"them.  Ignoring them"
 msgstr ""
 
-#: gui/gnash.cpp:328
+#: ../server/array.cpp:1402
 #, c-format
-msgid "Got variable option (%s) on command line"
+msgid "array_new called, nargs = %d"
 msgstr ""
 
-#: gui/gui.cpp:460
+#: ../server/array.cpp:1429
 #, c-format
-msgid "Frame %d"
-msgstr "Bild %d"
-
-#: gui/Player.cpp:187
-msgid "Sound requested but no sound support compiled in"
-msgstr "Audio erfordert, jedoch keine Audiounterstützung bei der Kompilierung 
aktiviert"
+msgid "array_new setting object %p in result"
+msgstr ""
 
-#: gui/Player.cpp:364
+#: ../server/as_environment.cpp:63
 #, c-format
-msgid "fs_callback(%p): %s %s"
+msgid "get_variable(%s)"
 msgstr ""
 
-#: libamf/amf.cpp:179
+#: ../server/as_environment.cpp:84
 #, c-format
-msgid "Type is %s"
-msgstr "Typ ist %s"
+msgid "find_object(\"%s\") [ varname = '%s' - current target = '%s' ] failed"
+msgstr ""
 
-#: libamf/amf.cpp:185
-msgid "Number is "
-msgstr "Zahl ist "
+#: ../server/as_environment.cpp:90
+#, c-format
+msgid "...but get_variable_raw(%s, <scopeStack>) succeeded (%s)!"
+msgstr ""
 
-#: libamf/amf.cpp:189
+#: ../server/as_environment.cpp:192
 #, c-format
-msgid "Boolean is %d"
-msgstr "Boolean ist %d"
+msgid "reference to unexisting variable '%s'"
+msgstr ""
 
-#: libamf/amf.cpp:202 libamf/amf.cpp:241
+#: ../server/as_environment.cpp:282
 #, c-format
-msgid "String is %s"
-msgstr "String ist %s"
+msgid "Path target '%s' not found while setting %s=%s"
+msgstr ""
 
-#: libamf/amf.cpp:218
-msgid "Undefined element"
-msgstr "Undefiniertes Element"
+#: ../server/as_environment.cpp:513
+#, c-format
+msgid "find_object(%s) called"
+msgstr ""
 
-#: libamf/amf.cpp:234
-msgid "Date is "
-msgstr "Datum ist "
-
-#: libamf/amf.cpp:234
-msgid " nanoseconds"
-msgstr " Nanosekunden"
+#: ../server/as_environment.cpp:519
+msgid "Returning m_target (empty path)"
+msgstr ""
 
-#: libamf/amf.cpp:884
+#: ../server/as_environment.cpp:546
 #, c-format
-msgid "AMF Header size bits (0x%X) out of range"
+msgid "Path is '/', return the root (%p)"
 msgstr ""
 
-#: libamf/amf.cpp:901
+#: ../server/as_environment.cpp:556
 #, c-format
-msgid "AMF header byte is: 0x%X"
+msgid "Absolute path, start at the root (%p)"
 msgstr ""
 
-#: libamf/amf.cpp:904
+#: ../server/as_environment.cpp:563
 #, c-format
-msgid "The AMF channel index is %d"
+msgid "Relative path, start at (%s)"
 msgstr ""
 
-#: libamf/amf.cpp:907
+#: ../server/as_environment.cpp:578
 #, c-format
-msgid "The header size is %d"
+msgid "Path is %s, returning the root"
 msgstr ""
 
-#: libamf/amf.cpp:911
+#: ../server/as_environment.cpp:589
 #, c-format
-msgid "The packet head is: 0x%s"
+msgid "invalid path '%s' (p=next_slash=%s)"
 msgstr ""
 
-#: libamf/amf.cpp:918
+#: ../server/as_environment.cpp:605
 #, c-format
-msgid "The mystery word is: %d or 0x%s"
+msgid "No more subparts, env is %p"
 msgstr ""
 
-#: libamf/amf.cpp:927
+#: ../server/as_environment.cpp:665
 #, c-format
-msgid "The body size is: %d, or 0x%s"
+msgid "Invoking get_path_element(%s) on object %p (%s)"
 msgstr ""
 
-#: libamf/amf.cpp:937
+#: ../server/as_environment.cpp:672
 #, c-format
-msgid "The type is: %d, or 0x%s"
+msgid "Path element %s not found in object %p"
 msgstr ""
 
-#: libamf/amf.cpp:956
+#: ../server/as_environment.cpp:844
 #, c-format
-msgid "ERROR: Unidentified AMF header data type %d"
+msgid "Max stack count reached (%u)"
 msgstr ""
 
-#: libamf/amf.cpp:964
-#, c-format
-msgid "The source/destination is: %d, or 0x%s"
+#: ../server/as_function.cpp:211
+msgid "Function.apply() called with no args"
 msgstr ""
 
-#: libamf/amf.cpp:1007
-msgid "AMF body input data is NULL"
+#: ../server/as_function.cpp:231
+#, c-format
+msgid ""
+"Function.apply() got %d args, expected at most 2 -- discarding the ones in "
+"excess"
 msgstr ""
 
-#: libamf/amf.cpp:1017
+#: ../server/as_function.cpp:243
 #, c-format
-msgid "The packet body is: 0x%s"
+msgid ""
+"Second arg of Function.apply is %s (expected array) - considering as call "
+"with no args"
 msgstr ""
 
-#: libamf/amf.cpp:1046
+#: ../server/as_function.cpp:257
 #, c-format
-msgid "AMF String length is: %d"
+msgid ""
+"Second arg of Function.apply is of type %s, with value %s (expected array) - "
+"considering as call with no args"
+msgstr ""
+
+#: ../server/as_function.cpp:305
+msgid "Function.call() with no args"
 msgstr ""
 
-#: libamf/amf.cpp:1052
+#: ../server/as_function.cpp:324
 #, c-format
-msgid "AMF String is: %s"
+msgid ""
+"First argument to Function.call(%s) doesn't cast to object. Gnash will keep "
+"the current 'this' pointer as it is, but this is known to not be the correct "
+"way to handle such a malformed call."
 msgstr ""
 
-#: libamf/amf.cpp:1108 libamf/amf.cpp:1193
-msgid "End of Object definition"
+#: ../server/as_function.cpp:374
+msgid "it's a built-in class"
 msgstr ""
 
-#: libamf/amf.cpp:1119
+#: ../server/as_function.cpp:407
 #, c-format
-msgid "The element is: 0x%s"
+msgid "constructor prototype is %s"
 msgstr ""
 
-#: libamf/amf.cpp:1124
+#: ../server/as_object.cpp:121
 #, c-format
-msgid "AMF element length is: %d"
+msgid "Caught exception: %s"
 msgstr ""
 
-#: libamf/amf.cpp:1134
+#: ../server/as_object.cpp:356 ../server/as_object.cpp:401
 #, c-format
-msgid "AMF type is: %s"
+msgid "Attempt to set read-only property '%s'"
 msgstr ""
 
-#: libamf/amf.cpp:1151
+#: ../server/as_object.cpp:370 ../server/as_object.cpp:414
 #, c-format
-msgid "Number \"%s\" is: 0x%s"
+msgid "%s: Exception %s. Will create a new member"
 msgstr ""
 
-#: libamf/amf.cpp:1162
+#: ../server/as_object.cpp:383
 #, c-format
-msgid "Boolean \"%s\" is: %s"
+msgid "Unknown failure in setting property '%s' on object '%p'"
 msgstr ""
 
-#: libamf/amf.cpp:1171 libamf/amf.cpp:1184
+#: ../server/as_object.cpp:452
+msgid ""
+"Attempt to set a slot for either a slot or a property which already exists."
+msgstr ""
+
+#: ../server/as_object.cpp:460
 #, c-format
-msgid "Variable \"%s\" is: %s"
+msgid "Attempt to initialize read-only property ``%s'' on object ``%p'' twice"
 msgstr ""
 
-#: libamf/amf.cpp:1181
-msgid "Undefined type"
+#: ../server/as_object.cpp:604
+msgid "Circular inheritance chain detected during isPrototypeOf call"
 msgstr ""
 
-#: libamf/amf.cpp:1207
+#: ../server/as_object.cpp:613
 #, c-format
-msgid "astype_e of value: %d"
+msgid " members of object %p follow"
 msgstr ""
 
-#: libbase/curl_adapter.cpp:277 libbase/curl_adapter.cpp:529
+#: ../server/as_object.cpp:653
 #, c-format
-msgid "404 response from url %s"
-msgstr "404-Antwort von URL %s"
+msgid ""
+"Can't set propflags on object property %s (either not found or protected)"
+msgstr ""
 
-#: libbase/extension.cpp:124
+#: ../server/as_value.cpp:179
 #, c-format
-msgid "Loading module: %s"
-msgstr "Lade Modul: %s"
+msgid "to_primitive(%s, STRING) threw an ActionTypeError %s"
+msgstr ""
 
-#: libbase/extension.cpp:140
+#: ../server/as_value.cpp:457
 #, c-format
-msgid "Initializing module: \"%s\""
-msgstr "Initialisiere Modul: \"%s\""
+msgid "to_primitive(%s, NUMBER) threw an ActionTypeError %s"
+msgstr ""
 
-#: libbase/extension.cpp:157
-msgid "Couldn't get class_init symbol"
-msgstr "Konnte class_init-Symbol nicht ermitteln"
+#: ../server/button_character_instance.cpp:503
+#, c-format
+msgid "Unhandled button event %s"
+msgstr ""
 
-#: libbase/extension.cpp:192
+#: ../server/button_character_instance.cpp:589
 #, c-format
-msgid "Scanning directory \"%s\" for plugins"
-msgstr "Scanne Ordner \"%s\" für Plugins"
+msgid "Executing actions for button condition %d"
+msgstr ""
+
+#: ../server/character.cpp:106
+msgid ""
+"ActionScript code trying to reference a nonexistent parent with '..'  (a "
+"nonexistent parent probably only occurs in the root MovieClip). Returning "
+"NULL. "
+msgstr ""
 
-#: libbase/extension.cpp:196
+#: ../server/character.cpp:263
 #, c-format
-msgid "Can't open directory %s"
-msgstr "Kann Ordner %s nicht öffnen"
+msgid "Attempt to set _xscale to %g, refused"
+msgstr ""
 
-#: libbase/extension.cpp:218
+#: ../server/character.cpp:299
 #, c-format
-msgid "Gnash Plugin name: %s"
-msgstr "Gnash-Plugin-Name: %s"
+msgid "Attempt to set _yscale to %g, refused"
+msgstr ""
 
-#: libbase/log.cpp:188
-msgid "TRACE: "
-msgstr "TRACE: "
+#: ../server/character.cpp:417
+msgid "FIXME: can't set _width on character with null or world bounds"
+msgstr ""
 
-#: libbase/log.cpp:210 libbase/log.cpp:625
-msgid "DEBUG: "
-msgstr "DEBUG: "
+#: ../server/character.cpp:428
+#, c-format
+msgid "Setting _width=%g of character %s (%s)"
+msgstr ""
 
-#: libbase/log.cpp:276
-msgid "ERROR: "
-msgstr "FEHLER: "
+#: ../server/character.cpp:462
+msgid "FIXME: can't set _height on character with null or world bounds"
+msgstr ""
 
-#: libbase/log.cpp:293
-msgid "ERROR: Unimplemented: "
-msgstr "FEHLER: Nicht implementiert"
+#: ../server/character.cpp:473
+#, fuzzy, c-format
+msgid "Setting _height=%g of character %s (%s)"
+msgstr "Setze Höhe auf %d"
 
-#: libbase/log.cpp:310
-msgid "SECURITY: "
-msgstr "SICHERHEIT: "
+#: ../server/debugger.cpp:142
+msgid "Debugger enabled >> "
+msgstr ""
 
-#: libbase/log.cpp:327
-msgid "MALFORMED SWF: "
+#: ../server/debugger.cpp:357 ../server/debugger.cpp:403
+msgid "No format flag"
 msgstr ""
 
-#: libbase/log.cpp:344
-msgid "ACTIONSCRIPT ERROR: "
-msgstr "ACTIONSCRIPT FEHLER: "
+#: ../server/debugger.cpp:472
+#, c-format
+msgid "Setting watchpoint for variable: \"%s\""
+msgstr ""
 
-#: libbase/network.cpp:85
-msgid "Could not find a usable WinSock DLL"
-msgstr "Konnte keine verwendbare WinSock-DLL finden"
+#: ../server/debugger.cpp:519
+#, c-format
+msgid "Matched for variable \"%s\": \"%s\""
+msgstr ""
 
-#: libbase/network.cpp:127
+#: ../server/debugger.cpp:534 ../server/debugger.cpp:553
+#: ../server/debugger.cpp:566 ../server/debugger.cpp:628
 #, c-format
-msgid "Can't connect to privileged port #%d"
-msgstr "Kann mit privilegiertem Port %d nicht verbinden"
+msgid "WARNING: environment not set in %s"
+msgstr ""
 
-#: libbase/network.cpp:149
+#: ../server/debugger.cpp:570
 #, c-format
-msgid "unable to get protocol entry for %s"
-msgstr "Erfassen des Protokolleintrags für %s nicht möglich!"
+msgid "Stack Dump of: %p"
+msgstr ""
+
+#: ../server/debugger.cpp:598
+#, c-format
+msgid "Stack Dump of 0x%p: empty"
+msgstr ""
+
+#: ../server/debugger.cpp:633
+msgid "Global Registers Dump:"
+msgstr ""
+
+#: ../server/dlist.cpp:401
+#, c-format
+msgid "move_display_object() -- can't find object at depth %d"
+msgstr ""
+
+#: ../server/dlist.cpp:738
+#, c-format
+msgid "Item %d at depth %d (char id %d, name %s, type %s)"
+msgstr ""
 
-#: libbase/network.cpp:166
+#: ../server/edit_text_character.cpp:468
 #, c-format
-msgid "unable to create socket: %s"
-msgstr "konnte Sockel nicht erstellen: %s"
+msgid ""
+"CHECKME: removeTextField(%s): TextField depth (%d) out of the 'dynamic' zone "
+"[0..1048575], won't remove"
+msgstr ""
 
-#: libbase/network.cpp:173
-msgid "setsockopt SO_REUSEADDR failed"
-msgstr "setsockopt SO_REUSEADDR fehlgeschlagen"
+#: ../server/edit_text_character.cpp:844
+#, c-format
+msgid "Attempt to set TextField._width to %g"
+msgstr ""
 
-#: libbase/network.cpp:183
+#: ../server/edit_text_character.cpp:852
 #, c-format
-msgid "unable to bind to port %hd: %s"
-msgstr "Binden an Port %hd unmöglich: %s"
+msgid "Attempt to set TextField._width to a negative number: %g, toggling sign"
+msgstr ""
 
-#: libbase/network.cpp:192
+#: ../server/edit_text_character.cpp:903
 #, c-format
-msgid "Server bound to service on %s, port %hd, using fd %d"
+msgid "Attempt to set TextField._height to %g"
 msgstr ""
 
-#: libbase/network.cpp:198
+#: ../server/edit_text_character.cpp:911
 #, c-format
-msgid "unable to listen on port: %hd: %s "
+msgid ""
+"Attempt to set TextField._height to a negative number: %g, toggling sign"
 msgstr ""
 
-#: libbase/network.cpp:235
+#: ../server/edit_text_character.cpp:1080
 #, c-format
-msgid "Trying to accept net traffic on fd %d"
+msgid ""
+"TextField text doesn't fit in its boundaries: width %g, margin %g - nothing "
+"to align"
 msgstr ""
 
-#: libbase/network.cpp:264
-msgid "There is data at the console for stdin"
+#: ../server/edit_text_character.cpp:1140
+msgid "TextField.autoSize != 'none' TESTING"
 msgstr ""
 
-#: libbase/network.cpp:270
+#: ../server/edit_text_character.cpp:1160
 #, c-format
-msgid "The accept() socket for fd %d was interupted by a system call"
+msgid "No font for edit_text_character! [%s:%d]"
+msgstr "Keine Schriftart für edit_text_character! [%s:%d]"
+
+#: ../server/edit_text_character.cpp:1279
+msgid ""
+"HTML in a text field is unsupported, gnash will just forget the tags and "
+"print their content"
 msgstr ""
 
-#: libbase/network.cpp:274
+#: ../server/edit_text_character.cpp:1303
 #, c-format
-msgid "The accept() socket for fd %d never was available for writing"
+msgid ""
+"%s -- missing glyph for space char (needed for TAB).  Make sure character "
+"shapes for font %s are being exported into your SWF file."
 msgstr ""
 
-#: libbase/network.cpp:281
+#: ../server/edit_text_character.cpp:1346
 #, c-format
-msgid "The accept() socket for fd %d timed out waiting to write"
+msgid ""
+"%s -- missing embedded glyph for char %d.  Make sure character shapes for "
+"font %s are being exported into your SWF file"
 msgstr ""
 
-#: libbase/network.cpp:293
+#: ../server/edit_text_character.cpp:1355
 #, c-format
-msgid "unable to accept: %s"
-msgstr "Nicht annehmbar: %s"
+msgid ""
+"%s -- missing device glyph for char %d.  Maybe you don't have font '%s' "
+"installed in your system?"
+msgstr ""
 
-#: libbase/network.cpp:298
+#: ../server/edit_text_character.cpp:1520
 #, c-format
-msgid "Accepting tcp/ip connection on fd %d"
-msgstr "Nehme TCP/IP-Verbindung an fd %d an"
+msgid "VariableName: %s"
+msgstr ""
 
-#: libbase/network.cpp:344
+#: ../server/edit_text_character.cpp:1536
 #, c-format
-msgid "Can't connect to privileged port %hd"
-msgstr "Verbindung mit privilegiertem Port %hd unmöglich"
+msgid "Variable text Path: %s, Var: %s"
+msgstr ""
 
-#: libbase/network.cpp:349
+#: ../server/edit_text_character.cpp:1549
 #, c-format
-msgid "%s: to host %s at port %d"
+msgid ""
+"VariableName associated to text field refer to an unknown target (%s). It is "
+"possible that the character will be instantiated later in the SWF stream. "
+"Gnash will try to register again on next access."
 msgstr ""
 
-#: libbase/network.cpp:355
-#, c-format
-msgid "The hostname for this machine is %s"
-msgstr "Der Hostname für diesen Rechner ist %s"
+#: ../server/edit_text_character.cpp:1566
+msgid "registerTextVariable() called"
+msgstr ""
 
-#: libbase/network.cpp:357
-msgid "Couldn't get the hostname for this machine"
-msgstr "Konnte Hostnamen für diesen Rechner nicht ermitteln"
+#: ../server/edit_text_character.cpp:1572
+msgid "registerTextVariable() no-op call (already registered)"
+msgstr ""
 
-#: libbase/network.cpp:371
-#, c-format
-msgid "The IP address for this client socket is %s"
-msgstr "Die IP-Adresse für diesen Client-Sockel ist %s"
+#: ../server/edit_text_character.cpp:1580
+msgid "string is empty, consider as registered"
+msgstr ""
 
-#: libbase/network.cpp:379
+#: ../server/edit_text_character.cpp:1590
 #, c-format
-msgid "unable to create socket : %s"
-msgstr "Kann Sockel nicht erstellen: %s"
+msgid ""
+"VariableName associated to text field (%s) refer to an unknown target. It is "
+"possible that the character will be instantiated later in the SWF stream. "
+"Gnash will try to register again on next access."
+msgstr ""
 
-#: libbase/network.cpp:401
+#: ../server/edit_text_character.cpp:1604
 #, c-format
-msgid "The connect() socket for fd %d was interupted by a system call"
-msgstr "Der connect()-Sockel für fd %d wurde durch einen Systemaufruf 
unterbrochen"
+msgid "target sprite (%p) does have a member named %s"
+msgstr ""
 
-#: libbase/network.cpp:408 libbase/network.cpp:436
+#: ../server/edit_text_character.cpp:1613
 #, c-format
-msgid "The connect() socket for fd %d never was available for writing"
+msgid ""
+"target sprite (%p) does NOT have a member named %s (no problem, we'll add it)"
 msgstr ""
 
-#: libbase/network.cpp:419
+#: ../server/fill_style.cpp:150
+msgid "num gradients 0"
+msgstr ""
+
+#: ../server/fill_style.cpp:159
 #, c-format
-msgid "The connect() socket for fd %d timed out waiting to write"
+msgid "Unexpected num gradients (%d), expected 1 to 8"
 msgstr ""
 
-#: libbase/network.cpp:429
+#: ../server/fill_style.cpp:233
 #, c-format
-msgid "\tport %d at IP %s for fd %d"
+msgid ""
+"Bitmap fill specifies '%d' as associated bitmap character id, but that "
+"character is not found in the Characters Dictionary. It seems common to find "
+"such  malformed SWF, so we'll only warn once about this."
 msgstr ""
 
-#: libbase/network.cpp:505
+#: ../server/fill_style.cpp:297
 #, c-format
-msgid "Unable to close the socket for fd %d: %s"
-msgstr "Kann Sockel für fd %d nicht schließen: %s"
+msgid "Unknown fill style %d"
+msgstr ""
 
-#: libbase/network.cpp:512
+#: ../server/fill_style.cpp:338
 #, c-format
-msgid "Closed the socket on fd %d"
-msgstr "Sockel auf fd %d geschlossen"
+msgid ""
+"First gradient in a fill_style have position==%d (expected 0). This seems to "
+"be common, so will warn only once."
+msgstr ""
 
-#: plugin/klash/klash.cpp:101
-msgid "Play Movie"
-msgstr "Wiedergabe"
+#: ../server/fill_style.cpp:374
+#, c-format
+msgid "two gradients in a fill_style have the same position/ratio: %d"
+msgstr ""
 
-#: plugin/klash/klash.cpp:102
-msgid "Pause Movie"
-msgstr "Pause"
+#: ../server/font.cpp:103
+#, fuzzy, c-format
+msgid "Could not initialize device font face '%s'"
+msgstr "Konnte Datenbank nicht initialisieren"
 
-#: plugin/klash/klash.cpp:103
-msgid "Stop Movie"
-msgstr "Anhalten"
+#: ../server/font.cpp:156
+msgid "reading DefineFont"
+msgstr ""
 
-#: plugin/klash/klash.cpp:104
-msgid "Restart Movie"
-msgstr "Film neu starten"
+#: ../server/font.cpp:191
+msgid "Glyphs offset table corrupted in DefineFont tag"
+msgstr ""
 
-#: plugin/klash/klash.cpp:105
-msgid "Step Forward"
-msgstr "Vorspulen"
+#: ../server/font.cpp:206
+msgid "reading DefineFont2 or DefineFont3"
+msgstr ""
 
-#: plugin/klash/klash.cpp:106
-msgid "Step Backward"
-msgstr "Zurückspulen"
+#: ../server/font.cpp:257 ../server/font.cpp:272
+#, c-format
+msgid "Glyph %d at offset %u"
+msgstr ""
 
-#: plugin/klash/klash.cpp:107
-msgid "Jump Forward"
-msgstr "Vorwärts springen"
+#: ../server/font.cpp:294
+msgid "Glyphs offset table corrupted in DefineFont2/3 tag"
+msgstr ""
 
-#: plugin/klash/klash.cpp:108
-msgid "Jump Backward"
-msgstr "Zurück springen"
+#: ../server/font.cpp:309
+msgid "Bad offset in DefineFont2"
+msgstr ""
 
-#: plugin/klash/klash.cpp:109
-msgid "Quit Gnash"
-msgstr "Gnash beenden"
+#: ../server/font.cpp:364
+msgid "Repeated kerning pair found - ignoring"
+msgstr ""
 
-#: plugin/klash/klash.cpp:147
-msgid "Klash"
-msgstr "Klash"
-
-#: plugin/klash/klash.cpp:148
-msgid "The Gnash Flash player for KDE.\n"
-msgstr "Der Gnash-Flash-Player für KDE.\n"
+#: ../server/font.cpp:399
+msgid "DefineFontInfo2 partially implemented"
+msgstr ""
 
-#: plugin/klash/klash.cpp:309
+#: ../server/font.cpp:435
 #, c-format
-msgid "Timer delay set to %d milliseconds"
-msgstr "Timer-Verzögerung auf %d Millisekunden gesetzt"
-
-#: plugin/klash/klash.cpp:323
-msgid "Logging to disk enabled."
-msgstr "Logging auf Festplatte aktiviert."
+msgid "reading code table at offset %lu"
+msgstr ""
 
-#: plugin/klash/klash.cpp:342
+#: ../server/font.cpp:470
 #, c-format
-msgid "Setting root URL to: %s"
-msgstr "Setze Root-URL auf: %s"
+msgid "get_glyph_index(%u) returning %d"
+msgstr ""
 
-#: plugin/klash/klash.cpp:346
+#: ../server/font.cpp:482
 #, c-format
-msgid "Setting width to: %d"
-msgstr "Setze Breite auf: %d"
+msgid "get_glyph_index(%u) returning -1"
+msgstr ""
 
-#: plugin/klash/klash.cpp:350
-#, c-format
-msgid "Setting height to: %d"
-msgstr "Setze Höhe auf: %d"
+#: ../server/FreetypeGlyphsProvider.cpp:360
+#, fuzzy, c-format
+msgid "Can't find font file for font '%s'"
+msgstr "Keinen Video-Stream von '%s' gefunden"
 
-#: plugin/klash/klash.cpp:381
+#: ../server/FreetypeGlyphsProvider.cpp:372
 #, c-format
-msgid "-r must be followed by 0, 1 or 2 (%d is invalid)"
-msgstr "-r erfordert 0, 1, 2 (%d ist ungültig)"
-
-#: plugin/klash/klash.cpp:399
-msgid "Got variable option on command line!"
+msgid "Font file '%s' has bad format"
 msgstr ""
 
-#: plugin/klash/klash.cpp:414
+#: ../server/FreetypeGlyphsProvider.cpp:379
 #, c-format
-msgid "No input files"
-msgstr "Keine Eingabedateien"
+msgid "Some error opening font '%s'"
+msgstr ""
 
-#: plugin/klash/klash.cpp:448
+#: ../server/impl.cpp:99
 #, c-format
-msgid "error: can't get info about %s\n"
-msgstr "Fehler: Kann keine Informationen über %s ermitteln\n"
+msgid "Base url set to: %s"
+msgstr "Setze Basis-URL auf: %s"
 
-#: plugin/klash/klash.cpp:508
+#: ../server/impl.cpp:122
 #, c-format
-msgid "error: can't create a movie from '%s'\n"
-msgstr "Fehler: Kann keinen Film aus '%s' erstellen\n"
+msgid "Dir %s appended to local sandboxes"
+msgstr ""
 
-#: plugin/klash/klash.cpp:513
+#: ../server/impl.cpp:322
 #, c-format
-msgid "error: can't create movie instance\n"
-msgstr ""
+msgid "get_movie_info(): can't open '%s'"
+msgstr "get_movie_info(): kann '%s' nicht öffnen"
 
-#: plugin/klash/klash.cpp:660
+#: ../server/impl.cpp:337
 #, c-format
-msgid ""
-"\n"
-"Copyright (C) 2006, 2007 Free Software Foundation, Inc.\n"
-"Gnash comes with NO WARRANTY, to the extent permitted by law.\n"
-"You may redistribute copies of Gnash under the terms of the GNU General\n"
-"Public License.  For more information, see the file named COPYING.\n"
+msgid "get_movie_info(): file '%s' does not start with a SWF header"
 msgstr ""
 
-#: plugin/klash/klash.cpp:673
+#: ../server/impl.cpp:347
 msgid ""
-"usage: gnash [options] movie_file.swf\n"
-"\n"
-"Plays a SWF (Shockwave Flash) movie\n"
-"options:\n"
-"\n"
-"  -h, --help  Print this info.\n"
-"  -s <factor> Scale the movie up/down by the specified factor\n"
-"  -c          Produce a core file instead of letting SDL trap it\n"
-"  -d num      Number of milliseconds to delay in main loop\n"
-"  -v          Be verbose; i.e. print log messages to stdout\n"
-"  -va         Be verbose about movie Actions\n"
-"  -vp         Be verbose about parsing the movie\n"
+"get_movie_info(): can't read zipped SWF data; gnash was compiled without "
+"zlib support"
 msgstr ""
-"Verwendung: gnash [Optionen] Film_Datei.swf\n"
-"\n"
-"Wiedergabe eines SWF (Shockwave Flash) Films\n"
-"Optionen:\n"
-"\n"
-"  -h, --help  Diese Hilfe anziegen.\n"
-"  -s <Faktor> Film um den angegebenen Faktor skalieren\n"
-"  -c          Core-Dump-Datei erstellen anstatt SDL zu erlauben, ihn 
aufzufangen\n"
-"  -d num      Number of milliseconds to delay in main loop\n"
-"  -v          Ausführlicher Modus; d.h. Log-Meldungen nach stdout senden\n"
-"  -va         Ausführlicher Modus für Film-Aktionen\n"
-"  -vp         Ausführlicher Modus beim Parsen des Films\n"
-""
 
-#: plugin/klash/klash.cpp:685
+#: ../server/impl.cpp:408
+#, fuzzy, c-format
+msgid "Can't read jpeg from %s"
+msgstr "Kann jpeg nicht lesen!"
+
+#: ../server/impl.cpp:423
+#, fuzzy
+msgid "Loading of png"
+msgstr "Lade Modul: %s"
+
+#: ../server/impl.cpp:431
+#, fuzzy, c-format
+msgid "Can't read png from %s"
+msgstr "Kann jpeg nicht lesen!"
+
+#: ../server/impl.cpp:454
+msgid "Can't read file header"
+msgstr "Kann Kopfteil der Datei nicht lesen!"
+
+#: ../server/impl.cpp:546
 msgid ""
-"  -m <bias>   Specify the texture LOD bias (float, default is -1)\n"
-"  -x <ID>     X11 Window ID for display\n"
-"  -w          Produce the disk based debug log\n"
-"  -1          Play once; exit when/if movie reaches the last frame\n"
-"  -r <0|1|2>  0 disables rendering & sound (good for batch tests)\n"
-"              1 enables rendering & sound (default setting)\n"
-"              2 enables rendering & disables sound\n"
-"  -t <sec>    Timeout and exit after the specified number of seconds\n"
-"  -b <bits>   Bit depth of output window (16 or 32, default is 16)\n"
-"  --version   Print gnash's version number and exit\n"
-"\n"
+"Requested to keep from completely loading a movie, but the movie in question "
+"is a jpeg, for which we don't yet have the concept of a 'loading thread'"
 msgstr ""
 
-#: plugin/klash/klash.cpp:696
+#: ../server/impl.cpp:554
 msgid ""
-"keys:\n"
-"  CTRL-Q, CTRL-W, ESC   Quit/Exit\n"
-"  CTRL-P          Toggle Pause\n"
-"  CTRL-R          Restart the movie\n"
-"  CTRL-[ or kp-   Step back one frame\n"
-"  CTRL-] or kp+   Step forward one frame\n"
-"  CTRL-B          Toggle background color\n"
+"Requested to keep from completely loading a movie, but the movie in question "
+"is a png, for which we don't yet have the concept of a 'loading thread'"
 msgstr ""
-"Tastenkombinationen:\n"
-"  Strg-Q, Strg-W, ESC   Beenden\n"
-"  Strg-P          Pause\n"
-"  Strg-R          Film neu starten\n"
-"  Strg-[ or kp-   Ein Bild zurück\n"
-"  Strg-] or kp+   Ein Bild vorwärts\n"
-"  Strg-B          Hintergrundfarbe ändern\n"
 
-#: plugin/win32/plugin.cpp:259
+#: ../server/impl.cpp:563
 #, c-format
-msgid "can't get info about %s"
-msgstr ""
+msgid "unknown file type (%s)"
+msgstr "unbekannter Dateityp (%s)"
 
-#: plugin/win32/plugin.cpp:262
+#: ../server/impl.cpp:579
 #, c-format
-msgid "Movie %s: width is %d, height is %d, version is %d\n"
-msgstr "Film %s: Breite ist %d, Höhe ist %d, Version ist %d\n"
+msgid "failed to open '%s'; can't create movie"
+msgstr "Konnte '%s' nicht öffnen. Kann Film nicht erstellen"
 
-#: plugin/win32/plugin.cpp:272
+#: ../server/impl.cpp:584
 #, c-format
-msgid "can't create a movie from %s"
-msgstr "kann keinen Film aus %s erstellen"
-
-#: plugin/win32/plugin.cpp:280
-msgid "can't create movie instance"
-msgstr ""
+msgid "streamProvider opener can't open '%s'"
+msgstr "streamProvider opener kann '%s' nicht öffnen"
 
-#: plugin/win32/plugin.cpp:348
-msgid "player: Shutting down as requested..."
-msgstr "Player: Beende wie erfordert..."
+#: ../server/impl.cpp:817
+#, c-format
+msgid "Movie %s already in library"
+msgstr "Film %s bereits in der Bibliothek"
 
-#: server/array.cpp:203
-msgid "tried to pop element from back of empty array, returning undef"
+#: ../server/impl.cpp:831
+#, c-format
+msgid "Couldn't load library movie '%s'"
 msgstr ""
 
-#: server/array.cpp:219
-msgid "tried to shift element from front of empty array, returning undef"
+#: ../server/impl.cpp:838
+#, c-format
+msgid "Movie %s (SWF%d) added to library"
 msgstr ""
 
-#: server/array.cpp:313
+#: ../server/impl.cpp:876
 #, c-format
-msgid "Array.slice(%u, %u) called"
+msgid "%s: couldn't create instance"
 msgstr ""
 
-#: server/array.cpp:343
+#: ../server/movie_root.cpp:171
 #, c-format
-msgid "Current array is %s"
+msgid "ActionLimits hit during setRootMovie: %s. Disabling scripts"
 msgstr ""
 
-#: server/array.cpp:476
+#: ../server/movie_root.cpp:254 ../server/movie_root.cpp:263
 #, c-format
-msgid "Unhandled sort flags: %d (0x%X)"
+msgid ""
+"%s.swapDepth(%d): movie has a depth (%d) below static depth zone (%d), won't "
+"swap it's depth"
 msgstr ""
 
-#: server/array.cpp:486
-msgid "array.sort with unique flag"
+#: ../server/movie_root.cpp:325
+msgid "Original root movie can't be removed"
 msgstr ""
 
-#: server/array.cpp:512
+#: ../server/movie_root.cpp:344 ../server/sprite_instance.cpp:3872
 #, c-format
-msgid "Array(%s).splice(%s) called"
-msgstr ""
-
-#: server/array.cpp:518
-msgid "Array.splice() needs at least 1 argument, call ignored"
+msgid "can't create movie_definition for %s"
 msgstr ""
 
-#: server/array.cpp:534
+#: ../server/movie_root.cpp:353 ../server/sprite_instance.cpp:3881
 #, c-format
-msgid "Array.splice: start:%d became %u"
+msgid "can't create extern movie_instance for %s"
 msgstr ""
 
-#: server/array.cpp:547
+#: ../server/movie_root.cpp:1015
 #, c-format
-msgid "Array.splice(%d,%d): negative length given, call ignored"
+msgid "ActionLimits hit during advance: %s. Disabling scripts"
 msgstr ""
 
-#: server/array.cpp:614
+#: ../server/movie_root.cpp:1750
 #, c-format
-msgid "calling array push, pushing %d values onto back of array"
+msgid "processLoadMovieRequest: Testing _level loading (level %u)"
 msgstr ""
 
-#: server/array.cpp:630
+#: ../server/PropertyList.cpp:171
 #, c-format
-msgid "calling array unshift, pushing %d values onto front of array"
+msgid "Property %s is read-only, not setting it to %s"
 msgstr ""
 
-#: server/array.cpp:649
+#: ../server/sprite_instance.cpp:209
 #, c-format
-msgid "calling array pop, result:%s, new array size:%d"
+msgid ""
+"attachMovie called with wrong number of arguments expected 3 to 4, got (%d) "
+"- returning undefined"
 msgstr ""
 
-#: server/array.cpp:665
+#: ../server/sprite_instance.cpp:223
 #, c-format
-msgid "calling array shift, result:%s, new array size:%d"
+msgid "attachMovie: '%s': no such exported resource - returning undefined"
 msgstr ""
 
-#: server/array.cpp:682
+#: ../server/sprite_instance.cpp:234
 #, c-format
-msgid "called array reverse, result:%s, new array size:%d"
+msgid ""
+"attachMovie: exported resource '%s' is not a character definition (%s) -- "
+"returning undefined"
 msgstr ""
 
-#: server/array.cpp:723
+#: ../server/sprite_instance.cpp:260
 #, c-format
-msgid "array_to_string called, nargs = %d, this_ptr = %p"
+msgid "Could not attach character at depth %d"
 msgstr ""
 
-#: server/array.cpp:726
+#: ../server/sprite_instance.cpp:277
 #, c-format
-msgid "to_string result is: %s"
+msgid "Fourth argument of attachMovie doesn't cast to an object (%s)"
 msgstr ""
 
-#: server/array.cpp:775
-msgid ""
-"More than 2 arguments to Array.slice, and I don't know what to do with "
-"them.  Ignoring them"
+#: ../server/sprite_instance.cpp:312
+#, c-format
+msgid "createEmptyMovieClip needs 2 args, but %d given, returning undefined"
 msgstr ""
 
-#: server/array.cpp:845
+#: ../server/sprite_instance.cpp:322
 #, c-format
-msgid "array_new called, nargs = %d"
+msgid "createEmptyMovieClip takes 2 args, but %d given, discarding the excess"
 msgstr ""
 
-#: server/array.cpp:878
+#: ../server/sprite_instance.cpp:358
 #, c-format
-msgid "array_new setting object %p in result"
+msgid "%s.swapDepths() needs one arg"
 msgstr ""
 
-#: server/as_environment.cpp:68
+#: ../server/sprite_instance.cpp:368
 #, c-format
-msgid "find_object%s(\"%s\") [ varname = '%s' - current target = '%s' ] failed"
+msgid "%s.swapDepths(%s): won't swap a clip below depth %d (%d)"
 msgstr ""
 
-#: server/as_environment.cpp:80
+#: ../server/sprite_instance.cpp:386
 #, c-format
-msgid "...but get_variable_raw(%s, <with_stack>) succeeded!"
+msgid "%s.swapDepths(%s): invalid call, swapping to self?"
 msgstr ""
 
-#: server/as_environment.cpp:157
+#: ../server/sprite_instance.cpp:396
 #, c-format
-msgid "get_variable_raw(\"%s\") failed, returning UNDEFINED"
+msgid ""
+"%s.swapDepths(%s): invalid call, the two characters don't have the same "
+"parent"
 msgstr ""
 
-#: server/as_environment.cpp:247
+#: ../server/sprite_instance.cpp:414
 #, c-format
-msgid "Path target '%s' not found while setting %s=%s"
+msgid ""
+"%s.swapDepths(%s): first argument invalid (neither a sprite nor a number)"
 msgstr ""
 
-#: server/as_environment.cpp:455
+#: ../server/sprite_instance.cpp:432
 #, c-format
-msgid ""
-"as_environment::find_target: '%s': invalid path; neither string nor object"
+msgid "%s.swapDepths(%s): ignored, character already at depth %d"
 msgstr ""
 
-#: server/as_environment.cpp:511
-#, c-format
-msgid "find_target(%s) called"
+#: ../server/sprite_instance.cpp:471
+msgid "MovieClip.duplicateMovieClip() needs 2 or 3 args"
 msgstr ""
 
-#: server/as_environment.cpp:516 server/as_environment.cpp:593
-#: server/as_environment.cpp:703
-msgid "Returning m_target (empty path)"
+#: ../server/sprite_instance.cpp:502
+msgid "sprite_goto_and_play needs one arg"
 msgstr ""
 
-#: server/as_environment.cpp:533 server/as_environment.cpp:721
+#: ../server/sprite_instance.cpp:512
 #, c-format
-msgid "Absolute path, start at the root (%p)"
+msgid "sprite_goto_and_play('%s') -- invalid frame"
 msgstr ""
 
-#: server/as_environment.cpp:540 server/as_environment.cpp:606
-#: server/as_environment.cpp:728
-msgid "Null path, returning m_target"
+#: ../server/sprite_instance.cpp:531
+msgid "sprite_goto_and_stop needs one arg"
 msgstr ""
 
-#: server/as_environment.cpp:551 server/as_environment.cpp:619
-#: server/as_environment.cpp:740
+#: ../server/sprite_instance.cpp:541
 #, c-format
-msgid "invalid path '%s'"
+msgid "sprite_goto_and_stop('%s') -- invalid frame"
 msgstr ""
 
-#: server/as_environment.cpp:564 server/as_environment.cpp:636
-#: server/as_environment.cpp:757
+#: ../server/sprite_instance.cpp:604
 #, c-format
-msgid "No more subparts, env is %p"
+msgid ""
+"MovieClip.loadMovie() expected 1 or 2 args, got %d - returning undefined"
 msgstr ""
 
-#: server/as_environment.cpp:570
+#: ../server/sprite_instance.cpp:616
 #, c-format
-msgid "Invoking get_relative_target(%s) on object %p (%s)"
+msgid ""
+"First argument of MovieClip.loadMovie(%s) evaluates to an empty string - "
+"returning undefined"
 msgstr ""
 
-#: server/as_environment.cpp:588
+#: ../server/sprite_instance.cpp:629
 #, c-format
-msgid "find_object_dotsyntax(%s) called"
+msgid ""
+"second argument of MovieClip.loadMovie(%s, <variables>) will be discarded"
 msgstr ""
 
-#: server/as_environment.cpp:629 server/as_environment.cpp:750
+#: ../server/sprite_instance.cpp:652
 #, c-format
-msgid "Subpart ==  %s"
+msgid ""
+"MovieClip.loadVariables() expected 1 or 2 args, got %d - returning undefined"
 msgstr ""
 
-#: server/as_environment.cpp:642 server/as_environment.cpp:787
+#: ../server/sprite_instance.cpp:664
 #, c-format
-msgid "Invoking get_member(%s) on object %p"
+msgid ""
+"First argument passed to MovieClip.loadVariables(%s) evaluates to an empty "
+"string - returning undefined"
 msgstr ""
 
-#: server/as_environment.cpp:652
+#: ../server/sprite_instance.cpp:730
 #, c-format
-msgid "Member %s for object %p not found (dotsyntax).  Path was %s"
+msgid "Can't find hitTest target %s"
 msgstr ""
 
-#: server/as_environment.cpp:661
+#: ../server/sprite_instance.cpp:770
 #, c-format
-msgid ""
-"Element '%s' of variable '%s' not found in object %p nor in _global "
-"(dotsyntax)"
+msgid "hitTest() called with %u args"
 msgstr ""
 
-#: server/as_environment.cpp:671
+#: ../server/sprite_instance.cpp:789
 #, c-format
-msgid ""
-"Member %s of object %p doesn't cast to an Object (%s) evaluating target path "
-"%s (dotsyntax)"
+msgid "createTextField called with %d args, expected 6 - returning undefined"
 msgstr ""
 
-#: server/as_environment.cpp:698
+#: ../server/sprite_instance.cpp:807
 #, c-format
-msgid "find_object_slashsyntax(%s) called"
+msgid "createTextField: negative width (%d) - reverting sign"
 msgstr ""
 
-#: server/as_environment.cpp:767
+#: ../server/sprite_instance.cpp:817
 #, c-format
-msgid "'..' element in path '%s' follows a non-character object %p"
+msgid "createTextField: negative height (%d) - reverting sign"
 msgstr ""
 
-#: server/as_environment.cpp:776
+#: ../server/sprite_instance.cpp:949
 #, c-format
-msgid ""
-"'..' in path '%s' follows a character with no parent (%s : %p) (root is %p)"
+msgid "MovieClip.getBounds(%s): invalid call, first arg must be a sprite"
 msgstr ""
 
-#: server/as_environment.cpp:797
-#, c-format
-msgid "Member %s for object %p not found (slashsyntax). Path was %s"
+#: ../server/sprite_instance.cpp:1000
+msgid "MovieClip.globalToLocal() takes one arg"
 msgstr ""
 
-#: server/as_environment.cpp:806
+#: ../server/sprite_instance.cpp:1009
 #, c-format
-msgid ""
-"Element '%s' of variable '%s' not found in object %p nor in _global "
-"(slashsyntax)"
+msgid "MovieClip.globalToLocal(%s): first argument doesn't cast to an object"
 msgstr ""
 
-#: server/as_environment.cpp:816
+#: ../server/sprite_instance.cpp:1023
 #, c-format
 msgid ""
-"Member %s of object %p doesn't cast to an Object (%s) evaluating target path "
-"%s (slashsyntax)"
-msgstr ""
-
-#: server/as_environment.cpp:1041
-#, c-format
-msgid "Max stack count reached (%u) - should abort execution"
+"MovieClip.globalToLocal(%s): object parameter doesn't have an 'x' member"
 msgstr ""
 
-#: server/as_function.cpp:148
+#: ../server/sprite_instance.cpp:1034
 #, c-format
-msgid "Exported interface of function %p has been overwritten (from %p to %p)"
+msgid ""
+"MovieClip.globalToLocal(%s): object parameter doesn't have an 'y' member"
 msgstr ""
 
-#: server/as_function.cpp:197
-msgid "Function.apply() called with no args"
+#: ../server/sprite_instance.cpp:1062
+msgid "MovieClip.localToGlobal() takes one arg"
 msgstr ""
 
-#: server/as_function.cpp:217
+#: ../server/sprite_instance.cpp:1071
 #, c-format
-msgid ""
-"Function.apply() got %d args, expected at most 2 -- discarding the ones in "
-"excess"
+msgid "MovieClip.localToGlobal(%s): first argument doesn't cast to an object"
 msgstr ""
 
-#: server/as_function.cpp:229
+#: ../server/sprite_instance.cpp:1085
 #, c-format
 msgid ""
-"Second arg of Function.apply is %s (expected array) - considering as call "
-"with no args"
+"MovieClip.localToGlobal(%s): object parameter doesn't have an 'x' member"
 msgstr ""
 
-#: server/as_function.cpp:243
+#: ../server/sprite_instance.cpp:1096
 #, c-format
 msgid ""
-"Second arg of Function.apply is of type %s, with value %s (expected array) - "
-"considering as call with no args"
+"MovieClip.localToGlobal(%s): object parameter doesn't have an 'y' member"
 msgstr ""
 
-#: server/as_function.cpp:331
-msgid "it's a built-in class"
+#: ../server/sprite_instance.cpp:1126
+#, c-format
+msgid "%s.setMask() : needs an argument"
 msgstr ""
 
-#: server/as_function.cpp:364
+#: ../server/sprite_instance.cpp:1145
 #, c-format
-msgid "constructor prototype is %s"
+msgid "%s.setMask(%s) : first argument is not a character"
 msgstr ""
 
-#: server/asobj/Date.cpp:416
-msgid "Date constructor called with more than 7 arguments"
+#: ../server/sprite_instance.cpp:1179
+msgid "MovieClip.lineTo() takes two args"
 msgstr ""
 
-#: server/asobj/Date.cpp:443
-msgid "Date() failed to initialise from arguments"
+#: ../server/sprite_instance.cpp:1203
+msgid "MovieClip.moveTo() takes two args"
 msgstr ""
 
-#: server/asobj/Date.cpp:648
-msgid "Date.setTime needs one argument"
+#: ../server/sprite_instance.cpp:1274
+msgid "MovieClip.curveTo() takes four args"
 msgstr ""
 
-#: server/asobj/Date.cpp:655
-msgid "Date.setTime was called with more than one argument"
+#: ../server/sprite_instance.cpp:1349
+#, c-format
+msgid "%s.beginGradientFill(%s): invalid call: 5 arguments needed"
 msgstr ""
 
-#: server/asobj/Date.cpp:705
-msgid "Failed to set a date."
-msgstr "Konnte kein Datum setzen"
-
-#: server/asobj/Date.cpp:742
-msgid "utc_tm_msec_to_date failed to convert a date"
+#: ../server/sprite_instance.cpp:1364
+#, c-format
+msgid "%s.beginGradientFill(%s): first arg must be 'radial' or 'linear'"
 msgstr ""
 
-#: server/asobj/Date.cpp:816
-msgid "Date.setFullYear needs one argument"
+#: ../server/sprite_instance.cpp:1382
+#, c-format
+msgid ""
+"%s.beginGradientFill(%s): one or more of the  args from 2nd to 5th don't "
+"cast to objects"
 msgstr ""
 
-#: server/asobj/Date.cpp:832
-msgid "Date.setFullYear was called with more than three arguments"
+#: ../server/sprite_instance.cpp:1541
+#, c-format
+msgid ""
+"%s.beginGradientFill(%s): colors, alphas and ratios args don't have same "
+"length"
 msgstr ""
 
-#: server/asobj/Date.cpp:861
-msgid "Date.setYear needs one argument"
+#: ../server/sprite_instance.cpp:1641
+#, c-format
+msgid "min/max bbox values in MovieClip.startDrag(%s) swapped, fixing"
 msgstr ""
 
-#: server/asobj/Date.cpp:881
-msgid "Date.setYear was called with more than three arguments"
+#: ../server/sprite_instance.cpp:2203
+#, c-format
+msgid ""
+"A sprite member (%s) clashes with the name of an existing character in its "
+"display list.  The member will hide the character"
 msgstr ""
 
-#: server/asobj/Date.cpp:909
-msgid "Date.setMonth needs one argument"
+#: ../server/sprite_instance.cpp:2295
+#, c-format
+msgid "call_frame('%s') -- invalid frame"
 msgstr ""
 
-#: server/asobj/Date.cpp:938
-msgid "Date.setMonth was called with more than three arguments"
+#: ../server/sprite_instance.cpp:2398
+msgid "Can't clone root of the movie"
 msgstr ""
 
-#: server/asobj/Date.cpp:957
-msgid "Date.setDate needs one argument"
+#: ../server/sprite_instance.cpp:2404
+#, c-format
+msgid "%s parent is not a sprite, can't clone"
 msgstr ""
 
-#: server/asobj/Date.cpp:971
-msgid "Date.setDate was called with more than one argument"
+#: ../server/sprite_instance.cpp:2626
+msgid "it's a Text Variable, associated with "
 msgstr ""
 
-#: server/asobj/Date.cpp:995
-msgid "Date.setHours needs one argument"
+#: ../server/sprite_instance.cpp:2637
+msgid "it's NOT a Text Variable"
 msgstr ""
 
-#: server/asobj/Date.cpp:1013
-msgid "Date.setHours was called with more than four arguments"
+#: ../server/sprite_instance.cpp:2659
+#, c-format
+msgid "advance_sprite: no frames loaded for sprite/movie %s"
 msgstr ""
 
-#: server/asobj/Date.cpp:1035
-msgid "Date.setMinutes needs one argument"
+#: ../server/sprite_instance.cpp:2673
+#, c-format
+msgid "Advance_sprite for sprite '%s' - frame %u/%u "
 msgstr ""
 
-#: server/asobj/Date.cpp:1052 server/asobj/Date.cpp:1090
-msgid "Date.setMinutes was called with more than three arguments"
+#: ../server/sprite_instance.cpp:2686
+msgid "sprite_instance::advance_sprite we're in PLAY mode"
 msgstr ""
 
-#: server/asobj/Date.cpp:1072
-msgid "Date.setSeconds needs one argument"
+#: ../server/sprite_instance.cpp:2692
+msgid "on_event_load called, incrementing"
 msgstr ""
 
-#: server/asobj/Date.cpp:1106
-msgid "Date.setMilliseconds needs one argument"
+#: ../server/sprite_instance.cpp:2696
+#, c-format
+msgid "after increment we are at frame %u/%u"
 msgstr ""
 
-#: server/asobj/Date.cpp:1116
-msgid "Date.setMilliseconds was called with more than one argument"
+#: ../server/sprite_instance.cpp:2723
+msgid "sprite_instance::advance_sprite we're in STOP mode"
 msgstr ""
 
-#: server/asobj/Date.cpp:1240
-msgid "Date.UTC needs one argument"
+#: ../server/sprite_instance.cpp:2736
+#, c-format
+msgid "Advance sprite '%s' at frame %u/%u"
 msgstr ""
 
-#: server/asobj/Date.cpp:1260
-msgid "Date.UTC was called with more than 7 arguments"
+#: ../server/sprite_instance.cpp:2835
+msgid "Executing "
 msgstr ""
 
-#: server/as_object.cpp:121
+#: ../server/sprite_instance.cpp:2864
 #, c-format
-msgid "Caught exception: %s"
+msgid "sprite %s ::goto_frame("
 msgstr ""
 
-#: server/as_object.cpp:205
-#, c-format
-msgid "Attempt to set read-only property '%s'"
+#: ../server/sprite_instance.cpp:2915
+msgid "GotoFrame("
 msgstr ""
 
-#: server/as_object.cpp:216
+#: ../server/sprite_instance.cpp:2986
 #, c-format
-msgid "%s: Exception %s.  Will create a new member"
+msgid "sprite_instance::goto_labeled_frame('%s') unknown label"
 msgstr ""
 
-#: server/as_object.cpp:226
+#: ../server/sprite_instance.cpp:3065
 #, c-format
-msgid "Attempt to set read-only property ``%s'' on object ``%p''"
+msgid "sprite_instance::add_display_object(): unknown cid = %d"
 msgstr ""
 
-#: server/as_object.cpp:249
+#: ../server/sprite_instance.cpp:3126
 #, c-format
-msgid "Attempt to initialize read-only property ``%s'' (%s) on object ``%p''"
+msgid "sprite::replace_display_object(): unknown cid = %d"
 msgstr ""
 
-#: server/as_object.cpp:263
+#: ../server/sprite_instance.cpp:3218
 #, c-format
-msgid "Attempt to initialize read-only property ``%s'' on object ``%p''"
+msgid "Frame %u/%u, bytes %u/%u"
 msgstr ""
 
-#: server/as_object.cpp:362
-msgid "Circular inheritance chain detected during instanceOf call"
+#: ../server/sprite_instance.cpp:3512
+#, c-format
+msgid "%s doesn't even check for a char"
 msgstr ""
 
-#: server/as_object.cpp:383
-msgid "Circular inheritance chain detected during isPrototypeOf call"
+#: ../server/sprite_instance.cpp:3669
+#, c-format
+msgid "stagePlacementCallback: no frames loaded for sprite/movie %s"
 msgstr ""
 
-#: server/as_object.cpp:392
+#: ../server/sprite_instance.cpp:3677
 #, c-format
-msgid " members of object %p follow"
+msgid "Sprite '%s' placed on stage"
 msgstr ""
 
-#: server/as_object.cpp:420
+#: ../server/sprite_instance.cpp:3733 ../server/sprite_instance.cpp:3752
 #, c-format
-msgid ""
-"Can't set propflags on object property %s (either not found or protected)"
+msgid "Executing tags of frame0 in sprite %s"
 msgstr ""
 
-#: server/asobj/Global.cpp:80 server/asobj/string.cpp:39
+#: ../server/sprite_instance.cpp:3738 ../server/sprite_instance.cpp:3747
 #, c-format
-msgid "%s needs one argument"
+msgid "Queuing ONLOAD event for sprite %s"
 msgstr ""
 
-#: server/asobj/Global.cpp:86 server/asobj/string.cpp:45
+#: ../server/sprite_instance.cpp:3787
 #, c-format
-msgid "%s has more than one argument"
+msgid "Attached sprites %s registered class is %p"
 msgstr ""
 
-#: server/asobj/Global.cpp:193
+#: ../server/sprite_instance.cpp:3842
 #, c-format
-msgid "%s needs at least one argument"
+msgid "Unloading sprite '%s'"
 msgstr ""
 
-#: server/asobj/Global.cpp:199
+#: ../server/sprite_instance.cpp:4003
+#, fuzzy, c-format
+msgid "Could not load variables from %s"
+msgstr "Konnte Ziel '%s' nicht finden"
+
+#: ../server/sprite_instance.cpp:4077
 #, c-format
-msgid "%s has more than two arguments"
+msgid ""
+"removeMovieClip(%s): sprite depth (%d) out of the 'dynamic' zone "
+"[0..1048575], won't remove"
 msgstr ""
 
-#: server/asobj/Global.cpp:311
-#, c-format
-msgid "%s needs at least three arguments"
+#: ../server/stream.cpp:425
+msgid "Unexpected end of stream"
 msgstr ""
 
-#: server/asobj/Global.cpp:317
+#: ../server/StreamProvider.cpp:100 ../server/StreamProvider.cpp:142
 #, c-format
-msgid "%s has more than four arguments"
+msgid "Unsupported network connection %s"
 msgstr ""
 
-#: server/asobj/Global.cpp:319
-#, c-format
-msgid "%s has four arguments in a SWF version 5 movie"
+#: ../server/StreamProvider.cpp:114
+msgid "POST data discarded while getting a stream from file: uri"
 msgstr ""
 
-#: server/asobj/Global.cpp:328
+#: ../server/text.cpp:61
 #, c-format
-msgid "Invalid call to ASSetPropFlags: object argument is not an object: %s"
+msgid "text style references unknown font (id = %d)"
 msgstr ""
 
-#: server/asobj/Key.cpp:231
-msgid "key_add_listener needs one argument (the listener object)"
+#: ../server/text.cpp:158
+msgid "invalid glyph (-1)"
 msgstr ""
 
-#: server/asobj/Key.cpp:238
-msgid "key_add_listener passed a NULL object; ignored"
+#: ../server/text.cpp:186
+msgid "render shape glyph using filled outline (render::draw_glyph)"
 msgstr ""
 
-#: server/asobj/Key.cpp:279
-msgid "key_is_down needs one argument (the key code)"
+#: ../server/textformat.cpp:125
+#, c-format
+msgid "Created New TextFormat object at %p.  Not fully implemented yet"
 msgstr ""
 
-#: server/asobj/Key.cpp:303
-msgid "key_remove_listener needs one argument (the listener object)"
+#: ../server/textformat.cpp:151
+msgid "TextFormat.setFormat() needs at least 3 arguments - ...me thinks"
 msgstr ""
 
-#: server/asobj/Key.cpp:310
-msgid "key_remove_listener passed a NULL object; ignored"
+#: ../server/textformat.cpp:160
+msgid ""
+"Argument 3 given to TextFormat.setFormat() is not a TextFormat object - ... "
+"should it be?"
 msgstr ""
 
-#: server/asobj/LoadVars.cpp:528
-msgid "LoadVars.load() requires at least one argument"
+#: ../server/textformat.cpp:238
+#, c-format
+msgid "%s: args=%d unfinished implementation"
 msgstr ""
 
-#: server/asobj/LoadVars.cpp:537
-msgid "LoadVars.load(): invalid empty url"
+#: ../server/video_stream_instance.cpp:117
+msgid "attachVideo needs 1 arg"
 msgstr ""
 
-#: server/asobj/LoadVars.cpp:564
-msgid "LoadVars.sendAndLoad() requires at least two arguments"
+#: ../server/video_stream_instance.cpp:130
+#, c-format
+msgid "attachVideo(%s) first arg is not a NetStream instance"
 msgstr ""
 
-#: server/asobj/LoadVars.cpp:573
-msgid "LoadVars.sendAndLoad(): invalid empty url"
+#: ../server/video_stream_instance.cpp:215
+#, c-format
+msgid "Video frame data is missing in frame %d"
 msgstr ""
 
-#: server/asobj/LoadVars.cpp:582
-msgid "LoadVars.sendAndLoad(): invalid target (must be a LoadVars object)"
+#: ../server/vm/action.cpp:160
+#, c-format
+msgid ""
+"Attempt to call a value which is neither a C nor an ActionScript function (%"
+"s)"
 msgstr ""
 
-#: server/asobj/LocalConnection.cpp:143
-msgid "No connection name specified to LocalConnection.connect()"
+#: ../server/vm/action.cpp:196
+#, c-format
+msgid "FIXME(%d): %s"
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:182
+#: ../server/vm/action.cpp:240
 #, c-format
-msgid " resolved url: %s"
+msgid "call_method_parsed('%s','%s') -- invalid fmt '%%l%c'"
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:221
-msgid ""
-"FIXME: MovieClipLoader calling onLoadComplete *before* movie has actually "
-"been fully loaded (cheating)"
+#: ../server/vm/action.cpp:249
+#, c-format
+msgid "call_method_parsed('%s','%s') -- invalid fmt '%%%c'"
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:261
+#: ../server/vm/action.cpp:265
 #, c-format
-msgid "Dispatching %s event to "
+msgid "call_method_parsed('%s','%s') -- invalid char '%c'"
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:261
-msgid " listeners"
+#: ../server/vm/action.cpp:301
+msgid "-- start movie"
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:274
+#: ../server/vm/action.cpp:312
 #, c-format
-msgid "Listener %p doesn't have an %s event to listen for, skipped"
+msgid "FIXME: %s"
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:283
-#, c-format
-msgid "Testing call to listener's  %s function"
+#: ../server/vm/ActionExec.cpp:168
+msgid "at ActionExec operator() start, pc="
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:308
+#: ../server/vm/ActionExec.cpp:323
 #, c-format
-msgid "MovieClipLoader.loadClip() first argument is not a string (%s)"
+msgid "Length %u (%d) of action tag id %u at pc "
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:318
-#, c-format
-msgid "Could not find target %s"
-msgstr "Konnte Ziel '%s' nicht finden"
+#: ../server/vm/ActionExec.cpp:384
+msgid "After execution: PC "
+msgstr ""
+
+#: ../server/vm/ActionExec.cpp:406
+#, fuzzy, c-format
+msgid "Script exceeded time limit of %u milliseconds."
+msgstr "Timer-Verzögerung auf %d Millisekunden gesetzt"
 
-#: server/asobj/MovieClipLoader.cpp:324
+#: ../server/vm/ActionExec.cpp:415
 #, c-format
-msgid "Target is not a sprite instance (%s)"
+msgid "Loop iterations count exceeded limit of "
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:330
-#, c-format
-msgid "load clip: %s, target is: %p\n"
+#: ../server/vm/ActionExec.cpp:450
+msgid ""
+"Stack smashed (ActionScript compiler bug?).Fixing by pushing undefined "
+"values to the missing slots,  but don't expect things to work afterwards"
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:344
-#, c-format
-msgid "%s: %s"
+#: ../server/vm/ActionExec.cpp:462
+msgid " elements left on the stack after block execution.  Cleaning up"
+msgstr ""
+
+#: ../server/vm/ActionExec.cpp:486
+msgid "End of DoAction block hit while skipping "
+msgstr ""
+
+#: ../server/vm/ActionExec.cpp:523
+msgid "'With' stack depth ("
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:388
-msgid "Listener given to MovieClipLoader.addListener() is not an object"
+#: ../server/vm/ActionExec.cpp:662
+msgid "Stack underrun: "
 msgstr ""
 
-#: server/asobj/MovieClipLoader.cpp:406
-msgid "Listener given to MovieClipLoader.removeListener() is not an object"
+#: ../server/vm/ASHandlers.cpp:105
+#, fuzzy, c-format
+msgid "Unsupported action handler invoked, code at pc is %x"
+msgstr "Video-Codec %d nicht unterstützt"
+
+#: ../server/vm/ASHandlers.cpp:185
+msgid ""
+"FIXME: VM not initialized at SWFHandlers construction time, can't set action "
+"handlers based on SWF version"
 msgstr ""
 
-#: server/asobj/NetConnection.cpp:97
+#: ../server/vm/ASHandlers.cpp:469
 #, c-format
-msgid "Gnash is not allowed to open this url: %s"
-msgstr "Gnash darf diese URL nicht öffnen: %s"
+msgid "%s: CHECKME: was broken"
+msgstr ""
 
-#: server/asobj/NetConnection.cpp:104
+#: ../server/vm/ASHandlers.cpp:625
 #, c-format
-msgid "Gnash could not open this url: %s"
-msgstr "Gnash konnte diese URL nicht öffnen: %s"
+msgid "GetUrl: target=%s url=%s"
+msgstr ""
 
-#: server/asobj/NetConnection.cpp:110
+#: ../server/vm/ASHandlers.cpp:646
 #, c-format
-msgid "Connection etablished to movie: %s"
+msgid "ActionWaitForFrame (0x%X) tag length == "
 msgstr ""
 
-#: server/asobj/NetStream.cpp:85
+#: ../server/vm/ASHandlers.cpp:661 ../server/vm/ASHandlers.cpp:713
+#: ../server/vm/ASHandlers.cpp:1797
 #, c-format
-msgid ""
-"First argument to NetStream constructor doesn't cast to a NetConnection (%s)"
+msgid "%s: environment target is not a sprite_instance"
 msgstr ""
 
-#: server/asobj/NetStream.cpp:124
-msgid "NetStream play needs args"
+#: ../server/vm/ASHandlers.cpp:892
+msgid "Undefined or null string passed to ActionSubString, returning undefined"
 msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:230 server/asobj/NetStreamGst.cpp:170
-msgid "No NetConnection associated with this NetStream, won't play"
+#: ../server/vm/ASHandlers.cpp:907
+msgid "Negative size passed to ActionSubString, taking as whole length"
 msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:261
-msgid "libavcodec couldn't find decoder"
-msgstr "libavcodec konnte Decoder nicht finden"
+#: ../server/vm/ASHandlers.cpp:918
+msgid "Base is less then 1 in ActionSubString, setting to 1."
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:267
-msgid "libavcodec couldn't allocate context"
+#: ../server/vm/ASHandlers.cpp:927
+msgid ""
+"base goes beyond input string in ActionSubString, returning the empty string."
 msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:274
-msgid "libavcodec failed to initialize codec"
-msgstr "libavcodec konnte Codec nicht initialisieren"
+#: ../server/vm/ASHandlers.cpp:941
+msgid "base+size goes beyond input string in ActionSubString, adjusting size"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:311 server/asobj/NetStreamGst.cpp:491
+#: ../server/vm/ASHandlers.cpp:1007
 #, c-format
-msgid "Unsupported video codec %d"
-msgstr "Video-Codec %d nicht unterstützt"
+msgid "-- get var: %s=%s"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:342 server/asobj/NetStreamGst.cpp:530
+#: ../server/vm/ASHandlers.cpp:1030
 #, c-format
-msgid "Unsupported audio codec %d"
-msgstr "Audio-Codec %d nicht unterstützt"
-
-#: server/asobj/NetStreamFfmpeg.cpp:367
-msgid "Gnash could not read from movie url"
-msgstr "Gnash konnte von Film-URL nicht lesen"
+msgid "-- set var: %s = %s"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:384 server/asobj/NetStreamGst.cpp:346
-#: server/asobj/NetStreamGst.cpp:363
-#, c-format
-msgid "Gnash could not open movie: %s"
-msgstr "Gnash konnte Film nicht öffnen: %s"
+#: ../server/vm/ASHandlers.cpp:1095
+msgid ""
+"ActionGetProperty(<empty>) called, but current target is not a character"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:403
+#: ../server/vm/ASHandlers.cpp:1118
 #, c-format
-msgid "Gnash could not open FLV movie: %s"
-msgstr "Gnash konnte FLV-Film nicht öffnen: %s"
-
-#: server/asobj/NetStreamFfmpeg.cpp:414
-msgid "Failed to initialize FLV video codec"
-msgstr "Initialisierung des FLV-Video-Codecs fehlgeschlagen"
-
-#: server/asobj/NetStreamFfmpeg.cpp:420
-msgid "Failed to initialize FLV audio codec"
-msgstr "Initialisierung des FLV-Audio-Codecs fehlgeschlagen"
+msgid "invalid property query, property number %d"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:450
+#: ../server/vm/ASHandlers.cpp:1127
 #, c-format
-msgid "Couldn't determine stream input format from URL %s"
+msgid "Could not find GetProperty target (%s)"
 msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:466 server/asobj/SoundFfmpeg.cpp:136
+#: ../server/vm/ASHandlers.cpp:1159
 #, c-format
-msgid "Couldn't open file '%s' for decoding"
-msgstr "Konnte Datei '%s' für Dekodierung nicht öffnen"
+msgid "invalid set_property, property number %d"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:476 server/asobj/SoundFfmpeg.cpp:146
+#: ../server/vm/ASHandlers.cpp:1167
 #, c-format
-msgid "Couldn't find stream information from '%s', error code: %d"
+msgid "ActionSetProperty: can't find target %s for setting property %s"
 msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:515
+#: ../server/vm/ASHandlers.cpp:1191
 #, c-format
-msgid "Didn't find a video stream from '%s'"
-msgstr "Keinen Video-Stream von '%s' gefunden"
+msgid "Path given to duplicateMovieClip(%s) doesn't point to a character"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:527
+#: ../server/vm/ASHandlers.cpp:1202
 #, c-format
-msgid "Video decoder %d not found"
-msgstr "Video-Decoder %d nicht gefunden"
+msgid "Path given to duplicateMovieClip(%s) is not a sprite"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:535
+#: ../server/vm/ASHandlers.cpp:1227
 #, c-format
-msgid "Could not open codec %d"
-msgstr "Konnte Codec %d nicht öffnen"
+msgid "Path given to removeMovieClip(%s) doesn't point to a character"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:561
+#: ../server/vm/ASHandlers.cpp:1237
 #, c-format
-msgid "No available audio decoder %d to process MPEG file: '%s'"
-msgstr "Kein verfügbarer Audio-Decoder %d, um MPEG-Datei '%s' zu verarbeiten"
+msgid "Path given to removeMovieClip(%s) is not a sprite"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:569 server/asobj/SoundFfmpeg.cpp:201
+#: ../server/vm/ASHandlers.cpp:1282
 #, c-format
-msgid "Could not open audio codec %d for %s"
-msgstr "Konnte Audio-Codec %d für %s nicht öffnen"
+msgid "startDrag: unknown target '%s'"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:744
-msgid "read_frame: not audio & video stream"
+#: ../server/vm/ASHandlers.cpp:1307
+msgid "Y values in ActionStartDrag swapped, fixing"
 msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:944
-msgid "Problems decoding frame"
-msgstr "Probleme bei Dekodierung des Bildes"
+#: ../server/vm/ASHandlers.cpp:1315
+msgid "X values in ActionStartDrag swapped, fixing"
+msgstr ""
 
-#: server/asobj/NetStreamFfmpeg.cpp:988
+#: ../server/vm/ASHandlers.cpp:1388
 #, c-format
-msgid "%s: seeking failed"
+msgid "-- %s cast_to %s (invalid args?)"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:380
-msgid "The gstreamer pipeline element could not be created"
+#: ../server/vm/ASHandlers.cpp:1408
+msgid "ActionCastOp TESTING"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:399
-msgid "The gstreamer audiosink element could not be created"
+#: ../server/vm/ASHandlers.cpp:1426
+msgid "In ImplementsOp, not an object.\n"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:413
-msgid "Gstreamer audio element(s) for movie handling could not be created"
+#: ../server/vm/ASHandlers.cpp:1432
+msgid "In ImplementsOp, object had no prototype.\n"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:458
-msgid ""
-"A gstreamer flashvideo (h.263) decoder element could not be created.  You "
-"probably need to install gst-ffmpeg."
+#: ../server/vm/ASHandlers.cpp:1444
+#, c-format
+msgid "class found on stack on IMPLEMENTSOP is not a function: %s"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:472
+#: ../server/vm/ASHandlers.cpp:1686
 msgid ""
-"A gstreamer flashvideo (VP6) decoder element could not be created! You "
-"probably need to install gst-ffmpeg."
+"Undefined or null string passed to ActionMBSubString, returning undefined"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:486
-msgid ""
-"A gstreamer flashvideo (ScreenVideo) decoder element could not be created! "
-"You probably need to install gst-ffmpeg."
+#: ../server/vm/ASHandlers.cpp:1697
+msgid "Length is less than 1 in ActionMbSubString, returning empty string."
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:509
-msgid ""
-"This version of Fluendo's mp3 plugin does not support flash streaming "
-"sounds, please upgrade to version 0.10.4 or higher."
-msgstr "Diese Version des Fluendo-mp3-Plugins unterstützt kein 
Flash-Audio-Streaming."
-"Bitte auf Version 0.10.4 oder höher aktualisieren."
+#: ../server/vm/ASHandlers.cpp:1715
+msgid "Base is less then 1 in ActionMbSubString, setting to 1."
+msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:516
-msgid ""
-"A gstreamer mp3-decoder element could not be created! You probably need to "
-"install a mp3-decoder plugin like gstreamer0.10-mad or gstreamer0.10-fluendo-"
-"mp3."
+#: ../server/vm/ASHandlers.cpp:1727
+msgid "base+size goes beyond input string in ActionMbSubString, adjusting size"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:566
+#: ../server/vm/ASHandlers.cpp:1806
+#, c-format
 msgid ""
-"Gstreamer source element(s) for video movie handling could not be created, "
-"you probably need to install gstreamer0.10-core for fakesrc and capsfilter "
-"support."
+"Frame spec found on stack at ActionWaitForFrame doesn't evaluate to a valid "
+"frame: %s"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:571
-msgid ""
-"Gstreamer element(s) for video movie handling could not be created, you "
-"probably need to install gstreamer0.10-base for decodebin support."
+#: ../server/vm/ASHandlers.cpp:1871
+#, c-format
+msgid "[push length=%d]"
 msgstr ""
 
-#: server/asobj/NetStreamGst.cpp:577
+#: ../server/vm/ASHandlers.cpp:1890
+#, c-format
 msgid ""
-"Gstreamer element(s) for video movie handling could not be created, you "
-"probably need to install gstreamer0.10-base for ffmpegcolorspace and "
-"videorate support."
+"Unknown push type %d. Execution will continue but it is likely to fail due "
+"to lost sync."
 msgstr ""
 
-#: server/asobj/Number.cpp:221
+#: ../server/vm/ASHandlers.cpp:1942
 #, c-format
-msgid "Internal error: Cannot find \".0\" in %s for %.15g"
+msgid "register %d out of local registers bounds (0.."
 msgstr ""
 
-#: server/asobj/Object.cpp:125
-msgid "Too many args to Object constructor"
+#: ../server/vm/ASHandlers.cpp:1951
+#, c-format
+msgid "register %d out of global registers bounds"
 msgstr ""
 
-#: server/asobj/Object.cpp:171
+#: ../server/vm/ASHandlers.cpp:1997 ../server/vm/ASHandlers.cpp:2016
 #, c-format
-msgid ""
-"Invalid call to Object.addProperty(%s) - expected 3 arguments (<name>, "
-"<getter>, <setter>)"
+msgid "dict_lookup %d is out of bounds"
 msgstr ""
 
-#: server/asobj/Object.cpp:188
-msgid "Invalid call to Object.addProperty() - empty property name"
+#: ../server/vm/ASHandlers.cpp:2028 ../server/vm/ASHandlers.cpp:2032
+msgid "\t"
 msgstr ""
 
-#: server/asobj/Object.cpp:198
-msgid "Invalid call to Object.addProperty() - getter is not an AS function"
+#: ../server/vm/ASHandlers.cpp:2089
+msgid "Bogus empty GetUrl url in SWF file, skipping"
 msgstr ""
 
-#: server/asobj/Object.cpp:208
-msgid "Invalid call to Object.addProperty() - setter is not an AS function"
+#: ../server/vm/ASHandlers.cpp:2104
+msgid ""
+"Bogus GetUrl2 send vars method  in SWF file (both GET and POST requested), "
+"set to 0"
 msgstr ""
 
-#: server/asobj/Object.cpp:235
+#: ../server/vm/ASHandlers.cpp:2157
 #, c-format
 msgid ""
-"Invalid call to Object.registerClass(%s) - expected 2 arguments (<symbol>, "
-"<constructor>)"
+"get url: target=%s, url=%s (%s), method=%x (sendVars:%X, loadTarget:%d, "
+"loadVariable:%d)"
 msgstr ""
 
-#: server/asobj/Object.cpp:252
-msgid "Invalid call to Object.registerClass() - empty symbol id"
+#: ../server/vm/ASHandlers.cpp:2170
+msgid "getURL2 loadVariable"
 msgstr ""
 
-#: server/asobj/Object.cpp:262
-msgid "Invalid call to Object.registerClass() - class is not a function"
+#: ../server/vm/ASHandlers.cpp:2174 ../server/vm/ASHandlers.cpp:2219
+#, c-format
+msgid "get url: target %s not found"
 msgstr ""
 
-#: server/asobj/Object.cpp:277
+#: ../server/vm/ASHandlers.cpp:2181 ../server/vm/ASHandlers.cpp:2226
 #, c-format
-msgid "Object.registerClass(%s, %s): can't find exported symbol"
+msgid "get url: target %s is not a sprite"
+msgstr ""
+
+#: ../server/vm/ASHandlers.cpp:2195
+msgid "getURL2 target load"
 msgstr ""
 
-#: server/asobj/Object.cpp:295
+#: ../server/vm/ASHandlers.cpp:2199
 #, c-format
 msgid ""
-"Object.registerClass(%s, %s): exported symbol is not a MovieClip symbol "
-"(sprite_definition), but a %s"
+"Unhandled GetUrl2 sendVariableMethod (%d) with loadTargetFlag and ! "
+"loadVariablesFlag"
 msgstr ""
 
-#: server/asobj/Object.cpp:316
-msgid "Object.hasOwnProperty() requires one arg"
+#: ../server/vm/ASHandlers.cpp:2210 ../server/vm/ASHandlers.cpp:2258
+#, c-format
+msgid "Testing _level loading (level %u)"
 msgstr ""
 
-#: server/asobj/Object.cpp:325
+#: ../server/vm/ASHandlers.cpp:2249
 #, c-format
-msgid "Invalid call to Object.hasOwnProperty('%s')"
+msgid "Unhandled GetUrl2 sendVariableMethod (%d) with no loadTargetFlag"
 msgstr ""
 
-#: server/asobj/Object.cpp:339
-msgid "Object.isPropertyEnumerable() requires one arg"
+#: ../server/vm/ASHandlers.cpp:2271
+#, c-format
+msgid "Launching URL... %s"
 msgstr ""
 
-#: server/asobj/Object.cpp:348
+#: ../server/vm/ASHandlers.cpp:2297
 #, c-format
-msgid "Invalid call to Object.isPropertyEnumerable('%s')"
+msgid ""
+"Couldn't find movie \"%s\" to set target to! Resetting to original target..."
 msgstr ""
 
-#: server/asobj/Object.cpp:369
-msgid "Object.isPrototypeOf() requires one arg"
+#: ../server/vm/ASHandlers.cpp:2326
+msgid "Undefined GetUrl2 url on stack, skipping"
 msgstr ""
 
-#: server/asobj/Object.cpp:378
-#, c-format
-msgid "First arg to Object.isPrototypeOf(%s) is not an object"
+#: ../server/vm/ASHandlers.cpp:2363
+msgid "branch to offset "
 msgstr ""
 
-#: server/asobj/Sound.cpp:140
-#, c-format
-msgid "%s is still testing!"
-msgstr "%s testet noch!"
-
-#: server/asobj/Sound.cpp:143 server/asobj/SoundGst.cpp:229
+#: ../server/vm/ASHandlers.cpp:2403
 #, c-format
 msgid ""
-"%s: This sound already has a connection?  (We try to handle this by deleting "
-"the old one...)"
+"Couldn't find target_sprite \"%s\" in ActionCallFrame! target frame actions "
+"will not be called..."
 msgstr ""
 
-#: server/asobj/Sound.cpp:217 server/asobj/Sound.cpp:229
+#: ../server/vm/ASHandlers.cpp:2465
 #, c-format
-msgid "%s: only works when ffmpeg, gstreamer or libmad is enabled"
-msgstr "%s: funktioniert nur wenn ffmpeg, gstreamer oder libmad aktiviert ist"
-
-#: server/asobj/Sound.cpp:257
-msgid "-- start sound"
+msgid ""
+"Frame spec found on stack at ActionGotoExpression doesn't evaluate to a "
+"valid frame: %s"
 msgstr ""
 
-#: server/asobj/Sound.cpp:282
-msgid "-- stop sound "
+#: ../server/vm/ASHandlers.cpp:2479
+#, c-format
+msgid ""
+"Couldn't find target sprite \"%s\" in ActionGotoExpression.  Will not go to "
+"target frame..."
 msgstr ""
 
-#: server/asobj/Sound.cpp:298 server/asobj/Sound.cpp:352
+#: ../server/vm/ASHandlers.cpp:2546
 #, c-format
-msgid "import error: resource '%s' is not exported"
+msgid "-- set local var: %s = %s"
 msgstr ""
 
-#: server/asobj/Sound.cpp:312 server/asobj/Sound.cpp:366
-msgid "sound sample is NULL (doesn't cast to sound_sample)"
+#: ../server/vm/ASHandlers.cpp:2573
+#, c-format
+msgid "ActionCallFunction: %s is not an object"
 msgstr ""
 
-#: server/asobj/Sound.cpp:325
-msgid "-- attach sound"
+#: ../server/vm/ASHandlers.cpp:2584
+msgid "Object doensn't have a constructor"
 msgstr ""
 
-#: server/asobj/Sound.cpp:330
-msgid "attach sound needs one argument"
+#: ../server/vm/ASHandlers.cpp:2595
+#, c-format
+msgid ""
+"Attempt to call a function with %u arguments while only %u are available on "
+"the stack."
 msgstr ""
 
-#: server/asobj/Sound.cpp:340
-msgid "attachSound needs a non-empty string"
+#: ../server/vm/ASHandlers.cpp:2688
+#, c-format
+msgid "---new object: %s"
 msgstr ""
 
-#: server/asobj/Sound.cpp:441
-msgid "loadSound needs 2 arguments"
+#: ../server/vm/ASHandlers.cpp:2701
+#, c-format
+msgid "ActionNew: '%s' is not a constructor"
 msgstr ""
 
-#: server/asobj/Sound.cpp:482
-msgid "set volume of sound needs one argument"
+#: ../server/vm/ASHandlers.cpp:2743
+msgid "The 'var whatever' syntax in timeline context is a no-op."
 msgstr ""
 
-#: server/asobj/SoundFfmpeg.cpp:92
-#, c-format
-msgid "%s could not open audio url: %s"
-msgstr "%s konnte Audio-URL nicht öffnen: %s"
-
-#: server/asobj/SoundFfmpeg.cpp:115
+#: ../server/vm/ASHandlers.cpp:2859
 #, c-format
-msgid "%s: could not read from audio url: %s"
-msgstr "%s: Konnte von Audio-URL nicht lesen: %s"
+msgid "Argument to TargetPath(%s) doesn't cast to a MovieClip"
+msgstr ""
 
-#: server/asobj/SoundFfmpeg.cpp:172
+#: ../server/vm/ASHandlers.cpp:2897
 #, c-format
-msgid "Non-audio data (type %d) found in file %s"
+msgid ""
+"Top of stack doesn't evaluate to an object (%s) at ActionEnumerate execution"
 msgstr ""
 
-#: server/asobj/SoundFfmpeg.cpp:181
+#: ../server/vm/ASHandlers.cpp:2941
 #, c-format
-msgid "Didn't find a audio stream from '%s'"
+msgid "ActionNewAdd(%s, %s) [primitive conversion done]"
 msgstr ""
 
-#: server/asobj/SoundFfmpeg.cpp:192
+#: ../server/vm/ASHandlers.cpp:3035 ../server/vm/ASHandlers.cpp:3043
 #, c-format
-msgid "No available audio decoder %d to process file: '%s'"
+msgid "to_primitive(%s) threw an ActionTypeError %s"
 msgstr ""
 
-#: server/asobj/SoundFfmpeg.cpp:320
-msgid "seeking to start of file (for looping) failed"
+#: ../server/vm/ASHandlers.cpp:3114
+#, c-format
+msgid "getMember called against a value that does not cast to an as_object: %s"
 msgstr ""
 
-#: server/asobj/SoundFfmpeg.cpp:372
-msgid ""
-"This sound already has a connection.  (We try to handle this by deleting the "
-"old one...)"
+#: ../server/vm/ASHandlers.cpp:3124
+#, c-format
+msgid " ActionGetMember: target: %s (object %p)"
 msgstr ""
 
-#: server/asobj/SoundFfmpeg.cpp:402 server/asobj/SoundGst.cpp:257
+#: ../server/vm/ASHandlers.cpp:3139
 #, c-format
-msgid "%s: seeking to offset failed"
+msgid "-- get_member %s.%s=%s"
 msgstr ""
 
-#: server/asobj/SoundGst.cpp:108
+#: ../server/vm/ASHandlers.cpp:3166
 #, c-format
-msgid "%s: new pad found"
+msgid "-- set_member %s.%s=%s"
 msgstr ""
 
-#: server/asobj/SoundGst.cpp:122
+#: ../server/vm/ASHandlers.cpp:3178
 #, c-format
-msgid "%s: new pad connected"
+msgid "-- set_member %s.%s=%s on invalid object!"
 msgstr ""
 
-#: server/asobj/SoundGst.cpp:125
+#: ../server/vm/ASHandlers.cpp:3233
 #, c-format
-msgid "%s: Non-audio data found in file %s"
-msgstr "%s: Nichtaudiodaten in Datei %s gefunden"
+msgid ""
+"Attempt to call a method with %u arguments while only %u are available on "
+"the stack."
+msgstr ""
 
-#: server/asobj/SoundGst.cpp:142
+#: ../server/vm/ASHandlers.cpp:3242
 #, c-format
-msgid "could not open audio url: %s"
-msgstr "konnte Audio-URL nicht öffnen: %s"
-
-#: server/asobj/SoundGst.cpp:171
-msgid "Could not create gstreamer pipeline element"
+msgid " method name: %s"
 msgstr ""
 
-#: server/asobj/SoundGst.cpp:175
-msgid "Could not create gstreamer audiosink element"
+#: ../server/vm/ASHandlers.cpp:3243
+#, c-format
+msgid " method object/func: %s"
 msgstr ""
 
-#: server/asobj/SoundGst.cpp:198
-msgid "Could not create Gstreamer element(s) for movie handling"
-msgstr "Konnte Gstreamer-Element(e) für Film-Verarbeitung nicht erstellen"
-
-#: server/asobj/SoundMad.cpp:83
+#: ../server/vm/ASHandlers.cpp:3244
 #, c-format
-msgid "Gnash could not open audio url: %s"
-msgstr "Gnash konnte Audio-URL nicht öffnen: %s"
+msgid " method nargs: %d"
+msgstr ""
 
-#: server/asobj/SoundMad.cpp:120 server/asobj/SoundMad.cpp:207
-#, c-format
-msgid "Recoverable error while decoding MP3, MAD error: %s"
+#: ../server/vm/ASHandlers.cpp:3259
+msgid ""
+"ActionCallMethod invoked with undefined method_name and non-object object/"
+"func"
 msgstr ""
 
-#: server/asobj/SoundMad.cpp:215
-#, c-format
-msgid "Unrecoverable error while decoding MP3, MAD error: %s"
+#: ../server/vm/ASHandlers.cpp:3268
+msgid ""
+"Function object given to ActionCallMethod is not a function, will try to use "
+"its 'constructor' member"
 msgstr ""
 
-#: server/asobj/SoundMad.cpp:272
-msgid "Error in sound sample convertion"
+#: ../server/vm/ASHandlers.cpp:3278
+msgid "ActionCallMethod: object has no constructor"
 msgstr ""
 
-#: server/asobj/SoundMad.cpp:351
-msgid ""
-"This sound already has a connection?  (We try to handle this by deleting the "
-"old one...)"
+#: ../server/vm/ASHandlers.cpp:3287
+msgid "ActionCallMethod: object constructor is not a function"
 msgstr ""
 
-#: server/asobj/Stage.cpp:161
-msgid "Stage.addListener() needs one argument"
+#: ../server/vm/ASHandlers.cpp:3303
+#, c-format
+msgid "ActionCallMethod: Tried to invoke method '%s' on non-object value %s."
 msgstr ""
 
-#: server/asobj/Stage.cpp:172
+#: ../server/vm/ASHandlers.cpp:3316
 #, c-format
-msgid ""
-"Invalid call to Stage.addListener(%s) : first arg doesn't cast to an object"
+msgid "ActionCallMethod: Can't find method %s of object %s"
 msgstr ""
 
-#: server/asobj/Stage.cpp:189
-msgid "Stage.removeListener() needs one argument"
+#: ../server/vm/ASHandlers.cpp:3339
+msgid "FIXME: debugger doesn't deal with anonymous function calls"
 msgstr ""
 
-#: server/asobj/Stage.cpp:200
+#: ../server/vm/ASHandlers.cpp:3381
 #, c-format
 msgid ""
-"Invalid call to Stage.removeListener(%s) : first arg doesn't cast to an "
-"object"
+"Attempt to call a constructor with %u arguments while only %u are available "
+"on the stack."
 msgstr ""
 
-#: server/asobj/string.cpp:364
-msgid "string.slice() called with end < start"
+#: ../server/vm/ASHandlers.cpp:3393
+msgid "On ActionNewMethod: no object found on stack on ActionMethod"
 msgstr ""
 
-#: server/asobj/string.cpp:427
-msgid "string.charCodeAt needs one argument"
+#: ../server/vm/ASHandlers.cpp:3411
+#, c-format
+msgid "ActionNewMethod: can't find method %s of object %s"
 msgstr ""
 
-#: server/asobj/string.cpp:436
-msgid "string.charCodeAt has more than one argument"
+#: ../server/vm/ASHandlers.cpp:3425
+msgid "ActionNewMethod: method name is undefined, and object is not a function"
 msgstr ""
 
-#: server/asobj/xml.cpp:97 server/asobj/xml.cpp:115
+#: ../server/vm/ASHandlers.cpp:3464
 #, c-format
-msgid "Creating XML data at %p"
+msgid "-- %s instanceof %s (invalid args?)"
 msgstr ""
 
-#: server/asobj/xml.cpp:130
+#: ../server/vm/ASHandlers.cpp:3498
 #, c-format
-msgid "\tCreating XML data at %p"
+msgid "Top of stack not an object %s at ActionEnum2  execution"
 msgstr ""
 
-#: server/asobj/xml.cpp:164
+#: ../server/vm/ASHandlers.cpp:3677
 #, c-format
-msgid "set_member 'loaded' (%s) became boolean %d"
-msgstr ""
+msgid "ActionExtends: Super is not an as_function (%s)"
+msgstr "ActionExtends: Super ist keine as_function (%s)"
 
-#: server/asobj/xml.cpp:178
+#: ../server/vm/ASHandlers.cpp:3682
 #, c-format
-msgid "\tDeleting XML top level node at %p"
+msgid "ActionExtends: Sub is not an as_function (%s)"
+msgstr "ActionExtends: Super ist keine as_function (%s)"
+
+#: ../server/vm/ASHandlers.cpp:3771
+#, c-format
+msgid ""
+"function2 code len (%u) overflows DOACTION tag boundaries (DOACTION tag len="
 msgstr ""
 
-#: server/asobj/xml.cpp:311
-msgid "Can't load XML file"
+#: ../server/vm/ASHandlers.cpp:3871
+#, c-format
+msgid ""
+"ActionTry: reserved:%x doFinally:%d doCatch:%d trySize:%u catchSize:%u "
+"finallySize:%u catchName:%s catchRegister:%u"
 msgstr ""
 
-#: server/asobj/xml.cpp:338
-msgid "XML data is empty"
+#: ../server/vm/ASHandlers.cpp:3898
+msgid "ActionWith tag length != 2; skipping"
 msgstr ""
 
-#: server/asobj/xml.cpp:353
-msgid "Can't parse XML data"
+#: ../server/vm/ASHandlers.cpp:3908
+msgid "Empty with() block..."
 msgstr ""
 
-#: server/asobj/xml.cpp:381
+#: ../server/vm/ASHandlers.cpp:3920
 #, c-format
-msgid "Can't load XML file: %s (security?)"
+msgid "with(%s) : first argument doesn't cast to an object!"
 msgstr ""
 
-#: server/asobj/xml.cpp:386
+#: ../server/vm/ASHandlers.cpp:4053
 #, c-format
-msgid "Loading XML file from url: '%s'"
-msgstr "Lade XML-Datei von URL: '%s'"
+msgid "-------------- local register[%d] = '%s'"
+msgstr ""
 
-#: server/asobj/xml.cpp:397
+#: ../server/vm/ASHandlers.cpp:4060
 #, c-format
-msgid "Can't read XML file %s (stream error %d)"
-msgstr "Kann XML-Datei %s nicht lesen (Stream-Fehler %d)"
+msgid "store_register[%d] -- register out of local registers bounds (0.."
+msgstr ""
 
-#: server/asobj/xml.cpp:408
+#: ../server/vm/ASHandlers.cpp:4069
 #, c-format
-msgid "Can't read XML file %s (%s)"
-msgstr "Kann XML-Datei %s nicht lesen (%s)"
+msgid "-------------- global register[%d] = '%s'"
+msgstr ""
 
-#: server/asobj/xml.cpp:431
+#: ../server/vm/ASHandlers.cpp:4077
 #, c-format
-msgid "%s: FIXME: onLoad Default event handler"
+msgid "store_register[%d] -- register out of global registers bounds!"
 msgstr ""
 
-#: server/asobj/xml.cpp:569
+#: ../server/vm/ASHandlers.cpp:4088
 #, c-format
-msgid "\tCloned the XML object at %p"
+msgid "at SWFHandlers::action_name(%d) call time, _handlers size is "
 msgstr ""
 
-#: server/asobj/xml.cpp:578
+#: ../server/swf/DefineFontAlignZonesTag.cpp:52
 #, c-format
-msgid "First arg given to XML constructor (%s) evaluates to the empty string"
+msgid "DefineFontAlignZones tag references an undefined font %d"
 msgstr ""
 
-#: server/asobj/xml.cpp:603
+#: ../server/swf/DefineFontAlignZonesTag.cpp:66
 #, c-format
-msgid "%s: %d args"
+msgid "  DefinFontAlignZones: font=%d, flags=%d"
 msgstr ""
 
-#: server/asobj/xml.cpp:636
-msgid "no text for element creation"
+#: ../server/swf/DefineFontAlignZonesTag.cpp:70
+msgid "FIXME: DefineFontAlignZoneTag unfinished"
 msgstr ""
 
-#: server/asobj/xml.cpp:665
-msgid "no text for text node creation"
+#: ../server/swf/PlaceObject2Tag.cpp:47
+#, c-format
+msgid "  char_id = %d"
 msgstr ""
 
-#: server/asobj/xml.cpp:791
+#: ../server/swf/PlaceObject2Tag.cpp:48
 #, c-format
-msgid "XML parser: %s"
-msgstr "XML-Parser: %s"
+msgid "  depth = %d (%d)"
+msgstr ""
+
+#: ../server/swf/PlaceObject2Tag.cpp:58 ../server/swf/PlaceObject2Tag.cpp:266
+#: ../server/swf/PlaceObject2Tag.cpp:399
+msgid "  cxform:"
+msgstr ""
 
-#: server/asobj/xmlnode.cpp:83 server/asobj/xmlnode.cpp:95
+#: ../server/swf/PlaceObject2Tag.cpp:75
 #, c-format
-msgid "\tCreating XMLNode data at %p"
+msgid "Reserved field in PlaceObject actions == %u (expected 0)"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:123
+#: ../server/swf/PlaceObject2Tag.cpp:83
 #, c-format
-msgid "\tDeleting XMLNode data %s at %p"
+msgid "  actions: flags = 0x%X"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:151
+#: ../server/swf/PlaceObject2Tag.cpp:103
 #, c-format
-msgid "XMLNode %p has no children"
+msgid ""
+"swf_event::read(), even_length = %u, but only %lu bytes left to the end of "
+"current tag. Breaking for safety."
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:192
+#: ../server/swf/PlaceObject2Tag.cpp:160
+#, c-format
 msgid ""
-"XMLNode.insertBefore(): positional parameter is not a child of this node"
+"swf_event::read() -- unknown / unhandled event type received, flags = 0x%x"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:295
+#: ../server/swf/PlaceObject2Tag.cpp:257
 #, c-format
-msgid ""
-"Stringifying node %p with name %s, value %s, %u attributes and %u children"
+msgid "  PLACEOBJECT2: depth = %d (%d)"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:443
-msgid "XMLNode::appendChild() needs at least one argument"
+#: ../server/swf/PlaceObject2Tag.cpp:258 ../server/swf/PlaceObject2Tag.cpp:391
+#, c-format
+msgid "  char id = %d"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:452
-msgid "First argument to XMLNode::appendChild() is not an XMLNode"
+#: ../server/swf/PlaceObject2Tag.cpp:261 ../server/swf/PlaceObject2Tag.cpp:394
+msgid "  mat:"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:486
+#: ../server/swf/PlaceObject2Tag.cpp:269 ../server/swf/PlaceObject2Tag.cpp:402
 #, c-format
-msgid "XMLNode.insertBefore(%s) needs at least two argument"
+msgid "  ratio: %d"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:496
+#: ../server/swf/PlaceObject2Tag.cpp:270 ../server/swf/PlaceObject2Tag.cpp:403
 #, c-format
-msgid "First argument to XMLNode.insertBefore(%s) is not an XMLNode"
+msgid "  name = %s"
 msgstr ""
 
-#: server/asobj/xmlnode.cpp:507
+#: ../server/swf/PlaceObject2Tag.cpp:271 ../server/swf/PlaceObject2Tag.cpp:405
 #, c-format
-msgid "Second argument to XMLNode.insertBefore(%s) is not an XMLNode"
+msgid "  clip_depth = %d (%d)"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:207
+#: ../server/swf/PlaceObject2Tag.cpp:272 ../server/swf/PlaceObject2Tag.cpp:406
 #, c-format
-msgid ""
-"%s: fd <= 0, returning false (timer not unregistered while socket "
-"disconnected?"
+msgid " m_place_type: %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:222
+#: ../server/swf/PlaceObject2Tag.cpp:390
 #, c-format
-msgid "The socket for fd #%d was interupted by a system call"
+msgid "  PLACEOBJECT3: depth = %d (%d)"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:227 server/asobj/xmlsocket.cpp:403
+#: ../server/swf/PlaceObject2Tag.cpp:404
 #, c-format
-msgid "%s: The socket for fd #%d never was available"
+msgid "  class name = %s"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:243
-#, c-format
-msgid "%s: read %d bytes, first msg terminates at %d"
+#: ../server/swf/PlaceObject2Tag.cpp:500
+msgid "  place_object_2"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:251
+#: ../server/swf/RemoveObjectTag.cpp:70
 #, c-format
-msgid "Packet size is %d at %p"
+msgid "  remove_object_2(%d)"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:259
+#: ../server/swf/StartSoundTag.cpp:56
 #, c-format
-msgid "%d: Pushing Packet of size "
+msgid "start_sound_loader: sound_id %d is not defined"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:259
+#: ../server/swf/StartSoundTag.cpp:70
 #, c-format
-msgid " at %p"
+msgid "StartSound: id=%d, stop = %d, loop ct = %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:302
-#, c-format
-msgid "Throwing out partial packet %s"
+#: ../server/swf/tag_loaders.cpp:211
+msgid "anchor-labeled frame not supported"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:317
-#, c-format
-msgid "%s: Returning %d messages"
+#: ../server/swf/tag_loaders.cpp:216
+msgid "frame_label_loader end position "
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:332
-#, c-format
-msgid "%s: socket not initialized"
+#: ../server/swf/tag_loaders.cpp:236
+msgid "  jpeg_tables_loader"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:339
+#: ../server/swf/tag_loaders.cpp:248
 #, c-format
-msgid "%s: sent %d bytes, data was %s"
+msgid "No bytes to read in JPEGTABLES tag at offset %lu"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:399
+#: ../server/swf/tag_loaders.cpp:298
 #, c-format
 msgid ""
-"%s: The socket for fd #%d was interupted by a system call in this thread"
+"DEFINEBITS: No jpeg loader registered in movie definition - discarding "
+"bitmap character %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:407
+#: ../server/swf/tag_loaders.cpp:325
 #, c-format
-msgid "%s: There is no data in the socket for fd #%d"
+msgid "DEFINEBITS: Duplicate id (%d) for bitmap character - discarding it"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:411
+#: ../server/swf/tag_loaders.cpp:345
 #, c-format
-msgid "%s: There is data in the socket for fd #%d"
+msgid "  define_bits_jpeg2_loader: charid = %d pos = %ld"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:429
+#: ../server/swf/tag_loaders.cpp:359
 #, c-format
-msgid "XMLSocket.connect(%s) called"
+msgid "DEFINEBITSJPEG2: Duplicate id (%d) for bitmap character - discarding it"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:436
-msgid "XMLSocket.connect() called while already connected, ignored"
+#: ../server/swf/tag_loaders.cpp:394
+#, c-format
+msgid "inflate_wrapper() inflateInit() returned %d (%s)"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:455
-msgid "XMLSocket.connect(): calling onConnect"
+#: ../server/swf/tag_loaders.cpp:415
+msgid "inflate_wrapper(): no end of zstream found within swf tag boundaries"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:463
-msgid "Setting up timer for calling XMLSocket.onData()"
+#: ../server/swf/tag_loaders.cpp:438
+#, c-format
+msgid "inflate_wrapper() inflate() returned %d (%s)"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:471
-msgid "Timer set"
+#: ../server/swf/tag_loaders.cpp:447
+#, c-format
+msgid "inflate_wrapper() inflateEnd() return %d (%s)"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:512
+#: ../server/swf/tag_loaders.cpp:464
 #, c-format
-msgid "new XMLSocket(%s) called - created object at %p"
+msgid "  define_bits_jpeg3_loader: charid = %d pos = %lx"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:532
-#, c-format
-msgid "%s: not connected"
-msgstr "%s: Nicht verbunden"
+#: ../server/swf/tag_loaders.cpp:472
+#, fuzzy
+msgid "gnash is not linked to zlib -- can't load jpeg3 image data"
+msgstr ""
+"Gnash ist nicht mit jpeglib verlinkt -- kann jpeg-Bilddaten nicht laden"
 
-#: server/asobj/xmlsocket.cpp:554
+#: ../server/swf/tag_loaders.cpp:528
 #, c-format
-msgid ""
-"Builtin XMLSocket.onData doing nothing as no onXML event is defined on "
-"XMLSocket %p"
+msgid "  defbitslossless2: tag = %d, id = %d, fmt = %d, w = %d, h = %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:563
-msgid "Builtin XMLSocket.onData() needs an argument"
-msgstr ""
+#: ../server/swf/tag_loaders.cpp:537
+msgid "gnash is not linked to zlib -- can't load zipped image data"
+msgstr "Gnash ist nicht mit zlib verlinkt -- kann zip-Bilddaten nicht laden"
 
-#: server/asobj/xmlsocket.cpp:573
+#: ../server/swf/tag_loaders.cpp:643
 #, c-format
 msgid ""
-"Builtin XMLSocket.onData() called with an argument that resolves to the "
-"empty string: %s"
+"DEFINEBITSLOSSLESS: Duplicate id (%d) for bitmap character - discarding it"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:654
-msgid "Still processing data"
+#: ../server/swf/tag_loaders.cpp:773
+#, c-format
+msgid "  FIXME: tagtype = %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:664
-msgid "Got "
+#: ../server/swf/tag_loaders.cpp:788
+#, c-format
+msgid "  shape_loader: id = %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:664
-msgid " messages: "
+#: ../server/swf/tag_loaders.cpp:807
+#, c-format
+msgid "  shape_morph_loader: id = %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:667
-msgid " Message "
+#: ../server/swf/tag_loaders.cpp:856
+#, c-format
+msgid "define_font_info_loader: can't find font w/ id %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:667
+#: ../server/swf/tag_loaders.cpp:877
 #, c-format
-msgid " : %s "
+msgid "define_font_name_loader: can't find font w/ id %d"
 msgstr ""
 
-#: server/asobj/xmlsocket.cpp:695
+#: ../server/swf/tag_loaders.cpp:893
 #, c-format
-msgid "%s: Couldn't find onData"
+msgid "  sprite:  char id = %d"
 msgstr ""
 
-#: server/as_value.cpp:172
-#, c-format
-msgid "[object %p].%s() did not return a string: %s"
+#: ../server/swf/tag_loaders.cpp:901
+msgid "nested DEFINESPRITE tags"
 msgstr ""
 
-#: server/as_value.cpp:179 server/as_value.cpp:339
+#: ../server/swf/tag_loaders.cpp:944
 #, c-format
-msgid "get_member(%s) returned false"
+msgid "  button character loader: char_id = %d"
 msgstr ""
 
-#: server/as_value.cpp:324
+#: ../server/swf/tag_loaders.cpp:968
 #, c-format
-msgid "[object %p].%s() did not return a number: %s"
+msgid "  export: count = %d"
 msgstr ""
 
-#: server/as_value.cpp:504
+#: ../server/swf/tag_loaders.cpp:978
 #, c-format
-msgid ""
-"MovieClip value is a dangling reference: target '%s' not found (should set "
-"to NULL?)"
+msgid "  export: id = %d, name = %s"
 msgstr ""
 
-#: server/button_character_instance.cpp:328
+#: ../server/swf/tag_loaders.cpp:997
 #, c-format
-msgid "Unsupported event for button instance: %s"
+msgid "don't know how to export resource '%s' with id %d (can't find that id)"
 msgstr ""
 
-#: server/button_character_instance.cpp:533
+#: ../server/swf/tag_loaders.cpp:1034
 #, c-format
-msgid "Unhandled button event %s"
+msgid "  import: version = %u, source_url = %s (%s), count = %d"
 msgstr ""
 
-#: server/button_character_instance.cpp:623
+#: ../server/swf/tag_loaders.cpp:1046
 #, c-format
-msgid "Executing actions for button condition %d"
+msgid "Exception: %s"
 msgstr ""
 
-#: server/character.cpp:99
-msgid "Relative drag"
-msgstr ""
+#: ../server/swf/tag_loaders.cpp:1052
+#, c-format
+msgid "can't import movie from url %s"
+msgstr "Kann Film von URL %s nicht importieren"
 
-#: server/character.cpp:163
-msgid ""
-"ActionScript code trying to reference a nonexistent parent with '..'  (a "
-"nonexistent parent probably only occurs in the root MovieClip). Returning a "
-"reference to top parent (probably the root clip)."
-msgstr ""
+#: ../server/swf/tag_loaders.cpp:1061
+msgid "Movie attempts to import symbols from itself."
+msgstr "Der Film versucht, Symbole von sich selbst zu importieren"
 
-#: server/character.cpp:305
+#: ../server/swf/tag_loaders.cpp:1074
 #, c-format
-msgid "Attempt to set _xscale to %g, refused"
+msgid "  import: id = %d, name = %s"
 msgstr ""
 
-#: server/character.cpp:313
+#: ../server/swf/tag_loaders.cpp:1090
 #, c-format
-msgid "Attempt to set _xscale to %g, use 0"
-msgstr ""
+msgid "import error: could not find resource '%s' in movie '%s'"
+msgstr "Import-Fehler: Konnte Resource '%s' in Film '%s' nicht finden!"
 
-#: server/character.cpp:349
+#: ../server/swf/tag_loaders.cpp:1105 ../server/parser/movie_def_impl.cpp:295
 #, c-format
-msgid "Attempt to set _yscale to %g, refused"
+msgid "import error: resource '%s' from movie '%s' has unknown type"
 msgstr ""
 
-#: server/character.cpp:357
+#: ../server/swf/tag_loaders.cpp:1126
 #, c-format
-msgid "Attempt to set _yscale to %g, use 0"
+msgid "edit_text_char, id = %d"
 msgstr ""
 
-#: server/character.cpp:475
-msgid "FIXME: can't set _width on character with null or world bounds"
+#: ../server/swf/tag_loaders.cpp:1144
+#, c-format
+msgid "text_character, id = %d"
 msgstr ""
 
-#: server/character.cpp:486
+#: ../server/swf/tag_loaders.cpp:1196
 #, c-format
-msgid "Setting _width=%g"
+msgid "DEFINESOUNDLOADER: sound sample rate %d (expected 0 to %u"
 msgstr ""
 
-#: server/character.cpp:520
-msgid "FIXME: can't set _height on character with null or world bounds"
+#: ../server/swf/tag_loaders.cpp:1231
+#, c-format
+msgid "define sound: ch=%d, format=%d, rate=%d, 16=%d, stereo=%d, ct=%d"
 msgstr ""
 
-#: server/character.cpp:531
+#: ../server/swf/tag_loaders.cpp:1267
 #, c-format
-msgid "Setting _height=%g"
+msgid ""
+"There is no sound handler currently active, so character with id %d will NOT "
+"be added to the dictionary"
 msgstr ""
 
-#: server/dlist.cpp:332
+#: ../server/swf/tag_loaders.cpp:1317
 #, c-format
-msgid "move_display_object() -- can't find object at depth %d"
+msgid "SOUNDSTREAMHEAD: stream sample rate %d (expected 0 to %u)"
 msgstr ""
 
-#: server/dlist.cpp:688
+#: ../server/swf/tag_loaders.cpp:1372
 #, c-format
-msgid "Item %d at depth %d (char id %d, name %s, type %s"
+msgid ""
+"sound stream head: format=%d, rate=%d, 16=%d, stereo=%d, ct=%d, latency=%d"
 msgstr ""
 
-#: server/edit_text_character.cpp:850
+#: ../server/swf/tag_loaders.cpp:1471
 #, c-format
-msgid "TextField text doesn't fit in its boundaries: width %g, margin %d"
+msgid "VideoFrame tag refers to unknown video stream id %d"
 msgstr ""
 
-#: server/edit_text_character.cpp:909
+#: ../server/swf/tag_loaders.cpp:1481
 #, c-format
-msgid "No font for edit_text_character! [%s:%d]"
-msgstr "Keine Schriftart für edit_text_character! [%s:%d]"
+msgid "VideoFrame tag refers to a non-video character %d (%s)"
+msgstr ""
 
-#: server/edit_text_character.cpp:937
+#: ../server/swf/tag_loaders.cpp:1512
 #, c-format
-msgid "substituting font!  font '%s' has no glyphs, using font '%s'"
+msgid "  file attributes: has_metadata=%s use_network=%s"
 msgstr ""
 
-#: server/edit_text_character.cpp:947
-msgid ""
-"Current font has no glyphs and I couldn't find another font with glyphs... :("
+#: ../server/swf/tag_loaders.cpp:1513 ../server/swf/tag_loaders.cpp:1514
+msgid "true"
 msgstr ""
 
-#: server/edit_text_character.cpp:1072
-#, c-format
-msgid ""
-"%s -- missing glyph for space char (needed for TAB).  Make sure character "
-"shapes for font %s are being exported into your SWF file."
+#: ../server/swf/tag_loaders.cpp:1513 ../server/swf/tag_loaders.cpp:1514
+msgid "false"
 msgstr ""
 
-#: server/edit_text_character.cpp:1111
-#, c-format
+#: ../server/swf/tag_loaders.cpp:1519
 msgid ""
-"%s -- missing glyph for char %d.  Make sure character shapes for font %s are "
-"being exported into your SWF file"
+"FileAttributes tag in the SWF requests that network access is not granted to "
+"this movie (or application?) when loaded from the filesystem. Anyway Gnash "
+"won't care; use white/black listing in your .gnashrc instead"
 msgstr ""
 
-#: server/edit_text_character.cpp:1230
-msgid "registerTextVariable() no-op call (already registered)"
+#: ../server/swf/tag_loaders.cpp:1542
+#, c-format
+msgid ""
+"  metadata = [[\n"
+"%s\n"
+"]]"
 msgstr ""
 
-#: server/edit_text_character.cpp:1238
-msgid "string is empty, consider as registered"
+#: ../server/swf/tag_loaders.cpp:1545
+#, c-format
+msgid "METADATA tag unused: %s"
 msgstr ""
 
-#: server/edit_text_character.cpp:1254
+#: ../server/swf/tag_loaders.cpp:1596
 #, c-format
-msgid "VariableName: %s"
+msgid "  reflex = \"%c%c%c\""
 msgstr ""
 
-#: server/edit_text_character.cpp:1269
+#: ../server/swf/tag_loaders.cpp:1599
 #, c-format
-msgid "Variable text Path: %s, Var: %s"
+msgid "REFLEX tag parsed (\"%c%c%c\") but unused"
 msgstr ""
 
-#: server/edit_text_character.cpp:1282
+#: ../server/swf/tag_loaders.cpp:1621
 #, c-format
-msgid ""
-"VariableName associated to text field refer to an unknown target (%s). It is "
-"possible that the character will be instantiated later in the SWF stream. "
-"Gnash will try to register again on next access."
+msgid "%s tag parsed but not yet used"
 msgstr ""
 
-#: server/edit_text_character.cpp:1297
-#, c-format
-msgid "target sprite (%p) does have a member named %s"
+#: ../server/parser/abc_block.cpp:53 ../server/parser/abc_block.cpp:115
+msgid "ABC: Finalizing trait yielded bad type for slot.\n"
 msgstr ""
 
-#: server/edit_text_character.cpp:1304
-#, c-format
-msgid ""
-"target sprite (%p) does NOT have a member named %s (no problem, we'll add it)"
+#: ../server/parser/abc_block.cpp:167
+msgid "ABC: Bad name for trait.\n"
 msgstr ""
 
-#: server/fill_style.cpp:132
-msgid "num gradients 0"
+#: ../server/parser/abc_block.cpp:172
+msgid "ABC: Trait name must be fully qualified.\n"
 msgstr ""
 
-#: server/fill_style.cpp:141
-#, c-format
-msgid "Unexpected num gradients (%d), expected 1 to 8"
+#: ../server/parser/abc_block.cpp:209 ../server/parser/abc_block.cpp:232
+msgid "Bad method id in trait.\n"
 msgstr ""
 
-#: server/fill_style.cpp:190
-#, c-format
-msgid ""
-"Bitmap fill specifies '%d' as associated bitmap character id, but that "
-"character is not found in the Characters Dictionary. It seems common to find "
-"such  malformed SWF, so we'll only warn once about this."
+#: ../server/parser/abc_block.cpp:221
+msgid "Bad Class id in trait.\n"
 msgstr ""
 
-#: server/fill_style.cpp:246
-#, c-format
-msgid "Unknown fill style %d"
+#: ../server/parser/abc_block.cpp:240
+msgid "ABC: Unknown type of trait.\n"
 msgstr ""
 
-#: server/fill_style.cpp:282
+#: ../server/parser/abc_block.cpp:310
 #, c-format
-msgid ""
-"First gradient in a fill_style have position==%d (expected 0). This seems to "
-"be common, so will warn only once."
+msgid "Abc Version: %d.%d\n"
 msgstr ""
 
-#: server/fill_style.cpp:318
-#, c-format
-msgid "two gradients in a fill_style have the same position/ratio: %d"
+#: ../server/parser/abc_block.cpp:409
+msgid "ABC: Out of bounds string given for namespace.\n"
 msgstr ""
 
-#: server/font.cpp:139
-msgid "reading DefineFont"
+#: ../server/parser/abc_block.cpp:452
+msgid "ABC: Out of bounds namespace for namespace set.\n"
 msgstr ""
 
-#: server/font.cpp:189
-msgid "reading DefineFont2 or DefineFont3"
+#: ../server/parser/abc_block.cpp:522 ../server/parser/abc_block.cpp:537
+msgid "ABC: 0 selection for namespace set is invalid.\n"
 msgstr ""
 
-#: server/font.cpp:224 server/font.cpp:239
+#: ../server/parser/abc_block.cpp:549
 #, c-format
-msgid "Glyph %d at offset %u"
+msgid "Action Block: Unknown multiname type (%d).\n"
 msgstr ""
 
-#: server/font.cpp:275
-msgid "Bad offset in DefineFont2"
+#: ../server/parser/abc_block.cpp:556
+msgid "ABC: Out of bounds string for Multiname.\n"
 msgstr ""
 
-#: server/font.cpp:342
-msgid "Repeated kerning pair found - ignoring"
+#: ../server/parser/abc_block.cpp:561
+msgid "ABC: Out of bounds namespace for Multiname.\n"
 msgstr ""
 
-#: server/font.cpp:364
-msgid "DefineFontInfo2 partially implemented"
+#: ../server/parser/abc_block.cpp:566
+msgid "ABC: Out of bounds namespace set for Multiname.\n"
 msgstr ""
 
-#: server/font.cpp:395
-#, c-format
-msgid "reading code table at offset %lu"
+#: ../server/parser/abc_block.cpp:597 ../server/parser/abc_block.cpp:607
+#: ../server/parser/abc_block.cpp:617 ../server/parser/abc_block.cpp:627
+msgid "Action Block: Bad index in optional argument.\n"
 msgstr ""
 
-#: server/font.cpp:429
-#, c-format
-msgid "get_glyph_index(%u) returning %d"
+#: ../server/parser/abc_block.cpp:637
+msgid "ABC: Bad index in optional argument, namespaces.\n"
 msgstr ""
 
-#: server/font.cpp:436
+#: ../server/parser/abc_block.cpp:659
 #, c-format
-msgid "get_glyph_index(%u) returning -1"
+msgid "ABC: Bad default value type (%X), but continuing.\n"
 msgstr ""
 
-#: server/font.cpp:456
-#, c-format
-msgid "empty advance table in font %s"
+#: ../server/parser/abc_block.cpp:686
+msgid "ABC: Out of bounds return type for method info.\n"
 msgstr ""
 
-#: server/font.cpp:523
-msgid ""
-"error reading cache file in font::input_cached_data(): glyph count mismatch"
+#: ../server/parser/abc_block.cpp:693
+msgid "ABC: Unknown return type.\n"
 msgstr ""
 
-#: server/impl.cpp:89
-#, c-format
-msgid "Base url set to: %s"
-msgstr "Setze Basis-URL auf: %s"
+#: ../server/parser/abc_block.cpp:705
+msgid "ABC: Out of bounds parameter type in method.\n"
+msgstr ""
 
-#: server/impl.cpp:254
-#, c-format
-msgid "get_movie_info(): can't open '%s'"
-msgstr "get_movie_info(): kann '%s' nicht öffnen"
+#: ../server/parser/abc_block.cpp:711
+msgid "ABC: Unknown parameter type.\n"
+msgstr ""
 
-#: server/impl.cpp:269
-#, c-format
-msgid "get_movie_info(): file '%s' does not start with a SWF header"
+#: ../server/parser/abc_block.cpp:785
+msgid "ABC: Out of bounds instance name.\n"
 msgstr ""
 
-#: server/impl.cpp:279
-msgid ""
-"get_movie_info(): can't read zipped SWF data; TU_CONFIG_LINK_TO_ZLIB is 0"
+#: ../server/parser/abc_block.cpp:791
+msgid "ABC: QName required for instance.\n"
 msgstr ""
 
-#: server/impl.cpp:339
-msgid "Can't read jpeg"
-msgstr "Kann jpeg nicht lesen!"
+#: ../server/parser/abc_block.cpp:796
+msgid "ABC: No namespace to use for storing class.\n"
+msgstr ""
 
-#: server/impl.cpp:364
-msgid "Can't read file header"
-msgstr "Kann Kopfteil der Datei nicht lesen!"
+#: ../server/parser/abc_block.cpp:807
+msgid "Duplicate class registration.\n"
+msgstr ""
 
-#: server/impl.cpp:441
-msgid ""
-"Requested to keep from completely loading a movie, but the movie in question "
-"is a jpeg, for which we don't yet have the concept of a 'loading thread'"
+#: ../server/parser/abc_block.cpp:817
+msgid "ABC: Out of bounds super type.\n"
 msgstr ""
 
-#: server/impl.cpp:450
+#: ../server/parser/abc_block.cpp:829
 #, c-format
-msgid "unknown file type (%s)"
-msgstr "unbekannter Dateityp (%s)"
+msgid "ABC: Super type not found (%s), faking.\n"
+msgstr ""
 
-#: server/impl.cpp:466
-#, c-format
-msgid "failed to open '%s'; can't create movie"
-msgstr "Konnte '%s' nicht öffnen. Kann Film nicht erstellen"
+#: ../server/parser/abc_block.cpp:840
+msgid "ABC: Can't extend a class which is final.\n"
+msgstr ""
 
-#: server/impl.cpp:471
-#, c-format
-msgid "streamProvider opener can't open '%s'"
-msgstr "streamProvider opener kann '%s' nicht öffnen"
+#: ../server/parser/abc_block.cpp:846
+msgid "ABC: Can't extend an interface type.\n"
+msgstr ""
 
-#: server/impl.cpp:490
-#, c-format
-msgid "note: couldn't open cache file '%s'"
-msgstr "Bemerkung: Konnte Cache-Datei '%s' nicht öffnen"
+#: ../server/parser/abc_block.cpp:852
+msgid "ABC: Class cannot be its own supertype.\n"
+msgstr ""
 
-#: server/impl.cpp:499
-#, c-format
-msgid "Loading cache file %s"
-msgstr "Lade Cache-Datei %s"
+#: ../server/parser/abc_block.cpp:875
+msgid "ABC: Out of bounds namespace for protected.\n"
+msgstr ""
 
-#: server/impl.cpp:627
-msgid "extern movie deleted"
+#: ../server/parser/abc_block.cpp:894
+msgid "ABC: Out of bounds name for interface.\n"
 msgstr ""
 
-#: server/impl.cpp:677
-#, c-format
-msgid "Movie %s already in library"
-msgstr "Film %s bereits in der Bibliothek"
+#: ../server/parser/abc_block.cpp:901
+msgid "ABC: Can't implement a non-interface type.\n"
+msgstr ""
 
-#: server/impl.cpp:693
-#, c-format
-msgid "Couldn't load library movie '%s'"
+#: ../server/parser/abc_block.cpp:913
+msgid "ABC: Out of bounds method for initializer.\n"
 msgstr ""
 
-#: server/impl.cpp:700
-#, c-format
-msgid "Movie %s (SWF%d) added to library"
+#: ../server/parser/abc_block.cpp:946
+msgid "ABC: Out of bound static constructor for class.\n"
 msgstr ""
 
-#: server/impl.cpp:739
-#, c-format
-msgid "%s: couldn't create instance"
+#: ../server/parser/abc_block.cpp:981
+msgid "ABC: Out of bounds method for script.\n"
 msgstr ""
 
-#: server/impl.cpp:791
-msgid "precompute_cached_data can't create instance of movie"
+#: ../server/parser/abc_block.cpp:1012
+msgid "ABC: Out of bounds for method body.\n"
 msgstr ""
 
-#: server/impl.cpp:840
-msgid "loop back; jumping to frame "
+#: ../server/parser/abc_block.cpp:1017
+msgid "ABC: Only one body per method.\n"
 msgstr ""
 
-#: server/parser/action_buffer.cpp:105
-msgid "process_decl_dict("
+#: ../server/parser/abc_block.cpp:1038
+#, c-format
+msgid "ABC: Not enough method body. Wanted %d but got %d.\n"
 msgstr ""
 
-#: server/parser/action_buffer.cpp:105
-msgid ", "
+#: ../server/parser/abc_block.cpp:1061
+msgid "ABC: Out of bound type for exception.\n"
 msgstr ""
 
-#: server/parser/action_buffer.cpp:105
+#: ../server/parser/abc_block.cpp:1073
 #, c-format
-msgid ""
-"): decl_dict was already processed at %d. Skipping (or maybe we should "
-"append, or replace?)."
+msgid "ABC: Unknown type of object to catch. (%s)\n"
 msgstr ""
 
-#: server/parser/action_buffer.cpp:133
-msgid "action buffer dict length exceeded"
+#: ../server/parser/abc_block.cpp:1092
+msgid "ABC: Out of bound name for caught exception.\n"
 msgstr ""
 
-#: server/parser/BitmapMovieDefinition.cpp:64
+#: ../server/parser/action_buffer.cpp:96
 #, c-format
-msgid "Creating a shape_definition wrapping a %g x %g bitmap"
+msgid "Action buffer starting at offset %lu doesn't end witn an END tag"
 msgstr ""
 
-#: server/parser/button_character_def.cpp:58
-msgid "-- actions in button\n"
+#: ../server/parser/action_buffer.cpp:119
+msgid "process_decl_dict("
 msgstr ""
 
-#: server/parser/button_character_def.cpp:99
-#, c-format
-msgid ""
-"button record refer to character with id %d, which is not found in the chars "
-"dictionary"
+#: ../server/parser/action_buffer.cpp:148
+msgid "action buffer dict length exceeded"
 msgstr ""
 
-#: server/parser/button_character_def.cpp:225
-msgid "button sound options: "
+#: ../server/parser/action_buffer.cpp:496
+msgid "Native floating point format not recognised"
 msgstr ""
 
-#: server/parser/button_character_def.cpp:275
-#, c-format
-msgid "Next Button2 actionOffset (%u) points past the end of tag"
+#: ../server/parser/action_buffer.cpp:572
+msgid "Native double floating point format not recognised"
 msgstr ""
 
-#: server/parser/button_character_def.cpp:301
+#: ../server/parser/BitmapMovieDefinition.cpp:67
 #, c-format
-msgid ""
-"Next action offset (%u) in Button2ActionConditions points past the end of tag"
+msgid "Creating a shape_definition wrapping a %g x %g bitmap"
+msgstr ""
+
+#: ../server/parser/button_character_def.cpp:55
+msgid "Premature end of button action input: can't read conditions"
+msgstr ""
+
+#: ../server/parser/button_character_def.cpp:63
+msgid "-- actions in button"
+msgstr ""
+
+#: ../server/parser/button_character_def.cpp:106
+msgid "   premature end of button record input stream, can't read character id"
 msgstr ""
 
-#: server/parser/edit_text_character_def.cpp:120
+#: ../server/parser/button_character_def.cpp:120
 #, c-format
-msgid "error: text style with undefined font; font_id = %d"
+msgid ""
+"   button record refer to character with id %d, which is not found in the "
+"chars dictionary"
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:243
+#: ../server/parser/button_character_def.cpp:128
 #, c-format
-msgid "morph fill style type = 0x%X"
+msgid "   button record for states %x contain character %d (%s)"
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:253
-msgid "morph fill style begin color: "
+#: ../server/parser/button_character_def.cpp:137
+msgid ""
+"   premature end of button record input stream, can't read button layer "
+"(depth?)"
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:255
-msgid "morph fill style end color: "
+#: ../server/parser/button_character_def.cpp:257
+msgid "Premature end of DEFINEBUTTON tag, won't read actions"
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:303
+#: ../server/parser/button_character_def.cpp:293
 #, c-format
-msgid "morph fsr: num_gradients = %d"
+msgid "Next Button2 actionOffset (%u) points past the end of tag (%lu)"
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:319
+#: ../server/parser/button_character_def.cpp:347
 #, c-format
-msgid "morph fsr bitmap_char = %d"
+msgid ""
+"Next action offset (%u) in Button2ActionConditions points past the end of tag"
+msgstr ""
+
+#: ../server/parser/button_character_def.cpp:378
+msgid "Attempt to redefine button sound ignored"
+msgstr ""
+
+#: ../server/parser/button_character_def.cpp:386
+msgid "button sound options: "
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:387
-msgid "Different number of paths in start ("
+#: ../server/parser/button_character_def.cpp:399
+#, c-format
+msgid "sound tag not found, sound_id=%d, button state #=%i"
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:388
-msgid ") and end ("
+#: ../server/parser/filter_factory.cpp:93
+#, c-format
+msgid "Invalid filter type %d."
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:389
-msgid ") shapes of a morph"
+#: ../server/parser/filter_factory.cpp:103
+#, c-format
+msgid "Filter %d could not read."
 msgstr ""
 
-#: server/parser/morph2_character_def.cpp:395
+#: ../server/parser/morph2_character_def.cpp:287
 #, c-format
 msgid "Different number of edges in start (%u) and end (%u) shapes of a morph"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:280
+#: ../server/parser/movie_def_impl.cpp:278
 #, c-format
 msgid "import error: resource '%s' is not exported from movie '%s'"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:297 server/swf/tag_loaders.cpp:1081
-#, c-format
-msgid "import error: resource '%s' from movie '%s' has unknown type"
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:326
+#: ../server/parser/movie_def_impl.cpp:325
 #, c-format
 msgid "get_character_def(): character_id %d is still waiting to be imported"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:348
+#: ../server/parser/movie_def_impl.cpp:351
 #, c-format
 msgid "get_font(): font_id %d is still waiting to be imported"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:395
+#: ../server/parser/movie_def_impl.cpp:401
 #, c-format
-msgid "Add sound sample %d"
+msgid "Add sound sample %d assigning id %d"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:423
+#: ../server/parser/movie_def_impl.cpp:431
 msgid "gnash::movie_def_impl::read() -- file does not start with a SWF header"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:430
+#: ../server/parser/movie_def_impl.cpp:438
 #, c-format
 msgid "version = %d, file_length = %d"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:436
+#: ../server/parser/movie_def_impl.cpp:444
 #, c-format
 msgid "SWF%d is not fully supported, trying anyway but don't expect it to work"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:443
+#: ../server/parser/movie_def_impl.cpp:451
 msgid ""
-"movie_def_impl::read(): unable to read zipped SWF data; "
-"TU_CONFIG_LINK_TO_ZLIB is 0"
+"movie_def_impl::read(): unable to read zipped SWF data; gnash was compiled "
+"without zlib support"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:449
+#: ../server/parser/movie_def_impl.cpp:456
 msgid "file is compressed"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:477
+#: ../server/parser/movie_def_impl.cpp:490
 #, c-format
 msgid "frame rate = %f, frames = "
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:505
+#: ../server/parser/movie_def_impl.cpp:518
 msgid "Could not start loading thread"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:657
-msgid "cache file does not have the correct format; skipping"
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:663
-#, c-format
-msgid "cached data is version %d, but we require version %d; skipping"
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:678
-msgid "error reading cache file (characters); skipping"
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:683
-msgid "unexpected eof reading cache file (characters); skipping"
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:698
-msgid ""
-"sync error in cache file (reading characters).  Skipping rest of cache data."
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:732
+#: ../server/parser/movie_def_impl.cpp:636
 #, c-format
 msgid "Character %d @ %p"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:744
+#: ../server/parser/movie_def_impl.cpp:648
 #, c-format
 msgid "Could not find char %d, dump is:"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:782
+#: ../server/parser/movie_def_impl.cpp:686
 #, c-format
 msgid "Ensure load of frame %u/%u (last loaded is: %u)"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:787
+#: ../server/parser/movie_def_impl.cpp:691
 msgid "Could not advance to frame "
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:796
+#: ../server/parser/movie_def_impl.cpp:700
 #, c-format
 msgid ""
 "No more frames to load. Framecount: %u, Lastloaded: %u, next to load: %u"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:852
+#: ../server/parser/movie_def_impl.cpp:750
+msgid ""
+"Hit stream-end tag, but not at the advertised SWF end; stopping for safety."
+msgstr ""
+
+#: ../server/parser/movie_def_impl.cpp:776
 #, c-format
 msgid ""
 "last expected SHOWFRAME in SWF stream '%s' isn't followed by an END (%d)."
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:871
+#: ../server/parser/movie_def_impl.cpp:795
 #, c-format
 msgid "*** no tag loader for type %d (movie)"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:889
-msgid ""
-"Hit stream-end tag, but not at the advertised SWF end; stopping for safety."
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:905
+#: ../server/parser/movie_def_impl.cpp:816
 #, c-format
 msgid "Parsing exception: %s"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:911
-msgid " action blocks and "
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:911
-msgid " init action blocks are NOT followed by a SHOWFRAME tag"
+#: ../server/parser/movie_def_impl.cpp:823
+msgid " control tags are NOT followed by a SHOWFRAME tag"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:921
+#: ../server/parser/movie_def_impl.cpp:832
 msgid " frames advertised in header, but only "
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:921
-msgid " SHOWFRAME tags found in stream. Updating total frames count"
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:947
+#: ../server/parser/movie_def_impl.cpp:861
 #, c-format
 msgid "number of SHOWFRAME tags in SWF stream '%s' ("
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:949
-msgid ") exceeds the advertised number in header ("
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:951
-msgid ")."
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:960
+#: ../server/parser/movie_def_impl.cpp:873
 #, c-format
 msgid "Loaded frame %u/%u"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:990
+#: ../server/parser/movie_def_impl.cpp:906
 #, c-format
 msgid "get_exported_resource called, frame count=%u"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:1026
-msgid "frame load advancement (from "
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:1027
-msgid " to "
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:1027 server/parser/sprite_definition.h:314
-msgid ")"
+#: ../server/parser/movie_def_impl.cpp:946
+msgid "looking for exported resource: frame load advancement (from "
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:1036
+#: ../server/parser/movie_def_impl.cpp:957
 #, c-format
 msgid ""
 "No frame progress in movie %s after %lu milliseconds (%lu microseconds = %lu "
 "iterations), giving up on get_exported_resource(%s): circular IMPORTS?"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:1050
+#: ../server/parser/movie_def_impl.cpp:972
 #, c-format
-msgid "no frame progress at iteration %lu"
+msgid "No frame progress at iteration %lu of get_exported_resource(%s)"
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:1057
+#: ../server/parser/movie_def_impl.cpp:983
 #, c-format
-msgid "At end of stream, still no '%s' symbol found in m_exports ("
-msgstr ""
-
-#: server/parser/movie_def_impl.cpp:1058
-msgid " entries in it, follow)"
+msgid "At end of stream, still no '%s' symbol found in _exportedResources ("
 msgstr ""
 
-#: server/parser/movie_def_impl.cpp:1064
+#: ../server/parser/movie_def_impl.cpp:995
 #, c-format
 msgid ""
-"We haven't finished loading (loading frame %u), and m_exports.get returned "
-"no entries, sleeping a bit and trying again"
+"We haven't finished loading (loading frame %u), and _exportedResources.get "
+"returned no entries, sleeping a bit and trying again"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:85
+#: ../server/parser/shape_character_def.cpp:94
 #, c-format
 msgid "  read_fill_styles: count = %u"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:120
+#: ../server/parser/shape_character_def.cpp:124
 #, c-format
 msgid "  read_line_styles: count = %d"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:130
+#: ../server/parser/shape_character_def.cpp:135
 #, c-format
 msgid "  read_line_styles: count2 = %d"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:180
+#: ../server/parser/shape_character_def.cpp:189
 #, c-format
 msgid "  bound rect: %s"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:192
+#: ../server/parser/shape_character_def.cpp:225
 #, c-format
 msgid "  shape_character_def read: nfillbits = %d, nlinebits = %d"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:249
+#: ../server/parser/shape_character_def.cpp:301
+#, c-format
+msgid "  shape_character read: moveto %d %d"
+msgstr ""
+
+#: ../server/parser/shape_character_def.cpp:324
+#, c-format
+msgid ""
+"Invalid fill style %d in fillStyle0Change record for font tag (0 or 1 "
+"valid). Set to 0."
+msgstr ""
+
+#: ../server/parser/shape_character_def.cpp:334
 #, c-format
-msgid "  shape_character read: moveto %4g %4g"
+msgid "Invalid fill style %d in fillStyle0Change record - "
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:268
+#: ../server/parser/shape_character_def.cpp:343
 #, c-format
 msgid "  shape_character read: fill0 (left) = %d"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:288
+#: ../server/parser/shape_character_def.cpp:367
+#, c-format
+msgid ""
+"Invalid fill style %d in fillStyle1Change record for font tag (0 or 1 "
+"valid). Set to 0."
+msgstr ""
+
+#: ../server/parser/shape_character_def.cpp:377
+#, c-format
+msgid "Invalid fill style %d in fillStyle1Change record - "
+msgstr ""
+
+#: ../server/parser/shape_character_def.cpp:385
 #, c-format
 msgid "  shape_character read: fill1 (right) = %d"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:308
+#: ../server/parser/shape_character_def.cpp:407
+#, c-format
+msgid ""
+"Invalid line style %d in lineStyleChange record for font tag (0 or 1 valid). "
+"Set to 0."
+msgstr ""
+
+#: ../server/parser/shape_character_def.cpp:417
+#, c-format
+msgid "Invalid fill style %d in lineStyleChange record - "
+msgstr ""
+
+#: ../server/parser/shape_character_def.cpp:425
 #, c-format
 msgid "  shape_character_read: line = %d"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:319
+#: ../server/parser/shape_character_def.cpp:442
 msgid "  shape_character read: more fill styles"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:355
+#: ../server/parser/shape_character_def.cpp:477
 #, c-format
-msgid "  shape_character read: curved edge   = %4g %4g - %4g %4g - %4g %4g"
+msgid "  shape_character read: curved edge   = %d %d - %d %d - %d %d"
 msgstr ""
 
-#: server/parser/shape_character_def.cpp:386
+#: ../server/parser/shape_character_def.cpp:507
 #, c-format
-msgid "  shape_character_read: straight edge = %4g %4g - %4g %4g"
+msgid "  shape_character_read: straight edge = %d %d - %d %d"
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:42
+#: ../server/parser/sprite_definition.cpp:45
 #, c-format
 msgid "Instantiating sprite_def %p"
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:81
+#: ../server/parser/sprite_definition.cpp:76
 msgid "  frames = "
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:95
+#: ../server/parser/sprite_definition.cpp:90
 msgid "DefineSprite tag inside sprite definition"
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:106
+#: ../server/parser/sprite_definition.cpp:105
 msgid "  show_frame "
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:107
-#: server/parser/sprite_definition.h:314 server/sprite_instance.cpp:1665
-#: server/sprite_instance.cpp:2293 server/sprite_instance.cpp:2317
-#: server/vm/ActionExec.cpp:429
-msgid "/"
-msgstr ""
-
-#: server/parser/sprite_definition.cpp:108
-msgid " (sprite)"
-msgstr ""
-
-#: server/parser/sprite_definition.cpp:121
+#: ../server/parser/sprite_definition.cpp:120
 msgid ""
-"last SHOWFRAME of a DEFINESPRITE tag isn't followed by an END. Seeking to "
-"next END tag."
+"last SHOWFRAME of a DEFINESPRITE tag isn't followed by an END. Stopping for "
+"safety."
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:142
+#: ../server/parser/sprite_definition.cpp:140
 #, c-format
 msgid "*** no tag loader for type %d (sprite)"
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:150
+#: ../server/parser/sprite_definition.cpp:148
 msgid "  -- sprite END --"
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:208
+#: ../server/parser/sprite_definition.cpp:203
 #, c-format
 msgid "Registered class %p for sprite_def %p"
 msgstr ""
 
-#: server/parser/sprite_definition.cpp:210
+#: ../server/parser/sprite_definition.cpp:205
 msgid " Exported interface: "
 msgstr ""
 
-#: server/parser/sprite_definition.h:159
-msgid "add_font tag appears in sprite tags"
+#: ../server/parser/text_character_def.cpp:30
+#, c-format
+msgid "begin text records for text_character_def %p"
 msgstr ""
 
-#: server/parser/sprite_definition.h:180
-msgid "add_bitmap_character_def appears in sprite tags"
+#: ../server/parser/text_character_def.cpp:44
+msgid "end text records"
 msgstr ""
 
-#: server/parser/sprite_definition.h:194
-msgid "add sam appears in sprite tags"
+#: ../server/parser/text_character_def.cpp:63
+msgid "  text style change"
 msgstr ""
 
-#: server/parser/sprite_definition.h:217
-msgid "Can't export from sprite"
+#: ../server/parser/text_character_def.cpp:75
+#, c-format
+msgid "  has_font: font id = %d (%p)"
 msgstr ""
 
-#: server/parser/sprite_definition.h:246
-msgid "add_character tag appears in sprite tags"
+#: ../server/parser/text_character_def.cpp:90
+msgid "  has_color"
 msgstr ""
 
-#: server/parser/sprite_definition.h:276
-msgid "sprite_definition::add_init_action called!  Ignored"
+#: ../server/parser/text_character_def.cpp:98
+#, c-format
+msgid "  has_x_offset = %g"
 msgstr ""
 
-#: server/parser/sprite_definition.h:312
-msgid "sprite_definition: loading of frame "
+#: ../server/parser/text_character_def.cpp:111
+#, c-format
+msgid "  has_y_offset = %g"
 msgstr ""
 
-#: server/parser/sprite_definition.h:313
-msgid " requested (we are at "
+#: ../server/parser/text_character_def.cpp:123
+#, c-format
+msgid "  text_height = %g"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:29
-msgid "begin text records"
+#: ../server/parser/text_character_def.cpp:147
+#, c-format
+msgid "  glyph_records: count = %d"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:43
-msgid "end text records"
+#: ../server/parser/text_character_def.cpp:151
+#, c-format
+msgid "   glyph%d: index=%d, advance=%g"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:62
-msgid "  text style change"
+#: ../server/parser/video_stream_def.cpp:168
+#, c-format
+msgid "No video data available for frame %d."
 msgstr ""
 
-#: server/parser/text_character_def.cpp:71
+#: ../server/parser/video_stream_def.cpp:201
 #, c-format
-msgid "  has_font: font id = %d"
+msgid "Mulitple video frames defined for frame %u"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:86
-msgid "  has_color"
+#: ../server/asobj/AsBroadcaster.cpp:152
+msgid "AsBroadcaster.initialize() requires one argument, none given"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:94
+#: ../server/asobj/AsBroadcaster.cpp:162
 #, c-format
-msgid "  has_x_offset = %g"
+msgid "AsBroadcaster.initialize(%s): first arg is not an object"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:107
+#: ../server/asobj/AsBroadcaster.cpp:195 ../server/asobj/AsBroadcaster.cpp:252
+#: ../server/asobj/AsBroadcaster.cpp:326
 #, c-format
-msgid "  has_y_offset = %g"
+msgid "%p.addListener(%s): this object has no _listeners member"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:119
+#: ../server/asobj/AsBroadcaster.cpp:206 ../server/asobj/AsBroadcaster.cpp:263
+#: ../server/asobj/AsBroadcaster.cpp:337
 #, c-format
-msgid "  text_height = %g"
+msgid "%p.addListener(%s): this object's _listener isn't an object: %s"
 msgstr ""
 
-#: server/parser/text_character_def.cpp:142
+#: ../server/asobj/AsBroadcaster.cpp:220
 #, c-format
-msgid "  glyph_records: count = %d"
+msgid ""
+"%p.addListener(%s): this object's _listener isn't an array: %s -- will call "
+"'push' on it anyway"
 msgstr ""
 
-#: server/PropertyList.cpp:93
+#: ../server/asobj/AsBroadcaster.cpp:280 ../server/asobj/AsBroadcaster.cpp:348
 #, c-format
-msgid "Property %s is read-only, not setting it to %s"
+msgid "%p.addListener(%s): this object's _listener isn't an array: %s"
 msgstr ""
 
-#: server/sprite_instance.cpp:138
+#: ../server/asobj/Color.cpp:205
 #, c-format
 msgid ""
-"attachMovie called with wrong number of arguments expected 3 to 4, got (%d) "
-"- returning undefined"
+"Color.getTransform(%s) : no or unloaded sprite associated with the Color "
+"object"
+msgstr ""
+
+#: ../server/asobj/Color.cpp:237
+msgid "Color.setRGB() : missing argument"
+msgstr ""
+
+#: ../server/asobj/Color.cpp:281
+msgid "Color.setTransform() : missing argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:152
+#: ../server/asobj/Color.cpp:291
 #, c-format
-msgid "attachMovie: '%s': no such exported resource - returning undefined"
+msgid "Color.setTransform(%s) : first argument doesn't cast to an object"
 msgstr ""
 
-#: server/sprite_instance.cpp:162
+#: ../server/asobj/Color.cpp:301
 #, c-format
 msgid ""
-"attachMovie: exported resource '%s' is not a movie definition (%s) -- "
-"returning undefined"
+"Color.setTransform(%s) : no or unloaded sprite associated with the Color "
+"object"
 msgstr ""
 
-#: server/sprite_instance.cpp:186
+#: ../server/asobj/Color.cpp:365
 #, c-format
-msgid "Could not attach character at depth %d"
+msgid "new Color(%s) : first argument doesn't evaluate or point to a MovieClip"
 msgstr ""
 
-#: server/sprite_instance.cpp:205
-#, c-format
-msgid "Fourth argument of attachMovie doesn't cast to an object (%s)"
+#: ../server/asobj/Date.cpp:466
+msgid "Date constructor called with more than 7 arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:240
-#, c-format
-msgid "createEmptyMovieClip needs 2 args, but %d given, returning undefined"
+#: ../server/asobj/Date.cpp:493
+msgid "Date() failed to initialise from arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:250
-#, c-format
-msgid "createEmptyMovieClip takes 2 args, but %d given, discarding the excess"
+#: ../server/asobj/Date.cpp:700
+msgid "Date.setTime needs one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:288
-#, c-format
-msgid "%s.swapDepths() needs one arg"
+#: ../server/asobj/Date.cpp:707
+msgid "Date.setTime was called with more than one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:297
-#, c-format
-msgid "%s.swapDepths(%s): won't swap a clip below depth %d (%d)"
+#: ../server/asobj/Date.cpp:757
+msgid "Failed to set a date."
+msgstr "Konnte kein Datum setzen"
+
+#: ../server/asobj/Date.cpp:794
+msgid "utc_tm_msec_to_date failed to convert a date"
 msgstr ""
 
-#: server/sprite_instance.cpp:309
-#, c-format
-msgid "%s.swapDepths(%s): this sprite has no parent, swapping depth of root?"
+#: ../server/asobj/Date.cpp:868
+msgid "Date.setFullYear needs one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:327
-#, c-format
-msgid "%s.swapDepths(%s): invalid call, swapping to self?"
+#: ../server/asobj/Date.cpp:884
+msgid "Date.setFullYear was called with more than three arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:337
-#, c-format
-msgid ""
-"%s.swapDepths(%s): invalid call, the two characters don't have the same "
-"parent"
+#: ../server/asobj/Date.cpp:913
+msgid "Date.setYear needs one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:354
-#, c-format
-msgid ""
-"%s.swapDepths(%s): first argument invalid (neither a sprite nor a number)"
+#: ../server/asobj/Date.cpp:933
+msgid "Date.setYear was called with more than three arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:389
-msgid "MovieClip.duplicateMovieClip() needs 2 or 3 args"
+#: ../server/asobj/Date.cpp:961
+msgid "Date.setMonth needs one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:420
-msgid "sprite_goto_and_play needs one arg"
+#: ../server/asobj/Date.cpp:990
+msgid "Date.setMonth was called with more than three arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:439
-msgid "sprite_goto_and_stop needs one arg"
+#: ../server/asobj/Date.cpp:1009
+msgid "Date.setDate needs one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:503
-#, c-format
-msgid ""
-"MovieClip.loadMovie() expected 1 or 2 args, got %d - returning undefined"
+#: ../server/asobj/Date.cpp:1023
+msgid "Date.setDate was called with more than one argument"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1047
+msgid "Date.setHours needs one argument"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1065
+msgid "Date.setHours was called with more than four arguments"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1087
+msgid "Date.setMinutes needs one argument"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1104 ../server/asobj/Date.cpp:1142
+msgid "Date.setMinutes was called with more than three arguments"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1124
+msgid "Date.setSeconds needs one argument"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1158
+msgid "Date.setMilliseconds needs one argument"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1168
+msgid "Date.setMilliseconds was called with more than one argument"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1257
+msgid "Date.UTC needs one argument"
+msgstr ""
+
+#: ../server/asobj/Date.cpp:1277
+msgid "Date.UTC was called with more than 7 arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:515
+#: ../server/asobj/Global.cpp:85 ../server/asobj/string.cpp:44
 #, c-format
-msgid ""
-"First argument of MovieClip.loadMovie(%s) evaluates to an empty string - "
-"returning undefined"
+msgid "%s needs one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:528
+#: ../server/asobj/Global.cpp:91 ../server/asobj/string.cpp:50
 #, c-format
-msgid ""
-"second argument of MovieClip.loadMovie(%s, <variables>) will be discarded"
+msgid "%s has more than one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:551
+#: ../server/asobj/Global.cpp:195
 #, c-format
-msgid ""
-"MovieClip.loadVariables() expected 1 or 2 args, got %d - returning undefined"
+msgid "%s needs at least one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:563
+#: ../server/asobj/Global.cpp:201
 #, c-format
-msgid ""
-"First argument passed to MovieClip.loadVariables(%s) evaluates to an empty "
-"string - returning undefined"
+msgid "%s has more than two arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:627
+#: ../server/asobj/Global.cpp:319
 #, c-format
-msgid "Can't find hitTest target %s"
+msgid "%s needs at least three arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:665
+#: ../server/asobj/Global.cpp:325
 #, c-format
-msgid "hitTest() called with %u args"
+msgid "%s has more than four arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:684
+#: ../server/asobj/Global.cpp:327
 #, c-format
-msgid "createTextField called with %d args, expected 6 - returning undefined"
+msgid "%s has four arguments in a SWF version 5 movie"
 msgstr ""
 
-#: server/sprite_instance.cpp:693
-msgid "First argument of createTextField is not a string - returning undefined"
+#: ../server/asobj/Global.cpp:336
+#, c-format
+msgid "Invalid call to ASSetPropFlags: object argument is not an object: %s"
 msgstr ""
 
-#: server/sprite_instance.cpp:703
-msgid ""
-"Second argument of createTextField is not a number - returning undefined"
+#: ../server/asobj/Global.cpp:377
+#, c-format
+msgid "ASNative(%s): needs at least two arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:713
-msgid "Third argument of createTextField is not a number - returning undefined"
+#: ../server/asobj/Global.cpp:388
+#, c-format
+msgid "ASNative(%s): first arg must be >= 0"
 msgstr ""
 
-#: server/sprite_instance.cpp:723
-msgid ""
-"Fourth argument of createTextField is not a number - returning undefined"
+#: ../server/asobj/Global.cpp:395
+#, c-format
+msgid "ASNative(%s): second arg must be >= 0"
 msgstr ""
 
-#: server/sprite_instance.cpp:733 server/sprite_instance.cpp:743
-msgid "Fifth argument of createTextField is not a number - returning undefined"
+#: ../server/asobj/Key.cpp:169
+msgid "Key.isDown needs one argument (the key code)"
 msgstr ""
 
-#: server/sprite_instance.cpp:798
+#: ../server/asobj/LoadVars.cpp:327
 #, c-format
-msgid "MovieClip.getBounds(%s): invalid call, first arg must be a sprite"
+msgid "Can't load variables from %s (security?)"
 msgstr ""
 
-#: server/sprite_instance.cpp:879
-msgid "MovieClip.lineTo() takes two args"
+#: ../server/asobj/LoadVars.cpp:334 ../server/asobj/xml.cpp:557
+#, c-format
+msgid "Loading XML file from url: '%s'"
+msgstr "Lade XML-Datei von URL: '%s'"
+
+#: ../server/asobj/LoadVars.cpp:523
+msgid "LoadVars.load() requires at least one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:900
-msgid "MovieClip.moveTo() takes two args"
+#: ../server/asobj/LoadVars.cpp:532
+msgid "LoadVars.load(): invalid empty url"
 msgstr ""
 
-#: server/sprite_instance.cpp:963
-msgid "MovieClip.curveTo() takes four args"
+#: ../server/asobj/LoadVars.cpp:559
+msgid "LoadVars.sendAndLoad() requires at least two arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:1624
-#, c-format
-msgid ""
-"A sprite member (%s) clashes with the name of an existing character in its "
-"display list.  The member will hide the character"
+#: ../server/asobj/LoadVars.cpp:568
+msgid "LoadVars.sendAndLoad(): invalid empty url"
 msgstr ""
 
-#: server/sprite_instance.cpp:1664 server/sprite_instance.cpp:2291
-#: server/sprite_instance.cpp:2316
-msgid "Executing "
+#: ../server/asobj/LoadVars.cpp:577
+msgid "LoadVars.sendAndLoad(): invalid target (must be a LoadVars object)"
 msgstr ""
 
-#: server/sprite_instance.cpp:1664
-msgid " actions in frame "
+#: ../server/asobj/LocalConnection.cpp:337
+msgid "No connection name specified to LocalConnection.connect()"
 msgstr ""
 
-#: server/sprite_instance.cpp:1665 server/sprite_instance.cpp:2293
-#: server/sprite_instance.cpp:2317
+#: ../server/asobj/MovieClipLoader.cpp:157
 #, c-format
-msgid " of sprite %s"
+msgid " resolved url: %s"
 msgstr ""
 
-#: server/sprite_instance.cpp:1714
+#: ../server/asobj/MovieClipLoader.cpp:222
 #, c-format
-msgid "call_frame('%s') -- invalid frame"
+msgid "MovieClipLoader.loadClip(%s): missing arguments"
 msgstr ""
 
-#: server/sprite_instance.cpp:1828
-msgid "Can't clone root of the movie"
-msgstr ""
+#: ../server/asobj/MovieClipLoader.cpp:236
+#, fuzzy, c-format
+msgid "Could not find target %s (evaluated from %s)"
+msgstr "Konnte Ziel '%s' nicht finden"
 
-#: server/sprite_instance.cpp:1834
+#: ../server/asobj/MovieClipLoader.cpp:246
 #, c-format
-msgid "%s parent is not a sprite, can't clone"
+msgid "Target %s is not a sprite instance (%s)"
 msgstr ""
 
-#: server/sprite_instance.cpp:1890
+#: ../server/asobj/MovieClipLoader.cpp:253
 #, c-format
-msgid ""
-"clone_display_object(%s, %s, %d): could not find a character named %s to "
-"clone"
+msgid "load clip: %s, target is: %p\n"
 msgstr ""
 
-#: server/sprite_instance.cpp:1986
+#: ../server/asobj/MovieClipLoader.cpp:268
 #, c-format
-msgid "sprite[%p]::set_member(%s, %s)"
+msgid "%s: %s"
 msgstr ""
 
-#: server/sprite_instance.cpp:2007
-msgid "it's a Text Variable"
+#: ../server/asobj/MovieClipLoader.cpp:294
+msgid "MovieClipLoader.getProgress(): missing argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:2015
-msgid "it's NOT a Text Variable"
+#: ../server/asobj/MovieClipLoader.cpp:304
+#, c-format
+msgid "MovieClipLoader.getProgress(%s): first argument is not an object"
 msgstr ""
 
-#: server/sprite_instance.cpp:2029 server/sprite_instance.cpp:2055
-msgid "NULL path_to_var passed to set_variable()"
+#: ../server/asobj/MovieClipLoader.cpp:314
+#, c-format
+msgid "MovieClipLoader.getProgress(%s): first argument is not an sprite"
 msgstr ""
 
-#: server/sprite_instance.cpp:2034 server/sprite_instance.cpp:2060
+#: ../server/asobj/NetConnection.cpp:96
 #, c-format
-msgid "NULL passed to set_variable('%s', NULL)"
-msgstr ""
+msgid "Gnash is not allowed to open this url: %s"
+msgstr "Gnash darf diese URL nicht öffnen: %s"
 
-#: server/sprite_instance.cpp:2088
+#: ../server/asobj/NetConnection.cpp:100
 #, c-format
-msgid ""
-"sprite '%s' ::advance_sprite is at frame %u/%u - onload called: %d - "
-"oldDIsplayList has %d elements"
+msgid "Connecting to movie: %s"
 msgstr ""
 
-#: server/sprite_instance.cpp:2098
-msgid "sprite_instance::advance_sprite we're in PLAY mode"
+#: ../server/asobj/NetConnection.cpp:105
+#, c-format
+msgid "Gnash could not open this url: %s"
+msgstr "Gnash konnte diese URL nicht öffnen: %s"
+
+#: ../server/asobj/NetConnection.cpp:110
+#, c-format
+msgid "Connection etablished to movie: %s"
 msgstr ""
 
-#: server/sprite_instance.cpp:2106
-msgid "on_event_load called, incrementing"
+#: ../server/asobj/NetConnection.cpp:223
+msgid "NetConnection.connect(): needs at least one argument"
 msgstr ""
 
-#: server/sprite_instance.cpp:2110
+#: ../server/asobj/NetConnection.cpp:235
 #, c-format
-msgid "after increment we are at frame %u/%u"
+msgid "NetConnection.connect(%s): invalid first arg"
 msgstr ""
 
-#: server/sprite_instance.cpp:2124
-msgid "sprite_instance::advance_sprite we're in STOP mode"
+#: ../server/asobj/NetStream.cpp:111
+#, c-format
+msgid ""
+"First argument to NetStream constructor doesn't cast to a NetConnection (%s)"
 msgstr ""
 
-#: server/sprite_instance.cpp:2191
-msgid "Calling ONLOAD event"
+#: ../server/asobj/NetStream.cpp:150
+msgid "NetStream play needs args"
 msgstr ""
 
-#: server/sprite_instance.cpp:2292
-msgid " *init* tags in frame "
+#: ../server/asobj/NetStreamFfmpeg.cpp:252
+#: ../server/asobj/NetStreamGst.cpp:198
+msgid "No NetConnection associated with this NetStream, won't play"
 msgstr ""
 
-#: server/sprite_instance.cpp:2316
-msgid " tags in frame "
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:285
+msgid "libavcodec couldn't find decoder"
+msgstr "libavcodec konnte Decoder nicht finden"
 
-#: server/sprite_instance.cpp:2400
-#, c-format
-msgid "sprite %s ::goto_frame("
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:398
+msgid "Gnash could not read from movie url"
+msgstr "Gnash konnte von Film-URL nicht lesen"
 
-#: server/sprite_instance.cpp:2400
-msgid ") - current frame is "
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:415
+#: ../server/asobj/NetStreamGst.cpp:913
+#, c-format
+msgid "Gnash could not open movie: %s"
+msgstr "Gnash konnte Film nicht öffnen: %s"
 
-#: server/sprite_instance.cpp:2440
-msgid "GotoFrame("
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:441
+#: ../server/asobj/NetStreamGst.cpp:933
+#, c-format
+msgid "Gnash could not open FLV movie: %s"
+msgstr "Gnash konnte FLV-Film nicht öffnen: %s"
 
-#: server/sprite_instance.cpp:2440
-msgid ") targets a yet to be loaded frame ("
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:453
+msgid "Failed to initialize FLV video codec"
+msgstr "Initialisierung des FLV-Video-Codecs fehlgeschlagen"
 
-#: server/sprite_instance.cpp:2441
-msgid ""
-") loaded). We'll wait for it but a more correct form is explicitly using "
-"WaitForFrame instead"
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:459
+msgid "Failed to initialize FLV audio codec"
+msgstr "Initialisierung des FLV-Audio-Codecs fehlgeschlagen"
 
-#: server/sprite_instance.cpp:2531
+#: ../server/asobj/NetStreamFfmpeg.cpp:488
 #, c-format
-msgid "sprite_instance::goto_labeled_frame('%s') unknown label"
+msgid "Couldn't determine stream input format from URL %s"
 msgstr ""
 
-#: server/sprite_instance.cpp:2620
+#: ../server/asobj/NetStreamFfmpeg.cpp:505 ../server/asobj/SoundFfmpeg.cpp:141
 #, c-format
-msgid "sprite_instance::add_display_object(): unknown cid = %d"
-msgstr ""
+msgid "Couldn't open file '%s' for decoding"
+msgstr "Konnte Datei '%s' für Dekodierung nicht öffnen"
 
-#: server/sprite_instance.cpp:2706
+#: ../server/asobj/NetStreamFfmpeg.cpp:515 ../server/asobj/SoundFfmpeg.cpp:153
 #, c-format
-msgid "sprite::replace_display_object(): unknown cid = %d"
+msgid "Couldn't find stream information from '%s', error code: %d"
 msgstr ""
 
-#: server/sprite_instance.cpp:2780
+#: ../server/asobj/NetStreamFfmpeg.cpp:554
 #, c-format
-msgid "Frame %u/%u, bytes %u/%u"
-msgstr ""
+msgid "Didn't find a video stream from '%s'"
+msgstr "Keinen Video-Stream von '%s' gefunden"
 
-#: server/sprite_instance.cpp:3014
+#: ../server/asobj/NetStreamFfmpeg.cpp:566
 #, c-format
-msgid "%s doesn't even check for a char"
-msgstr ""
+msgid "Video decoder %d not found"
+msgstr "Video-Decoder %d nicht gefunden"
 
-#: server/sprite_instance.cpp:3155
+#: ../server/asobj/NetStreamFfmpeg.cpp:574
 #, c-format
-msgid "Constructing sprite '%s'"
-msgstr ""
+msgid "Could not open codec %d"
+msgstr "Konnte Codec %d nicht öffnen"
 
-#: server/sprite_instance.cpp:3205
+#: ../server/asobj/NetStreamFfmpeg.cpp:601
 #, c-format
-msgid "Unloading sprite '%s'"
-msgstr ""
+msgid "No available audio decoder %d to process MPEG file: '%s'"
+msgstr "Kein verfügbarer Audio-Decoder %d, um MPEG-Datei '%s' zu verarbeiten"
 
-#: server/sprite_instance.cpp:3227 server/vm/action.cpp:140
+#: ../server/asobj/NetStreamFfmpeg.cpp:609 ../server/asobj/SoundFfmpeg.cpp:209
 #, c-format
-msgid "can't create movie_definition for %s"
-msgstr ""
+msgid "Could not open audio codec %d for %s"
+msgstr "Konnte Audio-Codec %d für %s nicht öffnen"
 
-#: server/sprite_instance.cpp:3236
-#, c-format
-msgid "can't create extern movie_instance for %s"
+#: ../server/asobj/NetStreamFfmpeg.cpp:1050
+msgid "read_frame: not audio & video stream"
 msgstr ""
 
-#: server/sprite_instance.cpp:3306
-msgid "MovieClip.loadVariables() with GET/POST won't append vars for now"
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:1065
+#, fuzzy
+msgid "Problems decoding audio frame"
+msgstr "Probleme bei Dekodierung des Bildes"
 
-#: server/sprite_instance.cpp:3331
-#, c-format
-msgid "Setting variable '%s' to value '%s'"
-msgstr ""
+#: ../server/asobj/NetStreamFfmpeg.cpp:1074
+#, fuzzy
+msgid "Problems decoding video frame"
+msgstr "Probleme bei Dekodierung des Bildes"
 
-#: server/sprite_instance.cpp:3374
-#, c-format
+#: ../server/asobj/NetStreamFfmpeg.cpp:1081
+msgid "Problems decoding frame"
+msgstr "Probleme bei Dekodierung des Bildes"
+
+#: ../server/asobj/NetStreamGst.cpp:717
 msgid ""
-"removeMovieClip(%s): sprite depth (%d) out of the 'dynamic' zone "
-"[0..1048575], won't remove"
+"A gstreamer flashvideo (ScreenVideo) decoder element could not be created! "
+"You probably need to install gst-ffmpeg."
 msgstr ""
 
-#: server/sprite_instance.cpp:3391
-#, c-format
-msgid "Can't remove sprite %s as it has no parent"
+#: ../server/asobj/NetStreamGst.cpp:813
+msgid ""
+"A gstreamer mp3-decoder element could not be created! You probably need to "
+"install a mp3-decoder plugin like gstreamer0.10-mad or gstreamer0.10-fluendo-"
+"mp3."
 msgstr ""
 
-#: server/StreamProvider.cpp:91 server/StreamProvider.cpp:132
-#, c-format
-msgid "Unsupported network connection %s"
+#: ../server/asobj/NetStreamGst.cpp:998
+msgid "The gstreamer audioconvert element could not be created"
 msgstr ""
 
-#: server/StreamProvider.cpp:105
-msgid "POST data discarded while getting a stream from file: uri"
+#: ../server/asobj/NetStreamGst.cpp:1006
+msgid "The gstreamer volume element could not be created"
 msgstr ""
 
-#: server/swf/DefineFontAlignZonesTag.cpp:53
-#, c-format
-msgid "DefineFontAlignZones tag references an undefined font %d"
+#: ../server/asobj/NetStreamGst.cpp:1014
+msgid "The gstreamer fakesink element could not be created"
 msgstr ""
 
-#: server/swf/DefineFontAlignZonesTag.cpp:67
-#, c-format
-msgid "  DefinFontAlignZones: font=%d, flags=%d"
+#: ../server/asobj/NetStreamGst.cpp:1072
+msgid ""
+"Gstreamer element(s) for video movie handling could not be created, you "
+"probably need to install gstreamer0.10-base for ffmpegcolorspace and "
+"videorate support."
 msgstr ""
 
-#: server/swf/DefineFontAlignZonesTag.cpp:71
-msgid "FIXME: DefineFontAlignZoneTag unfinished"
+#: ../server/asobj/Object.cpp:141
+msgid "Too many args to Object constructor"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:47
+#: ../server/asobj/Object.cpp:194
 #, c-format
-msgid "  char_id = %d"
+msgid ""
+"Invalid call to Object.addProperty(%s) - expected 3 arguments (<name>, "
+"<getter>, <setter>)"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:48
-#, c-format
-msgid "  depth = %d (%d)"
+#: ../server/asobj/Object.cpp:211
+msgid "Invalid call to Object.addProperty() - empty property name"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:58 server/swf/PlaceObject2Tag.cpp:272
-msgid "  cxform:"
+#: ../server/asobj/Object.cpp:221
+msgid "Invalid call to Object.addProperty() - getter is not an AS function"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:80
-#, c-format
-msgid "  actions: flags = 0x%X"
+#: ../server/asobj/Object.cpp:231
+msgid "Invalid call to Object.addProperty() - setter is not an AS function"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:101
+#: ../server/asobj/Object.cpp:258
 #, c-format
 msgid ""
-"swf_event::read(), even_length = %u, but only %lu bytes left to the end of "
-"current tag. Breaking for safety."
+"Invalid call to Object.registerClass(%s) - expected 2 arguments (<symbol>, "
+"<constructor>)"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:126 server/swf/PlaceObject2Tag.cpp:138
+#: ../server/asobj/Object.cpp:277
 #, c-format
-msgid "swf_event::read(), event_length = %d, but read "
+msgid ""
+"Invalid call to Object.registerClass(%s) - first argument (symbol id) "
+"evaluates to empty string"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:129
-msgid ". Breaking for safety."
+#: ../server/asobj/Object.cpp:289
+#, c-format
+msgid ""
+"Invalid call to Object.registerClass(%s) - second argument (class) is not a "
+"function)"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:141
-msgid ". Skipping excessive bytes."
+#: ../server/asobj/Object.cpp:304
+#, c-format
+msgid "Object.registerClass(%s, %s): can't find exported symbol"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:177
+#: ../server/asobj/Object.cpp:322
 #, c-format
 msgid ""
-"swf_event::read() -- unknown / unhandled event type received, flags = 0x%x"
+"Object.registerClass(%s, %s): exported symbol is not a MovieClip symbol "
+"(sprite_definition), but a %s"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:263
-#, c-format
-msgid "  PLACEOBJECT2: depth = %d (%d)"
+#: ../server/asobj/Object.cpp:343
+msgid "Object.hasOwnProperty() requires one arg"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:264
+#: ../server/asobj/Object.cpp:352
 #, c-format
-msgid "  char id = %d"
+msgid "Invalid call to Object.hasOwnProperty('%s')"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:267
-msgid "  mat:"
+#: ../server/asobj/Object.cpp:366
+msgid "Object.isPropertyEnumerable() requires one arg"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:275
+#: ../server/asobj/Object.cpp:375
 #, c-format
-msgid "  ratio: %f"
+msgid "Invalid call to Object.isPropertyEnumerable('%s')"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:276
-#, c-format
-msgid "  name = %s"
+#: ../server/asobj/Object.cpp:396
+msgid "Object.isPrototypeOf() requires one arg"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:277
+#: ../server/asobj/Object.cpp:405
 #, c-format
-msgid "  clip_depth = %d (%d)"
+msgid "First arg to Object.isPrototypeOf(%s) is not an object"
 msgstr ""
 
-#: server/swf/PlaceObject2Tag.cpp:278
+#: ../server/asobj/Sound.cpp:144
 #, c-format
-msgid " m_place_type: %d"
-msgstr ""
+msgid "%s is still testing!"
+msgstr "%s testet noch!"
 
-#: server/swf/PlaceObject2Tag.cpp:383
+#: ../server/asobj/Sound.cpp:147 ../server/asobj/SoundGst.cpp:229
 #, c-format
-msgid "reverse REPLACE can't find previous replace or add tag(%d, %d)"
+msgid ""
+"%s: This sound already has a connection?  (We try to handle this by "
+"overriding the old one...)"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:142
-msgid "anchor-labeled frame not supported"
-msgstr ""
+#: ../server/asobj/Sound.cpp:220 ../server/asobj/Sound.cpp:232
+#, c-format
+msgid "%s: only works when ffmpeg, gstreamer or libmad is enabled"
+msgstr "%s: funktioniert nur wenn ffmpeg, gstreamer oder libmad aktiviert ist"
 
-#: server/swf/tag_loaders.cpp:147
-msgid "frame_label_loader end position "
+#: ../server/asobj/Sound.cpp:260
+msgid "-- start sound"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:147
-msgid ", read up to "
+#: ../server/asobj/Sound.cpp:285
+msgid "-- stop sound "
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:182
+#: ../server/asobj/Sound.cpp:301 ../server/asobj/Sound.cpp:355
 #, c-format
-msgid "  set_background_color: (%d %d %d)"
+msgid "import error: resource '%s' is not exported"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:211
-msgid "  jpeg_tables_loader"
+#: ../server/asobj/Sound.cpp:315 ../server/asobj/Sound.cpp:369
+msgid "sound sample is NULL (doesn't cast to sound_sample)"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:249 server/swf/tag_loaders.cpp:297
-msgid "gnash is not linked to jpeglib -- can't load jpeg image data"
-msgstr "Gnash ist nicht mit jpeglib verlinkt -- kann jpeg-Bilddaten nicht 
laden"
+#: ../server/asobj/Sound.cpp:328
+msgid "-- attach sound"
+msgstr ""
 
-#: server/swf/tag_loaders.cpp:261
-#, c-format
-msgid "DEFINEBITS: Duplicate id (%d) for bitmap character - discarding it"
+#: ../server/asobj/Sound.cpp:333
+msgid "attach sound needs one argument"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:281
-#, c-format
-msgid "  define_bits_jpeg2_loader: charid = %d pos = %lx"
+#: ../server/asobj/Sound.cpp:343
+msgid "attachSound needs a non-empty string"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:306
-#, c-format
-msgid "DEFINEBITSJPEG2: Duplicate id (%d) for bitmap character - discarding it"
+#: ../server/asobj/Sound.cpp:444
+msgid "loadSound needs 2 arguments"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:342
-#, c-format
-msgid "inflate_wrapper() inflateInit() returned %d"
+#: ../server/asobj/Sound.cpp:485
+msgid "set volume of sound needs one argument"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:358
+#: ../server/asobj/SoundFfmpeg.cpp:93
 #, c-format
-msgid "inflate_wrapper() inflate() returned %d"
-msgstr ""
+msgid "%s could not open audio url: %s"
+msgstr "%s konnte Audio-URL nicht öffnen: %s"
 
-#: server/swf/tag_loaders.cpp:365
+#: ../server/asobj/SoundFfmpeg.cpp:118
 #, c-format
-msgid "inflate_wrapper() inflateEnd() return %d"
-msgstr ""
+msgid "%s: could not read from audio url: %s"
+msgstr "%s: Konnte von Audio-URL nicht lesen: %s"
 
-#: server/swf/tag_loaders.cpp:382
+#: ../server/asobj/SoundFfmpeg.cpp:178
 #, c-format
-msgid "  define_bits_jpeg3_loader: charid = %d pos = %lx"
+msgid "Non-audio data (type %d) found in file %s"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:393
-msgid ""
-"gnash is not linked to jpeglib/zlib -- can't load jpeg/zipped image data"
-msgstr "Gnash ist nicht mit jpeglib/zlib verlinkt -- kann jpeg/zip Bilddaten 
nicht laden"
+#: ../server/asobj/SoundFfmpeg.cpp:187
+#, c-format
+msgid "Didn't find a audio stream from '%s'"
+msgstr ""
 
-#: server/swf/tag_loaders.cpp:440
+#: ../server/asobj/SoundFfmpeg.cpp:198
 #, c-format
-msgid "  defbitslossless2: tag = %d, id = %d, fmt = %d, w = %d, h = %d"
+msgid "No available audio decoder %d to process file: '%s'"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:449
-msgid "gnash is not linked to zlib -- can't load zipped image data"
-msgstr "Gnash ist nicht mit zlib verlinkt -- kann zip-Bilddaten nicht laden"
+#: ../server/asobj/SoundFfmpeg.cpp:334
+msgid "seeking to start of file (for looping) failed"
+msgstr ""
 
-#: server/swf/tag_loaders.cpp:555
-#, c-format
+#: ../server/asobj/SoundFfmpeg.cpp:386
 msgid ""
-"DEFINEBITSLOSSLESS: Duplicate id (%d) for bitmap character - discarding it"
+"This sound already has a connection.  (We try to handle this by overriding "
+"the old one...)"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:685
+#: ../server/asobj/SoundFfmpeg.cpp:421 ../server/asobj/SoundGst.cpp:256
 #, c-format
-msgid "  FIXME: tagtype = %d"
+msgid "%s: seeking to offset failed"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:697
+#: ../server/asobj/SoundGst.cpp:108
 #, c-format
-msgid "  shape_loader: id = %d"
+msgid "%s: new pad found"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:713
+#: ../server/asobj/SoundGst.cpp:122
 #, c-format
-msgid "  shape_morph_loader: id = %d"
+msgid "%s: new pad connected"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:762
+#: ../server/asobj/SoundGst.cpp:125
 #, c-format
-msgid "define_font_info_loader: can't find font w/ id %d"
-msgstr ""
-
-#: server/swf/tag_loaders.cpp:775
-msgid "  place_object_2"
-msgstr ""
+msgid "%s: Non-audio data found in file %s"
+msgstr "%s: Nichtaudiodaten in Datei %s gefunden"
 
-#: server/swf/tag_loaders.cpp:795
+#: ../server/asobj/SoundGst.cpp:142
 #, c-format
-msgid "  sprite:  char id = %d"
-msgstr ""
+msgid "could not open audio url: %s"
+msgstr "konnte Audio-URL nicht öffnen: %s"
 
-#: server/swf/tag_loaders.cpp:803
-msgid "nested DEFINESPRITE tags"
+#: ../server/asobj/SoundGst.cpp:171
+msgid "Could not create gstreamer pipeline element"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:870
-#, c-format
-msgid "reverse REMOVE can't find previous replace or add tag(%d, %d)"
+#: ../server/asobj/SoundGst.cpp:175
+msgid "Could not create gstreamer audiosink element"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:889
-#, c-format
-msgid "  remove_object_2(%d)"
-msgstr ""
+#: ../server/asobj/SoundGst.cpp:198
+msgid "Could not create Gstreamer element(s) for movie handling"
+msgstr "Konnte Gstreamer-Element(e) für Film-Verarbeitung nicht erstellen"
 
-#: server/swf/tag_loaders.cpp:920
+#: ../server/asobj/SoundMad.cpp:84
 #, c-format
-msgid "  button character loader: char_id = %d"
-msgstr ""
+msgid "Gnash could not open audio url: %s"
+msgstr "Gnash konnte Audio-URL nicht öffnen: %s"
 
-#: server/swf/tag_loaders.cpp:944
+#: ../server/asobj/SoundMad.cpp:121 ../server/asobj/SoundMad.cpp:206
 #, c-format
-msgid "  export: count = %d"
+msgid "Recoverable error while decoding MP3, MAD error: %s"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:954
+#: ../server/asobj/SoundMad.cpp:214
 #, c-format
-msgid "  export: id = %d, name = %s"
+msgid "Unrecoverable error while decoding MP3, MAD error: %s"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:973
-#, c-format
-msgid "don't know how to export resource '%s' with id %d (can't find that id)"
+#: ../server/asobj/SoundMad.cpp:272
+msgid "Error in sound sample convertion"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1010
-#, c-format
-msgid "  import: version = %u, source_url = %s (%s), count = %d"
+#: ../server/asobj/SoundMad.cpp:351
+msgid ""
+"This sound already has a connection?  (We try to handle this by overriding "
+"the old one...)"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1022
-#, c-format
-msgid "Exception: %s"
+#: ../server/asobj/Stage.cpp:198
+msgid "Stage.width is a read-only property!"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1028
-#, c-format
-msgid "can't import movie from url %s"
-msgstr "Kann Film von URL %s nicht importieren"
-
-#: server/swf/tag_loaders.cpp:1037
-msgid "Movie attempts to import symbols from itself."
-msgstr "Der Film versucht, Symbole von sich selbst zu importieren"
-
-#: server/swf/tag_loaders.cpp:1050
-#, c-format
-msgid "  import: id = %d, name = %s"
+#: ../server/asobj/Stage.cpp:216
+msgid "Stage.height is a read-only property!"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1066
-#, c-format
-msgid "import error: could not find resource '%s' in movie '%s'"
-msgstr "Import-Fehler: Konnte Resource '%s' in Film '%s' nicht finden!"
+#: ../server/asobj/string.cpp:446
+msgid "string.slice() called with end < start"
+msgstr ""
 
-#: server/swf/tag_loaders.cpp:1102
-#, c-format
-msgid "edit_text_char, id = %d"
+#: ../server/asobj/string.cpp:526
+msgid "string.charCodeAt needs one argument"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1120
-#, c-format
-msgid "text_character, id = %d"
+#: ../server/asobj/string.cpp:535
+msgid "string.charCodeAt has more than one argument"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1141
+#: ../server/asobj/xml.cpp:100 ../server/asobj/xml.cpp:120
 #, c-format
-msgid "tag %d: do_action_loader"
+msgid "Creating XML data at %p"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1142
-msgid "-- actions in frame "
+#: ../server/asobj/xml.cpp:182
+#, c-format
+msgid "\tDeleting XML top level node at %p"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1165
-#, c-format
-msgid "  tag %d: do_init_action_loader"
+#: ../server/asobj/xml.cpp:334
+msgid "Can't load XML file"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1166
-#, c-format
-msgid "  -- init actions for sprite %d"
+#: ../server/asobj/xml.cpp:363
+msgid "XML data is empty"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1199
-#, c-format
-msgid "define sound: ch=%d, format=%d, rate=%d, 16=%d, stereo=%d, ct=%d"
+#: ../server/asobj/xml.cpp:381
+msgid "Can't parse XML data"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1215 server/swf/tag_loaders.cpp:1361
+#: ../server/asobj/xml.cpp:550
 #, c-format
-msgid "Bad sound sample rate %d read from SWF header"
+msgid "Can't load XML file: %s (security?)"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1274
+#: ../server/asobj/xml.cpp:567
 #, c-format
-msgid ""
-"There is no sound handler currently active, so character with id %d will NOT "
-"be added to the dictionary"
+msgid "%s: FIXME: onLoad Default event handler"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1300
-#, c-format
-msgid "start_sound tag: id=%d, stop = %d, loop ct = %d"
+#: ../server/asobj/xml.cpp:639
+msgid "XML.load(): missing argument"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1309
+#: ../server/asobj/xml.cpp:714
 #, c-format
-msgid "start_sound_loader: sound_id %d is not defined"
+msgid "\tCloned the XML object at %p"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1351
+#: ../server/asobj/xml.cpp:723
 #, c-format
-msgid "sound stream head: format=%d, rate=%d, 16=%d, stereo=%d, ct=%d"
+msgid "First arg given to XML constructor (%s) evaluates to the empty string"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1516
+#: ../server/asobj/xml.cpp:748
 #, c-format
-msgid "  file attributes: has_metadata=%s use_network=%s"
+msgid "%s: %d args"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1517 server/swf/tag_loaders.cpp:1518
-msgid "true"
+#: ../server/asobj/xml.cpp:779
+msgid "no text for element creation"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1517 server/swf/tag_loaders.cpp:1518
-msgid "false"
+#: ../server/asobj/xml.cpp:808
+msgid "no text for text node creation"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1523
-msgid ""
-"FileAttributes tag in the SWF requests that network access is not granted to "
-"this movie (or application?). Anyway Gnash won't care; use white/black "
-"listing in your .gnashrc instead"
-msgstr ""
+#: ../server/asobj/xml.cpp:955
+#, c-format
+msgid "XML parser: %s"
+msgstr "XML-Parser: %s"
 
-#: server/swf/tag_loaders.cpp:1541
+#: ../server/asobj/xmlnode.cpp:89 ../server/asobj/xmlnode.cpp:101
 #, c-format
-msgid ""
-"  metadata = [[\n"
-"%s\n"
-"]]"
+msgid "\tCreating XMLNode data at %p"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1544
+#: ../server/asobj/xmlnode.cpp:129
 #, c-format
-msgid "METADATA tag unused: %s"
+msgid "\tDeleting XMLNode data %s with value %s at %p"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1562
+#: ../server/asobj/xmlnode.cpp:157
 #, c-format
-msgid ""
-"  serialnumber = [[\n"
-"%s\n"
-"]]"
+msgid "XMLNode %p has no children"
 msgstr ""
 
-#: server/swf/tag_loaders.cpp:1565
-#, c-format
-msgid "SERIALNUMBER: %s"
+#: ../server/asobj/xmlnode.cpp:198
+msgid ""
+"XMLNode.insertBefore(): positional parameter is not a child of this node"
 msgstr ""
 
-#: server/text.cpp:50
+#: ../server/asobj/xmlnode.cpp:305
 #, c-format
-msgid "text style references unknown font (id = %d)"
+msgid ""
+"Stringifying node %p with name %s, value %s, %u attributes and %u children"
 msgstr ""
 
-#: server/text.cpp:154
-msgid "invalid glyph, render as an empty box"
+#: ../server/asobj/xmlnode.cpp:464
+msgid "XMLNode::appendChild() needs at least one argument"
 msgstr ""
 
-#: server/text.cpp:181
-msgid "render glyph using draw_glyph"
+#: ../server/asobj/xmlnode.cpp:473
+msgid "First argument to XMLNode::appendChild() is not an XMLNode"
 msgstr ""
 
-#: server/text.cpp:192
-msgid "render glyph using filled outline (?) actually draw_glyph()"
+#: ../server/asobj/xmlnode.cpp:507
+#, c-format
+msgid "XMLNode.insertBefore(%s) needs at least two argument"
 msgstr ""
 
-#: server/textformat.cpp:124
+#: ../server/asobj/xmlnode.cpp:517
 #, c-format
-msgid "Created New TextFormat object at %p.  Not fully implemented yet"
+msgid "First argument to XMLNode.insertBefore(%s) is not an XMLNode"
 msgstr ""
 
-#: server/textformat.cpp:150
-msgid "TextFormat.setFormat() needs at least 3 arguments - ...me thinks"
+#: ../server/asobj/xmlnode.cpp:528
+#, c-format
+msgid "Second argument to XMLNode.insertBefore(%s) is not an XMLNode"
 msgstr ""
 
-#: server/textformat.cpp:159
+#: ../server/asobj/xmlsocket.cpp:210
+#, c-format
 msgid ""
-"Argument 3 given to TextFormat.setFormat() is not a TextFormat object - ... "
-"should it be?"
+"%s: fd <= 0, returning false (timer not unregistered while socket "
+"disconnected?"
 msgstr ""
 
-#: server/textformat.cpp:237
+#: ../server/asobj/xmlsocket.cpp:225
 #, c-format
-msgid "%s: args=%d unfinished implementation"
+msgid "The socket for fd #%d was interupted by a system call"
 msgstr ""
 
-#: server/video_stream_instance.cpp:43
-msgid "attachVideo needs 1 arg"
+#: ../server/asobj/xmlsocket.cpp:230 ../server/asobj/xmlsocket.cpp:405
+#, c-format
+msgid "%s: The socket for fd #%d never was available"
 msgstr ""
 
-#: server/video_stream_instance.cpp:56
+#: ../server/asobj/xmlsocket.cpp:246
 #, c-format
-msgid "attachVideo(%s) first arg is not a NetStream instance"
+msgid "%s: read %d bytes, first msg terminates at %d"
 msgstr ""
 
-#: server/video_stream_instance.cpp:116
-msgid "An error occured while decoding video frame"
-msgstr "Fehler beim Dekodieren eines Video-Bildes"
-
-#: server/vm/action.cpp:152
+#: ../server/asobj/xmlsocket.cpp:254
 #, c-format
-msgid "can't create extern root sprite for %s"
+msgid "Packet size is %d at %p"
 msgstr ""
 
-#: server/vm/action.cpp:169
+#: ../server/asobj/xmlsocket.cpp:262
 #, c-format
-msgid "can't create extern sprite for %s"
+msgid "%d: Pushing Packet of size "
 msgstr ""
 
-#: server/vm/action.cpp:238
-msgid ""
-"Attempt to call a value which is neither a C nor an ActionScript function"
+#: ../server/asobj/xmlsocket.cpp:304
+#, c-format
+msgid "Throwing out partial packet %s"
 msgstr ""
 
-#: server/vm/action.cpp:270
+#: ../server/asobj/xmlsocket.cpp:319
 #, c-format
-msgid "FIXME(%d): %s"
+msgid "%s: Returning %d messages"
 msgstr ""
 
-#: server/vm/action.cpp:389
+#: ../server/asobj/xmlsocket.cpp:334
 #, c-format
-msgid "call_method_parsed('%s','%s') -- invalid fmt '%%l%c'"
+msgid "%s: socket not initialized"
 msgstr ""
 
-#: server/vm/action.cpp:398
+#: ../server/asobj/xmlsocket.cpp:341
 #, c-format
-msgid "call_method_parsed('%s','%s') -- invalid fmt '%%%c'"
+msgid "%s: sent %d bytes, data was %s"
 msgstr ""
 
-#: server/vm/action.cpp:414
+#: ../server/asobj/xmlsocket.cpp:401
 #, c-format
-msgid "call_method_parsed('%s','%s') -- invalid char '%c'"
+msgid ""
+"%s: The socket for fd #%d was interupted by a system call in this thread"
 msgstr ""
 
-#: server/vm/action.cpp:450
-msgid "-- start movie"
+#: ../server/asobj/xmlsocket.cpp:409
+#, c-format
+msgid "%s: There is no data in the socket for fd #%d"
 msgstr ""
 
-#: server/vm/action.cpp:461
+#: ../server/asobj/xmlsocket.cpp:413
 #, c-format
-msgid "FIXME: %s"
+msgid "%s: There is data in the socket for fd #%d"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:136
-msgid "at ActionExec operator() start, pc="
+#: ../server/asobj/xmlsocket.cpp:431
+#, c-format
+msgid "XMLSocket.connect(%s) called"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:137
-msgid ", stop_pc="
+#: ../server/asobj/xmlsocket.cpp:438
+msgid "XMLSocket.connect() called while already connected, ignored"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:137
-msgid ", code.size="
+#: ../server/asobj/xmlsocket.cpp:457
+msgid "XMLSocket.connect(): tring to call onConnect"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:138 server/vm/ActionExec.cpp:211
-msgid "."
+#: ../server/asobj/xmlsocket.cpp:462
+msgid "Setting up timer for calling XMLSocket.onData()"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:178
-#, c-format
-msgid "Length %u (%d) of action tag id %u at pc "
+#: ../server/asobj/xmlsocket.cpp:470
+msgid "Timer set"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:180
-msgid " overflows actions buffer size "
+#: ../server/asobj/xmlsocket.cpp:511
+#, c-format
+msgid "new XMLSocket(%s) called - created object at %p"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:211
-msgid " After execution, PC is "
-msgstr ""
+#: ../server/asobj/xmlsocket.cpp:531
+#, c-format
+msgid "%s: not connected"
+msgstr "%s: Nicht verbunden"
 
-#: server/vm/ActionExec.cpp:249
-msgid "Call stack non-empty at end of ExecutableCode run (limits hit?)"
+#: ../server/asobj/xmlsocket.cpp:553
+msgid "Builtin XMLSocket.onData() needs an argument"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:255
+#: ../server/asobj/xmlsocket.cpp:562
+#, c-format
 msgid ""
-"Stack smashed (ActionScript compiler bug?).Fixing by pushing undefined "
-"values to the missing slots,  but don't expect things to work afterwards"
+"Builtin XMLSocket.onData() called with an argument that resolves to the "
+"empty string: %s"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:265
-msgid " elements left on the stack after block execution.  Cleaning up"
+#: ../server/asobj/xmlsocket.cpp:647
+msgid "Still processing data"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:283
-msgid "End of DoAction block hit while skipping "
+#: ../server/asobj/xmlsocket.cpp:657
+msgid "Got "
 msgstr ""
 
-#: server/vm/ActionExec.cpp:284
-msgid " action tags (pc:"
+#: ../server/asobj/xmlsocket.cpp:660
+msgid " Message "
 msgstr ""
 
-#: server/vm/ActionExec.cpp:285
-msgid ", stop_pc:"
+#: ../server/asobj/xmlsocket.cpp:691
+#, c-format
+msgid "%s: Couldn't find onData"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:285
-msgid ") (WaitForFrame, probably)"
+#: ../utilities/dumpshm.cpp:245
+msgid "No name specified, nuking everything..."
 msgstr ""
 
-#: server/vm/ActionExec.cpp:319
-msgid "'With' stack depth ("
+#: ../utilities/dumpshm.cpp:252
+msgid "Removing segment: "
 msgstr ""
 
-#: server/vm/ActionExec.cpp:319
-msgid ") exceeds the allowed limit for current SWF target version ("
+#: ../utilities/dumpshm.cpp:260
+msgid "Nuking the shared memory segment "
 msgstr ""
 
-#: server/vm/ActionExec.cpp:321
-#, c-format
-msgid " for version %d). Don't expect this movie to work with all players."
-msgstr ""
+#: ../utilities/dumpshm.cpp:286
+msgid "ERROR: couldn't read!"
+msgstr "FEHLER: Lesen unmöglich!"
 
-#: server/vm/ActionExec.cpp:428
-msgid "Stack underrun: "
+#: ../utilities/dumpshm.cpp:406
+msgid ""
+"Sorry, we can only list the files on systems with disk based shared memory"
 msgstr ""
+"Entschuldigung, wir können Dateien nur auf Systemen mit plattenbasiertem "
+"geteiltem Speicher auflisten"
 
-#: server/vm/ActionExec.cpp:428
-msgid " elements required, "
+#: ../utilities/dumpshm.cpp:454
+msgid "This program dumps the internal data of a shared memory segment"
 msgstr ""
 
-#: server/vm/ActionExec.cpp:429
-msgid " available. Fixing by inserting "
-msgstr ""
+#: ../utilities/dumpshm.cpp:456
+msgid "Usage: dumpmem [hdsanlif] filename"
+msgstr "Verwendung: dumpmem [hdsanlif] Dateiname"
 
-#: server/vm/ActionExec.cpp:430
-msgid " undefined values on the missing slots."
-msgstr ""
+#: ../utilities/dumpshm.cpp:457 ../utilities/soldumper.cpp:176
+msgid "-h\tHelp"
+msgstr "-h\tHilfe"
 
-#: server/vm/ASHandlers.cpp:101
-#, c-format
-msgid "Unsupported action handler invoked, code at pc is %d"
-msgstr ""
+#: ../utilities/dumpshm.cpp:458
+msgid "-d\tDump data"
+msgstr "Speicherauszug erstellen"
 
-#: server/vm/ASHandlers.cpp:182
-msgid ""
-"FIXME: VM not initialized at SWFHandlers construction time, can't set action "
-"handlers based on SWF version"
+#: ../utilities/dumpshm.cpp:459
+msgid "-n [optional name]\tNuke everything"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:466
-#, c-format
-msgid "%s: CHECKME: was broken"
+#: ../utilities/dumpshm.cpp:460
+msgid "-l\tLength of segment"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:609
-#, c-format
-msgid "GetUrl: target=%s url=%s"
+#: ../utilities/dumpshm.cpp:461
+msgid "-i\tList segments"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:630
-#, c-format
-msgid "ActionWaitForFrame (0x%X) tag length == "
+#: ../utilities/dumpshm.cpp:462
+msgid "-r\tDump SYSV segments"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:631
-msgid " (expected 3)"
+#: ../utilities/dumpshm.cpp:463
+msgid "-c\tDump SYSV segments to disk"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:645 server/vm/ASHandlers.cpp:696
-#: server/vm/ASHandlers.cpp:1487
-#, c-format
-msgid "%s: environment target is not a sprite_instance"
-msgstr ""
+#: ../utilities/dumpshm.cpp:464
+#, fuzzy
+msgid "-v\tVerbose output"
+msgstr "Ausführliche Ausgabe ein"
 
-#: server/vm/ASHandlers.cpp:861
-msgid "Undefined or null string passed to ActionSubString, returning undefined"
+#: ../utilities/dumpshm.cpp:465
+msgid "-f\tForce to use builtin names for nuke"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:876
-msgid "Negative size passed to ActionSubString, taking as whole length"
+#: ../utilities/dumpshm.cpp:477
+msgid "\tBase address of this segment: "
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:887
-msgid "Base is less then 1 in ActionSubString, setting to 1."
+#: ../utilities/dumpshm.cpp:479
+msgid "\tFilespec: "
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:896
-msgid ""
-"base goes beyond input string in ActionSubString, returning the empty string."
+#: ../utilities/dumpshm.cpp:480
+msgid "\t# Bytes allocated: "
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:910
-msgid "base+size goes beyond input string in ActionSubString, adjusting size"
+#: ../utilities/dumpshm.cpp:481
+msgid "\tTotal # of bytes: "
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:978
+#: ../utilities/processor.cpp:133 ../gui/Player.cpp:390
 #, c-format
-msgid "-- get var: %s=%s"
+msgid "fs_callback(%p): %s %s"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:982
+#: ../utilities/processor.cpp:160
 #, c-format
-msgid "-- get var: %s=%s at %p"
+msgid "Gnash gprocessor version: %s, Gnash version: %s"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1007
+#: ../utilities/processor.cpp:197 ../utilities/soldumper.cpp:81
+#: ../gui/gnash.cpp:230
+msgid "Verbose output turned on"
+msgstr "Ausführliche Ausgabe ein"
+
+#: ../utilities/processor.cpp:203 ../gui/gnash.cpp:275
+msgid "Setting debugger ON"
+msgstr "Debugging EIN"
+
+#: ../utilities/processor.cpp:205
+#, fuzzy
+msgid "The debugger has been disabled at configuration time"
+msgstr "Debugger wurde bei der Kompilierung deaktiviert"
+
+#: ../utilities/processor.cpp:211
+#, fuzzy
+msgid "Verbose actions disabled at compile time"
+msgstr "Ausführlicher Modus für Aktionen bei der Kompilierung deaktiviert"
+
+#: ../utilities/processor.cpp:218
+#, fuzzy
+msgid "Verbose parsing disabled at compile time"
+msgstr "Ausführlicher Modus beim Parsen bei der Kompilierung deaktiviert"
+
+#: ../utilities/processor.cpp:328 ../utilities/processor.cpp:331
+#: ../gui/Player.cpp:235
 #, c-format
-msgid "-- set var: %s = %s"
+msgid "%s appended to local sandboxes"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1069
+#: ../utilities/processor.cpp:480
+#, c-format
 msgid ""
-"ActionGetProperty(<empty>) called, but current target is not a character"
+"gprocessor -- an SWF preprocessor for Gnash.\n"
+"\n"
+"usage: %s [options] <file>\n"
+"\n"
+"Preprocesses the given SWF movie files.  Optionally write preprocessed "
+"shape\n"
+"and font data to cache files, so the associated SWF files can be loaded\n"
+"faster.\n"
+"\n"
+"%s%s%s%s"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1092
-#, c-format
-msgid "invalid property query, property number %d"
+#: ../utilities/processor.cpp:489
+#, fuzzy
+msgid ""
+"options:\n"
+"\n"
+"  --help(-h)  Print this info.\n"
+"  --version   Print the version numbers.\n"
+"  -w          Write a .gsc file with preprocessed info, for each input "
+"file.\n"
+"  -v          Be verbose; i.e. print log messages to stdout\n"
 msgstr ""
+"  -h, --help  Diese Hilfe anzeigen.\n"
+"  -s <Faktor> Film um den angegebenen Faktor skalieren\n"
+"  -c          Core-Dump-Datei erstellen anstatt SDL zu erlauben, ihn "
+"aufzufangen\n"
+"  -d num      Number of milliseconds to delay in main loop\n"
+"  -v          Ausführlicher Modus; d.h. Log-Meldungen nach stdout senden\n"
 
-#: server/vm/ASHandlers.cpp:1101
-#, c-format
-msgid "Could not find GetProperty target (%s)"
+#: ../utilities/processor.cpp:497
+#, fuzzy
+msgid "  -vp         Be verbose about movie parsing\n"
+msgstr "  -va         Ausführlicher Modus für Film-Aktionen\n"
+
+#: ../utilities/processor.cpp:502
+#, fuzzy
+msgid "  -va         Be verbose about ActionScript\n"
+msgstr "  -va         Ausführlicher Modus für Film-Aktionen\n"
+
+#: ../utilities/processor.cpp:507
+msgid ""
+"  -d [<ms>]\n"
+"              Milliseconds delay between advances (0 by default).\n"
+"              If '-1' the delay will be computed from the FPS.\n"
+"  -r <times>  Allow the given number of complete runs.\n"
+"              Keep looping undefinitely if set to 0.\n"
+"              Default is 1 (end as soon as the last frame is reached).\n"
+"  -f <frames>  \n"
+"              Allow the given number of frame advancements.\n"
+"              Keep advancing untill any other stop condition\n"
+"              is encountered if set to 0 (default).\n"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1133
-#, c-format
-msgid "invalid set_property, property number %d"
+#: ../utilities/soldumper.cpp:85
+msgid "forcing local directory access only"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1157
-#, c-format
-msgid "Path given to duplicateMovieClip(%s) doesn't point to a character"
+#: ../utilities/soldumper.cpp:90
+msgid "List .sol files in the default directory"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1168
-#, c-format
-msgid "Path given to duplicateMovieClip(%s) is not a sprite"
+#: ../utilities/soldumper.cpp:173
+msgid "This program dumps the internal data of a .sol file"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1193
-#, c-format
-msgid "Path given to removeMovieClip(%s) doesn't point to a character"
+#: ../utilities/soldumper.cpp:175
+#, fuzzy
+msgid "Usage: soldumper [h] filename"
+msgstr "Verwendung: soldumper [h] Dateiname"
+
+#: ../utilities/soldumper.cpp:177
+msgid "-f\tForce local directory access"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1203
-#, c-format
-msgid "Path given to removeMovieClip(%s) is not a sprite"
+#: ../utilities/soldumper.cpp:178
+msgid "-l\tList all .sol files in default dir"
+msgstr "-l\tAlle .sol-Dateien im Standardordner auflisten"
+
+#: ../gui/gnash.cpp:89
+msgid ""
+"usage: gnash [options] movie_file.swf\n"
+"\n"
+"Plays a SWF (Shockwave Flash) movie\n"
+"options:\n"
+"\n"
 msgstr ""
+"Verwendung: gnash [Optionen] Film_Datei.swf\n"
+"\n"
+"Wiedergabe eines SWF (Shockwave Flash) Films\n"
+"Optionen:\n"
+"\n"
 
-#: server/vm/ASHandlers.cpp:1242
-#, c-format
-msgid "start_drag of invalid target '%s'"
+#: ../gui/gnash.cpp:94
+#, fuzzy
+msgid ""
+"  -h, --help    Print this info.\n"
+"  -s <factor>   Scale the movie up/down by the specified factor\n"
+"  -c            Produce a core file instead of letting SDL trap it\n"
+"  -d num        Number of milliseconds to delay in main loop\n"
+"  -v            Be verbose; i.e. print log messages to stdout\n"
 msgstr ""
+"  -h, --help  Diese Hilfe anzeigen.\n"
+"  -s <Faktor> Film um den angegebenen Faktor skalieren\n"
+"  -c          Core-Dump-Datei erstellen anstatt SDL zu erlauben, ihn "
+"aufzufangen\n"
+"  -d num      Number of milliseconds to delay in main loop\n"
+"  -v          Ausführlicher Modus; d.h. Log-Meldungen nach stdout senden\n"
 
-#: server/vm/ASHandlers.cpp:1266
-msgid "Y values in ActionStartDrag swapped, fixing"
+#: ../gui/gnash.cpp:101
+#, fuzzy
+msgid "  -va           Be verbose about movie Actions\n"
+msgstr "  -va         Ausführlicher Modus für Film-Aktionen\n"
+
+#: ../gui/gnash.cpp:106
+#, fuzzy
+msgid "  -vp           Be verbose about parsing the movie\n"
+msgstr "  -vp         Ausführlicher Modus beim Parsen des Films\n"
+
+#: ../gui/gnash.cpp:111
+msgid ""
+"  -m <bias>     Specify the texture LOD bias (float, default is -1.0)\n"
+"  -x <ID>       X11 Window ID for display\n"
+"  -w            Produce the disk based debug log\n"
+"  -j <width >   Set window width\n"
+"  -k <height>   Set window height\n"
+"  -1            Play once; exit when/if movie reaches the last frame\n"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1274
-msgid "X values in ActionStartDrag swapped, fixing"
+#: ../gui/gnash.cpp:118
+#, fuzzy
+msgid ""
+"  -g            Turn on the Flash debugger\n"
+"  -r <0|1|2|3>\n"
+"                0 disables both rendering & sound (good for batch tests)\n"
+"                1 enables rendering & disables sound\n"
+"                2 enables sound & disables rendering\n"
+"                3 enables both rendering & sound (default)\n"
 msgstr ""
+"  -g          Flash-Debugger einschalten\n"
+"  -r <0|1|2|3>\n"
+"              0 Rendering und Audio deaktiviert (good for batch tests)\n"
+"              1 Rendering aktiviert, Audio deaktiviert\n"
+"              2 Audio aktiviert, Rendering deaktiviert\n"
+"              3 Rendering und Audio aktiviert (Standard)\n"
 
-#: server/vm/ASHandlers.cpp:1340
-#, c-format
-msgid "-- %s cast_to %s (invalid args?)"
+#: ../gui/gnash.cpp:125
+msgid ""
+"  -t <sec>      Timeout and exit after the specified number of seconds\n"
+"  -u <url>      Set \"real\" url of the movie\n"
+"                (useful for downloaded movies)\n"
+"  -U <url>      Set \"base\" url for this run\n"
+"                (used to resolve relative urls, defaults to movie url)\n"
+"  -P <param>    Set parameter (ie. \"FlashVars=A=1&b=2\")\n"
+"  -V, --version Print gnash's version number and exit\n"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1360
-msgid "ActionCastOp TESTING"
+#: ../gui/gnash.cpp:135
+msgid "  -f num        Print FPS every num seconds (float)."
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1496
-#, c-format
+#: ../gui/gnash.cpp:138
+#, fuzzy
 msgid ""
-"Frame spec found on stack at ActionWaitForFrame doesn't evaluate to a valid "
-"frame: %s"
+"\n"
+"keys:\n"
+"\n"
+"  CTRL-Q, CTRL-W  Quit/Exit\n"
+"  CTRL-P          Toggle Pause\n"
+"  CTRL-R          Restart the movie\n"
+"  CTRL-[ or kp-   Step back one frame\n"
+"  CTRL-] or kp+   Step forward one frame\n"
+"  CTRL-L          Force immediate redraw\n"
 msgstr ""
+"Tastenkombinationen:\n"
+"  Strg-Q, Strg-W, ESC   Beenden\n"
+"  Strg-P          Pause\n"
+"  Strg-R          Film neu starten\n"
+"  Strg-[ or kp-   Ein Bild zurück\n"
+"  Strg-] or kp+   Ein Bild vorwärts\n"
+"  Strg-B          Hintergrundfarbe ändern\n"
 
-#: server/vm/ASHandlers.cpp:1561
+#: ../gui/gnash.cpp:165
 #, c-format
-msgid "[push length=%d]"
-msgstr ""
+msgid "Gnash "
+msgstr "Gnash "
 
-#: server/vm/ASHandlers.cpp:1580
-#, c-format
+#: ../gui/gnash.cpp:176
+#, fuzzy, c-format
 msgid ""
-"Unknown push type %d. Execution will continue but it is likely to fail due "
-"to lost sync."
+"Build options %s\n"
+"   Target: %s\n"
+"   Renderer: %s - GUI: %s - Media handler: %s\n"
+"   Configured with: %s\n"
+"   CXXFLAGS: %s\n"
 msgstr ""
+"Build-Optionen %s\n"
+"   Ziel: %s\n"
+"   Renderer: %s   GUI: %s   Medienhandler: %s\n"
 
-#: server/vm/ASHandlers.cpp:1630
+#: ../gui/gnash.cpp:184
 #, c-format
-msgid "register %d out of bounds"
+msgid "Ffmpeg version is: %s\n"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1676 server/vm/ASHandlers.cpp:1695
+#: ../gui/gnash.cpp:187
 #, c-format
-msgid "dict_lookup %d is out of bounds"
+msgid "Gstreamer version is: %d.%d.%d.\n"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1707 server/vm/ASHandlers.cpp:1711
-msgid "\t"
-msgstr ""
+#: ../gui/gnash.cpp:238
+msgid "Logging to disk enabled"
+msgstr "Logging auf Festplatte aktiviert"
 
-#: server/vm/ASHandlers.cpp:1707
-#, c-format
-msgid ") type=%s (%d), value=%s"
+#: ../gui/gnash.cpp:244
+msgid "No verbose actions; disabled at compile time"
 msgstr ""
+"Kein ausführlicher Modus für Aktionen. Bei der Kompilierung deaktiviert"
 
-#: server/vm/ASHandlers.cpp:1711
+#: ../gui/gnash.cpp:251
+msgid "No verbose parsing; disabled at compile time"
+msgstr "Kein ausführlicher Modus beim Parsen. Bei der Kompilierung 
deaktiviert"
+
+#: ../gui/gnash.cpp:262
 #, c-format
-msgid ") type=%s, value=%s"
-msgstr ""
+msgid "Setting root URL to %s"
+msgstr "Setze Root-URL auf %s"
 
-#: server/vm/ASHandlers.cpp:1762
-msgid "Bogus empty GetUrl url in SWF file, skipping"
-msgstr ""
+#: ../gui/gnash.cpp:266
+#, c-format
+msgid "Setting base URL to %s"
+msgstr "Setze Basis-URL auf %s"
 
-#: server/vm/ASHandlers.cpp:1777
-msgid ""
-"Bogus GetUrl2 send vars method  in SWF file (both GET and POST requested), "
-"set to 0"
-msgstr ""
+#: ../gui/gnash.cpp:271
+#, fuzzy
+msgid "Setting width to "
+msgstr "Setze Breite auf %d"
 
-#: server/vm/ASHandlers.cpp:1830
-#, c-format
-msgid "get url: target=%s, url=%s (%s)"
-msgstr ""
+#: ../gui/gnash.cpp:280
+#, fuzzy, c-format
+msgid "No debugger; disabled at compile time, -g is invalid\n"
+msgstr "Kein Debugging. Bei der Kompilierung deaktiviert"
 
-#: server/vm/ASHandlers.cpp:1838
-#, c-format
-msgid "get url: target %s not found"
-msgstr ""
+#: ../gui/gnash.cpp:287
+#, fuzzy
+msgid "Setting height to "
+msgstr "Setze Höhe auf %d"
 
-#: server/vm/ASHandlers.cpp:1846
-#, c-format
-msgid "get url: target %s is not a sprite"
-msgstr ""
+#: ../gui/gnash.cpp:321
+#, fuzzy
+msgid "-r must be followed by 0, 1, 2 or 3 "
+msgstr "-r erfordert 0, 1, 2, oder 3 (%ld ist ungültig)"
 
-#: server/vm/ASHandlers.cpp:1853
-msgid "getURL2 loadVariable"
-msgstr ""
+#: ../gui/gnash.cpp:335
+#, fuzzy, c-format
+msgid "FPS debugging disabled at compile time, -f is invalid\n"
+msgstr "Kein Debugging. Bei der Kompilierung deaktiviert"
 
-#: server/vm/ASHandlers.cpp:1860
-msgid "getURL2 target load"
+#: ../gui/gnash.cpp:360
+msgid "No rendering flags specified, using rcfile"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1871
+#: ../gui/gnash.cpp:381
 #, c-format
-msgid ""
-"Unhandled GetUrl2 sendVariableMethod (%d) with loadTargetFlag and ! "
-"loadVariablesFlag"
+msgid "Got variable option (%s) on command line"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1884
-#, c-format
-msgid "Unhandled GetUrl2 sendVariableMethod (%d) with no loadTargetFlag"
+#: ../gui/gtk.cpp:111
+msgid "Created XEmbedded window"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1898
-#, c-format
-msgid "Launching URL... %s"
+#: ../gui/gtk.cpp:119
+msgid "Created top level window"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1923
-#, c-format
-msgid ""
-"Couldn't find movie \"%s\" to set target to! Not setting target at all..."
+#: ../gui/gtk.cpp:257
+msgid "Created fullscreen window"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1951
-msgid "Undefined GetUrl2 url on stack, skipping"
+#: ../gui/gtk.cpp:296
+msgid "Destroyed fullscreen window"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:1988
-msgid "branch to offset "
-msgstr ""
+#: ../gui/gtk.cpp:457 ../gui/gtk.cpp:1046
+msgid "Sound"
+msgstr "Audio"
 
-#: server/vm/ASHandlers.cpp:1988
-msgid "  --  this section only runs to "
-msgstr ""
+#: ../gui/gtk.cpp:468 ../gui/kde.cpp:434
+msgid "Quit Gnash"
+msgstr "Gnash beenden"
 
-#: server/vm/ASHandlers.cpp:2028
-#, c-format
-msgid ""
-"Couldn't find target_sprite \"%s\" in ActionCallFrame! target frame actions "
-"will not be called..."
-msgstr ""
+#: ../gui/gtk.cpp:548 ../gui/gtk.cpp:549
+#, fuzzy, c-format
+msgid "Couldn't find pixmap file: %s"
+msgstr "Konnte Ziel '%s' nicht finden"
 
-#: server/vm/ASHandlers.cpp:2090
+#: ../gui/gtk.cpp:555
 #, c-format
-msgid ""
-"Frame spec found on stack at ActionGotoExpression doesn't evaluate to a "
-"valid frame: %s"
+msgid "Failed to load pixbuf file: %s: %s"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2104
+#: ../gui/gtk.cpp:765
 #, c-format
 msgid ""
-"Couldn't find target sprite \"%s\" in ActionGotoExpression.  Will not go to "
-"target frame..."
+"Attempting to open file %s.\n"
+"NOTE: the file open functionality is not yet implemented!"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2125
-msgid "No elements on the stack at ActionDelete (0x3A). Returning FALSE."
-msgstr ""
+#: ../gui/gtk.cpp:788
+msgid "Gnash preferences"
+msgstr "Einstellungen"
 
-#: server/vm/ASHandlers.cpp:2164
-#, c-format
-msgid "-- set local var: %s = %s"
+#: ../gui/gtk.cpp:810
+msgid "Verbosity"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2196
-#, c-format
-msgid "ActionCallFunction: %s is not an object"
+#: ../gui/gtk.cpp:825
+msgid "Log to file"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2205
-msgid "Object doensn't have a constructor"
+#: ../gui/gtk.cpp:843
+msgid "Log File name"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2216
+#: ../gui/gtk.cpp:857
 #, c-format
-msgid ""
-"Attempt to call a function with %u arguments while only %u are available on "
-"the stack."
+msgid "Debug log filename: %s"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2307
-#, c-format
-msgid "---new object: %s"
+#: ../gui/gtk.cpp:864
+msgid "Parser output"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2320
-#, c-format
-msgid "ActionNew: '%s' is not a constructor"
+#: ../gui/gtk.cpp:882
+msgid "Debug ActionScript"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2360
-msgid "The 'var whatever' syntax in timeline context is a no-op."
+#: ../gui/gtk.cpp:901
+msgid "Debugger"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2476
-#, c-format
-msgid "Argument to TargetPath(%s) doesn't cast to a MovieClip"
+#: ../gui/gtk.cpp:920
+msgid "<b>Logging preferences</b>"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2514
-#, c-format
-msgid "Top of stack not an object (%s) at ActionEnumerate execution"
+#: ../gui/gtk.cpp:925
+msgid "Logging"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2672
-#, c-format
-msgid " ActionGetMember: target: %s (object %p)"
+#: ../gui/gtk.cpp:943
+msgid "Allow remote access from: "
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2688
-#, c-format
-msgid "-- get_member %s.%s=%s"
+#: ../gui/gtk.cpp:950
+msgid "Whitelist"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2714
-#, c-format
-msgid "-- set_member %s.%s=%s"
+#: ../gui/gtk.cpp:957
+msgid "Blacklist"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2726
-#, c-format
-msgid "-- set_member %s.%s=%s on invalid object!"
+#: ../gui/gtk.cpp:976
+msgid "local host only"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2781
-#, c-format
-msgid ""
-"Attempt to call a method with %u arguments while only %u are available on "
-"the stack."
+#: ../gui/gtk.cpp:988
+msgid "local domain only"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2790
-#, c-format
-msgid " method name: %s"
+#: ../gui/gtk.cpp:1000
+msgid "<b>Security preferences</b>"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2791
-#, c-format
-msgid " method object/func: %s"
-msgstr ""
+#: ../gui/gtk.cpp:1005
+msgid "Security"
+msgstr "Sicherheit"
 
-#: server/vm/ASHandlers.cpp:2792
-#, c-format
-msgid " method nargs: %d"
+#: ../gui/gtk.cpp:1023
+msgid "Enable sound"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2807
-msgid ""
-"ActionCallMethod invoked with undefined method_name and non-object object/"
-"func"
+#: ../gui/gtk.cpp:1041
+msgid "<b>Sound preferences</b>"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2816
-msgid ""
-"Function object given to ActionCallMethod is not a function, will try to use "
-"its 'constructor' member"
-msgstr ""
+#: ../gui/gtk.cpp:1060 ../gui/gtk.cpp:1067
+msgid "Movie Properties"
+msgstr "Film-Eigenschaften"
 
-#: server/vm/ASHandlers.cpp:2826
-msgid "ActionCallMethod: object has no constructor"
-msgstr ""
+#: ../gui/gtk.cpp:1076
+msgid "VM Properties"
+msgstr "VM-Eigenschaften"
 
-#: server/vm/ASHandlers.cpp:2835
-msgid "ActionCallMethod: object constructor is not a function"
-msgstr ""
+#: ../gui/gtk.cpp:1101
+#, fuzzy
+msgid "VM not initialized yet"
+msgstr "Konnte Datenbank nicht initialisieren"
 
-#: server/vm/ASHandlers.cpp:2851
-#, c-format
-msgid "ActionCallMethod: Tried to invoke method '%s' on non-object value %s."
+#: ../gui/gtk.cpp:1170
+msgid "Depth"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2864
-#, c-format
-msgid "ActionCallMethod: Can't find method %s of object %s"
+#: ../gui/gtk.cpp:1181
+msgid "Variable"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2887
-msgid "FIXME: debugger doesn't deal with anonymous function calls"
+#: ../gui/gtk.cpp:1192
+msgid "Value"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2924
-#, c-format
+#: ../gui/gtk.cpp:1247
+msgid "Gnash is the GNU Flash movie player based on GameSWF."
+msgstr "Gnash ist der Flash-Player von GNU, der auf GameSWF basiert."
+
+#: ../gui/gtk.cpp:1249
 msgid ""
-"Attempt to call a constructor with %u arguments while only %u are available "
-"on the stack."
+"\n"
+"Renderer: "
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:2936
-msgid "On ActionNewMethod: no object found on stack on ActionMethod"
-msgstr ""
+#: ../gui/gtk.cpp:1262
+msgid "GNASH flash movie player"
+msgstr "Gnash Flash-Player"
 
-#: server/vm/ASHandlers.cpp:2954
-#, c-format
-msgid "ActionNewMethod: can't find method %s of object %s"
-msgstr ""
+#: ../gui/gtk.cpp:1284 ../gui/gtk.cpp:1297
+msgid "Open file"
+msgstr "Datei öffnen"
 
-#: server/vm/ASHandlers.cpp:2968
-msgid "ActionNewMethod: method name is undefined, and object is not a function"
-msgstr ""
+#: ../gui/gtk.cpp:1638
+msgid "File"
+msgstr "Datei"
 
-#: server/vm/ASHandlers.cpp:3007
-#, c-format
-msgid "-- %s instanceof %s (invalid args?)"
-msgstr ""
+#: ../gui/gtk.cpp:1702
+msgid "Edit"
+msgstr "Bearbeiten"
 
-#: server/vm/ASHandlers.cpp:3041
-#, c-format
-msgid "Top of stack not an object %s at ActionEnum2  execution"
-msgstr ""
+#: ../gui/gtk.cpp:1724
+msgid "Help"
+msgstr "Hilfe"
 
-#: server/vm/ASHandlers.cpp:3218
-#, c-format
-msgid "ActionExtends: Super is not an as_function (%s)"
-msgstr "ActionExtends: Super ist keine as_function (%s)"
+#: ../gui/gtk.cpp:1745
+msgid "View"
+msgstr "Ansicht"
 
-#: server/vm/ASHandlers.cpp:3223
-#, c-format
-msgid "ActionExtends: Sub is not an as_function (%s)"
-msgstr "ActionExtends: Super ist keine as_function (%s)"
+#: ../gui/gtk.cpp:1755
+msgid "Redraw"
+msgstr "Aktualisieren"
 
-#: server/vm/ASHandlers.cpp:3312
-#, c-format
-msgid ""
-"function2 code len (%u) overflows DOACTION tag boundaries (DOACTION tag len="
-msgstr ""
+#: ../gui/gtk.cpp:1767 ../gui/gtk.cpp:1773
+msgid "Toggle fullscreen"
+msgstr "Vollbild"
 
-#: server/vm/ASHandlers.cpp:3315
-msgid ", function2 code offset="
-msgstr ""
+# (Taken from Totem translation)
+#: ../gui/gtk.cpp:1789
+msgid "Movie Control"
+msgstr "Gehe zu"
 
-#: server/vm/ASHandlers.cpp:3315
-msgid "). Forcing code len to eat the whole buffer (would this work?)."
-msgstr ""
+#: ../gui/gtk.cpp:1802
+msgid "Play"
+msgstr "Wiedergabe"
 
-#: server/vm/ASHandlers.cpp:3379
-msgid "-------------- with block start: stack size is "
-msgstr ""
+#: ../gui/gtk.cpp:1815
+#, fuzzy
+msgid "Pause"
+msgstr "Pause"
 
-#: server/vm/ASHandlers.cpp:3389
-msgid "ActionWith tag length != 2; skipping"
-msgstr ""
+#: ../gui/gtk.cpp:1828
+msgid "Stop"
+msgstr "Stopp"
 
-#: server/vm/ASHandlers.cpp:3399
-msgid "Empty with() block..."
-msgstr ""
+#: ../gui/gtk.cpp:1843 ../gui/kde.cpp:429
+msgid "Restart Movie"
+msgstr "Neu starten"
 
-#: server/vm/ASHandlers.cpp:3415
-msgid "With-block skipped (with stack size exceeds limit of "
-msgstr ""
+#: ../gui/gtk.cpp:1859
+#, fuzzy
+msgid "Step Forward Frame"
+msgstr "Vorspulen"
 
-#: server/vm/ASHandlers.cpp:3417
-msgid " elements)"
-msgstr ""
+#: ../gui/gtk.cpp:1871
+#, fuzzy
+msgid "Step Backward Frame"
+msgstr "Zurückspulen"
 
-#: server/vm/ASHandlers.cpp:3533
-#, c-format
-msgid "-------------- local register[%d] = '%s'"
-msgstr ""
+#: ../gui/gtk.cpp:1884
+#, fuzzy
+msgid "Jump Forward 10 Frames"
+msgstr "Vorwärts springen"
 
-#: server/vm/ASHandlers.cpp:3542
-#, c-format
-msgid "-------------- global register[%d] = '%s'"
-msgstr ""
+#: ../gui/gtk.cpp:1894
+#, fuzzy
+msgid "Jump Backward 10 Frames"
+msgstr "Zurück springen"
 
-#: server/vm/ASHandlers.cpp:3550
+#: ../gui/gtk_glue_gtkglext.cpp:68
 #, c-format
-msgid "store_register[%d] -- register out of bounds!"
+msgid "OpenGL extension version - %d.%d"
 msgstr ""
 
-#: server/vm/ASHandlers.cpp:3561
-#, c-format
-msgid "at SWFHandlers::action_name(%d) call time, _handlers size is "
+#: ../gui/gtk_glue_gtkglext.cpp:78
+msgid ""
+"Cannot find the double-buffered visual.\n"
+"Trying single-buffered visual."
 msgstr ""
 
-#: utilities/dumpshm.cpp:206
-msgid ""
-"Sorry, we can only list the files on systems with disk based shared memory"
-msgstr "Entschuldigung, wir können Dateien nur auf Systemen mit 
plattenbasiertem geteiltem Speicher auflisten"
+#: ../gui/gtk_glue_gtkglext.cpp:84
+msgid "No appropriate OpenGL-capable visual found."
+msgstr ""
 
-#: utilities/dumpshm.cpp:215
-msgid "No name specified, nuking everything..."
+#: ../gui/gtk_glue_gtkglext.cpp:87
+msgid "Got single-buffered visual."
 msgstr ""
 
-#: utilities/dumpshm.cpp:222
-msgid "Removing segment: "
+#: ../gui/gtk_glue_gtkglext.cpp:90
+msgid "Got double-buffered visual."
 msgstr ""
 
-#: utilities/dumpshm.cpp:230
-msgid "Nuking the shared memory segment "
+#: ../gui/gui.cpp:348
+#, c-format
+msgid "mouse @ %d,%d"
 msgstr ""
 
-#: utilities/dumpshm.cpp:256
-msgid "ERROR: couldn't read!"
-msgstr "FEHLER: Lesen unmöglich!"
+#: ../gui/gui.cpp:735
+#, c-format
+msgid "Frame %d"
+msgstr "Bild %d"
 
-#: utilities/dumpshm.cpp:287
-msgid "This program dumps the internal data of a shared memory segment"
-msgstr ""
+#: ../gui/kde.cpp:426
+msgid "Play Movie"
+msgstr "Wiedergabe"
 
-#: utilities/dumpshm.cpp:289
-msgid "Usage: dumpmem [hdsanlif] filename"
-msgstr "Verwendung: dumpmem [hdsanlif] Dateiname"
+#: ../gui/kde.cpp:427
+msgid "Pause Movie"
+msgstr "Pause"
 
-#: utilities/dumpshm.cpp:290
-msgid "-h\tHelp"
-msgstr "-h\tHilfe"
+#: ../gui/kde.cpp:428
+msgid "Stop Movie"
+msgstr "Stopp"
 
-#: utilities/dumpshm.cpp:291
-msgid "-d\tDump data"
-msgstr "Speicherauszug erstellen"
+#: ../gui/kde.cpp:430
+msgid "Step Forward"
+msgstr "Vorspulen"
 
-#: utilities/dumpshm.cpp:292
-msgid "-n [optional name]\tNuke everything"
-msgstr ""
+#: ../gui/kde.cpp:431
+msgid "Step Backward"
+msgstr "Zurückspulen"
 
-#: utilities/dumpshm.cpp:293
-msgid "-l\tLength of segment"
-msgstr ""
+#: ../gui/kde.cpp:432
+msgid "Jump Forward"
+msgstr "Vorwärts springen"
 
-#: utilities/dumpshm.cpp:294
-msgid "-i\tList segments"
-msgstr ""
+#: ../gui/kde.cpp:433
+msgid "Jump Backward"
+msgstr "Zurück springen"
 
-#: utilities/dumpshm.cpp:295
-msgid "-f\tForce to use builtin names for nuke"
+#: ../gui/Player.cpp:149
+#, c-format
+msgid "Timer delay set to %d milliseconds"
+msgstr "Timer-Verzögerung auf %d Millisekunden gesetzt"
+
+#: ../gui/Player.cpp:169
+msgid "Sound requested but no sound support compiled in"
 msgstr ""
+"Audio erfordert, jedoch wurde keine Audiounterstützung bei der Kompilierung "
+"aktiviert"
 
-#: utilities/dumpshm.cpp:307
-msgid "\tBase address of this segment: "
+#: ../gui/Player.cpp:200
+#, c-format
+msgid "Activating FPS debugging every %g seconds"
 msgstr ""
 
-#: utilities/dumpshm.cpp:309
-msgid "\tFilespec: "
+#: ../gui/Player.cpp:347
+msgid "Input movie has collapsed dimensions "
 msgstr ""
 
-#: utilities/dumpshm.cpp:310
-msgid "\t# Bytes allocated: "
+#: ../gui/sdl_agg_glue.cpp:77
+#, c-format
+msgid "AGG's bit depth must be 16, 24 or 32 bits, not %d."
 msgstr ""
 
-#: utilities/dumpshm.cpp:311
-msgid "\tTotal # of bytes: "
+#: ../gui/sdl_agg_glue.cpp:94
+msgid "SDL_SetVideoMode() failed for SdlAggGlue."
 msgstr ""
 
-#: utilities/parser.cpp:138
+#: ../gui/sdl_agg_glue.cpp:131
 #, c-format
-msgid "has_scale = %d, has_rotate = %d\n"
-msgstr "has_scale = %d, has_rotate = %d\n"
+msgid "SDL-AGG: %i byte offscreen buffer allocated"
+msgstr ""
 
-#: utilities/parser.cpp:163
-#, c-format
-msgid "x_min: %i, x_max: %i,\twidth: %i twips, %4.0f pixels\n"
-msgstr "x_min : %i, x_max : %i,\tHöhe : %i twips, %4.0f Pixel\n"
+#: ../extensions/mysql/mysql_db.cpp:190
+msgid "Couldn't initialize database"
+msgstr "Konnte Datenbank nicht initialisieren"
 
-#: utilities/parser.cpp:164
+#: ../extensions/mysql/mysql_db.cpp:195
+msgid "Couldn't connect to database"
+msgstr "Konnte mit Datenbank nicht verbinden"
+
+#: ../extensions/mysql/mysql_db.cpp:221 ../extensions/mysql/mysql_db.cpp:248
 #, c-format
-msgid "y_min: %i, y_max: %i, height: %i twips, %4.0f pixels\n"
-msgstr "y_min : %i, y_max : %i, Höhe : %i twips, %4.0f Pixel\n"
+msgid "MySQL connection error: %s"
+msgstr "MySQL-Verbindungsfehler: %s"
 
-#: utilities/parser.cpp:185
+#: ../extensions/mysql/mysql_db.cpp:228 ../extensions/mysql/mysql_db.cpp:255
 #, c-format
-msgid "rgb: %d %d %d \n"
-msgstr "rgb : %d %d %d \n"
+msgid ""
+"MySQL error on query for:\n"
+"\t%s\n"
+"Query was: %s"
+msgstr ""
+"MySQL-Fehler bei Abfrage nach:\n"
+"\t%s\n"
+"Abfrage war: %s"
 
-#: utilities/parser.cpp:206
+#: ../extensions/mysql/mysql_db.cpp:269
 #, c-format
-msgid "rgba: %d %d %d %d\n"
-msgstr "rgba : %d %d %d %d\n"
+msgid "Field name is: %s: "
+msgstr "Feldname ist: %s: "
 
-#: utilities/parser.cpp:279
-msgid "cxform:\n"
-msgstr "cxform:\n"
+#~ msgid "Toggle Sound"
+#~ msgstr "Audio"
 
-#: utilities/parser.cpp:280
-#, c-format
-msgid "has_add = %d, has_mult = %d\n"
-msgstr "has_add = %d, has_mult = %d\n"
+#~ msgid "Some kind of error occurred with raw sound data"
+#~ msgstr "Irgendein Fehler ist bei den Rohaudiodaten aufgetreten"
 
-#: utilities/parser.cpp:298
-msgid ""
-"Movie ended\n"
-"\n"
-msgstr ""
-"Film beendet\n"
-"\n"
+#~ msgid "Some kind of error occurred with adpcm sound data"
+#~ msgstr "Irgendein Fehler ist bei den ADPCM-Audiodaten aufgetreten"
 
+#~ msgid "could not allocate space for data in sound handler"
+#~ msgstr "konnte keinen Speicherplatz für Daten in Audiohandler reservieren"
+
+#~ msgid "Some kind of error with resampling sound data"
+#~ msgstr "Irgendein Fehler bei der Abtastratenänderung der Audiodaten"
+
+#~ msgid ""
+#~ "Behavior for this audio codec %d is unknown.  Please send this SWF to the "
+#~ "developers"
+#~ msgstr ""
+#~ "Verhalten bei diesem Audiocodec, %d, ist unbekannt. Dieses SWF bitte an "
+#~ "die Entwickler senden"
+
+#~ msgid "Your FFMPEG can't decode MP3?!"
+#~ msgstr "Ihr FFMPEG kann MP3 nicht dekodieren!"
+
+#~ msgid ""
+#~ "\n"
+#~ "keys:\n"
+#~ "  CTRL-Q, CTRL-W, ESC   Quit/Exit\n"
+#~ "  CTRL-P          Toggle Pause\n"
+#~ "  CTRL-R          Restart the movie\n"
+#~ "  CTRL-[ or kp-   Step back one frame\n"
+#~ "  CTRL-] or kp+   Step forward one frame\n"
+#~ "  CTRL-B          Toggle background color\n"
+#~ "  CTRL-A          Toggle antialiasing (doesn't work)\n"
+#~ "  CTRL-T          Debug.  Test the set_variable() function\n"
+#~ "  CTRL-G          Debug.  Test the get_variable() function\n"
+#~ "  CTRL-M          Debug.  Test the call_method() function\n"
+#~ msgstr ""
+#~ "\n"
+#~ "Tastenkombinationen:\n"
+#~ "  Strg-Q, Strg-W, ESC   Beenden\n"
+#~ "  Strg-P          Pause\n"
+#~ "  Strg-R          Film neu starten\n"
+#~ "  Strg-[ or kp-   Ein Bild zurück\n"
+#~ "  Strg-] or kp+   Ein Bild vorwärts\n"
+#~ "  Strg-B          Hintergrundfarbe ändern\n"
+#~ "  Strg-A          Toggle antialiasing (doesn't work)\n"
+#~ "  Strg-T          Debug.  Test the set_variable() function\n"
+#~ "  Strg-G          Debug.  Test the get_variable() function\n"
+#~ "  Strg-M          Debug.  Test the call_method() function\n"
+
+#~ msgid "Number is "
+#~ msgstr "Zahl ist "
+
+#~ msgid "Date is "
+#~ msgstr "Datum ist "
+
+#~ msgid " nanoseconds"
+#~ msgstr " Nanosekunden"
+
+#~ msgid "DEBUG: "
+#~ msgstr "DEBUG: "
+
+#~ msgid "ERROR: Unimplemented: "
+#~ msgstr "FEHLER: Nicht implementiert"
+
+#~ msgid "unable to create socket : %s"
+#~ msgstr "Kann Sockel nicht erstellen: %s"
+
+#~ msgid "Klash"
+#~ msgstr "Klash"
+
+#~ msgid "The Gnash Flash player for KDE.\n"
+#~ msgstr "Der Gnash-Flash-Player für KDE.\n"
+
+#~ msgid "Logging to disk enabled."
+#~ msgstr "Logging auf Festplatte aktiviert."
+
+#~ msgid "Setting root URL to: %s"
+#~ msgstr "Setze Root-URL auf: %s"
+
+#~ msgid "Setting width to: %d"
+#~ msgstr "Setze Breite auf: %d"
+
+#~ msgid "Setting height to: %d"
+#~ msgstr "Setze Höhe auf: %d"
+
+#~ msgid "-r must be followed by 0, 1 or 2 (%d is invalid)"
+#~ msgstr "-r erfordert 0, 1, 2 (%d ist ungültig)"
+
+#~ msgid "error: can't get info about %s\n"
+#~ msgstr "Fehler: Kann keine Informationen über %s ermitteln\n"
+
+#~ msgid "error: can't create a movie from '%s'\n"
+#~ msgstr "Fehler: Kann keinen Film aus '%s' erstellen\n"
+
+#~ msgid ""
+#~ "usage: gnash [options] movie_file.swf\n"
+#~ "\n"
+#~ "Plays a SWF (Shockwave Flash) movie\n"
+#~ "options:\n"
+#~ "\n"
+#~ "  -h, --help  Print this info.\n"
+#~ "  -s <factor> Scale the movie up/down by the specified factor\n"
+#~ "  -c          Produce a core file instead of letting SDL trap it\n"
+#~ "  -d num      Number of milliseconds to delay in main loop\n"
+#~ "  -v          Be verbose; i.e. print log messages to stdout\n"
+#~ "  -va         Be verbose about movie Actions\n"
+#~ "  -vp         Be verbose about parsing the movie\n"
+#~ msgstr ""
+#~ "Verwendung: gnash [Optionen] Film_Datei.swf\n"
+#~ "\n"
+#~ "Wiedergabe eines SWF (Shockwave Flash) Films\n"
+#~ "Optionen:\n"
+#~ "\n"
+#~ "  -h, --help  Diese Hilfe anziegen.\n"
+#~ "  -s <Faktor> Film um den angegebenen Faktor skalieren\n"
+#~ "  -c          Core-Dump-Datei erstellen anstatt SDL zu erlauben, ihn "
+#~ "aufzufangen\n"
+#~ "  -d num      Number of milliseconds to delay in main loop\n"
+#~ "  -v          Ausführlicher Modus; d.h. Log-Meldungen nach stdout 
senden\n"
+#~ "  -va         Ausführlicher Modus für Film-Aktionen\n"
+#~ "  -vp         Ausführlicher Modus beim Parsen des Films\n"
+
+#~ msgid "Movie %s: width is %d, height is %d, version is %d\n"
+#~ msgstr "Film %s: Breite ist %d, Höhe ist %d, Version ist %d\n"
+
+#~ msgid "can't create a movie from %s"
+#~ msgstr "kann keinen Film aus %s erstellen"
+
+#~ msgid "player: Shutting down as requested..."
+#~ msgstr "Player: Beende wie erfordert..."
+
+#~ msgid "Can't read XML file %s (stream error %d)"
+#~ msgstr "Kann XML-Datei %s nicht lesen (Stream-Fehler %d)"
+
+#~ msgid "Can't read XML file %s (%s)"
+#~ msgstr "Kann XML-Datei %s nicht lesen (%s)"
+
+#~ msgid "note: couldn't open cache file '%s'"
+#~ msgstr "Bemerkung: Konnte Cache-Datei '%s' nicht öffnen"
+
+#~ msgid "Loading cache file %s"
+#~ msgstr "Lade Cache-Datei %s"
+
+#~ msgid ""
+#~ "gnash is not linked to jpeglib/zlib -- can't load jpeg/zipped image data"
+#~ msgstr ""
+#~ "Gnash ist nicht mit jpeglib/zlib verlinkt -- kann jpeg/zip Bilddaten "
+#~ "nicht laden"
+
+#~ msgid "has_scale = %d, has_rotate = %d\n"
+#~ msgstr "has_scale = %d, has_rotate = %d\n"
+
+#~ msgid "x_min: %i, x_max: %i,\twidth: %i twips, %4.0f pixels\n"
+#~ msgstr "x_min : %i, x_max : %i,\tHöhe : %i twips, %4.0f Pixel\n"
+
+#~ msgid "y_min: %i, y_max: %i, height: %i twips, %4.0f pixels\n"
+#~ msgstr "y_min : %i, y_max : %i, Höhe : %i twips, %4.0f Pixel\n"
+
+#~ msgid "rgb: %d %d %d \n"
+#~ msgstr "rgb : %d %d %d \n"
+
+#~ msgid "rgba: %d %d %d %d\n"
+#~ msgstr "rgba : %d %d %d %d\n"
+
+#~ msgid "cxform:\n"
+#~ msgstr "cxform:\n"
+
+#~ msgid "has_add = %d, has_mult = %d\n"
+#~ msgstr "has_add = %d, has_mult = %d\n"
+
+#~ msgid ""
+#~ "Movie ended\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Film beendet\n"
+#~ "\n"

Index: po/gnash.pot
===================================================================
RCS file: /sources/gnash/gnash/po/gnash.pot,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- po/gnash.pot        13 Jan 2008 10:31:52 -0000      1.3
+++ po/gnash.pot        13 Jan 2008 14:00:26 -0000      1.4
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-01-13 11:22+0100\n"
+"POT-Creation-Date: 2008-01-13 14:45+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -4827,185 +4827,207 @@
 msgid "Destroyed fullscreen window"
 msgstr ""
 
-#: ../gui/gtk.cpp:541 ../gui/gtk.cpp:542
+#: ../gui/gtk.cpp:457 ../gui/gtk.cpp:1046
+msgid "Sound"
+msgstr ""
+
+#: ../gui/gtk.cpp:468 ../gui/kde.cpp:434
+msgid "Quit Gnash"
+msgstr ""
+
+#: ../gui/gtk.cpp:548 ../gui/gtk.cpp:549
 #, c-format
 msgid "Couldn't find pixmap file: %s"
 msgstr ""
 
-#: ../gui/gtk.cpp:548
+#: ../gui/gtk.cpp:555
 #, c-format
 msgid "Failed to load pixbuf file: %s: %s"
 msgstr ""
 
-#: ../gui/gtk.cpp:758
+#: ../gui/gtk.cpp:765
 #, c-format
 msgid ""
 "Attempting to open file %s.\n"
 "NOTE: the file open functionality is not yet implemented!"
 msgstr ""
 
-#: ../gui/gtk.cpp:781
+#: ../gui/gtk.cpp:788
 msgid "Gnash preferences"
 msgstr ""
 
-#: ../gui/gtk.cpp:803
+#: ../gui/gtk.cpp:810
 msgid "Verbosity"
 msgstr ""
 
-#: ../gui/gtk.cpp:818
+#: ../gui/gtk.cpp:825
 msgid "Log to file"
 msgstr ""
 
-#: ../gui/gtk.cpp:836
+#: ../gui/gtk.cpp:843
 msgid "Log File name"
 msgstr ""
 
-#: ../gui/gtk.cpp:850
+#: ../gui/gtk.cpp:857
 #, c-format
 msgid "Debug log filename: %s"
 msgstr ""
 
-#: ../gui/gtk.cpp:857
+#: ../gui/gtk.cpp:864
 msgid "Parser output"
 msgstr ""
 
-#: ../gui/gtk.cpp:875
+#: ../gui/gtk.cpp:882
 msgid "Debug ActionScript"
 msgstr ""
 
-#: ../gui/gtk.cpp:894
+#: ../gui/gtk.cpp:901
 msgid "Debugger"
 msgstr ""
 
-#: ../gui/gtk.cpp:913
+#: ../gui/gtk.cpp:920
 msgid "<b>Logging preferences</b>"
 msgstr ""
 
-#: ../gui/gtk.cpp:918
+#: ../gui/gtk.cpp:925
 msgid "Logging"
 msgstr ""
 
-#: ../gui/gtk.cpp:936
+#: ../gui/gtk.cpp:943
 msgid "Allow remote access from: "
 msgstr ""
 
-#: ../gui/gtk.cpp:943
+#: ../gui/gtk.cpp:950
 msgid "Whitelist"
 msgstr ""
 
-#: ../gui/gtk.cpp:950
+#: ../gui/gtk.cpp:957
 msgid "Blacklist"
 msgstr ""
 
-#: ../gui/gtk.cpp:969
+#: ../gui/gtk.cpp:976
 msgid "local host only"
 msgstr ""
 
-#: ../gui/gtk.cpp:981
+#: ../gui/gtk.cpp:988
 msgid "local domain only"
 msgstr ""
 
-#: ../gui/gtk.cpp:993
+#: ../gui/gtk.cpp:1000
 msgid "<b>Security preferences</b>"
 msgstr ""
 
-#: ../gui/gtk.cpp:998
+#: ../gui/gtk.cpp:1005
 msgid "Security"
 msgstr ""
 
-#: ../gui/gtk.cpp:1016
+#: ../gui/gtk.cpp:1023
 msgid "Enable sound"
 msgstr ""
 
-#: ../gui/gtk.cpp:1034
+#: ../gui/gtk.cpp:1041
 msgid "<b>Sound preferences</b>"
 msgstr ""
 
-#: ../gui/gtk.cpp:1039
-msgid "Sound"
-msgstr ""
-
-#: ../gui/gtk.cpp:1053 ../gui/gtk.cpp:1060
+#: ../gui/gtk.cpp:1060 ../gui/gtk.cpp:1067
 msgid "Movie Properties"
 msgstr ""
 
-#: ../gui/gtk.cpp:1069
+#: ../gui/gtk.cpp:1076
 msgid "VM Properties"
 msgstr ""
 
-#: ../gui/gtk.cpp:1094
+#: ../gui/gtk.cpp:1101
 msgid "VM not initialized yet"
 msgstr ""
 
-#: ../gui/gtk.cpp:1163
+#: ../gui/gtk.cpp:1170
 msgid "Depth"
 msgstr ""
 
-#: ../gui/gtk.cpp:1174
+#: ../gui/gtk.cpp:1181
 msgid "Variable"
 msgstr ""
 
-#: ../gui/gtk.cpp:1185
+#: ../gui/gtk.cpp:1192
 msgid "Value"
 msgstr ""
 
-#: ../gui/gtk.cpp:1631
+#: ../gui/gtk.cpp:1247
+msgid "Gnash is the GNU Flash movie player based on GameSWF."
+msgstr ""
+
+#: ../gui/gtk.cpp:1249
+msgid ""
+"\n"
+"Renderer: "
+msgstr ""
+
+#: ../gui/gtk.cpp:1262
+msgid "GNASH flash movie player"
+msgstr ""
+
+#: ../gui/gtk.cpp:1284 ../gui/gtk.cpp:1297
+msgid "Open file"
+msgstr ""
+
+#: ../gui/gtk.cpp:1638
 msgid "File"
 msgstr ""
 
-#: ../gui/gtk.cpp:1695
+#: ../gui/gtk.cpp:1702
 msgid "Edit"
 msgstr ""
 
-#: ../gui/gtk.cpp:1717
+#: ../gui/gtk.cpp:1724
 msgid "Help"
 msgstr ""
 
-#: ../gui/gtk.cpp:1738
+#: ../gui/gtk.cpp:1745
 msgid "View"
 msgstr ""
 
-#: ../gui/gtk.cpp:1748
+#: ../gui/gtk.cpp:1755
 msgid "Redraw"
 msgstr ""
 
-#: ../gui/gtk.cpp:1760 ../gui/gtk.cpp:1766
+#: ../gui/gtk.cpp:1767 ../gui/gtk.cpp:1773
 msgid "Toggle fullscreen"
 msgstr ""
 
-#: ../gui/gtk.cpp:1782
+#: ../gui/gtk.cpp:1789
 msgid "Movie Control"
 msgstr ""
 
-#: ../gui/gtk.cpp:1795
+#: ../gui/gtk.cpp:1802
 msgid "Play"
 msgstr ""
 
-#: ../gui/gtk.cpp:1808
+#: ../gui/gtk.cpp:1815
 msgid "Pause"
 msgstr ""
 
-#: ../gui/gtk.cpp:1821
+#: ../gui/gtk.cpp:1828
 msgid "Stop"
 msgstr ""
 
-#: ../gui/gtk.cpp:1832 ../gui/kde.cpp:429
+#: ../gui/gtk.cpp:1843 ../gui/kde.cpp:429
 msgid "Restart Movie"
 msgstr ""
 
-#: ../gui/gtk.cpp:1848
+#: ../gui/gtk.cpp:1859
 msgid "Step Forward Frame"
 msgstr ""
 
-#: ../gui/gtk.cpp:1860
+#: ../gui/gtk.cpp:1871
 msgid "Step Backward Frame"
 msgstr ""
 
-#: ../gui/gtk.cpp:1873
+#: ../gui/gtk.cpp:1884
 msgid "Jump Forward 10 Frames"
 msgstr ""
 
-#: ../gui/gtk.cpp:1883
+#: ../gui/gtk.cpp:1894
 msgid "Jump Backward 10 Frames"
 msgstr ""
 
@@ -5070,10 +5092,6 @@
 msgid "Jump Backward"
 msgstr ""
 
-#: ../gui/kde.cpp:434
-msgid "Quit Gnash"
-msgstr ""
-
 #: ../gui/Player.cpp:149
 #, c-format
 msgid "Timer delay set to %d milliseconds"

Index: gui/gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- gui/gtk.cpp 7 Jan 2008 15:16:30 -0000       1.131
+++ gui/gtk.cpp 13 Jan 2008 14:00:26 -0000      1.132
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: gtk.cpp,v 1.131 2008/01/07 15:16:30 bwy Exp $ */
+/* $Id: gtk.cpp,v 1.132 2008/01/13 14:00:26 bwy Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -434,11 +434,13 @@
 bool
 GtkGui::createMenu()
 {
-    //GNASH_REPORT_FUNCTION;
+    // A menu that pops up (normally) on a right-mouse click.
 
     _popup_menu = GTK_MENU(gtk_menu_new());
     
 #ifdef USE_MENUS
+    // If menus are disabled, these are not added to the popup menu
+    // either.
     createFileMenu(GTK_WIDGET(_popup_menu));
     createEditMenu(GTK_WIDGET(_popup_menu));
     createViewMenu(GTK_WIDGET(_popup_menu));
@@ -446,11 +448,16 @@
 #endif
     createHelpMenu(GTK_WIDGET(_popup_menu));
 
-    if (get_sound_handler()) {
-        GtkMenuItem *menuitem_sound =
-            GTK_MENU_ITEM(gtk_menu_item_new_with_label("Toggle Sound"));
-//         gtk_widget_add_accelerator (GTK_WIDGET(menuitem_sound), "activate", 
accel_group,
-//                                 GDK_s, GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
+    GtkWidget *separator1 = gtk_separator_menu_item_new ();
+    gtk_widget_show (separator1);
+    gtk_container_add (GTK_CONTAINER (_popup_menu), separator1);
+
+    if (media::sound_handler *s = get_sound_handler()) {
+        GtkCheckMenuItem *menuitem_sound =
+            
GTK_CHECK_MENU_ITEM(gtk_check_menu_item_new_with_label(_("Sound")));
+        // Set toggle inactive if an active sound handler is muted at start 
(can't
+        // happen at the moment, but might in the future).
+        gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM(menuitem_sound), 
(!s->is_muted()) );
         gtk_menu_append(_popup_menu, GTK_WIDGET(menuitem_sound));
         gtk_widget_show(GTK_WIDGET(menuitem_sound));
         g_signal_connect(GTK_OBJECT(menuitem_sound), "activate",
@@ -458,7 +465,7 @@
     }
 
     GtkMenuItem *menuitem_quit =
-       GTK_MENU_ITEM(gtk_menu_item_new_with_label("Quit Gnash"));
+       GTK_MENU_ITEM(gtk_menu_item_new_with_label(_("Quit Gnash")));
     gtk_menu_append(_popup_menu, GTK_WIDGET(menuitem_quit));
     gtk_widget_show(GTK_WIDGET(menuitem_quit));
     g_signal_connect(GTK_OBJECT(menuitem_quit), "activate",
@@ -1237,9 +1244,9 @@
         NULL 
     };
 
-    string comments = "Gnash is the GNU Flash movie player based on GameSWF.";
+    string comments = _("Gnash is the GNU Flash movie player based on 
GameSWF.");
 
-    comments += "\nRenderer: ";
+    comments += _("\nRenderer: ");
     comments += RENDERER_CONFIG;
     comments += "   GUI: ";
     comments += "GTK2"; // gtk of course!
@@ -1252,7 +1259,7 @@
 
     gtk_show_about_dialog (
                   NULL,
-                   "name", "GNASH flash movie player", 
+                   "name", _("GNASH flash movie player"), 
                    "version", VERSION,
                    "copyright", "Copyright (C) 2005, 2006, 2007, 2008 The Free 
Software Foundation",
                   "comments", comments.c_str(),
@@ -1274,7 +1281,7 @@
     GtkGui* gui = static_cast<GtkGui*>(data);
 
 #if GTK_CHECK_VERSION(2,4,0)
-    dialog = gtk_file_chooser_dialog_new ("Open file",
+    dialog = gtk_file_chooser_dialog_new (_("Open file"),
                                           NULL,
                                           GTK_FILE_CHOOSER_ACTION_OPEN,
                                           GTK_STOCK_CANCEL, 
GTK_RESPONSE_CANCEL,
@@ -1287,7 +1294,7 @@
     
     gtk_widget_destroy (dialog);
 #else
-    dialog = gtk_file_selection_new ("Open file");
+    dialog = gtk_file_selection_new (_("Open file"));
 
     GtkFileSelection* selector = GTK_FILE_SELECTION(dialog);
 
@@ -1825,6 +1832,10 @@
     g_signal_connect ((gpointer) menuitem_stop, "activate",
         G_CALLBACK (&menuitem_stop_callback), this);
 
+    GtkWidget *separator1 = gtk_separator_menu_item_new ();
+    gtk_widget_show (separator1);
+    gtk_container_add (GTK_CONTAINER (menu), separator1);
+
 // Restart
 // 
     GtkImageMenuItem *menuitem_restart =
@@ -1838,9 +1849,9 @@
 
 #if 0 // Presently disabled
 
-    GtkWidget *separator1 = gtk_separator_menu_item_new ();
+    GtkWidget *separator2 = gtk_separator_menu_item_new ();
     gtk_widget_show (separator1);
-    gtk_container_add (GTK_CONTAINER (menu), separator1);
+    gtk_container_add (GTK_CONTAINER (menu), separator2);
 
 // Step Forward
     GtkImageMenuItem *menuitem_step_forward =

Index: po/POTFILES.in
===================================================================
RCS file: po/POTFILES.in
diff -N po/POTFILES.in
--- po/POTFILES.in      20 Apr 2007 11:11:36 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,168 +0,0 @@
-# List of source files which contain translatable strings.
-backend/render_handler_agg.cpp
-backend/render_handler_agg_style.h
-backend/render_handler_d3d.cpp
-backend/render_handler.h
-backend/render_handler_xbox.cpp
-backend/sound_handler_gst.cpp
-backend/sound_handler_mp3.cpp
-backend/sound_handler_sdl.cpp
-cygnal/cygnal.cpp
-cygnal/http.cpp
-cygnal/statistics.cpp
-cygnal/stream.cpp
-extensions/dejagnu/dejagnu.cpp
-extensions/fileio/fileio.cpp
-extensions/gtk2/gtkext.cpp
-extensions/mysql/mysql_db.cpp
-gui/fb.cpp
-gui/gnash.cpp
-gui/gtk.cpp
-gui/gtk_glue_agg.cpp
-gui/gtk_glue_gtkglext.cpp
-gui/gui.cpp
-gui/kde.cpp
-gui/Player.cpp
-gui/riscos.cpp
-gui/riscos_glue_agg.cpp
-gui/sdl_agg_glue.cpp
-gui/sdl.cpp
-libamf/amf.cpp
-libamf/rtmp.cpp
-libbase/curl_adapter.cpp
-libbase/extension.cpp
-libbase/log.cpp
-libbase/log.h
-libbase/network.cpp
-libbase/rc.cpp
-libbase/sharedlib.cpp
-libbase/Thread.cpp
-libbase/utf8.cpp
-libbase/zlib_adapter.cpp
-plugin/klash/klash.cpp
-plugin/plugin.cpp
-plugin/win32/npgnash.cpp
-plugin/win32/plugin.cpp
-server/array.cpp
-server/as_environment.cpp
-server/as_function.cpp
-server/asobj/Camera.cpp
-server/asobj/Color.cpp
-server/asobj/ContextMenu.cpp
-server/asobj/CustomActions.cpp
-server/asobj/Date.cpp
-server/as_object.cpp
-server/as_object.h
-server/asobj/Error.cpp
-server/asobj/gen-asclass.pl
-server/asobj/gen-asclass.sh
-server/asobj/Global.cpp
-server/asobj/Key.cpp
-server/asobj/LoadVars.cpp
-server/asobj/LocalConnection.cpp
-server/asobj/Microphone.cpp
-server/asobj/Mouse.cpp
-server/asobj/MovieClipLoader.cpp
-server/asobj/NetConnection.cpp
-server/asobj/NetStream.cpp
-server/asobj/NetStreamFfmpeg.cpp
-server/asobj/NetStreamGst.cpp
-server/asobj/NetStream.h
-server/asobj/Number.cpp
-server/asobj/Object.cpp
-server/asobj/Selection.cpp
-server/asobj/SharedObject.cpp
-server/asobj/Sound.cpp
-server/asobj/SoundFfmpeg.cpp
-server/asobj/SoundGst.cpp
-server/asobj/SoundMad.cpp
-server/asobj/Stage.cpp
-server/asobj/string.cpp
-server/asobj/System.cpp
-server/asobj/TextSnapshot.cpp
-server/asobj/Video.cpp
-server/asobj/xmlattrs.h
-server/asobj/xml.cpp
-server/asobj/xmlnode.cpp
-server/asobj/xmlnode.h
-server/asobj/xmlsocket.cpp
-server/as_value.cpp
-server/BitmapMovieInstance.cpp
-server/button_character_instance.cpp
-server/character.cpp
-server/character.h
-server/cxform.cpp
-server/debugger.cpp
-server/dlist.cpp
-server/edit_text_character.cpp
-server/fill_style.cpp
-server/font.cpp
-server/fontlib.cpp
-server/generic_character.cpp
-server/gnash.h
-server/impl.cpp
-server/LoadVariablesThread.cpp
-server/LoadVariablesThread.h
-server/matrix.cpp
-server/movie_instance.cpp
-server/movie_root.cpp
-server/movie_root.h
-server/parser/action_buffer.cpp
-server/parser/action_buffer.h
-server/parser/BitmapMovieDefinition.cpp
-server/parser/button_character_def.cpp
-server/parser/edit_text_character_def.cpp
-server/parser/morph2_character_def.cpp
-server/parser/movie_def_impl.cpp
-server/parser/shape_character_def.cpp
-server/parser/sprite_definition.cpp
-server/parser/sprite_definition.h
-server/parser/text_character_def.cpp
-server/PropertyList.cpp
-server/PropertyList.h
-server/rect.cpp
-server/render.cpp
-server/shape.cpp
-server/shm.cpp
-server/sprite_instance.cpp
-server/sprite_instance.h
-server/stream.cpp
-server/StreamProvider.cpp
-server/swf/DefineFontAlignZonesTag.cpp
-server/swf_function.cpp
-server/swf/PlaceObject2Tag.cpp
-server/swf/tag_loaders.cpp
-server/text.cpp
-server/textformat.cpp
-server/timers.cpp
-server/tools.cpp
-server/types.cpp
-server/URLAccessManager.cpp
-server/video_stream_instance.cpp
-server/vm/action.cpp
-server/vm/ActionExec.cpp
-server/vm/ASHandlers.cpp
-server/vm/ExecutableCode.h
-testsuite/libbase/TCXXRc.cpp
-testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp
-testsuite/misc-ming.all/attachMovieTestRunner.cpp
-testsuite/misc-ming.all/DrawingApiTestRunner.cpp
-testsuite/misc-ming.all/eventSoundTest1-Runner.cpp
-testsuite/misc-ming.all/intervalTestRunner.cpp
-testsuite/misc-ming.all/KeyTest-Runner.cpp
-testsuite/misc-ming.all/loadMovieTestRunner.cpp
-testsuite/misc-ming.all/loop_test-Runner.cpp
-testsuite/misc-ming.all/registerClassTestRunner.cpp
-testsuite/misc-ming.all/RollOverOutTest-Runner.cpp
-testsuite/misc-ming.all/simple_loop_testrunner.cpp
-testsuite/movies.all/gravity_embedded-TestRunner.cpp
-testsuite/MovieTester.cpp
-testsuite/samples/clip_as_button2-TestRunner.cpp
-testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp
-testsuite/server/DisplayListTest.cpp
-testsuite/server/GetterSetterTest.cpp
-testsuite/server/PropertyListTest.cpp
-testsuite/sound_handler_test.cpp
-utilities/dumpshm.cpp
-utilities/parser.cpp
-utilities/processor.cpp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]