Annotation of embedaddon/lrzsz/po/cat-id-tbl.c, revision 1.1.1.1
1.1 misho 1: /* Automatically generated by po2tbl.sed from lrzsz.pot. */
2:
3: #if HAVE_CONFIG_H
4: # include <config.h>
5: #endif
6:
7: #include "libgettext.h"
8:
9: const struct _msg_ent _msg_tbl[] = {
10: {"", 1},
11: {"io_mode(,2) in rbsb.c not implemented\n", 2},
12: {"caught signal %d; exiting", 3},
13: {"command tries", 4},
14: {"packetlength", 5},
15: {"packetlength out of range 24..%ld", 6},
16: {"framelength", 7},
17: {"framelength out of range 32..%ld", 8},
18: {"min_bps", 9},
19: {"min_bps must be >= 0", 10},
20: {"min_bps_time", 11},
21: {"min_bps_time must be > 1", 12},
22: {"hour to large (0..23)", 13},
23: {"unparsable stop time\n", 14},
24: {"minute to large (0..59)", 15},
25: {"stop time to small", 16},
26: {"stop-at", 17},
27: {"timeout", 18},
28: {"timeout out of range 10..1000", 19},
29: {"security violation: can't do that under restricted shell\n", 20},
30: {"window size", 21},
31: {"cannot turnoff syslog", 22},
32: {"startup delay", 23},
33: {"out of memory", 24},
34: {"this program was never intended to be used setuid\n", 25},
35: {"need at least one file to send", 26},
36: {"Can't send command in restricted mode\n", 27},
37: {"hostname too long\n", 28},
38: {"illegal server address\n", 29},
39: {"can read only one file from stdin", 30},
40: {"Transfer incomplete\n", 31},
41: {"Transfer complete\n", 32},
42: {"send_pseudo %s: cannot open tmpfile %s: %s", 33},
43: {"send_pseudo %s: cannot lstat tmpfile %s: %s", 34},
44: {"send_pseudo %s: avoiding symlink trap", 35},
45: {"send_pseudo %s: cannot write to tmpfile %s: %s", 36},
46: {"send_pseudo %s: failed", 37},
47: {"send_pseudo %s: ok", 38},
48: {"tcp protocol init failed\n", 39},
49: {"Answering TIMESYNC at %s", 40},
50: {"timezone", 41},
51: {"timezone unknown", 42},
52: {"Can't open any requested files.", 43},
53: {"security violation: not allowed to upload from %s", 44},
54: {"cannot open %s", 45},
55: {"is not a file: %s", 46},
56: {"%s/%s: error occured", 47},
57: {"skipped: %s", 48},
58: {"%s/%s: skipped", 49},
59: {"Bytes Sent:%7ld BPS:%-8ld \n", 50},
60: {"Sending %s, %ld blocks: ", 51},
61: {"Give your local XMODEM receive command now.", 52},
62: {"Sending: %s\n", 53},
63: {"Timeout on pathname", 54},
64: {"Receiver Cancelled", 55},
65: {"No ACK on EOT", 56},
66: {"Xmodem sectors/kbytes sent: %3d/%2dk", 57},
67: {"Ymodem sectors/kbytes sent: %3d/%2dk", 58},
68: {"Cancelled", 59},
69: {"Timeout on sector ACK", 60},
70: {"NAK on sector", 61},
71: {"Got burst for sector ACK", 62},
72: {"Got %02x for sector ACK", 63},
73: {"Retry Count Exceeded", 64},
74: {"Try `%s --help' for more information.\n", 65},
75: {"%s version %s\n", 66},
76: {"Usage: %s [options] file ...\n", 67},
77: {" or: %s [options] -{c|i} COMMAND\n", 68},
78: {"Send file(s) with ZMODEM/YMODEM/XMODEM protocol\n", 69},
79: {"\
80: (X) = option applies to XMODEM only\n\
81: (Y) = option applies to YMODEM only\n\
82: (Z) = option applies to ZMODEM only\n", 70},
83: {"\
84: -+, --append append to existing destination file (Z)\n\
85: -2, --twostop use 2 stop bits\n\
86: -4, --try-4k go up to 4K blocksize\n\
87: --start-4k start with 4K blocksize (doesn't try 8)\n\
88: -8, --try-8k go up to 8K blocksize\n\
89: --start-8k start with 8K blocksize\n\
90: -a, --ascii ASCII transfer (change CR/LF to LF)\n\
91: -b, --binary binary transfer\n\
92: -B, --bufsize N buffer N bytes (N==auto: buffer whole file)\n\
93: -c, --command COMMAND execute remote command COMMAND (Z)\n\
94: -C, --command-tries N try N times to execute a command (Z)\n\
95: -d, --dot-to-slash change '.' to '/' in pathnames (Y/Z)\n\
96: --delay-startup N sleep N seconds before doing anything\n\
97: -e, --escape escape all control characters (Z)\n\
98: -E, --rename force receiver to rename files it already has\n\
99: -f, --full-path send full pathname (Y/Z)\n\
100: -i, --immediate-command CMD send remote CMD, return immediately (Z)\n\
101: -h, --help print this usage message\n\
102: -k, --1k send 1024 byte packets (X)\n\
103: -L, --packetlen N limit subpacket length to N bytes (Z)\n\
104: -l, --framelen N limit frame length to N bytes (l>=L) (Z)\n\
105: -m, --min-bps N stop transmission if BPS below N\n\
106: -M, --min-bps-time N for at least N seconds (default: 120)\n", 71},
107: {"\
108: -n, --newer send file if source newer (Z)\n\
109: -N, --newer-or-longer send file if source newer or longer (Z)\n\
110: -o, --16-bit-crc use 16 bit CRC instead of 32 bit CRC (Z)\n\
111: -O, --disable-timeouts disable timeout code, wait forever\n\
112: -p, --protect protect existing destination file (Z)\n\
113: -r, --resume resume interrupted file transfer (Z)\n\
114: -R, --restricted restricted, more secure mode\n\
115: -q, --quiet quiet (no progress reports)\n\
116: -s, --stop-at {HH:MM|+N} stop transmission at HH:MM or in N seconds\n\
117: --tcp build a TCP connection to transmit files\n\
118: --tcp-server open socket, wait for connection\n\
119: -u, --unlink unlink file after transmission\n\
120: -U, --unrestrict turn off restricted mode (if allowed to)\n\
121: -v, --verbose be verbose, provide debugging information\n\
122: -w, --windowsize N Window is N bytes (Z)\n\
123: -X, --xmodem use XMODEM protocol\n\
124: -y, --overwrite overwrite existing files\n\
125: -Y, --overwrite-or-skip overwrite existing files, else skip\n\
126: --ymodem use YMODEM protocol\n\
127: -Z, --zmodem use ZMODEM protocol\n\
128: \n\
129: short options use the same arguments as the long ones\n", 72},
130: {"got ZRQINIT", 73},
131: {"got ZCAN", 74},
132: {"blklen now %d\n", 75},
133: {"zsendfdata: bps rate %ld below min %ld", 76},
134: {"zsendfdata: reached stop time", 77},
135: {"Bytes Sent:%7ld/%7ld BPS:%-8ld ETA %02d:%02d ", 78},
136: {"calc_blklen: reduced to %d due to error\n", 79},
137: {"calc_blklen: returned old value %d due to low bpe diff\n", 80},
138: {"calc_blklen: old %ld, new %ld, d %ld\n", 81},
139: {"calc_blklen: calc total_bytes=%ld, bpe=%ld, ec=%ld\n", 82},
140: {"calc_blklen: blklen %d, ok %ld, failed %ld -> %lu\n", 83},
141: {"calc_blklen: returned %d as best\n", 84},
142: {"\
143: \n\
144: countem: Total %d %ld\n", 85},
145: {"Bad escape sequence %x", 86},
146: {"Sender Canceled", 87},
147: {"TIMEOUT", 88},
148: {"Bad data subpacket", 89},
149: {"Data subpacket too long", 90},
150: {"Garbage count exceeded", 91},
151: {"Got %s", 92},
152: {"Retry %d: ", 93},
153: {"don't have settimeofday, will not set time\n", 94},
154: {"not running as root (this is good!), can not set time\n", 95},
155: {"bytes_per_error", 96},
156: {"bytes-per-error should be >100", 97},
157: {"O_SYNC not supported by the kernel", 98},
158: {"garbage on commandline", 99},
159: {"Usage: %s [options] [filename.if.xmodem]\n", 100},
160: {"Receive files with ZMODEM/YMODEM/XMODEM protocol\n", 101},
161: {"\
162: -+, --append append to existing files\n\
163: -a, --ascii ASCII transfer (change CR/LF to LF)\n\
164: -b, --binary binary transfer\n\
165: -B, --bufsize N buffer N bytes (N==auto: buffer whole file)\n\
166: -c, --with-crc Use 16 bit CRC (X)\n\
167: -C, --allow-remote-commands allow execution of remote commands (Z)\n\
168: -D, --null write all received data to /dev/null\n\
169: --delay-startup N sleep N seconds before doing anything\n\
170: -e, --escape Escape control characters (Z)\n\
171: -E, --rename rename any files already existing\n\
172: --errors N generate CRC error every N bytes (debugging)\n\
173: -h, --help Help, print this usage message\n\
174: -m, --min-bps N stop transmission if BPS below N\n\
175: -M, --min-bps-time N for at least N seconds (default: 120)\n\
176: -O, --disable-timeouts disable timeout code, wait forever for data\n\
177: --o-sync open output file(s) in synchronous write mode\n\
178: -p, --protect protect existing files\n\
179: -q, --quiet quiet, no progress reports\n\
180: -r, --resume try to resume interrupted file transfer (Z)\n\
181: -R, --restricted restricted, more secure mode\n\
182: -s, --stop-at {HH:MM|+N} stop transmission at HH:MM or in N seconds\n\
183: -S, --timesync request remote time (twice: set local time)\n\
184: --syslog[=off] turn syslog on or off, if possible\n\
185: -t, --timeout N set timeout to N tenths of a second\n\
186: -u, --keep-uppercase keep upper case filenames\n\
187: -U, --unrestrict disable restricted mode (if allowed to)\n\
188: -v, --verbose be verbose, provide debugging information\n\
189: -w, --windowsize N Window is N bytes (Z)\n\
190: -X --xmodem use XMODEM protocol\n\
191: -y, --overwrite Yes, clobber existing file if any\n\
192: --ymodem use YMODEM protocol\n\
193: -Z, --zmodem use ZMODEM protocol\n\
194: \n\
195: short options use the same arguments as the long ones\n", 102},
196: {"%s waiting to receive.", 103},
197: {"\rBytes received: %7ld/%7ld BPS:%-6ld \r\n", 104},
198: {"%s: ready to receive %s", 105},
199: {"\rBytes received: %7ld BPS:%-6ld \r\n", 106},
200: {"\
201: \r\n\
202: %s: %s removed.\r\n", 107},
203: {"Pathname fetch returned EOT", 108},
204: {"Received dup Sector", 109},
205: {"Sync Error", 110},
206: {"CRC", 111},
207: {"Checksum", 112},
208: {"Sector number garbled", 113},
209: {"Sender Cancelled", 114},
210: {"Got 0%o sector header", 115},
211: {"file name ends with a /, skipped: %s\n", 116},
212: {"zmanag=%d, Lzmanag=%d\n", 117},
213: {"zconv=%d\n", 118},
214: {"file exists, skipped: %s\n", 119},
215: {"TIMESYNC: here %ld, remote %ld, diff %ld seconds\n", 120},
216: {"TIMESYNC: cannot set time: %s\n", 121},
217: {"cannot tmpfile() for tcp protocol synchronization", 122},
218: {"Topipe", 123},
219: {"Receiving: %s\n", 124},
220: {"Blocks received: %d", 125},
221: {"%s: %s exists\n", 126},
222: {"%s:\tSecurity Violation", 127},
223: {"remote command execution requested", 128},
224: {"not executed", 129},
225: {"got ZRINIT", 130},
226: {"Skipped", 131},
227: {"rzfile: bps rate %ld below min %ld", 132},
228: {"rzfile: reached stop time", 133},
229: {"\rBytes received: %7ld/%7ld BPS:%-6ld ETA %02d:%02d ", 134},
230: {"fgets for tcp protocol synchronization failed: ", 135},
231: {"file close error", 136},
232: };
233:
234: int _msg_tbl_length = 136;
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>