1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
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"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: ENCODING\n"
17 #. Commands found in "./session.c".
18 #: info/doc.c:27 info/session.c:629
19 msgid "Move down to the next line"
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"
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"
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"
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"
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"
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"
52 #: info/doc.c:34 info/doc.c:89 info/echo-area.c:360 info/session.c:781
53 msgid "Move backward a word"
56 #: info/doc.c:35 info/session.c:1121
57 msgid "Move forwards or down through node structure"
60 #: info/doc.c:36 info/session.c:1137
61 msgid "Move backwards or up through node structure"
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"
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"
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"
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"
84 #. ****************************************************************
86 #. Commands for Manipulating Windows
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"
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"
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"
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
109 #: info/doc.c:44 info/session.c:1428
110 msgid "Delete the current window"
113 #. Just keep WINDOW, deleting all others.
114 #: info/doc.c:45 info/session.c:1469
115 msgid "Delete all other windows"
118 #. Scroll the "other" window of WINDOW.
119 #: info/doc.c:46 info/session.c:1515
120 msgid "Scroll the other window"
123 #. Change the size of WINDOW by AMOUNT.
124 #: info/doc.c:47 info/session.c:1535
125 msgid "Grow (or shrink) this window"
128 #: info/doc.c:48 info/session.c:1546
129 msgid "Divide the available screen space among the visible windows"
132 #: info/doc.c:49 info/session.c:1553
133 msgid "Toggle the state of line wrapping in the current window"
136 #. Make WINDOW display the "Next:" node of the node currently being
138 #: info/doc.c:50 info/session.c:1714
139 msgid "Select the `Next' node"
142 #. Make WINDOW display the "Prev:" node of the node currently being
144 #: info/doc.c:51 info/session.c:1722
145 msgid "Select the `Prev' node"
148 #. Make WINDOW display the "Up:" node of the node currently being
150 #: info/doc.c:52 info/session.c:1730
151 msgid "Select the `Up' node"
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"
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"
164 #: info/doc.c:55 info/session.c:2401
165 msgid "Select the most recently selected node"
168 #: info/doc.c:56 info/session.c:1778
169 msgid "Select the last item in this node's menu"
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"
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"
183 #: info/doc.c:59 info/session.c:2050
184 msgid "Read a footnote or cross reference and select its node"
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"
192 #: info/doc.c:61 info/session.c:2080
193 msgid "Visit as many menu items at once as possible"
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"
201 #: info/doc.c:63 info/session.c:2194
202 msgid "Read a manpage reference and select it"
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"
210 #. Move to the node "(dir)Top".
211 #: info/doc.c:65 info/session.c:2234
212 msgid "Select the node `(dir)'"
216 #: info/doc.c:66 info/session.c:2407
217 msgid "Kill this node"
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"
225 #: info/doc.c:68 info/session.c:2634
226 msgid "Pipe the contents of this node through INFO_PRINT_COMMAND"
229 #: info/doc.c:69 info/session.c:2946
230 msgid "Read a string and search for it"
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"
237 #: info/doc.c:72 info/session.c:3579
238 msgid "Move to the previous cross reference"
241 #: info/doc.c:73 info/session.c:3588
242 msgid "Move to the next cross reference"
245 #: info/doc.c:74 info/session.c:3598
246 msgid "Select reference or menu item appearing on this line"
249 #. ****************************************************************
251 #. Miscellaneous Info Commands
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"
259 #: info/doc.c:76 info/session.c:3636
260 msgid "Move to the cursor to a specific line of the window"
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"
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"
275 #: info/doc.c:80 info/session.c:3958
276 msgid "Add this digit to the current numeric argument"
280 msgid "universal-argument"
283 #: info/doc.c:81 info/session.c:3967
284 msgid "Start (or multiply by 4) the current numeric argument"
287 #: info/doc.c:82 info/session.c:3982
288 msgid "Internally used by \\[universal-argument]"
291 #: info/doc.c:86 info/echo-area.c:307
292 msgid "Move to the start of this line"
295 #: info/doc.c:87 info/echo-area.c:312
296 msgid "Move to the end of this line"
299 #: info/doc.c:90 info/echo-area.c:400
300 msgid "Delete the character under the cursor"
303 #: info/doc.c:91 info/echo-area.c:430
304 msgid "Delete the character behind the cursor"
307 #: info/doc.c:92 info/echo-area.c:451
308 msgid "Cancel or quit operation"
311 #: info/doc.c:93 info/echo-area.c:466
312 msgid "Accept (or force completion of) this line"
315 #: info/doc.c:94 info/echo-area.c:471
316 msgid "Insert next character verbatim"
319 #: info/doc.c:95 info/echo-area.c:479
320 msgid "Insert this character"
323 #: info/doc.c:96 info/echo-area.c:497
324 msgid "Insert a TAB character"
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"
333 #: info/doc.c:98 info/echo-area.c:555
334 msgid "Yank back the contents of the last kill"
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"
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"
349 #: info/doc.c:101 info/echo-area.c:621
350 msgid "Kill to the beginning of the line"
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"
358 #: info/doc.c:103 info/echo-area.c:652
359 msgid "Kill the word preceding the cursor"
362 #: info/doc.c:104 info/echo-area.c:916
363 msgid "List possible completions"
366 #: info/doc.c:105 info/echo-area.c:1090
367 msgid "Insert completion"
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
373 #: info/doc.c:106 info/echo-area.c:1321
374 msgid "Scroll the completions window"
377 #. Commands found in "./infodoc.c".
378 #: info/doc.c:108 info/infodoc.c:328
379 msgid "Display help message"
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'"
388 #: info/doc.c:110 info/infodoc.c:470
389 msgid "Print documentation for KEY"
393 msgid "Show what to type to execute a given command"
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"
401 #: info/doc.c:114 info/m-x.c:96
402 msgid "Read a command name in the echo area and execute it"
405 #: info/doc.c:115 info/m-x.c:150
406 msgid "Set the height of the displayed window"
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"
414 #: info/doc.c:118 info/indices.c:332
416 "Go to the next matching index item from the last `\\[index-search]' command"
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"
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"
428 #: info/doc.c:122 info/nodemenu.c:297
429 msgid "Select a node which has been previously visited in a visible window"
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"
437 #. Commands found in "./variables.c".
438 #: info/doc.c:126 info/variables.c:77
439 msgid "Explain the use of a variable"
442 #: info/doc.c:127 info/variables.c:102
443 msgid "Set the value of an Info variable"
446 #: info/echo-area.c:562
447 msgid "Kill ring is empty"
450 #: info/echo-area.c:871
454 #: info/echo-area.c:929
455 msgid "No completions"
458 #: info/echo-area.c:933
459 msgid "Sole completion"
462 #: info/echo-area.c:942
467 #: info/echo-area.c:942
471 #: info/echo-area.c:942
475 #: info/echo-area.c:945
477 msgid "completion%s:\n"
480 #: info/echo-area.c:1223
481 msgid "Building completions..."
484 #: info/footnotes.c:206
485 msgid "Footnotes could not be displayed"
488 #: info/indices.c:205
489 msgid "Finding index entries..."
492 #: info/indices.c:212
493 msgid "No indices found."
496 #: info/indices.c:222
497 msgid "Index entry: "
500 #: info/indices.c:342
501 msgid "No previous index search string."
504 #: info/indices.c:349
505 msgid "No index entries."
508 #: info/indices.c:382
510 msgid "No %sindex entries containing \"%s\"."
513 #: info/indices.c:383
517 #: info/indices.c:393
518 msgid "CAN'T SEE THIS"
521 #: info/indices.c:429
523 msgid "Found \"%s\" in %s. (`\\[next-index-match]' tries to find next.)"
526 #: info/indices.c:533
528 msgid "Scanning indices of \"%s\"..."
531 #: info/indices.c:620
532 msgid "Index apropos: "
535 #: info/indices.c:650
539 "* Menu: Nodes whoses indices contain \"%s\":\n"
543 msgid "no entries found\n"
547 msgid "There is no menu in this node."
552 msgid "There is no menu item \"%s\" in this node."
557 msgid "Unable to find the node referenced by \"%s\"."
562 "Usage: info [-d dir-path] [-f info-file] [-o output-file] [-n node-name]..."
567 " [--directory dir-path] [--file info-file] [--node node-name]..."
571 msgid " [--help] [--output output-file] [--subnodes] [--version]"
575 msgid " [--dribble dribble-file] [--restore from-file]"
579 msgid " [menu-selection ...]"
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"
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"
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"
602 "Email bug reports to bug-texinfo@prep.ai.mit.edu."
606 msgid "Basic Commands in Info Windows"
609 #: info/infodoc.c:211
611 "The following commands can only be invoked via M-x:\n"
615 #: info/infodoc.c:228
616 msgid "--- Use `\\[history-node]' or `\\[kill-node]' to exit ---\n"
619 #: info/infodoc.c:483
621 msgid "Describe key: %s"
624 #: info/infodoc.c:492
626 msgid "ESC %s is undefined."
629 #: info/infodoc.c:509
631 msgid "%s is undefined."
634 #: info/infodoc.c:535
636 msgid "%s is defined to %s."
639 #: info/infodoc.c:731
640 msgid "Where is command: "
643 #: info/infodoc.c:753
645 msgid "`%s' is not on any keys"
648 #: info/infodoc.c:759
650 msgid "%s can only be invoked via %s."
653 #: info/infodoc.c:762
655 msgid "%s can be invoked via %s."
658 #: info/infodoc.c:766
660 msgid "There is no function named `%s'"
664 msgid "Describe command: "
668 msgid "Cannot execute an `echo-area' command here."
673 msgid "Set screen height to (%d): "
676 #: info/makedoc.c:126
678 " Source files groveled to make this file include:\n"
682 #: info/makedoc.c:450
684 msgid "Couldn't manipulate the file %s.\n"
687 #: info/nodemenu.c:28
691 " (File)Node Lines Size Containing File\n"
692 " ---------- ----- ---- ---------------"
695 #: info/nodemenu.c:197
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"
701 #: info/nodemenu.c:309
702 msgid "Select visited node: "
705 #: info/nodemenu.c:329 info/session.c:1996
707 msgid "The reference disappeared! (%s)."
710 #: info/session.c:162
713 "Welcome to Info version %s. \"\\[get-help-window]\" for help, "
714 "\"\\[menu-item]\" for menu item."
717 #: info/session.c:855
721 #: info/session.c:857
726 #: info/session.c:895
727 msgid "No \"Next\" pointer for this node."
730 #: info/session.c:898
731 msgid "Following \"Next\" node..."
734 #: info/session.c:899 info/session.c:927 info/session.c:999
735 #: info/session.c:1717
739 #: info/session.c:915
740 msgid "Selecting first menu item..."
743 #: info/session.c:926
744 msgid "Selecting \"Next\" node..."
747 #: info/session.c:950 info/session.c:1063 info/session.c:1733
751 #: info/session.c:1020
752 msgid "No more nodes."
755 #: info/session.c:1044
756 msgid "No \"Prev\" for this node."
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."
766 #: info/session.c:1048 info/session.c:1101 info/session.c:1725
770 #: info/session.c:1059
771 msgid "No \"Prev\" or \"Up\" for this node."
774 #: info/session.c:1062
775 msgid "Moving \"Up\" in this window."
778 #: info/session.c:1110
779 msgid "Moving to \"Prev\"'s last menu item."
782 #: info/session.c:1436
783 msgid "Cannot delete a permanent window"
786 #: info/session.c:1750 info/session.c:1768
787 msgid "This window has no additional nodes"
790 #: info/session.c:1813
792 msgid "There aren't %d items in this menu."
795 #: info/session.c:1944
797 msgid "Menu item (%s): "
800 #: info/session.c:1946
804 #: info/session.c:1951
806 msgid "Follow xref (%s): "
809 #: info/session.c:1953
810 msgid "Follow xref: "
813 #: info/session.c:2169 info/session.c:2173
817 #: info/session.c:2198
818 msgid "Get Manpage: "
821 #. Notice that the node "Top" is special, and doesn't have to
823 #: info/session.c:2230 makeinfo/makeinfo.c:5135 makeinfo/makeinfo.c:5218
827 #: info/session.c:2254
829 msgid "Kill node (%s): "
832 #: info/session.c:2307
834 msgid "Cannot kill node `%s'"
837 #: info/session.c:2317
838 msgid "Cannot kill the last node"
841 #: info/session.c:2419
845 #: info/session.c:2436
847 msgid "Cannot find \"%s\"."
850 #: info/session.c:2483 info/session.c:2608
852 msgid "Could not create output file \"%s\"."
855 #: info/session.c:2496 info/session.c:2625 info/session.c:2671
859 #: info/session.c:2553
861 msgid "Writing node \"(%s)%s\"..."
864 #: info/session.c:2556
866 msgid "Writing node \"%s\"..."
869 #: info/session.c:2654
871 msgid "Cannot open pipe to \"%s\"."
874 #: info/session.c:2661
876 msgid "Printing node \"(%s)%s\"..."
879 #: info/session.c:2664
881 msgid "Printing node \"%s\"..."
884 #: info/session.c:2896
886 msgid "Searching subfile \"%s\"..."
889 #: info/session.c:2966
891 msgid "%s for string [%s]: "
894 #: info/session.c:2967
895 msgid "Search backward"
898 #: info/session.c:2967
902 #: info/session.c:2994
903 msgid "Search failed."
906 #: info/session.c:3120
907 msgid "I-search backward: "
910 #: info/session.c:3122
914 #: info/session.c:3147
918 #: info/session.c:3512
919 msgid "No cross references in this node."
922 #: info/session.c:3627
926 #: info/session.c:3728
928 msgid "Unknown command (%s)."
931 #: info/session.c:3733
932 msgid "\"\" is invalid"
935 #: info/session.c:3735
937 msgid "\"%s\" is invalid"
940 #: info/variables.c:40
941 msgid "When \"On\", footnotes appear and disappear automatically"
944 #: info/variables.c:44
945 msgid "When \"On\", creating or deleting a window resizes other windows"
948 #: info/variables.c:48
949 msgid "When \"On\", flash the screen instead of ringing the bell"
952 #: info/variables.c:52
953 msgid "When \"On\", errors cause the bell to ring"
956 #: info/variables.c:56
957 msgid "When \"On\", Info garbage collects files which had to be uncompressed"
960 #: info/variables.c:59
961 msgid "When \"On\", the portion of the matched search string is highlighted"
964 #: info/variables.c:63
965 msgid "Controls what happens when scrolling is requested at the end of a node"
968 #: info/variables.c:67
969 msgid "The number lines to scroll when the cursor moves out of the window"
972 #: info/variables.c:71
973 msgid "When \"On\", Info accepts and displays ISO Latin characters"
976 #. Get the variable's name.
977 #: info/variables.c:83
978 msgid "Describe variable: "
981 #. Get the variable's name and value.
982 #: info/variables.c:108
983 msgid "Set variable: "
986 #: info/variables.c:126
988 msgid "Set %s to value (%d): "
991 #: info/variables.c:167
993 msgid "Set %s to value (%s): "
996 #: info/window.c:1102
997 msgid "--*** Tags out of Date ***"
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 ----, "
1007 #: info/window.c:1120
1009 msgid "-%s---Info: %s, %d lines --%s--"
1012 #: info/window.c:1124
1014 msgid "-%s%s-Info: (%s)%s, %d lines --%s--"
1017 #: info/window.c:1131
1019 msgid " Subfile: %s"
1022 #: makeinfo/makeinfo.c:889
1024 msgid "%s:%d: warning: "
1027 #: makeinfo/makeinfo.c:912
1028 msgid "Too many errors! Gave up.\n"
1031 #: makeinfo/makeinfo.c:971 makeinfo/makeinfo.c:996 makeinfo/makeinfo.c:1064
1033 msgid "%s: %s arg must be numeric, not `%s'.\n"
1036 #: makeinfo/makeinfo.c:985
1038 msgid "Couldn't open macro expansion output `%s'"
1041 #: makeinfo/makeinfo.c:988
1042 msgid "Cannot specify more than one macro expansion output"
1045 #: makeinfo/makeinfo.c:1032
1047 msgid "%s: --paragraph-indent arg must be numeric/`none'/`asis', not `%s'.\n"
1050 #: makeinfo/makeinfo.c:1075
1052 msgid "%s: --footnote-style arg must be `separate' or `end', not `%s'.\n"
1055 #: makeinfo/makeinfo.c:1085 util/install-info.c:522 util/texindex.c:348
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."
1063 #: makeinfo/makeinfo.c:1105
1065 msgid "%s: missing file argument.\n"
1068 #: makeinfo/makeinfo.c:1146
1070 msgid "makeinfo (GNU %s %s) %d.%d\n"
1073 #: makeinfo/makeinfo.c:1158
1075 msgid "Try `%s --help' for more information.\n"
1078 #: makeinfo/makeinfo.c:1160
1081 "Usage: %s [OPTION]... TEXINFO-FILE...\n"
1083 "Translate Texinfo source documentation to a format suitable for reading\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"
1112 "Email bug reports to bug-texinfo@prep.ai.mit.edu.\n"
1115 #: makeinfo/makeinfo.c:1545
1117 msgid "%s: getwd: %s, %s\n"
1120 #: makeinfo/makeinfo.c:1741
1122 msgid "Expected `%s'"
1125 #: makeinfo/makeinfo.c:2072
1127 msgid "No `%s' found in `%s'"
1130 #: makeinfo/makeinfo.c:2122
1132 msgid "%s: Skipping macro expansion to stdout as Info output is going there.\n"
1135 #: makeinfo/makeinfo.c:2141
1137 msgid "Making %s file `%s' from `%s'.\n"
1140 #: makeinfo/makeinfo.c:2171
1142 msgid "This is Info file %s, produced by Makeinfo version %d.%d"
1145 #: makeinfo/makeinfo.c:2173
1147 msgid " from the input file %s.\n"
1150 #: makeinfo/makeinfo.c:2192
1153 "%s: Removing macro output file `%s' due to errors; use --force to preserve.\n"
1156 #. If there were errors, and no --force, remove the output.
1157 #: makeinfo/makeinfo.c:2224
1159 msgid "%s: Removing output file `%s' due to errors; use --force to preserve.\n"
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
1168 msgid "Misplaced %c"
1171 #: makeinfo/makeinfo.c:2451
1173 msgid "Unknown command `%s'"
1176 #: makeinfo/makeinfo.c:2471
1180 #: makeinfo/makeinfo.c:2485
1182 msgid "%c%s expected `{...}'"
1185 #: makeinfo/makeinfo.c:2518
1189 #: makeinfo/makeinfo.c:2566
1191 msgid "%c%s missing close brace"
1194 #: makeinfo/makeinfo.c:3362
1195 msgid "Broken-Type in insertion_type_pname"
1198 #: makeinfo/makeinfo.c:3428
1199 msgid "Enumeration stack overflow"
1202 #: makeinfo/makeinfo.c:3460
1204 msgid "lettering overflow, restarting at %c"
1207 #: makeinfo/makeinfo.c:3499
1211 #: makeinfo/makeinfo.c:3583
1213 msgid "%s requires an argument: the formatter for %citem"
1216 #: makeinfo/makeinfo.c:3687
1218 msgid "`%cend' expected `%s', but saw `%s'"
1221 #: makeinfo/makeinfo.c:3800
1223 msgid "No matching `%cend %s'"
1226 #: makeinfo/makeinfo.c:3939
1228 msgid "How did @%s end up in cm_special_char?\n"
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
1235 msgid "%c%s expects `i' or `j' as argument, not `%c'"
1238 #: makeinfo/makeinfo.c:3957
1240 msgid "%c%s expects a single character `i' or `j' as argument"
1243 #: makeinfo/makeinfo.c:3969
1247 #: makeinfo/makeinfo.c:3969
1251 #: makeinfo/makeinfo.c:3969
1255 #: makeinfo/makeinfo.c:3969
1259 #: makeinfo/makeinfo.c:3969
1263 #: makeinfo/makeinfo.c:3970
1267 #: makeinfo/makeinfo.c:3970
1271 #: makeinfo/makeinfo.c:3970
1275 #: makeinfo/makeinfo.c:3970
1279 #: makeinfo/makeinfo.c:3970
1283 #: makeinfo/makeinfo.c:3971
1287 #: makeinfo/makeinfo.c:3971
1291 #: makeinfo/makeinfo.c:3976
1296 #: makeinfo/makeinfo.c:4029
1298 msgid "%c%s expects a single character as an argument"
1301 #: makeinfo/makeinfo.c:4143
1303 msgid "%c%s is obsolete"
1306 #: makeinfo/makeinfo.c:4315
1308 msgid "There already is a node having %ctop as a section"
1311 #: makeinfo/makeinfo.c:4327
1313 msgid "Here is the %ctop node"
1316 #: makeinfo/makeinfo.c:4346
1318 msgid "%ctop used before %cnode, defaulting to %s"
1321 #: makeinfo/makeinfo.c:4421
1323 msgid "%c%s is obsolete; use %c%s instead"
1326 #: makeinfo/makeinfo.c:4670
1328 msgid "Node `%s' multiply defined (line %d is first definition at)"
1331 #: makeinfo/makeinfo.c:4743
1333 msgid "Formatting node %s...\n"
1336 #: makeinfo/makeinfo.c:4792
1338 msgid "Node `%s' requires a sectioning command (e.g. %c%s)"
1341 #: makeinfo/makeinfo.c:5075
1343 msgid "Node `%s''s Next field not pointed back to"
1346 #: makeinfo/makeinfo.c:5080
1348 msgid "This node (`%s') is the one with the bad `Prev'"
1351 #: makeinfo/makeinfo.c:5120
1353 msgid "Node `%s's Prev field not pointed back to"
1356 #: makeinfo/makeinfo.c:5124
1358 msgid "This node (`%s') has the bad Next"
1361 #: makeinfo/makeinfo.c:5136
1363 msgid "Node `%s' missing Up field"
1366 #: makeinfo/makeinfo.c:5176
1368 msgid "`%s' has an Up field of `%s', but `%s' has no menu item for `%s'"
1371 #: makeinfo/makeinfo.c:5207
1373 msgid "node `%s' has been referenced %d times"
1376 #: makeinfo/makeinfo.c:5219
1378 msgid "unreferenced node `%s'"
1381 #: makeinfo/makeinfo.c:5246
1383 msgid "%s reference to nonexistent node `%s'"
1386 #: makeinfo/makeinfo.c:5658 makeinfo/makeinfo.c:5670
1388 msgid "%cmenu seen before first node"
1391 #: makeinfo/makeinfo.c:5659 makeinfo/makeinfo.c:5671
1392 msgid "creating `Top' node"
1395 #: makeinfo/makeinfo.c:5784
1397 msgid "`.' or `,' must follow cross reference, not %c"
1400 #: makeinfo/makeinfo.c:5952
1402 msgid "@image file `%s' unreadable: %s"
1405 #: makeinfo/makeinfo.c:5956
1406 msgid "@image missing filename argument"
1409 #: makeinfo/makeinfo.c:6057
1411 msgid "%s requires letter or digit"
1414 #: makeinfo/makeinfo.c:6142
1416 msgid "Unmatched `%c%s'"
1419 #: makeinfo/makeinfo.c:6149
1421 msgid "`%c%s' needs something after it"
1424 #: makeinfo/makeinfo.c:6155
1426 msgid "Bad argument to `%s', `%s', using `%s'"
1429 #: makeinfo/makeinfo.c:6328
1431 msgid "{No Value For \"%s\"}"
1434 #: makeinfo/makeinfo.c:6378
1436 msgid "%c%s requires a name"
1439 #: makeinfo/makeinfo.c:6486
1441 msgid "Reached eof before matching @end %s"
1444 #: makeinfo/makeinfo.c:6715
1446 msgid "The `%c%s' command is meaningless within a `@%s' block"
1449 #: makeinfo/makeinfo.c:6724
1451 msgid "%citemx is not meaningful inside of a `%s' block"
1454 #: makeinfo/makeinfo.c:6837
1456 msgid "%c%s found outside of an insertion block"
1459 #: makeinfo/makeinfo.c:6928
1461 msgid "Missing `}' in %cdef arg"
1464 #: makeinfo/makeinfo.c:7137 makeinfo/makeinfo.c:7157
1468 #: makeinfo/makeinfo.c:7141
1472 #: makeinfo/makeinfo.c:7145
1473 msgid "Special Form"
1476 #: makeinfo/makeinfo.c:7149 makeinfo/makeinfo.c:7161
1480 #: makeinfo/makeinfo.c:7153
1484 #: makeinfo/makeinfo.c:7165
1485 msgid "Instance Variable"
1488 #: makeinfo/makeinfo.c:7169 makeinfo/makeinfo.c:7173
1492 #: makeinfo/makeinfo.c:7330
1494 msgid "Must be in a `%s' insertion in order to use `%s'x"
1497 #: makeinfo/makeinfo.c:7402
1499 msgid "%csp requires a positive numeric argument"
1502 #: makeinfo/makeinfo.c:7645
1506 #: makeinfo/makeinfo.c:7647
1510 #: makeinfo/makeinfo.c:7669
1512 msgid "Bad argument to %c%s"
1515 #: makeinfo/makeinfo.c:7961
1517 msgid "Unknown index `%s'"
1520 #: makeinfo/makeinfo.c:8026
1522 msgid "Index `%s' already exists"
1525 #: makeinfo/makeinfo.c:8057
1527 msgid "Unknown index `%s' and/or `%s' in @synindex"
1530 #: makeinfo/makeinfo.c:8246
1532 msgid "Unknown index `%s' in @printindex"
1535 #: makeinfo/makeinfo.c:8261
1541 #: makeinfo/makeinfo.c:8448
1543 msgid "`%c%s' needs an argument `{...}', not just `%s'"
1546 #: makeinfo/makeinfo.c:8463
1548 msgid "No closing brace for footnote `%s'"
1551 #: makeinfo/makeinfo.c:8502
1552 msgid "Footnote defined without parent node"
1555 #: makeinfo/makeinfo.c:8534
1559 #: makeinfo/makeinfo.c:8589
1561 "---------- Footnotes ----------\n"
1565 #: makeinfo/makeinfo.c:8685
1567 msgid "macro `%s' previously defined"
1570 #: makeinfo/makeinfo.c:8689
1572 msgid "here is the previous definition of `%s'"
1575 #: makeinfo/makeinfo.c:8903
1577 msgid "Macro `%s' called with too many args"
1580 #: makeinfo/makeinfo.c:9055
1582 msgid "%cend macro not found"
1585 #: makeinfo/makeinfo.c:9095
1587 msgid "%cquote-arg only useful when the macro takes a single argument"
1590 #: makeinfo/multi.c:206
1592 msgid "ignoring stray text `%s' after @multitable"
1595 #: makeinfo/multi.c:277
1597 msgid "Too many columns in multitable item (max %d)"
1600 #. impossible, I think.
1601 #: makeinfo/multi.c:304
1602 msgid "multitable item not in active multitable"
1605 #: makeinfo/multi.c:313
1607 msgid "Cannot select column #%d in multitable"
1610 #: makeinfo/multi.c:404
1611 msgid "ignoring @tab outside of multitable"
1614 #: makeinfo/multi.c:428
1615 msgid "** Multicolumn output from last row:\n"
1618 #: makeinfo/multi.c:431
1620 msgid "* column #%d: output = %s\n"
1623 #: util/install-info.c:119 util/install-info.c:132
1624 msgid "virtual memory exhausted"
1627 #: util/install-info.c:188
1629 msgid "%s: warning: "
1632 #: util/install-info.c:209
1637 #: util/install-info.c:278
1639 msgid "\tTry `%s --help' for a complete list of options.\n"
1642 #: util/install-info.c:286
1645 "%s [OPTION]... [INFO-FILE [DIR-FILE]]\n"
1646 " Install INFO-FILE in the Info directory file DIR-FILE.\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"
1674 "Email bug reports to bug-texinfo@prep.ai.mit.edu.\n"
1677 #: util/install-info.c:334
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"
1683 "File: dir Node: Top This is the top of the INFO tree\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"
1690 " In Emacs, you can click mouse button 2 on a menu item or cross reference\n"
1696 #: util/install-info.c:357
1698 msgid "%s: could not read (%s) and could not create (%s)\n"
1701 #: util/install-info.c:456 util/install-info.c:466
1703 msgid "%s: Specify the Info directory only once.\n"
1706 #: util/install-info.c:494
1708 msgid "%s: Specify the Info file only once.\n"
1711 #: util/install-info.c:521
1713 msgid "install-info (GNU %s) %s\n"
1716 #: util/install-info.c:541
1718 msgid "excess command line argument `%s'"
1721 #: util/install-info.c:545
1722 msgid "No input file specified; try --help for more information."
1725 #: util/install-info.c:547
1726 msgid "No dir file specified; try --help for more information."
1729 #: util/install-info.c:599 util/install-info.c:622
1730 msgid "START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"
1733 #: util/install-info.c:618
1734 msgid "END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"
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
1744 msgid "no info dir entry in `%s'"
1747 #: util/install-info.c:843
1749 msgid "menu item `%s' already exists, for file `%s'"
1752 #: util/install-info.c:866
1754 msgid "no entries found for `%s'; nothing deleted"
1757 #: util/texindex.c:263
1758 msgid "keep temporary files around after processing"
1761 #: util/texindex.c:265
1762 msgid "do not keep temporary files around after processing (default)"
1765 #: util/texindex.c:267
1766 msgid "send output to FILE"
1769 #: util/texindex.c:269
1770 msgid "display version information and exit"
1773 #: util/texindex.c:271
1774 msgid "display this help and exit"
1777 #: util/texindex.c:282
1779 msgid "Usage: %s [OPTION]... FILE...\n"
1782 #: util/texindex.c:283
1783 msgid "Generate a sorted index for each TeX output FILE.\n"
1786 #. Avoid trigraph nonsense.
1787 #: util/texindex.c:285
1788 msgid "Usually FILE... is `foo.??' for a document `foo.texi'.\n"
1791 #: util/texindex.c:286
1797 #: util/texindex.c:300
1800 "Email bug reports to bug-texinfo@prep.ai.mit.edu."
1803 #: util/texindex.c:347
1805 msgid "texindex (GNU %s %s) 2.1\n"
1808 #: util/texindex.c:926 util/texindex.c:960 util/texindex.c:1036
1809 #: util/texindex.c:1064
1811 msgid "%s: not a texinfo index file"
1814 #: util/texindex.c:1021
1816 msgid "failure reopening %s"
1819 #: util/texindex.c:1334
1821 msgid "entry %s follows an entry with a secondary name"
1824 #: util/texindex.c:1672
1826 msgid "%s; for file `%s'.\n"
1829 #: util/texindex.c:1733
1831 msgid "Virtual memory exhausted in %s ()! Needed %d bytes."