home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / po / texinfo.pot < prev   
Text File  |  1997-07-31  |  42KB  |  1,833 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: 1997-07-31 17:43-0400\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. #. Commands found in "./session.c".
  18. #: info/doc.c:27 info/session.c:629
  19. msgid "Move down to the next line"
  20. msgstr ""
  21.  
  22. #. Move WINDOW's point up to the previous line if possible.
  23. #: info/doc.c:28 info/session.c:644
  24. msgid "Move up to the previous line"
  25. msgstr ""
  26.  
  27. #. Move WINDOW's point to the end of the true line.
  28. #: info/doc.c:29 info/session.c:659
  29. msgid "Move to the end of the line"
  30. msgstr ""
  31.  
  32. #. Move WINDOW's point to the beginning of the true line.
  33. #: info/doc.c:30 info/session.c:679
  34. msgid "Move to the start of the line"
  35. msgstr ""
  36.  
  37. #. Commands found in "./echo-area.c".
  38. #: info/doc.c:31 info/doc.c:84 info/echo-area.c:283 info/session.c:698
  39. msgid "Move forward a character"
  40. msgstr ""
  41.  
  42. #. Move point backward in the node.
  43. #: info/doc.c:32 info/doc.c:85 info/echo-area.c:295 info/session.c:714
  44. msgid "Move backward a character"
  45. msgstr ""
  46.  
  47. #. Move forward a word in the input line.
  48. #: info/doc.c:33 info/doc.c:88 info/echo-area.c:320 info/session.c:732
  49. msgid "Move forward a word"
  50. msgstr ""
  51.  
  52. #: info/doc.c:34 info/doc.c:89 info/echo-area.c:360 info/session.c:781
  53. msgid "Move backward a word"
  54. msgstr ""
  55.  
  56. #: info/doc.c:35 info/session.c:1121
  57. msgid "Move forwards or down through node structure"
  58. msgstr ""
  59.  
  60. #: info/doc.c:36 info/session.c:1137
  61. msgid "Move backwards or up through node structure"
  62. msgstr ""
  63.  
  64. #. Show the next screen of WINDOW's node.
  65. #: info/doc.c:37 info/session.c:1152
  66. msgid "Scroll forward in this window"
  67. msgstr ""
  68.  
  69. #. Show the previous screen of WINDOW's node.
  70. #: info/doc.c:38 info/session.c:1197
  71. msgid "Scroll backward in this window"
  72. msgstr ""
  73.  
  74. #. Move to the beginning of the node.
  75. #: info/doc.c:39 info/session.c:1237
  76. msgid "Move to the start of this node"
  77. msgstr ""
  78.  
  79. #. Move to the end of the node.
  80. #: info/doc.c:40 info/session.c:1244
  81. msgid "Move to the end of this node"
  82. msgstr ""
  83.  
  84. #. ****************************************************************
  85. #.
  86. #. Commands for Manipulating Windows
  87. #.
  88. #. ****************************************************************
  89. #. Make the next window in the chain be the active window.
  90. #: info/doc.c:41 info/session.c:1257
  91. msgid "Select the next window"
  92. msgstr ""
  93.  
  94. #. Make the previous window in the chain be the active window.
  95. #: info/doc.c:42 info/session.c:1296
  96. msgid "Select the previous window"
  97. msgstr ""
  98.  
  99. #. Split WINDOW into two windows, both showing the same node.  If we
  100. #. are automatically tiling windows, re-tile after the split.
  101. #: info/doc.c:43 info/session.c:1347
  102. msgid "Split the current window"
  103. msgstr ""
  104.  
  105. #. Delete WINDOW, forgetting the list of last visited nodes.  If we are
  106. #. automatically displaying footnotes, show or remove the footnotes
  107. #. window.  If we are automatically tiling windows, re-tile after the
  108. #. deletion.
  109. #: info/doc.c:44 info/session.c:1428
  110. msgid "Delete the current window"
  111. msgstr ""
  112.  
  113. #. Just keep WINDOW, deleting all others.
  114. #: info/doc.c:45 info/session.c:1469
  115. msgid "Delete all other windows"
  116. msgstr ""
  117.  
  118. #. Scroll the "other" window of WINDOW.
  119. #: info/doc.c:46 info/session.c:1515
  120. msgid "Scroll the other window"
  121. msgstr ""
  122.  
  123. #. Change the size of WINDOW by AMOUNT.
  124. #: info/doc.c:47 info/session.c:1535
  125. msgid "Grow (or shrink) this window"
  126. msgstr ""
  127.  
  128. #: info/doc.c:48 info/session.c:1546
  129. msgid "Divide the available screen space among the visible windows"
  130. msgstr ""
  131.  
  132. #: info/doc.c:49 info/session.c:1553
  133. msgid "Toggle the state of line wrapping in the current window"
  134. msgstr ""
  135.  
  136. #. Make WINDOW display the "Next:" node of the node currently being
  137. #. displayed.
  138. #: info/doc.c:50 info/session.c:1714
  139. msgid "Select the `Next' node"
  140. msgstr ""
  141.  
  142. #. Make WINDOW display the "Prev:" node of the node currently being
  143. #. displayed.
  144. #: info/doc.c:51 info/session.c:1722
  145. msgid "Select the `Prev' node"
  146. msgstr ""
  147.  
  148. #. Make WINDOW display the "Up:" node of the node currently being
  149. #. displayed.
  150. #: info/doc.c:52 info/session.c:1730
  151. msgid "Select the `Up' node"
  152. msgstr ""
  153.  
  154. #. Make WINDOW display the last node of this info file.
  155. #: info/doc.c:53 info/session.c:1737
  156. msgid "Select the last node in this file"
  157. msgstr ""
  158.  
  159. #. Make WINDOW display the first node of this info file.
  160. #: info/doc.c:54 info/session.c:1759
  161. msgid "Select the first node in this file"
  162. msgstr ""
  163.  
  164. #: info/doc.c:55 info/session.c:2401
  165. msgid "Select the most recently selected node"
  166. msgstr ""
  167.  
  168. #: info/doc.c:56 info/session.c:1778
  169. msgid "Select the last item in this node's menu"
  170. msgstr ""
  171.  
  172. #. Use KEY (a digit) to select the Nth menu item in WINDOW->node.
  173. #: info/doc.c:57 info/session.c:1784
  174. msgid "Select this menu item"
  175. msgstr ""
  176.  
  177. #. Read a line (with completion) which is the name of a menu item,
  178. #. and select that item.
  179. #: info/doc.c:58 info/session.c:2042
  180. msgid "Read a menu item and select its node"
  181. msgstr ""
  182.  
  183. #: info/doc.c:59 info/session.c:2050
  184. msgid "Read a footnote or cross reference and select its node"
  185. msgstr ""
  186.  
  187. #. Position the cursor at the start of this node's menu.
  188. #: info/doc.c:60 info/session.c:2056
  189. msgid "Move to the start of this node's menu"
  190. msgstr ""
  191.  
  192. #: info/doc.c:61 info/session.c:2080
  193. msgid "Visit as many menu items at once as possible"
  194. msgstr ""
  195.  
  196. #. Read a line of input which is a node name, and go to that node.
  197. #: info/doc.c:62 info/session.c:2108
  198. msgid "Read a node name and select it"
  199. msgstr ""
  200.  
  201. #: info/doc.c:63 info/session.c:2194
  202. msgid "Read a manpage reference and select it"
  203. msgstr ""
  204.  
  205. #. Move to the "Top" node in this file.
  206. #: info/doc.c:64 info/session.c:2228
  207. msgid "Select the node `Top' in this file"
  208. msgstr ""
  209.  
  210. #. Move to the node "(dir)Top".
  211. #: info/doc.c:65 info/session.c:2234
  212. msgid "Select the node `(dir)'"
  213. msgstr ""
  214.  
  215. #. Kill named node.
  216. #: info/doc.c:66 info/session.c:2407
  217. msgid "Kill this node"
  218. msgstr ""
  219.  
  220. #. Read the name of a file and select the entire file.
  221. #: info/doc.c:67 info/session.c:2415
  222. msgid "Read the name of a file and select it"
  223. msgstr ""
  224.  
  225. #: info/doc.c:68 info/session.c:2634
  226. msgid "Pipe the contents of this node through INFO_PRINT_COMMAND"
  227. msgstr ""
  228.  
  229. #: info/doc.c:69 info/session.c:2946
  230. msgid "Read a string and search for it"
  231. msgstr ""
  232.  
  233. #: info/doc.c:70 info/doc.c:71 info/session.c:3020 info/session.c:3026
  234. msgid "Search interactively for a string as you type it"
  235. msgstr ""
  236.  
  237. #: info/doc.c:72 info/session.c:3579
  238. msgid "Move to the previous cross reference"
  239. msgstr ""
  240.  
  241. #: info/doc.c:73 info/session.c:3588
  242. msgid "Move to the next cross reference"
  243. msgstr ""
  244.  
  245. #: info/doc.c:74 info/session.c:3598
  246. msgid "Select reference or menu item appearing on this line"
  247. msgstr ""
  248.  
  249. #. ****************************************************************
  250. #.
  251. #. Miscellaneous Info Commands
  252. #.
  253. #. ****************************************************************
  254. #. What to do when C-g is pressed in a window.
  255. #: info/doc.c:75 info/session.c:3620
  256. msgid "Cancel current operation"
  257. msgstr ""
  258.  
  259. #: info/doc.c:76 info/session.c:3636
  260. msgid "Move to the cursor to a specific line of the window"
  261. msgstr ""
  262.  
  263. #. Clear the screen and redraw its contents.  Given a numeric argument,
  264. #. move the line the cursor is on to the COUNT'th line of the window.
  265. #: info/doc.c:77 info/session.c:3668
  266. msgid "Redraw the display"
  267. msgstr ""
  268.  
  269. #. This command does nothing.  It is the fact that a key is bound to it
  270. #. that has meaning.  See the code at the top of info_session ().
  271. #: info/doc.c:78 info/session.c:3705
  272. msgid "Quit using Info"
  273. msgstr ""
  274.  
  275. #: info/doc.c:80 info/session.c:3958
  276. msgid "Add this digit to the current numeric argument"
  277. msgstr ""
  278.  
  279. #: info/doc.c:81
  280. msgid "universal-argument"
  281. msgstr ""
  282.  
  283. #: info/doc.c:81 info/session.c:3967
  284. msgid "Start (or multiply by 4) the current numeric argument"
  285. msgstr ""
  286.  
  287. #: info/doc.c:82 info/session.c:3982
  288. msgid "Internally used by \\[universal-argument]"
  289. msgstr ""
  290.  
  291. #: info/doc.c:86 info/echo-area.c:307
  292. msgid "Move to the start of this line"
  293. msgstr ""
  294.  
  295. #: info/doc.c:87 info/echo-area.c:312
  296. msgid "Move to the end of this line"
  297. msgstr ""
  298.  
  299. #: info/doc.c:90 info/echo-area.c:400
  300. msgid "Delete the character under the cursor"
  301. msgstr ""
  302.  
  303. #: info/doc.c:91 info/echo-area.c:430
  304. msgid "Delete the character behind the cursor"
  305. msgstr ""
  306.  
  307. #: info/doc.c:92 info/echo-area.c:451
  308. msgid "Cancel or quit operation"
  309. msgstr ""
  310.  
  311. #: info/doc.c:93 info/echo-area.c:466
  312. msgid "Accept (or force completion of) this line"
  313. msgstr ""
  314.  
  315. #: info/doc.c:94 info/echo-area.c:471
  316. msgid "Insert next character verbatim"
  317. msgstr ""
  318.  
  319. #: info/doc.c:95 info/echo-area.c:479
  320. msgid "Insert this character"
  321. msgstr ""
  322.  
  323. #: info/doc.c:96 info/echo-area.c:497
  324. msgid "Insert a TAB character"
  325. msgstr ""
  326.  
  327. #. Transpose the characters at point.  If point is at the end of the line,
  328. #. then transpose the characters before point.
  329. #: info/doc.c:97 info/echo-area.c:504
  330. msgid "Transpose characters at point"
  331. msgstr ""
  332.  
  333. #: info/doc.c:98 info/echo-area.c:555
  334. msgid "Yank back the contents of the last kill"
  335. msgstr ""
  336.  
  337. #. If the last command was yank, or yank_pop, and the text just before
  338. #. point is identical to the current kill item, then delete that text
  339. #. from the line, rotate the index down, and yank back some other text.
  340. #: info/doc.c:99 info/echo-area.c:575
  341. msgid "Yank back a previous kill"
  342. msgstr ""
  343.  
  344. #. Delete the text from point to end of line.
  345. #: info/doc.c:100 info/echo-area.c:608
  346. msgid "Kill to the end of the line"
  347. msgstr ""
  348.  
  349. #: info/doc.c:101 info/echo-area.c:621
  350. msgid "Kill to the beginning of the line"
  351. msgstr ""
  352.  
  353. #. Delete from point to the end of the current word.
  354. #: info/doc.c:102 info/echo-area.c:633
  355. msgid "Kill the word following the cursor"
  356. msgstr ""
  357.  
  358. #: info/doc.c:103 info/echo-area.c:652
  359. msgid "Kill the word preceding the cursor"
  360. msgstr ""
  361.  
  362. #: info/doc.c:104 info/echo-area.c:916
  363. msgid "List possible completions"
  364. msgstr ""
  365.  
  366. #: info/doc.c:105 info/echo-area.c:1090
  367. msgid "Insert completion"
  368. msgstr ""
  369.  
  370. #. Scroll the "other" window.  If there is a window showing completions, scroll
  371. #. that one, otherwise scroll the window which was active on entering the read
  372. #. function.
  373. #: info/doc.c:106 info/echo-area.c:1321
  374. msgid "Scroll the completions window"
  375. msgstr ""
  376.  
  377. #. Commands found in "./infodoc.c".
  378. #: info/doc.c:108 info/infodoc.c:328
  379. msgid "Display help message"
  380. msgstr ""
  381.  
  382. #. Show the Info help node.  This means that the "info" file is installed
  383. #. where it can easily be found on your system.
  384. #: info/doc.c:109 info/infodoc.c:346
  385. msgid "Visit Info node `(info)Help'"
  386. msgstr ""
  387.  
  388. #: info/doc.c:110 info/infodoc.c:470
  389. msgid "Print documentation for KEY"
  390. msgstr ""
  391.  
  392. #: info/doc.c:111
  393. msgid "Show what to type to execute a given command"
  394. msgstr ""
  395.  
  396. #. Commands found in "./m-x.c".
  397. #: info/doc.c:113 info/m-x.c:69
  398. msgid "Read the name of an Info command and describe it"
  399. msgstr ""
  400.  
  401. #: info/doc.c:114 info/m-x.c:96
  402. msgid "Read a command name in the echo area and execute it"
  403. msgstr ""
  404.  
  405. #: info/doc.c:115 info/m-x.c:150
  406. msgid "Set the height of the displayed window"
  407. msgstr ""
  408.  
  409. #. Commands found in "./indices.c".
  410. #: info/doc.c:117 info/indices.c:175
  411. msgid "Look up a string in the index for this file"
  412. msgstr ""
  413.  
  414. #: info/doc.c:118 info/indices.c:332
  415. msgid ""
  416. "Go to the next matching index item from the last `\\[index-search]' command"
  417. msgstr ""
  418.  
  419. #: info/doc.c:119 info/indices.c:616
  420. msgid "Grovel all known info file's indices for a string and build a menu"
  421. msgstr ""
  422.  
  423. #. Commands found in "./nodemenu.c".
  424. #: info/doc.c:121 info/nodemenu.c:217
  425. msgid "Make a window containing a menu of all of the currently visited nodes"
  426. msgstr ""
  427.  
  428. #: info/doc.c:122 info/nodemenu.c:297
  429. msgid "Select a node which has been previously visited in a visible window"
  430. msgstr ""
  431.  
  432. #. Commands found in "./footnotes.c".
  433. #: info/doc.c:124 info/footnotes.c:232
  434. msgid "Show the footnotes associated with this node in another window"
  435. msgstr ""
  436.  
  437. #. Commands found in "./variables.c".
  438. #: info/doc.c:126 info/variables.c:77
  439. msgid "Explain the use of a variable"
  440. msgstr ""
  441.  
  442. #: info/doc.c:127 info/variables.c:102
  443. msgid "Set the value of an Info variable"
  444. msgstr ""
  445.  
  446. #: info/echo-area.c:562
  447. msgid "Kill ring is empty"
  448. msgstr ""
  449.  
  450. #: info/echo-area.c:871
  451. msgid "Not complete"
  452. msgstr ""
  453.  
  454. #: info/echo-area.c:929
  455. msgid "No completions"
  456. msgstr ""
  457.  
  458. #: info/echo-area.c:933
  459. msgid "Sole completion"
  460. msgstr ""
  461.  
  462. #: info/echo-area.c:942
  463. #, c-format
  464. msgid "There %s %d "
  465. msgstr ""
  466.  
  467. #: info/echo-area.c:942
  468. msgid "is"
  469. msgstr ""
  470.  
  471. #: info/echo-area.c:942
  472. msgid "are"
  473. msgstr ""
  474.  
  475. #: info/echo-area.c:945
  476. #, c-format
  477. msgid "completion%s:\n"
  478. msgstr ""
  479.  
  480. #: info/echo-area.c:1223
  481. msgid "Building completions..."
  482. msgstr ""
  483.  
  484. #: info/footnotes.c:206
  485. msgid "Footnotes could not be displayed"
  486. msgstr ""
  487.  
  488. #: info/indices.c:205
  489. msgid "Finding index entries..."
  490. msgstr ""
  491.  
  492. #: info/indices.c:212
  493. msgid "No indices found."
  494. msgstr ""
  495.  
  496. #: info/indices.c:222
  497. msgid "Index entry: "
  498. msgstr ""
  499.  
  500. #: info/indices.c:342
  501. msgid "No previous index search string."
  502. msgstr ""
  503.  
  504. #: info/indices.c:349
  505. msgid "No index entries."
  506. msgstr ""
  507.  
  508. #: info/indices.c:382
  509. #, c-format
  510. msgid "No %sindex entries containing \"%s\"."
  511. msgstr ""
  512.  
  513. #: info/indices.c:383
  514. msgid "more "
  515. msgstr ""
  516.  
  517. #: info/indices.c:393
  518. msgid "CAN'T SEE THIS"
  519. msgstr ""
  520.  
  521. #: info/indices.c:429
  522. #, c-format
  523. msgid "Found \"%s\" in %s. (`\\[next-index-match]' tries to find next.)"
  524. msgstr ""
  525.  
  526. #: info/indices.c:533
  527. #, c-format
  528. msgid "Scanning indices of \"%s\"..."
  529. msgstr ""
  530.  
  531. #: info/indices.c:620
  532. msgid "Index apropos: "
  533. msgstr ""
  534.  
  535. #: info/indices.c:650
  536. #, c-format
  537. msgid ""
  538. "\n"
  539. "* Menu: Nodes whoses indices contain \"%s\":\n"
  540. msgstr ""
  541.  
  542. #: info/info.c:347
  543. msgid "no entries found\n"
  544. msgstr ""
  545.  
  546. #: info/info.c:390
  547. msgid "There is no menu in this node."
  548. msgstr ""
  549.  
  550. #: info/info.c:421
  551. #, c-format
  552. msgid "There is no menu item \"%s\" in this node."
  553. msgstr ""
  554.  
  555. #: info/info.c:485
  556. #, c-format
  557. msgid "Unable to find the node referenced by \"%s\"."
  558. msgstr ""
  559.  
  560. #: info/info.c:595
  561. msgid ""
  562. "Usage: info [-d dir-path] [-f info-file] [-o output-file] [-n node-name]..."
  563. msgstr ""
  564.  
  565. #: info/info.c:596
  566. msgid ""
  567. "            [--directory dir-path] [--file info-file] [--node node-name]..."
  568. msgstr ""
  569.  
  570. #: info/info.c:597
  571. msgid "            [--help] [--output output-file] [--subnodes] [--version]"
  572. msgstr ""
  573.  
  574. #: info/info.c:598
  575. msgid "            [--dribble dribble-file] [--restore from-file]"
  576. msgstr ""
  577.  
  578. #: info/info.c:599
  579. msgid "            [menu-selection ...]"
  580. msgstr ""
  581.  
  582. #: info/info.c:607
  583. msgid ""
  584. "Here is a quick description of Info's options.  For a more complete\n"
  585. "description of how to use Info, type `info info options'.\n"
  586. "\n"
  587. "   --directory DIR              Add DIR to INFOPATH.\n"
  588. "   --dribble FILENAME           Remember user keystrokes in FILENAME.\n"
  589. "   --file FILENAME              Specify Info file to visit.\n"
  590. "   --node NODENAME              Specify nodes in first visited Info file.\n"
  591. "   --output FILENAME            Output selected nodes to FILENAME.\n"
  592. "   --restore FILENAME           Read initial keystrokes from FILENAME.\n"
  593. "   --subnodes                   Recursively output menu items.\n"
  594. "   --help                       Get this help message.\n"
  595. "   --version                    Display Info's version information.\n"
  596. "\n"
  597. "Remaining arguments to Info are treated as the names of menu\n"
  598. "items in the initial node visited.  You can easily move to the\n"
  599. "node of your choice by specifying the menu names which describe\n"
  600. "the path to that node.  For example, `info emacs buffers'.\n"
  601. "\n"
  602. "Email bug reports to bug-texinfo@prep.ai.mit.edu."
  603. msgstr ""
  604.  
  605. #: info/infodoc.c:50
  606. msgid "Basic Commands in Info Windows"
  607. msgstr ""
  608.  
  609. #: info/infodoc.c:211
  610. msgid ""
  611. "The following commands can only be invoked via M-x:\n"
  612. "\n"
  613. msgstr ""
  614.  
  615. #: info/infodoc.c:228
  616. msgid "--- Use `\\[history-node]' or `\\[kill-node]' to exit ---\n"
  617. msgstr ""
  618.  
  619. #: info/infodoc.c:483
  620. #, c-format
  621. msgid "Describe key: %s"
  622. msgstr ""
  623.  
  624. #: info/infodoc.c:492
  625. #, c-format
  626. msgid "ESC %s is undefined."
  627. msgstr ""
  628.  
  629. #: info/infodoc.c:509
  630. #, c-format
  631. msgid "%s is undefined."
  632. msgstr ""
  633.  
  634. #: info/infodoc.c:535
  635. #, c-format
  636. msgid "%s is defined to %s."
  637. msgstr ""
  638.  
  639. #: info/infodoc.c:731
  640. msgid "Where is command: "
  641. msgstr ""
  642.  
  643. #: info/infodoc.c:753
  644. #, c-format
  645. msgid "`%s' is not on any keys"
  646. msgstr ""
  647.  
  648. #: info/infodoc.c:759
  649. #, c-format
  650. msgid "%s can only be invoked via %s."
  651. msgstr ""
  652.  
  653. #: info/infodoc.c:762
  654. #, c-format
  655. msgid "%s can be invoked via %s."
  656. msgstr ""
  657.  
  658. #: info/infodoc.c:766
  659. #, c-format
  660. msgid "There is no function named `%s'"
  661. msgstr ""
  662.  
  663. #: info/m-x.c:73
  664. msgid "Describe command: "
  665. msgstr ""
  666.  
  667. #: info/m-x.c:134
  668. msgid "Cannot execute an `echo-area' command here."
  669. msgstr ""
  670.  
  671. #: info/m-x.c:163
  672. #, c-format
  673. msgid "Set screen height to (%d): "
  674. msgstr ""
  675.  
  676. #: info/makedoc.c:126
  677. msgid ""
  678. "   Source files groveled to make this file include:\n"
  679. "\n"
  680. msgstr ""
  681.  
  682. #: info/makedoc.c:450
  683. #, c-format
  684. msgid "Couldn't manipulate the file %s.\n"
  685. msgstr ""
  686.  
  687. #: info/nodemenu.c:28
  688. msgid ""
  689. "\n"
  690. "* Menu:\n"
  691. "  (File)Node                        Lines   Size   Containing File\n"
  692. "  ----------                        -----   ----   ---------------"
  693. msgstr ""
  694.  
  695. #: info/nodemenu.c:197
  696. msgid ""
  697. "Here is the menu of nodes you have recently visited.\n"
  698. "Select one from this menu, or use `\\[history-node]' in another window.\n"
  699. msgstr ""
  700.  
  701. #: info/nodemenu.c:309
  702. msgid "Select visited node: "
  703. msgstr ""
  704.  
  705. #: info/nodemenu.c:329 info/session.c:1996
  706. #, c-format
  707. msgid "The reference disappeared! (%s)."
  708. msgstr ""
  709.  
  710. #: info/session.c:162
  711. #, c-format
  712. msgid ""
  713. "Welcome to Info version %s. \"\\[get-help-window]\" for help, "
  714. "\"\\[menu-item]\" for menu item."
  715. msgstr ""
  716.  
  717. #: info/session.c:855
  718. msgid " times"
  719. msgstr ""
  720.  
  721. #: info/session.c:857
  722. #, c-format
  723. msgid "%d times"
  724. msgstr ""
  725.  
  726. #: info/session.c:895
  727. msgid "No \"Next\" pointer for this node."
  728. msgstr ""
  729.  
  730. #: info/session.c:898
  731. msgid "Following \"Next\" node..."
  732. msgstr ""
  733.  
  734. #: info/session.c:899 info/session.c:927 info/session.c:999
  735. #: info/session.c:1717
  736. msgid "Next"
  737. msgstr ""
  738.  
  739. #: info/session.c:915
  740. msgid "Selecting first menu item..."
  741. msgstr ""
  742.  
  743. #: info/session.c:926
  744. msgid "Selecting \"Next\" node..."
  745. msgstr ""
  746.  
  747. #: info/session.c:950 info/session.c:1063 info/session.c:1733
  748. msgid "Up"
  749. msgstr ""
  750.  
  751. #: info/session.c:1020
  752. msgid "No more nodes."
  753. msgstr ""
  754.  
  755. #: info/session.c:1044
  756. msgid "No \"Prev\" for this node."
  757. msgstr ""
  758.  
  759. #. Move to the previous node.  If this node now contains a menu,
  760. #. and we have not inhibited movement to it, move to the node
  761. #. corresponding to the last menu item.
  762. #: info/session.c:1047 info/session.c:1100
  763. msgid "Moving \"Prev\" in this window."
  764. msgstr ""
  765.  
  766. #: info/session.c:1048 info/session.c:1101 info/session.c:1725
  767. msgid "Prev"
  768. msgstr ""
  769.  
  770. #: info/session.c:1059
  771. msgid "No \"Prev\" or \"Up\" for this node."
  772. msgstr ""
  773.  
  774. #: info/session.c:1062
  775. msgid "Moving \"Up\" in this window."
  776. msgstr ""
  777.  
  778. #: info/session.c:1110
  779. msgid "Moving to \"Prev\"'s last menu item."
  780. msgstr ""
  781.  
  782. #: info/session.c:1436
  783. msgid "Cannot delete a permanent window"
  784. msgstr ""
  785.  
  786. #: info/session.c:1750 info/session.c:1768
  787. msgid "This window has no additional nodes"
  788. msgstr ""
  789.  
  790. #: info/session.c:1813
  791. #, c-format
  792. msgid "There aren't %d items in this menu."
  793. msgstr ""
  794.  
  795. #: info/session.c:1944
  796. #, c-format
  797. msgid "Menu item (%s): "
  798. msgstr ""
  799.  
  800. #: info/session.c:1946
  801. msgid "Menu item: "
  802. msgstr ""
  803.  
  804. #: info/session.c:1951
  805. #, c-format
  806. msgid "Follow xref (%s): "
  807. msgstr ""
  808.  
  809. #: info/session.c:1953
  810. msgid "Follow xref: "
  811. msgstr ""
  812.  
  813. #: info/session.c:2169 info/session.c:2173
  814. msgid "Goto Node: "
  815. msgstr ""
  816.  
  817. #: info/session.c:2198
  818. msgid "Get Manpage: "
  819. msgstr ""
  820.  
  821. #. Notice that the node "Top" is special, and doesn't have to
  822. #. be referenced.
  823. #: info/session.c:2230 makeinfo/makeinfo.c:5135 makeinfo/makeinfo.c:5218
  824. msgid "Top"
  825. msgstr ""
  826.  
  827. #: info/session.c:2254
  828. #, c-format
  829. msgid "Kill node (%s): "
  830. msgstr ""
  831.  
  832. #: info/session.c:2307
  833. #, c-format
  834. msgid "Cannot kill node `%s'"
  835. msgstr ""
  836.  
  837. #: info/session.c:2317
  838. msgid "Cannot kill the last node"
  839. msgstr ""
  840.  
  841. #: info/session.c:2419
  842. msgid "Find file: "
  843. msgstr ""
  844.  
  845. #: info/session.c:2436
  846. #, c-format
  847. msgid "Cannot find \"%s\"."
  848. msgstr ""
  849.  
  850. #: info/session.c:2483 info/session.c:2608
  851. #, c-format
  852. msgid "Could not create output file \"%s\"."
  853. msgstr ""
  854.  
  855. #: info/session.c:2496 info/session.c:2625 info/session.c:2671
  856. msgid "Done."
  857. msgstr ""
  858.  
  859. #: info/session.c:2553
  860. #, c-format
  861. msgid "Writing node \"(%s)%s\"..."
  862. msgstr ""
  863.  
  864. #: info/session.c:2556
  865. #, c-format
  866. msgid "Writing node \"%s\"..."
  867. msgstr ""
  868.  
  869. #: info/session.c:2654
  870. #, c-format
  871. msgid "Cannot open pipe to \"%s\"."
  872. msgstr ""
  873.  
  874. #: info/session.c:2661
  875. #, c-format
  876. msgid "Printing node \"(%s)%s\"..."
  877. msgstr ""
  878.  
  879. #: info/session.c:2664
  880. #, c-format
  881. msgid "Printing node \"%s\"..."
  882. msgstr ""
  883.  
  884. #: info/session.c:2896
  885. #, c-format
  886. msgid "Searching subfile \"%s\"..."
  887. msgstr ""
  888.  
  889. #: info/session.c:2966
  890. #, c-format
  891. msgid "%s for string [%s]: "
  892. msgstr ""
  893.  
  894. #: info/session.c:2967
  895. msgid "Search backward"
  896. msgstr ""
  897.  
  898. #: info/session.c:2967
  899. msgid "Search"
  900. msgstr ""
  901.  
  902. #: info/session.c:2994
  903. msgid "Search failed."
  904. msgstr ""
  905.  
  906. #: info/session.c:3120
  907. msgid "I-search backward: "
  908. msgstr ""
  909.  
  910. #: info/session.c:3122
  911. msgid "I-search: "
  912. msgstr ""
  913.  
  914. #: info/session.c:3147
  915. msgid "Failing "
  916. msgstr ""
  917.  
  918. #: info/session.c:3512
  919. msgid "No cross references in this node."
  920. msgstr ""
  921.  
  922. #: info/session.c:3627
  923. msgid "Quit"
  924. msgstr ""
  925.  
  926. #: info/session.c:3728
  927. #, c-format
  928. msgid "Unknown command (%s)."
  929. msgstr ""
  930.  
  931. #: info/session.c:3733
  932. msgid "\"\" is invalid"
  933. msgstr ""
  934.  
  935. #: info/session.c:3735
  936. #, c-format
  937. msgid "\"%s\" is invalid"
  938. msgstr ""
  939.  
  940. #: info/variables.c:40
  941. msgid "When \"On\", footnotes appear and disappear automatically"
  942. msgstr ""
  943.  
  944. #: info/variables.c:44
  945. msgid "When \"On\", creating or deleting a window resizes other windows"
  946. msgstr ""
  947.  
  948. #: info/variables.c:48
  949. msgid "When \"On\", flash the screen instead of ringing the bell"
  950. msgstr ""
  951.  
  952. #: info/variables.c:52
  953. msgid "When \"On\", errors cause the bell to ring"
  954. msgstr ""
  955.  
  956. #: info/variables.c:56
  957. msgid "When \"On\", Info garbage collects files which had to be uncompressed"
  958. msgstr ""
  959.  
  960. #: info/variables.c:59
  961. msgid "When \"On\", the portion of the matched search string is highlighted"
  962. msgstr ""
  963.  
  964. #: info/variables.c:63
  965. msgid "Controls what happens when scrolling is requested at the end of a node"
  966. msgstr ""
  967.  
  968. #: info/variables.c:67
  969. msgid "The number lines to scroll when the cursor moves out of the window"
  970. msgstr ""
  971.  
  972. #: info/variables.c:71
  973. msgid "When \"On\", Info accepts and displays ISO Latin characters"
  974. msgstr ""
  975.  
  976. #. Get the variable's name.
  977. #: info/variables.c:83
  978. msgid "Describe variable: "
  979. msgstr ""
  980.  
  981. #. Get the variable's name and value.
  982. #: info/variables.c:108
  983. msgid "Set variable: "
  984. msgstr ""
  985.  
  986. #: info/variables.c:126
  987. #, c-format
  988. msgid "Set %s to value (%d): "
  989. msgstr ""
  990.  
  991. #: info/variables.c:167
  992. #, c-format
  993. msgid "Set %s to value (%s): "
  994. msgstr ""
  995.  
  996. #: info/window.c:1102
  997. msgid "--*** Tags out of Date ***"
  998. msgstr ""
  999.  
  1000. #. strlen (location_indicator).
  1001. #. 10 for the decimal representation of the number of lines in this
  1002. #. node, and the remainder of the text that can appear in the line.
  1003. #: info/window.c:1113
  1004. msgid "-----Info: (), lines ----, "
  1005. msgstr ""
  1006.  
  1007. #: info/window.c:1120
  1008. #, c-format
  1009. msgid "-%s---Info: %s, %d lines --%s--"
  1010. msgstr ""
  1011.  
  1012. #: info/window.c:1124
  1013. #, c-format
  1014. msgid "-%s%s-Info: (%s)%s, %d lines --%s--"
  1015. msgstr ""
  1016.  
  1017. #: info/window.c:1131
  1018. #, c-format
  1019. msgid " Subfile: %s"
  1020. msgstr ""
  1021.  
  1022. #: makeinfo/makeinfo.c:889
  1023. #, c-format
  1024. msgid "%s:%d: warning: "
  1025. msgstr ""
  1026.  
  1027. #: makeinfo/makeinfo.c:912
  1028. msgid "Too many errors!  Gave up.\n"
  1029. msgstr ""
  1030.  
  1031. #: makeinfo/makeinfo.c:971 makeinfo/makeinfo.c:996 makeinfo/makeinfo.c:1064
  1032. #, c-format
  1033. msgid "%s: %s arg must be numeric, not `%s'.\n"
  1034. msgstr ""
  1035.  
  1036. #: makeinfo/makeinfo.c:985
  1037. #, c-format
  1038. msgid "Couldn't open macro expansion output `%s'"
  1039. msgstr ""
  1040.  
  1041. #: makeinfo/makeinfo.c:988
  1042. msgid "Cannot specify more than one macro expansion output"
  1043. msgstr ""
  1044.  
  1045. #: makeinfo/makeinfo.c:1032
  1046. #, c-format
  1047. msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
  1048. msgstr ""
  1049.  
  1050. #: makeinfo/makeinfo.c:1075
  1051. #, c-format
  1052. msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
  1053. msgstr ""
  1054.  
  1055. #: makeinfo/makeinfo.c:1085 util/install-info.c:522 util/texindex.c:348
  1056. msgid ""
  1057. "Copyright (C) 1996 Free Software Foundation, Inc.\n"
  1058. "There is NO warranty.  You may redistribute this software\n"
  1059. "under the terms of the GNU General Public License.\n"
  1060. "For more information about these matters, see the files named COPYING."
  1061. msgstr ""
  1062.  
  1063. #: makeinfo/makeinfo.c:1105
  1064. #, c-format
  1065. msgid "%s: missing file argument.\n"
  1066. msgstr ""
  1067.  
  1068. #: makeinfo/makeinfo.c:1146
  1069. #, c-format
  1070. msgid "makeinfo (GNU %s %s) %d.%d\n"
  1071. msgstr ""
  1072.  
  1073. #: makeinfo/makeinfo.c:1158
  1074. #, c-format
  1075. msgid "Try `%s --help' for more information.\n"
  1076. msgstr ""
  1077.  
  1078. #: makeinfo/makeinfo.c:1160
  1079. #, c-format
  1080. msgid ""
  1081. "Usage: %s [OPTION]... TEXINFO-FILE...\n"
  1082. "\n"
  1083. "Translate Texinfo source documentation to a format suitable for reading\n"
  1084. "with GNU Info.\n"
  1085. "\n"
  1086. "Options:\n"
  1087. "-D VAR                 define a variable, as with @set.\n"
  1088. "-E MACRO-OFILE         process macros only, output texinfo source.\n"
  1089. "-I DIR                 append DIR to the @include directory search path.\n"
  1090. "-P DIR                 prepend DIR to the @include directory search path.\n"
  1091. "-U VAR                 undefine a variable, as with @clear.\n"
  1092. "--error-limit NUM      quit after NUM errors (default %d).\n"
  1093. "--fill-column NUM      break lines at NUM characters (default %d).\n"
  1094. "--footnote-style STYLE output footnotes according to STYLE:\n"
  1095. "                         `separate' to place footnotes in their own node,\n"
  1096. "                         `end' to place the footnotes at the end of\n"
  1097. "                         the node in which they are defined (the default).\n"
  1098. "--force                preserve output even if errors.\n"
  1099. "--help                 display this help and exit.\n"
  1100. "--no-validate          suppress node cross-reference validation.\n"
  1101. "--no-warn              suppress warnings (but not errors).\n"
  1102. "--no-split             suppress splitting of large files.\n"
  1103. "--no-headers           suppress node separators and Node: Foo headers.\n"
  1104. "--output FILE, -o FILE output to FILE, and ignore any @setfilename.\n"
  1105. "--paragraph-indent VAL indent paragraphs with VAL spaces (default %d).\n"
  1106. "                         if VAL is `none', do not indent; if VAL is `asis',\n"
  1107. "                         preserve any existing indentation.\n"
  1108. "--reference-limit NUM  complain about at most NUM references (default %d).\n"
  1109. "--verbose              report about what is being done.\n"
  1110. "--version              display version information and exit.\n"
  1111. "\n"
  1112. "Email bug reports to bug-texinfo@prep.ai.mit.edu.\n"
  1113. msgstr ""
  1114.  
  1115. #: makeinfo/makeinfo.c:1545
  1116. #, c-format
  1117. msgid "%s: getwd: %s, %s\n"
  1118. msgstr ""
  1119.  
  1120. #: makeinfo/makeinfo.c:1741
  1121. #, c-format
  1122. msgid "Expected `%s'"
  1123. msgstr ""
  1124.  
  1125. #: makeinfo/makeinfo.c:2072
  1126. #, c-format
  1127. msgid "No `%s' found in `%s'"
  1128. msgstr ""
  1129.  
  1130. #: makeinfo/makeinfo.c:2122
  1131. #, c-format
  1132. msgid "%s: Skipping macro expansion to stdout as Info output is going there.\n"
  1133. msgstr ""
  1134.  
  1135. #: makeinfo/makeinfo.c:2141
  1136. #, c-format
  1137. msgid "Making %s file `%s' from `%s'.\n"
  1138. msgstr ""
  1139.  
  1140. #: makeinfo/makeinfo.c:2171
  1141. #, c-format
  1142. msgid "This is Info file %s, produced by Makeinfo version %d.%d"
  1143. msgstr ""
  1144.  
  1145. #: makeinfo/makeinfo.c:2173
  1146. #, c-format
  1147. msgid " from the input file %s.\n"
  1148. msgstr ""
  1149.  
  1150. #: makeinfo/makeinfo.c:2192
  1151. #, c-format
  1152. msgid ""
  1153. "%s: Removing macro output file `%s' due to errors; use --force to preserve.\n"
  1154. msgstr ""
  1155.  
  1156. #. If there were errors, and no --force, remove the output.
  1157. #: makeinfo/makeinfo.c:2224
  1158. #, c-format
  1159. msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
  1160. msgstr ""
  1161.  
  1162. #. Special case.  I'm not supposed to see this character by itself.
  1163. #. If I do, it means there is a syntax error in the input text.
  1164. #. Report the error here, but remember this brace on the stack so
  1165. #. you can ignore its partner.
  1166. #: makeinfo/makeinfo.c:2364 makeinfo/makeinfo.c:7624
  1167. #, c-format
  1168. msgid "Misplaced %c"
  1169. msgstr ""
  1170.  
  1171. #: makeinfo/makeinfo.c:2451
  1172. #, c-format
  1173. msgid "Unknown command `%s'"
  1174. msgstr ""
  1175.  
  1176. #: makeinfo/makeinfo.c:2471
  1177. msgid "NO_NAME!"
  1178. msgstr ""
  1179.  
  1180. #: makeinfo/makeinfo.c:2485
  1181. #, c-format
  1182. msgid "%c%s expected `{...}'"
  1183. msgstr ""
  1184.  
  1185. #: makeinfo/makeinfo.c:2518
  1186. msgid "Unmatched }"
  1187. msgstr ""
  1188.  
  1189. #: makeinfo/makeinfo.c:2566
  1190. #, c-format
  1191. msgid "%c%s missing close brace"
  1192. msgstr ""
  1193.  
  1194. #: makeinfo/makeinfo.c:3362
  1195. msgid "Broken-Type in insertion_type_pname"
  1196. msgstr ""
  1197.  
  1198. #: makeinfo/makeinfo.c:3428
  1199. msgid "Enumeration stack overflow"
  1200. msgstr ""
  1201.  
  1202. #: makeinfo/makeinfo.c:3460
  1203. #, c-format
  1204. msgid "lettering overflow, restarting at %c"
  1205. msgstr ""
  1206.  
  1207. #: makeinfo/makeinfo.c:3499
  1208. msgid "* Menu:\n"
  1209. msgstr ""
  1210.  
  1211. #: makeinfo/makeinfo.c:3583
  1212. #, c-format
  1213. msgid "%s requires an argument: the formatter for %citem"
  1214. msgstr ""
  1215.  
  1216. #: makeinfo/makeinfo.c:3687
  1217. #, c-format
  1218. msgid "`%cend' expected `%s', but saw `%s'"
  1219. msgstr ""
  1220.  
  1221. #: makeinfo/makeinfo.c:3800
  1222. #, c-format
  1223. msgid "No matching `%cend %s'"
  1224. msgstr ""
  1225.  
  1226. #: makeinfo/makeinfo.c:3939
  1227. #, c-format
  1228. msgid "How did @%s end up in cm_special_char?\n"
  1229. msgstr ""
  1230.  
  1231. #. This error message isn't perfect if the argument is multiple
  1232. #. characters, but it doesn't seem worth getting right.
  1233. #: makeinfo/makeinfo.c:3953
  1234. #, c-format
  1235. msgid "%c%s expects `i' or `j' as argument, not `%c'"
  1236. msgstr ""
  1237.  
  1238. #: makeinfo/makeinfo.c:3957
  1239. #, c-format
  1240. msgid "%c%s expects a single character `i' or `j' as argument"
  1241. msgstr ""
  1242.  
  1243. #: makeinfo/makeinfo.c:3969
  1244. msgid "January"
  1245. msgstr ""
  1246.  
  1247. #: makeinfo/makeinfo.c:3969
  1248. msgid "February"
  1249. msgstr ""
  1250.  
  1251. #: makeinfo/makeinfo.c:3969
  1252. msgid "March"
  1253. msgstr ""
  1254.  
  1255. #: makeinfo/makeinfo.c:3969
  1256. msgid "April"
  1257. msgstr ""
  1258.  
  1259. #: makeinfo/makeinfo.c:3969
  1260. msgid "May"
  1261. msgstr ""
  1262.  
  1263. #: makeinfo/makeinfo.c:3970
  1264. msgid "June"
  1265. msgstr ""
  1266.  
  1267. #: makeinfo/makeinfo.c:3970
  1268. msgid "July"
  1269. msgstr ""
  1270.  
  1271. #: makeinfo/makeinfo.c:3970
  1272. msgid "August"
  1273. msgstr ""
  1274.  
  1275. #: makeinfo/makeinfo.c:3970
  1276. msgid "September"
  1277. msgstr ""
  1278.  
  1279. #: makeinfo/makeinfo.c:3970
  1280. msgid "October"
  1281. msgstr ""
  1282.  
  1283. #: makeinfo/makeinfo.c:3971
  1284. msgid "November"
  1285. msgstr ""
  1286.  
  1287. #: makeinfo/makeinfo.c:3971
  1288. msgid "December"
  1289. msgstr ""
  1290.  
  1291. #: makeinfo/makeinfo.c:3976
  1292. #, c-format
  1293. msgid "%d %s %d"
  1294. msgstr ""
  1295.  
  1296. #: makeinfo/makeinfo.c:4029
  1297. #, c-format
  1298. msgid "%c%s expects a single character as an argument"
  1299. msgstr ""
  1300.  
  1301. #: makeinfo/makeinfo.c:4143
  1302. #, c-format
  1303. msgid "%c%s is obsolete"
  1304. msgstr ""
  1305.  
  1306. #: makeinfo/makeinfo.c:4315
  1307. #, c-format
  1308. msgid "There already is a node having %ctop as a section"
  1309. msgstr ""
  1310.  
  1311. #: makeinfo/makeinfo.c:4327
  1312. #, c-format
  1313. msgid "Here is the %ctop node"
  1314. msgstr ""
  1315.  
  1316. #: makeinfo/makeinfo.c:4346
  1317. #, c-format
  1318. msgid "%ctop used before %cnode, defaulting to %s"
  1319. msgstr ""
  1320.  
  1321. #: makeinfo/makeinfo.c:4421
  1322. #, c-format
  1323. msgid "%c%s is obsolete; use %c%s instead"
  1324. msgstr ""
  1325.  
  1326. #: makeinfo/makeinfo.c:4670
  1327. #, c-format
  1328. msgid "Node `%s' multiply defined (line %d is first definition at)"
  1329. msgstr ""
  1330.  
  1331. #: makeinfo/makeinfo.c:4743
  1332. #, c-format
  1333. msgid "Formatting node %s...\n"
  1334. msgstr ""
  1335.  
  1336. #: makeinfo/makeinfo.c:4792
  1337. #, c-format
  1338. msgid "Node `%s' requires a sectioning command (e.g. %c%s)"
  1339. msgstr ""
  1340.  
  1341. #: makeinfo/makeinfo.c:5075
  1342. #, c-format
  1343. msgid "Node `%s''s Next field not pointed back to"
  1344. msgstr ""
  1345.  
  1346. #: makeinfo/makeinfo.c:5080
  1347. #, c-format
  1348. msgid "This node (`%s') is the one with the bad `Prev'"
  1349. msgstr ""
  1350.  
  1351. #: makeinfo/makeinfo.c:5120
  1352. #, c-format
  1353. msgid "Node `%s's Prev field not pointed back to"
  1354. msgstr ""
  1355.  
  1356. #: makeinfo/makeinfo.c:5124
  1357. #, c-format
  1358. msgid "This node (`%s') has the bad Next"
  1359. msgstr ""
  1360.  
  1361. #: makeinfo/makeinfo.c:5136
  1362. #, c-format
  1363. msgid "Node `%s' missing Up field"
  1364. msgstr ""
  1365.  
  1366. #: makeinfo/makeinfo.c:5176
  1367. #, c-format
  1368. msgid "`%s' has an Up field of `%s', but `%s' has no menu item for `%s'"
  1369. msgstr ""
  1370.  
  1371. #: makeinfo/makeinfo.c:5207
  1372. #, c-format
  1373. msgid "node `%s' has been referenced %d times"
  1374. msgstr ""
  1375.  
  1376. #: makeinfo/makeinfo.c:5219
  1377. #, c-format
  1378. msgid "unreferenced node `%s'"
  1379. msgstr ""
  1380.  
  1381. #: makeinfo/makeinfo.c:5246
  1382. #, c-format
  1383. msgid "%s reference to nonexistent node `%s'"
  1384. msgstr ""
  1385.  
  1386. #: makeinfo/makeinfo.c:5658 makeinfo/makeinfo.c:5670
  1387. #, c-format
  1388. msgid "%cmenu seen before first node"
  1389. msgstr ""
  1390.  
  1391. #: makeinfo/makeinfo.c:5659 makeinfo/makeinfo.c:5671
  1392. msgid "creating `Top' node"
  1393. msgstr ""
  1394.  
  1395. #: makeinfo/makeinfo.c:5784
  1396. #, c-format
  1397. msgid "`.' or `,' must follow cross reference, not %c"
  1398. msgstr ""
  1399.  
  1400. #: makeinfo/makeinfo.c:5952
  1401. #, c-format
  1402. msgid "@image file `%s' unreadable: %s"
  1403. msgstr ""
  1404.  
  1405. #: makeinfo/makeinfo.c:5956
  1406. msgid "@image missing filename argument"
  1407. msgstr ""
  1408.  
  1409. #: makeinfo/makeinfo.c:6057
  1410. #, c-format
  1411. msgid "%s requires letter or digit"
  1412. msgstr ""
  1413.  
  1414. #: makeinfo/makeinfo.c:6142
  1415. #, c-format
  1416. msgid "Unmatched `%c%s'"
  1417. msgstr ""
  1418.  
  1419. #: makeinfo/makeinfo.c:6149
  1420. #, c-format
  1421. msgid "`%c%s' needs something after it"
  1422. msgstr ""
  1423.  
  1424. #: makeinfo/makeinfo.c:6155
  1425. #, c-format
  1426. msgid "Bad argument to `%s', `%s', using `%s'"
  1427. msgstr ""
  1428.  
  1429. #: makeinfo/makeinfo.c:6328
  1430. #, c-format
  1431. msgid "{No Value For \"%s\"}"
  1432. msgstr ""
  1433.  
  1434. #: makeinfo/makeinfo.c:6378
  1435. #, c-format
  1436. msgid "%c%s requires a name"
  1437. msgstr ""
  1438.  
  1439. #: makeinfo/makeinfo.c:6486
  1440. #, c-format
  1441. msgid "Reached eof before matching @end %s"
  1442. msgstr ""
  1443.  
  1444. #: makeinfo/makeinfo.c:6715
  1445. #, c-format
  1446. msgid "The `%c%s' command is meaningless within a `@%s' block"
  1447. msgstr ""
  1448.  
  1449. #: makeinfo/makeinfo.c:6724
  1450. #, c-format
  1451. msgid "%citemx is not meaningful inside of a `%s' block"
  1452. msgstr ""
  1453.  
  1454. #: makeinfo/makeinfo.c:6837
  1455. #, c-format
  1456. msgid "%c%s found outside of an insertion block"
  1457. msgstr ""
  1458.  
  1459. #: makeinfo/makeinfo.c:6928
  1460. #, c-format
  1461. msgid "Missing `}' in %cdef arg"
  1462. msgstr ""
  1463.  
  1464. #: makeinfo/makeinfo.c:7137 makeinfo/makeinfo.c:7157
  1465. msgid "Function"
  1466. msgstr ""
  1467.  
  1468. #: makeinfo/makeinfo.c:7141
  1469. msgid "Macro"
  1470. msgstr ""
  1471.  
  1472. #: makeinfo/makeinfo.c:7145
  1473. msgid "Special Form"
  1474. msgstr ""
  1475.  
  1476. #: makeinfo/makeinfo.c:7149 makeinfo/makeinfo.c:7161
  1477. msgid "Variable"
  1478. msgstr ""
  1479.  
  1480. #: makeinfo/makeinfo.c:7153
  1481. msgid "User Option"
  1482. msgstr ""
  1483.  
  1484. #: makeinfo/makeinfo.c:7165
  1485. msgid "Instance Variable"
  1486. msgstr ""
  1487.  
  1488. #: makeinfo/makeinfo.c:7169 makeinfo/makeinfo.c:7173
  1489. msgid "Method"
  1490. msgstr ""
  1491.  
  1492. #: makeinfo/makeinfo.c:7330
  1493. #, c-format
  1494. msgid "Must be in a `%s' insertion in order to use `%s'x"
  1495. msgstr ""
  1496.  
  1497. #: makeinfo/makeinfo.c:7402
  1498. #, c-format
  1499. msgid "%csp requires a positive numeric argument"
  1500. msgstr ""
  1501.  
  1502. #: makeinfo/makeinfo.c:7645
  1503. msgid "asis"
  1504. msgstr ""
  1505.  
  1506. #: makeinfo/makeinfo.c:7647
  1507. msgid "none"
  1508. msgstr ""
  1509.  
  1510. #: makeinfo/makeinfo.c:7669
  1511. #, c-format
  1512. msgid "Bad argument to %c%s"
  1513. msgstr ""
  1514.  
  1515. #: makeinfo/makeinfo.c:7961
  1516. #, c-format
  1517. msgid "Unknown index `%s'"
  1518. msgstr ""
  1519.  
  1520. #: makeinfo/makeinfo.c:8026
  1521. #, c-format
  1522. msgid "Index `%s' already exists"
  1523. msgstr ""
  1524.  
  1525. #: makeinfo/makeinfo.c:8057
  1526. #, c-format
  1527. msgid "Unknown index `%s' and/or `%s' in @synindex"
  1528. msgstr ""
  1529.  
  1530. #: makeinfo/makeinfo.c:8246
  1531. #, c-format
  1532. msgid "Unknown index `%s' in @printindex"
  1533. msgstr ""
  1534.  
  1535. #: makeinfo/makeinfo.c:8261
  1536. msgid ""
  1537. "* Menu:\n"
  1538. "\n"
  1539. msgstr ""
  1540.  
  1541. #: makeinfo/makeinfo.c:8448
  1542. #, c-format
  1543. msgid "`%c%s' needs an argument `{...}', not just `%s'"
  1544. msgstr ""
  1545.  
  1546. #: makeinfo/makeinfo.c:8463
  1547. #, c-format
  1548. msgid "No closing brace for footnote `%s'"
  1549. msgstr ""
  1550.  
  1551. #: makeinfo/makeinfo.c:8502
  1552. msgid "Footnote defined without parent node"
  1553. msgstr ""
  1554.  
  1555. #: makeinfo/makeinfo.c:8534
  1556. msgid "-Footnotes"
  1557. msgstr ""
  1558.  
  1559. #: makeinfo/makeinfo.c:8589
  1560. msgid ""
  1561. "---------- Footnotes ----------\n"
  1562. "\n"
  1563. msgstr ""
  1564.  
  1565. #: makeinfo/makeinfo.c:8685
  1566. #, c-format
  1567. msgid "macro `%s' previously defined"
  1568. msgstr ""
  1569.  
  1570. #: makeinfo/makeinfo.c:8689
  1571. #, c-format
  1572. msgid "here is the previous definition of `%s'"
  1573. msgstr ""
  1574.  
  1575. #: makeinfo/makeinfo.c:8903
  1576. #, c-format
  1577. msgid "Macro `%s' called with too many args"
  1578. msgstr ""
  1579.  
  1580. #: makeinfo/makeinfo.c:9055
  1581. #, c-format
  1582. msgid "%cend macro not found"
  1583. msgstr ""
  1584.  
  1585. #: makeinfo/makeinfo.c:9095
  1586. #, c-format
  1587. msgid "%cquote-arg only useful when the macro takes a single argument"
  1588. msgstr ""
  1589.  
  1590. #: makeinfo/multi.c:206
  1591. #, c-format
  1592. msgid "ignoring stray text `%s' after @multitable"
  1593. msgstr ""
  1594.  
  1595. #: makeinfo/multi.c:277
  1596. #, c-format
  1597. msgid "Too many columns in multitable item (max %d)"
  1598. msgstr ""
  1599.  
  1600. #. impossible, I think.
  1601. #: makeinfo/multi.c:304
  1602. msgid "multitable item not in active multitable"
  1603. msgstr ""
  1604.  
  1605. #: makeinfo/multi.c:313
  1606. #, c-format
  1607. msgid "Cannot select column #%d in multitable"
  1608. msgstr ""
  1609.  
  1610. #: makeinfo/multi.c:404
  1611. msgid "ignoring @tab outside of multitable"
  1612. msgstr ""
  1613.  
  1614. #: makeinfo/multi.c:428
  1615. msgid "** Multicolumn output from last row:\n"
  1616. msgstr ""
  1617.  
  1618. #: makeinfo/multi.c:431
  1619. #, c-format
  1620. msgid "* column #%d: output = %s\n"
  1621. msgstr ""
  1622.  
  1623. #: util/install-info.c:119 util/install-info.c:132
  1624. msgid "virtual memory exhausted"
  1625. msgstr ""
  1626.  
  1627. #: util/install-info.c:188
  1628. #, c-format
  1629. msgid "%s: warning: "
  1630. msgstr ""
  1631.  
  1632. #: util/install-info.c:209
  1633. #, c-format
  1634. msgid " for %s"
  1635. msgstr ""
  1636.  
  1637. #: util/install-info.c:278
  1638. #, c-format
  1639. msgid "\tTry `%s --help' for a complete list of options.\n"
  1640. msgstr ""
  1641.  
  1642. #: util/install-info.c:286
  1643. #, c-format
  1644. msgid ""
  1645. "%s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
  1646. "  Install INFO-FILE in the Info directory file DIR-FILE.\n"
  1647. "\n"
  1648. "Options:\n"
  1649. "--delete          Delete existing entries in INFO-FILE;\n"
  1650. "                    don't insert any new entries.\n"
  1651. "--dir-file=NAME   Specify file name of Info directory file.\n"
  1652. "                    This is equivalent to using the DIR-FILE argument.\n"
  1653. "--entry=TEXT      Insert TEXT as an Info directory entry.\n"
  1654. "                    TEXT should have the form of an Info menu item line\n"
  1655. "                    plus zero or more extra lines starting with whitespace.\n"
  1656. "                    If you specify more than one entry, they are all added.\n"
  1657. "                    If you don't specify any entries, they are determined\n"
  1658. "                    from information in the Info file itself.\n"
  1659. "--help            Display this help and exit.\n"
  1660. "--info-file=FILE  Specify Info file to install in the directory.\n"
  1661. "                    This is equivalent to using the INFO-FILE argument.\n"
  1662. "--info-dir=DIR    Same as --dir-file=DIR/dir.\n"
  1663. "--item=TEXT       Same as --entry TEXT.\n"
  1664. "                    An Info directory entry is actually a menu item.\n"
  1665. "--quiet           Suppress warnings.\n"
  1666. "--remove          Same as --delete.\n"
  1667. "--section=SEC     Put this file's entries in section SEC of the directory.\n"
  1668. "                    If you specify more than one section, all the entries\n"
  1669. "                    are added in each of the sections.\n"
  1670. "                    If you don't specify any sections, they are determined\n"
  1671. "                    from information in the Info file itself.\n"
  1672. "--version         Display version information and exit.\n"
  1673. "\n"
  1674. "Email bug reports to bug-texinfo@prep.ai.mit.edu.\n"
  1675. msgstr ""
  1676.  
  1677. #: util/install-info.c:334
  1678. msgid ""
  1679. "This is the file .../info/dir, which contains the\n"
  1680. "topmost node of the Info hierarchy, called (dir)Top.\n"
  1681. "The first time you invoke Info you start off looking at this node.\n"
  1682. "\n"
  1683. "File: dir       Node: Top       This is the top of the INFO tree\n"
  1684. "\n"
  1685. "  This (the Directory node) gives a menu of major topics.\n"
  1686. "  Typing \"q\" exits, \"?\" lists all Info commands, \"d\" returns here,\n"
  1687. "  \"h\" gives a primer for first-timers,\n"
  1688. "  \"mEmacs<Return>\" visits the Emacs manual, etc.\n"
  1689. "\n"
  1690. "  In Emacs, you can click mouse button 2 on a menu item or cross reference\n"
  1691. "  to select it.\n"
  1692. "\n"
  1693. "* Menu:\n"
  1694. msgstr ""
  1695.  
  1696. #: util/install-info.c:357
  1697. #, c-format
  1698. msgid "%s: could not read (%s) and could not create (%s)\n"
  1699. msgstr ""
  1700.  
  1701. #: util/install-info.c:456 util/install-info.c:466
  1702. #, c-format
  1703. msgid "%s: Specify the Info directory only once.\n"
  1704. msgstr ""
  1705.  
  1706. #: util/install-info.c:494
  1707. #, c-format
  1708. msgid "%s: Specify the Info file only once.\n"
  1709. msgstr ""
  1710.  
  1711. #: util/install-info.c:521
  1712. #, c-format
  1713. msgid "install-info (GNU %s) %s\n"
  1714. msgstr ""
  1715.  
  1716. #: util/install-info.c:541
  1717. #, c-format
  1718. msgid "excess command line argument `%s'"
  1719. msgstr ""
  1720.  
  1721. #: util/install-info.c:545
  1722. msgid "No input file specified; try --help for more information."
  1723. msgstr ""
  1724.  
  1725. #: util/install-info.c:547
  1726. msgid "No dir file specified; try --help for more information."
  1727. msgstr ""
  1728.  
  1729. #: util/install-info.c:599 util/install-info.c:622
  1730. msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
  1731. msgstr ""
  1732.  
  1733. #: util/install-info.c:618
  1734. msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
  1735. msgstr ""
  1736.  
  1737. #. No need to abort here, the original info file may not have
  1738. #. the requisite Texinfo commands.  This is not something an
  1739. #. installer should have to correct (it's a problem for the
  1740. #. maintainer), and there's no need to cause subsequent parts of
  1741. #. `make install' to fail.
  1742. #: util/install-info.c:632
  1743. #, c-format
  1744. msgid "no info dir entry in `%s'"
  1745. msgstr ""
  1746.  
  1747. #: util/install-info.c:843
  1748. #, c-format
  1749. msgid "menu item `%s' already exists, for file `%s'"
  1750. msgstr ""
  1751.  
  1752. #: util/install-info.c:866
  1753. #, c-format
  1754. msgid "no entries found for `%s'; nothing deleted"
  1755. msgstr ""
  1756.  
  1757. #: util/texindex.c:263
  1758. msgid "keep temporary files around after processing"
  1759. msgstr ""
  1760.  
  1761. #: util/texindex.c:265
  1762. msgid "do not keep temporary files around after processing (default)"
  1763. msgstr ""
  1764.  
  1765. #: util/texindex.c:267
  1766. msgid "send output to FILE"
  1767. msgstr ""
  1768.  
  1769. #: util/texindex.c:269
  1770. msgid "display version information and exit"
  1771. msgstr ""
  1772.  
  1773. #: util/texindex.c:271
  1774. msgid "display this help and exit"
  1775. msgstr ""
  1776.  
  1777. #: util/texindex.c:282
  1778. #, c-format
  1779. msgid "Usage: %s [OPTION]... FILE...\n"
  1780. msgstr ""
  1781.  
  1782. #: util/texindex.c:283
  1783. msgid "Generate a sorted index for each TeX output FILE.\n"
  1784. msgstr ""
  1785.  
  1786. #. Avoid trigraph nonsense.
  1787. #: util/texindex.c:285
  1788. msgid "Usually FILE... is `foo.??' for a document `foo.texi'.\n"
  1789. msgstr ""
  1790.  
  1791. #: util/texindex.c:286
  1792. msgid ""
  1793. "\n"
  1794. "Options:\n"
  1795. msgstr ""
  1796.  
  1797. #: util/texindex.c:300
  1798. msgid ""
  1799. "\n"
  1800. "Email bug reports to bug-texinfo@prep.ai.mit.edu."
  1801. msgstr ""
  1802.  
  1803. #: util/texindex.c:347
  1804. #, c-format
  1805. msgid "texindex (GNU %s %s) 2.1\n"
  1806. msgstr ""
  1807.  
  1808. #: util/texindex.c:926 util/texindex.c:960 util/texindex.c:1036
  1809. #: util/texindex.c:1064
  1810. #, c-format
  1811. msgid "%s: not a texinfo index file"
  1812. msgstr ""
  1813.  
  1814. #: util/texindex.c:1021
  1815. #, c-format
  1816. msgid "failure reopening %s"
  1817. msgstr ""
  1818.  
  1819. #: util/texindex.c:1334
  1820. #, c-format
  1821. msgid "entry %s follows an entry with a secondary name"
  1822. msgstr ""
  1823.  
  1824. #: util/texindex.c:1672
  1825. #, c-format
  1826. msgid "%s; for file `%s'.\n"
  1827. msgstr ""
  1828.  
  1829. #: util/texindex.c:1733
  1830. #, c-format
  1831. msgid "Virtual memory exhausted in %s ()!  Needed %d bytes."
  1832. msgstr ""
  1833.