|
|
|
@@ -482,33 +482,33 @@ BEGIN |
482 | IDS_LOG_START "PumpKIN started"
|
482 | IDS_LOG_START "PumpKIN started"
|
483 | IDS_LOG_LISTENRECEIVEERROR "Error listening for incoming connections"
|
483 | IDS_LOG_LISTENRECEIVEERROR "Error listening for incoming connections"
|
484 | END
|
484 | END
|
485 |
|
485 |
|
486 | STRINGTABLE DISCARDABLE
|
486 | STRINGTABLE DISCARDABLE
|
487 | BEGIN
|
487 | BEGIN
|
488 | IDS_LOG_LISTENACCEPTERROR "Error accepting incoming connection"
|
488 | IDS_LOG_LISTENACCEPTERROR "Error accepting incoming connection"
|
489 | IDS_LOG_RRQSERVE "'%s' of type '%s' is requested from %s"
|
489 | IDS_LOG_RRQSERVE "'%s' of type '%s' is requested from %s"
|
490 | IDS_LOG_LISTENOPCODE "Invalid opcode in initial connection request"
|
490 | IDS_LOG_LISTENOPCODE "Invalid opcode in initial connection request"
|
491 | IDS_LOG_XFERUDPSEND "UDP packet send failed"
|
491 | IDS_LOG_XFERUDPSEND "UDP packet send failed"
|
492 | IDS_LOG_XFERRECEIVE "Error on xfer socket"
|
492 | IDS_LOG_XFERRECEIVE "Error on xfer socket"
|
493 | IDS_LOG_XFERSEND "Error on xfer socket"
|
493 | IDS_LOG_XFERSEND "Error on xfer socket"
|
494 | IDS_LOG_XFERUDPRECEIVE "UDP packet receive failed"
|
494 | IDS_LOG_XFERUDPRECEIVE "UDP packet receive failed"
|
495 | IDS_LOG_XFERSOURCETID "Packet from unexpected source"
|
495 | IDS_LOG_XFERSOURCETID "Packet from unexpected source"
|
496 | IDS_LOG_SENTTFTPERROR ":%u: %s"
|
496 | IDS_LOG_SENTTFTPERROR ":%u: %s"
|
497 | IDS_LOG_GOTTFTPERROR "TFTP:%u: %s"
|
497 | IDS_LOG_GOTTFTPERROR "TFTP:%u: %s"
|
498 | IDS_LOG_XFEROPCODE "Invalid opcode during transfer received"
|
498 | IDS_LOG_XFEROPCODE "Invalid opcode (%u) during transfer received"
|
499 | IDS_LOG_XFERRRQFINISHED "Transfer of '%s' has successfully completed"
|
499 | IDS_LOG_XFERRRQFINISHED "Transfer of '%s' has successfully completed"
|
500 | IDS_TITLE_OPTIONS "Options"
|
500 | IDS_TITLE_OPTIONS "Options"
|
501 | IDS_LOG_WRQSERVE "Writing of '%s' of type '%s' is requested by %s"
|
501 | IDS_LOG_WRQSERVE "Writing of '%s' of type '%s' is requested by %s"
|
502 | IDS_TFTP_ERROR_FAILEDTORENAME "Too many clones of the file"
|
502 | IDS_TFTP_ERROR_FAILEDTORENAME "Too many clones of the file"
|
503 | IDS_RENAME_TITLE "Save As"
|
503 | IDS_RENAME_TITLE "Save As"
|
504 | END
|
504 | END
|
505 |
|
505 |
|
506 | STRINGTABLE DISCARDABLE
|
506 | STRINGTABLE DISCARDABLE
|
507 | BEGIN
|
507 | BEGIN
|
508 | IDS_LOG_TIMEDOUT "Transmission of '%s' is timed out"
|
508 | IDS_LOG_TIMEDOUT "Transmission of '%s' is timed out"
|
509 | IDS_CONFIRMEXIT_TITLE "Exit"
|
509 | IDS_CONFIRMEXIT_TITLE "Exit"
|
510 | IDS_CONFIRMEXIT_TEXT "File transmission is currently in progress. Are you sure you want to exit?"
|
510 | IDS_CONFIRMEXIT_TEXT "File transmission is currently in progress. Are you sure you want to exit?"
|
511 | IDS_LOG_XFERWRQFINISHED "Transfer of '%s' has successfully completed"
|
511 | IDS_LOG_XFERWRQFINISHED "Transfer of '%s' has successfully completed"
|
512 | IDS_LOG_XFERABORTED "Transfer of '%s' was aborted"
|
512 | IDS_LOG_XFERABORTED "Transfer of '%s' was aborted"
|
513 | IDS_TITLE_PUTREQUEST "Send file"
|
513 | IDS_TITLE_PUTREQUEST "Send file"
|
514 | IDS_TITLE_GETREQUEST "Fetch file"
|
514 | IDS_TITLE_GETREQUEST "Fetch file"
|
|