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