_                 144 cygnal/cgi-bin/echo/echo.cpp                     log_debug(_("Verbose output turned on"));
_                 161 cygnal/cgi-bin/echo/echo.cpp             log_error(_("Error parsing command line options: %s"), e.what());
_                 315 cygnal/cgi-bin/echo/echo.cpp          << _("Usage: test_amf [options...]") << endl
_                 316 cygnal/cgi-bin/echo/echo.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 317 cygnal/cgi-bin/echo/echo.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 318 cygnal/cgi-bin/echo/echo.cpp 	 << _("  -n,  --netdebug      Turn on net debugging messages") << endl
_                 319 cygnal/cgi-bin/echo/echo.cpp 	 << _("  -p,  --netdebug      port for network") << endl
_                 149 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp                     log_debug(_("Verbose output turned on"));
_                 166 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp             log_error(_("Error parsing command line options: %s"), e.what());
_                 320 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp          << _("Usage: test_amf [options...]") << endl
_                 321 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 322 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 323 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp 	 << _("  -n,  --netdebug      Turn on net debugging messages") << endl
_                 324 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp 	 << _("  -p,  --netdebug      port for network") << endl
_                 216 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                     log_debug(_("Verbose output turned on"));
_                 233 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp             log_error(_("Error parsing command line options: %s"), e.what());
_                 309 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp         log_debug(_("Scanning directory \"%s\" for %s files"), path, type);
_                 313 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp             log_error(_("Can't open directory %s"), path);
_                 340 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 log_debug(_("Gnash media file name: %s"), name);
_                 441 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp                 log_debug (_("Document Root for media files is: %s"),
_                 595 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp          << _("Usage: test_amf [options...]") << endl
_                 596 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 597 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 598 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp 	 << _("  -n,  --netdebug      Turn on net debugging messages") << endl
_                 599 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp 	 << _("  -p,  --netdebug      port for network") << endl
_                 145 cygnal/crc.cpp             log_error(_("Couldn't open file: %s"), filespec.c_str());
_                 189 cygnal/cygnal.cpp 	cout << _("cygnal -- a streaming media server.") << endl
_                 191 cygnal/cygnal.cpp 	<< _("Usage: cygnal [options...]") << endl
_                 192 cygnal/cygnal.cpp 	<< _("  -h,  --help          Print this help and exit") << endl
_                 193 cygnal/cygnal.cpp 	<< _("  -V,  --version       Print version information and exit") << endl
_                 194 cygnal/cygnal.cpp 	<< _("  -v,  --verbose       Output verbose debug info") << endl
_                 195 cygnal/cygnal.cpp 	<< _("  -s,  --singlethread  Disable Multi Threading") << endl
_                 196 cygnal/cygnal.cpp 	<< _("  -n,  --netdebug      Turn on net debugging messages") << endl
_                 197 cygnal/cygnal.cpp 	<< _("  -o   --only-port     Only use port for debugging") << endl
_                 198 cygnal/cygnal.cpp 	<< _("  -p   --port-offset   Port offset for debugging") << endl
_                 199 cygnal/cygnal.cpp         << _("  -t,  --testing       Turn on special Gnash testing support") << endl
_                 200 cygnal/cygnal.cpp 	<< _("  -a,  --admin         Enable the administration thread") << endl
_                 201 cygnal/cygnal.cpp 	<< _("  -r,  --root          Document root for all files") << endl
_                 475 cygnal/cygnal.cpp 	      LOG_ONCE(log_network (_("Verbose output turned on")))
_                 499 cygnal/cygnal.cpp 	      log_error (_("Extraneous argument: %s"), parser.argument(i).c_str());
_                 503 cygnal/cygnal.cpp     log_network (_("Document Root for media files is: %s"), docroot);
_                 585 cygnal/cygnal.cpp     log_network (_("Cygnal done..."));
_                 598 cygnal/cygnal.cpp     log_network(_("Got a %d interrupt"), sig);
_                 618 cygnal/cygnal.cpp         << _("Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.\n"
_                 641 cygnal/cygnal.cpp 	log_network(_("Starting Admin Handler for port %d"), args->port);
_                 643 cygnal/cygnal.cpp 	log_network(_("Got an incoming Admin request"));
_                 939 cygnal/cygnal.cpp 		    log_network (_("Cygnal Plugin paths are: %s"), cgiroot);
_                 298 cygnal/handler.cpp     log_security(_("Initializing module: \"%s\" from %s"), symbol, _pluginsdir);
_                 317 cygnal/handler.cpp 	log_network(_("No %s symbol in plugin"), symbol);
_                 333 cygnal/handler.cpp          log_error(_("Couldn't get %s symbol"), symbol);
_                 348 cygnal/handler.cpp          log_error(_("Couldn't get %s symbol"), symbol);
_                 484 cygnal/http_server.cpp         log_debug (_("Sent GET Reply"));
_                 488 cygnal/http_server.cpp 	log_debug (_("Couldn't send GET Reply, no header data"));
_                 516 cygnal/http_server.cpp         log_debug (_("Sent GET Reply"));
_                 520 cygnal/http_server.cpp 	log_debug (_("Couldn't send POST Reply, no header data"));
_                 913 cygnal/libamf/amf.cpp         gnash::log_error(_("AMF body input data is NULL"));
_                 937 cygnal/libamf/amf.cpp         gnash::log_error(_("AMF data too short to contain type field"));
_                 958 cygnal/libamf/amf.cpp                 gnash::log_error(_("AMF data segment too short to contain"
_                 659 cygnal/libamf/lcshm.cpp   	log_debug(_(" ***** The size of the data is %s *****"),data.size() ); 
_                 230 cygnal/libamf/sol.cpp     log_debug (_("%s: SOL file header is: \n%s"), __FUNCTION__, (char *)hexint);
_                 489 cygnal/libnet/diskstream.cpp 	log_error (_("Couldn't load file %s"), _filespec);
_                 494 cygnal/libnet/diskstream.cpp 	log_error (_("Couldn't map file %s into memory: %s"),
_                 498 cygnal/libnet/diskstream.cpp 	log_debug (_("File %s a offset %d mapped to: %p"), _filespec, offset, (void *)dataptr);
_                 661 cygnal/libnet/diskstream.cpp 	log_debug (_("Opening file %s (fd #%d), %lld bytes in size."),
_                 668 cygnal/libnet/diskstream.cpp 	log_error (_("File %s doesn't exist"), _filespec);
_                1558 cygnal/libnet/http.cpp     log_debug (_("==== The HTTP header breaks down as follows: ===="));
_                1559 cygnal/libnet/http.cpp     log_debug (_("Filespec: %s"), _filespec.c_str());
_                1560 cygnal/libnet/http.cpp     log_debug (_("Version: %d.%d"), _version.major, _version.minor);
_                1570 cygnal/libnet/http.cpp     log_debug (_("==== ==== ===="));
_                 114 cygnal/libnet/network.cpp         log_error(_("Could not find a usable WinSock DLL"));
_                 184 cygnal/libnet/network.cpp         log_error(_("unable to get protocol entry for %s"),
_                 201 cygnal/libnet/network.cpp         log_error(_("unable to create socket: %s"), strerror(errno));
_                 208 cygnal/libnet/network.cpp         log_error(_("setsockopt SO_REUSEADDR failed"));
_                 219 cygnal/libnet/network.cpp             log_error(_("unable to bind to port %hd: %s"),
_                 229 cygnal/libnet/network.cpp 		log_debug(_("Server bound to service on %s, port %hd, using fd #%d"),
_                 235 cygnal/libnet/network.cpp             log_error(_("unable to listen on port: %hd: %s "),
_                 291 cygnal/libnet/network.cpp 	log_debug(_("Waiting to accept net traffic on fd #%d for port %d"), fd, _port);
_                 351 cygnal/libnet/network.cpp 		log_debug(_("There is a new network connection request."));
_                 358 cygnal/libnet/network.cpp             log_debug(_("The accept() socket for fd #%d was interrupted by a system call"), fd);
_                 362 cygnal/libnet/network.cpp             log_debug(_("The accept() socket for fd #%d never was available"), fd);
_                 368 cygnal/libnet/network.cpp                 log_debug(_("The accept() socket for fd #%d timed out waitingfor data"), fd);
_                 381 cygnal/libnet/network.cpp         log_error(_("unable to accept: %s"), strerror(errno));
_                 386 cygnal/libnet/network.cpp 	log_debug(_("Accepting tcp/ip connection on fd #%d for port %d"), _sockfd, _port);
_                 424 cygnal/libnet/network.cpp 	log_error(_("unable to create socket: %s"), strerror(errno));
_                 445 cygnal/libnet/network.cpp 	    log_debug(_("The connect() socket for fd %d was interrupted by a system call"),
_                 451 cygnal/libnet/network.cpp 	    log_debug(_("The connect() socket for fd %d never was available for writing"),
_                 462 cygnal/libnet/network.cpp             log_error(_("The connect() socket for fd %d timed out waiting to write"),
_                 470 cygnal/libnet/network.cpp                 log_debug(_("\tsocket name %s for fd %d"), sockname, _sockfd);
_                 476 cygnal/libnet/network.cpp                 log_error(_("The connect() socket for fd %d never was available for writing"),
_                 552 cygnal/libnet/network.cpp     log_debug(_("%s: to host %s at port %d"), __FUNCTION__, hostname, port);
_                 558 cygnal/libnet/network.cpp             log_debug(_("The hostname for this machine is %s"), thishostname);
_                 560 cygnal/libnet/network.cpp             log_debug(_("Couldn't get the hostname for this machine"));
_                 575 cygnal/libnet/network.cpp     log_debug(_("The IP address for this client socket is %s"), ascip);
_                 582 cygnal/libnet/network.cpp         log_error(_("unable to create socket: %s"), strerror(errno));
_                 603 cygnal/libnet/network.cpp             log_debug(_("The connect() socket for fd %d was interrupted "
_                 609 cygnal/libnet/network.cpp             log_debug(_("The connect() socket for fd %d never was "
_                 627 cygnal/libnet/network.cpp             log_error(_("The connect() socket for fd %d timed out waiting "
_                 642 cygnal/libnet/network.cpp                 log_debug(_("\tport %d at IP %s for fd %d"), port,
_                 649 cygnal/libnet/network.cpp                 log_error(_("The connect() socket for fd %d never was "
_                 729 cygnal/libnet/network.cpp 		    log_error(_("Unable to close the socket for fd #%d: %s"),
_                 737 cygnal/libnet/network.cpp 		log_debug(_("Closed the socket on fd #%d"), sockfd);
_                 878 cygnal/libnet/network.cpp 	log_debug (_("Trying to read %d bytes from fd #%d"), nbytes, fd);
_                 942 cygnal/libnet/network.cpp             log_error (_("The socket for fd #%d was interrupted by a system call"), fd);
_                 946 cygnal/libnet/network.cpp             log_error (_("The socket for fd #%d was never available for reading"), fd);
_                 952 cygnal/libnet/network.cpp 		log_debug (_("The socket for #fd %d timed out waiting to read"), fd);
_                 969 cygnal/libnet/network.cpp             log_error (_("The socket for fd #%d was never available for reading data"), fd);
_                 975 cygnal/libnet/network.cpp 		log_debug (_("The socket for #fd %d timed out waiting to read data"), fd);
_                 981 cygnal/libnet/network.cpp 	    log_debug (_("read %d bytes from fd #%d from port %d"), ret, fd, _port);
_                 985 cygnal/libnet/network.cpp 	    log_debug (_("%s: Read packet data from fd #%d (%d bytes): \n%s"),
_                1116 cygnal/libnet/network.cpp             log_error (_("The socket for fd #%d was interrupted by a system call"), fd);
_                1120 cygnal/libnet/network.cpp             log_error (_("The socket for fd #%d was never available for writing"), fd);
_                1124 cygnal/libnet/network.cpp             log_debug (_("The socket for fd #%d timed out waiting to write"), fd);
_                1138 cygnal/libnet/network.cpp             log_error (_("Wrote zero out of %d bytes to fd #%d: %s"), 
_                1143 cygnal/libnet/network.cpp             log_error (_("Couldn't write %d bytes to fd #%d: %s"), 
_                1151 cygnal/libnet/network.cpp 		    log_debug (_("wrote %d bytes to fd #%d, expected %d"),
_                1156 cygnal/libnet/network.cpp 		    log_debug (_("wrote %d bytes to fd #%d for port %d"),
_                1164 cygnal/libnet/network.cpp 	    log_debug (_("%s: Wrote packet data to fd #%d: \n%s"),
_                1178 cygnal/libnet/network.cpp             log_debug (_("took %d usec to write (%d bytes)"),
_                1448 cygnal/libnet/network.cpp 	log_error (_("Waiting for data was interrupted by a system call"));
_                1452 cygnal/libnet/network.cpp 	log_error (_("Waiting for data for fdset, was never available for reading"));
_                1630 cygnal/libnet/network.cpp     log_debug(_("Got an %d interrupt while blocked on pselect()"), sig);
_                 184 cygnal/libnet/rtmp.cpp 	log_error(_("AMF Header size bits (0x%X) out of range"),
_                 308 cygnal/libnet/rtmp.cpp  	log_network(_("The body size is: %d"), head->bodysize);
_                 339 cygnal/libnet/rtmp.cpp 	    log_network(_("The type is: %s"), content_str[head->type]);
_                 341 cygnal/libnet/rtmp.cpp 	    log_network(_("The type is: 0x%x"), head->type);
_                 480 cygnal/libnet/rtmp.cpp     log_network (_("The Header size is: %d"), headersize);
_                 481 cygnal/libnet/rtmp.cpp     log_network (_("The AMF index is: 0x%x"), amf_index);
_                 508 cygnal/libnet/rtmp.cpp     log_network (_("Reading AMF packets till we're done..."));
_                 622 cygnal/libnet/rtmp_client.cpp 	    log_error (_("Couldn't read data block in handshake!"));
_                 635 cygnal/libnet/rtmp_client.cpp 	log_network (_("Read data block in handshake, got %d bytes."),
_                 459 cygnal/libnet/sshclient.cpp     log_debug (_("==== The SSH header breaks down as follows: ===="));
_                 200 cygnal/libnet/sshserver.cpp     log_debug (_("==== The SSH header breaks down as follows: ===="));
_                 381 cygnal/libnet/sslclient.cpp     log_debug (_("==== The SSL header breaks down as follows: ===="));
_                 159 cygnal/libnet/sslserver.cpp     log_debug(_("Got an incoming SSL connection request"));
_                 182 cygnal/libnet/sslserver.cpp     log_debug (_("==== The SSL header breaks down as follows: ===="));
_                 114 cygnal/libnet/statistics.cpp             log_debug (_("Stream type is: %s"), filetype_names[stats->getFileType()]);
_                 120 cygnal/libnet/statistics.cpp         log_debug (_("%d bytes were transfered in %s seconds"),
_                 106 cygnal/proc.cpp         log_debug (_("Document Root for CGI files is: %s"), path);
_                  99 cygnal/rtmp_server.cpp     log_network(_("Processing RTMP Handshake for fd #%d"), fd);
_                 385 cygnal/rtmp_server.cpp 	log_network (_("Handshake Finish Data matched"));
_                 387 cygnal/rtmp_server.cpp 	log_error (_("Handshake Finish Data didn't match by %d bytes"), diff);
_                 435 cygnal/rtmp_server.cpp     log_network (_("The Header size is: %d"), headersize);
_                 436 cygnal/rtmp_server.cpp     log_network (_("The AMF index is: 0x%x"), amf_index);
_                 489 cygnal/rtmp_server.cpp     log_network (_("Reading AMF packets till we're done..."));
_                 584 cygnal/rtmp_server.cpp           log_error (_("ERROR: Unidentified RTMP message content type 0x%x"), _header.type);
_                1356 cygnal/rtmp_server.cpp     log_network(_("Starting RTMP Handler for fd #%d, cgi-bin is \"%s\""),
_                1660 cygnal/rtmp_server.cpp 			  log_error (_("ERROR: Unidentified AMF header data type 0x%x"), qhead->type);
_                 109 cygnal/testsuite/libamf.all/test_amf.cpp                     log_debug(_("Verbose output turned on"));
_                 113 cygnal/testsuite/libamf.all/test_amf.cpp                     log_debug(_("Enabling memory statistics"));
_                 118 cygnal/testsuite/libamf.all/test_amf.cpp                   log_debug(_("Logging to disk enabled"));
_                 125 cygnal/testsuite/libamf.all/test_amf.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 126 cygnal/testsuite/libamf.all/test_amf.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 421 cygnal/testsuite/libamf.all/test_amf.cpp          << _("Usage: test_amf [options...]") << endl
_                 422 cygnal/testsuite/libamf.all/test_amf.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 423 cygnal/testsuite/libamf.all/test_amf.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 424 cygnal/testsuite/libamf.all/test_amf.cpp          << _("  -m,  --memdebug      Output memory statistics") << endl
_                 103 cygnal/testsuite/libamf.all/test_amfmsg.cpp                     log_debug(_("Verbose output turned on"));
_                 107 cygnal/testsuite/libamf.all/test_amfmsg.cpp                     log_debug(_("Enabling memory statistics"));
_                 112 cygnal/testsuite/libamf.all/test_amfmsg.cpp                   log_debug(_("Logging to disk enabled"));
_                 119 cygnal/testsuite/libamf.all/test_amfmsg.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 120 cygnal/testsuite/libamf.all/test_amfmsg.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 246 cygnal/testsuite/libamf.all/test_amfmsg.cpp          << _("Usage: test_amf [options...]") << endl
_                 247 cygnal/testsuite/libamf.all/test_amfmsg.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 248 cygnal/testsuite/libamf.all/test_amfmsg.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 249 cygnal/testsuite/libamf.all/test_amfmsg.cpp          << _("  -m,  --memdebug      Output memory statistics") << endl
_                 108 cygnal/testsuite/libamf.all/test_buffer.cpp                     log_debug(_("Verbose output turned on"));
_                 111 cygnal/testsuite/libamf.all/test_buffer.cpp                     log_debug(_("Enabling memory statistics"));
_                 116 cygnal/testsuite/libamf.all/test_buffer.cpp                   log_debug(_("Logging to disk enabled"));
_                 123 cygnal/testsuite/libamf.all/test_buffer.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 124 cygnal/testsuite/libamf.all/test_buffer.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 718 cygnal/testsuite/libamf.all/test_buffer.cpp     cout << _("test_buffer - test Buffer class") << endl
_                 720 cygnal/testsuite/libamf.all/test_buffer.cpp          << _("Usage: test_buffer [options...]") << endl
_                 721 cygnal/testsuite/libamf.all/test_buffer.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 722 cygnal/testsuite/libamf.all/test_buffer.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 723 cygnal/testsuite/libamf.all/test_buffer.cpp          << _("  -m,  --memdebug      Output memory statistics") << endl
_                  91 cygnal/testsuite/libamf.all/test_el.cpp                     log_debug(_("Verbose output turned on"));
_                  95 cygnal/testsuite/libamf.all/test_el.cpp                     log_debug(_("Enabling memory statistics"));
_                 100 cygnal/testsuite/libamf.all/test_el.cpp                   log_debug(_("Logging to disk enabled"));
_                 107 cygnal/testsuite/libamf.all/test_el.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 108 cygnal/testsuite/libamf.all/test_el.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 490 cygnal/testsuite/libamf.all/test_el.cpp          << _("Usage: test_el [options...]") << endl
_                 491 cygnal/testsuite/libamf.all/test_el.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 492 cygnal/testsuite/libamf.all/test_el.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 493 cygnal/testsuite/libamf.all/test_el.cpp          << _("  -m,  --memdebug      Output memory statistics") << endl
_                  92 cygnal/testsuite/libamf.all/test_flv.cpp                     log_debug(_("Verbose output turned on"));
_                  96 cygnal/testsuite/libamf.all/test_flv.cpp                   log_debug(_("Logging to disk enabled"));
_                 103 cygnal/testsuite/libamf.all/test_flv.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 104 cygnal/testsuite/libamf.all/test_flv.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 281 cygnal/testsuite/libamf.all/test_flv.cpp          << _("Usage: test_amf [options...]") << endl
_                 282 cygnal/testsuite/libamf.all/test_flv.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 283 cygnal/testsuite/libamf.all/test_flv.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 103 cygnal/testsuite/libamf.all/test_sol.cpp                     log_debug(_("Verbose output turned on"));
_                 106 cygnal/testsuite/libamf.all/test_sol.cpp                     log_debug(_("Enabling memory statistics"));
_                 113 cygnal/testsuite/libamf.all/test_sol.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 114 cygnal/testsuite/libamf.all/test_sol.cpp             cerr << _("This is a Gnash bug.") << endl;
_                  95 cygnal/testsuite/libnet.all/generate_amfbins.cpp                     log_debug(_("Verbose output turned on"));
_                  99 cygnal/testsuite/libnet.all/generate_amfbins.cpp                     log_debug(_("Enabling memory statistics"));
_                 104 cygnal/testsuite/libnet.all/generate_amfbins.cpp                   log_debug(_("Logging to disk enabled"));
_                 111 cygnal/testsuite/libnet.all/generate_amfbins.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 112 cygnal/testsuite/libnet.all/generate_amfbins.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 299 cygnal/testsuite/libnet.all/generate_amfbins.cpp          << _("Usage: test_el [options...]") << endl
_                 300 cygnal/testsuite/libnet.all/generate_amfbins.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 301 cygnal/testsuite/libnet.all/generate_amfbins.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 302 cygnal/testsuite/libnet.all/generate_amfbins.cpp          << _("  -m,  --memdebug      Output memory statistics") << endl
_                  94 cygnal/testsuite/libnet.all/test_cache.cpp                   log_debug(_("Verbose output turned on"));
_                 103 cygnal/testsuite/libnet.all/test_cache.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 104 cygnal/testsuite/libnet.all/test_cache.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 390 cygnal/testsuite/libnet.all/test_cache.cpp          << _("Usage: test_diskstream [options...]") << endl
_                 391 cygnal/testsuite/libnet.all/test_cache.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 392 cygnal/testsuite/libnet.all/test_cache.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 393 cygnal/testsuite/libnet.all/test_cache.cpp          << _("  -d,  --dump          Dump data structures") << endl
_                  91 cygnal/testsuite/libnet.all/test_diskstream.cpp                   log_debug(_("Verbose output turned on"));
_                 100 cygnal/testsuite/libnet.all/test_diskstream.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 101 cygnal/testsuite/libnet.all/test_diskstream.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 268 cygnal/testsuite/libnet.all/test_diskstream.cpp          << _("Usage: test_diskstream [options...]") << endl
_                 269 cygnal/testsuite/libnet.all/test_diskstream.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 270 cygnal/testsuite/libnet.all/test_diskstream.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                 271 cygnal/testsuite/libnet.all/test_diskstream.cpp          << _("  -d,  --dump          Dump data structures") << endl
_                 109 cygnal/testsuite/libnet.all/test_rtmp.cpp                     log_debug(_("Verbose output turned on"));
_                 112 cygnal/testsuite/libnet.all/test_rtmp.cpp                     log_debug(_("Enabling memory statistics"));
_                 119 cygnal/testsuite/libnet.all/test_rtmp.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 120 cygnal/testsuite/libnet.all/test_rtmp.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 186 extensions/mysql/mysql_db.cpp         log_error(_("Couldn't initialize database"));
_                 191 extensions/mysql/mysql_db.cpp 	log_error(_("Couldn't connect to database"));
_                 217 extensions/mysql/mysql_db.cpp 	  log_error (_("MySQL connection error: %s"), mysql_error(_db));
_                 224 extensions/mysql/mysql_db.cpp 	  log_error (_("MySQL error on query for:\n\t%s\nQuery was: %s"),
_                 245 extensions/mysql/mysql_db.cpp 	  log_error(_("MySQL connection error: %s"), mysql_error(_db));
_                 252 extensions/mysql/mysql_db.cpp 	  log_error (_("MySQL error on query for:\n\t%s\nQuery was: %s"),
_                 266 extensions/mysql/mysql_db.cpp 	log_debug(_("Field name is: %s: "), fields->name);
_                 169 gui/Player.cpp         log_error(_("Unhandled callback %s with arguments %s"), +e.event());
_                 267 gui/Player.cpp         log_debug (_("Timer delay set to %d milliseconds"), _delay);
_                 288 gui/Player.cpp             log_error(_("Sound requested but no sound support compiled in"));
_                 293 gui/Player.cpp             log_error(_("Could not create sound handler: %s."
_                 313 gui/Player.cpp         log_debug(_("Activating FPS debugging every %g seconds"),
_                 337 gui/Player.cpp         log_debug(_("%s appended to local sandboxes"), dir.c_str());
_                 358 gui/Player.cpp                 log_debug(_("%s appended to local sandboxes"), path.c_str());
_                 439 gui/Player.cpp             boost::format(_("Non-existent media handler %1% specified"))
_                 486 gui/Player.cpp         log_debug(_("Input movie has collapsed dimensions "
_                 671 gui/Player.cpp         log_error(_("Got unexpected argument type for message %1%"), e);
_                 713 gui/Player.cpp         log_debug(_("Sent FsCommand '%s' to host fd %d"),
_                 721 gui/Player.cpp         log_debug(_("Running as plugin: skipping internal "
_                 762 gui/Player.cpp         log_unimpl(_("FsCommand exec called with argument %s"), args);
_                 779 gui/Player.cpp         log_unimpl(_("FsCommand trapallkeys called with argument %s"), args);
_                 785 gui/Player.cpp     log_debug(_("FsCommand '%s(%s)' not handled internally"),
_                  70 gui/aos4/aos4.cpp 		gnash::log_error (_("Exception: %s on file %s line %d"), e.what(), __FILE__, __LINE__ );
_                 266 gui/aos4/aos4.cpp 														    log_error (_("Attempting to open file %s.\n"
_                 274 gui/aos4/aos4.cpp 														log_error (_("Cannot open File Requester!\n"));
_                 609 gui/aos4/aos4.cpp 		log_error (_("error creating RenderHandler!\n"));
_                 116 gui/aos4/aos4_agg_glue.cpp         log_error (_("AGG's bit depth must be 16, 24 or 32 bits, not %d."), _bpp);
_                 216 gui/aos4/aos4_agg_glue.cpp 			        	log_error (_("Cannot layout Menu!!\n"));
_                 220 gui/aos4/aos4_agg_glue.cpp 		        	log_error (_("Cannot create Menu!!\n"));
_                 223 gui/aos4/aos4_agg_glue.cpp 	        	log_error (_("Cannot get Visual Info!!\n"));
_                 226 gui/aos4/aos4_agg_glue.cpp         	log_error (_("Cannot get WB Screen pointer!!\n"));
_                 264 gui/aos4/aos4_agg_glue.cpp         log_error (_("prepDrawingArea() failed.\n"));
_                 277 gui/aos4/aos4_agg_glue.cpp     log_debug (_("AOS4-AGG: %i byte offscreen buffer allocated"), bufsize);
_                 124 gui/aos4/aos4_cairo_glue.cpp         log_error (_("Cairo's bit depth must be 16, 24 or 32 bits, not %d."), _bpp);
_                 212 gui/aos4/aos4_cairo_glue.cpp 			        	log_error (_("Cannot layout Menu!!\n"));
_                 216 gui/aos4/aos4_cairo_glue.cpp 		        	log_error (_("Cannot create Menu!!\n"));
_                 219 gui/aos4/aos4_cairo_glue.cpp 	        	log_error (_("Cannot get Visual Info!!\n"));
_                 222 gui/aos4/aos4_cairo_glue.cpp         	log_error (_("Cannot get WB Screen pointer!!\n"));
_                 259 gui/aos4/aos4_cairo_glue.cpp         log_error (_("prepDrawingArea() failed.\n"));
_                 120 gui/dump/dump.cpp         log_error(_("Ignoring request to display in X11 window"));
_                 131 gui/dump/dump.cpp                     _("# FATAL:  No filename given with -D argument.") <<
_                 147 gui/dump/dump.cpp                     _("# FATAL:  No sleep ms value given with -S argument.") <<
_                 325 gui/dump/dump.cpp         log_error(_("Unable to write file '%s'."), _fileOutput);
_                  67 gui/fb/EventDevice.cpp         log_debug(_("Could not open %s: %s"), filespec.c_str(), strerror(errno));    
_                  72 gui/fb/EventDevice.cpp         log_error(_("Could not set non-blocking mode for pointing device: %s"),
_                 157 gui/fb/MouseDevice.cpp             log_debug(_("Mouse reset failed"));
_                 165 gui/fb/MouseDevice.cpp             log_debug(_("WARNING: Could not detect mouse device ID"));
_                 169 gui/fb/MouseDevice.cpp                 log_debug(_("WARNING: Non-standard mouse device ID %d"), devid);
_                 174 gui/fb/MouseDevice.cpp             log_debug(_("Could not activate Data Reporting mode for mouse"));
_                 281 gui/fb/MouseDevice.cpp         log_debug(_("x/y %d/%d button %d"), xmove, ymove, btn);
_                 301 gui/fb/MouseDevice.cpp     log_debug(_("read mouse @ %d / %d, btn %d"), _x, _y, _button);
_                 309 gui/fb/MouseDevice.cpp         log_debug(_("mouse click! %d"), btn);
_                 327 gui/fb/MouseDevice.cpp             log_debug(_("mouse_command: discarded %d bytes from input buffer"), n);
_                 240 gui/fb/TouchDevice.cpp                 log_debug(_("WARNING: Error parsing calibration data!"));
_                 242 gui/fb/TouchDevice.cpp             log_debug(_("Using touchscreen calibration data: %.0f / %.0f / %.0f / %.0f / %.0f / %.0f"),
_                 245 gui/fb/TouchDevice.cpp             log_debug(_("WARNING: No touchscreen calibration settings found. "
_                 175 gui/fb/fb.cpp          log_debug(_("Closing framebuffer device"));
_                 181 gui/fb/fb.cpp          log_debug(_("Free'ing offscreen buffer"));
_                 195 gui/fb/fb.cpp      log_debug(_("LUT8: Setting up colormap"));
_                 220 gui/fb/fb.cpp          log_error(_("LUT8: Error setting colormap: %s"), strerror(errno));
_                 261 gui/fb/fb.cpp      log_debug(_("Framebuffer device uses %d bytes of memory."),
_                 263 gui/fb/fb.cpp      log_debug(_("Video mode: %dx%d with %d bits per pixel."),
_                 334 gui/fb/fb.cpp      log_debug(_("Double buffering enabled"));
_                 337 gui/fb/fb.cpp      log_debug(_("Double buffering disabled"));
_                 345 gui/fb/fb.cpp      log_debug(_("red channel: %d / %d"), var_screeninfo.red.offset, 
_                 347 gui/fb/fb.cpp      log_debug(_("green channel: %d / %d"), var_screeninfo.green.offset, 
_                 349 gui/fb/fb.cpp      log_debug(_("blue channel: %d / %d"), var_screeninfo.blue.offset, 
_                 351 gui/fb/fb.cpp      log_debug(_("Total bits per pixel: %d"), var_screeninfo.bits_per_pixel);
_                 499 gui/fb/fb.cpp      log_unimpl(_("This GUI does not yet support menus"));
_                 505 gui/fb/fb.cpp      log_unimpl(_("This GUI does not yet support a mouse pointer"));
_                 578 gui/fb/fb.cpp          log_debug(_("WARNING: Could not detect controlling TTY"));
_                 588 gui/fb/fb.cpp          log_debug(_("WARNING: Could not open %s"), tty);
_                 593 gui/fb/fb.cpp          log_debug(_("WARNING: Could not get current VT state"));
_                 599 gui/fb/fb.cpp      log_debug(_("Original TTY NO = %d"), original_vt);   
_                 604 gui/fb/fb.cpp          log_debug(_("WARNING: Could not request a new VT"));
_                 609 gui/fb/fb.cpp      log_debug(_("Own TTY NO = %d"), own_vt);
_                 618 gui/fb/fb.cpp          log_debug(_("WARNING: Could not find device for VT number %d"), own_vt);
_                 624 gui/fb/fb.cpp          log_debug(_("WARNING: Could not open %s"), tty);
_                 629 gui/fb/fb.cpp          log_debug(_("WARNING: Could not activate VT number %d"), own_vt);
_                 635 gui/fb/fb.cpp          log_debug(_("WARNING: Error waiting for VT %d becoming active"), own_vt);
_                 651 gui/fb/fb.cpp          log_debug(_("WARNING: Could not find device for VT number %d"), own_vt);
_                 657 gui/fb/fb.cpp          log_debug(_("WARNING: Could not open %s"), tty);
_                 673 gui/fb/fb.cpp          log_debug(_("WARNING: Could not query current keyboard mode on VT"));
_                 677 gui/fb/fb.cpp          log_debug(_("WARNING: Could not switch to graphics mode on new VT"));
_                 684 gui/fb/fb.cpp      log_debug(_("VT %d ready"), own_vt);  
_                 696 gui/fb/fb.cpp      log_debug(_("Restoring terminal..."));
_                 700 gui/fb/fb.cpp          log_debug(_("WARNING: Could not find device for VT number %d"), own_vt);
_                 706 gui/fb/fb.cpp          log_debug(_("WARNING: Could not open %s"), tty);
_                 711 gui/fb/fb.cpp          log_debug(_("WARNING: Could not activate VT number %d"), original_vt);
_                 717 gui/fb/fb.cpp          log_debug(_("WARNING: Error waiting for VT %d becoming active"), original_vt);
_                 725 gui/fb/fb.cpp          log_debug(_("WARNING: Could not restore keyboard mode"));
_                  50 gui/fltk/fltk_glue_agg.cpp         throw GnashException(_("Could not create AGG renderer with pixelformat RGB24"));
_                 115 gui/gnash.cpp          std::cerr << boost::format(_("Error parsing options: %s\n"))
_                 156 gui/gnash.cpp          std::cerr << _("Error: no input file was specified. Exiting.\n");
_                 198 gui/gnash.cpp      gnash::log_debug(_("Host FD #%d, Control FD #%d\n"), 
_                 202 gui/gnash.cpp          std::cerr << boost::format(_("Invalid host communication "
_                 209 gui/gnash.cpp          std::cerr << boost::format(_("Invalid control communication "
_                 241 gui/gnash.cpp              gnash::log_error(_("ERROR: -r must be followed by "
_                 257 gui/gnash.cpp      po::options_description desc(_("Debugging options"));
_                 263 gui/gnash.cpp          _("Produce verbose output"))
_                 270 gui/gnash.cpp          _("Produce the disk based debug log"))
_                 275 gui/gnash.cpp          _("Be (very) verbose about action execution"))
_                 281 gui/gnash.cpp          _("Be (very) verbose about parsing"))
_                 287 gui/gnash.cpp          _("Print FPS every num seconds"))
_                 310 gui/gnash.cpp      po::options_description desc(_("Options"));
_                 315 gui/gnash.cpp          _("Print this help and exit"))
_                 318 gui/gnash.cpp          _("Print version information and exit"))
_                 323 gui/gnash.cpp          _("Scale the movie by the specified factor"))
_                 327 gui/gnash.cpp          _("Number of milliseconds to delay in main loop"))
_                 331 gui/gnash.cpp          _("Audio dump file (wave format)"))
_                 336 gui/gnash.cpp          (string(_("Hardware Video Accelerator to use"))
_                 341 gui/gnash.cpp          _("X11 Window ID for display"))
_                 345 gui/gnash.cpp          _("Set window width"))
_                 349 gui/gnash.cpp          _("Set window height"))
_                 353 gui/gnash.cpp          _("Set window x position"))
_                 357 gui/gnash.cpp          _("Set window y position"))
_                 362 gui/gnash.cpp          _("Exit when/if movie reaches the last frame"))
_                 368 gui/gnash.cpp          + string(_("disable rendering and sound")) 
_                 370 gui/gnash.cpp          + string(_("enable rendering, disable sound"))
_                 372 gui/gnash.cpp          + string(_("enable sound, disable rendering"))
_                 374 gui/gnash.cpp          + string(_("enable rendering and sound"))
_                 380 gui/gnash.cpp          (string(_("The media handler to use"))
_                 387 gui/gnash.cpp          (string(_("The renderer to use"))
_                 393 gui/gnash.cpp          _("Exit after the specified number of seconds"))
_                 396 gui/gnash.cpp          _("Set \"real\" URL of the movie"))
_                 400 gui/gnash.cpp          _("Set \"base\" URL for resolving relative URLs"))
_                 405 gui/gnash.cpp          _("Set parameter (e.g. \"FlashVars=A=1&b=2\")"))
_                 409 gui/gnash.cpp          (string(_("Filedescriptor to use for external communications"))
_                 415 gui/gnash.cpp          _("Exit after specified number of frame advances"))
_                 419 gui/gnash.cpp          _("Start in fullscreen mode"))
_                 424 gui/gnash.cpp          _("Start without displaying the menu bar"))
_                 429 gui/gnash.cpp          _("List of frames to save as screenshots"))
_                 433 gui/gnash.cpp          _("Filename pattern for screenshot images"))
_                 437 gui/gnash.cpp          _("Quality for screenshot output (not all formats)"))
_                 440 gui/gnash.cpp          _("Input files"))
_                 451 gui/gnash.cpp      po::options_description dumpOpts (_("Dump options"));
_                 456 gui/gnash.cpp          _("Video dump file (raw format) and optional video FPS (@<num>)"))
_                 458 gui/gnash.cpp          _("Number of milliseconds to sleep between advances"))
_                 470 gui/gnash.cpp      os << _("Keys:\n")
_                 472 gui/gnash.cpp         << _("Quit\n")
_                 474 gui/gnash.cpp         << _("Toggle fullscreen\n")
_                 476 gui/gnash.cpp         << _("Toggle pause\n") 
_                 478 gui/gnash.cpp         << _("Restart the movie\n") 
_                 480 gui/gnash.cpp         << _("Take a screenshot\n") 
_                 482 gui/gnash.cpp         << _("Force immediate redraw\n");
_                 488 gui/gnash.cpp      os << _("Usage: gnash [options] movie_file.swf\n")
_                 489 gui/gnash.cpp         << _("Plays a SWF (Shockwave Flash) movie\n")
_                 506 gui/gnash.cpp         << _("Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 "
_                 517 gui/gnash.cpp      os << _("Build options ") << endl
_                 518 gui/gnash.cpp  	   << _("   Renderers: ") << RENDERER_CONFIG << endl
_                 519 gui/gnash.cpp  	   << _("   Hardware Acceleration: ") << HWACCEL_CONFIG << endl
_                 520 gui/gnash.cpp  	   << _("   GUI: ") << GUI_CONFIG << endl
_                 521 gui/gnash.cpp  	   << _("   Media handlers: ") << MEDIA_CONFIG << endl
_                 523 gui/gnash.cpp  	   << _("   Configured with: ") << CONFIG_CONFIG << endl
_                 524 gui/gnash.cpp  	   << _("   CXXFLAGS: ") << CXXFLAGS << endl;
_                 178 gui/gtk/gtk.cpp         log_debug (_("Created XEmbedded window"));
_                 181 gui/gtk/gtk.cpp         log_debug (_("Created top level window"));
_                 234 gui/gtk/gtk.cpp             gtk_label_new(_("Click to play")));
_                 631 gui/gtk/gtk.cpp     log_debug(_("Advance interval timer set to %d ms (~ %d FPS)"),
_                 703 gui/gtk/gtk.cpp         GTK_CHECK_MENU_ITEM(gtk_check_menu_item_new_with_label(_("Sound")));
_                 750 gui/gtk/gtk.cpp     log_debug(_("GtkGui: Window resize request received"));
_                1232 gui/gtk/gtk.cpp                     _("Gnash preferences"),
_                1267 gui/gtk/gtk.cpp     GtkWidget *label = gtk_label_new_with_mnemonic (_("_Network"));
_                1271 gui/gtk/gtk.cpp     label = gtk_label_new (_("<b>Network preferences</b>"));
_                1279 gui/gtk/gtk.cpp     label = gtk_label_new (_("Network timeout in seconds (0 for no timeout):"));
_                1298 gui/gtk/gtk.cpp     GtkWidget *loggingtablabel = gtk_label_new_with_mnemonic (_("_Logging"));
_                1303 gui/gtk/gtk.cpp     GtkWidget *logginglabel = gtk_label_new (_("<b>Logging options</b>"));
_                1307 gui/gtk/gtk.cpp     GtkWidget *verbositylabel = gtk_label_new (_("Verbosity level:"));
_                1320 gui/gtk/gtk.cpp         gtk_check_button_new_with_mnemonic(_("Log to _file"));
_                1326 gui/gtk/gtk.cpp     GtkWidget *logfilelabel = gtk_label_new(_("Logfile name:"));
_                1339 gui/gtk/gtk.cpp         gtk_check_button_new_with_mnemonic(_("Log _parser output"));
_                1347 gui/gtk/gtk.cpp         gtk_check_button_new_with_mnemonic(_("Log SWF _actions"));
_                1355 gui/gtk/gtk.cpp         gtk_check_button_new_with_mnemonic(_("Log malformed SWF _errors"));
_                1363 gui/gtk/gtk.cpp             _("Log ActionScript _coding errors"));
_                1379 gui/gtk/gtk.cpp     GtkWidget *securitytablabel = gtk_label_new_with_mnemonic (_("_Security"));
_                1386 gui/gtk/gtk.cpp             _("<b>Network connections</b>"));
_                1392 gui/gtk/gtk.cpp             _("Connect only to local _host"));
_                1399 gui/gtk/gtk.cpp             _("Connect only to local _domain"));
_                1406 gui/gtk/gtk.cpp             _("Disable SSL _verification"));
_                1413 gui/gtk/gtk.cpp         gtk_expander_new_with_mnemonic(_("_Whitelist"));
_                1422 gui/gtk/gtk.cpp         gtk_expander_new_with_mnemonic(_("_Blacklist"));
_                1431 gui/gtk/gtk.cpp     GtkWidget *privacylabel = gtk_label_new(_("<b>Privacy</b>"));
_                1435 gui/gtk/gtk.cpp     GtkWidget *solsandboxlabel = gtk_label_new(_("Shared objects directory:"));
_                1447 gui/gtk/gtk.cpp                     _("Do _not write Shared Object files"));
_                1454 gui/gtk/gtk.cpp                     _("Only _access local Shared Object files"));
_                1461 gui/gtk/gtk.cpp                     _("Disable Local _Connection object"));
_                1475 gui/gtk/gtk.cpp     GtkWidget *mediatablabel = gtk_label_new_with_mnemonic (_("_Media"));
_                1481 gui/gtk/gtk.cpp     GtkWidget *soundlabel = gtk_label_new(_("<b>Sound</b>"));
_                1486 gui/gtk/gtk.cpp             _("Use sound _handler"));
_                1494 gui/gtk/gtk.cpp     GtkWidget *savemedia = gtk_label_new(_("<b>Media Streams</b>"));
_                1500 gui/gtk/gtk.cpp             _("Save media streams to disk"));
_                1509 gui/gtk/gtk.cpp             _("Save dynamically loaded media to disk"));
_                1517 gui/gtk/gtk.cpp     GtkWidget *mediastreamslabel = gtk_label_new(_("Saved media directory:"));
_                1537 gui/gtk/gtk.cpp     GtkWidget *playertablabel = gtk_label_new_with_mnemonic (_("_Player"));
_                1543 gui/gtk/gtk.cpp     GtkWidget *descriptionlabel = gtk_label_new (_("<b>Player description</b>"));
_                1551 gui/gtk/gtk.cpp     GtkWidget *versionlabel = gtk_label_new (_("Player version:"));
_                1567 gui/gtk/gtk.cpp     GtkWidget *OSlabel = gtk_label_new (_("Operating system:"));
_                1577 gui/gtk/gtk.cpp     GtkWidget *OSadvicelabel = gtk_label_new (_("<i>If blank, Gnash will "
_                1587 gui/gtk/gtk.cpp     GtkWidget *urlopenerlabel = gtk_label_new (_("URL opener:"));
_                1599 gui/gtk/gtk.cpp     GtkWidget *performancelabel = gtk_label_new(_("<b>Performance</b>"));
_                1613 gui/gtk/gtk.cpp     GtkWidget *librarylabel = gtk_label_new (_("Max size of movie library:"));
_                1625 gui/gtk/gtk.cpp                     _("Start _Gnash in pause mode"));
_                1649 gui/gtk/gtk.cpp                         _("Movie properties"),
_                1719 gui/gtk/gtk.cpp             -1, _("Variable"),
_                1731 gui/gtk/gtk.cpp             -1, _("Value"),
_                1784 gui/gtk/gtk.cpp         _("This program is free software; you can redistribute it and/or modify\n"
_                1800 gui/gtk/gtk.cpp         _("Gnash is the GNU SWF Player based on GameSWF.");
_                1801 gui/gtk/gtk.cpp     comments.append(_("\nRenderer: "));
_                1803 gui/gtk/gtk.cpp     comments.append(_("\nHardware Acceleration: "));
_                1805 gui/gtk/gtk.cpp     comments.append(_("\nGUI: "));
_                1807 gui/gtk/gtk.cpp     comments.append(_("\nMedia: "));
_                1837 gui/gtk/gtk.cpp     gtk_about_dialog_set_translator_credits(about, _("translator-credits"));
_                1864 gui/gtk/gtk.cpp     GtkWidget *menuitem = gtk_menu_item_new_with_mnemonic(_("_File"));
_                1917 gui/gtk/gtk.cpp     GtkWidget *menuitem = gtk_menu_item_new_with_mnemonic(_("_Edit"));
_                1937 gui/gtk/gtk.cpp     GtkWidget *menuitem = gtk_menu_item_new_with_mnemonic(_("_Help"));
_                1957 gui/gtk/gtk.cpp     GtkWidget *menuitem = gtk_menu_item_new_with_mnemonic (_("_View"));
_                1965 gui/gtk/gtk.cpp     GtkWidget *refresh = gtk_image_menu_item_new_with_label(_("Redraw"));
_                1975 gui/gtk/gtk.cpp         gtk_image_menu_item_new_with_label(_("Toggle fullscreen"));
_                1980 gui/gtk/gtk.cpp         gtk_menu_item_new_with_label(_("Toggle fullscreen"));
_                1989 gui/gtk/gtk.cpp         gtk_check_menu_item_new_with_label(_("Show updated ranges"));
_                2008 gui/gtk/gtk.cpp     GtkWidget *menuitem = gtk_menu_item_new_with_mnemonic (_("_Quality"));
_                2018 gui/gtk/gtk.cpp     GtkWidget* item = gtk_menu_item_new_with_label(_("Low"));
_                2024 gui/gtk/gtk.cpp     item = gtk_menu_item_new_with_label(_("Medium"));
_                2030 gui/gtk/gtk.cpp     item = gtk_menu_item_new_with_label(_("High"));
_                2036 gui/gtk/gtk.cpp     item = gtk_menu_item_new_with_label(_("Best"));
_                2049 gui/gtk/gtk.cpp     GtkWidget *control = gtk_menu_item_new_with_mnemonic(_("Movie _Control"));
_                2060 gui/gtk/gtk.cpp     GtkWidget *play = gtk_menu_item_new_with_label(_("Play"));
_                2071 gui/gtk/gtk.cpp     GtkWidget *pause = gtk_menu_item_new_with_label(_("Pause"));
_                2081 gui/gtk/gtk.cpp     GtkWidget *stop = gtk_menu_item_new_with_label(_("Stop"));
_                2093 gui/gtk/gtk.cpp     GtkWidget *restart = gtk_image_menu_item_new_with_label(_("Restart Movie"));
_                2184 gui/gtk/gtk.cpp         log_error (_("Couldn't find pixmap file: %s"), filename);
_                2185 gui/gtk/gtk.cpp         g_warning (_("Couldn't find pixmap file: %s"), filename);
_                2191 gui/gtk/gtk.cpp         log_error (_("Failed to load pixbuf file: %s: %s"), pathname, error->message);
_                2500 gui/gtk/gtk.cpp     log_error (_("Attempting to open file %s.\n"
_                2517 gui/gtk/gtk.cpp     dialog = gtk_file_chooser_dialog_new (_("Open file"),
_                2530 gui/gtk/gtk.cpp     dialog = gtk_file_selection_new (_("Open file"));
_                  92 gui/gtk/gtk_glue_agg.cpp             _("Could not create AGG renderer with pixelformat %s")
_                 163 gui/gtk/gtk_glue_agg_vaapi.cpp         log_debug(_("WARNING: failed to create VA-API display."));
_                 231 gui/gtk/gtk_glue_agg_vaapi.cpp         log_debug(_("ERROR: failed to map VA-API image."));
_                 237 gui/gtk/gtk_glue_agg_vaapi.cpp         log_debug(_("ERROR: failed to associate VA-API subpicture."));
_                 289 gui/gtk/gtk_glue_agg_vaapi.cpp         log_debug(_("ERROR: failed to map VA-API image."));
_                 371 gui/gtk/gtk_glue_agg_vaapi.cpp                  log_debug(_("ERROR: failed to setup video window for surface 0x%08x."), surface->get());
_                 378 gui/gtk/gtk_glue_agg_vaapi.cpp                  log_debug(_("ERROR: failed to associate subpicture to surface 0x%08x."), surface->get());
_                  62 gui/gtk/gtk_glue_gtkglext.cpp     log_debug (_("OpenGL extension version - %d.%d"),
_                  72 gui/gtk/gtk_glue_gtkglext.cpp       log_error (_("Cannot find the double-buffered visual.\n"
_                  78 gui/gtk/gtk_glue_gtkglext.cpp         log_error (_("No appropriate OpenGL-capable visual found."));
_                  81 gui/gtk/gtk_glue_gtkglext.cpp         log_debug (_("Got single-buffered visual."));
_                  84 gui/gtk/gtk_glue_gtkglext.cpp       log_debug (_("Got double-buffered visual."));
_                 197 gui/gui.cpp        LOG_ONCE(log_unimpl(_("Clipboard not yet supported in this GUI")));
_                 203 gui/gui.cpp        log_unimpl(_("Fullscreen not yet supported in this GUI"));
_                 209 gui/gui.cpp        log_unimpl(_("Window resize not yet supported in this GUI"));
_                 215 gui/gui.cpp        log_unimpl(_("Fullscreen not yet supported in this GUI"));
_                 233 gui/gui.cpp        log_unimpl(_("Menu hiding not yet supported in this GUI"));
_                 239 gui/gui.cpp    	LOG_ONCE(log_unimpl(_("Mouse show/hide not yet supported in this GUI")));
_                 246 gui/gui.cpp    	LOG_ONCE(log_unimpl(_("menushow not yet supported in this GUI")));
_                 487 gui/gui.cpp    	log_debug(_("mouse @ %d,%d"), x, y);
_                 979 gui/gui.cpp        log_debug(_("Frame %d"), m->get_current_frame());
_                 141 gui/haiku/haiku.cpp             throw runtime_error(_("spawn_thread failed"));
_                 144 gui/haiku/haiku.cpp             throw runtime_error(_("resume_thread failed"));
_                 157 gui/haiku/haiku.cpp             boost::format fmt(_("pulses thread returned %d"));
_                 248 gui/haiku/haiku.cpp                     log_error(_("send_data failed"));
_                 384 gui/haiku/haiku.cpp                     _("# FATAL:  No filename given with -D argument.") << std::endl;      
_                 290 gui/haiku/haiku_agg_glue.cpp             log_error (_("AGG's bit depth must be 16, 24 or 32 bits, not %d."), _bpp);
_                 297 gui/haiku/haiku_agg_glue.cpp                     _("Could not create AGG renderer with pixelformat %s")
_                 416 gui/haiku/haiku_agg_glue.cpp         log_debug (_("SDL-AGG: %i byte offscreen buffer allocated"), bufsize);
_                 115 gui/kde/Kde4GlueAgg.cpp         throw GnashException(_("Could not create AGG renderer with pixelformat ABGR32"));
_                  71 gui/kde/Kde4Gui.cpp #define _q(Str) QString::fromUtf8(_(Str))
_                 115 gui/kde/Kde4Gui.cpp         log_error(_("Cairo renderer not supported!"));
_                 123 gui/kde/Kde4Gui.cpp         log_error(_("OpenGL renderer not supported!"));
_                 131 gui/kde/Kde4Gui.cpp         log_error(_("AGG renderer not supported!"));
_                 208 gui/kde/Kde4Gui.cpp     log_debug(_("Setting renderer"));
_                 212 gui/kde/Kde4Gui.cpp     log_debug(_("Set renderer"));
_                 413 gui/kde/kde.cpp     _qmenu.insertItem(_("Play Movie"), this, SLOT(menuitem_play_callback()));
_                 414 gui/kde/kde.cpp     _qmenu.insertItem(_("Pause Movie"), this, SLOT(menuitem_pause_callback()));
_                 415 gui/kde/kde.cpp     _qmenu.insertItem(_("Stop Movie"), this, SLOT(menuitem_stop_callback()));
_                 416 gui/kde/kde.cpp     _qmenu.insertItem(_("Restart Movie"), this, SLOT(menuitem_restart_callback()));
_                 418 gui/kde/kde.cpp     _qmenu.insertItem(_("Step Forward"), this, SLOT(menuitem_step_forward_callback()));
_                 419 gui/kde/kde.cpp     _qmenu.insertItem(_("Step Backward"), this, SLOT( menuitem_step_backward_callback()));
_                 420 gui/kde/kde.cpp     _qmenu.insertItem(_("Jump Forward"), this, SLOT(menuitem_jump_forward_callback()));
_                 421 gui/kde/kde.cpp     _qmenu.insertItem(_("Jump Backward"), this, SLOT(menuitem_jump_backward_callback()));
_                 423 gui/kde/kde.cpp     _qmenu.insertItem(_("Refresh"), this, SLOT(menuitem_refresh_callback()));
_                 424 gui/kde/kde.cpp     _qmenu.insertItem(_("Quit Gnash"), this, SLOT(menuitem_quit_callback()));
_                 156 gui/kde/kde_glue_agg.cpp         throw GnashException(_("Could not create AGG renderer with pixelformat BGRA32"));
_                 221 gui/pythonmod/gnash-view.cpp         gnash::log_error(_("Could not create sound handler: %s."
_                 224 gui/pythonmod/gnash-view.cpp     gnash::log_error(_("Sound requested but no sound support compiled in"));
_                 439 gui/pythonmod/gnash-view.cpp         gnash::log_debug(_("%s appended to local sandboxes"), dir.c_str());
_                 442 gui/pythonmod/gnash-view.cpp         gnash::log_debug(_("%s appended to local sandboxes"), str_path.c_str());
_                  70 gui/riscos/riscos_glue_agg.cpp       throw GnashException(_("Could not create AGG renderer with pixelformat RGB24"));
_                  78 gui/sdl/sdl_agg_glue.cpp         log_error (_("AGG's bit depth must be 16, 24 or 32 bits, not %d."), _bpp);
_                  95 gui/sdl/sdl_agg_glue.cpp         log_error (_("SDL_SetVideoMode() failed for SdlAggGlue."));
_                 132 gui/sdl/sdl_agg_glue.cpp     log_debug (_("SDL-AGG: %i byte offscreen buffer allocated"), bufsize);
_                 224 libbase/ClockTime.cpp             gnash::log_error(_("Cannot get requested timezone information"));
_                  46 libbase/GC.cpp     log_debug(_("GC %p created"), (void*)this);
_                  58 libbase/GC.cpp     log_debug(_("GC deleted, deleting all managed resources - collector run %d times"), _collectorRuns);
_                  71 libbase/GC.cpp     log_debug(_("GC: sweep scan started"));
_                  81 libbase/GC.cpp             log_debug(_("GC: recycling object %p (%s)"), res, typeName(*res));
_                  96 libbase/GC.cpp     log_debug(_("GC: recycled %d unreachable resources - %d left"),
_                 115 libbase/GC.cpp     log_debug(_("GC: collection cycle started - %d/%d new resources "
_                  97 libbase/GC.h               log_debug(_("Instance %p of class %s already reachable, "
_                 105 libbase/GC.h           log_debug(_("Instance %p of class %s set to reachable, scanning "
_                 139 libbase/GC.h           log_debug(_("Class %s didn't override the markReachableResources() "
_                 204 libbase/GC.h           log_debug(_("GC: collectable %p added, num collectables: %d"), item, 
_                 243 libbase/GC.h               log_debug(_("GC: collection cycle skipped - %d/%d new resources "
_                 273 libbase/GC.h           log_debug(_("GC %p: MARK SCAN"), (void*)this);
_                 363 libbase/GnashImage.h         log_error(_("This image format does not support writing RGBA images"));
_                 175 libbase/GnashImageGif.cpp                 throw ParserException(_("GIF: Error retrieving image "
_                 204 libbase/GnashImageGif.cpp                 throw ParserException(_("GIF: invalid image data "
_                 210 libbase/GnashImageGif.cpp                 log_debug(_("Found interlaced GIF (%d x %d)"),
_                 226 libbase/GnashImageGif.cpp                             throw ParserException(_("GIF: failed reading "
_                 237 libbase/GnashImageGif.cpp             log_debug(_("Found non-interlaced GIF (%d x %d)"),
_                 244 libbase/GnashImageGif.cpp                     throw ParserException(_("GIF: failed reading "
_                 283 libbase/GnashImageGif.cpp             throw ParserException(_("GIF: Error retrieving record type"));
_                 115 libbase/GnashImageJpeg.cpp                 log_error(_("JPEG: Empty jpeg source stream."));
_                 262 libbase/GnashImageJpeg.cpp         ss << _("Internal jpeg error: ") << _errorOccurred;
_                 273 libbase/GnashImageJpeg.cpp                 throw ParserException(_("Lack of data during JPEG "
_                 283 libbase/GnashImageJpeg.cpp                 log_debug(_("unexpected: jpeg_read_header returned %d"), ret);
_                 289 libbase/GnashImageJpeg.cpp             ss << _("Internal jpeg error: ") << _errorOccurred;
_                 307 libbase/GnashImageJpeg.cpp         ss << _("Internal jpeg error: ") << _errorOccurred;
_                 319 libbase/GnashImageJpeg.cpp                 throw ParserException(_("lack of data during JPEG "
_                 329 libbase/GnashImageJpeg.cpp                 log_debug(_("unexpected: jpeg_read_header returned %d [%s:%d]"),
_                 337 libbase/GnashImageJpeg.cpp         ss << _("Internal jpeg error during header parsing: ") << _errorOccurred;
_                 345 libbase/GnashImageJpeg.cpp         ss << _("Internal jpeg error during decompression: ") << _errorOccurred;
_                 363 libbase/GnashImageJpeg.cpp         ss << _("Internal jpeg error: ") << _errorOccurred;
_                 519 libbase/GnashImageJpeg.cpp             log_error(_("rw_dest_IOChannel couldn't write data."));
_                 544 libbase/GnashImageJpeg.cpp                 log_error(_("rw_dest_IOChannel::term_destination "
_                  51 libbase/GnashImagePng.cpp     ss << _("PNG error: ") << msg;
_                  58 libbase/GnashImagePng.cpp     log_debug(_("PNG warning: %s"), msg);
_                  54 libbase/SharedMemHaiku.cpp     log_unimpl(_("%s on Haiku"), __FUNCTION__);
_                  59 libbase/SharedMemHaiku.cpp     log_unimpl(_("%s on Haiku"), __FUNCTION__);
_                  65 libbase/SharedMemHaiku.cpp     log_unimpl(_("%s on Haiku"), __FUNCTION__);
_                  72 libbase/SharedMemHaiku.cpp     log_unimpl(_("%s on Haiku"), __FUNCTION__);
_                  79 libbase/SharedMemHaiku.cpp     log_unimpl(_("%s on Haiku"), __FUNCTION__);
_                  47 libbase/SharedMemW32.cpp     log_unimpl(_("%s on w32"), __FUNCTION__);
_                  52 libbase/SharedMemW32.cpp     log_unimpl(_("%s on w32"), __FUNCTION__);
_                  58 libbase/SharedMemW32.cpp     log_unimpl(_("%s on w32"), __FUNCTION__);
_                  65 libbase/SharedMemW32.cpp     log_unimpl(_("%s on w32"), __FUNCTION__);
_                  72 libbase/SharedMemW32.cpp     log_unimpl(_("%s on w32"), __FUNCTION__);
_                  98 libbase/Socket.cpp                 log_debug(_("Socket interrupted by a system call"));
_                 102 libbase/Socket.cpp             log_error(_("XMLSocket: The socket was never available"));
_                 132 libbase/StreamProvider.cpp 		    log_error(_("POST data discarded while getting a stream "
_                  90 libbase/URLAccessManager.cpp 			log_security(_("Load from host %s granted (whitelisted)"),
_                  96 libbase/URLAccessManager.cpp 		log_security(_("Load from host %s forbidden "
_                 110 libbase/URLAccessManager.cpp 		log_security(_("Load from host %s forbidden (blacklisted)"),
_                 115 libbase/URLAccessManager.cpp 	log_security(_("Load from host %s granted (default)"), host);
_                 147 libbase/URLAccessManager.cpp       log_security(_("Load of file %s forbidden"
_                 164 libbase/URLAccessManager.cpp             log_security(_("Load of file %s granted (under local sandbox %s)"),
_                 172 libbase/URLAccessManager.cpp     log_security(_("Load of file %s forbidden (not under local sandboxes)"),
_                 212 libbase/URLAccessManager.cpp         log_error(_("gethostname failed: %s"), std::strerror(errno)); 
_                 234 libbase/URLAccessManager.cpp 	log_security(_("Load from host %s forbidden (not in the local domain)"),
_                 240 libbase/URLAccessManager.cpp 	log_security(_("Load from host %s forbidden (not on the local host)"),
_                 272 libbase/URLAccessManager.cpp 	log_security(_("Checking security of URL '%s'"), url);
_                 284 libbase/URLAccessManager.cpp             log_error(_("Network connection without hostname requested"));
_                  48 libbase/curl_adapter.cpp     log_error(_("libcurl is not available, but "
_                 681 libbase/curl_adapter.cpp                 log_error(_("FIXME: Timeout (%u milliseconds) while loading "
_                 729 libbase/curl_adapter.cpp                 log_error(_("Timeout (%u milliseconds) while loading "
_                 835 libbase/curl_adapter.cpp         log_security(_("Allowing connections to SSL sites with invalid "
_                 134 libbase/extension.cpp         log_security(_("Loading module: %s from %s"), mod, _pluginsdir);
_                 147 libbase/extension.cpp     log_security(_("Initializing module: \"%s\" from %s"), symbol, _pluginsdir);
_                 164 libbase/extension.cpp         log_error(_("Couldn't get class_init symbol"));
_                 178 libbase/extension.cpp     log_security(_("Initializing module: \"%s\""), module);
_                 193 libbase/extension.cpp         log_error(_("Couldn't get class_init symbol: \"%s\""), func);
_                 217 libbase/extension.cpp         log_debug(_("Scanning directory \"%s\" for plugins"), dir);
_                 221 libbase/extension.cpp             log_error(_("Can't open directory %s"), dir);
_                 245 libbase/extension.cpp                 log_debug(_("Gnash Plugin name: %s"), name);
_                 314 libbase/log.h  BOOST_PP_SEQ_FOR_EACH(GENERATE_LOG_TYPES, _, LOG_TYPES)
_                 223 libbase/noseek_fd_adapter.cpp             std::cerr << boost::format(_("Error reading %d bytes from "
_                 168 libbase/rc.cpp 	log_error(_("Failed to find user settings directory"));
_                 379 libbase/rc.cpp             cerr << _("RcInitFile: couldn't open file: ") << filespec << endl;
_                 419 libbase/rc.cpp                 cerr << boost::format(_("Warning: missing value for "
_                 610 libbase/rc.cpp                  cerr << boost::format(_("Warning: unrecognized directive "
_                 622 libbase/rc.cpp                 cerr << boost::format(_("Warning: empty include "
_                 627 libbase/rc.cpp                     cerr << boost::format(_("Warning: include specification "
_                 636 libbase/rc.cpp             cerr << boost::format(_("Warning: unrecognized action \"%s\" in "
_                 687 libbase/rc.cpp             log_error(_("Failed to find user settings directory"));
_                 728 libbase/rc.cpp         cerr << boost::format(_("Couldn't open file %s for writing")) % filespec << endl;
_                 737 libbase/rc.cpp     _("# Generated by Gnash. Manual changes to this file may be overridden.") 
_                  78 libbase/sharedlib.cpp         log_error (_("Couldn't initialize ltdl: %s"), lt_dlerror());
_                 133 libbase/sharedlib.cpp     log_debug (_("Opened dynamic library \"%s\""), filespec);
_                 152 libbase/sharedlib.cpp         log_error (_("Couldn't find symbol: %s"), symbol);
_                 155 libbase/sharedlib.cpp         log_debug (_("Found symbol %s @ %p"), symbol, (void *)run);
_                 182 libbase/sharedlib.cpp         log_error (_("Couldn't find symbol: %s"), symbol);
_                 185 libbase/sharedlib.cpp         log_debug (_("Found symbol %s @ %p"), symbol, (void *)run);
_                 193 libbase/tu_file.cpp                 _("Error while seeking to end: %1%")) % strerror(errno);
_                 135 libcore/AMFConverter.cpp         log_debug(_("amf: serializing object (or function) "
_                 155 libcore/AMFConverter.cpp             log_debug(_("amf: serializing date object "
_                 201 libcore/AMFConverter.cpp                 log_debug(_("amf: serializing array of %d "
_                 223 libcore/AMFConverter.cpp         log_debug(_("amf: serializing array of %d "
_                 233 libcore/AMFConverter.cpp         log_debug(_("amf: serializing object (or function) "
_                 276 libcore/AMFConverter.cpp     log_debug(_("amf: serializing undefined"));
_                 286 libcore/AMFConverter.cpp     log_debug(_("amf: serializing null"));
_                 597 libcore/AMFConverter.cpp             log_error(_("Date type encoded timezone info %1%, even though "
_                 491 libcore/Button.cpp             log_error(_("Unhandled button event %s"), event);
_                 968 libcore/Button.cpp             std::make_pair(_("Button state"), os.str()));
_                 972 libcore/Button.cpp     localIter = tr.append_child(selfIt, std::make_pair(_("Enabled"), os.str()));
_                 306 libcore/DisplayList.cpp         log_swferror(_("moveDisplayObject() -- can't find object at depth %d"),
_                 261 libcore/DisplayObject.cpp     LOG_ONCE(log_unimpl(_("blendMode")));
_                 371 libcore/DisplayObject.cpp         log_aserror(_("Setting _height=%g of DisplayObject %s (%s)"),
_                 826 libcore/DisplayObject.cpp     const std::string yes = _("yes");
_                 827 libcore/DisplayObject.cpp     const std::string no = _("no");
_                 833 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Depth"), os.str()));
_                 839 libcore/DisplayObject.cpp         tr.append_child(it, std::make_pair(_("Ratio"), os.str()));
_                 849 libcore/DisplayObject.cpp         tr.append_child(it, std::make_pair(_("Clipping depth"), os.str()));        
_                 854 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Dimensions"), os.str()));    
_                 856 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Dynamic"), isDynamic() ? yes : no));    
_                 857 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Mask"), isMaskLayer() ? yes : no));        
_                 858 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Destroyed"),
_                 860 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Unloaded"), unloaded() ? yes : no));
_                 864 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Blend mode"), os.str()));
_                 867 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Invalidated"),
_                 869 libcore/DisplayObject.cpp     tr.append_child(it, std::make_pair(_("Child invalidated"),
_                 890 libcore/DisplayObject.cpp             log_aserror(_("Attempt to set property to %s, refused"),
_                1126 libcore/DisplayObject.cpp         log_aserror(_("Attempt to set %s._y to %s "
_                1157 libcore/DisplayObject.cpp         log_aserror(_("Attempt to set %s._x to %s "
_                1187 libcore/DisplayObject.cpp         log_aserror(_("Attempt to set %s._xscale to %s "
_                1214 libcore/DisplayObject.cpp         log_aserror(_("Attempt to set %s._yscale to %s "
_                1251 libcore/DisplayObject.cpp         log_aserror(_("Attempt to set %s._visible to %s "
_                1281 libcore/DisplayObject.cpp         log_aserror(_("Attempt to set %s._alpha to %s "
_                1348 libcore/DisplayObject.cpp         log_aserror(_("Attempt to set %s._rotation to %s "
_                1413 libcore/DisplayObject.cpp         log_aserror(_("Setting _width=%g of DisplayObject %s (%s)"),
_                1581 libcore/DisplayObject.cpp             log_aserror(_("Attempt to set property to %s, refused"),
_                  75 libcore/DisplayObjectContainer.cpp             std::make_pair(_("Children"), os.str()));            
_                 131 libcore/Font.cpp             log_swferror(_("Attempt to set font display or copyright name "
_                 168 libcore/Font.cpp             log_swferror(_("Attempt to add an embedded glyph CodeTable to "
_                 255 libcore/FreetypeGlyphsProvider.cpp         boost::format err = boost::format(_("Can't init FreeType! Error "
_                 267 libcore/FreetypeGlyphsProvider.cpp         log_error(_("Can't close FreeType! Error %d"), error);
_                 281 libcore/FreetypeGlyphsProvider.cpp         log_error(_("Failed to find fonts directory, using hard-coded "
_                 294 libcore/FreetypeGlyphsProvider.cpp         log_error(_("Can't init fontconfig library, using hard-"
_                 434 libcore/FreetypeGlyphsProvider.cpp         boost::format msg = boost::format(_("Can't find font file "
_                 447 libcore/FreetypeGlyphsProvider.cpp             boost::format msg = boost::format(_("Font file '%s' "
_                 456 libcore/FreetypeGlyphsProvider.cpp             boost::format msg = boost::format(_("Some error "
_                 144 libcore/MovieClip.cpp                 log_debug(_("CHECKME: nested mask in MouseEntityFinder. "
_                 157 libcore/MovieClip.cpp                 log_debug(_("Character %s at depth %d is a mask not hitting "
_                 166 libcore/MovieClip.cpp                 log_debug(_("Character %s at depth %d is a mask hitting the "
_                 196 libcore/MovieClip.cpp             log_debug(_("MouseEntityFinder found DisplayObject %s (depth %d) "
_                 378 libcore/MovieClip.cpp                 log_debug(_("CHECKME: nested mask in DropTargetFinder. "
_                 389 libcore/MovieClip.cpp                 log_debug(_("FIXME: invisible mask in MouseEntityFinder."));
_                 393 libcore/MovieClip.cpp                 log_debug(_("Character %s at depth %d is a mask not hitting "
_                 402 libcore/MovieClip.cpp                 log_debug(_("Character %s at depth %d is a mask "
_                 586 libcore/MovieClip.cpp             log_aserror(_("call_frame('%s') -- invalid frame"),
_                 631 libcore/MovieClip.cpp             log_aserror(_("Can't clone root of the movie"));
_                 639 libcore/MovieClip.cpp             log_error(_("%s parent is not a movieclip, can't clone"),
_                 684 libcore/MovieClip.cpp     log_debug(_("Event %s invoked for movieclip %s"), id, getTarget());
_                 690 libcore/MovieClip.cpp         log_debug(_("Sprite %s ignored ENTER_FRAME event (is unloaded)"), getTarget());
_                 697 libcore/MovieClip.cpp         log_debug(_("Sprite %s ignored button-like event %s as not 'enabled'"),
_                 753 libcore/MovieClip.cpp             log_debug(_("Sprite %s (depth %d) won't check for user-defined "
_                 822 libcore/MovieClip.cpp     log_debug(_("Advance movieclip '%s' at frame %u/%u"),
_                 835 libcore/MovieClip.cpp         LOG_ONCE( log_swferror(_("advance_movieclip: no frames loaded "
_                 847 libcore/MovieClip.cpp     log_debug(_("Advance_movieclip for movieclip '%s' - frame %u/%u "),
_                 858 libcore/MovieClip.cpp         log_debug(_("MovieClip::advance_movieclip we're in PLAYSTATE_PLAY mode"));
_                 864 libcore/MovieClip.cpp         log_debug(_("on_event_load called, incrementing"));
_                 868 libcore/MovieClip.cpp         log_debug(_("after increment we are at frame %u/%u"), _currentFrame, frame_count);
_                 878 libcore/MovieClip.cpp                 log_debug(_("Jumping back to frame 0 of movieclip %s"),
_                 885 libcore/MovieClip.cpp                 log_debug(_("Executing frame%d (0-based) tags of movieclip "
_                 899 libcore/MovieClip.cpp         log_debug(_("MovieClip::advance_movieclip we're in STOP mode"));
_                 911 libcore/MovieClip.cpp         log_debug(_("Queuing init actions in frame %d of movieclip %s"),
_                 920 libcore/MovieClip.cpp         log_debug(_("Init actions for DisplayObject %d already executed"), cid);
_                 975 libcore/MovieClip.cpp             log_action(_("Executing %d tags in frame %d/%d of movieclip %s"),
_                 999 libcore/MovieClip.cpp     log_debug(_("movieclip %s ::goto_frame(%d) - current frame is %d"),
_                1013 libcore/MovieClip.cpp             log_error(_("Target frame of a gotoFrame(%d) was never loaded,"
_                1045 libcore/MovieClip.cpp             log_aserror(_("GotoFrame(%d) targets a yet "
_                1054 libcore/MovieClip.cpp             log_error(_("Target frame of a gotoFrame(%d) was never loaded, "
_                1118 libcore/MovieClip.cpp         log_swferror(_("MovieClip::goto_labeled_frame('%s') "
_                1177 libcore/MovieClip.cpp             log_swferror(_("MovieClip::add_display_object(): "
_                1247 libcore/MovieClip.cpp         log_error(_("movieclip::replace_display_object(): "
_                1256 libcore/MovieClip.cpp         log_error(_("MovieClip::replace_display_object: could not "
_                1359 libcore/MovieClip.cpp         log_debug(_("%s is a dynamic mask and can't handle mouse "
_                1367 libcore/MovieClip.cpp         log_debug(_("%s is dynamically masked by %s, which "
_                1621 libcore/MovieClip.cpp     log_debug(_("Attached movieclips %s registered class is %p"),
_                1652 libcore/MovieClip.cpp     log_debug(_("Sprite '%s' placed on stage"), getTarget());
_                1704 libcore/MovieClip.cpp         log_debug(_("Queuing INITIALIZE and CONSTRUCT events for movieclip %s"),
_                1733 libcore/MovieClip.cpp     log_debug(_("Unloading movieclip '%s'"), getTargetPath());
_                1829 libcore/MovieClip.cpp         log_error(_("Could not load variables from %s"), url.str());
_                1882 libcore/MovieClip.cpp             log_aserror(_("removeMovieClip(%s): movieclip depth (%d) out of "
_                2017 libcore/MovieClip.cpp         log_debug(_("Stream sound id from %d to %d, stopping old"),
_                  80 libcore/MovieFactory.cpp               log_unimpl(_("Requested to keep from completely loading "
_                  95 libcore/MovieFactory.cpp             log_unimpl(_("FLV can't be loaded directly as a movie"));
_                  99 libcore/MovieFactory.cpp             log_error(_("Unknown file type"));
_                 122 libcore/MovieFactory.cpp             log_debug(_("Movie %s already in library"), cache_label);
_                 134 libcore/MovieFactory.cpp         log_error(_("Couldn't load library movie '%s'"), url.str());
_                 141 libcore/MovieFactory.cpp         log_debug(_("Movie %s (SWF%d) added to library"),
_                 145 libcore/MovieFactory.cpp         log_debug(_("Movie %s (SWF%d) NOT added to library (resulted from "
_                 174 libcore/MovieFactory.cpp         log_error(_("Can't read file header"));
_                 213 libcore/MovieFactory.cpp             log_error(_("Can't read 3 bytes after an MZ (.exe) header"));
_                 223 libcore/MovieFactory.cpp                 log_error(_("Could not find SWF inside an exe file"));
_                 274 libcore/MovieFactory.cpp             log_error(_("Can't read image file from %s"), url);
_                 284 libcore/MovieFactory.cpp         log_error(_("Parsing error: %s"), e.what());
_                 310 libcore/MovieFactory.cpp         log_error(_("failed to open '%s'; can't create movie"), url);
_                 315 libcore/MovieFactory.cpp         log_error(_("streamProvider opener can't open '%s'"), url);
_                 259 libcore/MovieLoader.cpp 		log_error(_("Can't create Movie instance "
_                 276 libcore/MovieLoader.cpp             log_debug(_("processCompletedRequest: _level loading "
_                 285 libcore/SWFStream.cpp         log_error(_("Native floating point format not recognised"));
_                 302 libcore/SWFStream.cpp         throw ParserException(_("Unexpected end of stream while reading"));
_                 320 libcore/SWFStream.cpp         throw ParserException(_("Unexpected end of stream while reading"));
_                 353 libcore/SWFStream.cpp         throw ParserException(_("Unexpected end of stream while reading"));
_                 384 libcore/SWFStream.cpp         throw ParserException(_("Unexpected end of stream while reading"));
_                 496 libcore/SWFStream.cpp         log_swferror(_("Unexpected end of stream"));
_                 565 libcore/SWFStream.cpp             log_swferror(_("Tag %d starting at offset %d is advertised to end "
_                 604 libcore/SWFStream.cpp         throw ParserException(_("Could not seek to reported end of tag"));
_                 221 libcore/TextField.cpp         log_debug(_("CHECKME: removeTextField(%s): TextField depth (%d) "
_                 911 libcore/TextField.cpp         log_debug(_("TextField text doesn't fit in its boundaries: "
_                 966 libcore/TextField.cpp           log_error(_("TextField: missing glyph for space char (needed "
_                1049 libcore/TextField.cpp         log_error(_("No font for TextField!"));
_                1381 libcore/TextField.cpp                     LOG_ONCE(log_debug(_("HTML in a text field is unsupported, "
_                1465 libcore/TextField.cpp                                          log_aserror(_("Expected a font name in FACE attribute."))
_                1712 libcore/TextField.cpp                                 log_swferror(_("TextField: missing embedded "
_                1720 libcore/TextField.cpp                                 log_swferror(_("TextField: missing device "
_                1902 libcore/TextField.cpp     log_debug(_("VariableName: %s"), variableName);
_                1911 libcore/TextField.cpp             log_swferror(_("Current environment has no target, "
_                1926 libcore/TextField.cpp         log_debug(_("Variable text Path: %s, Var: %s"), path, var);
_                1937 libcore/TextField.cpp             log_swferror(_("VariableName associated to text field refers "
_                1958 libcore/TextField.cpp     log_debug(_("registerTextVariable() called"));
_                1973 libcore/TextField.cpp         log_debug(_("VariableName associated to text field (%s) refer to "
_                  75 libcore/Video.cpp 		LOG_ONCE( log_error(_("No Media handler registered, "
_                 156 libcore/Video.cpp 		    LOG_ONCE(log_error(_("No Video info in video definition")));
_                 330 libcore/Video.cpp 		log_aserror(_("attachVideo needs 1 arg"));
_                 343 libcore/Video.cpp 		log_aserror(_("attachVideo(%s) first arg is not a NetStream instance"),
_                  64 libcore/abc/AbcBlock.cpp                 log_error(_("ABC: Finalizing trait yielded bad type for slot."));
_                 132 libcore/abc/AbcBlock.cpp                 log_error(_("ABC: Finalizing trait yielded bad type for slot."));
_                 187 libcore/abc/AbcBlock.cpp 		log_error(_("ABC: Bad name for trait."));
_                 192 libcore/abc/AbcBlock.cpp 		log_error(_("ABC: Trait name must be fully qualified."));
_                 239 libcore/abc/AbcBlock.cpp                 log_error(_("Bad method id in trait."));
_                 255 libcore/abc/AbcBlock.cpp                 log_error(_("Bad Class id in trait."));
_                 265 libcore/abc/AbcBlock.cpp                 log_error(_("Bad method id in trait."));
_                 273 libcore/abc/AbcBlock.cpp             log_error(_("ABC: Unknown type of trait."));
_                 467 libcore/abc/AbcBlock.cpp 	log_debug(_("Abc Version: %d.%d"), (mVersion & 0xFFFF0000) >> 16, 
_                 566 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Bad string given for namespace."));
_                 608 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Bad namespace for namespace set."));
_                 678 libcore/abc/AbcBlock.cpp                 log_error(_("Action Block: Unknown multiname type (%d)."),
_                 711 libcore/abc/AbcBlock.cpp 			log_error(_("Action Block: Bad index in optional argument."));
_                 721 libcore/abc/AbcBlock.cpp 			log_error(_("Action Block: Bad index in optional argument."));
_                 731 libcore/abc/AbcBlock.cpp 			log_error(_("Action Block: Bad index in optional argument."));
_                 741 libcore/abc/AbcBlock.cpp 			log_error(_("Action Block: Bad index in optional argument."));
_                 751 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Bad index in optional argument, namespaces."));
_                 773 libcore/abc/AbcBlock.cpp 		log_error(_("ABC: Bad default value type (%X), but continuing."), type);
_                 811 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Bad return type for method info."));
_                 824 libcore/abc/AbcBlock.cpp                 log_abc(_("ABC: Unknown return type."));
_                 841 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Bad parameter type in method."));
_                 850 libcore/abc/AbcBlock.cpp                     log_abc((_("ABC: Unknown parameter type.")));
_                 939 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Out of bounds instance name."));
_                 947 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: QName required for instance."));
_                 952 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: No namespace to use for storing class."));
_                 967 libcore/abc/AbcBlock.cpp 				log_error(_("Duplicate class registration."));
_                 983 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Bad super type."));
_                 994 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Super type not found (%s)"), 
_                1001 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Can't extend a class which is final."));
_                1007 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Can't extend an interface type."));
_                1013 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Class cannot be its own supertype."));
_                1034 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Bad namespace for protected."));
_                1053 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Bad name for interface."));
_                1060 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Can't implement a non-interface type."));
_                1072 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Out of bounds method for initializer."));
_                1107 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Out of bound static constructor for class."));
_                1146 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Out of bounds method for script."));
_                1182 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Out of bounds for method body."));
_                1189 libcore/abc/AbcBlock.cpp 			log_error(_("ABC: Only one body per method."));
_                1235 libcore/abc/AbcBlock.cpp 				log_error(_("ABC: Out of bound type for exception."));
_                1245 libcore/abc/AbcBlock.cpp 					log_error(_("ABC: Unknown type of object to catch. (%s)"), 
_                1263 libcore/abc/AbcBlock.cpp 					log_error(_("ABC: Out of bound name for caught "
_                 183 libcore/as_environment.cpp                 log_aserror(_("invalid path '%s' (p=next_slash=%s)"),
_                 194 libcore/as_environment.cpp                         log_aserror(_("invalid path '%s' (dot not allowed "
_                 347 libcore/as_environment.cpp             log_aserror(_("Path target '%s' not found while setting %s=%s"),
_                 446 libcore/as_environment.cpp             log_aserror(_("Won't set invalid raw variable name: %s"), varname);
_                 489 libcore/as_environment.cpp             log_aserror(_("Won't get invalid raw variable name: %s"), varname);
_                 567 libcore/as_environment.cpp         log_aserror(_("reference to non-existent variable '%s'"), varname);
_                 435 libcore/as_object.cpp             log_aserror(_("Caught exception: %s"), exc.what());
_                 624 libcore/as_object.cpp                 log_aserror(_("Attempt to set read-only property '%s'"),
_                 636 libcore/as_object.cpp                 _("%s: %s"), getStringTable(*this).value(getName(uri)), exc.what());
_                 651 libcore/as_object.cpp             log_aserror(_("Unknown failure in setting property '%s' on "
_                 680 libcore/as_object.cpp         log_error(_("Attempt to initialize read-only property '%s'"
_                 846 libcore/as_object.cpp         if (obj) log_aserror(_("Circular inheritance chain detected "
_                 856 libcore/as_object.cpp     log_debug(_("%d members of object %p follow"), _members.size(),
_                 399 libcore/as_value.cpp                 log_debug(_("to_primitive(%s, NUMBER) threw an "
_                 769 libcore/as_value.cpp             log_unimpl(_("serialization of as_value of type %d"), _type);
_                 536 libcore/asobj/Array_as.cpp             log_unimpl(_("Unhandled sort flags: %d (0x%X)"), +flags, +flags);
_                 935 libcore/asobj/Array_as.cpp             log_aserror(_("Array.splice() needs at least 1 argument, "
_                 958 libcore/asobj/Array_as.cpp                 log_aserror(_("Array.splice(%d,%d): negative length "
_                1056 libcore/asobj/Array_as.cpp             log_aserror(_("Sort called with invalid arguments."));
_                1200 libcore/asobj/Array_as.cpp         log_aserror(_("SortOn called with invalid arguments."));
_                1390 libcore/asobj/Array_as.cpp         log_aserror(_("More than 2 arguments to Array.slice, "
_                 234 libcore/asobj/AsBroadcaster.cpp         log_aserror(_("AsBroadcaster.initialize() requires one argument, "
_                 244 libcore/asobj/AsBroadcaster.cpp         log_aserror(_("AsBroadcaster.initialize(%s): first arg is "
_                 253 libcore/asobj/AsBroadcaster.cpp         log_aserror(_("AsBroadcaster.initialize(%s): first arg is an object"
_                 283 libcore/asobj/AsBroadcaster.cpp             log_aserror(_("%p.addListener(%s): this object has no "
_                 294 libcore/asobj/AsBroadcaster.cpp             log_aserror(_("%p.addListener(%s): this object's _listener isn't "
_                 328 libcore/asobj/AsBroadcaster.cpp             log_aserror(_("%p.addListener(%s): this object has no _listeners "
_                 339 libcore/asobj/AsBroadcaster.cpp             log_aserror(_("%p.addListener(%s): this object's _listener isn't "
_                 394 libcore/asobj/AsBroadcaster.cpp             log_aserror(_("%p.addListener(%s): this object has no "
_                 405 libcore/asobj/AsBroadcaster.cpp             log_aserror(_("%p.addListener(%s): this object's _listener "
_                 262 libcore/asobj/Camera_as.cpp         log_error(_("No MediaHandler exists! Cannot create a Camera object"));
_                 361 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set activity property of Camera"));
_                 378 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set bandwidth property of Camera"));
_                 394 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set currentFPS property of Camera"));
_                 410 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set fps property of Camera"));
_                 426 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set height property of Camera, use setMode"));
_                 449 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set index property of Camera"));
_                 466 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set motionLevel property of Camera"));
_                 483 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set motionTimeout property of Camera"));
_                 500 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set muted property of Camera"));
_                 516 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set name property of Camera"));
_                 527 libcore/asobj/Camera_as.cpp             log_aserror(_("Attempt to set names property of Camera"));
_                 562 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set quality property of Camera"));
_                 617 libcore/asobj/Camera_as.cpp         log_aserror(_("Attempt to set width property of Camera, use setMode"));
_                 154 libcore/asobj/Color_as.cpp 		log_aserror(_("Color.setRGB() : missing argument"));
_                 187 libcore/asobj/Color_as.cpp 		log_aserror(_("Color.setTransform() : missing argument"));
_                 197 libcore/asobj/Color_as.cpp             log_aserror(_("Color.setTransform(%s) : first argument doesn't "
_                 463 libcore/asobj/Date_as.cpp                 log_aserror(_("Date constructor called with more than 7 "
_                 723 libcore/asobj/Date_as.cpp             log_aserror(_("Date.setTime needs one argument"));
_                 743 libcore/asobj/Date_as.cpp             log_aserror(_("Date.setTime was called with more than one "
_                 834 libcore/asobj/Date_as.cpp             log_aserror(_("Date.setFullYear needs one argument"));
_                 874 libcore/asobj/Date_as.cpp             log_aserror(_("Date.setYear needs one argument"));
_                 897 libcore/asobj/Date_as.cpp                 log_aserror(_("Date.setYear was called with more than three "
_                 928 libcore/asobj/Date_as.cpp             log_aserror(_("Date.set%sMonth needs one argument"),
_                 961 libcore/asobj/Date_as.cpp                 log_aserror(_("Date.set%sMonth was called with more than three "
_                 983 libcore/asobj/Date_as.cpp     log_aserror(_("Date.set%sDate needs one argument"), utc ? "UTC" : "");
_                 997 libcore/asobj/Date_as.cpp         log_aserror(_("Date.set%sDate was called with more than one argument"),
_                1024 libcore/asobj/Date_as.cpp             log_aserror(_("Date.set%sHours needs one argument"),
_                1043 libcore/asobj/Date_as.cpp                 log_aserror(_("Date.set%sHours was called with more than "
_                1069 libcore/asobj/Date_as.cpp             log_aserror(_("Date.set%sMinutes needs one argument"),
_                1087 libcore/asobj/Date_as.cpp                 log_aserror(_("Date.set%sMinutes was called with more than "
_                1110 libcore/asobj/Date_as.cpp             log_aserror(_("Date.set%sSeconds needs one argument"),
_                1130 libcore/asobj/Date_as.cpp                 log_aserror(_("Date.set%sMinutes was called with more than "
_                1148 libcore/asobj/Date_as.cpp             log_aserror(_("Date.set%sMilliseconds needs one argument"),
_                1165 libcore/asobj/Date_as.cpp                 log_aserror(_("Date.setMilliseconds was called with more "
_                1227 libcore/asobj/Date_as.cpp             log_aserror(_("Date.UTC needs one argument"));
_                1251 libcore/asobj/Date_as.cpp                 log_aserror(_("Date.UTC was called with more than 7 arguments"));
_                 112 libcore/asobj/Function_as.cpp             log_aserror (_("Function.apply() called with no args"));
_                 136 libcore/asobj/Function_as.cpp 					log_aserror(_("Function.apply() got %d args, expected at "
_                 100 libcore/asobj/Global_as.cpp             log_aserror(_("%s needs one argument"), __FUNCTION__);        \
_                 106 libcore/asobj/Global_as.cpp             log_aserror(_("%s has more than one argument"), __FUNCTION__);    \
_                 326 libcore/asobj/Global_as.cpp         log_security(_("Extensions enabled, scanning plugin dir for load"));
_                 330 libcore/asobj/Global_as.cpp         log_security(_("Extensions disabled"));
_                 496 libcore/asobj/Global_as.cpp             log_aserror(_("%s needs at least one argument"), __FUNCTION__);
_                 503 libcore/asobj/Global_as.cpp             log_aserror(_("%s has more than two arguments"), __FUNCTION__);
_                 597 libcore/asobj/Global_as.cpp             log_aserror(_("%s needs at least three arguments"), __FUNCTION__);
_                 604 libcore/asobj/Global_as.cpp             log_aserror(_("%s has more than four arguments"), "AsSetPropFlags");
_                 612 libcore/asobj/Global_as.cpp         log_aserror(_("Invalid call to ASSetPropFlags: "
_                 660 libcore/asobj/Global_as.cpp             log_aserror(_("ASNative(%s): needs at least two arguments"),
_                 672 libcore/asobj/Global_as.cpp             log_aserror(_("ASconstructor(%s): args must be 0 or above"),
_                 684 libcore/asobj/Global_as.cpp         log_debug(_("No ASnative(%d, %d) registered with the VM"), x, y);
_                 703 libcore/asobj/Global_as.cpp             log_aserror(_("ASNative(%s): needs at least two arguments"),
_                 715 libcore/asobj/Global_as.cpp             log_aserror(_("ASnative(%s): args must be 0 or above"),
_                 727 libcore/asobj/Global_as.cpp         log_debug(_("No ASnative(%d, %d) registered with the VM"), x, y);
_                  71 libcore/asobj/Key_as.cpp             log_aserror(_("Key.isDown needs one argument (the key code)"));
_                 176 libcore/asobj/LoadableObject.cpp                 log_aserror(_("XML.addRequestHeader: XML._customHeaders "
_                 193 libcore/asobj/LoadableObject.cpp             log_aserror(_("XML.addRequestHeader requires at least "
_                 206 libcore/asobj/LoadableObject.cpp                 log_aserror(_("XML.addRequestHeader: single argument "
_                 222 libcore/asobj/LoadableObject.cpp             log_aserror(_("XML.addRequestHeader(%s): arguments after the"
_                 237 libcore/asobj/LoadableObject.cpp             log_aserror(_("XML.addRequestHeader(%s): both arguments "
_                 304 libcore/asobj/LoadableObject.cpp         log_aserror(_("sendAndLoad() requires at least two arguments"));
_                 312 libcore/asobj/LoadableObject.cpp         log_aserror(_("sendAndLoad(): invalid empty url"));
_                 319 libcore/asobj/LoadableObject.cpp             log_aserror(_("sendAndLoad(): invalid target (must be an "
_                 397 libcore/asobj/LoadableObject.cpp     log_security(_("Loading from url: '%s'"), url.str());
_                 417 libcore/asobj/LoadableObject.cpp         log_aserror(_("load() requires at least one argument"));
_                 426 libcore/asobj/LoadableObject.cpp         log_aserror(_("load(): invalid empty url"));
_                 534 libcore/asobj/LocalConnection_as.cpp             log_aserror(_("LocalConnection.connect() expects exactly "
_                 542 libcore/asobj/LocalConnection_as.cpp             log_aserror(_("LocalConnection.connect(): first argument must "
_                 587 libcore/asobj/LocalConnection_as.cpp             log_aserror(_("LocalConnection.send(%s): requires at least 2 "
_                 599 libcore/asobj/LocalConnection_as.cpp             log_aserror(_("LocalConnection.send(%s): requires at least 2 "
_                 612 libcore/asobj/LocalConnection_as.cpp             log_aserror(_("LocalConnection.send(%s): requires at least 2 "
_                 263 libcore/asobj/Microphone_as.cpp         log_error(_("No MediaHandler exists! Cannot create a Microphone "
_                 329 libcore/asobj/Microphone_as.cpp         log_aserror(_("Attempt to set activity property of Microphone"));
_                 106 libcore/asobj/MovieClipLoader.cpp             log_aserror(_("MovieClipLoader.loadClip(%s): missing arguments"),
_                 115 libcore/asobj/MovieClipLoader.cpp             log_aserror(_("MovieClipLoader.loadClip(%s): first argument must"
_                 133 libcore/asobj/MovieClipLoader.cpp 		log_aserror(_("Could not find target %s (evaluated from %s)"),
_                 150 libcore/asobj/MovieClipLoader.cpp             log_aserror(_("MovieClipLoader.unloadClip(%s): expected at least"
_                 157 libcore/asobj/MovieClipLoader.cpp     log_unimpl(_("MovieClipLoader.unloadClip: %s"), __PRETTY_FUNCTION__, filespec);
_                 181 libcore/asobj/MovieClipLoader.cpp 		log_aserror(_("MovieClipLoader.getProgress(): missing argument"));
_                 190 libcore/asobj/MovieClipLoader.cpp 		log_aserror(_("MovieClipLoader.getProgress(%s): first argument is "
_                 199 libcore/asobj/MovieClipLoader.cpp 		log_aserror(_("MovieClipLoader.getProgress(%s): first argument is "
_                 295 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("createEmptyMovieClip needs "
_                 303 libcore/asobj/MovieClip_as.cpp             log_aserror(_("createEmptyMovieClip takes "
_                 361 libcore/asobj/MovieClip_as.cpp     LOG_ONCE( log_unimpl(_("MovieClip.cacheAsBitmap()")) );
_                 373 libcore/asobj/MovieClip_as.cpp     LOG_ONCE(log_unimpl(_("MovieClip.filters()")));
_                 392 libcore/asobj/MovieClip_as.cpp     LOG_ONCE(log_unimpl(_("MovieClip.forceSmoothing()")));
_                 402 libcore/asobj/MovieClip_as.cpp     LOG_ONCE(log_unimpl(_("MovieClip.opaqueBackground()")));
_                 412 libcore/asobj/MovieClip_as.cpp     LOG_ONCE(log_unimpl(_("MovieClip.scale9Grid()")));
_                 422 libcore/asobj/MovieClip_as.cpp     LOG_ONCE(log_unimpl(_("MovieClip.scrollRect()")));
_                 432 libcore/asobj/MovieClip_as.cpp     LOG_ONCE(log_unimpl(_("MovieClip.tabIndex()")));
_                 447 libcore/asobj/MovieClip_as.cpp             log_aserror(_("attachMovie called with wrong number of arguments"
_                 462 libcore/asobj/MovieClip_as.cpp         log_aserror(_("attachMovie: exported resource '%s' "
_                 482 libcore/asobj/MovieClip_as.cpp             log_aserror(_("MovieClip.attachMovie: invalid depth %d "
_                 507 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("Fourth argument of attachMovie doesn't cast to "
_                 529 libcore/asobj/MovieClip_as.cpp             log_aserror("MovieClip.attachAudio(): %s", _("missing arguments"));
_                 581 libcore/asobj/MovieClip_as.cpp         log_aserror(_("%s.swapDepths() needs one arg"), movieclip->getTarget());
_                 592 libcore/asobj/MovieClip_as.cpp             log_aserror(_("%s.swapDepths(%s): won't swap a clip below "
_                 610 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("%s.swapDepths(%s): invalid call, "
_                 622 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("%s.swapDepths(%s): invalid call, the two "
_                 639 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("%s.swapDepths(%s): ignored, source and "
_                 654 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("%s.swapDepths(%s): first argument invalid "
_                 663 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("%s.swapDepths(%s): requested depth is above "
_                 679 libcore/asobj/MovieClip_as.cpp             log_aserror(_("%s.swapDepths(%s): ignored, DisplayObject already "
_                 713 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.duplicateMovieClip() needs 2 or 3 args"));
_                 729 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("MovieClip.duplicateMovieClip: "
_                 761 libcore/asobj/MovieClip_as.cpp         log_aserror(_("movieclip_goto_and_play needs one arg"));
_                 771 libcore/asobj/MovieClip_as.cpp         log_aserror(_("movieclip_goto_and_play('%s') -- invalid frame"),
_                 790 libcore/asobj/MovieClip_as.cpp         log_aserror(_("movieclip_goto_and_stop needs one arg"));
_                 800 libcore/asobj/MovieClip_as.cpp         log_aserror(_("movieclip_goto_and_stop('%s') -- invalid frame"),
_                 874 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.loadMovie() "
_                 886 libcore/asobj/MovieClip_as.cpp         log_aserror(_("First argument of MovieClip.loadMovie(%s) "
_                 936 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.loadVariables() "
_                 948 libcore/asobj/MovieClip_as.cpp         log_aserror(_("First argument passed to MovieClip.loadVariables(%s) "
_                 990 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("Can't find hitTest target %s"),
_                1032 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("hitTest() called with %u args"),
_                1103 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("No arguments passed to MovieClip.getURL()"));
_                1112 libcore/asobj/MovieClip_as.cpp                 log_aserror(_("MovieClip.getURL(%s): extra arguments "
_                1220 libcore/asobj/MovieClip_as.cpp             log_aserror(_("MovieClip.getBounds(%s): invalid call, first "
_                1268 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.globalToLocal() takes one arg"));
_                1276 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.globalToLocal(%s): "
_                1290 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.globalToLocal(%s): "
_                1301 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.globalToLocal(%s): "
_                1329 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.localToGlobal() takes one arg"));
_                1337 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.localToGlobal(%s): "
_                1350 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.localToGlobal(%s): "
_                1361 libcore/asobj/MovieClip_as.cpp         log_aserror(_("MovieClip.localToGlobal(%s): "
_                1390 libcore/asobj/MovieClip_as.cpp         log_aserror(_("%s.setMask() : needs an argument"), maskee->getTarget());
_                1409 libcore/asobj/MovieClip_as.cpp             log_aserror(_("%s.setMask(%s) : first argument is not a DisplayObject"),
_                1439 libcore/asobj/MovieClip_as.cpp             log_aserror(_("MovieClip.lineTo() needs at least two arguments"));
_                1465 libcore/asobj/MovieClip_as.cpp             log_aserror(_("MovieClip.moveTo() takes two args"));
_                1516 libcore/asobj/MovieClip_as.cpp             log_aserror(_("MovieClip.lineStyle(%s): args after the "
_                1536 libcore/asobj/MovieClip_as.cpp                     log_aserror(_("MovieClip.lineStyle(%s): invalid joinStyle"
_                1552 libcore/asobj/MovieClip_as.cpp                     log_aserror(_("MovieClip.lineStyle(%s): invalid capStyle "
_                1577 libcore/asobj/MovieClip_as.cpp                     log_aserror(_("MovieClip.lineStyle(%s): invalid "
_                1625 libcore/asobj/MovieClip_as.cpp             log_aserror(_("MovieClip.curveTo() takes four args"));
_                1641 libcore/asobj/MovieClip_as.cpp     log_debug(_("%s.curveTo(%g,%g,%g,%g);"), movieclip->getTarget(),
_                1710 libcore/asobj/MovieClip_as.cpp         log_aserror(_("%s.beginGradientFill(%s): invalid call: 5 arguments "
_                1721 libcore/asobj/MovieClip_as.cpp             log_aserror(_("%s.beginGradientFill(%s): extra arguments "
_                1741 libcore/asobj/MovieClip_as.cpp             log_aserror(_("%s.beginGradientFill(%s): first arg must be "
_                1757 libcore/asobj/MovieClip_as.cpp         log_aserror(_("%s.beginGradientFill(%s): one or more of the "
_                1771 libcore/asobj/MovieClip_as.cpp             log_aserror(_("%s.beginGradientFill(%s): colors, alphas and "
_                1783 libcore/asobj/MovieClip_as.cpp         log_debug(_("%s.beginGradientFill(%s) : too many array elements"
_                1922 libcore/asobj/MovieClip_as.cpp                         log_aserror(_("min/max bbox values in "
_                1927 libcore/asobj/MovieClip_as.cpp                         log_aserror(_("non-finite bbox values in "
_                 440 libcore/asobj/NetConnection_as.cpp         log_security(_("Gnash is not allowed to open this url: %s"), uriStr);
_                 444 libcore/asobj/NetConnection_as.cpp     log_debug(_("Connection to movie: %s"), uriStr);
_                 496 libcore/asobj/NetConnection_as.cpp         log_security(_("Gnash is not allowed to connect " "to %s"), url);
_                 658 libcore/asobj/NetConnection_as.cpp             log_aserror(_("NetConnection.call(): needs at least one argument"));
_                 771 libcore/asobj/NetConnection_as.cpp             log_aserror(_("NetConnection.connect(): needs at least "
_                 375 libcore/asobj/NetStream_as.cpp             log_aserror(_("No NetConnection associated with this NetStream, "
_                 386 libcore/asobj/NetStream_as.cpp             log_aserror(_("NetConnection is not connected. Won't play."));
_                 406 libcore/asobj/NetStream_as.cpp     log_security(_("Connecting to movie: %s"), url);
_                 497 libcore/asobj/NetStream_as.cpp         log_error(_("Gnash could not get stream '%s' from NetConnection"),
_                 507 libcore/asobj/NetStream_as.cpp         LOG_ONCE( log_error(_("No Media handler registered, can't "
_                 515 libcore/asobj/NetStream_as.cpp         log_error(_("Unable to create parser for NetStream input"));
_                 664 libcore/asobj/NetStream_as.cpp         log_error(_("Error decoding encoded video frame in NetStream input"));
_                1587 libcore/asobj/NetStream_as.cpp                 log_aserror(_("First argument "
_                1633 libcore/asobj/NetStream_as.cpp             log_aserror(_("NetStream_as play needs args"));
_                1640 libcore/asobj/NetStream_as.cpp             log_aserror(_("NetStream.play(%s): stream is not connected"),
_                  79 libcore/asobj/Number_as.cpp             log_aserror(_("Number.toString(%s): "
_                 148 libcore/asobj/Object.cpp             log_aserror(_("Too many args to Object constructor"));
_                 192 libcore/asobj/Object.cpp         log_aserror(_("Invalid call to Object.addProperty(%s) - "
_                 209 libcore/asobj/Object.cpp         log_aserror(_("Invalid call to Object.addProperty() - "
_                 219 libcore/asobj/Object.cpp         log_aserror(_("Invalid call to Object.addProperty() - "
_                 233 libcore/asobj/Object.cpp             log_aserror(_("Invalid call to Object.addProperty() - "
_                 257 libcore/asobj/Object.cpp             log_aserror(_("Invalid call to Object.registerClass(%s) - "
_                 275 libcore/asobj/Object.cpp             log_aserror(_("Invalid call to Object.registerClass(%s) - "
_                 287 libcore/asobj/Object.cpp             log_aserror(_("Invalid call to Object.registerClass(%s) - "
_                 314 libcore/asobj/Object.cpp             log_aserror(_("Object.registerClass(%s, %s): "
_                 327 libcore/asobj/Object.cpp         log_aserror(_("Object.registerClass(%s, %s): "
_                 348 libcore/asobj/Object.cpp         log_aserror(_("Object.hasOwnProperty() requires one arg"));
_                 357 libcore/asobj/Object.cpp         log_aserror(_("Invalid call to Object.hasOwnProperty('%s')"), arg);
_                 373 libcore/asobj/Object.cpp         log_aserror(_("Object.isPropertyEnumerable() requires one arg"));
_                 381 libcore/asobj/Object.cpp             log_aserror(_("Invalid call to Object.isPropertyEnumerable('%s')"),
_                 404 libcore/asobj/Object.cpp         log_aserror(_("Object.isPrototypeOf() requires one arg"));
_                 412 libcore/asobj/Object.cpp             log_aserror(_("First arg to Object.isPrototypeOf(%s) is "
_                 432 libcore/asobj/Object.cpp         log_aserror(_("Object.watch(%s): missing arguments"));
_                 444 libcore/asobj/Object.cpp         log_aserror(_("Object.watch(%s): second argument is not a function"));
_                 469 libcore/asobj/Object.cpp         log_aserror(_("Object.unwatch(%s): missing argument"));
_                 337 libcore/asobj/SharedObject_as.cpp     log_debug(_("SharedObject %s not flushed (compiled as read-only mode)"),
_                 520 libcore/asobj/SharedObject_as.cpp             log_security(_("SharedObject path %s is outside the SWF domain "
_                 533 libcore/asobj/SharedObject_as.cpp             log_security(_("SharedObject path %s is not part of the SWF path "
_                 702 libcore/asobj/SharedObject_as.cpp             log_aserror(_("SharedObject.connect(): needs at least "
_                 755 libcore/asobj/SharedObject_as.cpp             log_aserror(_("Arguments to SharedObject.flush(%s) will be "
_                 379 libcore/asobj/Sound_as.cpp             log_error(_("Could not create audio decoder: %s"), e.what());
_                 536 libcore/asobj/Sound_as.cpp         log_error( _("Gnash could not open this url: %s"), url );
_                 545 libcore/asobj/Sound_as.cpp         log_error(_("Unable to create parser for Sound at %s"), url);
_                 654 libcore/asobj/Sound_as.cpp             log_aserror(_("Sound.start() has no effect on a streaming Sound"));
_                 939 libcore/asobj/Sound_as.cpp     log_action(_("-- start sound"));
_                 964 libcore/asobj/Sound_as.cpp     log_action(_("-- stop sound "));
_                 980 libcore/asobj/Sound_as.cpp                 log_swferror(_("No such export '%s'"),
_                 989 libcore/asobj/Sound_as.cpp                 log_swferror(_("Export '%s'is not a sound"), name);
_                1005 libcore/asobj/Sound_as.cpp         log_action(_("-- attach sound"));
_                1010 libcore/asobj/Sound_as.cpp         log_aserror(_("attach sound needs one argument"));
_                1020 libcore/asobj/Sound_as.cpp         log_aserror(_("attachSound needs a non-empty string"));
_                1035 libcore/asobj/Sound_as.cpp             log_swferror(_("No such export '%s'"),
_                1044 libcore/asobj/Sound_as.cpp             log_swferror(_("Export '%s'is not a sound"), name);
_                1145 libcore/asobj/Sound_as.cpp         log_aserror(_("Sound.loadSound() needs at least 1 argument"));
_                1160 libcore/asobj/Sound_as.cpp             log_aserror(_("Sound.loadSound(%s): arguments after first 2 "
_                1190 libcore/asobj/Sound_as.cpp         log_aserror(_("set volume of sound needs one argument"));
_                 147 libcore/asobj/Stage_as.cpp             log_aserror(_("Stage.width is a read-only property!"));
_                 164 libcore/asobj/Stage_as.cpp             log_aserror(_("Stage.height is a read-only property!"));
_                 450 libcore/asobj/String_as.cpp                 log_aserror(_("string.slice() called with end < start"));
_                 568 libcore/asobj/String_as.cpp             log_aserror(_("string.charCodeAt needs one argument"));
_                 577 libcore/asobj/String_as.cpp             log_aserror(_("string.charCodeAt has more than one argument"));
_                 779 libcore/asobj/String_as.cpp                 log_aserror(_("%1%(%2%) needs %3% argument(s)"),
_                 790 libcore/asobj/String_as.cpp             log_aserror(_("%1%(%2%) has more than %3% argument(s)"),
_                 219 libcore/asobj/TextField_as.cpp         log_aserror(_("createTextField called with %d args, "
_                 233 libcore/asobj/TextField_as.cpp         log_aserror(_("createTextField: negative width (%d)"
_                 243 libcore/asobj/TextField_as.cpp         log_aserror(_("createTextField: negative height (%d)"
_                 437 libcore/asobj/TextField_as.cpp         log_aserror(_("Attempt to set length property of TextField %s"),
_                 463 libcore/asobj/TextField_as.cpp         log_aserror(_("Attempt to set read-only %s property of TextField "
_                 489 libcore/asobj/TextField_as.cpp         log_aserror(_("Attempt to set read-only %s property of TextField %s"),
_                 545 libcore/asobj/TextField_as.cpp             log_aserror(_("Invalid value given to TextField.type: %s"), strval);
_                 677 libcore/asobj/TextField_as.cpp             _("missing arg"))
_                 694 libcore/asobj/TextField_as.cpp                 _("first argument is not a TextFormat"))
_                 984 libcore/asobj/TextField_as.cpp         log_aserror(_("TextField.replaceText() called with less than 3 args"));
_                 407 libcore/asobj/TextFormat_as.cpp 	        log_error(_("Too many args (%d) passed to TextFormat"), args);
_                 228 libcore/asobj/XMLNode_as.cpp         log_aserror(_("XMLNode.insertBefore(): positional parameter "
_                 402 libcore/asobj/XMLNode_as.cpp     log_debug(_("Stringifying node %p with name %s, as_value %s, %u "
_                 597 libcore/asobj/XMLNode_as.cpp             log_aserror(_("XMLNode::appendChild() needs at least one "
_                 606 libcore/asobj/XMLNode_as.cpp             log_aserror(_("First argument to XMLNode::appendChild() is not "
_                 644 libcore/asobj/XMLNode_as.cpp 		log_aserror(_("XMLNode.insertBefore(%s) needs at least two "
_                 655 libcore/asobj/XMLNode_as.cpp 		log_aserror(_("First argument to XMLNode.insertBefore(%s) is not "
_                 666 libcore/asobj/XMLNode_as.cpp 		log_aserror(_("Second argument to XMLNode.insertBefore(%s) is not "
_                 245 libcore/asobj/XMLSocket_as.cpp         log_debug(_(" Message %d: %s "), i, msgs[i]);
_                 268 libcore/asobj/XMLSocket_as.cpp         log_error(_("XMLSocket.send(): socket not initialized"));
_                 306 libcore/asobj/XMLSocket_as.cpp     log_debug(_("XMLSocket.connect(%s) called"), ss.str());
_                 312 libcore/asobj/XMLSocket_as.cpp         log_error(_("XMLSocket.connect() called while already "
_                 319 libcore/asobj/XMLSocket_as.cpp             log_aserror(_("XMLSocket.connect() needs two arguments"));
_                 344 libcore/asobj/XMLSocket_as.cpp         log_error(_("XMLSocket.connect(): connection failed"));
_                 360 libcore/asobj/XMLSocket_as.cpp             log_aserror(_("XMLSocket.send() needs at least one argument"));
_                 457 libcore/asobj/XML_as.cpp         log_error(_("XML data is empty"));
_                 724 libcore/asobj/XML_as.cpp         log_error(_("no text for element creation"));
_                 750 libcore/asobj/XML_as.cpp         log_error(_("no text for text node creation"));
_                 216 libcore/asobj/flash/display/BitmapData_as.cpp         log_debug(_("BitmapData.draw() called without an active renderer"));
_                 223 libcore/asobj/flash/display/BitmapData_as.cpp         log_debug(_("Current renderer does not support internal rendering"));
_                 345 libcore/asobj/flash/external/ExternalInterface_as.cpp                   log_security(_("ExternalInterface path %s is outside "
_                 394 libcore/asobj/flash/external/ExternalInterface_as.cpp                             _("arguments discarded")) );
_                 119 libcore/asobj/flash/geom/Point_as.cpp         log_aserror(_("%s: missing arguments"), "Point.add()");
_                 128 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.add(%s): %s", ss.str(), _("arguments after first discarded"));
_                 137 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.add(%s): %s", ss.str(), _("first argument doesn't cast to object"));
_                 147 libcore/asobj/flash/geom/Point_as.cpp                     _("first argument cast to object doesn't contain an 'x' member"));
_                 155 libcore/asobj/flash/geom/Point_as.cpp                     _("first argument cast to object doesn't contain an 'y' member"));
_                 188 libcore/asobj/flash/geom/Point_as.cpp         log_aserror(_("%s: missing arguments"), "Point.equals()");
_                 199 libcore/asobj/flash/geom/Point_as.cpp             _("First arg must be an object"));
_                 210 libcore/asobj/flash/geom/Point_as.cpp             _("First arg must be an instance of"), "flash.geom.Point");
_                 236 libcore/asobj/flash/geom/Point_as.cpp         log_aserror(_("%s: missing arguments"), "Point.normalize()");
_                 246 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.normalize(%s): %s", ss.str(), _("arguments after first discarded"));
_                 320 libcore/asobj/flash/geom/Point_as.cpp         log_aserror(_("%s: missing arguments"), "Point.add()");
_                 329 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.add(%s): %s", ss.str(), _("arguments after first discarded"));
_                 338 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.add(%s): %s", ss.str(), _("first argument doesn't cast to object"));
_                 348 libcore/asobj/flash/geom/Point_as.cpp                     _("first argument casted to object doesn't contain an 'x' member"));
_                 356 libcore/asobj/flash/geom/Point_as.cpp                     _("first argument casted to object doesn't contain an 'y' member"));
_                 406 libcore/asobj/flash/geom/Point_as.cpp     log_aserror(_("Attempt to set read-only property %s"), "Point.length");
_                 421 libcore/asobj/flash/geom/Point_as.cpp         log_aserror("Point.distance(%s): %s", ss.str(), _("missing arguments"));
_                 430 libcore/asobj/flash/geom/Point_as.cpp         log_aserror("Point.distance(%s): %s", ss.str(), _("arguments after first two discarded"));
_                 439 libcore/asobj/flash/geom/Point_as.cpp         log_aserror("Point.distance(%s): %s", ss.str(), _("First arg must be an object"));
_                 449 libcore/asobj/flash/geom/Point_as.cpp         log_aserror("Point.equals(%s): %s %s", ss.str(), _("First arg must be an instance of"), "flash.geom.Point");
_                 501 libcore/asobj/flash/geom/Point_as.cpp         log_aserror("Point.interpolate(%s): %s", ss.str(), _("missing arguments"));
_                 510 libcore/asobj/flash/geom/Point_as.cpp         log_aserror("Point.interpolate(%s): %s", ss.str(), _("arguments after first three discarded"));
_                 520 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.interpolate(%s): %s", ss.str(), _("first argument doesn't cast to object"));
_                 535 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.interpolate(%s): %s", ss.str(), _("second argument doesn't cast to object"));
_                 582 libcore/asobj/flash/geom/Point_as.cpp             log_aserror("Point.polar(%s): %s", ss.str(), _("missing arguments"));
_                 590 libcore/asobj/flash/geom/Point_as.cpp         log_aserror("Point.polar(%s): %s", ss.str(), _("missing arguments"));
_                 155 libcore/asobj/flash/geom/Rectangle_as.cpp                 _("missing arguments"));
_                 484 libcore/asobj/flash/geom/Rectangle_as.cpp     log_aserror(_("Attempt to set read-only property %s"),
_                 558 libcore/asobj/flash/geom/Rectangle_as.cpp         log_aserror(_("Attempt to set read-only property %s"),
_                 617 libcore/asobj/flash/geom/Rectangle_as.cpp         log_aserror(_("Attempt to set read-only property %s"),
_                 357 libcore/asobj/flash/geom/Transform_as.cpp                     _("arguments discarded")) );
_                  93 libcore/asobj/flash/net/FileReferenceList_as.cpp                  _("arguments discarded"))
_                 154 libcore/asobj/flash/net/FileReference_as.cpp                 _("arguments discarded"))
_                 232 libcore/movie_root.cpp         boost::format fmt = boost::format(_("ActionLimits hit during "
_                 359 libcore/movie_root.cpp         log_aserror(_("%s.swapDepth(%d): movie has a depth (%d) below "
_                 369 libcore/movie_root.cpp         log_aserror(_("%s.swapDepth(%d): movie has a depth (%d) below "
_                 435 libcore/movie_root.cpp             log_aserror(_("Original root movie can't be removed"));
_                 589 libcore/movie_root.cpp             log_error(_("ActionLimits hit notifying key listeners: %s."),
_                 697 libcore/movie_root.cpp         boost::format fmt = boost::format(_("ActionLimits hit during mouse "
_                 863 libcore/movie_root.cpp         log_error(_("Action limit hit during advance: %s"), al.what());
_                 867 libcore/movie_root.cpp         log_error(_("Buffer overread during advance: %s"), e.what());
_                 988 libcore/movie_root.cpp             log_error(_("ActionLimits hit notifying mouse events: %s."),
_                1605 libcore/movie_root.cpp             log_debug(_("Attempt to write response to ExternalInterface "
_                1609 libcore/movie_root.cpp             log_error(_("Could not write to user-provided host requests "
_                1775 libcore/movie_root.cpp             log_error(_("Could not write to browser fd #%d: %s"),
_                1808 libcore/movie_root.cpp             log_error(_("Could not write to browser fd #%d: %s"),
_                1866 libcore/movie_root.cpp             log_error(_("Could not write to browser fd #%d: %s"),
_                2092 libcore/movie_root.cpp         log_debug (_("Launching URL: %s"), command);
_                2095 libcore/movie_root.cpp             log_error(_("Fork failed launching url opener '%s'"), command);
_                2136 libcore/movie_root.cpp     log_debug(_("Attempt to write geturl requests fd #%d"), _hostfd);
_                2142 libcore/movie_root.cpp         log_error(_("Could only write %d bytes to fd #%d"),
_                2159 libcore/movie_root.cpp     log_debug(_("Setting script limits: max recursion %d, "
_                2222 libcore/movie_root.cpp     localIter = tr.append_child(it, std::make_pair(_("Live MovieClips"),
_                1108 libcore/movie_root.h         log_error(_("Unexpected type from host interface when requesting "
_                 254 libcore/parser/SWFMovieDefinition.cpp     log_parse(_("Add sound sample %d assigning id %d"),
_                 283 libcore/parser/SWFMovieDefinition.cpp         log_error(_("gnash::SWFMovieDefinition::read() -- "
_                 290 libcore/parser/SWFMovieDefinition.cpp         log_parse(_("version: %d, file_length: %d"), m_version, m_file_length);
_                 295 libcore/parser/SWFMovieDefinition.cpp         log_error(_("SWFMovieDefinition::read(): unable to read "
_                 300 libcore/parser/SWFMovieDefinition.cpp             log_parse(_("file is compressed"));
_                 335 libcore/parser/SWFMovieDefinition.cpp         log_parse(_("frame size = %s, frame rate = %f, frames = %d"),
_                 359 libcore/parser/SWFMovieDefinition.cpp         log_error(_("Could not start loading thread"));
_                 430 libcore/parser/SWFMovieDefinition.cpp             log_parse(_("Could not find char %d, dump is: %s"), id, *this);
_                 489 libcore/parser/SWFMovieDefinition.cpp         log_error(_("Error while parsing SWF stream."));
_                 501 libcore/parser/SWFMovieDefinition.cpp         log_swferror(_("%d control tags are NOT followed by"
_                 509 libcore/parser/SWFMovieDefinition.cpp         log_swferror(_("%d frames advertised in header, but only %d "
_                 537 libcore/parser/SWFMovieDefinition.cpp             log_swferror(_("number of SHOWFRAME tags "
_                 604 libcore/parser/SWFMovieDefinition.cpp         log_swferror(_("More than one JPEGTABLES tag found: not "
_                 744 libcore/parser/SWFMovieDefinition.cpp         log_error(_("import error: could not find resource '%s' in "
_                 101 libcore/parser/SWFParser.cpp                 log_error(_("Encountered unknown tag %d. These usually store "
_                 114 libcore/parser/SWFParser.cpp             log_error(_("Parsing exception: %s"), e.what());
_                 152 libcore/parser/SWFParser.cpp             throw ParserException(_("Unexpected end of stream while reading"));
_                 212 libcore/parser/TypesParser.cpp                     log_swferror(_("No gradients!"));
_                  57 libcore/parser/action_buffer.cpp             log_swferror(_("Empty action buffer starting at offset %lu"),
_                  94 libcore/parser/action_buffer.cpp             log_swferror(_("Action buffer starting at offset %lu doesn't "
_                 111 libcore/parser/action_buffer.cpp             throw ActionParserException(_("Constant pool size "
_                 137 libcore/parser/action_buffer.cpp                 log_error(_("action buffer dict length exceeded"));
_                 540 libcore/parser/action_buffer.cpp             log_error(_("Native floating point format not recognised"));
_                 617 libcore/parser/action_buffer.cpp         log_error(_("Native double floating point format not recognised"));
_                  69 libcore/parser/action_buffer.h 		    throw ActionParserException (_("Attempt to read outside "
_                  87 libcore/parser/action_buffer.h             throw ActionParserException(_("Asked to read string when only "
_                 107 libcore/parser/action_buffer.h 	        throw ActionParserException(_("Attempt to read outside action buffer limits"));
_                 127 libcore/parser/action_buffer.h 	        throw ActionParserException(_("Attempt to read outside action buffer limits"));
_                  91 libcore/parser/filter_factory.cpp                 log_swferror(_("Invalid filter type %d."), filter_type);
_                 101 libcore/parser/filter_factory.cpp             log_swferror(_("Filter %d could not read."), filter_type);
_                 182 libcore/parser/movie_definition.h             log_swferror(_("IMPORT tag appears outside SWF definition"));
_                  65 libcore/parser/sprite_definition.cpp         log_parse(_("  frames = %d"), m_frame_count);
_                  78 libcore/parser/sprite_definition.cpp         log_swferror(_("%d frames advertised in header, but "
_                  88 libcore/parser/sprite_definition.cpp         log_parse(_("  -- sprite END --"));
_                 146 libcore/parser/sprite_definition.h 		log_swferror(_("add_font tag appears in sprite tags"));
_                 166 libcore/parser/sprite_definition.h 		log_swferror(_("add_bitmap_SWF::DefinitionTag appears in sprite tags"));
_                 289 libcore/parser/sprite_definition.h 			log_debug(_("sprite_definition: "
_                  72 libcore/swf/CSMTextSettingsTag.cpp         log_parse(_("  CSMTextSettings: TextID=%d, FlashType=%d, "
_                  80 libcore/swf/CSMTextSettingsTag.cpp     LOG_ONCE(log_unimpl(_("CSMTextSettings")));
_                  93 libcore/swf/DefaultTagLoaders.cpp         log_unimpl(_("Undocumented tag %s encountered. Please report this to "
_                 154 libcore/swf/DefineBitsTag.cpp         log_parse(_("  jpeg_tables_loader"));
_                 165 libcore/swf/DefineBitsTag.cpp         log_debug(_("No bytes to read in JPEGTABLES tag at offset %d"),
_                 206 libcore/swf/DefineBitsTag.cpp             log_swferror(_("DEFINEBITS: Duplicate id (%d) for bitmap "
_                 235 libcore/swf/DefineBitsTag.cpp             log_swferror(_("Failed to parse bitmap for character %1%"), id);
_                 243 libcore/swf/DefineBitsTag.cpp             log_parse(_("No renderer, not adding bitmap %1%"), id)
_                 250 libcore/swf/DefineBitsTag.cpp         log_parse(_("Adding bitmap id %1%"), id);
_                 269 libcore/swf/DefineBitsTag.cpp             log_swferror(_("DEFINEBITS: No jpeg loader registered in movie "
_                 374 libcore/swf/DefineBitsTag.cpp     log_error(_("gnash is not linked to zlib -- can't load jpeg3 image data"));
_                 419 libcore/swf/DefineBitsTag.cpp         log_parse(_("  defbitslossless2: tag = %d, fmt = %d, "
_                 426 libcore/swf/DefineBitsTag.cpp             log_swferror(_("Bitmap has a height or width of 0"));
_                 432 libcore/swf/DefineBitsTag.cpp     log_error(_("gnash is not linked to zlib -- can't load zipped image data"));
_                 458 libcore/swf/DefineBitsTag.cpp         log_error(_("Will not allocate %1%x%2% image in DefineBitsLossless "
_                 483 libcore/swf/DefineBitsTag.cpp             log_error(_("Unknown bitmap format. Ignoring"));
_                 598 libcore/swf/DefineBitsTag.cpp             log_swferror(_("inflateWrapper() inflateInit() returned %d (%s)"),
_                 618 libcore/swf/DefineBitsTag.cpp                     log_swferror(_("inflateWrapper(): no end of zstream "
_                 641 libcore/swf/DefineBitsTag.cpp                 log_swferror(_("inflateWrapper() inflate() returned %d (%s)"),
_                 650 libcore/swf/DefineBitsTag.cpp         log_error(_("inflateWrapper() inflateEnd() return %d (%s)"),
_                  48 libcore/swf/DefineButtonCxformTag.cpp         log_swferror(_("DefineButtonCxform refers to an unknown "
_                  59 libcore/swf/DefineButtonCxformTag.cpp         log_swferror(_("DefineButtonCxform refers to DisplayObject ID %d (%s)."
_                  52 libcore/swf/DefineButtonSoundTag.cpp         log_swferror(_("DEFINEBUTTONSOUND refers to an unknown "
_                  63 libcore/swf/DefineButtonSoundTag.cpp             log_swferror(_("DEFINEBUTTONSOUND refers to DisplayObject id "
_                  73 libcore/swf/DefineButtonSoundTag.cpp             log_swferror(_("Attempt to redefine button sound ignored"));
_                  99 libcore/swf/DefineButtonSoundTag.cpp 				log_swferror(_("sound tag not found, sound_id=%d, "
_                  86 libcore/swf/DefineButtonTag.cpp         log_parse(_("  DefineButton loader: chararacter id = %d"), id);
_                 103 libcore/swf/DefineButtonTag.cpp         log_parse(_("  DefineButton2 loader: chararacter id = %d"), id);
_                 135 libcore/swf/DefineButtonTag.cpp         log_swferror(_("Premature end of DEFINEBUTTON tag, "
_                 171 libcore/swf/DefineButtonTag.cpp         log_swferror(_("Next Button2 actionOffset (%u) points past "
_                 212 libcore/swf/DefineButtonTag.cpp                         log_swferror(_("Next action offset (%u) in "
_                 280 libcore/swf/DefineButtonTag.cpp             log_swferror(_("Premature end of button action input: "
_                 290 libcore/swf/DefineButtonTag.cpp         log_parse(_("   button actions for conditions 0x%x"),
_                 364 libcore/swf/DefineButtonTag.cpp         log_swferror(_("   premature end of button record input stream, "
_                 385 libcore/swf/DefineButtonTag.cpp         log_swferror(_("   premature end of button record input stream, "
_                 400 libcore/swf/DefineButtonTag.cpp         log_swferror(_("   button record for states [%s] refer to "
_                 407 libcore/swf/DefineButtonTag.cpp         log_parse(_("   button record for states [%s] contain "
_                 415 libcore/swf/DefineButtonTag.cpp         log_swferror(_("   premature end of button record input stream, "
_                  54 libcore/swf/DefineFontAlignZonesTag.cpp 		log_swferror(_("DefineFontAlignZones tag references an undefined "
_                  73 libcore/swf/DefineFontAlignZonesTag.cpp         log_parse(_("DefineFontAlignZones: font=%d, flags=%d, "
_                 110 libcore/swf/DefineFontAlignZonesTag.cpp 	LOG_ONCE(log_unimpl(_("DefineFontAlignZoneTag")));
_                  54 libcore/swf/DefineFontNameTag.h                 log_swferror(_("define_font_name_loader: can't find "
_                  61 libcore/swf/DefineFontTag.cpp         log_parse(_("reading code table at offset %1%, "
_                 121 libcore/swf/DefineFontTag.cpp         log_parse(_("reading DefineFont"));
_                 158 libcore/swf/DefineFontTag.cpp             throw ParserException(_("Glyphs offset table corrupted "
_                 173 libcore/swf/DefineFontTag.cpp         log_parse(_("reading DefineFont2 or DefineFont3"));
_                 226 libcore/swf/DefineFontTag.cpp                 log_parse(_("Glyph %d at offset %u"), i, off);
_                 238 libcore/swf/DefineFontTag.cpp                 log_parse(_("Glyph %d at offset %u"), i, off);
_                 255 libcore/swf/DefineFontTag.cpp             throw ParserException(_("Glyphs offset table corrupted in "
_                 267 libcore/swf/DefineFontTag.cpp             log_swferror(_("Bad offset in DefineFont2"));
_                 326 libcore/swf/DefineFontTag.cpp                     log_swferror(_("Repeated kerning pair found - ignoring"));
_                 345 libcore/swf/DefineFontTag.cpp             log_swferror(_("DefineFontInfo tag loader: "
_                 353 libcore/swf/DefineFontTag.cpp         LOG_ONCE(log_unimpl(_("DefineFontInfo2 partially implemented")));
_                  59 libcore/swf/DefineShapeTag.cpp         log_parse(_("DefineShapeTag(%s): id = %d"), tag, id);
_                  52 libcore/swf/DefineTextTag.cpp         log_parse(_("DefineTextTag, id = %d"), id);
_                  93 libcore/swf/DefineTextTag.cpp         log_parse(_("Text DisplayObject, id = %d"), id);
_                 112 libcore/swf/DefineTextTag.cpp 	    log_parse(_("begin text records for DefineTextTag %p"), (void*)this);
_                 100 libcore/swf/DoABCTag.h             log_parse(_("tag %d: DoABCDefine"), tag);
_                 101 libcore/swf/DoABCTag.h             log_parse(_("-- actions in frame %d"), m.get_loading_frame());
_                  68 libcore/swf/DoActionTag.h             log_parse(_("tag %d: do_action_loader"), tag);
_                  69 libcore/swf/DoActionTag.h             log_parse(_("-- actions in frame %d"), m.get_loading_frame());
_                  77 libcore/swf/DoInitActionTag.h             log_parse(_("  tag %d: do_init_action_loader"), tag);
_                  78 libcore/swf/DoInitActionTag.h             log_parse(_("  -- init actions for sprite %d"), cid);
_                  79 libcore/swf/ExportAssetsTag.h             log_parse(_("  export: count = %d"), count);
_                  93 libcore/swf/ExportAssetsTag.h                 log_parse(_("  export: id = %d, name = %s"), id, symbolName);
_                  98 libcore/swf/ImportAssetsTag.h             log_parse(_("  import: version = %u, source_url = %s (%s), "
_                 110 libcore/swf/ImportAssetsTag.h             log_error(_("Exception: %s"), e.what());
_                 115 libcore/swf/ImportAssetsTag.h             log_error(_("can't import movie from url %s"), abs_url.str());
_                 123 libcore/swf/ImportAssetsTag.h                 log_swferror(_("Movie attempts to import symbols from "
_                 141 libcore/swf/ImportAssetsTag.h                 log_parse(_("  import: id = %d, name = %s"), id, symbolName);
_                  83 libcore/swf/PlaceObject2Tag.cpp             log_parse(_("  PLACEOBJECT: depth=%d(%d) char=%d"),
_                  87 libcore/swf/PlaceObject2Tag.cpp             if (hasCxform()) log_parse(_("  SWFCxForm: %s"), m_color_transform);
_                 103 libcore/swf/PlaceObject2Tag.cpp             log_swferror(_("Reserved field in PlaceObject actions == "
_                 121 libcore/swf/PlaceObject2Tag.cpp         log_parse(_("  actions: flags = 0x%X"), all_event_flags);
_                 156 libcore/swf/PlaceObject2Tag.cpp                 log_swferror(_("swf_event::read(), "
_                 217 libcore/swf/PlaceObject2Tag.cpp                     log_swferror(_("swf_event::read() -- unknown / unhandled "
_                 246 libcore/swf/PlaceObject2Tag.cpp                 log_swferror(_("Unexpected end of tag while parsing "
_                 302 libcore/swf/PlaceObject2Tag.cpp         log_parse(_("  PLACEOBJECT2: depth = %d (%d)"),
_                 304 libcore/swf/PlaceObject2Tag.cpp         if (hasCharacter()) log_parse(_("  char id = %d"), _id);
_                 306 libcore/swf/PlaceObject2Tag.cpp             log_parse(_("  SWFMatrix: %s"), m_matrix);
_                 309 libcore/swf/PlaceObject2Tag.cpp             log_parse(_("  SWFCxForm: %s"), m_color_transform);
_                 311 libcore/swf/PlaceObject2Tag.cpp         if (hasRatio()) log_parse(_("  ratio: %d"), _ratio);
_                 312 libcore/swf/PlaceObject2Tag.cpp         if (hasName()) log_parse(_("  name = %s"), m_name.c_str());
_                 314 libcore/swf/PlaceObject2Tag.cpp             log_parse(_("  clip_depth = %d (%d)"), m_clip_depth,
_                 317 libcore/swf/PlaceObject2Tag.cpp         log_parse(_(" m_place_type: %d"), getPlaceType());
_                 415 libcore/swf/PlaceObject2Tag.cpp         log_parse(_("  PLACEOBJECT3: depth = %d (%d)"), _depth,
_                 417 libcore/swf/PlaceObject2Tag.cpp         if (hasCharacter()) log_parse(_("  char id = %d"), _id);
_                 418 libcore/swf/PlaceObject2Tag.cpp         if (hasMatrix()) log_parse(_("  SWFMatrix: %s"), m_matrix);
_                 419 libcore/swf/PlaceObject2Tag.cpp         if (hasCxform()) log_parse(_("  SWFCxForm: %d"), m_color_transform);
_                 420 libcore/swf/PlaceObject2Tag.cpp         if (hasRatio()) log_parse(_("  ratio: %d"), _ratio);
_                 421 libcore/swf/PlaceObject2Tag.cpp         if (hasName()) log_parse(_("  name = %s"), m_name);
_                 422 libcore/swf/PlaceObject2Tag.cpp         if (hasClassName()) log_parse(_("  class name = %s"), className);
_                 423 libcore/swf/PlaceObject2Tag.cpp         if (hasClipDepth()) log_parse(_("  clip_depth = %d (%d)"),
_                 425 libcore/swf/PlaceObject2Tag.cpp         if (hasBitmapCaching()) log_parse(_("   bitmapCaching enabled"));
_                 426 libcore/swf/PlaceObject2Tag.cpp         log_parse(_(" m_place_type: %d"), getPlaceType());
_                  70 libcore/swf/RemoveObjectTag.cpp         log_parse(_("  remove_object_2(%d)"), depth);
_                  70 libcore/swf/ScriptLimitsTag.h             log_parse(_("  ScriptLimits tag: recursion: %d, timeout: %d"),
_                  61 libcore/swf/SetBackgroundColorTag.h             log_parse(_("  SetBackgroundColor: %s"), m_color);
_                 279 libcore/swf/ShapeRecord.cpp             log_parse(_("  bound SWFRect: %s"), b);
_                 306 libcore/swf/ShapeRecord.cpp         log_parse(_("  ShapeRecord(%s): fillbits %d, linebits %d"),
_                 392 libcore/swf/ShapeRecord.cpp                     log_parse(_("  Shape read: moveto %d %d"), x, y);
_                 418 libcore/swf/ShapeRecord.cpp                              log_swferror(_("Invalid fill style %d in "
_                 431 libcore/swf/ShapeRecord.cpp                              log_swferror(_("Invalid fill style %d in "
_                 442 libcore/swf/ShapeRecord.cpp                      log_parse(_("  Shape read: fill0 (left) = %d"),
_                 469 libcore/swf/ShapeRecord.cpp                              log_swferror(_("Invalid fill style %d in "
_                 482 libcore/swf/ShapeRecord.cpp                             log_swferror(_("Invalid fill style %d in "
_                 492 libcore/swf/ShapeRecord.cpp                     log_parse(_("  Shape read: fill1 (right) = %d"),
_                 518 libcore/swf/ShapeRecord.cpp                             log_swferror(_("Invalid line style %d in "
_                 529 libcore/swf/ShapeRecord.cpp                             log_swferror(_("Invalid fill style %d in "
_                 539 libcore/swf/ShapeRecord.cpp                     log_parse(_("ShapeRecord: line %d"), 
_                 555 libcore/swf/ShapeRecord.cpp                     log_parse(_("ShapeRecord: more fill styles"));
_                 599 libcore/swf/ShapeRecord.cpp                     log_parse(_("ShapeRecord: curved edge "
_                 641 libcore/swf/ShapeRecord.cpp                      log_parse(_("ShapeRecord: straight edge "
_                 694 libcore/swf/ShapeRecord.cpp         log_parse(_("  readFillStyles: count = %u"), FillStyle_count);
_                 715 libcore/swf/ShapeRecord.cpp         log_parse(_("  readLineStyles: count = %d"), line_style_count);
_                 723 libcore/swf/ShapeRecord.cpp             log_parse(_("  readLineStyles: count2 = %d"), line_style_count);
_                  55 libcore/swf/StartSoundTag.cpp               log_swferror(_("start_sound_loader: sound_id %d is not "
_                  63 libcore/swf/StartSoundTag.cpp          log_parse(_("StartSound: id=%d"), sound_id);
_                 113 libcore/swf/StartSoundTag.cpp     log_unimpl(_("STARTSOUND2 tag not parsed and not used"));
_                  73 libcore/swf/StreamSoundBlockTag.cpp             log_swferror(_("Found SOUNDSTREAMBLOCK tag w/out preceding "
_                  88 libcore/swf/StreamSoundBlockTag.cpp         if (seekSamples) LOG_ONCE(log_unimpl(_("MP3 soundblock seek samples")));
_                 106 libcore/swf/StreamSoundBlockTag.cpp         throw ParserException(_("Tag boundary reported past end of stream!"));
_                  53 libcore/swf/TextRecord.cpp             log_parse(_("end text records"));
_                  79 libcore/swf/TextRecord.cpp                 log_parse(_("  has_font: font id = %d (%p)"), fontID,
_                  91 libcore/swf/TextRecord.cpp             log_parse(_("  hasColor"));
_                 100 libcore/swf/TextRecord.cpp             log_parse(_("  xOffset = %g"), _xOffset);
_                 109 libcore/swf/TextRecord.cpp             log_parse(_("  yOffset = %g"), _yOffset);
_                 118 libcore/swf/TextRecord.cpp             log_parse(_("  textHeight = %g"), _textHeight);
_                 127 libcore/swf/TextRecord.cpp         log_parse(_("  GlyphEntries: count = %d"),
_                 139 libcore/swf/TextRecord.cpp             log_parse(_("   glyph%d: index=%d, advance=%g"), i,
_                  48 libcore/swf/VideoFrameTag.cpp             log_swferror(_("VideoFrame tag refers to unknown video "
_                  58 libcore/swf/VideoFrameTag.cpp         log_swferror(_("VideoFrame tag refers to a non-video DisplayObject "
_                  91 libcore/swf/VideoFrameTag.cpp         throw ParserException(_("Could not read enough bytes when parsing "
_                  83 libcore/swf/tag_loaders.cpp             log_unimpl(_("anchor-labeled frame not supported"));
_                  87 libcore/swf/tag_loaders.cpp             log_swferror(_("frame_label_loader end position %d, "
_                 107 libcore/swf/tag_loaders.cpp         log_parse(_("  sprite:  char id = %d"), id);
_                 118 libcore/swf/tag_loaders.cpp             log_swferror(_("Nested DEFINESPRITE tags. Will add to "
_                 128 libcore/swf/tag_loaders.cpp             log_swferror(_("Sprite %d advertise no frames"), id);
_                 168 libcore/swf/tag_loaders.cpp             log_swferror(_("DEFINESOUNDLOADER: sound sample rate %d (expected "
_                 188 libcore/swf/tag_loaders.cpp         log_parse(_("define sound: ch=%d, format=%s, rate=%d, 16=%d, "
_                 216 libcore/swf/tag_loaders.cpp             throw ParserException(_("Tag boundary reported past end of "
_                 237 libcore/swf/tag_loaders.cpp         log_error(_("There is no sound handler currently active, "
_                 287 libcore/swf/tag_loaders.cpp             log_swferror(_("SOUNDSTREAMHEAD: stream sample rate %d (expected "
_                 297 libcore/swf/tag_loaders.cpp         LOG_ONCE(log_unimpl(_("Different stream/playback sound rate (%d/%d). "
_                 304 libcore/swf/tag_loaders.cpp         LOG_ONCE(log_unimpl(_("Different stream/playback sample size (%d/%d). "
_                 310 libcore/swf/tag_loaders.cpp         LOG_ONCE(log_unimpl(_("Different stream/playback channels (%s/%s). "
_                 330 libcore/swf/tag_loaders.cpp             LOG_ONCE(log_swferror(_("No samples advertised for sound stream, "
_                 357 libcore/swf/tag_loaders.cpp         log_parse(_("sound stream head: format=%s, rate=%d, 16=%d, "
_                 402 libcore/swf/tag_loaders.cpp         log_parse(_("File attributes: metadata=%s network=%s"),
_                 403 libcore/swf/tag_loaders.cpp               flags.metadata ? _("true") : _("false"),
_                 404 libcore/swf/tag_loaders.cpp               flags.network ? _("true") : _("false"))
_                 408 libcore/swf/tag_loaders.cpp         log_unimpl(_("FileAttributes tag in the SWF requests that "
_                 416 libcore/swf/tag_loaders.cpp         log_unimpl(_("This SWF file requires AVM2: there will be no "
_                 441 libcore/swf/tag_loaders.cpp         log_parse(_("  RDF metadata (information only): [[\n%s\n]]"),
_                 457 libcore/swf/tag_loaders.cpp     log_debug(_("Descriptive metadata from movie %s: %s"),
_                 519 libcore/swf/tag_loaders.cpp         log_parse(_("  reflex = \"%c%c%c\""), first, second, third);
_                 436 libcore/vm/ASHandlers.cpp         log_swferror(_("Malformed action code: %s"), e.what());
_                 451 libcore/vm/ASHandlers.cpp     log_error (_("%s: CHECKME: was broken"), __PRETTY_FUNCTION__);
_                 468 libcore/vm/ASHandlers.cpp     else log_debug(_("ActionNextFrame: as_environment target is null or not a sprite"));
_                 483 libcore/vm/ASHandlers.cpp     else log_debug(_("ActionPrevFrame: as_environment target is null or not a sprite"));
_                 498 libcore/vm/ASHandlers.cpp     else log_debug(_("ActionPlay: as_environment target is null or not a sprite"));
_                 513 libcore/vm/ASHandlers.cpp     else log_debug(_("ActionStop: as_environment target is null or not a sprite"));
_                 559 libcore/vm/ASHandlers.cpp         log_debug(_("ActionGotoFrame: as_environment target is null "
_                 593 libcore/vm/ASHandlers.cpp         log_action(_("GetUrl: target=%s url=%s"), target, url);
_                 613 libcore/vm/ASHandlers.cpp             log_swferror(_("ActionWaitForFrame (0x%X) tag length == %d "
_                 627 libcore/vm/ASHandlers.cpp         log_error(_("%s: environment target is null or not a MovieClip"),
_                 635 libcore/vm/ASHandlers.cpp         log_aserror(_("ActionWaitForFrame(%d): "
_                 677 libcore/vm/ASHandlers.cpp         log_error(_("GotoLabel: environment target is null or not a "
_                 874 libcore/vm/ASHandlers.cpp             log_aserror(_("Negative size passed to ActionSubString, "
_                 891 libcore/vm/ASHandlers.cpp             log_aserror(_("Start is less then 1 in ActionSubString, "
_                 901 libcore/vm/ASHandlers.cpp             log_aserror(_("Start goes beyond input string in ActionSubString, "
_                 914 libcore/vm/ASHandlers.cpp             log_aserror(_("start + size goes beyond input string in "
_                 961 libcore/vm/ASHandlers.cpp             log_aserror(_("Can't assign a sprite/DisplayObject to a "
_                 969 libcore/vm/ASHandlers.cpp         log_action(_("-- get var: %s=%s"), var_string, top_value);
_                 982 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionSetVariable: %s=%s: variable name "
_                 990 libcore/vm/ASHandlers.cpp         log_action(_("-- set var: %s = %s"), name, env.top(0));
_                1041 libcore/vm/ASHandlers.cpp                 log_swferror(_("ActionGetProperty(<empty>) called, but "
_                1060 libcore/vm/ASHandlers.cpp             log_aserror(_("Could not find GetProperty target (%s)"),
_                1085 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionSetProperty: can't find target %s for "
_                1108 libcore/vm/ASHandlers.cpp             log_aserror(_("duplicateMovieClip: invalid depth %d passed; "
_                1123 libcore/vm/ASHandlers.cpp             log_aserror(_("Path given to duplicateMovieClip(%s) doesn't "
_                1134 libcore/vm/ASHandlers.cpp         log_aserror(_("Path given to duplicateMovieClip(%s) is not a sprite"),
_                1155 libcore/vm/ASHandlers.cpp             log_aserror(_("Path given to removeMovieClip(%s) doesn't "
_                1165 libcore/vm/ASHandlers.cpp         log_aserror(_("Path given to removeMovieClip(%s) is not a sprite"),
_                1203 libcore/vm/ASHandlers.cpp             log_aserror(_("startDrag: unknown target '%s'"), env.top(0));
_                1223 libcore/vm/ASHandlers.cpp                 log_swferror(_("Y values in ActionStartDrag swapped, fixing"));
_                1230 libcore/vm/ASHandlers.cpp                 log_swferror(_("X values in ActionStartDrag swapped, fixing"));
_                1254 libcore/vm/ASHandlers.cpp     else log_debug(_("ActionStopDragMovie: as_environment target is "
_                1296 libcore/vm/ASHandlers.cpp         log_aserror(_("-- %s cast_to %s (invalid args?)"),
_                1335 libcore/vm/ASHandlers.cpp             log_aserror(_("Stack value on IMPLEMENTSOP is not an object: %s."),
_                1344 libcore/vm/ASHandlers.cpp             log_aserror(_("Target object for IMPLEMENTSOP has no prototype."));
_                1351 libcore/vm/ASHandlers.cpp             log_aserror(_("IMPLEMENTSOP target object's prototype is not "
_                1359 libcore/vm/ASHandlers.cpp             log_aserror(_("Invalid interfaces count (%d) on IMPLEMENTSOP"),
_                1370 libcore/vm/ASHandlers.cpp                 log_aserror(_("class found on stack on IMPLEMENTSOP is "
_                1377 libcore/vm/ASHandlers.cpp                 log_aserror(_("Interface object for IMPLEMENTSOP has no "
_                1385 libcore/vm/ASHandlers.cpp                 log_aserror(_("Prototype of interface object for "
_                1572 libcore/vm/ASHandlers.cpp             log_aserror(_("Negative size passed to ActionSubString, "
_                1580 libcore/vm/ASHandlers.cpp             log_aserror(_("Base is less then 1 in ActionMbSubString, "
_                1587 libcore/vm/ASHandlers.cpp             log_aserror(_("base goes beyond input string in ActionMbSubString, "
_                1599 libcore/vm/ASHandlers.cpp             log_aserror(_("base+size goes beyond input string in ActionMbSubString, "
_                1648 libcore/vm/ASHandlers.cpp         log_unimpl(_("Not properly implemented for SWF5"));
_                1674 libcore/vm/ASHandlers.cpp         log_action(_("ActionStrictMode set to %1%"), on);
_                1695 libcore/vm/ASHandlers.cpp         log_error(_("%s: environment target is null or not a MovieClip"),
_                1703 libcore/vm/ASHandlers.cpp         log_aserror(_("Frame spec found on stack "
_                1763 libcore/vm/ASHandlers.cpp             log_action(_("\t%d) type=%s, value=%s"),
_                1773 libcore/vm/ASHandlers.cpp                     log_swferror(_("Unknown push type %d. Execution will "
_                1815 libcore/vm/ASHandlers.cpp                         log_swferror(_("Invalid register %d in ActionPush"),
_                1857 libcore/vm/ASHandlers.cpp                         log_swferror(_("dict entry %d is out of bounds"), +id);
_                1873 libcore/vm/ASHandlers.cpp                         log_swferror(_("dict entry %d is out of bounds"), id);
_                1907 libcore/vm/ASHandlers.cpp         log_error(_("Undefined GetUrl2 url on stack, skipping"));
_                1939 libcore/vm/ASHandlers.cpp             log_swferror(_("branch to offset %d  -- "
_                1971 libcore/vm/ASHandlers.cpp         log_aserror(_("Couldn't find target_sprite \"%s\" in ActionCallFrame!"
_                2024 libcore/vm/ASHandlers.cpp             log_aserror(_("Frame spec found on stack "
_                2036 libcore/vm/ASHandlers.cpp         log_aserror(_("Couldn't find target sprite \"%s\" in "
_                2115 libcore/vm/ASHandlers.cpp             log_aserror(_("delete %s.%s: no object found to delete"),
_                2155 libcore/vm/ASHandlers.cpp             log_aserror(_("delete2 called with a path that does not resolve "
_                2181 libcore/vm/ASHandlers.cpp         log_action(_("-- set local var: %s = %s"), varname.to_string(), value);
_                2214 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionCallFunction: %s is not an object"),
_                2231 libcore/vm/ASHandlers.cpp             log_swferror(_("Attempt to call a function with %u arguments "
_                2293 libcore/vm/ASHandlers.cpp         log_action(_("---new object: %s"),
_                2303 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionNew: "
_                2341 libcore/vm/ASHandlers.cpp            log_aserror(_("The 'var whatever' syntax in timeline context is a "
_                2429 libcore/vm/ASHandlers.cpp         log_aserror(_("Argument to TargetPath(%s) doesn't cast "
_                2464 libcore/vm/ASHandlers.cpp         log_aserror(_("Top of stack doesn't evaluate to an object (%s) at "
_                2509 libcore/vm/ASHandlers.cpp             log_debug(_("to_primitive(%s) threw an ActionTypeError %s"),
_                2516 libcore/vm/ASHandlers.cpp             log_debug(_("to_primitive(%s) threw an ActionTypeError %s"),
_                2569 libcore/vm/ASHandlers.cpp             log_aserror(_("getMember called against a value that does not "
_                2578 libcore/vm/ASHandlers.cpp         log_action(_(" ActionGetMember: target: %s (object %p)"),
_                2593 libcore/vm/ASHandlers.cpp         log_action(_("-- get_member %s.%s=%s"),
_                2612 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionSetMember: %s.%s=%s: member name "
_                2621 libcore/vm/ASHandlers.cpp             log_action(_("-- set_member %s.%s=%s"),
_                2633 libcore/vm/ASHandlers.cpp             log_aserror(_("-- set_member %s.%s=%s on invalid object!"),
_                2694 libcore/vm/ASHandlers.cpp             log_swferror(_("Attempt to call a method with %u arguments "
_                2702 libcore/vm/ASHandlers.cpp         log_action(_(" method name: %s"), method_name);
_                2703 libcore/vm/ASHandlers.cpp         log_action(_(" method object/func: %s"), obj_value);
_                2704 libcore/vm/ASHandlers.cpp         log_action(_(" method nargs: %d"), nargs);
_                2712 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionCallMethod invoked with "
_                2746 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionCallMethod: "
_                2758 libcore/vm/ASHandlers.cpp             log_aserror(_("ActionCallMethod: "
_                2831 libcore/vm/ASHandlers.cpp         log_swferror(_("Attempt to call a constructor with %u arguments "
_                2843 libcore/vm/ASHandlers.cpp             log_swferror(_("On ActionNewMethod: "
_                2860 libcore/vm/ASHandlers.cpp                 log_aserror(_("ActionNewMethod: can't find method %s of "
_                2872 libcore/vm/ASHandlers.cpp             log_swferror(_("ActionNewMethod: method name is undefined "
_                2911 libcore/vm/ASHandlers.cpp         log_aserror(_("-- %s instanceof %s (invalid args?)"),
_                2940 libcore/vm/ASHandlers.cpp         log_aserror(_("Top of stack not an object %s at ActionEnum2 "
_                3074 libcore/vm/ASHandlers.cpp                 log_aserror(_("ActionExtends: Super is not an object (%s)"),
_                3078 libcore/vm/ASHandlers.cpp                 log_aserror(_("ActionExtends: Sub is not a function (%s)"),
_                3176 libcore/vm/ASHandlers.cpp             log_swferror(_("function2 code len (%u) "
_                3198 libcore/vm/ASHandlers.cpp             log_action(_("DefineFunction2: named function '%s' "
_                3208 libcore/vm/ASHandlers.cpp             log_action(_("DefineFunction2: anonymous function starts at "
_                3260 libcore/vm/ASHandlers.cpp     log_action(_("ActionTry: reserved:%x doFinally:%d doCatch:%d trySize:%u "
_                3289 libcore/vm/ASHandlers.cpp         log_swferror(_("ActionWith tag length != 2; skipping"));
_                3299 libcore/vm/ASHandlers.cpp         log_aserror(_("Empty with() block..."));
_                3310 libcore/vm/ASHandlers.cpp         log_aserror(_("with(%s) : first argument doesn't cast to an object!"),
_                3425 libcore/vm/ASHandlers.cpp     log_error(_("Unsupported action handler invoked, code at pc is %#x"),
_                3485 libcore/vm/ASHandlers.cpp         log_error(_("Bogus empty GetUrl url in SWF file, skipping"));
_                3497 libcore/vm/ASHandlers.cpp         log_error(_("Bogus GetUrl2 send vars method "
_                3544 libcore/vm/ASHandlers.cpp     log_debug(_("get url: target=%s, url=%s, method=%x "
_                3553 libcore/vm/ASHandlers.cpp         log_debug(_("getURL2 loadVariable"));
_                3556 libcore/vm/ASHandlers.cpp             log_error(_("getURL: target %s not found"), target_string);
_                3562 libcore/vm/ASHandlers.cpp             log_error(_("getURL: target %s is not a sprite"), target_string);
_                3581 libcore/vm/ASHandlers.cpp             log_error(_("commonGetURL: current target is undefined"));
_                3589 libcore/vm/ASHandlers.cpp         log_debug(_("getURL2 target load"));
_                3595 libcore/vm/ASHandlers.cpp                 log_debug(_("Testing _level loading (level %u)"), levelno);
_                3601 libcore/vm/ASHandlers.cpp                 log_aserror(_("Unknown loadMovie target: %s"),
_                3615 libcore/vm/ASHandlers.cpp             log_error(_("get url: target %s is not a sprite"), target_string);
_                3649 libcore/vm/ASHandlers.cpp         log_debug(_("Testing _level loading (level %u)"), levelno);
_                3680 libcore/vm/ASHandlers.cpp             log_aserror(_("Couldn't find movie \"%s\" to set target to!"
_                 146 libcore/vm/ActionExec.cpp             log_action(_("at ActionExec operator() start, pc=%d"
_                 233 libcore/vm/ActionExec.cpp                     log_swferror(_("Length %u (%d) of action tag"
_                 286 libcore/vm/ActionExec.cpp                 log_action(_("After execution: PC %d, next PC %d, "
_                 300 libcore/vm/ActionExec.cpp                     boost::format fmt = boost::format(_("Time exceeded while executing code in %1% between pc %2% and %3%")) % code.getMovieDefinition().get_url() % next_pc % pc;
_                 539 libcore/vm/ActionExec.cpp             log_swferror(_("Stack smashed (ActionScript compiler bug, or "
_                 543 libcore/vm/ActionExec.cpp            log_swferror(_("%d elements left on the stack after block "
_                 562 libcore/vm/ActionExec.cpp                 log_swferror(_("End of DoAction block hit while skipping "
_                 672 libcore/vm/ActionExec.cpp         log_unimpl(_("Jump outside DoAction tag requested (offset %d "
_                  64 libcore/vm/CallStack.cpp         log_action(_("-------------- local register[%d] = '%s'"),
_                 894 libcore/vm/Machine.cpp                         log_aserror(_("Can't push a null value onto the "
_                1437 libcore/vm/Machine.cpp                         log_abc(_("CALLPROP: Can't call a method of a value "
_                1454 libcore/vm/Machine.cpp                             log_abc(_("CALLPROP: Property '%s' of object '%s' "
_                1982 libcore/vm/Machine.cpp                     log_abc(_("GETPROPERTY: Looking for property "
_                1986 libcore/vm/Machine.cpp                         log_abc(_("GETPROPERTY: expecting object on "
_                2121 libcore/vm/Machine.cpp                         log_aserror(_("ABC_ACTION_SETSLOT: "
_                 222 libcore/vm/VM.cpp         log_action(_("-------------- global register[%d] = '%s'"),
_                 250 libcore/vm/VM.cpp         ss << boost::format(_("Recursion limit reached (%u)")) % recursionLimit;
_                 368 libcore/vm/VM.cpp 	log_debug(_("(%s + %s) [primitive conversion done]"), op1, r);
_                 162 libmedia/AudioDecoderSimple.cpp 			log_swferror(_("corrupted ADPCM header"));
_                 290 libmedia/AudioDecoderSimple.cpp   	log_debug(_("AudioDecoderSimple: initialized flash codec %s (%d)"),
_                 303 libmedia/AudioDecoderSimple.cpp   	log_debug(_("AudioDecoderSimple: initialized flash codec %s (%d)"),
_                 329 libmedia/AudioDecoderSimple.cpp                 _("AudioDecoderSimple: unsupported flash codec %d (%s)"))
_                 340 libmedia/AudioDecoderSimple.cpp             _("AudioDecoderSimple: unable to intepret custom audio codec id %s"))
_                 360 libmedia/AudioDecoderSimple.cpp                 _("AudioDecoderSimple: unsupported flash codec %d (%s)"))
_                 437 libmedia/AudioDecoderSimple.cpp 					log_error(_("Host endianness not detected in AudioDecoderSimple"));
_                 466 libmedia/AudioDecoderSimple.cpp 			log_error(_("Error in sound sample conversion"));
_                  40 libmedia/AudioDecoderSpeex.cpp         throw MediaException(_("AudioDecoderSpeex: state initialization failed."));
_                  53 libmedia/AudioDecoderSpeex.cpp         throw MediaException(_("AudioDecoderSpeex: initialization failed."));
_                 108 libmedia/AudioDecoderSpeex.cpp                 log_error(_("Corrupt Speex stream!"));
_                 132 libmedia/AudioDecoderSpeex.cpp             log_error(_("Failed to resample Speex frame."));
_                 169 libmedia/FLVParser.cpp 		log_error(_("Unexpected audio tag found at offset %d FLV stream "
_                 224 libmedia/FLVParser.cpp 		log_error(_("Unexpected video tag found at offset %d of FLV stream "
_                 244 libmedia/FLVParser.cpp 			IF_VERBOSE_PARSE( log_debug(_("AVC packet type: %d"),
_                 421 libmedia/FLVParser.cpp 			log_unimpl(_("First byte of FLV_META_TAG is %d, expected "
_                 444 libmedia/FLVParser.cpp 			log_error(_("Corrupt FLV: Meta tag unterminated!"));
_                 452 libmedia/FLVParser.cpp 		log_error(_("FLVParser::parseNextTag: unknown FLV tag type %d"),
_                 461 libmedia/FLVParser.cpp 		log_error(_("Corrupt FLV: previous tag size record (%1%) unexpected "
_                  48 libmedia/MediaHandler.cpp         throw IOException(_("MediaHandler::isFLV: Could not read 3 bytes "
_                  64 libmedia/MediaHandler.cpp             log_error(_("MediaHandler::createMediaParser: only FLV input is "
_                  70 libmedia/MediaHandler.cpp         log_error(_("Exception while reading from stream: %s"), m.what());
_                 106 libmedia/MediaHandler.cpp                 _("MediaHandler::createFlashAudioDecoder:"
_                  48 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         log_debug(_("AudioDecoderFfmpeg: initialized FFmpeg codec %d (%s)"),
_                  51 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         log_debug(_("AudioDecoderFfmpeg: initialized FFmpeg codec %d (%s) "
_                  66 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp       log_debug(_("AudioDecoderFfmpeg: initialized FFmpeg codec %s (%d)"),
_                 105 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                 _("Unsupported audio codec %d")) %
_                 114 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             _("libavcodec could not find a decoder for codec %d (%s)")) %
_                 124 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         throw MediaException(_("AudioDecoderFfmpeg can't initialize "
_                 131 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         throw MediaException(_("libavcodec couldn't allocate context"));
_                 139 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             _("AudioDecoderFfmpeg: avcodec_open failed to initialize "
_                 144 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp     log_debug(_("AudioDecoder: initialized FFMPEG codec %s (%d)"), 
_                 221 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                     _("AudioDecoderFfmpeg: unsupported flash audio "
_                 230 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             _("AudioDecoderFfmpeg: unknown codec type %d "
_                 240 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                 _("AudioDecoderFfmpeg: libavcodec could not find a decoder "
_                 246 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                 _("AudioDecoderFfmpeg: libavcodec could not find a decoder "
_                 263 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                     _("AudioDecoderFfmpeg: could not initialize a parser for "
_                 268 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                     _("AudioDecoderFfmpeg: could not initialize a parser "
_                 281 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         throw MediaException(_("AudioDecoderFfmpeg: libavcodec couldn't "
_                 338 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             _("AudioDecoderFfmpeg: avcodec_open failed to initialize "
_                 392 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             log_error(_("av_parser_parse returned %d. "
_                 534 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         log_error(_("failed to allocate audio buffer."));
_                 562 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         log_error(_("avcodec_decode_audio returned %d. Upgrading "
_                 571 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         log_error(_("outputSize:%d after decoding %d bytes of input audio "
_                 121 libmedia/ffmpeg/MediaHandlerFfmpeg.cpp                 _("MediaHandlerFfmpeg::createAudioDecoder: %s "
_                  80 libmedia/ffmpeg/MediaParserFfmpeg.cpp  		throw IOException(_("MediaParserFfmpeg could not read probe data "
_                 108 libmedia/ffmpeg/MediaParserFfmpeg.cpp 		log_error(_("%s: seeking failed"), __FUNCTION__);
_                 264 libmedia/ffmpeg/MediaParserFfmpeg.cpp         log_error(_("MediaParserFfmpeg::parseNextFrame: "
_                 392 libmedia/ffmpeg/MediaParserFfmpeg.cpp         log_debug(_("  Title:'%s'"), _formatCtx->title);
_                 394 libmedia/ffmpeg/MediaParserFfmpeg.cpp         log_debug(_("  Author:'%s'"), _formatCtx->author);
_                 396 libmedia/ffmpeg/MediaParserFfmpeg.cpp         log_debug(_("  Copyright:'%s'"), _formatCtx->copyright);
_                 398 libmedia/ffmpeg/MediaParserFfmpeg.cpp         log_debug(_("  Comment:'%s'"), _formatCtx->comment);
_                 400 libmedia/ffmpeg/MediaParserFfmpeg.cpp         log_debug(_("  Album:'%s'"), _formatCtx->album);
_                 422 libmedia/ffmpeg/MediaParserFfmpeg.cpp 		    log_debug(_("  Using stream %d for audio: codec id %d"),
_                 432 libmedia/ffmpeg/MediaParserFfmpeg.cpp 		    log_debug(_("  Using stream %d for video: codec id %d"),
_                 556 libmedia/ffmpeg/MediaParserFfmpeg.cpp 				_("MediaParserFfmpeg couldn't parse input format: "
_                 121 libmedia/ffmpeg/VideoConverterFfmpeg.cpp          throw MediaException(_("VideoConverterFfmpeg cannot convert to the "
_                 140 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp         boost::format msg = boost::format(_("Cannot find suitable "
_                 179 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp         throw MediaException(_("libavcodec can't decode this video format"));
_                 184 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp         throw MediaException(_("libavcodec couldn't allocate context"));
_                 207 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp         boost::format msg = boost::format(_("libavcodec"
_                 215 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp     log_debug(_("VideoDecoder: initialized FFMPEG codec %s (%d)"), 
_                 353 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp         log_error(_("Out of memory while allocating avcodec frame"));
_                 424 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp                         log_error(_("Unsupported video codec %d"),
_                 100 libmedia/gst/AudioDecoderGst.cpp             log_error(_("Creating AAC decoder without extra data. This will probably fail!"));
_                 110 libmedia/gst/AudioDecoderGst.cpp                 _("AudioDecoderGst: cannot handle codec %d (%s)")) %
_                 120 libmedia/gst/AudioDecoderGst.cpp                 _("AudioDecoderGst: cannot handle codec %d "
_                 149 libmedia/gst/AudioDecoderGst.cpp             log_error(_("The best available resampler is 'audioresample'."
_                 168 libmedia/gst/AudioDecoderGst.cpp         throw MediaException(_("AudioDecoderGst: internal error (caps creation failed)"));      
_                 175 libmedia/gst/AudioDecoderGst.cpp         std::string msg = (boost::format(_("Couldn't find a plugin for "
_                 188 libmedia/gst/AudioDecoderGst.cpp         throw MediaException(_("AudioDecoderGst: internal error "
_                 199 libmedia/gst/AudioDecoderGst.cpp             _("AudioDecoderGst: initialisation failed for audio type %s!"))
_                 227 libmedia/gst/AudioDecoderGst.cpp         log_debug(_("Pushed data, but there's nothing to pull (yet)"));
_                 263 libmedia/gst/AudioDecoderGst.cpp         log_error(_("AudioDecoderGst: buffer push failed."));
_                 291 libmedia/gst/AudioDecoderGst.cpp         log_error(_("AudioDecoderGst: buffer push failed."));
_                  75 libmedia/gst/GstUtil.cpp         log_debug(_("Unable to retrieve a valid audio sink from ~/.gnashrc"));
_                  81 libmedia/gst/GstUtil.cpp             log_debug(_("Unable to retrieve a valid audio sink from autoaudiosink"));
_                  86 libmedia/gst/GstUtil.cpp                 log_error(_("Unable to retrieve a valid audio sink from gconfaudiosink\n%s"),
_                  87 libmedia/gst/GstUtil.cpp                         _("Sink search exhausted: you won't be able to hear sound!"));
_                  93 libmedia/gst/GstUtil.cpp         log_debug(_("Got a non-NULL audio sink; its wrapper name is: %s"), _(GST_ELEMENT_NAME(element)));
_                 115 libmedia/gst/GstUtil.cpp         log_error(_("Missing plugin, but plugin installing not supported."
_                 121 libmedia/gst/GstUtil.cpp         log_error(_("Missing plugin, but failed to convert it to gst"
_                 134 libmedia/gst/GstUtil.cpp             log_error(_("gst_update_registry failed. You'll need to "
_                 141 libmedia/gst/GstUtil.cpp     log_error(_("Missing plugin, but automatic plugin installation not "
_                  89 libmedia/gst/MediaHandlerGst.cpp             log_error(_("Wrong arguments given to GST VideoDecoder"));
_                 136 libmedia/gst/MediaHandlerGst.cpp                     _("MediaHandlerGst::createAudioDecoder: %s "
_                  54 libmedia/gst/MediaParserGst.cpp         throw GnashException(_("MediaParserGst couldn't create a bin"));
_                  59 libmedia/gst/MediaParserGst.cpp         throw GnashException(_("MediaParserGst couldn't create a typefind element."));
_                  71 libmedia/gst/MediaParserGst.cpp         throw GnashException(_("MediaParserGst could not change element state"));
_                  84 libmedia/gst/MediaParserGst.cpp     log_debug(_("Needed %d dead iterations to detect audio type."), counter);
_                  88 libmedia/gst/MediaParserGst.cpp         throw MediaException(_("MediaParserGst failed to detect any stream types."));    
_                  93 libmedia/gst/MediaParserGst.cpp         throw MediaException(_("MediaParserGst could not change element state"));
_                 181 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst failed to read the stream, but it did"
_                 195 libmedia/gst/MediaParserGst.cpp         log_error(_("MediaParserGst failed to push more data into the demuxer! "
_                 274 libmedia/gst/MediaParserGst.cpp     log_debug (_("MediaParserGst/typefound: Detected media type %s"), capsstr);
_                 286 libmedia/gst/MediaParserGst.cpp         throw MediaException(_("MediaParserGst Failed to create fakesink."));
_                 293 libmedia/gst/MediaParserGst.cpp         throw MediaException(_("MediaParserGst Failed to create fakesink."));
_                 299 libmedia/gst/MediaParserGst.cpp         throw MediaException(_("MediaParserGst: couldn't get the fakesink "
_                 307 libmedia/gst/MediaParserGst.cpp         throw MediaException(_("MediaParserGst: couln't link fakesink"));
_                 311 libmedia/gst/MediaParserGst.cpp         throw GnashException(_("MediaParserGst could not change element state"));
_                 331 libmedia/gst/MediaParserGst.cpp             throw MediaException(_("MediaParserGst: couldn't get the typefind "
_                 348 libmedia/gst/MediaParserGst.cpp             throw MediaException(_("MediaParserGst: couldn't create the demuxer"));
_                 353 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst: failed adding demuxer to bin."));
_                 359 libmedia/gst/MediaParserGst.cpp             throw MediaException(_("MediaParserGst: failed adding demuxer to bin."));
_                 366 libmedia/gst/MediaParserGst.cpp             throw GnashException(_("MediaParserGst could not change element state"));
_                 383 libmedia/gst/MediaParserGst.cpp         log_error(_("MediaParserGst: couldn't get structure name."));
_                 397 libmedia/gst/MediaParserGst.cpp         log_error(_("MediaParserGst: ignoring stream of type %s."),
_                 421 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst: Failed to find a parser (media: %s)."),
_                 430 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst: Failed to find a parser. We'll continue, "
_                 439 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst: couldn't add parser."));
_                 452 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst: couldn't link parser."));
_                 464 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst: couldn't link \"fake\" sink."));
_                 483 libmedia/gst/MediaParserGst.cpp         log_debug(_("MediaParserGst: Linked audio source (type: %s)"), caps_name); 
_                 497 libmedia/gst/MediaParserGst.cpp             log_error(_("MediaParserGst: couldn't link \"fake\" sink."));
_                 513 libmedia/gst/MediaParserGst.cpp         log_debug(_("MediaParserGst: Linked video source (type: %s)"), caps_name); 
_                 521 libmedia/gst/MediaParserGst.cpp         throw GnashException(_("MediaParserGst could not change element state"));
_                  37 libmedia/gst/VideoConverterGst.cpp         throw MediaException(_("VideoConverterGst: ffmpegcolorspace element missing"));
_                  70 libmedia/gst/VideoConverterGst.cpp          throw MediaException(_("VideoConverterGst: can't output requested format"));
_                  98 libmedia/gst/VideoConverterGst.cpp         log_error(_("VideoConverterGst: internal error "
_                 105 libmedia/gst/VideoConverterGst.cpp         log_error(_("VideoConverterGst: initialisation failed."));
_                 140 libmedia/gst/VideoConverterGst.cpp         log_error(_("VideoConverterGst: buffer push failed."));
_                 147 libmedia/gst/VideoConverterGst.cpp         log_error(_("VideoConverterGst: buffer pull failed."));
_                  93 libmedia/gst/VideoDecoderGst.cpp       throw MediaException(_("Video codec is zero.  Streaming video expected later."));
_                  96 libmedia/gst/VideoDecoderGst.cpp       boost::format msg = boost::format(_("No support for video codec %s.")) %
_                 118 libmedia/gst/VideoDecoderGst.cpp         throw MediaException(_("VideoDecoderGst: internal error "
_                 126 libmedia/gst/VideoDecoderGst.cpp         std::string msg = (boost::format(_("Couldn't find a plugin for "
_                 130 libmedia/gst/VideoDecoderGst.cpp             msg += _(" Please make sure you have gstreamer-ffmpeg installed.");
_                 144 libmedia/gst/VideoDecoderGst.cpp         throw MediaException(_("VideoDecoderGst: internal error "
_                 154 libmedia/gst/VideoDecoderGst.cpp             _("VideoDecoderGst: initialisation failed for video type %s!"))
_                 185 libmedia/gst/VideoDecoderGst.cpp         log_error(_("VideoDecoderGst: buffer push failed."));
_                 114 libmedia/haiku/MediaHandlerHaiku.cpp                 _("MediaHandlerHaiku::createAudioDecoder: %s "
_                 322 librender/Renderer.h         log_debug(_("Rendering to image not implemented for this "
_                 927 librender/agg/Renderer_agg.cpp             log_debug(_("Warning: rendering ended while drawing a mask"));
_                 931 librender/agg/Renderer_agg.cpp             log_debug(_("Warning: rendering ended while masks "
_                1076 librender/agg/Renderer_agg.cpp       log_debug(_("Warning: select_clipbounds encountered a character "
_                1178 librender/agg/Renderer_agg.cpp             log_debug(_("Warning: AGG renderer skipping a whole character"));
_                1763 librender/agg/Renderer_agg.cpp              LOG_ONCE( log_unimpl(_("Unidirectionally scaled strokes in "
_                2108 librender/agg/Renderer_agg.cpp     log_debug(_("Framebuffer pixel format is %s (little-endian host)"), pixelformat);
_                2110 librender/agg/Renderer_agg.cpp     log_debug(_("Framebuffer pixel format is %s (big-endian host)"), pixelformat);
_                 484 librender/cairo/Renderer_cairo.cpp         LOG_ONCE(log_error(_("Can't render videos with alpha")));
_                 895 librender/cairo/Renderer_cairo.cpp             LOG_ONCE( log_unimpl(_("Scaled strokes in Cairo renderer")) );
_                1448 librender/opengl/Renderer_ogl.cpp          LOG_ONCE( log_unimpl(_("Unidirectionally scaled strokes in OGL renderer")) );
_                1940 librender/opengl/Renderer_ogl.cpp                 log_swferror(_("two gradients in a FillStyle "
_                  65 libsound/WAVWriter.cpp             boost::format fmt = boost::format(_("Unable to write file %1%"))
_                 125 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: Spawn Audio Process.."));
_                 136 libsound/aos4/sound_handler_ahi.cpp 		log_error(_("Unable to create Death Message for child!!"));
_                 162 libsound/aos4/sound_handler_ahi.cpp 		log_debug(_("AOS4: Audio Process spawned.."));
_                 167 libsound/aos4/sound_handler_ahi.cpp 		log_error(_("Unable to create Audio Process!!"));
_                 438 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: AOS4_sound_handler::pause"));
_                 440 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: paused"));
_                 450 libsound/aos4/sound_handler_ahi.cpp 		log_debug(_("AOS4: AOS4_sound_handler::unpause"));
_                 452 libsound/aos4/sound_handler_ahi.cpp 		log_debug(_("AOS4: unpaused"));
_                 542 libsound/aos4/sound_handler_ahi.cpp         log_error(_("AOS4: Unable to allocate memory for audio buffer!"));
_                 562 libsound/aos4/sound_handler_ahi.cpp     	        log_error(_("AOS4: Unable to open AHI Device!"));
_                 572 libsound/aos4/sound_handler_ahi.cpp             log_error(_("AOS4: Unable to CreateIORequest!"));
_                 580 libsound/aos4/sound_handler_ahi.cpp 		log_error(_("AOS4: Unable to CreateMsgPort for AHI Device!"));
_                 591 libsound/aos4/sound_handler_ahi.cpp 		log_error(_("AOS4: Not enough memory for AHIiocopy!"));
_                 607 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: audioTask:Initialize timer.."));
_                 610 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: audioTask:Starting Timer.."));
_                 621 libsound/aos4/sound_handler_ahi.cpp 			log_debug(_("AOS4: Closing Audio Thread.."));
_                 641 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: Cleaning Audio Stuff.."));
_                 675 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: Exit Audio Thread.."));
_                 677 libsound/aos4/sound_handler_ahi.cpp 	log_debug(_("AOS4: audioTask:Close timer.."));
_                  75 libsound/mkit/sound_handler_mkit.cpp         throw SoundException(_("Unable to open audio"));
_                 339 libsound/mkit/sound_handler_mkit.cpp     log_debug(_("Mkit: Mkit_sound_handler::pause"));
_                 343 libsound/mkit/sound_handler_mkit.cpp     log_debug(_("Mkit: paused"));
_                 351 libsound/mkit/sound_handler_mkit.cpp         log_debug(_("Mkit: Mkit_sound_handler::unpause"));
_                 355 libsound/mkit/sound_handler_mkit.cpp         log_debug(_("Mkit: unpaused"));
_                  91 libsound/sdl/sound_handler_sdl.cpp             boost::format fmt = boost::format(_("Couldn't open SDL audio: %s"))
_                 248 libsound/sdl/sound_handler_sdl.cpp         log_error(_("Negative buffer length in sdl_audio_callback (%d)"),
_                 254 libsound/sdl/sound_handler_sdl.cpp         log_error(_("Zero buffer length in sdl_audio_callback"));
_                 420 libsound/sound_handler.cpp             log_swferror(_("Trying to play sound with size 0"));
_                 587 plugin/aos4/plugin.cpp     gnash::log_debug(_("FSCommand_callback(%p): %s %s"), (void*) movie, command, args);
_                 209 plugin/npapi/plugin.h BOOST_PP_SEQ_FOR_EACH(GENERATE_LOG_TYPES, _, LOG_TYPES)
_                 584 plugin/win32/plugin.cpp     gnash::log_debug(_("FSCommand_callback(%p): %s %s"), (void*) movie, command, args);
_                 117 testsuite/MovieTester.cpp 	    log_debug(_("%s appended to local sandboxes"), dir.c_str());
_                 120 testsuite/MovieTester.cpp 	    log_debug(_("%s appended to local sandboxes"), path.c_str());
_                  87 testsuite/libcore.all/AsValueTest.cpp                     log_debug(_("Verbose output turned on"));
_                  93 testsuite/libcore.all/AsValueTest.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                  94 testsuite/libcore.all/AsValueTest.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 265 testsuite/libcore.all/AsValueTest.cpp          << _("Usage: AsValue [options...]") << endl
_                 266 testsuite/libcore.all/AsValueTest.cpp          << _("  -h,  --help          Print this help and exit") << endl
_                 267 testsuite/libcore.all/AsValueTest.cpp          << _("  -v,  --verbose       Output verbose debug info") << endl
_                  91 testsuite/libcore.all/ClassSizes.cpp     BOOST_PP_SEQ_FOR_EACH(SIZE, _, TYPES)
_                 103 testsuite/network.all/test_ssh.cpp                     log_debug(_("Verbose output turned on"));
_                 107 testsuite/network.all/test_ssh.cpp                   log_debug(_("Hostname for SSH connection is: %s"),
_                 112 testsuite/network.all/test_ssh.cpp                   log_debug(_("Port for SSH connections is: %hd"),
_                 117 testsuite/network.all/test_ssh.cpp                   log_debug(_("SSH password is: %s"),
_                 122 testsuite/network.all/test_ssh.cpp                   log_debug(_("SSH user is: %s"),
_                 127 testsuite/network.all/test_ssh.cpp                   log_debug(_("SSH Authentication type is: %d"),
_                 132 testsuite/network.all/test_ssh.cpp                   log_debug(_("SSH Authentication type is: %d"),
_                 137 testsuite/network.all/test_ssh.cpp                   log_debug(_("SSH Transport type is: %d"),
_                 142 testsuite/network.all/test_ssh.cpp                   log_debug(_("SSH Transport type is: %d"),
_                 150 testsuite/network.all/test_ssh.cpp                   log_debug(_("Enabling SSH server mode"));
_                 154 testsuite/network.all/test_ssh.cpp                   log_debug(_("Input file for testing the SSH connection is: %s"), infile);
_                 160 testsuite/network.all/test_ssh.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 161 testsuite/network.all/test_ssh.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 106 testsuite/network.all/test_ssl.cpp                     log_debug(_("Verbose output turned on"));
_                 110 testsuite/network.all/test_ssl.cpp                   log_debug(_("Hostname for SSL connection is: %s"),
_                 115 testsuite/network.all/test_ssl.cpp                   log_debug(_("Port for SSL connections is: %hd"),
_                 120 testsuite/network.all/test_ssl.cpp                   log_debug(_("Cert file for SSL connection is: %s"),
_                 125 testsuite/network.all/test_ssl.cpp                   log_debug(_("Pem file for SSL connection is: %s"),
_                 130 testsuite/network.all/test_ssl.cpp                   log_debug(_("Keyfile file for SSL connection is: %s"),
_                 135 testsuite/network.all/test_ssl.cpp                   log_debug(_("CA List file for SSL connection is: %s"),
_                 141 testsuite/network.all/test_ssl.cpp                   log_debug(_("Root path for SSL pem files is: %s"),
_                 146 testsuite/network.all/test_ssl.cpp                   log_debug(_("Password for SSL pem files is: %s"),
_                 154 testsuite/network.all/test_ssl.cpp                   log_debug(_("Enabling SSL server mode"));
_                 158 testsuite/network.all/test_ssl.cpp                   log_debug(_("Input file for testing the SSL connection is: %s"), infile);
_                 164 testsuite/network.all/test_ssl.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 165 testsuite/network.all/test_ssl.cpp             cerr << _("This is a Gnash bug.") << endl;
_                 154 utilities/flvdumper.cpp                   log_debug(_("Verbose output turned on"));
_                 172 utilities/flvdumper.cpp             cerr << _("Error parsing command line options: ") << e.what() << endl;
_                 173 utilities/flvdumper.cpp             cerr << _("This is a Gnash flvdumper bug.") << endl;
_                 178 utilities/flvdumper.cpp         cerr << _("Error: no input file was specified. Exiting.") << endl;
_                 300 utilities/flvdumper.cpp     cerr << _("This program dumps the internal data of an FLV video file")
_                 302 utilities/flvdumper.cpp     cerr << _("Usage: flvdumper [-h] [-m] [-a] filename") << endl;
_                 303 utilities/flvdumper.cpp     cerr << _("-h\tHelp") << endl;
_                 304 utilities/flvdumper.cpp     cerr << _("-m\tPrint only Meta tags (default)") << endl;
_                 305 utilities/flvdumper.cpp     cerr << _("-a\tPrint all tags.") << endl;
_                 149 utilities/processor.cpp 	    log_debug(_("fs_callback(%p): %s %s"), command, args);
_                 167 utilities/processor.cpp         log_debug(_("eventCallback: %s %s"), event);
_                 203 utilities/processor.cpp                 log_debug(_("gprocessor does not handle %1% message"), e);
_                 238 utilities/processor.cpp         printf (_("Gnash gprocessor version: %s, Gnash version: %s\n"),
_                 277 utilities/processor.cpp 	      log_debug (_("Verbose output turned on"));
_                 286 utilities/processor.cpp               log_error (_("Verbose actions disabled at compile time"));
_                 293 utilities/processor.cpp               log_error (_("Verbose parsing disabled at compile time"));
_                 413 utilities/processor.cpp              log_debug(_("%s appended to local sandboxes"), dir.c_str());
_                 416 utilities/processor.cpp              log_debug(_("%s appended to local sandboxes"), path.c_str());
_                 589 utilities/processor.cpp 	_("gprocessor -- an SWF processor for Gnash.\n"
_                 595 utilities/processor.cpp         "%s%s%s%s"), name, _(
_                 603 utilities/processor.cpp 	_("  -vp         Be verbose about movie parsing\n"),
_                 608 utilities/processor.cpp 	_("  -va         Be verbose about ActionScript\n"),
_                 612 utilities/processor.cpp 	_(
_                 445 utilities/rtmpget.cpp             std::cerr << _("Error parsing command line: ") << e.what() << "\n";
_                  72 utilities/soldumper.cpp     o << _("This program dumps the internal data of a .sol file")
_                  74 utilities/soldumper.cpp     o << _("Usage: soldumper [h] filename") << endl;
_                  75 utilities/soldumper.cpp     o << _("-h\tHelp") << endl;
_                  76 utilities/soldumper.cpp     o << _("-f\tForce local directory access") << endl;
_                  77 utilities/soldumper.cpp     o << _("-l\tList all .sol files in default dir") << endl;
_                 105 utilities/soldumper.cpp         printf (_("Gnash soldumper version: %s, Gnash version: %s\n"),
_                 121 utilities/soldumper.cpp 	      cout << _("Verbose output turned on") << endl;
_                 125 utilities/soldumper.cpp 	      cout << _("forcing local directory access only") << endl;
_                 130 utilities/soldumper.cpp 	      cout << _("List .sol files in the default directory") << endl;