home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / textutils-1.19-src.tgz / tar.out / fsf / textutils / po / textutils.pot < prev   
Text File  |  1996-09-28  |  42KB  |  1,361 lines

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  4. #
  5. #, fuzzy
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: PACKAGE VERSION\n"
  9. "POT-Creation-Date: 1996-07-09 22:58-0500\n"
  10. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  11. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  12. "Language-Team: LANGUAGE <LL@li.org>\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=CHARSET\n"
  15. "Content-Transfer-Encoding: ENCODING\n"
  16.  
  17. #: src/cat.c:81 src/cksum.c:264 src/comm.c:64 src/csplit.c:1558 src/cut.c:193
  18. #: src/expand.c:111 src/fmt.c:282 src/fold.c:80 src/head.c:84 src/join.c:167
  19. #: src/md5sum.c:100 src/nl.c:190 src/od.c:331 src/paste.c:409 src/pr.c:1850
  20. #: src/sort.c:210 src/split.c:100 src/sum.c:59 src/tac.c:129 src/tail.c:138
  21. #: src/tr.c:353 src/unexpand.c:355 src/uniq.c:110 src/wc.c:70
  22. #, c-format
  23. msgid "Try `%s --help' for more information.\n"
  24. msgstr ""
  25.  
  26. #: src/cat.c:85
  27. #, c-format
  28. msgid "Usage: %s [OPTION] [FILE]...\n"
  29. msgstr ""
  30.  
  31. #: src/cat.c:89
  32. msgid ""
  33. "Concatenate FILE(s), or standard input, to standard output.\n"
  34. "\n"
  35. "  -b, --number-nonblank    number nonblank output lines\n"
  36. "  -e                       equivalent to -vE\n"
  37. "  -n, --number             number all output lines\n"
  38. "  -s, --squeeze-blank      never more than one single blank line\n"
  39. "  -t                       equivalent to -vT\n"
  40. "  -u                       (ignored)\n"
  41. "  -v, --show-nonprinting   use ^ and M- notation, save for LFD and TAB\n"
  42. "  -A, --show-all           equivalent to -vET\n"
  43. "  -E, --show-ends          display $ at end of each line\n"
  44. "  -T, --show-tabs          display TAB characters as ^I\n"
  45. "      --help               display this help and exit\n"
  46. "      --version            output version information and exit\n"
  47. "\n"
  48. "With no FILE, or when FILE is -, read standard input.\n"
  49. msgstr ""
  50.  
  51. #: src/cat.c:166 src/cat.c:247 src/cat.c:300 src/cat.c:721 src/comm.c:208
  52. #: src/cut.c:771 src/expand.c:398 src/fold.c:241 src/fold.c:328 src/head.c:178
  53. #: src/head.c:206 src/head.c:381 src/join.c:889 src/md5sum.c:613 src/nl.c:631
  54. #: src/od.c:1978 src/paste.c:494 src/pr.c:661 src/sort.c:393 src/tac.c:216
  55. #: src/tac.c:683 src/tail.c:1030 src/tr.c:1681 src/tr.c:1928 src/tr.c:2005
  56. #: src/tr.c:2012 src/unexpand.c:455
  57. msgid "write error"
  58. msgstr ""
  59.  
  60. #: src/cat.c:288
  61. #, c-format
  62. msgid "cannot do ioctl on `%s'"
  63. msgstr ""
  64.  
  65. #: src/cat.c:594 src/od.c:1185
  66. msgid "standard output"
  67. msgstr ""
  68.  
  69. #: src/cat.c:662
  70. #, c-format
  71. msgid "%s: input file is output file"
  72. msgstr ""
  73.  
  74. #: src/cksum.c:268 src/cut.c:197 src/expand.c:115 src/fold.c:84 src/head.c:88
  75. #: src/nl.c:194 src/paste.c:413 src/pr.c:1854 src/sort.c:214 src/sum.c:63
  76. #: src/tac.c:133 src/tail.c:142 src/unexpand.c:359 src/wc.c:74
  77. #, c-format
  78. msgid "Usage: %s [OPTION]... [FILE]...\n"
  79. msgstr ""
  80.  
  81. #: src/cksum.c:272
  82. msgid ""
  83. "Print CRC checksum and byte counts of each FILE.\n"
  84. "\n"
  85. "  --help      display this help and exit\n"
  86. "  --version   output version information and exit\n"
  87. msgstr ""
  88.  
  89. #: src/comm.c:68
  90. #, c-format
  91. msgid "Usage: %s [OPTION]... LEFT_FILE RIGHT_FILE\n"
  92. msgstr ""
  93.  
  94. #: src/comm.c:72
  95. msgid ""
  96. "Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n"
  97. "\n"
  98. "  -1              suppress lines unique to left file\n"
  99. "  -2              suppress lines unique to right file\n"
  100. "  -3              suppress lines unique to both files\n"
  101. "      --help      display this help and exit\n"
  102. "      --version   output version information and exit\n"
  103. msgstr ""
  104.  
  105. #: src/csplit.c:292 src/csplit.c:316 src/sort.c:286 src/sort.c:311
  106. #: src/tac.c:191 src/tac.c:205
  107. msgid "virtual memory exhausted"
  108. msgstr ""
  109.  
  110. #: src/csplit.c:355 src/csplit.c:1547 src/sort.c:505 src/tac.c:483
  111. #: src/tr.c:1630 src/tr.c:1727 src/tr.c:1771
  112. msgid "read error"
  113. msgstr ""
  114.  
  115. #: src/csplit.c:649
  116. msgid "input disappeared"
  117. msgstr ""
  118.  
  119. #: src/csplit.c:771 src/csplit.c:782
  120. #, c-format
  121. msgid "%s: line number out of range"
  122. msgstr ""
  123.  
  124. #: src/csplit.c:807
  125. #, c-format
  126. msgid "%s: `%d': line number out of range"
  127. msgstr ""
  128.  
  129. #: src/csplit.c:810 src/csplit.c:862
  130. #, c-format
  131. msgid " on repetition %d\n"
  132. msgstr ""
  133.  
  134. #: src/csplit.c:858
  135. #, c-format
  136. msgid "%s: `%s': match not found"
  137. msgstr ""
  138.  
  139. #: src/csplit.c:919 src/csplit.c:959 src/tac.c:323
  140. msgid "error in regular expression search"
  141. msgstr ""
  142.  
  143. #: src/csplit.c:1061
  144. #, c-format
  145. msgid "write error for `%s'"
  146. msgstr ""
  147.  
  148. #: src/csplit.c:1129
  149. #, c-format
  150. msgid "%s: `+' or `-' expected after delimeter"
  151. msgstr ""
  152.  
  153. #: src/csplit.c:1133
  154. #, c-format
  155. msgid "%s: integer expected after `%c'"
  156. msgstr ""
  157.  
  158. #: src/csplit.c:1153
  159. #, c-format
  160. msgid "%s: `}' is required in repeat count"
  161. msgstr ""
  162.  
  163. #: src/csplit.c:1164
  164. #, c-format
  165. msgid "%s}: integer required between `{' and `}'"
  166. msgstr ""
  167.  
  168. #: src/csplit.c:1191
  169. #, c-format
  170. msgid "%s: closing delimeter `%c' missing"
  171. msgstr ""
  172.  
  173. #: src/csplit.c:1210
  174. #, c-format
  175. msgid "%s: invalid regular expression: %s"
  176. msgstr ""
  177.  
  178. #: src/csplit.c:1244
  179. #, c-format
  180. msgid "%s: invalid pattern"
  181. msgstr ""
  182.  
  183. #: src/csplit.c:1247
  184. #, c-format
  185. msgid "%s: line number must be greater than zero"
  186. msgstr ""
  187.  
  188. #: src/csplit.c:1251
  189. #, c-format
  190. msgid "line number `%s' is smaller than preceding line number, %lu"
  191. msgstr ""
  192.  
  193. #: src/csplit.c:1256
  194. #, c-format
  195. msgid "warning: line number `%s' is the same as preceding line number"
  196. msgstr ""
  197.  
  198. #: src/csplit.c:1379
  199. msgid "missing conversion specifier in suffix"
  200. msgstr ""
  201.  
  202. #: src/csplit.c:1385
  203. #, c-format
  204. msgid "invalid conversion specifier in suffix: %c"
  205. msgstr ""
  206.  
  207. #: src/csplit.c:1388
  208. #, c-format
  209. msgid "invalid conversion specifier in suffix: \\%.3o"
  210. msgstr ""
  211.  
  212. #: src/csplit.c:1420
  213. msgid "missing %% conversion specification in suffix"
  214. msgstr ""
  215.  
  216. #: src/csplit.c:1423
  217. msgid "too many %% conversion specifications in suffix"
  218. msgstr ""
  219.  
  220. #: src/csplit.c:1502
  221. #, c-format
  222. msgid "%s: invalid number"
  223. msgstr ""
  224.  
  225. #: src/csplit.c:1530
  226. msgid "too few arguments"
  227. msgstr ""
  228.  
  229. #: src/csplit.c:1562
  230. #, c-format
  231. msgid "Usage: %s [OPTION]... FILE PATTERN...\n"
  232. msgstr ""
  233.  
  234. #: src/csplit.c:1566
  235. msgid ""
  236. "Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ...,\n"
  237. "and output byte counts of each piece to standard output.\n"
  238. "\n"
  239. "  -b, --suffix-format=FORMAT use sprintf FORMAT instead of %%d\n"
  240. "  -f, --prefix=PREFIX        use PREFIX instead of `xx'\n"
  241. "  -k, --keep-files           do not remove output files on errors\n"
  242. "  -n, --digits=DIGITS        use specified number of digits instead of 2\n"
  243. "  -s, --quiet, --silent      do not print counts of output file sizes\n"
  244. "  -z, --elide-empty-files    remove empty output files\n"
  245. "      --help                 display this help and exit\n"
  246. "      --version              output version information and exit\n"
  247. "\n"
  248. "Read standard input if FILE is -.  Each PATTERN may be:\n"
  249. "\n"
  250. "  INTEGER            copy up to but not including specified line number\n"
  251. "  /REGEXP/[OFFSET]   copy up to but not including a matching line\n"
  252. "  %%REGEXP%%[OFFSET]   skip to, but not including a matching line\n"
  253. "  {INTEGER}          repeat the previous pattern specified number of times\n"
  254. "  {*}                repeat the previous pattern as many times as possible\n"
  255. "\n"
  256. "A line OFFSET is a required `+' or `-' followed by a positive integer.\n"
  257. msgstr ""
  258.  
  259. #: src/cut.c:201
  260. msgid ""
  261. "Print selected parts of lines from each FILE to standard output.\n"
  262. "\n"
  263. "  -b, --bytes=LIST        output only these bytes\n"
  264. "  -c, --characters=LIST   output only these characters\n"
  265. "  -d, --delimiter=DELIM   use DELIM instead of TAB for field delimiter\n"
  266. "  -f, --fields=LIST       output only these fields\n"
  267. "  -n                      (ignored)\n"
  268. "  -s, --only-delimited    do not print lines not containing delimiters\n"
  269. "      --help              display this help and exit\n"
  270. "      --version           output version information and exit\n"
  271. "\n"
  272. "Use one, and only one of -b, -c or -f.  Each LIST is made up of one\n"
  273. "range, or many ranges separated by commas.  Each range is one of:\n"
  274. "\n"
  275. "  N     N'th byte, character or field, counted from 1\n"
  276. "  N-    from N'th byte, character or field, to end of line\n"
  277. "  N-M   from N'th to M'th (included) byte, character or field\n"
  278. "  -M    from first to M'th (included) byte, character or field\n"
  279. "\n"
  280. "With no FILE, or when FILE is -, read standard input.\n"
  281. msgstr ""
  282.  
  283. #: src/cut.c:360 src/cut.c:391 src/cut.c:451
  284. msgid "invalid byte or field list"
  285. msgstr ""
  286.  
  287. #: src/cut.c:702 src/cut.c:711
  288. msgid "only one type of list may be specified"
  289. msgstr ""
  290.  
  291. #: src/cut.c:705
  292. msgid "missing list of positions"
  293. msgstr ""
  294.  
  295. #: src/cut.c:714
  296. msgid "missing list of fields"
  297. msgstr ""
  298.  
  299. #: src/cut.c:721
  300. msgid "the delimiter must be a single character"
  301. msgstr ""
  302.  
  303. #: src/cut.c:747
  304. msgid "you must specify a list of bytes, characters, or fields"
  305. msgstr ""
  306.  
  307. #: src/cut.c:750
  308. msgid "a delimiter may be specified only when operating on fields"
  309. msgstr ""
  310.  
  311. #: src/cut.c:753
  312. msgid ""
  313. "suppressing non-delimited lines makes sense\n"
  314. "\tonly when operating on fields"
  315. msgstr ""
  316.  
  317. #: src/expand.c:119
  318. msgid ""
  319. "Convert tabs in each FILE to spaces, writing to standard output.\n"
  320. "With no FILE, or when FILE is -, read standard input.\n"
  321. "\n"
  322. "  -i, --initial       do not convert TABs after non whitespace\n"
  323. "  -t, --tabs=NUMBER   have tabs NUMBER characters apart, not 8\n"
  324. "  -t, --tabs=LIST     use comma separated list of explicit tab positions\n"
  325. "      --help          display this help and exit\n"
  326. "      --version       output version information and exit\n"
  327. "\n"
  328. "Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n"
  329. msgstr ""
  330.  
  331. #: src/expand.c:171 src/unexpand.c:144
  332. msgid "tab size contains an invalid character"
  333. msgstr ""
  334.  
  335. #: src/expand.c:189 src/unexpand.c:162
  336. msgid "tab size cannot be 0"
  337. msgstr ""
  338.  
  339. #: src/expand.c:191 src/unexpand.c:164
  340. msgid "tab sizes must be ascending"
  341. msgstr ""
  342.  
  343. #: src/fmt.c:286
  344. #, c-format
  345. msgid "Usage: %s [-DIGITS] [OPTION]... [FILE]...\n"
  346. msgstr ""
  347.  
  348. #: src/fmt.c:287
  349. msgid ""
  350. "Reformat each paragraph in the FILE(s), writing to standard output.\n"
  351. "If no FILE or if FILE is `-', read standard input.\n"
  352. "\n"
  353. "Mandatory arguments to long options are mandatory for short options too.\n"
  354. "  -c, --crown-margin        preserve indentation of first two lines\n"
  355. "  -s, --split-only          split long lines, but do not refill\n"
  356. "  -t, --tagged-paragraph    indentation of first line different from second\n"
  357. "  -u, --uniform-spacing     one space between words, two after sentences\n"
  358. "  -w, --width=NUMBER        maximum line width (default of 75 columns)\n"
  359. "  -p, --prefix=STRING       combine only lines having STRING as prefix\n"
  360. "      --help                display this help and exit\n"
  361. "      --version             output version information and exit\n"
  362. "\n"
  363. "In -wNUMBER, the letter `w' may be omitted.\n"
  364. msgstr ""
  365.  
  366. #: src/fmt.c:386 src/nl.c:510
  367. #, c-format
  368. msgid "invalid line number increment: `%s'"
  369. msgstr ""
  370.  
  371. #: src/fold.c:88
  372. msgid ""
  373. "Wrap input lines in each FILE (standard input by default), writing to\n"
  374. "standard output.\n"
  375. "\n"
  376. "  -b, --bytes         count bytes rather than columns\n"
  377. "  -s, --spaces        break at spaces\n"
  378. "  -w, --width=WIDTH   use WIDTH columns instead of 80\n"
  379. msgstr ""
  380.  
  381. #: src/fold.c:300
  382. #, c-format
  383. msgid "invalid number of columns: `%s'"
  384. msgstr ""
  385.  
  386. #: src/head.c:92
  387. msgid ""
  388. "Print first 10 lines of each FILE to standard output.\n"
  389. "With more than one FILE, precede each with a header giving the file name.\n"
  390. "With no FILE, or when FILE is -, read standard input.\n"
  391. "\n"
  392. "  -c, --bytes=SIZE         print first SIZE bytes\n"
  393. "  -n, --lines=NUMBER       print first NUMBER lines instead of first 10\n"
  394. "  -q, --quiet, --silent    never print headers giving file names\n"
  395. "  -v, --verbose            always print headers giving file names\n"
  396. "      --help               display this help and exit\n"
  397. "      --version            output version information and exit\n"
  398. "\n"
  399. "SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n"
  400. "If -VALUE is used as first OPTION, read -c VALUE when one of\n"
  401. "multipliers bkm follows concatenated, else read -n VALUE.\n"
  402. msgstr ""
  403.  
  404. #: src/head.c:228 src/md5sum.c:295 src/md5sum.c:616 src/od.c:983 src/od.c:1233
  405. #: src/od.c:1306 src/od.c:1975 src/pr.c:659 src/pr.c:814 src/pr.c:925
  406. #: src/tac.c:509 src/tac.c:513 src/tail.c:759 src/tail.c:767 src/tr.c:2015
  407. msgid "standard input"
  408. msgstr ""
  409.  
  410. #: src/head.c:308 src/tail.c:914
  411. #, c-format
  412. msgid "unrecognized option `-%c'"
  413. msgstr ""
  414.  
  415. #: src/head.c:337
  416. #, c-format
  417. msgid "invalid number `%s'"
  418. msgstr ""
  419.  
  420. #: src/join.c:171
  421. #, c-format
  422. msgid "Usage: %s [OPTION]... FILE1 FILE2\n"
  423. msgstr ""
  424.  
  425. #: src/join.c:175
  426. msgid ""
  427. "For each pair of input lines with identical join fields, write a line to\n"
  428. "standard output.  The default join field is the first, delimited\n"
  429. "by whitespace.  When FILE1 or FILE2 (not both) is -, read standard input.\n"
  430. "\n"
  431. "  -a SIDE          print unpairable lines coming from file SIDE\n"
  432. "  -e EMPTY         replace missing input fields with EMPTY\n"
  433. "  -i, --ignore-case ignore differences in case when comparing fields\n"
  434. "  -j FIELD         (Obsolescent) equivalent to `-1 FIELD -2 FIELD'\n"
  435. "  -j1 FIELD        (Obsolescent) equivalent to `-1 FIELD'\n"
  436. "  -j2 FIELD        (Obsolescent) equivalent to `-2 FIELD'\n"
  437. "  -1 FIELD         join on this FIELD of file 1\n"
  438. "  -2 FIELD         join on this FIELD of file 2\n"
  439. "  -o FORMAT        obey FORMAT while constructing output line\n"
  440. "  -t CHAR          use CHAR as input and output field separator\n"
  441. "  -v SIDE          like -a SIDE, but suppress joined output lines\n"
  442. "  --help           display this help and exit\n"
  443. "  --version        output version information and exit\n"
  444. "\n"
  445. "Unless -t CHAR is given, leading blanks separate fields and are ignored,\n"
  446. "else fields are separated by CHAR.  Any FIELD is a field number counted\n"
  447. "from 1.  FORMAT is one or more comma or blank separated specifications,\n"
  448. "each being `SIDE.FIELD' or `0'.  Default FORMAT outputs the join field,\n"
  449. "the remaining fields from FILE1, the remaining fields from FILE2, all\n"
  450. "separated by CHAR.\n"
  451. msgstr ""
  452.  
  453. #. `0' must be all alone -- no `.FIELD'.
  454. #: src/join.c:667
  455. #, c-format
  456. msgid "invalid field specifier: `%s'"
  457. msgstr ""
  458.  
  459. #: src/join.c:681 src/join.c:789 src/join.c:825
  460. #, c-format
  461. msgid "invalid field number: `%s'"
  462. msgstr ""
  463.  
  464. #: src/join.c:694
  465. #, c-format
  466. msgid "invalid file number in field spec: `%s'"
  467. msgstr ""
  468.  
  469. #: src/join.c:809
  470. #, c-format
  471. msgid "invalid field number for file 1: `%s'"
  472. msgstr ""
  473.  
  474. #: src/join.c:818
  475. #, c-format
  476. msgid "invalid field number for file 2: `%s'"
  477. msgstr ""
  478.  
  479. #: src/join.c:850
  480. msgid "too many non-option arguments"
  481. msgstr ""
  482.  
  483. #: src/join.c:868
  484. msgid "too few non-option arguments"
  485. msgstr ""
  486.  
  487. #: src/join.c:879
  488. msgid "both files cannot be standard input"
  489. msgstr ""
  490.  
  491. #: src/md5sum.c:103
  492. #, c-format
  493. msgid ""
  494. "Usage: %s [OPTION] [FILE]...\n"
  495. "  or:  %s [OPTION] --check [FILE]\n"
  496. "  or:  %s [OPTION] --string=STRING ...\n"
  497. "Print or check MD5 checksums.\n"
  498. "With no FILE, or when FILE is -, read standard input.\n"
  499. "\n"
  500. "  -b, --binary            read files in binary mode\n"
  501. "  -t, --text              read files in text mode (default)\n"
  502. "  -c, --check             check MD5 sums against given list\n"
  503. "\n"
  504. "The following two options are useful only when verifying checksums:\n"
  505. "      --status            don't output anything, status code shows success\n"
  506. "  -w, --warn              warn about improperly formated MD5 checksum lines\n"
  507. "\n"
  508. "      --string=STRING     compute checksum for STRING\n"
  509. "      --help              display this help and exit\n"
  510. "      --version           output version information and exit\n"
  511. "\n"
  512. "The sums are computed as described in RFC 1321.  When checking, the input\n"
  513. "should be a former output of this program.  The default mode is to print\n"
  514. "a line with checksum, a character indicating type (`*' for binary, ` ' for\n"
  515. "text), and name for each FILE.\n"
  516. msgstr ""
  517.  
  518. #: src/md5sum.c:339
  519. #, c-format
  520. msgid "%s: %lu: improperly formatted MD5 checksum line"
  521. msgstr ""
  522.  
  523. #: src/md5sum.c:360
  524. #, c-format
  525. msgid "%s: FAILED open or read\n"
  526. msgstr ""
  527.  
  528. #: src/md5sum.c:382
  529. msgid "FAILED"
  530. msgstr ""
  531.  
  532. #: src/md5sum.c:382
  533. msgid "OK"
  534. msgstr ""
  535.  
  536. #: src/md5sum.c:395
  537. #, c-format
  538. msgid "%s: read error"
  539. msgstr ""
  540.  
  541. #. Warn if no tests are found.
  542. #: src/md5sum.c:408
  543. #, c-format
  544. msgid "%s: no properly formatted MD5 checksum lines found"
  545. msgstr ""
  546.  
  547. #: src/md5sum.c:421
  548. #, c-format
  549. msgid "WARNING: %d of %d listed %s could not be read\n"
  550. msgstr ""
  551.  
  552. #: src/md5sum.c:424
  553. msgid "file"
  554. msgstr ""
  555.  
  556. #: src/md5sum.c:424
  557. msgid "files"
  558. msgstr ""
  559.  
  560. #: src/md5sum.c:430
  561. #, c-format
  562. msgid "WARNING: %d of %d computed %s did NOT match"
  563. msgstr ""
  564.  
  565. #: src/md5sum.c:433
  566. msgid "checksum"
  567. msgstr ""
  568.  
  569. #: src/md5sum.c:433
  570. msgid "checksums"
  571. msgstr ""
  572.  
  573. #: src/md5sum.c:511
  574. msgid "the --string and --check options are mutually exclusive"
  575. msgstr ""
  576.  
  577. #: src/md5sum.c:518
  578. msgid "the --status option is meaningful only when verifying checksums"
  579. msgstr ""
  580.  
  581. #: src/md5sum.c:525
  582. msgid "the --warn option is meaningful only when verifying checksums"
  583. msgstr ""
  584.  
  585. #: src/md5sum.c:533
  586. msgid "no files may be specified when using --string"
  587. msgstr ""
  588.  
  589. #: src/md5sum.c:552
  590. msgid "only one argument may be specified when using --check"
  591. msgstr ""
  592.  
  593. #: src/nl.c:198
  594. msgid ""
  595. "Write each FILE to standard output, with line numbers added.\n"
  596. "With no FILE, or when FILE is -, read standard input.\n"
  597. "\n"
  598. "  -b, --body-numbering=STYLE      use STYLE for numbering body lines\n"
  599. "  -d, --section-delimiter=CC      use CC for separating logical pages\n"
  600. "  -f, --footer-numbering=STYLE    use STYLE for numbering footer lines\n"
  601. "  -h, --header-numbering=STYLE    use STYLE for numbering header lines\n"
  602. "  -i, --page-increment=NUMBER     line number increment at each line\n"
  603. "  -l, --join-blank-lines=NUMBER   group of NUMBER empty lines counted as "
  604. "one\n"
  605. "  -n, --number-format=FORMAT      insert line numbers according to FORMAT\n"
  606. "  -p, --no-renumber               do not reset line numbers at logical "
  607. "pages\n"
  608. "  -s, --number-separator=STRING   add STRING after (possible) line number\n"
  609. "  -v, --first-page=NUMBER         first line number on each logical page\n"
  610. "  -w, --number-width=NUMBER       use NUMBER columns for line numbers\n"
  611. "      --help                      display this help and exit\n"
  612. "      --version                   output version information and exit\n"
  613. "\n"
  614. "By default, selects -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn.  CC are\n"
  615. "two delimiter characters for separating logical pages, a missing\n"
  616. "second character implies :.  Type \\\\ for \\.  STYLE is one of:\n"
  617. "\n"
  618. "  a         number all lines\n"
  619. "  t         number only nonempty lines\n"
  620. "  n         number no lines\n"
  621. "  pREGEXP   number only lines that contain a match for REGEXP\n"
  622. "\n"
  623. "FORMAT is one of:\n"
  624. "\n"
  625. "  ln   left justified, no leading zeros\n"
  626. "  rn   right justified, no leading zeros\n"
  627. "  rz   right justified, leading zeros\n"
  628. "\n"
  629. msgstr ""
  630.  
  631. #: src/nl.c:500
  632. #, c-format
  633. msgid "invalid starting line number: `%s'"
  634. msgstr ""
  635.  
  636. #: src/nl.c:523
  637. #, c-format
  638. msgid "invalid number of blank lines: `%s'"
  639. msgstr ""
  640.  
  641. #: src/nl.c:537
  642. #, c-format
  643. msgid "invalid line number field width: `%s'"
  644. msgstr ""
  645.  
  646. #: src/od.c:335
  647. #, c-format
  648. msgid ""
  649. "Usage: %s [OPTION]... [FILE]...\n"
  650. "  or:  %s --traditional [FILE] [[+]OFFSET [[+]LABEL]]\n"
  651. msgstr ""
  652.  
  653. #: src/od.c:340
  654. msgid ""
  655. "Write an unambiguous representation, octal bytes by default, of FILE\n"
  656. "to standard output.  With no FILE, or when FILE is -, read standard input.\n"
  657. "\n"
  658. "  -A, --address-radix=RADIX   decide how file offsets are printed\n"
  659. "  -N, --read-bytes=BYTES      limit dump to BYTES input bytes per file\n"
  660. "  -j, --skip-bytes=BYTES      skip BYTES input bytes first on each file\n"
  661. "  -s, --strings[=BYTES]       output strings of at least BYTES graphic "
  662. "chars\n"
  663. "  -t, --format=TYPE           select output format or formats\n"
  664. "  -v, --output-duplicates     do not use * to mark line suppression\n"
  665. "  -w, --width[=BYTES]         output BYTES bytes per output line\n"
  666. "      --traditional           accept arguments in pre-POSIX form\n"
  667. "      --help                  display this help and exit\n"
  668. "      --version               output version information and exit\n"
  669. "\n"
  670. "Pre-POSIX format specifications may be intermixed, they accumulate:\n"
  671. "  -a   same as -t a,  select named characters\n"
  672. "  -b   same as -t oC, select octal bytes\n"
  673. "  -c   same as -t c,  select ASCII characters or backslash escapes\n"
  674. "  -d   same as -t u2, select unsigned decimal shorts\n"
  675. "  -f   same as -t fF, select floats\n"
  676. "  -h   same as -t x2, select hexadecimal shorts\n"
  677. "  -i   same as -t d2, select decimal shorts\n"
  678. "  -l   same as -t d4, select decimal longs\n"
  679. "  -o   same as -t o2, select octal shorts\n"
  680. "  -x   same as -t x2, select hexadecimal shorts\n"
  681. msgstr ""
  682.  
  683. #: src/od.c:367
  684. msgid ""
  685. "\n"
  686. "For older syntax (second call format), OFFSET means -j OFFSET.  LABEL\n"
  687. "is the pseudo-address at first byte printed, incremented when dump is\n"
  688. "progressing.  For OFFSET and LABEL, a 0x or 0X prefix indicates\n"
  689. "hexadecimal, suffixes maybe . for octal and b multiply by 512.\n"
  690. "\n"
  691. "TYPE is made up of one or more of these specifications:\n"
  692. "\n"
  693. "  a          named character\n"
  694. "  c          ASCII character or backslash escape\n"
  695. "  d[SIZE]    signed decimal, SIZE bytes per integer\n"
  696. "  f[SIZE]    floating point, SIZE bytes per integer\n"
  697. "  o[SIZE]    octal, SIZE bytes per integer\n"
  698. "  u[SIZE]    unsigned decimal, SIZE bytes per integer\n"
  699. "  x[SIZE]    hexadecimal, SIZE bytes per integer\n"
  700. "\n"
  701. "SIZE is a number.  For TYPE in doux, SIZE may also be C for\n"
  702. "sizeof(char), S for sizeof(short), I for sizeof(int) or L for\n"
  703. "sizeof(long).  If TYPE is f, SIZE may also be F for sizeof(float), D\n"
  704. "for sizeof(double) or L for sizeof(long double).\n"
  705. "\n"
  706. "RADIX is d for decimal, o for octal, x for hexadecimal or n for none.\n"
  707. "BYTES is hexadecimal with 0x or 0X prefix, it is multiplied by 512\n"
  708. "with b suffix, by 1024 with k and by 1048576 with m.  -s without a\n"
  709. "number implies 3.  -w without a number implies 32.  By default, od\n"
  710. "uses -A o -t d2 -w 16.\n"
  711. msgstr ""
  712.  
  713. #. The integer at P in S would overflow an unsigned long.
  714. #. A digit string that long is sufficiently odd looking
  715. #. that the following diagnostic is sufficient.
  716. #: src/od.c:726 src/od.c:839
  717. #, c-format
  718. msgid "invalid type string `%s'"
  719. msgstr ""
  720.  
  721. #: src/od.c:736
  722. #, c-format
  723. msgid ""
  724. "invalid type string `%s';\n"
  725. "this system doesn't provide a %lu-byte integral type"
  726. msgstr ""
  727.  
  728. #: src/od.c:849
  729. #, c-format
  730. msgid ""
  731. "invalid type string `%s';\n"
  732. "this system doesn't provide a %lu-byte floating point type"
  733. msgstr ""
  734.  
  735. #: src/od.c:910
  736. #, c-format
  737. msgid "invalid character `%c' in type string `%s'"
  738. msgstr ""
  739.  
  740. #: src/od.c:1074
  741. msgid "cannot skip past end of combined input"
  742. msgstr ""
  743.  
  744. #: src/od.c:1374
  745. msgid "old-style offset"
  746. msgstr ""
  747.  
  748. #: src/od.c:1693
  749. #, c-format
  750. msgid "invalid output address radix `%c'; it must be one character from [doxn]"
  751. msgstr ""
  752.  
  753. #: src/od.c:1704
  754. msgid "skip argument"
  755. msgstr ""
  756.  
  757. #: src/od.c:1715
  758. msgid "limit argument"
  759. msgstr ""
  760.  
  761. #: src/od.c:1719
  762. #, c-format
  763. msgid ""
  764. "specified number of bytes `%s' is larger than the maximum\n"
  765. "representable value of type off_t"
  766. msgstr ""
  767.  
  768. #: src/od.c:1730
  769. msgid "minimum string length"
  770. msgstr ""
  771.  
  772. #: src/od.c:1784
  773. msgid "width specification"
  774. msgstr ""
  775.  
  776. #: src/od.c:1808
  777. msgid "no type may be specified when dumping strings"
  778. msgstr ""
  779.  
  780. #: src/od.c:1853
  781. #, c-format
  782. msgid "invalid second operand in compatibility mode `%s'"
  783. msgstr ""
  784.  
  785. #: src/od.c:1874
  786. msgid "in compatibility mode the last 2 arguments must be offsets"
  787. msgstr ""
  788.  
  789. #: src/od.c:1881
  790. msgid "in compatibility mode there may be no more than 3 arguments"
  791. msgstr ""
  792.  
  793. #: src/od.c:1949
  794. #, c-format
  795. msgid "warning: invalid width %lu; using %d instead"
  796. msgstr ""
  797.  
  798. #: src/od.c:1965
  799. #, c-format
  800. msgid "%d: fmt=\"%s\" width=%d\n"
  801. msgstr ""
  802.  
  803. #: src/paste.c:218
  804. msgid "standard input is closed"
  805. msgstr ""
  806.  
  807. #: src/paste.c:417
  808. msgid ""
  809. "Write lines consisting of the sequentially corresponding lines from\n"
  810. "each FILE, separated by TABs, to standard output.\n"
  811. "With no FILE, or when FILE is -, read standard input.\n"
  812. "\n"
  813. "  -d, --delimiters=LIST   reuse characters from LIST instead of TABs\n"
  814. "  -s, --serial            paste one file at a time instead of in parallel\n"
  815. "      --help              display this help and exit\n"
  816. "      --version           output version information and exit\n"
  817. "\n"
  818. msgstr ""
  819.  
  820. #: src/pr.c:492
  821. msgid "`+' requires a numeric argument"
  822. msgstr ""
  823.  
  824. #: src/pr.c:595
  825. #, c-format
  826. msgid "%s: extra characters in the argument to the `-s' option: `%s'\n"
  827. msgstr ""
  828.  
  829. #: src/pr.c:628
  830. msgid "Cannot specify number of columns when printing in parallel."
  831. msgstr ""
  832.  
  833. #: src/pr.c:632
  834. msgid "Cannot specify both printing across and printing in parallel."
  835. msgstr ""
  836.  
  837. #: src/pr.c:684
  838. #, c-format
  839. msgid "%s: extra characters in the argument to the `-%c' option: `%s'\n"
  840. msgstr ""
  841.  
  842. #: src/pr.c:748
  843. msgid "page width too narrow"
  844. msgstr ""
  845.  
  846. #: src/pr.c:1097
  847. #, c-format
  848. msgid "%s %s  %s Page"
  849. msgstr ""
  850.  
  851. #: src/pr.c:1858
  852. msgid ""
  853. "Paginate or columnate FILE(s) for printing.\n"
  854. "\n"
  855. "  +PAGE             begin printing with page PAGE\n"
  856. "  -COLUMN           produce COLUMN-column output and print columns down\n"
  857. "  -F, -f            simulate formfeed with newlines on output\n"
  858. "  -a                print columns across rather than down\n"
  859. "  -b                balance columns on the last page\n"
  860. "  -c                use hat notation (^G) and octal backslash notation\n"
  861. "  -d                double space the output\n"
  862. "  -e[CHAR[WIDTH]]   expand input CHARs (TABs) to tab WIDTH (8)\n"
  863. "  -h HEADER         use HEADER instead of filename in page headers\n"
  864. "  -i[CHAR[WIDTH]]   replace spaces with CHARs (TABs) to tab WIDTH (8)\n"
  865. "  -l PAGE_LENGTH    set the page length to PAGE_LENGTH (66) lines\n"
  866. "  -m                print all files in parallel, one in each column\n"
  867. "  -n[SEP[DIGITS]]   number lines, use DIGITS (5) digits, then SEP (TAB)\n"
  868. "  -o MARGIN         offset each line with MARGIN spaces (do not affect -w)\n"
  869. "  -r                inhibit warning when a file cannot be opened\n"
  870. "  -s[SEP]           separate columns by character SEP (TAB)\n"
  871. "  -t                inhibit 5-line page headers and trailers\n"
  872. "  -v                use octal backslash notation\n"
  873. "  -w PAGE_WIDTH     set page width to PAGE_WIDTH (72) columns\n"
  874. "      --help        display this help and exit\n"
  875. "      --version     output version information and exit\n"
  876. "\n"
  877. "-t implied by -l N when N < 10.  Without -s, columns are separated by\n"
  878. "spaces.  With no FILE, or when FILE is -, read standard input.\n"
  879. msgstr ""
  880.  
  881. #: src/sort.c:218
  882. #, c-format
  883. msgid ""
  884. "Write sorted concatenation of all FILE(s) to standard output.\n"
  885. "\n"
  886. "  +POS1 [-POS2]    start a key at POS1, end it before POS2\n"
  887. "  -M               compare (unknown) < `JAN' < ... < `DEC', imply -b\n"
  888. "  -T DIRECT        use DIRECT for temporary files, not $TMPDIR or %s\n"
  889. "  -b               ignore leading blanks in sort fields or keys\n"
  890. "  -c               check if given files already sorted, do not sort\n"
  891. "  -d               consider only [a-zA-Z0-9 ] characters in keys\n"
  892. "  -f               fold lower case to upper case characters in keys\n"
  893. "  -g               compare according to general numerical value, imply -b\n"
  894. "  -i               consider only [\\040-\\0176] characters in keys\n"
  895. "  -k POS1[,POS2]   same as +POS1 [-POS2], but all positions counted from 1\n"
  896. "  -m               merge already sorted files, do not sort\n"
  897. "  -n               compare according to string numerical value, imply -b\n"
  898. "  -o FILE          write result on FILE instead of standard output\n"
  899. "  -r               reverse the result of comparisons\n"
  900. "  -s               stabilize sort by disabling last resort comparison\n"
  901. "  -t SEP           use SEParator instead of non- to whitespace transition\n"
  902. "  -u               with -c, check for strict ordering\n"
  903. "  -u               with -m, only output the first of an equal sequence\n"
  904. "  -z               end lines with 0 byte, not newline, for find -print0\n"
  905. "      --help       display this help and exit\n"
  906. "      --version    output version information and exit\n"
  907. "\n"
  908. "POS is F[.C][OPTS], where F is the field number and C the character\n"
  909. "position in the field, both counted from zero.  OPTS is made up of one\n"
  910. "or more of Mbdfinr, this effectively disable global -Mbdfinr settings\n"
  911. "for that key.  If no key given, use the entire line as key.  With no\n"
  912. "FILE, or when FILE is -, read standard input.\n"
  913. msgstr ""
  914.  
  915. #: src/sort.c:372
  916. msgid "flushing file"
  917. msgstr ""
  918.  
  919. #: src/sort.c:381
  920. msgid "error closing file"
  921. msgstr ""
  922.  
  923. #: src/sort.c:1499
  924. #, c-format
  925. msgid "%s: disorder on %s\n"
  926. msgstr ""
  927.  
  928. #: src/sort.c:1632
  929. #, c-format
  930. msgid "invalid field specification `%s'"
  931. msgstr ""
  932.  
  933. #. Provoke with `sort -9'.
  934. #: src/sort.c:1809
  935. msgid ""
  936. "when using the old-style +POS and -POS key specifiers,\n"
  937. "the +POS specifier must come first"
  938. msgstr ""
  939.  
  940. #: src/sort.c:1845
  941. msgid "option `-k' requires an argument"
  942. msgstr ""
  943.  
  944. #. Provoke with `sort -k0'
  945. #: src/sort.c:1866
  946. msgid "the starting field number argument to the `-k' option must be positive"
  947. msgstr ""
  948.  
  949. #. Provoke with `sort -k1.'
  950. #: src/sort.c:1877
  951. msgid "starting field spec has `.' but lacks following character offset"
  952. msgstr ""
  953.  
  954. #. Provoke with `sort -k1.0'
  955. #: src/sort.c:1886
  956. msgid ""
  957. "starting field character offset argument to the `-k' option\n"
  958. "must be positive"
  959. msgstr ""
  960.  
  961. #. Provoke with `sort -k1,'
  962. #: src/sort.c:1914
  963. msgid "field specification has `,' but lacks following field spec"
  964. msgstr ""
  965.  
  966. #. Provoke with `sort -k1,0'
  967. #: src/sort.c:1924
  968. msgid "ending field number argument to the `-k' option must be positive"
  969. msgstr ""
  970.  
  971. #. Provoke with `sort -k1,1.'
  972. #: src/sort.c:1935
  973. msgid "ending field spec has `.' but lacks following character offset"
  974. msgstr ""
  975.  
  976. #: src/sort.c:1966
  977. msgid "option `-o' requires an argument"
  978. msgstr ""
  979.  
  980. #: src/sort.c:1984
  981. msgid "option `-t' requires an argument"
  982. msgstr ""
  983.  
  984. #: src/sort.c:1995
  985. msgid "option `-T' requires an argument"
  986. msgstr ""
  987.  
  988. #: src/sort.c:2010
  989. #, c-format
  990. msgid "%s: unrecognized option `-%c'\n"
  991. msgstr ""
  992.  
  993. #: src/sort.c:2136 src/sort.c:2141
  994. #, c-format
  995. msgid "%s: write error"
  996. msgstr ""
  997.  
  998. #: src/split.c:104
  999. #, c-format
  1000. msgid "Usage: %s [OPTION] [INPUT [PREFIX]]\n"
  1001. msgstr ""
  1002.  
  1003. #: src/split.c:108
  1004. msgid ""
  1005. "Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default\n"
  1006. "PREFIX is `x'.  With no INPUT, or when INPUT is -, read standard input.\n"
  1007. "\n"
  1008. "  -C, --line-bytes=SIZE   put at most SIZE bytes of lines per output file\n"
  1009. "  -b, --bytes=SIZE        put SIZE bytes per output file\n"
  1010. "  -l, --lines=NUMBER      put NUMBER lines per output file\n"
  1011. "      --verbose           print a diagnostic to standard error just\n"
  1012. "\t\t\t    before each output file is opened\n"
  1013. "  -NUMBER                 same as -l NUMBER\n"
  1014. "      --help              display this help and exit\n"
  1015. "      --version           output version information and exit\n"
  1016. "\n"
  1017. "SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n"
  1018. msgstr ""
  1019.  
  1020. #: src/split.c:183
  1021. #, c-format
  1022. msgid "creating file `%s'\n"
  1023. msgstr ""
  1024.  
  1025. #: src/split.c:398 src/split.c:408 src/split.c:418 src/split.c:437
  1026. msgid "cannot split in more than one way"
  1027. msgstr ""
  1028.  
  1029. #: src/split.c:402 src/split.c:422
  1030. msgid "invalid number of bytes"
  1031. msgstr ""
  1032.  
  1033. #: src/split.c:412
  1034. msgid "invalid number of lines"
  1035. msgstr ""
  1036.  
  1037. #: src/split.c:471
  1038. msgid "invalid number"
  1039. msgstr ""
  1040.  
  1041. #: src/split.c:483 src/tr.c:1869
  1042. msgid "too many arguments"
  1043. msgstr ""
  1044.  
  1045. #: src/sum.c:67
  1046. msgid ""
  1047. "Print checksum and block counts for each FILE.\n"
  1048. "\n"
  1049. "  -r              defeat -s, use BSD sum algorithm, use 1K blocks\n"
  1050. "  -s, --sysv      use System V sum algorithm, use 512 bytes blocks\n"
  1051. "      --help      display this help and exit\n"
  1052. "      --version   output version information and exit\n"
  1053. "\n"
  1054. "With no FILE, or when FILE is -, read standard input.\n"
  1055. msgstr ""
  1056.  
  1057. #: src/tac.c:137
  1058. msgid ""
  1059. "Write each FILE to standard output, last line first.\n"
  1060. "With no FILE, or when FILE is -, read standard input.\n"
  1061. "\n"
  1062. "  -b, --before             attach the separator before instead of after\n"
  1063. "  -r, --regex              interpret the separator as a regular expression\n"
  1064. "  -s, --separator=STRING   use STRING as the separator instead of newline\n"
  1065. "      --help               display this help and exit\n"
  1066. "      --version            output version information and exit\n"
  1067. msgstr ""
  1068.  
  1069. #: src/tac.c:615
  1070. msgid "separator cannot be empty"
  1071. msgstr ""
  1072.  
  1073. #: src/tail.c:146
  1074. msgid ""
  1075. "Print last 10 lines of each FILE to standard output.\n"
  1076. "With more than one FILE, precede each with a header giving the file name.\n"
  1077. "With no FILE, or when FILE is -, read standard input.\n"
  1078. "\n"
  1079. "  -c, --bytes=N            output the last N bytes\n"
  1080. "  -f, --follow             output appended data as the file grows\n"
  1081. "  -n, --lines=N            output the last N lines, instead of last 10\n"
  1082. "  -q, --quiet, --silent    never output headers giving file names\n"
  1083. "  -v, --verbose            always output headers giving file names\n"
  1084. "      --help               display this help and exit\n"
  1085. "      --version            output version information and exit\n"
  1086. "\n"
  1087. "If the first character of N (the number of bytes or lines) is a `+',\n"
  1088. "print beginning with the Nth item from the start of each file, otherwise,\n"
  1089. "print the last N items in the file.  N may have a multiplier suffix:\n"
  1090. "b for 512, k for 1024, m for 1048576 (1 Meg).  A first OPTION of -VALUE\n"
  1091. "or +VALUE is treated like -n VALUE or -n +VALUE unless VALUE has one of\n"
  1092. "the [bkm] suffix multipliers, in which case it is treated like -c VALUE\n"
  1093. "or -c +VALUE.\n"
  1094. msgstr ""
  1095.  
  1096. #: src/tail.c:598
  1097. msgid "file truncated"
  1098. msgstr ""
  1099.  
  1100. #: src/tail.c:773
  1101. msgid "standard input: cannot follow end of non-regular file"
  1102. msgstr ""
  1103.  
  1104. #: src/tail.c:810
  1105. #, c-format
  1106. msgid "%s: cannot follow end of non-regular file"
  1107. msgstr ""
  1108.  
  1109. #: src/tail.c:880
  1110. msgid "argument"
  1111. msgstr ""
  1112.  
  1113. #: src/tail.c:955
  1114. msgid "number of lines"
  1115. msgstr ""
  1116.  
  1117. #: src/tail.c:956
  1118. msgid "number of bytes"
  1119. msgstr ""
  1120.  
  1121. #: src/tr.c:357
  1122. #, c-format
  1123. msgid "Usage: %s [OPTION]... SET1 [SET2]\n"
  1124. msgstr ""
  1125.  
  1126. #: src/tr.c:361
  1127. msgid ""
  1128. "Translate, squeeze, and/or delete characters from standard input,\n"
  1129. "writing to standard output.\n"
  1130. "\n"
  1131. "  -c, --complement        first complement SET1\n"
  1132. "  -d, --delete            delete characters in SET1, do not translate\n"
  1133. "  -s, --squeeze-repeats   replace sequence of characters with one\n"
  1134. "  -t, --truncate-set1     first truncate SET1 to length of SET2\n"
  1135. "      --help              display this help and exit\n"
  1136. "      --version           output version information and exit\n"
  1137. msgstr ""
  1138.  
  1139. #: src/tr.c:372
  1140. msgid ""
  1141. "\n"
  1142. "SETs are specified as strings of characters.  Most represent themselves.\n"
  1143. "Interpreted sequences are:\n"
  1144. "\n"
  1145. "  \\NNN            character with octal value NNN (1 to 3 octal digits)\n"
  1146. "  \\\\              backslash\n"
  1147. "  \\a              audible BEL\n"
  1148. "  \\b              backspace\n"
  1149. "  \\f              form feed\n"
  1150. "  \\n              new line\n"
  1151. "  \\r              return\n"
  1152. "  \\t              horizontal tab\n"
  1153. "  \\v              vertical tab\n"
  1154. "  CHAR1-CHAR2     all characters from CHAR1 to CHAR2 in ascending order\n"
  1155. "  [CHAR1-CHAR2]   same as CHAR1-CHAR2, if both SET1 and SET2 use this\n"
  1156. "  [CHAR*]         in SET2, copies of CHAR until length of SET1\n"
  1157. "  [CHAR*REPEAT]   REPEAT copies of CHAR, REPEAT octal if starting with 0\n"
  1158. "  [:alnum:]       all letters and digits\n"
  1159. "  [:alpha:]       all letters\n"
  1160. "  [:blank:]       all horizontal whitespace\n"
  1161. "  [:cntrl:]       all control characters\n"
  1162. "  [:digit:]       all digits\n"
  1163. "  [:graph:]       all printable characters, not including space\n"
  1164. "  [:lower:]       all lower case letters\n"
  1165. "  [:print:]       all printable characters, including space\n"
  1166. "  [:punct:]       all punctuation characters\n"
  1167. "  [:space:]       all horizontal or vertical whitespace\n"
  1168. "  [:upper:]       all upper case letters\n"
  1169. "  [:xdigit:]      all hexadecimal digits\n"
  1170. "  [=CHAR=]        all characters which are equivalent to CHAR\n"
  1171. msgstr ""
  1172.  
  1173. #: src/tr.c:404
  1174. msgid ""
  1175. "\n"
  1176. "Translation occurs if -d is not given and both SET1 and SET2 appear.\n"
  1177. "-t may be used only when translating.  SET2 is extended to length of\n"
  1178. "SET1 by repeating its last character as necessary.  Excess characters\n"
  1179. "of SET2 are ignored.  Only [:lower:] and [:upper:] are guaranteed to\n"
  1180. "expand in ascending order; used in SET2 while translating, they may\n"
  1181. "only be used in pairs to specify case conversion.  -s uses SET1 if not\n"
  1182. "translating nor deleting; else squeezing uses SET2 and occurs after\n"
  1183. "translation or deletion.\n"
  1184. msgstr ""
  1185.  
  1186. #. Any octal number larger than 0377 won't
  1187. #. fit in 8 bits.  So we stop when adding the
  1188. #. next digit would put us over the limit and
  1189. #. give a warning about the ambiguity.  POSIX
  1190. #. isn't clear on this, but one person has said
  1191. #. that in his interpretation, POSIX says tr
  1192. #. can't even give a warning.
  1193. #: src/tr.c:568
  1194. #, c-format
  1195. msgid ""
  1196. "warning: the ambiguous octal escape \\%c%c%c is being\n"
  1197. "\tinterpreted as the 2-byte sequence \\0%c%c, `%c'"
  1198. msgstr ""
  1199.  
  1200. #: src/tr.c:577
  1201. msgid "invalid backslash escape at end of string"
  1202. msgstr ""
  1203.  
  1204. #: src/tr.c:583
  1205. #, c-format
  1206. msgid "invalid backslash escape `\\%c'"
  1207. msgstr ""
  1208.  
  1209. #: src/tr.c:736
  1210. #, c-format
  1211. msgid "range-endpoints of `%s-%s' are in reverse collating sequence order"
  1212. msgstr ""
  1213.  
  1214. #: src/tr.c:951
  1215. #, c-format
  1216. msgid "invalid repeat count `%s' in [c*n] construct"
  1217. msgstr ""
  1218.  
  1219. #: src/tr.c:1057
  1220. #, c-format
  1221. msgid "invalid character class `%s'"
  1222. msgstr ""
  1223.  
  1224. #: src/tr.c:1082
  1225. #, c-format
  1226. msgid "%s: equivalence class operand must be a single character"
  1227. msgstr ""
  1228.  
  1229. #: src/tr.c:1541
  1230. msgid "the [c*] repeat construct may not appear in string1"
  1231. msgstr ""
  1232.  
  1233. #: src/tr.c:1551
  1234. msgid "only one [c*] repeat construct may appear in string2"
  1235. msgstr ""
  1236.  
  1237. #: src/tr.c:1559
  1238. msgid "[=c=] expressions may not appear in string2 when translating"
  1239. msgstr ""
  1240.  
  1241. #: src/tr.c:1572
  1242. msgid "when not truncating set1, string2 must be non-empty"
  1243. msgstr ""
  1244.  
  1245. #: src/tr.c:1581
  1246. msgid ""
  1247. "when translating with complemented character classes,\n"
  1248. "string2 must map all characters in the domain to one"
  1249. msgstr ""
  1250.  
  1251. #: src/tr.c:1588
  1252. msgid ""
  1253. "when translating, the only character classes that may appear in\n"
  1254. "\tstring2 are `upper' and `lower'"
  1255. msgstr ""
  1256.  
  1257. #: src/tr.c:1597
  1258. msgid "the [c*] construct may appear in string2 only when translating"
  1259. msgstr ""
  1260.  
  1261. #: src/tr.c:1874
  1262. msgid "two strings must be given when translating"
  1263. msgstr ""
  1264.  
  1265. #: src/tr.c:1877
  1266. msgid "two strings must be given when both deleting and squeezing repeats"
  1267. msgstr ""
  1268.  
  1269. #: src/tr.c:1891
  1270. msgid "only one string may be given when deleting without squeezing repeats"
  1271. msgstr ""
  1272.  
  1273. #: src/tr.c:1897
  1274. msgid "at least one string must be given when squeezing repeats"
  1275. msgstr ""
  1276.  
  1277. #: src/tr.c:1983
  1278. msgid "misaligned or mismatched upper and/or lower classes"
  1279. msgstr ""
  1280.  
  1281. #: src/unexpand.c:363
  1282. msgid ""
  1283. "Convert spaces in each FILE to tabs, writing to standard output.\n"
  1284. "With no FILE, or when FILE is -, read standard input.\n"
  1285. "\n"
  1286. "  -a, --all           convert all whitespace, instead of initial whitespace\n"
  1287. "  -t, --tabs=NUMBER   have tabs NUMBER characters apart instead of 8\n"
  1288. "  -t, --tabs=LIST     use comma separated list of explicit tab positions\n"
  1289. "      --help          display this help and exit\n"
  1290. "      --version       output version information and exit\n"
  1291. "\n"
  1292. "Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n"
  1293. msgstr ""
  1294.  
  1295. #: src/uniq.c:114
  1296. #, c-format
  1297. msgid "Usage: %s [OPTION]... [INPUT [OUTPUT]]\n"
  1298. msgstr ""
  1299.  
  1300. #: src/uniq.c:118
  1301. msgid ""
  1302. "Discard all but one of successive identical lines from INPUT (or\n"
  1303. "standard input), writing to OUTPUT (or standard output).\n"
  1304. "\n"
  1305. "  -c, --count           prefix lines by the number of occurrences\n"
  1306. "  -d, --repeated        only print duplicate lines\n"
  1307. "  -f, --skip-fields=N   avoid comparing the first N fields\n"
  1308. "  -i, --ignore-case     ignore differences in case when comparing\n"
  1309. "  -s, --skip-chars=N    avoid comparing the first N characters\n"
  1310. "  -u, --unique          only print unique lines\n"
  1311. "  -w, --check-chars=N   compare no more than N characters in lines\n"
  1312. "  -N                    same as -f N\n"
  1313. "  +N                    same as -s N\n"
  1314. "      --help            display this help and exit\n"
  1315. "      --version         output version information and exit\n"
  1316. "\n"
  1317. "A field is a run of whitespace, than non-whitespace characters.\n"
  1318. "Fields are skipped before chars.\n"
  1319. msgstr ""
  1320.  
  1321. #: src/uniq.c:280
  1322. #, c-format
  1323. msgid "error reading %s"
  1324. msgstr ""
  1325.  
  1326. #: src/uniq.c:283
  1327. #, c-format
  1328. msgid "error writing %s"
  1329. msgstr ""
  1330.  
  1331. #: src/uniq.c:341
  1332. #, c-format
  1333. msgid "invalid number of fields to skip: `%s'"
  1334. msgstr ""
  1335.  
  1336. #: src/uniq.c:357
  1337. #, c-format
  1338. msgid "invalid number of bytes to skip: `%s'"
  1339. msgstr ""
  1340.  
  1341. #: src/uniq.c:373 src/uniq.c:404
  1342. #, c-format
  1343. msgid "invalid number of bytes to compare: `%s'"
  1344. msgstr ""
  1345.  
  1346. #: src/wc.c:78
  1347. msgid ""
  1348. "Print line, word, and byte counts for each FILE, and a total line if\n"
  1349. "more than one FILE is specified.  With no FILE, or when FILE is -,\n"
  1350. "read standard input.\n"
  1351. "  -l, --lines            print the newline counts\n"
  1352. "  -w, --words            print the word counts\n"
  1353. "  -c, --bytes, --chars   print the byte counts\n"
  1354. "      --help             display this help and exit\n"
  1355. "      --version          output version information and exit\n"
  1356. msgstr ""
  1357.  
  1358. #: src/wc.c:318
  1359. msgid "total"
  1360. msgstr ""
  1361.