Lines Matching refs:_
295 fprintf(stderr,_("Retry %d: "),errors);
608 STRTOL_FATAL_ERROR (optarg, _("min_bps"), s_err); in zmodem_rx()
614 STRTOL_FATAL_ERROR (optarg, _("min_bps_time"), s_err); in zmodem_rx()
616 usage(2,_("min_bps_time must be > 1")); in zmodem_rx()
632 usage(2,_("hour to large (0..23)")); in zmodem_rx()
634 usage(2, _("unparsable stop time\n")); in zmodem_rx()
638 usage(2,_("minute to large (0..59)")); in zmodem_rx()
648 usage(2,_("stop time to small")); in zmodem_rx()
653 STRTOL_FATAL_ERROR (optarg, _("stop-at"), s_err); in zmodem_rx()
655 usage(2,_("stop time to small")); in zmodem_rx()
684 STRTOL_FATAL_ERROR (optarg, _("timeout"), s_err); in zmodem_rx()
686 usage(2,_("timeout out of range 10..1000")); in zmodem_rx()
692 STRTOL_FATAL_ERROR (optarg, _("window size"), s_err); in zmodem_rx()
731 STRTOL_FATAL_ERROR (optarg, _("bytes_per_error"), s_err); in zmodem_rx()
733 usage(2,_("bytes-per-error should be >100")); in zmodem_rx()
739 STRTOL_FATAL_ERROR (optarg, _("startup delay"), s_err); in zmodem_rx()
767 _("this program was never intended to be used setuid\n")); in zmodem_rx()
783 usage(2,_("garbage on commandline")); in zmodem_rx()
785 usage(2, _("garbage on commandline")); in zmodem_rx()
816 error(1,0, _("hostname too long\n")); in zmodem_rx()
831 error(1,0, _("illegal server address\n")); in zmodem_rx()
912 vstringf(_("%s waiting to receive."), program_name); in wcreceive()
981 _("\rBytes received: %7ld/%7ld BPS:%-6ld \r\n"), in wcreceive()
1025 vstringf(_("%s: ready to receive %s"), program_name, Pathname); in wcreceive()
1053 _("\rBytes received: %7ld BPS:%-6ld \r\n"), in wcreceive()
1082 vstringf(_("\r\n%s: %s removed.\r\n"), program_name, Pathname); in wcreceive()
1114 zperr( _("Pathname fetch returned EOT")); in wcrxpn()
1162 zperr( _("Received dup Sector")); in wcrx()
1178 zperr( _("Sync Error")); in wcrx()
1226 zperr( _("CRC")); in wcgetsec()
1237 zperr( _("Checksum")); in wcgetsec()
1240 zperr(_("Sector number garbled")); in wcgetsec()
1252 zperr( _("Sender Cancelled")); in wcgetsec()
1263 zperr( _("TIMEOUT")); in wcgetsec()
1266 zperr( _("Got 0%o sector header"), firstch); in wcgetsec()
1350 vstringf(_("got ZCAN")); in do_crc_check()
1384 vstringf(_("file name ends with a /, skipped: %s\n"),name); in procheader()
1398 vstringf(_("zmanag=%d, Lzmanag=%d\n"),zmanag,Lzmanag); in procheader()
1399 vstringf(_("zconv=%d\n"),zconv); in procheader()
1471 vstringf(_("file exists, skipped: %s\n"),name); in procheader()
1510 vstringf(_("file exists, skipped: %s\n"),name); in procheader()
1554 vstringf(_("TIMESYNC: here %ld, remote %ld, diff %ld seconds\n"), in procheader()
1574 error(1,errno,_("cannot tmpfile() for tcp protocol synchronization")); in procheader()
1591 error(1,0,_("out of memory")); in procheader()
1595 _("Topipe"), in procheader()
1615 vstringf(_("Receiving: %s\n"), name_static); in procheader()
1625 fprintf(stderr,"%s: %s\n", program_name, _("out of memory")); in procheader()
1696 zpfatal(_("cannot open %s"), name_static); in procheader()
1738 zpfatal(_("out of memory")); in procheader()
1888 vstringf(_("Blocks received: %d"),sct); in report()
1943 vstringf(_("%s: %s exists\n"), in checkpath()
1957 vstringf(_("%s:\tSecurity Violation"),program_name); in checkpath()
1965 vstringf(_("%s:\tSecurity Violation"),program_name); in checkpath()
2084 _("remote command execution requested")); in tryz()
2091 _("not executed")); in tryz()
2122 vstringf(_("got ZRINIT")); in tryz()
2126 vstringf(_("got ZCAN")); in tryz()
2163 _("\rBytes received: %7ld/%7ld BPS:%-6ld \r\n"), in rzfiles()
2174 vstringf(_("Skipped")); in rzfiles()
2417 vfile(_("rzfile: bps rate %ld below min %ld"), in rzfile()
2433 vfile(_("rzfile: reached stop time")); in rzfile()
2441 vstringf(_("\rBytes received: %7ld/%7ld BPS:%-6ld ETA %02d:%02d "), in rzfile()
2611 error(1,errno,_("fgets for tcp protocol synchronization failed: "));
2620 zpfatal(_("file close error"));